home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / poly3d-h / makefile.djg < prev    next >
Makefile  |  1992-03-01  |  552b  |  27 lines

  1. #
  2. # This is the make file for the poly3d-h directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS    = out-edge.o poly3d-h.o prepdata.o
  10.  
  11. poly3d-h.exe:    $(OBJS)
  12.     $(CC) $(CFLAGS) -o poly3d-h @&&!
  13. $(OBJS) $(LIBS) -lm $(MORELIBS)
  14. !
  15.     strip poly3d-h
  16.     aout2exe poly3d-h
  17.  
  18. install: poly3d-h.exe
  19.     copy poly3d-h.exe $(BIN_DIR_DOS)
  20.     del  poly3d-h.exe
  21.     copy poly3d-h.cfg $(BIN_DIR_DOS)
  22.  
  23. # Dependencies starts here - do not touch, generated automatically.
  24. out-edge.o:    program.h
  25. poly3d-h.o:    program.h
  26. prepdata.o:    program.h
  27.