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

all: compile

BLD_TOP := ../..
SRC_PATH := ejs

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

SRC = \
	ec.c \
	ejs.c \
	ejsLib.c \
	ejsmod.c \
	esql.c \
	sqlite3.c

PROCESSED_SRC =

OBJECTS = \
	$(BLD_OBJ_DIR)/ec$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/ejs$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/ejsLib$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/ejsmod$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/esql$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/sqlite3$(BLD_OBJ)

$(BLD_OBJ_DIR)/ec$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/ec.h \
	../../src/include/ejs.h \
	../../src/include/ejs.slots.h \
	../../src/include/mpr.h

$(BLD_OBJ_DIR)/ejs$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/ec.h \
	../../src/include/ejs.h \
	../../src/include/ejs.slots.h \
	../../src/include/mpr.h

$(BLD_OBJ_DIR)/ejsLib$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/ejs.h \
	../../src/include/ejs.slots.h \
	../../src/include/mpr.h \
	../../src/include/sqlite3.h

$(BLD_OBJ_DIR)/ejsmod$(BLD_OBJ):  \
	../../build/buildConfig.h \
	../../src/include/ejs.h \
	../../src/include/ejs.slots.h \
	../../src/include/mpr.h

$(BLD_OBJ_DIR)/esql$(BLD_OBJ):  \
	../../build/buildConfig.h

$(BLD_OBJ_DIR)/sqlite3$(BLD_OBJ):  \
	../../build/buildConfig.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

