Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
[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 DTAPPBDIR = 
16 #else
17 DTKSHDIR = dtksh
18 DTINFODIR = dtinfo
19 DTAPPBDIR = dtappbuilder
20 #endif
21
22
23 SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
24         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
25         dtcalc dtaction dtspcd \
26         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
27         $(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
28         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
29         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
30         dtpdmd $(DTINFODIR) $(EXTRADIRS)
31
32 LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
33         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
34         dtcalc dtaction dtcreate \
35         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
36         $(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
37         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
38         dtpdmd $(DTINFODIR) $(EXTRADIRS)
39
40
41 MakeSubdirs($(SUBDIRS))
42 DependSubdirs($(SUBDIRS))
43 LintSubdirs($(LINTSUBDIRS))