Compile dtksh on 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)
16 DTKSHDIR = 
17 DTINFODIR = 
18 #elif defined(FreeBSDArchitecture)
19 DTKSHDIR = dtksh
20 DTINFODIR = 
21 #else
22 DTKSHDIR = dtksh
23 DTINFODIR = dtinfo
24 #endif
25
26
27 SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
28         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
29         dtcalc dtaction dtspcd \
30         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
31         dtappbuilder dtappintegrate dtprintegrate dtconfig \
32         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
33         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
34         dtpdmd $(DTINFODIR) $(EXTRADIRS)
35
36 LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtlogin dtwm \
37         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
38         dtcalc dtaction dtcreate \
39         dtscreen $(DTKSHDIR) dtcm dtsearchpath \
40         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
41         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
42         dtpdmd $(DTINFODIR) $(EXTRADIRS)
43
44 MakeSubdirs($(SUBDIRS))
45 DependSubdirs($(SUBDIRS))
46 LintSubdirs($(LINTSUBDIRS))