Simplify programs/Imakefile a bit. dtksh, dtlogin and dtcm build everywhere.
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Mon, 22 Jul 2013 20:03:34 +0000 (22:03 +0200)
committerJon Trulson <jon@radscan.com>
Mon, 22 Jul 2013 23:23:24 +0000 (17:23 -0600)
cde/programs/Imakefile

index b04800fc7730c18b671b69cc0be3b53bace413c2..b95ee859abf0174931b0b01a1008b90dca658eb7 100644 (file)
@@ -8,43 +8,31 @@ NSGMLSDIR = nsgmls
 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 = dtksh
 DTINFODIR = 
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #elif defined(OpenBSDArchitecture)
-DTKSHDIR = dtksh
 DTINFODIR = 
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #elif defined(FreeBSDArchitecture)
-DTKSHDIR = dtksh
 DTINFODIR =
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #else
-DTKSHDIR = dtksh
 DTINFODIR = dtinfo
-DTCMDIR = dtcm
-DTLOGINDIR = dtlogin
 #endif
 
 
-SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm $(DTLOGINDIR) \
+SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtspcd \
-       dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \
+       dtscreen dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtconfig \
         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile $(DTLOGINDIR) dtwm \
+LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtcreate \
-       dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \
+       dtscreen dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)