dtudcfonted: Resolve CID 86280
[oweals/cde.git] / cde / config / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/09/28 16:04:42 rws $
2 #define IHaveSubdirs
3 #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
4
5 #undef BootstrapCleanSubdirs
6 #define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
7
8 #if defined(LinuxArchitecture)
9 BOOTSTRAPSUBDIRS = imake
10 #else
11 BOOTSTRAPSUBDIRS = imake makedepend
12 #endif
13
14 SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util
15
16 MakeSubdirs($(SUBDIRS))
17 DependSubdirs($(SUBDIRS))