home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / dos / io / makefile < prev    next >
Encoding:
Makefile  |  1996-09-19  |  396 b   |  23 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += _chmod.c
  5. SRC += _close.c
  6. SRC += _creat.c
  7. SRC += _open.c
  8. SRC += _read.c
  9. SRC += _write.c
  10. SRC += crlf2nl.c
  11. SRC += dosio.c
  12. SRC += doslock.c
  13. SRC += dosunloc.c
  14. SRC += fmode.c
  15. SRC += lock.c
  16. SRC += putpath.c
  17. SRC += setmode.c
  18. SRC += tell.c
  19. SRC += unlock.c
  20. SRC += flushdc.c
  21.  
  22. include $(TOP)/../makefile.inc
  23.