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 / Makefile < prev    next >
Encoding:
Makefile  |  1994-11-27  |  856 b   |  32 lines

  1. #
  2. # Makefile for libio
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. INC_CFLAGS=-I./ldouble -I./ldouble -I./ldouble -I./ldouble
  11.  
  12. DIRS=stdio ldouble
  13.  
  14. SRC1S= filedoalloc.c fileops.c floatconv.c \
  15.     genops.c iofclose.c iofdopen.c iofflush.c iofgetpos.c \
  16.     iofgets.c iofopen.c iofprintf.c iofputs.c iofread.c \
  17.     iofscanf.c iofsetpos.c ioftell.c iofwrite.c iogetline.c \
  18.     iogets.c ioignore.c iopadn.c ioperror.c iopopen.c ioprims.c \
  19.     ioprintf.c ioputs.c ioscanf.c ioseekoff.c ioseekpos.c \
  20.     iosetbuffer.c iosetvbuf.c iosprintf.c iosscanf.c \
  21.     iostrerror.c iotempname.c ioungetc.c \
  22.     iovsprintf.c iovsscanf.c \
  23.     stdfiles.c strops.c iogetdelim.c
  24. # iovfprintf.c iovfscanf.c outfloat.c
  25. SRC2S= cleanup.c
  26. SRCS= $(SRC1S) $(SRC2S)
  27. ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
  28. OBJS= $(SRC1S:.c=.o)
  29. ALIASES= $(SRC2S:.c=.o)
  30.  
  31. include $(TOPDIR)/Maketargets
  32.