home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / stdlib / makefile < prev    next >
Encoding:
Makefile  |  1996-05-20  |  592 b   |  33 lines

  1. # Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details
  2. # Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details
  3. TOP=../..
  4.  
  5. SRC += abort.c
  6. SRC += abs.c
  7. SRC += atexit.c
  8. SRC += atof.c
  9. SRC += atoi.c
  10. SRC += atol.c
  11. SRC += atold.c
  12. SRC += bsearch.c
  13. SRC += calloc.c
  14. SRC += div.c
  15. SRC += exit.c
  16. SRC += getenv.c
  17. SRC += labs.c
  18. SRC += ldiv.c
  19. SRC += llabs.c
  20. SRC += lldiv.c
  21. SRC += malloc.c
  22. SRC += qsort.c
  23. SRC += rand.c
  24. SRC += strtod.c
  25. SRC += strtol.c
  26. SRC += strtold.c
  27. SRC += strtoll.c
  28. SRC += strtoul.c
  29. SRC += strtoull.c
  30. SRC += system.c
  31.  
  32. include $(TOP)/../makefile.inc
  33.