MAKEFILE 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # $Source: f:/miner/source/3d/rcs/makefile $
  3. # $Revision: 1.10 $
  4. # $Author: matt $
  5. # $Date: 1996/01/08 14:59:22 $
  6. #
  7. # Makefile for 3d library
  8. #
  9. # What to install
  10. INSTALL_TARGS = 3d.lib 3d.h 3d.inc
  11. # What libs to build
  12. LIBS = 3d
  13. # What objs in the lib
  14. 3D_OBJS = globvars.obj setup.obj matrix.obj points.obj draw.obj clipper.obj \
  15. horizon.obj instance.obj rod.obj interp.obj
  16. # What test programs to make
  17. TEST_PROGS = 3dtest
  18. # What object files and libs for the test programs
  19. 3DTEST_SRCS = 3dtest.c segment.c trakball.c
  20. 3DTEST_LIBS = 3d.lib vecmat.lib gr.lib io.lib fix.lib div0.lib texmap.lib misc.lib bm.lib
  21. #rules and targets common to all Miner makefiles
  22. %include $(INIT)\makefile.def
  23. ### OPUS MKMF: Do not remove this line! Generated dependencies follow.
  24. 3dtest.obj: 3d.h conio.h fix.h gr.h mono.h mouse.h out.c pstypes.h vecmat.h
  25. clipper.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  26. draw.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  27. globvars.obj: 3d.inc fix.inc psmacros.inc pstypes.inc vecmat.inc
  28. horizon.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  29. instance.obj: 3d.inc fix.inc psmacros.inc pstypes.inc vecmat.inc
  30. interp.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  31. matrix.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  32. objects.obj: 3d.inc fix.inc psmacros.inc pstypes.inc vecmat.inc
  33. points.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  34. rod.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  35. segment.obj: 3d.h fix.h gr.h pstypes.h vecmat.h
  36. setup.obj: 3d.inc fix.inc gr.inc psmacros.inc pstypes.inc vecmat.inc
  37. trakball.obj: fix.h math.h mono.h pstypes.h
  38. upvecs.obj: fix.h pstypes.h vecmat.h
  39. upvecs2.obj: fix.h pstypes.h vecmat.h