37 lines
603 B
Plaintext
37 lines
603 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/doc/man/Imakefile,v 1.8 2004/06/30 20:21:36 martin 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 InstallMiscManPages
|
|
MISCDIR = misc
|
|
#endif
|
|
|
|
#if InstallLibManPages
|
|
LIBMANDIRS = X11 Xt Xext Xi Xau $(XVDIR) $(GLXDIRS) $(GLUDIRS) $(DMXDIR)
|
|
#endif
|
|
|
|
SUBDIRS = general $(LIBMANDIRS) $(MISCDIR)
|
|
|
|
all::
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|