Don't use fstat for readable pipe chars in dtexec.
[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 = types localized tttypes $(NSGMLSDIR) util
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 DTCMDIR = dtcm
16 DTLOGINDIR = dtlogin
17 #elif defined(OpenBSDArchitecture)
18 DTKSHDIR = dtksh
19 DTINFODIR = 
20 DTCMDIR = dtcm
21 DTLOGINDIR = dtlogin
22 #elif defined(FreeBSDArchitecture)
23 DTKSHDIR = dtksh
24 DTINFODIR =
25 DTCMDIR = dtcm
26 DTLOGINDIR = dtlogin
27 #else
28 DTKSHDIR = dtksh
29 DTINFODIR = dtinfo
30 DTCMDIR = dtcm
31 DTLOGINDIR = dtlogin
32 #endif
33
34
35 SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm $(DTLOGINDIR) \
36         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
37         dtcalc dtaction dtspcd \
38         dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \
39         dtappbuilder dtappintegrate dtprintegrate dtconfig \
40         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
41         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
42         dtpdmd $(DTINFODIR) $(EXTRADIRS)
43
44 LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile $(DTLOGINDIR) dtwm \
45         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
46         dtcalc dtaction dtcreate \
47         dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \
48         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
49         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
50         dtpdmd $(DTINFODIR) $(EXTRADIRS)
51
52 MakeSubdirs($(SUBDIRS))
53 DependSubdirs($(SUBDIRS))
54 LintSubdirs($(LINTSUBDIRS))