From 9a74b548707853011611385144331297200d4923 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 26 May 2012 17:23:03 -0600 Subject: [PATCH] Remove dtinfo and dtksh from the build for now --- cde/programs/Imakefile | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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)) -- 2.25.1