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

all: compile

BLD_TOP := ../..
SRC_PATH := server

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

SRC = \
	appweb.c

PROCESSED_SRC =

OBJECTS = \
	$(BLD_OBJ_DIR)/appweb$(BLD_OBJ)

$(BLD_OBJ_DIR)/appweb$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/appweb.h \
	../../src/include/http.h \
	../../src/include/httpTune.h \
	../../src/include/mpr.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

