#
# This is the make file for the trim_lib library for Borland C++ 2.0.
#
# Only large model is created here.
#
#				Gershon Elber, Jun 1989
#

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

# Get the destination directories:
!include "..\makeflag.tc"

OBJS =  iso_crvs.obj trim_aux.obj trim_dbg.obj trim_err.obj \
	trim_ftl.obj trim_gen.obj trim_sub.obj trim2ply.obj

POBJS = +iso_crvs.obj +trim_aux.obj +trim_dbg.obj +trim_err.obj \
	+trim_ftl.obj +trim_gen.obj +trim_sub.obj +trim2ply.obj

trim_lib.lib: $(OBJS)
	del trim_lib.lib
	tlib /c trim_lib.lib @&&!
$(POBJS), trim_lib.lst
!

install: trim_lib.lib
	copy trim_lib.lib $(LIB_DIR)

# Dependencies starts here - do not touch, generated automatically.
