#
# 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.obj poly3d-h.obj prepdata.obj

poly3d-h.exe:	$(OBJS)
	$(CC) $(CFLAGS) -o poly3d-h @&&!
$(OBJS) $(LIBS) -lm $(MORELIBS)
!
	strip poly3d-h
	aout2exe poly3d-h
	del 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 ../include/genmat.h
poly3d-h.o:	program.h ../include/getarg.h ../include/genmat.h ../include/config.h ../include/ip_cnvrt.h
prepdata.o:	program.h ../include/genmat.h
