5375d53675a461158b7f69c73abf9d76c64bdcb4
[oweals/cde.git] / cde / programs / Imakefile
1 XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
2 #define IHaveSubdirs
3 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
4
5 #if UseNSGMLS
6 NSGMLSDIR = nsgmls
7 #endif
8 EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
9
10 XCOMM some of these cannot be built on linux yet.
11 XCOMM dtksh dtinfo
12 #if defined(LinuxArchitecture)
13 DTKSHDIR = 
14 DTINFODIR = 
15 #else
16 DTKSHDIR = dtksh
17 DTINFODIR = dtinfo
18 #endif
19
20
21 SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
22         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
23         dtcalc dtaction dtspcd \
24         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
25         dtappbuilder dtappintegrate dtprintegrate dtconfig \
26         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
27         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
28         dtpdmd $(DTINFODIR) $(EXTRADIRS)
29
30 LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
31         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
32         dtcalc dtaction dtcreate \
33         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
34         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
35         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
36         dtpdmd $(DTINFODIR) $(EXTRADIRS)
37
38
39 MakeSubdirs($(SUBDIRS))
40 DependSubdirs($(SUBDIRS))
41 LintSubdirs($(LINTSUBDIRS))