21 lines
355 B
Plaintext
21 lines
355 B
Plaintext
#define IHaveSubdirs
|
|
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
|
|
|
|
#undef BootstrapCleanSubdirs
|
|
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = cf
|
|
|
|
#if defined(XorgVersionString) \
|
|
&& defined(ProjectRoot) && \
|
|
defined(BuildBindist)
|
|
all::
|
|
|
|
clean::
|
|
#endif
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|