home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the make file for the poly3d-h directory using DJGCC on the IBMPC.
- #
- # Gershon Elber, Dec 1991
- #
-
- !include "..\makeflag.djg"
-
- OBJS = out-edge.o poly3d-h.o prepdata.o
-
- poly3d-h.exe: $(OBJS)
- $(CC) $(CFLAGS) -o poly3d-h @&&!
- $(OBJS) $(LIBS) -lm $(MORELIBS)
- !
- strip poly3d-h
- aout2exe poly3d-h
-
- install: poly3d-h.exe
- copy poly3d-h.exe $(BIN_DIR_DOS)
- del poly3d-h.exe
- copy poly3d-h.cfg $(BIN_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
- out-edge.o: program.h
- poly3d-h.o: program.h
- prepdata.o: program.h
-