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

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += alloca.c
  5. SRC += cfree.c
  6. SRC += getlongp.c
  7. SRC += getpass.c
  8. SRC += itoa.c
  9. SRC += putenv.c
  10. SRC += random.c
  11. SRC += swab.c
  12. SRC += xfree.c
  13. SRC += xmalloc.c
  14. SRC += xrealloc.c
  15.  
  16. include $(TOP)/../makefile.inc
  17.