mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
This patch removes hpversion.h from the repository, this also untangles a lot of ifdef mess. This closes bug CDExc19524.
30 lines
1 KiB
Text
30 lines
1 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 dtopen
|
|
|
|
|
|
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 \
|
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
|
dtpdmd dtinfo $(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 \
|
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
|
dtpdmd dtinfo $(EXTRADIRS)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
LintSubdirs($(LINTSUBDIRS))
|