blob: 82dd53141146c7f6ef11497c87c869d9f4fad704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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)"
BOOTSTRAPSUBDIRS = imake makedepend
#if BuildDPSLibrary
PSWRAPDIR = pswrap
#endif
SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util $(PSWRAPDIR)
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|