19 lines
516 B
Plaintext
19 lines
516 B
Plaintext
XCOMM $TOG: Imakefile /main/9 1998/08/10 15:54:01 mgreess $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS=wwl src install
|
|
|
|
XCOMM redefine TopLevelProject to build DtInfo with standard CDE config dir
|
|
#undef TopLevelProject
|
|
#define TopLevelProject DtInfo
|
|
IMAKE_DEF_DTINFO = -DTopLevelProject=TopLevelProject \
|
|
-DProjectTmplFile='<DtInfo.tmpl>' \
|
|
-DProjectRulesFile='<DtInfo.rules>'
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
|
|
DependSubdirs(wwl src)
|
|
|