home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / setjmp / makefile < prev    next >
Encoding:
Makefile  |  1994-11-26  |  143 b   |  8 lines

  1. # Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += longjmp.S
  5. SRC += setjmp.S
  6.  
  7. include $(TOP)/../makefile.inc
  8.