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

all: compile

BLD_TOP := ../..
SRC_PATH := src

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

SRC = \
	bldout.c \
	dsi.c \
	dumpext.c \
	genDepend.c \
	getopt.c \
	getpath.c \
	incPatch.c \
	pp.c \
	removeFiles.c

PROCESSED_SRC =

OBJECTS = \
	$(BLD_OBJ_DIR)/bldout$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/dsi$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/dumpext$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/genDepend$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/getopt$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/getpath$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/incPatch$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/pp$(BLD_OBJ) \
	$(BLD_OBJ_DIR)/removeFiles$(BLD_OBJ)

$(BLD_OBJ_DIR)/bldout$(BLD_OBJ):  \
	./getopt.h

$(BLD_OBJ_DIR)/dsi$(BLD_OBJ):  \
	./getopt.h \
	./posixRemap.h

$(BLD_OBJ_DIR)/dumpext$(BLD_OBJ): 

$(BLD_OBJ_DIR)/genDepend$(BLD_OBJ):  \
	./getopt.h \
	./posixRemap.h

$(BLD_OBJ_DIR)/getopt$(BLD_OBJ):  \
	./posixRemap.h

$(BLD_OBJ_DIR)/getpath$(BLD_OBJ): 

$(BLD_OBJ_DIR)/incPatch$(BLD_OBJ):  \
	./getopt.h \
	./posixRemap.h

$(BLD_OBJ_DIR)/pp$(BLD_OBJ): 

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

