Use C++ linker
[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 WARNING!!!
28 XCOMM from here use the local config dir in addition to the standard one.
29 IRULESRC = $(TOP)/$(CURRENT_DIR)/tools/config
30
31 MakeSubdirs($(SUBDIRS))
32 DependSubdirs($(SUBDIRS))