Link with C++ linker
[oweals/cde.git] / cde / programs / Imakefile
1 XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
2 #define IHaveSubdirs
3 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
4
5 #if UseNSGMLS
6 NSGMLSDIR = nsgmls
7 #endif
8 EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
9
10 SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
11         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
12         dtcalc dtaction dtspcd \
13         dtscreen dtksh dtcm dtsearchpath \
14         dtappbuilder dtappintegrate dtprintegrate dtconfig \
15         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
16         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
17         dtpdmd dtinfo $(EXTRADIRS)
18
19 LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
20         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
21         dtcalc dtaction dtcreate \
22         dtscreen dtksh dtcm dtsearchpath \
23         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
24         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
25         dtpdmd dtinfo $(EXTRADIRS)
26
27
28 MakeSubdirs($(SUBDIRS))
29 DependSubdirs($(SUBDIRS))
30 LintSubdirs($(LINTSUBDIRS))