#
#	Makefile for the Appweb source code.
#
#	Copyright (c) Embedthis Software LLC, 2003-2009. All Rights Reserved.
#

include 		.makedep

ifeq ($(BLD_MPR_DIR),)
	PRE_DIRS	+= mpr
endif
ifeq ($(BLD_FEATURE_EJS),1)
ifeq ($(BLD_EJS_DIR),)
	PRE_DIRS	+= ejs 
endif
endif
PRE_DIRS		+= http server utils
ifeq ($(BLD_FEATURE_TEST),1)
	PRE_DIRS	+= test
endif

compileFinal: all-in-one

all-in-one:
	@make -C all -f Makefile.all all-in-one
