2025-08-08 20:00:36 +02:00

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))