#
#   .makedep -- Initial Makefile dependencies. Generated by makedep.
#               This will be replaced by genDepend when "make depend" is run.
#

all: compile

BLD_TOP := ../../..

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

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