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