home *** CD-ROM | disk | FTP | other *** search
-
- #
- # Makefile for the POLY3D-R rendering program.
- #
-
- include ../makeflag.unx
-
- OBJS = poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o
-
- poly3d-r: $(OBJS)
- $(CC) $(CFLAGS) -o poly3d-r $(OBJS) $(LIBS) -lm $(MORELIBS)
-
- install: poly3d-r
- mv -f poly3d-r $(BIN_DIR)
- cp poly3d-r.cfg $(BIN_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- colortbl.o: program.h
- evalcolr.o: program.h
- poly3d-r.o: program.h
- prepdata.o: program.h
- scandata.o: program.h
-