home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / compat / string / makefile < prev    next >
Encoding:
Makefile  |  1995-04-19  |  300 b   |  17 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += ffs.S
  5. SRC += memccpy.c
  6. SRC += stpcpy.c
  7. SRC += strcasec.S
  8. SRC += strdup.c
  9. SRC += stricmp.c
  10. SRC += strlwr.c
  11. SRC += strncase.S
  12. SRC += strnicmp.c
  13. SRC += strsep.c
  14. SRC += strupr.c
  15.  
  16. include $(TOP)/../makefile.inc
  17.