1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# shelfdir: the location where the docs/specs are installed. Typically $(docdir)
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 Users Documentation and Functional Specifications.
28# Do not use for Developer Documentation which is not installed and does not require olink.
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_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html)
108@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
109@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) \
110@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(docbook:.xml=.ps)
111@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@am__append_4 = $(docbook:.xml=.html.db) \
112@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(docbook:.xml=.pdf.db)
113subdir = specs/libX11
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
116	$(top_srcdir)/m4/ax_gcc_builtin.m4 $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_shelf_DATA_DIST) \
120	$(am__DIST_COMMON)
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/src/config.h \
123	$(top_builddir)/include/X11/XlibConf.h
124CONFIG_CLEAN_FILES =
125CONFIG_CLEAN_VPATH_FILES =
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138SOURCES =
139DIST_SOURCES =
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145am__dist_shelf_DATA_DIST = libX11.xml AppA.xml AppB.xml AppC.xml \
146	AppD.xml CH01.xml CH02.xml CH03.xml CH04.xml CH05.xml CH06.xml \
147	CH07.xml CH08.xml CH09.xml CH10.xml CH11.xml CH12.xml CH13.xml \
148	CH14.xml CH15.xml CH16.xml credits.xml glossary.xml
149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150am__vpath_adj = case $$p in \
151    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152    *) f=$$p;; \
153  esac;
154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155am__install_max = 40
156am__nobase_strip_setup = \
157  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158am__nobase_strip = \
159  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160am__nobase_list = $(am__nobase_strip_setup); \
161  for p in $$list; do echo "$$p $$p"; done | \
162  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164    if (++n[$$2] == $(am__install_max)) \
165      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166    END { for (dir in files) print dir, files[dir] }'
167am__base_list = \
168  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170am__uninstall_files_from_dir = { \
171  test -z "$$files" \
172    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174         $(am__cd) "$$dir" && rm -f $$files; }; \
175  }
176am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"
177DATA = $(dist_shelf_DATA) $(shelf_DATA)
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/docbook.am
180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181ACLOCAL = @ACLOCAL@
182ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
183ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186APP_MAN_DIR = @APP_MAN_DIR@
187APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
188AR = @AR@
189AUTOCONF = @AUTOCONF@
190AUTOHEADER = @AUTOHEADER@
191AUTOMAKE = @AUTOMAKE@
192AWK = @AWK@
193BASE_CFLAGS = @BASE_CFLAGS@
194BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
195BIGFONT_LIBS = @BIGFONT_LIBS@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CC_FOR_BUILD = @CC_FOR_BUILD@
199CFLAGS = @CFLAGS@
200CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
201CHANGELOG_CMD = @CHANGELOG_CMD@
202CPP = @CPP@
203CPPFLAGS = @CPPFLAGS@
204CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
205CWARNFLAGS = @CWARNFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
209DLLTOOL = @DLLTOOL@
210DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
211DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
212DSYMUTIL = @DSYMUTIL@
213DUMPBIN = @DUMPBIN@
214ECHO_C = @ECHO_C@
215ECHO_N = @ECHO_N@
216ECHO_T = @ECHO_T@
217EGREP = @EGREP@
218EXEEXT = @EXEEXT@
219EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
220FGREP = @FGREP@
221FILE_MAN_DIR = @FILE_MAN_DIR@
222FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
223FOP = @FOP@
224GREP = @GREP@
225I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
226INSTALL = @INSTALL@
227INSTALL_CMD = @INSTALL_CMD@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232KEYSYMDEFS = @KEYSYMDEFS@
233LAUNCHD = @LAUNCHD@
234LD = @LD@
235LDFLAGS = @LDFLAGS@
236LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
237LIBOBJS = @LIBOBJS@
238LIBS = @LIBS@
239LIBTOOL = @LIBTOOL@
240LIB_MAN_DIR = @LIB_MAN_DIR@
241LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
242LINT = @LINT@
243LINTLIB = @LINTLIB@
244LINT_FLAGS = @LINT_FLAGS@
245LIPO = @LIPO@
246LN_S = @LN_S@
247LTLIBOBJS = @LTLIBOBJS@
248LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
249MAKEINFO = @MAKEINFO@
250MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MAN_SUBSTS = @MAN_SUBSTS@
253MISC_MAN_DIR = @MISC_MAN_DIR@
254MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
255MKDIR_P = @MKDIR_P@
256NM = @NM@
257NMEDIT = @NMEDIT@
258OBJDUMP = @OBJDUMP@
259OBJEXT = @OBJEXT@
260OTOOL = @OTOOL@
261OTOOL64 = @OTOOL64@
262PACKAGE = @PACKAGE@
263PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264PACKAGE_NAME = @PACKAGE_NAME@
265PACKAGE_STRING = @PACKAGE_STRING@
266PACKAGE_TARNAME = @PACKAGE_TARNAME@
267PACKAGE_URL = @PACKAGE_URL@
268PACKAGE_VERSION = @PACKAGE_VERSION@
269PATH_SEPARATOR = @PATH_SEPARATOR@
270PERL = @PERL@
271PKG_CONFIG = @PKG_CONFIG@
272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274RANLIB = @RANLIB@
275RAWCPP = @RAWCPP@
276RAWCPPFLAGS = @RAWCPPFLAGS@
277SED = @SED@
278SET_MAKE = @SET_MAKE@
279SHELL = @SHELL@
280STRICT_CFLAGS = @STRICT_CFLAGS@
281STRIP = @STRIP@
282STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
283TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
284VERSION = @VERSION@
285WCHAR32 = @WCHAR32@
286X11_CFLAGS = @X11_CFLAGS@
287X11_DATADIR = @X11_DATADIR@
288X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
289X11_LIBDIR = @X11_LIBDIR@
290X11_LIBS = @X11_LIBS@
291X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
292X11_LOCALEDIR = @X11_LOCALEDIR@
293X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
294XERRORDB = @XERRORDB@
295XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
296XKEYSYMDB = @XKEYSYMDB@
297XLOCALEDATADIR = @XLOCALEDATADIR@
298XLOCALEDIR = @XLOCALEDIR@
299XLOCALELIBDIR = @XLOCALELIBDIR@
300XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
301XMLTO = @XMLTO@
302XORG_MAN_PAGE = @XORG_MAN_PAGE@
303XORG_SGML_PATH = @XORG_SGML_PATH@
304XSLTPROC = @XSLTPROC@
305XSL_STYLESHEET = @XSL_STYLESHEET@
306XTHREADLIB = @XTHREADLIB@
307XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
308XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
309abs_builddir = @abs_builddir@
310abs_srcdir = @abs_srcdir@
311abs_top_builddir = @abs_top_builddir@
312abs_top_srcdir = @abs_top_srcdir@
313ac_ct_AR = @ac_ct_AR@
314ac_ct_CC = @ac_ct_CC@
315ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
316am__include = @am__include@
317am__leading_dot = @am__leading_dot@
318am__quote = @am__quote@
319am__tar = @am__tar@
320am__untar = @am__untar@
321bindir = @bindir@
322build = @build@
323build_alias = @build_alias@
324build_cpu = @build_cpu@
325build_os = @build_os@
326build_vendor = @build_vendor@
327builddir = @builddir@
328datadir = @datadir@
329datarootdir = @datarootdir@
330docdir = @docdir@
331dvidir = @dvidir@
332exec_prefix = @exec_prefix@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345locales = @locales@
346localstatedir = @localstatedir@
347mandir = @mandir@
348mkdir_p = @mkdir_p@
349oldincludedir = @oldincludedir@
350pdfdir = @pdfdir@
351prefix = @prefix@
352program_transform_name = @program_transform_name@
353psdir = @psdir@
354runstatedir = @runstatedir@
355sbindir = @sbindir@
356sharedstatedir = @sharedstatedir@
357srcdir = @srcdir@
358sysconfdir = @sysconfdir@
359target_alias = @target_alias@
360top_build_prefix = @top_build_prefix@
361top_builddir = @top_builddir@
362top_srcdir = @top_srcdir@
363
364# Main DocBook/XML files (DOCTYPE book)
365@ENABLE_SPECS_TRUE@docbook = libX11.xml
366
367# Included chapters, appendix, images
368@ENABLE_SPECS_TRUE@chapters = \
369@ENABLE_SPECS_TRUE@	AppA.xml	\
370@ENABLE_SPECS_TRUE@	AppB.xml	\
371@ENABLE_SPECS_TRUE@	AppC.xml	\
372@ENABLE_SPECS_TRUE@	AppD.xml	\
373@ENABLE_SPECS_TRUE@	CH01.xml	\
374@ENABLE_SPECS_TRUE@	CH02.xml	\
375@ENABLE_SPECS_TRUE@	CH03.xml	\
376@ENABLE_SPECS_TRUE@	CH04.xml	\
377@ENABLE_SPECS_TRUE@	CH05.xml	\
378@ENABLE_SPECS_TRUE@	CH06.xml	\
379@ENABLE_SPECS_TRUE@	CH07.xml	\
380@ENABLE_SPECS_TRUE@	CH08.xml	\
381@ENABLE_SPECS_TRUE@	CH09.xml	\
382@ENABLE_SPECS_TRUE@	CH10.xml	\
383@ENABLE_SPECS_TRUE@	CH11.xml	\
384@ENABLE_SPECS_TRUE@	CH12.xml	\
385@ENABLE_SPECS_TRUE@	CH13.xml	\
386@ENABLE_SPECS_TRUE@	CH14.xml	\
387@ENABLE_SPECS_TRUE@	CH15.xml	\
388@ENABLE_SPECS_TRUE@	CH16.xml	\
389@ENABLE_SPECS_TRUE@	credits.xml	\
390@ENABLE_SPECS_TRUE@	glossary.xml
391
392
393# The location where the DocBook/XML files and their generated formats are installed
394@ENABLE_SPECS_TRUE@shelfdir = $(docdir)/libX11
395
396# DocBook/XML generated output formats to be installed
397@ENABLE_SPECS_TRUE@shelf_DATA = $(am__append_1) $(am__append_2) \
398@ENABLE_SPECS_TRUE@	$(am__append_3) $(am__append_4)
399
400# DocBook/XML file with chapters, appendix and images it includes
401@ENABLE_SPECS_TRUE@dist_shelf_DATA = $(docbook) $(chapters)
402@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \
403@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
404@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"
405
406@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \
407@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \
408@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam current.docid="$(<:.xml=)"
409
410@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
411@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \
412@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
413@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_STYLESHEET_FLAGS)			\
414@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_OLINK_FLAGS)
415
416@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/
417@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \
418@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \
419@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam current.docid="$(<:.xml=)"
420
421@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
422@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
423@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
424@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_FO_STYLESHEET_FLAGS)			\
425@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_FO_IMAGEPATH_FLAGS)			\
426@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_PDF_OLINK_FLAGS)
427
428
429# Generate documents cross-reference target databases
430@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \
431@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--path "$(XORG_SGML_PATH)/X11"			\
432@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--path "$(abs_top_builddir)"
433
434@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \
435@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam targets.filename "$@" 		\
436@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam collect.xref.targets "only" 	\
437@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam olink.base.uri "$(@:.db=)"
438
439@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \
440@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_SEARCHPATH_FLAGS) 			\
441@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_OLINK_FLAGS)				\
442@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--nonet --xinclude				\
443@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
444
445@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \
446@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_SEARCHPATH_FLAGS) 			\
447@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_OLINK_FLAGS)				\
448@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--nonet --xinclude				\
449@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(STYLESHEET_SRCDIR)/xorg-fo.xsl
450
451@ENABLE_SPECS_TRUE@CLEANFILES = $(shelf_DATA)
452all: all-am
453
454.SUFFIXES:
455$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps)
456	@for dep in $?; do \
457	  case '$(am__configure_deps)' in \
458	    *$$dep*) \
459	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
460	        && { if test -f $@; then exit 0; else break; fi; }; \
461	      exit 1;; \
462	  esac; \
463	done; \
464	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/libX11/Makefile'; \
465	$(am__cd) $(top_srcdir) && \
466	  $(AUTOMAKE) --foreign specs/libX11/Makefile
467Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
468	@case '$?' in \
469	  *config.status*) \
470	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
471	  *) \
472	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
473	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
474	esac;
475$(top_srcdir)/docbook.am $(am__empty):
476
477$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
478	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479
480$(top_srcdir)/configure:  $(am__configure_deps)
481	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
483	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484$(am__aclocal_m4_deps):
485
486mostlyclean-libtool:
487	-rm -f *.lo
488
489clean-libtool:
490	-rm -rf .libs _libs
491install-dist_shelfDATA: $(dist_shelf_DATA)
492	@$(NORMAL_INSTALL)
493	@list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
494	if test -n "$$list"; then \
495	  echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \
496	  $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \
497	fi; \
498	for p in $$list; do \
499	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
500	  echo "$$d$$p"; \
501	done | $(am__base_list) | \
502	while read files; do \
503	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
504	  $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
505	done
506
507uninstall-dist_shelfDATA:
508	@$(NORMAL_UNINSTALL)
509	@list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
510	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
511	dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
512install-shelfDATA: $(shelf_DATA)
513	@$(NORMAL_INSTALL)
514	@list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
515	if test -n "$$list"; then \
516	  echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \
517	  $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \
518	fi; \
519	for p in $$list; do \
520	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
521	  echo "$$d$$p"; \
522	done | $(am__base_list) | \
523	while read files; do \
524	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
525	  $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
526	done
527
528uninstall-shelfDATA:
529	@$(NORMAL_UNINSTALL)
530	@list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
531	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
532	dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
533tags TAGS:
534
535ctags CTAGS:
536
537cscope cscopelist:
538
539
540distdir: $(BUILT_SOURCES)
541	$(MAKE) $(AM_MAKEFLAGS) distdir-am
542
543distdir-am: $(DISTFILES)
544	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546	list='$(DISTFILES)'; \
547	  dist_files=`for file in $$list; do echo $$file; done | \
548	  sed -e "s|^$$srcdirstrip/||;t" \
549	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
550	case $$dist_files in \
551	  */*) $(MKDIR_P) `echo "$$dist_files" | \
552			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
553			   sort -u` ;; \
554	esac; \
555	for file in $$dist_files; do \
556	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
557	  if test -d $$d/$$file; then \
558	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
559	    if test -d "$(distdir)/$$file"; then \
560	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561	    fi; \
562	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
563	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
564	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565	    fi; \
566	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
567	  else \
568	    test -f "$(distdir)/$$file" \
569	    || cp -p $$d/$$file "$(distdir)/$$file" \
570	    || exit 1; \
571	  fi; \
572	done
573check-am: all-am
574check: check-am
575all-am: Makefile $(DATA)
576installdirs:
577	for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \
578	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579	done
580install: install-am
581install-exec: install-exec-am
582install-data: install-data-am
583uninstall: uninstall-am
584
585install-am: all-am
586	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588installcheck: installcheck-am
589install-strip:
590	if test -z '$(STRIP)'; then \
591	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593	      install; \
594	else \
595	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598	fi
599mostlyclean-generic:
600
601clean-generic:
602	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
603
604distclean-generic:
605	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
606	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
607
608maintainer-clean-generic:
609	@echo "This command is intended for maintainers to use"
610	@echo "it deletes files that may require special tools to rebuild."
611clean: clean-am
612
613clean-am: clean-generic clean-libtool mostlyclean-am
614
615distclean: distclean-am
616	-rm -f Makefile
617distclean-am: clean-am distclean-generic
618
619dvi: dvi-am
620
621dvi-am:
622
623html: html-am
624
625html-am:
626
627info: info-am
628
629info-am:
630
631install-data-am: install-dist_shelfDATA install-shelfDATA
632
633install-dvi: install-dvi-am
634
635install-dvi-am:
636
637install-exec-am:
638
639install-html: install-html-am
640
641install-html-am:
642
643install-info: install-info-am
644
645install-info-am:
646
647install-man:
648
649install-pdf: install-pdf-am
650
651install-pdf-am:
652
653install-ps: install-ps-am
654
655install-ps-am:
656
657installcheck-am:
658
659maintainer-clean: maintainer-clean-am
660	-rm -f Makefile
661maintainer-clean-am: distclean-am maintainer-clean-generic
662
663mostlyclean: mostlyclean-am
664
665mostlyclean-am: mostlyclean-generic mostlyclean-libtool
666
667pdf: pdf-am
668
669pdf-am:
670
671ps: ps-am
672
673ps-am:
674
675uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA
676
677.MAKE: install-am install-strip
678
679.PHONY: all all-am check check-am clean clean-generic clean-libtool \
680	cscopelist-am ctags-am distclean distclean-generic \
681	distclean-libtool distdir dvi dvi-am html html-am info info-am \
682	install install-am install-data install-data-am \
683	install-dist_shelfDATA install-dvi install-dvi-am install-exec \
684	install-exec-am install-html install-html-am install-info \
685	install-info-am install-man install-pdf install-pdf-am \
686	install-ps install-ps-am install-shelfDATA install-strip \
687	installcheck installcheck-am installdirs maintainer-clean \
688	maintainer-clean-generic mostlyclean mostlyclean-generic \
689	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
690	uninstall-am uninstall-dist_shelfDATA uninstall-shelfDATA
691
692.PRECIOUS: Makefile
693
694@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters)
695@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $<
696@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
697@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $<
698@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
699@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
700@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
701@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
702@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml  $(chapters)
703@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $<
704@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters)
705@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $<
706
707# Generate DocBook/XML output formats with or without stylesheets
708
709# Tell versions [3.59,3.63) of GNU make to not export all variables.
710# Otherwise a system limit (for SysV at least) may be exceeded.
711.NOEXPORT:
712