XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $
XCOMM $XdotOrg: xc/doc/man/Imakefile,v 1.3 2004/05/22 06:27:25 alanc Exp $



XCOMM $XFree86: xc/doc/man/Imakefile,v 1.6 2001/01/16 02:23:45 dawes Exp $

#define IHaveSubdirs
#define PassCDebugFlags

#if BuildXvLibrary
XVDIR = Xv
#endif
#if BuildGLXLibrary
GLXDIRS = GL GLw
#endif
#if BuildGLULibrary
GLUDIRS = GLU
#endif
#if BuildDmxLibrary
DMXDIR = DMX
#endif

#if BuildXprintLib
XPRINTLIBDIRS = Xp
#endif

#if InstallMiscManPages
MISCDIR = misc
#endif

#if InstallLibManPages
LIBMANDIRS = X11 Xt Xext Xi Xau $(XVDIR) $(GLXDIRS) $(GLUDIRS) $(DMXDIR) $(XPRINTLIBDIRS)
#endif

SUBDIRS = general $(LIBMANDIRS) $(MISCDIR)

all::

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