# # This is the make file for the bool_lib library. # # Gershon Elber, June 1993 # # Get the destination directories: include ..\makeflag.wnt OBJS = adjacncy.$(IRITOBJ) bool-hi.$(IRITOBJ) bool1low.$(IRITOBJ) \ bool2low.$(IRITOBJ) bool-2d.$(IRITOBJ) bool_err.$(IRITOBJ) $(BOOL_LIB): $(OBJS) -del $(BOOL_LIB) $(IRITLIB) -out:$(BOOL_LIB) *.$(IRITOBJ) install: $(BOOL_LIB) # Dependencies starts here - do not touch, generated automatically.