home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / debug / common / makefile < prev    next >
Encoding:
Makefile  |  1996-07-23  |  352 b   |  17 lines

  1. # Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details
  2. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  3. TOP=..
  4.  
  5. SRC += dbgcom.c
  6. SRC += syms.c
  7. SRC += v2load.c
  8. SRC += wild.c
  9.  
  10. include $(TOP)/../makefile.inc
  11.  
  12.  
  13. e : $(BIN)/symify.exe
  14.  
  15. $(BIN)/symify.exe : $C symify.o $(LIB)/libdbg.a $L
  16.     gcc -s -o $@ symify.o $(LIB)/libdbg.a 
  17.