dtinfogen_worker: don't free variables then use them later.
[oweals/cde.git] / cde / programs / dtinfo / dtinfogen / Imakefile
1 XCOMM $TOG: Imakefile /main/12 1998/08/10 15:54:48 mgreess $
2
3 #define IHaveSubdirs
4 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
5
6 SUBDIRS=mmdb infolib install
7
8 XCOMM redefine TopLevelProject to build DtInfo with standard CDE config dir
9 #undef  TopLevelProject
10 #define TopLevelProject         DtInfo
11 IMAKE_DEF_DTINFO =  -DTopLevelProject=TopLevelProject \
12                     -DProjectTmplFile='<DtInfo.tmpl>' \
13                     -DProjectRulesFile='<DtInfo.rules>'
14
15 XCOMM Variables to switch on debug mode temporarily
16 XCOMM CDEBUGFLAGS = -g -DDEBUG
17 XCOMM CXXDEBUGFLAGS = -g -DDEBUG
18
19 MakeSubdirs($(SUBDIRS))
20 DependSubdirs($(SUBDIRS))
21 NamedTargetSubdirs(install_buildtools,$(SUBDIRS),\
22                    install_buildtools,,install_buildtools)