Makefile.in revision 3233502e
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
121	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
122	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124	$(ACLOCAL_M4)
125DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126mkinstalldirs = $(install_sh) -d
127CONFIG_HEADER = $(top_builddir)/src/config.h \
128	$(top_builddir)/include/X11/XlibConf.h
129CONFIG_CLEAN_FILES =
130CONFIG_CLEAN_VPATH_FILES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 = 
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 = 
143SOURCES =
144DIST_SOURCES =
145am__can_run_installinfo = \
146  case $$AM_UPDATE_INFO_DIR in \
147    n|no|NO) false;; \
148    *) (install-info --version) >/dev/null 2>&1;; \
149  esac
150am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151am__vpath_adj = case $$p in \
152    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153    *) f=$$p;; \
154  esac;
155am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156am__install_max = 40
157am__nobase_strip_setup = \
158  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159am__nobase_strip = \
160  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161am__nobase_list = $(am__nobase_strip_setup); \
162  for p in $$list; do echo "$$p $$p"; done | \
163  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165    if (++n[$$2] == $(am__install_max)) \
166      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167    END { for (dir in files) print dir, files[dir] }'
168am__base_list = \
169  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171am__uninstall_files_from_dir = { \
172  test -z "$$files" \
173    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
174    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
175         $(am__cd) "$$dir" && rm -f $$files; }; \
176  }
177am__installdirs = "$(DESTDIR)$(shelfdir)"
178DATA = $(shelf_DATA)
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/docbook-nl.am
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182ACLOCAL = @ACLOCAL@
183ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
184ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
185AMTAR = @AMTAR@
186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187APP_MAN_DIR = @APP_MAN_DIR@
188APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
189AR = @AR@
190AUTOCONF = @AUTOCONF@
191AUTOHEADER = @AUTOHEADER@
192AUTOMAKE = @AUTOMAKE@
193AWK = @AWK@
194BASE_CFLAGS = @BASE_CFLAGS@
195BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
196BIGFONT_LIBS = @BIGFONT_LIBS@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CC_FOR_BUILD = @CC_FOR_BUILD@
200CFLAGS = @CFLAGS@
201CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
202CHANGELOG_CMD = @CHANGELOG_CMD@
203CPP = @CPP@
204CPPFLAGS = @CPPFLAGS@
205CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
206CWARNFLAGS = @CWARNFLAGS@
207CYGPATH_W = @CYGPATH_W@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
212DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
213DSYMUTIL = @DSYMUTIL@
214DUMPBIN = @DUMPBIN@
215ECHO_C = @ECHO_C@
216ECHO_N = @ECHO_N@
217ECHO_T = @ECHO_T@
218EGREP = @EGREP@
219EXEEXT = @EXEEXT@
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@@HAVE_PERL_TRUE@docbook = libX11-keys.xml
366
367# Included chapters, appendix, images
368@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@chapters = $(locales:%=%.xml)
369
370# The location where the DocBook/XML generated formats are installed
371@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@shelfdir = $(docdir)/i18n/compose
372
373# DocBook/XML generated output formats to be installed
374@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@shelf_DATA = $(chapters) $(docbook) \
375@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	$(am__append_1) \
376@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	$(am__append_2) \
377@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	$(am__append_3) \
378@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	$(am__append_4)
379@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \
380@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
381@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"
382
383@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \
384@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \
385@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam current.docid="$(<:.xml=)"
386
387@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-chunk.xsl
388@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_TXT_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
389@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_CHUNKING_FLAGS = \
390@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam root.filename="$(<:.xml=)"
391
392@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \
393@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
394@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_STYLESHEET_FLAGS)			\
395@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_CHUNKING_FLAGS)			\
396@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_OLINK_FLAGS)
397
398@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_TXT_FLAGS = \
399@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
400@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_TXT_STYLESHEET_FLAGS)			\
401@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_OLINK_FLAGS)
402
403@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)/
404@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
405@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \
406@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 \
407@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam current.docid="$(<:.xml=)"
408
409@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
410@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
411@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_FO_STYLESHEET_FLAGS)			\
412@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_FO_IMAGEPATH_FLAGS)			\
413@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_PDF_OLINK_FLAGS)
414
415
416# Generate documents cross-reference target databases
417@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \
418@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--path "$(XORG_SGML_PATH)/X11"			\
419@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--path "$(abs_top_builddir)"
420
421@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \
422@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam targets.filename "$@" 		\
423@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam collect.xref.targets "only"
424
425@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_FO_OLINK_FLAGS = \
426@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam olink.base.uri "$(@:.db=)"
427
428@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_CHUNKING_FLAGS = \
429@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam root.filename "$(<:.xml=)"
430
431@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \
432@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_SEARCHPATH_FLAGS) 			\
433@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_HTML_CHUNKING_FLAGS)			\
434@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_OLINK_FLAGS)				\
435@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--nonet --xinclude				\
436@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(STYLESHEET_SRCDIR)/xorg-chunk.xsl
437
438@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \
439@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_SEARCHPATH_FLAGS) 			\
440@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_OLINK_FLAGS)				\
441@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_FO_OLINK_FLAGS)				\
442@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--nonet --xinclude				\
443@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(STYLESHEET_SRCDIR)/xorg-fo.xsl
444
445@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@CLEANFILES = $(shelf_DATA)
446
447# Generate DocBook/XML output formats with or without stylesheets
448# The XML source is generated and cleaned but not distributed
449EXTRA_DIST = compose-chart.pl
450all: all-am
451
452.SUFFIXES:
453$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/docbook-nl.am $(am__configure_deps)
454	@for dep in $?; do \
455	  case '$(am__configure_deps)' in \
456	    *$$dep*) \
457	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
458	        && { if test -f $@; then exit 0; else break; fi; }; \
459	      exit 1;; \
460	  esac; \
461	done; \
462	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/compose/Makefile'; \
463	$(am__cd) $(top_srcdir) && \
464	  $(AUTOMAKE) --foreign specs/i18n/compose/Makefile
465Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
466	@case '$?' in \
467	  *config.status*) \
468	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
469	  *) \
470	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
471	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
472	esac;
473$(srcdir)/docbook-nl.am $(am__empty):
474
475$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
476	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477
478$(top_srcdir)/configure:  $(am__configure_deps)
479	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
481	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482$(am__aclocal_m4_deps):
483
484mostlyclean-libtool:
485	-rm -f *.lo
486
487clean-libtool:
488	-rm -rf .libs _libs
489install-shelfDATA: $(shelf_DATA)
490	@$(NORMAL_INSTALL)
491	@list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
492	if test -n "$$list"; then \
493	  echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \
494	  $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \
495	fi; \
496	for p in $$list; do \
497	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
498	  echo "$$d$$p"; \
499	done | $(am__base_list) | \
500	while read files; do \
501	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
502	  $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
503	done
504
505uninstall-shelfDATA:
506	@$(NORMAL_UNINSTALL)
507	@list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
508	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
509	dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
510tags TAGS:
511
512ctags CTAGS:
513
514cscope cscopelist:
515
516
517distdir: $(DISTFILES)
518	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	list='$(DISTFILES)'; \
521	  dist_files=`for file in $$list; do echo $$file; done | \
522	  sed -e "s|^$$srcdirstrip/||;t" \
523	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524	case $$dist_files in \
525	  */*) $(MKDIR_P) `echo "$$dist_files" | \
526			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527			   sort -u` ;; \
528	esac; \
529	for file in $$dist_files; do \
530	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531	  if test -d $$d/$$file; then \
532	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533	    if test -d "$(distdir)/$$file"; then \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539	    fi; \
540	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541	  else \
542	    test -f "$(distdir)/$$file" \
543	    || cp -p $$d/$$file "$(distdir)/$$file" \
544	    || exit 1; \
545	  fi; \
546	done
547check-am: all-am
548check: check-am
549all-am: Makefile $(DATA)
550installdirs:
551	for dir in "$(DESTDIR)$(shelfdir)"; do \
552	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553	done
554install: install-am
555install-exec: install-exec-am
556install-data: install-data-am
557uninstall: uninstall-am
558
559install-am: all-am
560	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562installcheck: installcheck-am
563install-strip:
564	if test -z '$(STRIP)'; then \
565	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567	      install; \
568	else \
569	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
572	fi
573mostlyclean-generic:
574
575clean-generic:
576	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
577
578distclean-generic:
579	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581
582maintainer-clean-generic:
583	@echo "This command is intended for maintainers to use"
584	@echo "it deletes files that may require special tools to rebuild."
585clean: clean-am
586
587clean-am: clean-generic clean-libtool mostlyclean-am
588
589distclean: distclean-am
590	-rm -f Makefile
591distclean-am: clean-am distclean-generic
592
593dvi: dvi-am
594
595dvi-am:
596
597html: html-am
598
599html-am:
600
601info: info-am
602
603info-am:
604
605install-data-am: install-shelfDATA
606
607install-dvi: install-dvi-am
608
609install-dvi-am:
610
611install-exec-am:
612
613install-html: install-html-am
614
615install-html-am:
616
617install-info: install-info-am
618
619install-info-am:
620
621install-man:
622
623install-pdf: install-pdf-am
624
625install-pdf-am:
626
627install-ps: install-ps-am
628
629install-ps-am:
630
631installcheck-am:
632
633maintainer-clean: maintainer-clean-am
634	-rm -f Makefile
635maintainer-clean-am: distclean-am maintainer-clean-generic
636
637mostlyclean: mostlyclean-am
638
639mostlyclean-am: mostlyclean-generic mostlyclean-libtool
640
641pdf: pdf-am
642
643pdf-am:
644
645ps: ps-am
646
647ps-am:
648
649uninstall-am: uninstall-shelfDATA
650
651.MAKE: install-am install-strip
652
653.PHONY: all all-am check check-am clean clean-generic clean-libtool \
654	cscopelist-am ctags-am distclean distclean-generic \
655	distclean-libtool distdir dvi dvi-am html html-am info info-am \
656	install install-am install-data install-data-am install-dvi \
657	install-dvi-am install-exec install-exec-am install-html \
658	install-html-am install-info install-info-am install-man \
659	install-pdf install-pdf-am install-ps install-ps-am \
660	install-shelfDATA install-strip installcheck installcheck-am \
661	installdirs maintainer-clean maintainer-clean-generic \
662	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
663	ps ps-am tags-am uninstall uninstall-am uninstall-shelfDATA
664
665.PRECIOUS: Makefile
666
667
668# Generated DocBook/XML source files using a perl script
669@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@%.xml: $(top_builddir)/nls/%/Compose
670@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	$(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl 		\
671@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	 --locale="$(@:.xml=)" --output="$@" $<
672
673@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@libX11-keys.xml: $(locales:%=%.xml)
674@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	$(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl 		\
675@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@	 --index --output="$@" $(locales)
676@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml  $(chapters)
677@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml $<
678@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
679@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_TXT_FLAGS) txt $<
680@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
681@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 $<
682@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.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 ps $<
684@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml  $(chapters)
685@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $<
686@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters)
687@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $<
688
689# Tell versions [3.59,3.63) of GNU make to not export all variables.
690# Otherwise a system limit (for SysV at least) may be exceeded.
691.NOEXPORT:
692