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

include ..\makeflag.os2

OBJS =  srfray.o srf_cntr.o user_ftl.o user_err.o

all:	libuser.a

libuser.a: $(OBJS)
	-$(RM) libuser.a
	ar rc libuser.a $(OBJS)

install: libuser.a
	$(CP) libuser.a $(LIB_DIR)
	ar s $(LIB_DIR)/libuser.a

# DO NOT DELETE THIS LINE -- make depend depends on it.
