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

  1. #
  2. # $Source: f:/miner/source/includes/rcs/makefile $
  3. # $Revision: 1.1 $
  4. # $Author: matt $
  5. # $Date: 1993/11/04 10:24:14 $
  6. #
  7. # Makefile for macro and header files
  8. #
  9.  
  10. LIBDIR = ..\main
  11. #
  12.  
  13. CCFLAGS = /dNETWORK /dRELEASE /dNDEBUG
  14.  
  15. # What to install
  16. INSTALL_TARGS = types.h types.inc psmacros.inc
  17.  
  18. # What to clean
  19. CLEAN_TARGS = $(OBJDIR)\*.obj
  20.  
  21. # What test programs to make
  22. TEST_PROGS = test
  23.  
  24. # What object files and libs for the test programs
  25. TEST_SRCS = test.c mactest.c
  26. TEST_LIBS = io.lib
  27.  
  28.  
  29. mactest.obj: psmacros.inc
  30.  
  31. test.obj: mono.h
  32.