dtinfo subdirectory dtinfo
[oweals/cde.git] / cde / programs / dtinfo / Imakefile
1 XCOMM $TOG: Imakefile /main/11 1998/08/10 15:51:35 mgreess $
2 /*
3  * (c) Copyright 1996 Digital Equipment Corporation.
4  * (c) Copyright 1996 Hewlett-Packard Company.
5  * (c) Copyright 1996 International Business Machines Corp.
6  * (c) Copyright 1996 Sun Microsystems, Inc.
7  * (c) Copyright 1996 Novell, Inc. 
8  * (c) Copyright 1996 FUJITSU LIMITED.
9  * (c) Copyright 1996 Hitachi.
10  */
11
12 #define IHaveSubdirs
13 XCOMM make sure this is defined in any case
14 #ifndef PassCDebugFlags
15 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
16 #endif
17
18 XCOMM DtMmdb eventually should be made via lib,
19 XCOMM but as long as we use a local config dir it's not.
20 PRE_REQ_SUBDIRS = tools DtMmdb mmdb
21 BROWSER_SUBDIRS = dtinfo
22 TOOLKIT_SUBDIRS = dtinfogen
23 INDEPENDENT_SUBDIRS = clients
24
25 SUBDIRS = $(PRE_REQ_SUBDIRS) $(BROWSER_SUBDIRS) $(TOOLKIT_SUBDIRS) $(INDEPENDENT_SUBDIRS)
26
27 XCOMM redefine TopLevelProject to build DtInfo with standard CDE config dir
28 #undef  TopLevelProject
29 #define TopLevelProject         DtInfo
30 IMAKE_DEFINES = -DTopLevelProject=TopLevelProject \
31                 -DProjectTmplFile='<DtInfo.tmpl>' \
32                 -DProjectRulesFile='<DtInfo.rules>'
33
34 XCOMM Variables to switch on debug mode temporarily
35 XCOMM CDEBUGFLAGS = -g -DDEBUG
36 XCOMM CXXDEBUGFLAGS = -g -DDEBUG
37
38 MakeSubdirs($(SUBDIRS))
39 DependSubdirs($(SUBDIRS))