home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / string / makefile next >
Encoding:
Makefile  |  1995-06-16  |  547 b   |  31 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += memchr.c
  5. SRC += memcmp.c
  6. SRC += memcpy.S
  7. SRC += memmove.S
  8. SRC += memset.S
  9. SRC += strcat.c
  10. SRC += strchr.c
  11. SRC += strcmp.c
  12. SRC += strcoll.c
  13. SRC += strcpy.c
  14. SRC += strcspn.c
  15. SRC += strerror.c
  16. SRC += strlen.c
  17. SRC += strncat.c
  18. SRC += strncmp.c
  19. SRC += strncpy.c
  20. SRC += strpbrk.c
  21. SRC += strrchr.c
  22. SRC += strspn.c
  23. SRC += strstr.c
  24. SRC += strtok.c
  25. SRC += strxfrm.c
  26. SRC += syserr1.c
  27. SRC += syserr2.c
  28. SRC += syserr3.c
  29.  
  30. include $(TOP)/../makefile.inc
  31.