home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / dos / dir / makefile < prev    next >
Encoding:
Makefile  |  1995-06-13  |  270 b   |  15 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += findfirs.c
  5. SRC += findnext.c
  6. SRC += fnmerge.c
  7. SRC += fnsplit.c
  8. SRC += ftreewlk.c
  9. SRC += ftw.c
  10. SRC += getdisk.c
  11. SRC += setdisk.c
  12. SRC += srchpath.c
  13.  
  14. include $(TOP)/../makefile.inc
  15.