blob: 870f8833f69a28c9c59cbdbf26727a54d6793eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
XCOMM $XConsortium: Imakefile /main/6 1996/09/28 16:04:42 rws $
XCOMM $XFree86: xc/config/Imakefile,v 1.2 2000/02/13 00:12:18 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))
|