#			Copyright (c) 2003 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/webclnt/xp_mods/Makefile#1 $
#	

include ../../include/xp_defs.mk

SRCDIR=$(XP_ROOT)/webclnt/xp_mods
LLIB  =$(XP_LIB_DIR)/libxpw3c.a
#DLLIB =$(XP_LIB_DIR)/libxpw3c

PROJ_INCLUDES = -I$(XP_ROOT)/webclnt/include

LIBOFILES = \
	$(LLIB)(geturl.o)

#default: $(LLIB) $(DLLIBNAME)
default: $(LLIB)

clean::
	$(RM) $(LLIB) $(DLLIBNAME)

include $(XP_MACHRULE_PATH)
