home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / compat / math / Makefile < prev   
Encoding:
Makefile  |  1994-01-17  |  376 b   |  27 lines

  1. #
  2. # This is Makefile of the math lib for Linux
  3. #
  4.  
  5. MATH=true
  6.  
  7. override STATIC=false
  8. override SHARED=false
  9. override DEBUG=false
  10. override PROFILE=false
  11.  
  12. TOPDIR=../..
  13.  
  14. include $(TOPDIR)/Makeconfig
  15. include $(TOPDIR)/Makerules
  16.  
  17. DIRS:=
  18.  
  19. SRC1S=
  20. SRC2S= __old_libm.c
  21. SRCS=$(SRC1S) $(SRC2S)
  22. ASMS= $(SRCS:.c=.s)
  23. OBJS= $(SRC1S:.c=.o)
  24. ALIASES:=$(SRC2S:.c=.o)
  25.  
  26. include $(TOPDIR)/Maketargets
  27.