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

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += itimer.c
  5. SRC += kill.c
  6. SRC += sigactio.c
  7. SRC += sigaddse.c
  8. SRC += sigdelse.c
  9. SRC += sigempty.c
  10. SRC += sigfills.c
  11. SRC += sigismem.c
  12. SRC += sigpendi.c
  13. SRC += sigprocm.c
  14. SRC += sigsuspe.c
  15.  
  16. include $(TOP)/../makefile.inc
  17.