Disable all code related to libXp
[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 IMAKE_DEF_DTINFO =  -DTopLevelProject=TopLevelProject \
29                     -DProjectTmplFile='<DtInfo.tmpl>' \
30                     -DProjectRulesFile='<DtInfo.rules>'
31
32 XCOMM Variables to switch on debug mode temporarily
33 XCOMM CDEBUGFLAGS = -g -DDEBUG
34 XCOMM CXXDEBUGFLAGS = -g -DDEBUG
35
36 MakeSubdirs($(SUBDIRS))
37 DependSubdirs($(SUBDIRS))