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