MAKEFILE 738 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. LIBDIR = ..\main
  10. #
  11. CCFLAGS = /dNETWORK /dRELEASE /dNDEBUG
  12. # What to install, and where to install it
  13. INSTALL_TARGS =
  14. # What to clean
  15. CLEAN_TARGS = $(OBJDIR)\*.obj
  16. # What libs to make
  17. LIBS =
  18. # What test programs to make
  19. TEST_PROGS = testp
  20. # What object files and libs for the test programs
  21. TESTP_OBJS = testp.obj iff.obj iff15bpp.obj
  22. TESTP_LIBS = io.lib gr.lib ui.lib misc.lib mem.lib bm.lib iff.lib readfile.lib
  23. iff.exe: iff.obj
  24. wcl386 /l=dos4g iff.c
  25. iff.obj: iff.c
  26. wcc386 /l=dos4g $(CCFLAGS) iff.c
  27. iff15bpp.obj:
  28. testp.obj:
  29. tga.obj: