X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2FImakefile;h=f85b6ff1d3b401e3e9259633647bdf24373a7d31;hb=ea2d3927c7f3b7bdad0240bf1a90fe3effd602b4;hp=f6b18353c3726cf44e1bfce5512a6857b590e0ee;hpb=d3206f451496035dbd5db5ed62a95e67e499c712;p=oweals%2Fcde.git diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index f6b18353..f85b6ff1 100644 --- a/cde/programs/Imakefile +++ b/cde/programs/Imakefile @@ -5,40 +5,37 @@ XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $ #if UseNSGMLS NSGMLSDIR = nsgmls #endif -EXTRADIRS = types localized tttypes $(NSGMLSDIR) -#if !defined(OpenBSDArchitecture) -EXTRADIRS += util -#endif +EXTRADIRS = types localized tttypes $(NSGMLSDIR) util XCOMM some of these cannot be built on linux yet. -XCOMM dtksh dtinfo -#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) -DTKSHDIR = -DTINFODIR = -#elif defined(FreeBSDArchitecture) -DTKSHDIR = dtksh -DTINFODIR = +XCOMM dtinfo +#if defined(LinuxArchitecture) +DTINFODIR = dtinfo +#elif defined(BSDArchitecture) +DTINFODIR = dtinfo #else -DTKSHDIR = dtksh DTINFODIR = dtinfo #endif +XCOMM JET 4/2/2018 - disabling dtudcfonted and dtudcexch. They are +XCOMM very broken in terms of coverity and compiler warnings. Also, +XCOMM who uses them? And for what? SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtspcd \ - dtscreen $(DTKSHDIR) dtcm dtsearchpath \ + dtscreen dtksh dtcm dtsearchpath \ dtappbuilder dtappintegrate dtprintegrate dtconfig \ dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \ - dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ + dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS) -LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtlogin dtwm \ +LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtcreate \ - dtscreen $(DTKSHDIR) dtcm dtsearchpath \ + dtscreen dtksh dtcm dtsearchpath \ dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ - dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ + dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS) MakeSubdirs($(SUBDIRS))