diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index d3f3aaaef..5375d5367 100644 --- a/cde/programs/Imakefile +++ b/cde/programs/Imakefile @@ -7,22 +7,33 @@ NSGMLSDIR = nsgmls #endif EXTRADIRS = util types localized tttypes $(NSGMLSDIR) +XCOMM some of these cannot be built on linux yet. +XCOMM dtksh dtinfo +#if defined(LinuxArchitecture) +DTKSHDIR = +DTINFODIR = +#else +DTKSHDIR = dtksh +DTINFODIR = dtinfo +#endif + + SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtspcd \ - dtscreen dtksh dtcm dtsearchpath \ + dtscreen $(DTKSHDIR) 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 \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtcreate \ - dtscreen dtksh dtcm dtsearchpath \ + dtscreen $(DTKSHDIR) dtcm dtsearchpath \ dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ - dtpdmd dtinfo $(EXTRADIRS) + dtpdmd $(DTINFODIR) $(EXTRADIRS) MakeSubdirs($(SUBDIRS))