XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $ XCOMM $XFree86: xc/doc/man/Imakefile,v 1.7 2001/01/17 16:57:38 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags #if BuildXvLibrary XVDIR = Xv #endif #if BuildGLXLibrary GLXDIRS = GL GLw #endif #if BuildGLULibrary GLUDIRS = GLU #endif #if InstallMiscManPages MISCDIR = misc #endif #if InstallLibManPages LIBMANDIRS = X11 Xt Xext Xi Xau $(XVDIR) $(GLXDIRS) $(GLUDIRS) #endif SUBDIRS = general $(LIBMANDIRS) $(MISCDIR) all:: MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))