#
# This is the make file for the trng_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 =  trng_aux.obj trng_dbg.obj trng_err.obj trng_ftl.obj trng_gen.obj \
	trngcoer.obj trngmesh.obj trng_iso.obj trng2ply.obj trngeval.obj \
	trng_der.obj

POBJS = +trng_aux.obj +trng_dbg.obj +trng_err.obj +trng_ftl.obj +trng_gen.obj \
	+trngcoer.obj +trngmesh.obj +trng_iso.obj +trng2ply.obj +trngeval.obj \
	+trng_der.obj


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

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

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