home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / debug / edebug / makefile < prev    next >
Encoding:
Makefile  |  1996-07-23  |  343 b   |  15 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. EOBJS += debug.o
  6. EOBJS += ed.o
  7. EOBJS += unassmbl.o
  8.  
  9. include $(TOP)/../makefile.inc
  10.  
  11. e : $(BIN)/edebug32.exe
  12.  
  13. $(BIN)/edebug32.exe : $C $(EOBJS) $(LIB)/libdbg.a $L
  14.     gcc -s -o $@ $(EOBJS) $(LIB)/libdbg.a
  15.