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

all: compile

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

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

SRC = \
	bigFile.c \
	cgiProgram.c

PROCESSED_SRC =

OBJECTS = \
	$(BLD_OBJ_DIR)/bigFile$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/cgiProgram$(BLD_OBJ)

$(BLD_OBJ_DIR)/bigFile$(BLD_OBJ): 

$(BLD_OBJ_DIR)/cgiProgram$(BLD_OBJ): 

#
# 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

