home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / contrib / poly3d-r / makefile.os2 < prev    next >
Encoding:
Makefile  |  1994-12-19  |  336 b   |  17 lines

  1. #
  2. # This is the make file for the poly3d-r directory using OS2 GCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS    = poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o
  10.  
  11. poly3d-r.exe: $(OBJS)
  12.  
  13. install: poly3d-r.exe
  14.     $(CP) -f poly3d-r.exe $(BIN_DIR)
  15.     $(CP) -f poly3d-r.cfg $(BIN_DIR)
  16.     $(RM) poly3d-r.exe
  17.