dtlogin: build on openbsd
[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 dtopen
9
10
11 SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
12         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
13         dtcalc dtaction dtspcd \
14         dtscreen dtksh dtcm dtsearchpath \
15         dtappbuilder dtappintegrate dtprintegrate dtconfig \
16         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
17         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
18         dtpdmd dtinfo $(EXTRADIRS)
19
20 LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
21         dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
22         dtcalc dtaction dtcreate \
23         dtscreen dtksh dtcm dtsearchpath \
24         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
25         dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
26         dtpdmd dtinfo $(EXTRADIRS)
27
28 MakeSubdirs($(SUBDIRS))
29 DependSubdirs($(SUBDIRS))
30 LintSubdirs($(LINTSUBDIRS))