home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / dos / process / makefile < prev    next >
Encoding:
Makefile  |  1995-04-01  |  252 b   |  14 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += dosexec.c
  5. SRC += spawnl.c
  6. SRC += spawnle.c
  7. SRC += spawnlp.c
  8. SRC += spawnlpe.c
  9. SRC += spawnv.c
  10. SRC += spawnvp.c
  11. SRC += spawnvpe.c
  12.  
  13. include $(TOP)/../makefile.inc
  14.