#
# This is the make file for the user_lib library.
#

# Get the destination directories:
include ..\makeflag.wnt

OBJS =  srfray.obj srf_cntr.obj user_ftl.obj user_err.obj usrcnvrt.obj \
	 visible.obj

user_lib.lib: $(OBJS)
	-del user_lib.lib
	$(IRITLIB) -out:user_lib.lib *.obj

install: user_lib.lib
	copy user_lib.lib $(LIB_DIR)
	-del user_lib.lib

# Dependencies starts here - do not touch, generated automatically.
