Skip building m-guides and dtksh for FreeBSD
[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)
9 #if !defined(OpenBSDArchitecture)
10 EXTRADIRS += util
11 #endif
12
13 XCOMM some of these cannot be built on linux yet.
14 XCOMM dtksh dtinfo
15 #if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
16 DTKSHDIR = 
17 DTINFODIR = 
18 #else
19 DTKSHDIR = dtksh
20 DTINFODIR = dtinfo
21 #endif
22
23
24 SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
25         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
26         dtcalc dtaction dtspcd \
27         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
28         dtappbuilder dtappintegrate dtprintegrate dtconfig \
29         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
30         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
31         dtpdmd $(DTINFODIR) $(EXTRADIRS)
32
33 LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtlogin dtwm \
34         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
35         dtcalc dtaction dtcreate \
36         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
37         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
38         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
39         dtpdmd $(DTINFODIR) $(EXTRADIRS)
40
41 MakeSubdirs($(SUBDIRS))
42 DependSubdirs($(SUBDIRS))
43 LintSubdirs($(LINTSUBDIRS))