home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / lib / Targets < prev   
Text File  |  2001-02-25  |  670b  |  31 lines

  1. CFILES_STDIO=    cvmod.c dat.c fcons.c fdown.c \
  2.         ffileread.c ffilewrite.c \
  3.         fgetline.c file_raise.c \
  4.         fileopen.c \
  5.         fileread.c fileseek.c  \
  6.         filewrite.c flag.c flush.c  \
  7.         fpipe.c \
  8.         niread.c openfd.c
  9.  
  10. #
  11. # Note: getfp.c must be before getav0.c
  12. # Otherwise getfp.o would be made as dependency of avoffset
  13. #
  14.  
  15. CFILES_REST=    astoi.c astoll.c \
  16.         comerr.c cmpbytes.c \
  17.         error.c \
  18.         fconv.c fexec.c fillbytes.c \
  19.         format.c \
  20.         getfp.c \
  21.         getargs.c getav0.c geterrno.c \
  22.         jsprintf.c jssnprintf.c jssprintf.c \
  23.         match.c movebytes.c \
  24.         printf.c \
  25.         raisecond.c \
  26.         saveargs.c \
  27.         sprintf.c strcatl.c streql.c \
  28.         swabbytes.c
  29.  
  30. CFILES=        $(CFILES_STDIO) $(CFILES_REST)
  31.