# # This is the make file for the mdl. lib subdirectory. # # Gershon Elber, June 1993 # # Get the destination directories: include ..\makeflag.wnt OBJS = mdl_bbox.$(IRITOBJ) mdl_dbg.$(IRITOBJ) mdl_dum.$(IRITOBJ) \ mdl_err.$(IRITOBJ) mdl_ftl.$(IRITOBJ) mdl_gen.$(IRITOBJ) \ mdl_ptch.$(IRITOBJ) mdlcnvrt.$(IRITOBJ) $(MDL_LIB): $(OBJS) -del $(MDL_LIB) $(IRITLIB) -out:$(MDL_LIB) *.$(IRITOBJ) install: $(MDL_LIB) # Dependencies starts here - do not touch, generated automatically.