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

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../../..
  3.  
  4. SRC += chmod.c
  5. SRC += filelen.c
  6. SRC += fixpath.c
  7. SRC += fstat.c
  8. SRC += is_exec.c
  9. SRC += mkdir.c
  10. SRC += mkfifo.c
  11. SRC += st_loss.c
  12. SRC += stat.c
  13. SRC += umask.c
  14. SRC += xstat.c
  15.  
  16. include $(TOP)/../makefile.inc
  17.