#
# This make file is for the poly3d-h utility for Borland C++ 2.0
# (Using Ansi though).
#
# Only large model is created here.
#
#				Gershon Elber, July 1990
#

# Works only on TC++ 1.0 make and up - swap out make before invoking command.
# .SWAP

# Includes generic definitions.
!include "..\makeflag.tc"

OBJS =	out-edge.obj poly3d-h.obj prepdata.obj

poly3d-h.exe: $(OBJS)
	$(LNK) @&&!
$(TC_LIB_DIR)\c0l+
$(OBJS)
poly3d-h.exe
poly3d-h.map
$(LIBS)
!$(LFLAGS)

install: poly3d-h.exe
	copy poly3d-h.exe $(BIN_DIR)
	del poly3d-h.exe 
	copy poly3d-h.cfg $(BIN_DIR)

# Dependencies starts here - do not touch, generated automatically.
out-edge.obj:	program.h
poly3d-h.obj:	program.h
prepdata.obj:	program.h
