#
#   .makedep -- Makefile dependencies. Generated by genDepend.
#

all: compile

BLD_TOP := ../..
SRC_PATH := test

#
#   Read the build configuration settings and make variable definitions.
#
include $(BLD_TOP)/build/buildConfig.make

SRC = \
	testAlias.c \
	testAppweb.c \
	testAuth.c \
	testCgi.c \
	testEgi.c \
	testEjs.c \
	testGet.c \
	testHttp.c \
	testPhp.c \
	testPost.c \
	testUpload.c \
	testVhost.c

PROCESSED_SRC =

OBJECTS = \
	$(BLD_OBJ_DIR)/testAlias$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testAppweb$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testAuth$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testCgi$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testEgi$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testEjs$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testGet$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testHttp$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testPhp$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testPost$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testUpload$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/testVhost$(BLD_OBJ)

$(BLD_OBJ_DIR)/testAlias$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testAppweb$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testAuth$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testCgi$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testEgi$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testEjs$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testGet$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testHttp$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testPhp$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testPost$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testUpload$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

$(BLD_OBJ_DIR)/testVhost$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/mpr.h \
	./testAppweb.h

#
# Read the Makefile rules
#
include $(BLD_TOP)/build/make/make.rules

ifeq ($(BUILDING_CROSS),1)
   include $(BLD_TOP)/build/make/make.$(BLD_HOST_OS)
else
   include $(BLD_TOP)/build/make/make.$(BLD_BUILD_OS)
endif

