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