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