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

  1. #
  2. # $Source: f:/miner/source/bios/rcs/makefile $
  3. # $Revision: 1.3 $
  4. # $Author: matt $
  5. # $Date: 1993/07/21 20:12:19 $
  6. #
  7. # Makefile for bios functions
  8. #
  9.  
  10. LIBDIR = ..\main
  11. #
  12.  
  13. CCFLAGS = /dNETWORK /dRELEASE /dNDEBUG
  14.  
  15.  
  16. # What to install, and where to install it
  17. INSTALL_TARGS =
  18.  
  19. # What to clean
  20. CLEAN_TARGS = $(OBJDIR)\*.obj
  21.  
  22. # What libs to make
  23. LIBS =
  24.  
  25. # What test programs to make
  26. TEST_PROGS = testp
  27.  
  28. # What object files and libs for the test programs
  29. TESTP_OBJS = testp.obj iff.obj iff15bpp.obj
  30. TESTP_LIBS = io.lib gr.lib ui.lib misc.lib mem.lib bm.lib iff.lib readfile.lib
  31. iff.exe: iff.obj
  32.     wcl386 /l=dos4g iff.c
  33. iff.obj: iff.c
  34.     wcc386 /l=dos4g $(CCFLAGS) iff.c
  35. iff15bpp.obj: 
  36.  
  37. testp.obj: 
  38.  
  39. tga.obj: 
  40.