# # This is the make file for circlink subdirectory. # # Gershon Elber, Aug 1991 # include ../makeflag.unx OBJS = circlink.o$(IRITOBJPF) install: $(OBJS) -cp $(OBJS) $(LIB_DIR) # DO NOT DELETE THIS LINE -- make depend depends on it.