dtcm: Coverity 88107
[oweals/cde.git] / cde / programs / Imakefile
index 812d42c00d696354e6832ef2602e4761786c9dcd..f85b6ff1d3b401e3e9259633647bdf24373a7d31 100644 (file)
@@ -5,39 +5,39 @@ XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
 #if UseNSGMLS
 NSGMLSDIR = nsgmls
 #endif
-EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
+EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
 
 XCOMM some of these cannot be built on linux yet.
-XCOMM dtksh dtinfo
+XCOMM dtinfo
 #if defined(LinuxArchitecture)
-DTKSHDIR = 
-DTINFODIR = 
-DTAPPBDIR = 
+DTINFODIR = dtinfo
+#elif defined(BSDArchitecture)
+DTINFODIR = dtinfo
 #else
-DTKSHDIR = dtksh
 DTINFODIR = dtinfo
-DTAPPBDIR = dtappbuilder
 #endif
 
+XCOMM JET 4/2/2018 - disabling dtudcfonted and dtudcexch.  They are
+XCOMM very broken in terms of coverity and compiler warnings.  Also,
+XCOMM who uses them?  And for what?
 
-SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
+SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtspcd \
-       dtscreen $(DTKSHDIR) dtcm dtsearchpath \
-        $(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
+       dtscreen dtksh dtcm dtsearchpath \
+        dtappbuilder dtappintegrate dtprintegrate dtconfig \
         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
-       dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
+       dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
+LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtcreate \
-       dtscreen $(DTKSHDIR) dtcm dtsearchpath \
-        $(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
-       dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
+       dtscreen dtksh dtcm dtsearchpath \
+        dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
+       dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))
 LintSubdirs($(LINTSUBDIRS))