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

  1. #
  2. # Master makefile for Miner source
  3. #
  4. # Makes all the executable by visiting subdirs and making there
  5. #
  6.  
  7. # The only thing to make is the subdirs
  8. SUBSYSTEMS = misc includes fix cfile 2d bios iff div mem vecmat 3d texmap
  9. #sosdigi sosmidi
  10.  
  11. # What to make in the subdirs if nothing specified
  12. SUBTARGETS = clean optimize no_mono no_debug linstall
  13. #SUBTARGETS = update linstall
  14.  
  15. # When making clean here, delete libs
  16. CLEAN_TARGS = 
  17. #lib\*.lib lib\*.h lib\*.inc
  18.  
  19. #all Miner makefiles should include this
  20. %include $(INIT)\makefile.def
  21.