44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
#if UseNSGMLS
|
|
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 =
|
|
DTAPPBDIR =
|
|
#else
|
|
DTKSHDIR = dtksh
|
|
DTINFODIR = dtinfo
|
|
DTAPPBDIR = dtappbuilder
|
|
#endif
|
|
|
|
|
|
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
|
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
|
dtcalc dtaction dtspcd \
|
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
|
$(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
|
|
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
|
|
|
LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
|
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
|
dtcalc dtaction dtcreate \
|
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
|
$(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
|
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
LintSubdirs($(LINTSUBDIRS))
|