home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / PLOT / IRITSM3S.ZIP / POLY3D-H / MAKEFILE.DJG < prev    next >
Encoding:
Text File  |  1992-03-01  |  578 b   |  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.