aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/Imakefile
blob: 305b87107ab7cd4e9a37cae8531d215723641128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:45 cpqbld Exp $
XCOMM $XFree86: xc/config/Imakefile,v 1.3 2001/01/17 16:22:29 dawes Exp $
#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))