home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / descent / source / lbmcomp / makefile < prev   
Makefile  |  1998-06-08  |  408b  |  24 lines

  1. #
  2. # Master makefile for Miner source
  3. #
  4. # Makes all the executable by visiting subdirs and making there
  5. #
  6.  
  7. LIBDIR = ..\main
  8. #
  9.  
  10. CCFLAGS = /dNETWORK /dRELEASE /dNDEBUG
  11.  
  12. CLEAN_TARGS = $(OBJDIR)\*.obj
  13.  
  14. PROGS = lbmcomp
  15.  
  16. LBMCOMP_SRCS = lbmcomp.c 
  17.  
  18. LBMCOMP_LIBS = gr.lib misc.lib mem.lib iff.lib readfile.lib ui.lib io.lib func.lib cflib.lib cfile.lib 
  19.  
  20. LBMCOMP_LFLAGS = option stack=150k
  21.  
  22.  
  23. 
  24.