#define IHaveSubdirs #define PassCDebugFlags /* 'CDEBUGFLAGS=$(CDEBUGFLAGS)' */ SIMI = SI CCC = gcc /* CC */ RELSUBDIRS = SUBDIRS = dh top hash input output terminals trace MFLAGS = SIMI='$(SIMI)' CCC='$(CCC)' LIBSUFFIX=`basename $(CCC)` DEMGENERICDIR= $(TOP)/src/generic/dh DEFINES = -D$(SIMI) INCLUDES = -I$(TOP)/include \ -I$(DEMGENERICDIR) \ -I$(DEMGENERICDIR)/notmod/def \ -I$(DEMGENERICDIR)/notmod/headers CURRCPU = `get-cpu` MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) CleanSubdirs($(SUBDIRS))