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