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