Imakefile 355 Bytes
Newer Older
1 2 3 4 5 6
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#undef BootstrapCleanSubdirs
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"

7 8
NULL =

9
SUBDIRS = cf
10

11
#if defined(XorgVersionString) \
12 13
	&& defined(ProjectRoot) && \
	defined(BuildBindist)
14
all::
15 16 17 18 19 20

clean::
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))