Makefile.in revision 1b5d61b8
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Generate output formats for a single DocBook/XML with/without chapters
19#
20# Variables set by the calling Makefile:
21# noinst_DATA: developers docs are not installed
22# docbook:  the main DocBook/XML file, no chapters, appendix or image files
23# chapters: all files pulled in by an XInclude statement and images.
24#
25
26#
27# This makefile is intended for Developers Documentation and is not installed.
28# Do not use for Users docs or Specs which need to be installed and require olink support
29# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
30# for an explanation on documents classification.
31#
32
33VPATH = @srcdir@
34am__is_gnu_make = { \
35  if test -z '$(MAKELEVEL)'; then \
36    false; \
37  elif test -n '$(MAKE_HOST)'; then \
38    true; \
39  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40    true; \
41  else \
42    false; \
43  fi; \
44}
45am__make_running_with_option = \
46  case $${target_option-} in \
47      ?) ;; \
48      *) echo "am__make_running_with_option: internal error: invalid" \
49              "target option '$${target_option-}' specified" >&2; \
50         exit 1;; \
51  esac; \
52  has_opt=no; \
53  sane_makeflags=$$MAKEFLAGS; \
54  if $(am__is_gnu_make); then \
55    sane_makeflags=$$MFLAGS; \
56  else \
57    case $$MAKEFLAGS in \
58      *\\[\ \	]*) \
59        bs=\\; \
60        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
62    esac; \
63  fi; \
64  skip_next=no; \
65  strip_trailopt () \
66  { \
67    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68  }; \
69  for flg in $$sane_makeflags; do \
70    test $$skip_next = yes && { skip_next=no; continue; }; \
71    case $$flg in \
72      *=*|--*) continue;; \
73        -*I) strip_trailopt 'I'; skip_next=yes;; \
74      -*I?*) strip_trailopt 'I';; \
75        -*O) strip_trailopt 'O'; skip_next=yes;; \
76      -*O?*) strip_trailopt 'O';; \
77        -*l) strip_trailopt 'l'; skip_next=yes;; \
78      -*l?*) strip_trailopt 'l';; \
79      -[dEDm]) skip_next=yes;; \
80      -[JT]) skip_next=yes;; \
81    esac; \
82    case $$flg in \
83      *$$target_option*) has_opt=yes; break;; \
84    esac; \
85  done; \
86  test $$has_opt = yes
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html)
108@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
109@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
110subdir = doc
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
113	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
114	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116	$(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_noinst_DATA_DIST) \
120	$(am__DIST_COMMON)
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
123	$(top_builddir)/include/xorg-server.h \
124	$(top_builddir)/include/dix-config.h \
125	$(top_builddir)/include/xorg-config.h \
126	$(top_builddir)/include/xkb-config.h \
127	$(top_builddir)/include/xwin-config.h \
128	$(top_builddir)/include/xwayland-config.h \
129	$(top_builddir)/include/version-config.h
130CONFIG_CLEAN_FILES =
131CONFIG_CLEAN_VPATH_FILES =
132AM_V_P = $(am__v_P_@AM_V@)
133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134am__v_P_0 = false
135am__v_P_1 = :
136AM_V_GEN = $(am__v_GEN_@AM_V@)
137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138am__v_GEN_0 = @echo "  GEN     " $@;
139am__v_GEN_1 = 
140AM_V_at = $(am__v_at_@AM_V@)
141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142am__v_at_0 = @
143am__v_at_1 = 
144SOURCES =
145DIST_SOURCES =
146RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
147	ctags-recursive dvi-recursive html-recursive info-recursive \
148	install-data-recursive install-dvi-recursive \
149	install-exec-recursive install-html-recursive \
150	install-info-recursive install-pdf-recursive \
151	install-ps-recursive install-recursive installcheck-recursive \
152	installdirs-recursive pdf-recursive ps-recursive \
153	tags-recursive uninstall-recursive
154am__can_run_installinfo = \
155  case $$AM_UPDATE_INFO_DIR in \
156    n|no|NO) false;; \
157    *) (install-info --version) >/dev/null 2>&1;; \
158  esac
159am__dist_noinst_DATA_DIST = Xserver-spec.xml Xinput.xml
160DATA = $(dist_noinst_DATA) $(noinst_DATA)
161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
162  distclean-recursive maintainer-clean-recursive
163am__recursive_targets = \
164  $(RECURSIVE_TARGETS) \
165  $(RECURSIVE_CLEAN_TARGETS) \
166  $(am__extra_recursive_targets)
167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168	distdir
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates.  Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174  BEGIN { nonempty = 0; } \
175  { items[$$0] = 1; nonempty = 1; } \
176  END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique.  This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182  list='$(am__tagged_files)'; \
183  unique=`for i in $$list; do \
184    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185  done | $(am__uniquify_input)`
186ETAGS = etags
187CTAGS = ctags
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/devbook.am
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__relativize = \
192  dir0=`pwd`; \
193  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194  sed_rest='s,^[^/]*/*,,'; \
195  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196  sed_butlast='s,/*[^/]*$$,,'; \
197  while test -n "$$dir1"; do \
198    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199    if test "$$first" != "."; then \
200      if test "$$first" = ".."; then \
201        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203      else \
204        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205        if test "$$first2" = "$$first"; then \
206          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207        else \
208          dir2="../$$dir2"; \
209        fi; \
210        dir0="$$dir0"/"$$first"; \
211      fi; \
212    fi; \
213    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214  done; \
215  reldir="$$dir2"
216ACLOCAL = @ACLOCAL@
217ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
218ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
219AMTAR = @AMTAR@
220AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
222APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@
223APP_MAN_DIR = @APP_MAN_DIR@
224APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
225AR = @AR@
226AS = @AS@
227AUTOCONF = @AUTOCONF@
228AUTOHEADER = @AUTOHEADER@
229AUTOMAKE = @AUTOMAKE@
230AWK = @AWK@
231BASE_CFLAGS = @BASE_CFLAGS@
232BASE_FONT_PATH = @BASE_FONT_PATH@
233BUILD_DATE = @BUILD_DATE@
234BUILD_TIME = @BUILD_TIME@
235BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@
236BUNDLE_VERSION = @BUNDLE_VERSION@
237BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@
238CC = @CC@
239CCAS = @CCAS@
240CCASDEPMODE = @CCASDEPMODE@
241CCASFLAGS = @CCASFLAGS@
242CCDEPMODE = @CCDEPMODE@
243CFLAGS = @CFLAGS@
244CHANGELOG_CMD = @CHANGELOG_CMD@
245COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@
246CPP = @CPP@
247CPPFLAGS = @CPPFLAGS@
248CWARNFLAGS = @CWARNFLAGS@
249CYGPATH_W = @CYGPATH_W@
250DBUS_CFLAGS = @DBUS_CFLAGS@
251DBUS_LIBS = @DBUS_LIBS@
252DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@
253DEFAULT_LOGDIR = @DEFAULT_LOGDIR@
254DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@
255DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@
256DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@
257DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@
258DEFS = @DEFS@
259DEPDIR = @DEPDIR@
260DGA_CFLAGS = @DGA_CFLAGS@
261DGA_LIBS = @DGA_LIBS@
262DIX_CFLAGS = @DIX_CFLAGS@
263DIX_LIB = @DIX_LIB@
264DLLTOOL = @DLLTOOL@
265DLOPEN_LIBS = @DLOPEN_LIBS@
266DMXEXAMPLES_DEP_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@
267DMXEXAMPLES_DEP_LIBS = @DMXEXAMPLES_DEP_LIBS@
268DMXMODULES_CFLAGS = @DMXMODULES_CFLAGS@
269DMXMODULES_LIBS = @DMXMODULES_LIBS@
270DMXXIEXAMPLES_DEP_CFLAGS = @DMXXIEXAMPLES_DEP_CFLAGS@
271DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@
272DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@
273DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@
274DOT = @DOT@
275DOXYGEN = @DOXYGEN@
276DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
277DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
278DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
279DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
280DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
281DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
282DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
283DSYMUTIL = @DSYMUTIL@
284DTRACE = @DTRACE@
285DUMPBIN = @DUMPBIN@
286ECHO_C = @ECHO_C@
287ECHO_N = @ECHO_N@
288ECHO_T = @ECHO_T@
289EGREP = @EGREP@
290EXEEXT = @EXEEXT@
291FGREP = @FGREP@
292FILE_MAN_DIR = @FILE_MAN_DIR@
293FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
294FONT100DPIDIR = @FONT100DPIDIR@
295FONT75DPIDIR = @FONT75DPIDIR@
296FONTMISCDIR = @FONTMISCDIR@
297FONTOTFDIR = @FONTOTFDIR@
298FONTROOTDIR = @FONTROOTDIR@
299FONTTTFDIR = @FONTTTFDIR@
300FONTTYPE1DIR = @FONTTYPE1DIR@
301FOP = @FOP@
302GBM_CFLAGS = @GBM_CFLAGS@
303GBM_LIBS = @GBM_LIBS@
304GLAMOR_CFLAGS = @GLAMOR_CFLAGS@
305GLAMOR_LIBS = @GLAMOR_LIBS@
306GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@
307GLX_DEFINES = @GLX_DEFINES@
308GLX_SYS_LIBS = @GLX_SYS_LIBS@
309GL_CFLAGS = @GL_CFLAGS@
310GL_LIBS = @GL_LIBS@
311GREP = @GREP@
312HAL_CFLAGS = @HAL_CFLAGS@
313HAL_LIBS = @HAL_LIBS@
314HAVE_DOT = @HAVE_DOT@
315INSTALL = @INSTALL@
316INSTALL_CMD = @INSTALL_CMD@
317INSTALL_DATA = @INSTALL_DATA@
318INSTALL_PROGRAM = @INSTALL_PROGRAM@
319INSTALL_SCRIPT = @INSTALL_SCRIPT@
320INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
321KDRIVE_CFLAGS = @KDRIVE_CFLAGS@
322KDRIVE_INCS = @KDRIVE_INCS@
323KDRIVE_LIBS = @KDRIVE_LIBS@
324KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@
325KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@
326KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@
327KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@
328KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@
329KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@
330KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@
331LD = @LD@
332LDFLAGS = @LDFLAGS@
333LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@
334LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@
335LEX = @LEX@
336LEXLIB = @LEXLIB@
337LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
338LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
339LIBDRM_LIBS = @LIBDRM_LIBS@
340LIBOBJS = @LIBOBJS@
341LIBS = @LIBS@
342LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
343LIBSHA1_LIBS = @LIBSHA1_LIBS@
344LIBTOOL = @LIBTOOL@
345LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
346LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
347LIB_MAN_DIR = @LIB_MAN_DIR@
348LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
349LIPO = @LIPO@
350LN_S = @LN_S@
351LTLIBOBJS = @LTLIBOBJS@
352LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
353MAIN_LIB = @MAIN_LIB@
354MAKEINFO = @MAKEINFO@
355MANIFEST_TOOL = @MANIFEST_TOOL@
356MAN_SUBSTS = @MAN_SUBSTS@
357MISC_MAN_DIR = @MISC_MAN_DIR@
358MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
359MKDIR_P = @MKDIR_P@
360NM = @NM@
361NMEDIT = @NMEDIT@
362OBJC = @OBJC@
363OBJCCLD = @OBJCCLD@
364OBJCDEPMODE = @OBJCDEPMODE@
365OBJCFLAGS = @OBJCFLAGS@
366OBJCLINK = @OBJCLINK@
367OBJDUMP = @OBJDUMP@
368OBJEXT = @OBJEXT@
369OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
370OPENSSL_LIBS = @OPENSSL_LIBS@
371OS_LIB = @OS_LIB@
372OTOOL = @OTOOL@
373OTOOL64 = @OTOOL64@
374PACKAGE = @PACKAGE@
375PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
376PACKAGE_NAME = @PACKAGE_NAME@
377PACKAGE_STRING = @PACKAGE_STRING@
378PACKAGE_TARNAME = @PACKAGE_TARNAME@
379PACKAGE_URL = @PACKAGE_URL@
380PACKAGE_VERSION = @PACKAGE_VERSION@
381PATH_SEPARATOR = @PATH_SEPARATOR@
382PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
383PCIACCESS_LIBS = @PCIACCESS_LIBS@
384PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@
385PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
386PIXMAN_LIBS = @PIXMAN_LIBS@
387PKG_CONFIG = @PKG_CONFIG@
388PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
389PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
390PROJECTROOT = @PROJECTROOT@
391PTHREAD_CC = @PTHREAD_CC@
392PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
393PTHREAD_LIBS = @PTHREAD_LIBS@
394PYTHON3 = @PYTHON3@
395RANLIB = @RANLIB@
396RAWCPP = @RAWCPP@
397RAWCPPFLAGS = @RAWCPPFLAGS@
398RELEASE_DATE = @RELEASE_DATE@
399SCANNER_ARG = @SCANNER_ARG@
400SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@
401SED = @SED@
402SELINUX_CFLAGS = @SELINUX_CFLAGS@
403SELINUX_LIBS = @SELINUX_LIBS@
404SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@
405SET_MAKE = @SET_MAKE@
406SHA1_CFLAGS = @SHA1_CFLAGS@
407SHA1_LIBS = @SHA1_LIBS@
408SHELL = @SHELL@
409SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@
410STRICT_CFLAGS = @STRICT_CFLAGS@
411STRIP = @STRIP@
412STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
413SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@
414SYSCONFDIR = @SYSCONFDIR@
415SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@
416SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@
417TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
418UDEV_CFLAGS = @UDEV_CFLAGS@
419UDEV_LIBS = @UDEV_LIBS@
420UTILS_SYS_LIBS = @UTILS_SYS_LIBS@
421VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@
422VERSION = @VERSION@
423WAYLAND_EGLSTREAM_CFLAGS = @WAYLAND_EGLSTREAM_CFLAGS@
424WAYLAND_EGLSTREAM_DATADIR = @WAYLAND_EGLSTREAM_DATADIR@
425WAYLAND_EGLSTREAM_LIBS = @WAYLAND_EGLSTREAM_LIBS@
426WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@
427WAYLAND_SCANNER = @WAYLAND_SCANNER@
428WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
429WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
430WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@
431WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@
432WINDOWSWM_CFLAGS = @WINDOWSWM_CFLAGS@
433WINDOWSWM_LIBS = @WINDOWSWM_LIBS@
434WINDRES = @WINDRES@
435X11EXAMPLES_DEP_CFLAGS = @X11EXAMPLES_DEP_CFLAGS@
436X11EXAMPLES_DEP_LIBS = @X11EXAMPLES_DEP_LIBS@
437XCONFIGDIR = @XCONFIGDIR@
438XCONFIGFILE = @XCONFIGFILE@
439XDMCP_CFLAGS = @XDMCP_CFLAGS@
440XDMCP_LIBS = @XDMCP_LIBS@
441XDMXCONFIG_DEP_CFLAGS = @XDMXCONFIG_DEP_CFLAGS@
442XDMXCONFIG_DEP_LIBS = @XDMXCONFIG_DEP_LIBS@
443XDMX_CFLAGS = @XDMX_CFLAGS@
444XDMX_LIBS = @XDMX_LIBS@
445XDMX_SYS_LIBS = @XDMX_SYS_LIBS@
446XEPHYR_CFLAGS = @XEPHYR_CFLAGS@
447XEPHYR_INCS = @XEPHYR_INCS@
448XEPHYR_LIBS = @XEPHYR_LIBS@
449XF86CONFIGDIR = @XF86CONFIGDIR@
450XF86CONFIGFILE = @XF86CONFIGFILE@
451XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@
452XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@
453XKB_COMPILED_DIR = @XKB_COMPILED_DIR@
454XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@
455XKB_DFLT_MODEL = @XKB_DFLT_MODEL@
456XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@
457XKB_DFLT_RULES = @XKB_DFLT_RULES@
458XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@
459XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@
460XLIB_CFLAGS = @XLIB_CFLAGS@
461XLIB_LIBS = @XLIB_LIBS@
462XMLTO = @XMLTO@
463XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@
464XNESTMODULES_LIBS = @XNESTMODULES_LIBS@
465XNEST_LIBS = @XNEST_LIBS@
466XNEST_SYS_LIBS = @XNEST_SYS_LIBS@
467XORG_CFLAGS = @XORG_CFLAGS@
468XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@
469XORG_INCS = @XORG_INCS@
470XORG_LIBS = @XORG_LIBS@
471XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@
472XORG_MAN_PAGE = @XORG_MAN_PAGE@
473XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@
474XORG_MODULES_LIBS = @XORG_MODULES_LIBS@
475XORG_OS_SUBDIR = @XORG_OS_SUBDIR@
476XORG_SGML_PATH = @XORG_SGML_PATH@
477XORG_SYS_LIBS = @XORG_SYS_LIBS@
478XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@
479XPBPROXY_LIBS = @XPBPROXY_LIBS@
480XQUARTZ_LIBS = @XQUARTZ_LIBS@
481XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@
482XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@
483XRESEXAMPLES_DEP_CFLAGS = @XRESEXAMPLES_DEP_CFLAGS@
484XRESEXAMPLES_DEP_LIBS = @XRESEXAMPLES_DEP_LIBS@
485XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@
486XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@
487XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@
488XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@
489XSERVER_LIBS = @XSERVER_LIBS@
490XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@
491XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@
492XSHMFENCE_LIBS = @XSHMFENCE_LIBS@
493XSLTPROC = @XSLTPROC@
494XSL_STYLESHEET = @XSL_STYLESHEET@
495XTSTEXAMPLES_DEP_CFLAGS = @XTSTEXAMPLES_DEP_CFLAGS@
496XTSTEXAMPLES_DEP_LIBS = @XTSTEXAMPLES_DEP_LIBS@
497XVFB_LIBS = @XVFB_LIBS@
498XVFB_SYS_LIBS = @XVFB_SYS_LIBS@
499XWAYLANDMODULES_CFLAGS = @XWAYLANDMODULES_CFLAGS@
500XWAYLANDMODULES_LIBS = @XWAYLANDMODULES_LIBS@
501XWAYLAND_LIBS = @XWAYLAND_LIBS@
502XWAYLAND_SYS_LIBS = @XWAYLAND_SYS_LIBS@
503XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@
504XWINMODULES_LIBS = @XWINMODULES_LIBS@
505XWIN_LIBS = @XWIN_LIBS@
506XWIN_SERVER_NAME = @XWIN_SERVER_NAME@
507XWIN_SYS_LIBS = @XWIN_SYS_LIBS@
508YACC = @YACC@
509YFLAGS = @YFLAGS@
510abi_ansic = @abi_ansic@
511abi_extension = @abi_extension@
512abi_videodrv = @abi_videodrv@
513abi_xinput = @abi_xinput@
514abs_builddir = @abs_builddir@
515abs_srcdir = @abs_srcdir@
516abs_top_builddir = @abs_top_builddir@
517abs_top_srcdir = @abs_top_srcdir@
518ac_ct_AR = @ac_ct_AR@
519ac_ct_CC = @ac_ct_CC@
520ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
521am__include = @am__include@
522am__leading_dot = @am__leading_dot@
523am__quote = @am__quote@
524am__tar = @am__tar@
525am__untar = @am__untar@
526ax_pthread_config = @ax_pthread_config@
527bindir = @bindir@
528build = @build@
529build_alias = @build_alias@
530build_cpu = @build_cpu@
531build_os = @build_os@
532build_vendor = @build_vendor@
533builddir = @builddir@
534datadir = @datadir@
535datarootdir = @datarootdir@
536docdir = @docdir@
537driverdir = @driverdir@
538dvidir = @dvidir@
539exec_prefix = @exec_prefix@
540extdir = @extdir@
541host = @host@
542host_alias = @host_alias@
543host_cpu = @host_cpu@
544host_os = @host_os@
545host_vendor = @host_vendor@
546htmldir = @htmldir@
547includedir = @includedir@
548infodir = @infodir@
549install_sh = @install_sh@
550libdir = @libdir@
551libexecdir = @libexecdir@
552localedir = @localedir@
553localstatedir = @localstatedir@
554logdir = @logdir@
555mandir = @mandir@
556mkdir_p = @mkdir_p@
557moduledir = @moduledir@
558oldincludedir = @oldincludedir@
559pdfdir = @pdfdir@
560prefix = @prefix@
561program_transform_name = @program_transform_name@
562psdir = @psdir@
563sbindir = @sbindir@
564sdkdir = @sdkdir@
565sharedstatedir = @sharedstatedir@
566srcdir = @srcdir@
567symbol_visibility = @symbol_visibility@
568sysconfdir = @sysconfdir@
569sysconfigdir = @sysconfigdir@
570target_alias = @target_alias@
571top_build_prefix = @top_build_prefix@
572top_builddir = @top_builddir@
573top_srcdir = @top_srcdir@
574SUBDIRS = dtrace
575
576# Main DocBook/XML files (DOCTYPE book)
577@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@docbook = Xserver-spec.xml Xinput.xml
578
579# Developers documnetation is not installed
580@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA =  \
581@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_1) \
582@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_2) \
583@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_3)
584
585# DocBook/XML file with chapters, appendix and images it includes
586@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@dist_noinst_DATA = $(docbook) $(chapters)
587@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@FILTER_XMLTO = $(SHELL) $(top_srcdir)/doc/filter-xmlto.sh $(XMLTO)
588@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \
589@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
590@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"		\
591@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	-x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
592
593@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
594@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
595@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"		\
596@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam img.src.path=$(abs_builddir)/	\
597@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	-x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
598
599@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA)
600
601# Generate DocBook/XML output formats with or without stylesheets
602EXTRA_DIST = smartsched filter-xmlto.sh
603all: all-recursive
604
605.SUFFIXES:
606$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/devbook.am $(am__configure_deps)
607	@for dep in $?; do \
608	  case '$(am__configure_deps)' in \
609	    *$$dep*) \
610	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
611	        && { if test -f $@; then exit 0; else break; fi; }; \
612	      exit 1;; \
613	  esac; \
614	done; \
615	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
616	$(am__cd) $(top_srcdir) && \
617	  $(AUTOMAKE) --foreign doc/Makefile
618Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
619	@case '$?' in \
620	  *config.status*) \
621	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
622	  *) \
623	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
624	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
625	esac;
626$(top_srcdir)/devbook.am $(am__empty):
627
628$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
629	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
630
631$(top_srcdir)/configure:  $(am__configure_deps)
632	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
633$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
634	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
635$(am__aclocal_m4_deps):
636
637mostlyclean-libtool:
638	-rm -f *.lo
639
640clean-libtool:
641	-rm -rf .libs _libs
642
643# This directory's subdirectories are mostly independent; you can cd
644# into them and run 'make' without going through this Makefile.
645# To change the values of 'make' variables: instead of editing Makefiles,
646# (1) if the variable is set in 'config.status', edit 'config.status'
647#     (which will cause the Makefiles to be regenerated when you run 'make');
648# (2) otherwise, pass the desired values on the 'make' command line.
649$(am__recursive_targets):
650	@fail=; \
651	if $(am__make_keepgoing); then \
652	  failcom='fail=yes'; \
653	else \
654	  failcom='exit 1'; \
655	fi; \
656	dot_seen=no; \
657	target=`echo $@ | sed s/-recursive//`; \
658	case "$@" in \
659	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
660	  *) list='$(SUBDIRS)' ;; \
661	esac; \
662	for subdir in $$list; do \
663	  echo "Making $$target in $$subdir"; \
664	  if test "$$subdir" = "."; then \
665	    dot_seen=yes; \
666	    local_target="$$target-am"; \
667	  else \
668	    local_target="$$target"; \
669	  fi; \
670	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
671	  || eval $$failcom; \
672	done; \
673	if test "$$dot_seen" = "no"; then \
674	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
675	fi; test -z "$$fail"
676
677ID: $(am__tagged_files)
678	$(am__define_uniq_tagged_files); mkid -fID $$unique
679tags: tags-recursive
680TAGS: tags
681
682tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
683	set x; \
684	here=`pwd`; \
685	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
686	  include_option=--etags-include; \
687	  empty_fix=.; \
688	else \
689	  include_option=--include; \
690	  empty_fix=; \
691	fi; \
692	list='$(SUBDIRS)'; for subdir in $$list; do \
693	  if test "$$subdir" = .; then :; else \
694	    test ! -f $$subdir/TAGS || \
695	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
696	  fi; \
697	done; \
698	$(am__define_uniq_tagged_files); \
699	shift; \
700	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
701	  test -n "$$unique" || unique=$$empty_fix; \
702	  if test $$# -gt 0; then \
703	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704	      "$$@" $$unique; \
705	  else \
706	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
707	      $$unique; \
708	  fi; \
709	fi
710ctags: ctags-recursive
711
712CTAGS: ctags
713ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
714	$(am__define_uniq_tagged_files); \
715	test -z "$(CTAGS_ARGS)$$unique" \
716	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
717	     $$unique
718
719GTAGS:
720	here=`$(am__cd) $(top_builddir) && pwd` \
721	  && $(am__cd) $(top_srcdir) \
722	  && gtags -i $(GTAGS_ARGS) "$$here"
723cscopelist: cscopelist-recursive
724
725cscopelist-am: $(am__tagged_files)
726	list='$(am__tagged_files)'; \
727	case "$(srcdir)" in \
728	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
729	  *) sdir=$(subdir)/$(srcdir) ;; \
730	esac; \
731	for i in $$list; do \
732	  if test -f "$$i"; then \
733	    echo "$(subdir)/$$i"; \
734	  else \
735	    echo "$$sdir/$$i"; \
736	  fi; \
737	done >> $(top_builddir)/cscope.files
738
739distclean-tags:
740	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
741
742distdir: $(DISTFILES)
743	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
744	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
745	list='$(DISTFILES)'; \
746	  dist_files=`for file in $$list; do echo $$file; done | \
747	  sed -e "s|^$$srcdirstrip/||;t" \
748	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
749	case $$dist_files in \
750	  */*) $(MKDIR_P) `echo "$$dist_files" | \
751			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
752			   sort -u` ;; \
753	esac; \
754	for file in $$dist_files; do \
755	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
756	  if test -d $$d/$$file; then \
757	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
758	    if test -d "$(distdir)/$$file"; then \
759	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
760	    fi; \
761	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
762	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
763	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
764	    fi; \
765	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
766	  else \
767	    test -f "$(distdir)/$$file" \
768	    || cp -p $$d/$$file "$(distdir)/$$file" \
769	    || exit 1; \
770	  fi; \
771	done
772	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
773	  if test "$$subdir" = .; then :; else \
774	    $(am__make_dryrun) \
775	      || test -d "$(distdir)/$$subdir" \
776	      || $(MKDIR_P) "$(distdir)/$$subdir" \
777	      || exit 1; \
778	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
779	    $(am__relativize); \
780	    new_distdir=$$reldir; \
781	    dir1=$$subdir; dir2="$(top_distdir)"; \
782	    $(am__relativize); \
783	    new_top_distdir=$$reldir; \
784	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
785	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
786	    ($(am__cd) $$subdir && \
787	      $(MAKE) $(AM_MAKEFLAGS) \
788	        top_distdir="$$new_top_distdir" \
789	        distdir="$$new_distdir" \
790		am__remove_distdir=: \
791		am__skip_length_check=: \
792		am__skip_mode_fix=: \
793	        distdir) \
794	      || exit 1; \
795	  fi; \
796	done
797check-am: all-am
798check: check-recursive
799all-am: Makefile $(DATA)
800installdirs: installdirs-recursive
801installdirs-am:
802install: install-recursive
803install-exec: install-exec-recursive
804install-data: install-data-recursive
805uninstall: uninstall-recursive
806
807install-am: all-am
808	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
809
810installcheck: installcheck-recursive
811install-strip:
812	if test -z '$(STRIP)'; then \
813	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
814	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
815	      install; \
816	else \
817	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
818	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
819	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
820	fi
821mostlyclean-generic:
822
823clean-generic:
824	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
825
826distclean-generic:
827	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
828	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
829
830maintainer-clean-generic:
831	@echo "This command is intended for maintainers to use"
832	@echo "it deletes files that may require special tools to rebuild."
833clean: clean-recursive
834
835clean-am: clean-generic clean-libtool mostlyclean-am
836
837distclean: distclean-recursive
838	-rm -f Makefile
839distclean-am: clean-am distclean-generic distclean-tags
840
841dvi: dvi-recursive
842
843dvi-am:
844
845html: html-recursive
846
847html-am:
848
849info: info-recursive
850
851info-am:
852
853install-data-am:
854
855install-dvi: install-dvi-recursive
856
857install-dvi-am:
858
859install-exec-am:
860
861install-html: install-html-recursive
862
863install-html-am:
864
865install-info: install-info-recursive
866
867install-info-am:
868
869install-man:
870
871install-pdf: install-pdf-recursive
872
873install-pdf-am:
874
875install-ps: install-ps-recursive
876
877install-ps-am:
878
879installcheck-am:
880
881maintainer-clean: maintainer-clean-recursive
882	-rm -f Makefile
883maintainer-clean-am: distclean-am maintainer-clean-generic
884
885mostlyclean: mostlyclean-recursive
886
887mostlyclean-am: mostlyclean-generic mostlyclean-libtool
888
889pdf: pdf-recursive
890
891pdf-am:
892
893ps: ps-recursive
894
895ps-am:
896
897uninstall-am:
898
899.MAKE: $(am__recursive_targets) install-am install-strip
900
901.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
902	check-am clean clean-generic clean-libtool cscopelist-am ctags \
903	ctags-am distclean distclean-generic distclean-libtool \
904	distclean-tags distdir dvi dvi-am html html-am info info-am \
905	install install-am install-data install-data-am install-dvi \
906	install-dvi-am install-exec install-exec-am install-html \
907	install-html-am install-info install-info-am install-man \
908	install-pdf install-pdf-am install-ps install-ps-am \
909	install-strip installcheck installcheck-am installdirs \
910	installdirs-am maintainer-clean maintainer-clean-generic \
911	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
912	ps ps-am tags tags-am uninstall uninstall-am
913
914.PRECIOUS: Makefile
915
916@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml  $(chapters)
917@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $<
918@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
919@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) txt $<
920@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
921@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
922@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
923@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
924
925# Tell versions [3.59,3.63) of GNU make to not export all variables.
926# Otherwise a system limit (for SysV at least) may be exceeded.
927.NOEXPORT:
928