dtinfo subtree tools

This commit is contained in:
Ulrich Wilkens
2012-10-14 17:24:56 +02:00
committed by Jon Trulson
parent 07e886ba7c
commit 5cdb889f7b
85 changed files with 41 additions and 19018 deletions

View File

@@ -24,9 +24,16 @@ INDEPENDENT_SUBDIRS = clients
SUBDIRS = $(PRE_REQ_SUBDIRS) $(BROWSER_SUBDIRS) $(TOOLKIT_SUBDIRS) $(INDEPENDENT_SUBDIRS)
XCOMM WARNING!!!
XCOMM from here use the local config dir in addition to the standard one.
IRULESRC = $(TOP)/$(CURRENT_DIR)/tools/config
XCOMM redefine TopLevelProject to build DtInfo with standard CDE config dir
#undef TopLevelProject
#define TopLevelProject DtInfo
IMAKE_DEFINES = -DTopLevelProject=TopLevelProject \
-DProjectTmplFile='<DtInfo.tmpl>' \
-DProjectRulesFile='<DtInfo.rules>'
XCOMM Variables to switch on debug mode temporarily
XCOMM CDEBUGFLAGS = -g -DDEBUG
XCOMM CXXDEBUGFLAGS = -g -DDEBUG
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))