# # This is the make file for the xtra lib subdirectory. # # Gershon Elber, June 1993 # # Get the destination directories: include ..\makeflag.wnt OBJS = bzrintrp.$(IRITOBJ) diag_mat.$(IRITOBJ) filt.$(IRITOBJ) \ mt19937i.$(IRITOBJ) nure_svd.$(IRITOBJ) $(XTRA_LIB): $(OBJS) -del $(XTRA_LIB) $(IRITLIB) -out:$(XTRA_LIB) *.$(IRITOBJ) install: $(XTRA_LIB) # Dependencies starts here - do not touch, generated automatically.