# # This is the make file for the trng_lib library. # # Gershon Elber, June 1993 # # Get the destination directories: include ..\makeflag.wnt OBJS = trng_aux.$(IRITOBJ) trng_dbg.$(IRITOBJ) trng_err.$(IRITOBJ) \ trng_ftl.$(IRITOBJ) trng_gen.$(IRITOBJ) \ trngcoer.$(IRITOBJ) trngmesh.$(IRITOBJ) \ trng_iso.$(IRITOBJ) trng2ply.$(IRITOBJ) trngeval.$(IRITOBJ) \ trng_der.$(IRITOBJ) trng_grg.$(IRITOBJ) $(TRNG_LIB): $(OBJS) -del $(TRNG_LIB) $(IRITLIB) -out:$(TRNG_LIB) *.$(IRITOBJ) install: $(TRNG_LIB) # Dependencies starts here - do not touch, generated automatically.