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-r / makefile.djg < prev    next >
Makefile  |  1992-03-01  |  603b  |  29 lines

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