home *** CD-ROM | disk | FTP | other *** search
-
- #
- # Makefile for the POLY3D poly data display program.
- #
-
- include ../makeflag.unx
-
- OBJECTS = interact.o poly3d.o postscrp.o
-
- poly3d: $(OBJECTS)
- $(CC) $(CFLAGS) -o poly3d $(OBJECTS) $(LIBS) $(MORELIBS) -lm
-
- install: poly3d
- mv -f poly3d $(BIN_DIR)
- cp poly3dun.cfg $(BIN_DIR)/poly3d.cfg
-
- # Dependencies starts here - do not touch, generated automatically.
- interact.o: program.h interact.h
- matherr.o: matherr.h program.h
- poly3d.o: program.h interact.h matherr.h
- postscrp.o: program.h interact.h
- scrndraw.o: program.h interact.h
-