XCOMM $XFree86: mit/fonts/Imakefile,v 2.1 1994/02/24 13:28:15 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.28 91/07/16 23:03:55 gildea Exp $
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#if BuildFonts
FONTDIRS = bdf scaled
#endif

#if BuildPexExt
PEXDIRS = PEX
#endif

#if BuildFontServer
SERVERDIRS = server
#endif

#if BuildFonts || BuildPexExt || BuildFontServer
CLIENTS = clients
#endif

/* clients must be built before font dirs */
#if BuildServersOnly
SUBDIRS = include lib
#else
SUBDIRS = include lib $(CLIENTS) $(FONTDIRS) $(PEXDIRS) $(SERVERDIRS)
#endif

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