#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'

#if !UseCCMakeDepend
  MDEP_DIR = makedepend
#endif

#if defined(MacIIArchitecture) && !defined(HasGcc)
   CPP_DIR = cpp
#endif
#if defined(HPArchitecture)
SOELIM_DIR = soelim
#endif
SUBDIRS = scripts $(MDEP_DIR) $(CPP_DIR) $(SOELIM_DIR)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
