XCOMM $XFree86: xc/doc/specs/Imakefile,v 1.3 2000/03/02 17:52:57 dawes Exp $

#define IHaveSubdirs
#define PassCDebugFlags

#if 0
#if defined(HardcopyDocDirs) && !BuildAllHardcopyDocs
SUBDIRS = HardcopyDocDirs
#else
SUBDIRS = RX XKB XPRINT
#endif /* defined(HardcopyDocDirs) && !BuildAllHardcopyDocs */
#else
SUBDIRS = XPRINT
#endif

all::

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
