home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / libio / ldouble / Makefile < prev    next >
Encoding:
Makefile  |  1994-11-27  |  334 b   |  22 lines

  1. #
  2. # Makefile for libio/ldouble
  3. #
  4.  
  5. TOPDIR=../..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. NEWSTDIOFLAGS=
  11. INC_CFLAGS=
  12.  
  13. SRC1S=    iovfscanf.c iovfprintf.c outfloat.c ioldouble.c
  14.  
  15. SRC2S= 
  16. SRCS= $(SRC1S) $(SRC2S)
  17. ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
  18. OBJS= $(SRC1S:.c=.o)
  19. ALIASES= $(SRC2S:.c=.o)
  20.  
  21. include $(TOPDIR)/Maketargets
  22.