# # This is the make file for the misc. lib subdirectory. # # Gershon Elber, June 1993 # # Get the destination directories: include ..\makeflag.wnt OBJS = config.$(IRITOBJ) editimag.$(IRITOBJ) genmat.$(IRITOBJ) \ getarg.$(IRITOBJ) hash_tbl.$(IRITOBJ) \ imalloc.$(IRITOBJ) irit_ftl.$(IRITOBJ) \ irit_wrn.$(IRITOBJ) levenmar.$(IRITOBJ) mincover.$(IRITOBJ) \ misc_err.$(IRITOBJ) misc_ftl.$(IRITOBJ) \ miscattr.$(IRITOBJ) miscatt2.$(IRITOBJ) \ miscatt3.$(IRITOBJ) priorque.$(IRITOBJ) qrfactor.$(IRITOBJ) \ readimag.$(IRITOBJ) search.$(IRITOBJ) \ writimag.$(IRITOBJ) xgeneral.$(IRITOBJ) $(MISC_LIB): $(OBJS) -del $(MISC_LIB) $(IRITLIB) -out:$(MISC_LIB) *.$(IRITOBJ) install: $(MISC_LIB) # Dependencies starts here - do not touch, generated automatically.