Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
30
cde/programs/Imakefile
Normal file
30
cde/programs/Imakefile
Normal file
@@ -0,0 +1,30 @@
|
||||
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)
|
||||
|
||||
SUBDIRS = dthelp dtmail dsdm 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 dtmail dsdm dtpad dtfile dtlogin dtwm \
|
||||
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))
|
||||
Reference in New Issue
Block a user