#
# This is the make file for the poly3d-r directory using DJGCC on the IBMPC.
#
#				Gershon Elber, Dec 1991
#

!include "..\makeflag.djg"


OBJS	= poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o

poly3d-r.exe:	$(OBJS)
	$(CC) $(CFLAGS) -o poly3d-r @&&!
$(OBJS) $(LIBS) -lm $(MORELIBS)
!
	aout2exe poly3d-r

install: poly3d-r.exe
	copy poly3d-r.exe $(BIN_DIR_DOS)
	del  poly3d-r.exe
	copy poly3d-r.cfg $(BIN_DIR_DOS)

# 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
