#			Copyright (c) 1994 by
#			Advanced Visual Systems Inc.
#			All Rights Reserved
#	
#	This software comprises unpublished confidential information of
#	Advanced Visual Systems Inc. and may not be used, copied or made
#	available to anyone, except in accordance with the license
#	under which it is furnished.
#	
#	This file is under Perforce control
#	$Id: //depot/express/fcs70/user/Makefile#1 $
#	
# include standard variable defs
include ../include/xp_defs.mk

SRCDIR=$(XP_ROOT)/user

LLIB=$(XP_LIB_DIR)/libuser.a
DLLIB=$(XP_LIB_DIR)/libuser

# Please add files in alphabetical order
LIBOFILES= \
    $(LLIB)(add_num.o) \
    $(EMPTY)

default: $(LLIB) $(DLLIBNAME)

include $(XP_MACHRULE_PATH)

clean::
	rm -f $(LLIB) $(DLLIBNAME)
