From: Jon Trulson Date: Sat, 26 May 2012 23:23:03 +0000 (-0600) Subject: Remove dtinfo and dtksh from the build for now X-Git-Tag: 2.2.0a~26^2~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a74b548707853011611385144331297200d4923;p=oweals%2Fcde.git Remove dtinfo and dtksh from the build for now --- diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index d3f3aaae..5375d536 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))