#			Copyright (c) 1993 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/runtime/Makefile#1 $
#	
# include standard variable defs
include ../include/stddefs.mk

RMKDIR=$(XP_ROOT)/bin/$(MACHINE)/rmkdir
SRCDIR=$(XP_ROOT)/runtime/$(MACHINE)

default: agx_runtime

clean::
	$(RM) -r $(SRCDIR)/agx

clean_src:
	$(RM) express.hlp dlls/*.dll dlls/*.DLL

agx_runtime:
	$(RM) -r $(SRCDIR)/agx; $(RMKDIR) $(SRCDIR)/agx
	ln -s $(AGX_DIR)/$(AGX_VER)/$(MACHINE)/base $(SRCDIR)/agx

include $(XP_MACHRULE_PATH)

