#
# This is the make file for the trng_lib library.
#
#				Gershon Elber, June 1993
#

# Get the destination directories:
include ..\makeflag.wnt

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

trng_lib.lib: $(OBJS)
	-del trng_lib.lib
	$(IRITLIB) -out:trng_lib.lib *.obj

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

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