#
# This is the make file for the trng_lib library, DJGCC on the IBMPC.
#
#				Gershon Elber, Aug 1990
#

!include "..\makeflag.djg"

OBJS =  trng_aux.o trng_dbg.o trng_err.o trng_ftl.o trng_gen.o \
	trngcoer.o trngmesh.o trng_iso.o trng2ply.o trngeval.o \
	trng_der.o

libtrng.a: $(OBJS)
	ar rc libtrng.a @&&!
$(OBJS)
!

install: libtrng.a
	copy libtrng.a $(LIB_DIR_DOS)
	ar s $(LIB_DIR_DOS)\libtrng.a

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