# # This is the make file for the user_lib library. # # Get the destination directories: include ..\makeflag.wnt OBJS = ddm_text.$(IRITOBJ) ff_krnl.$(IRITOBJ) register.$(IRITOBJ) \ srfcrvtr.$(IRITOBJ) srfray.$(IRITOBJ) srf_mrch.$(IRITOBJ) \ srf_cntr.$(IRITOBJ) textwarp.$(IRITOBJ) tv0jacob.$(IRITOBJ) \ srf_ssi.$(IRITOBJ) user_ftl.$(IRITOBJ) userpick.$(IRITOBJ) \ user_err.$(IRITOBJ) usrcnvrt.$(IRITOBJ) visible.$(IRITOBJ) \ zcollide.$(IRITOBJ) $(USER_LIB): $(OBJS) -del $(USER_LIB) $(IRITLIB) -out:$(USER_LIB) *.$(IRITOBJ) install: $(USER_LIB) # Dependencies starts here - do not touch, generated automatically.