summaryrefslogtreecommitdiff
path: root/doc/man/Imakefile
blob: f0c7fa764eacb488683e327c27ff93203615c38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $



XCOMM $XFree86: xc/doc/man/Imakefile,v 1.8tsi 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))