mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
This software has a variety of problems, like including renamed X11 header files, and other nuttery. These programs also have a very limited use, I doubt most people even know what they are for or will miss them. This commit prevents them from being built and installed. If no-one volunteers to get these into decent shape after the next release, they will be removed from the repository.
43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
#if UseNSGMLS
|
|
NSGMLSDIR = nsgmls
|
|
#endif
|
|
EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
|
|
|
|
XCOMM some of these cannot be built on linux yet.
|
|
XCOMM dtinfo
|
|
#if defined(LinuxArchitecture)
|
|
DTINFODIR = dtinfo
|
|
#elif defined(BSDArchitecture)
|
|
DTINFODIR = dtinfo
|
|
#else
|
|
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 dtksh dtcm dtsearchpath \
|
|
dtappbuilder dtappintegrate dtprintegrate dtconfig \
|
|
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
|
dtimsstart dtdocbook dtpdm dtsr \
|
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
|
|
|
LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
|
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
|
dtcalc dtaction dtcreate \
|
|
dtscreen dtksh dtcm dtsearchpath \
|
|
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
|
dtimsstart dtdocbook dtpdm dtsr \
|
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
LintSubdirs($(LINTSUBDIRS))
|