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

all: compile

BLD_TOP := ../..
SRC_PATH := c

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

SRC =

PROCESSED_SRC =

OBJECTS =

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

