XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $ XCOMM $XdotOrg: xc/doc/man/Imakefile,v 1.4 2004-06-30 20:06:51 kem 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))