dtwm: basic multihead(xinerama only) support
[oweals/cde.git] / cde / programs / Imakefile
index d3f3aaaefd9530070174f971d0d68ff8081d60da..84495b8045159c500616fea478a104c6f436c91e 100644 (file)
@@ -5,25 +5,35 @@ 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
 
-SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
+XCOMM some of these cannot be built on linux yet.
+XCOMM dtinfo
+#if defined(LinuxArchitecture)
+DTINFODIR = dtinfo
+#elif defined(BSDArchitecture)
+DTINFODIR = dtinfo
+#else
+DTINFODIR = dtinfo
+#endif
+
+
+SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtspcd \
        dtscreen dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtconfig \
         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
-       dtpdmd dtinfo $(EXTRADIRS)
+       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 dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
-       dtpdmd dtinfo $(EXTRADIRS)
-
+       dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))