dtcm: Coverity 88871
[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 = types localized tttypes $(NSGMLSDIR) util
9
10 XCOMM some of these cannot be built on linux yet.
11 XCOMM dtinfo
12 #if defined(LinuxArchitecture)
13 DTINFODIR = dtinfo
14 #elif defined(BSDArchitecture)
15 DTINFODIR = dtinfo
16 #else
17 DTINFODIR = dtinfo
18 #endif
19
20 XCOMM JET 4/2/2018 - disabling dtudcfonted and dtudcexch.  They are
21 XCOMM very broken in terms of coverity and compiler warnings.  Also,
22 XCOMM who uses them?  And for what?
23
24 SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
25         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
26         dtcalc dtaction dtspcd \
27         dtscreen dtksh dtcm dtsearchpath \
28         dtappbuilder dtappintegrate dtprintegrate dtconfig \
29         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
30         dtimsstart dtdocbook dtpdm dtsr \
31         dtpdmd $(DTINFODIR) $(EXTRADIRS)
32
33 LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
34         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
35         dtcalc dtaction dtcreate \
36         dtscreen dtksh dtcm dtsearchpath \
37         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
38         dtimsstart dtdocbook dtpdm dtsr \
39         dtpdmd $(DTINFODIR) $(EXTRADIRS)
40
41 MakeSubdirs($(SUBDIRS))
42 DependSubdirs($(SUBDIRS))
43 LintSubdirs($(LINTSUBDIRS))