Makefile.in revision 862bcd1a
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# 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/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
117	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
118	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_shelf_DATA_DIST) \
122	$(am__DIST_COMMON)
123mkinstalldirs = $(install_sh) -d
124CONFIG_HEADER = $(top_builddir)/src/config.h \
125	$(top_builddir)/include/X11/XlibConf.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN     " $@;
135am__v_GEN_1 = 
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 = 
140SOURCES =
141DIST_SOURCES =
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147am__dist_shelf_DATA_DIST = xkblib.xml acknowledgement.xml ch01.xml \
148	ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml \
149	ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml \
150	ch16.xml ch17.xml ch18.xml ch19.xml ch20.xml ch21.xml ch22.xml \
151	glossary.xml XKBlib-1.svg XKBlib-2.svg XKBlib-3.svg \
152	XKBlib-4.svg XKBlib-5.svg XKBlib-6.svg XKBlib-7.svg \
153	XKBlib-8.svg XKBlib-9.svg XKBlib-10.svg XKBlib-11.svg \
154	XKBlib-12.svg XKBlib-13.svg XKBlib-14.svg XKBlib-15.svg \
155	XKBlib-16.svg XKBlib-17.svg XKBlib-18.svg XKBlib-19.svg \
156	XKBlib-20.svg XKBlib-21.svg
157am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
158am__vpath_adj = case $$p in \
159    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
160    *) f=$$p;; \
161  esac;
162am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
163am__install_max = 40
164am__nobase_strip_setup = \
165  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
166am__nobase_strip = \
167  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168am__nobase_list = $(am__nobase_strip_setup); \
169  for p in $$list; do echo "$$p $$p"; done | \
170  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
171  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
172    if (++n[$$2] == $(am__install_max)) \
173      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
174    END { for (dir in files) print dir, files[dir] }'
175am__base_list = \
176  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
177  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
178am__uninstall_files_from_dir = { \
179  test -z "$$files" \
180    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
181    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
182         $(am__cd) "$$dir" && rm -f $$files; }; \
183  }
184am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"
185DATA = $(dist_shelf_DATA) $(shelf_DATA)
186am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
187am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/docbook.am
188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189ACLOCAL = @ACLOCAL@
190ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
191ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
192AMTAR = @AMTAR@
193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194APP_MAN_DIR = @APP_MAN_DIR@
195APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
196AR = @AR@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201BASE_CFLAGS = @BASE_CFLAGS@
202BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
203BIGFONT_LIBS = @BIGFONT_LIBS@
204CC = @CC@
205CCDEPMODE = @CCDEPMODE@
206CC_FOR_BUILD = @CC_FOR_BUILD@
207CFLAGS = @CFLAGS@
208CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
209CHANGELOG_CMD = @CHANGELOG_CMD@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
213CWARNFLAGS = @CWARNFLAGS@
214CYGPATH_W = @CYGPATH_W@
215DEFS = @DEFS@
216DEPDIR = @DEPDIR@
217DLLTOOL = @DLLTOOL@
218DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
219DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
220DSYMUTIL = @DSYMUTIL@
221DUMPBIN = @DUMPBIN@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228FILE_MAN_DIR = @FILE_MAN_DIR@
229FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
230FOP = @FOP@
231GREP = @GREP@
232I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
233INSTALL = @INSTALL@
234INSTALL_CMD = @INSTALL_CMD@
235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239KEYSYMDEFS = @KEYSYMDEFS@
240LAUNCHD = @LAUNCHD@
241LD = @LD@
242LDFLAGS = @LDFLAGS@
243LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
244LIBOBJS = @LIBOBJS@
245LIBS = @LIBS@
246LIBTOOL = @LIBTOOL@
247LIB_MAN_DIR = @LIB_MAN_DIR@
248LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
249LINT = @LINT@
250LINTLIB = @LINTLIB@
251LINT_FLAGS = @LINT_FLAGS@
252LIPO = @LIPO@
253LN_S = @LN_S@
254LTLIBOBJS = @LTLIBOBJS@
255LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
256MAKEINFO = @MAKEINFO@
257MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
258MANIFEST_TOOL = @MANIFEST_TOOL@
259MAN_SUBSTS = @MAN_SUBSTS@
260MISC_MAN_DIR = @MISC_MAN_DIR@
261MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
262MKDIR_P = @MKDIR_P@
263NM = @NM@
264NMEDIT = @NMEDIT@
265OBJDUMP = @OBJDUMP@
266OBJEXT = @OBJEXT@
267OTOOL = @OTOOL@
268OTOOL64 = @OTOOL64@
269PACKAGE = @PACKAGE@
270PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271PACKAGE_NAME = @PACKAGE_NAME@
272PACKAGE_STRING = @PACKAGE_STRING@
273PACKAGE_TARNAME = @PACKAGE_TARNAME@
274PACKAGE_URL = @PACKAGE_URL@
275PACKAGE_VERSION = @PACKAGE_VERSION@
276PATH_SEPARATOR = @PATH_SEPARATOR@
277PERL = @PERL@
278PKG_CONFIG = @PKG_CONFIG@
279PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
280PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
281RANLIB = @RANLIB@
282RAWCPP = @RAWCPP@
283RAWCPPFLAGS = @RAWCPPFLAGS@
284SED = @SED@
285SET_MAKE = @SET_MAKE@
286SHELL = @SHELL@
287STRICT_CFLAGS = @STRICT_CFLAGS@
288STRIP = @STRIP@
289STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
290TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
291VERSION = @VERSION@
292WCHAR32 = @WCHAR32@
293X11_CFLAGS = @X11_CFLAGS@
294X11_DATADIR = @X11_DATADIR@
295X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
296X11_LIBDIR = @X11_LIBDIR@
297X11_LIBS = @X11_LIBS@
298X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
299X11_LOCALEDIR = @X11_LOCALEDIR@
300X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
301XERRORDB = @XERRORDB@
302XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
303XKEYSYMDB = @XKEYSYMDB@
304XLOCALEDATADIR = @XLOCALEDATADIR@
305XLOCALEDIR = @XLOCALEDIR@
306XLOCALELIBDIR = @XLOCALELIBDIR@
307XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
308XMLTO = @XMLTO@
309XORG_MAN_PAGE = @XORG_MAN_PAGE@
310XORG_SGML_PATH = @XORG_SGML_PATH@
311XSLTPROC = @XSLTPROC@
312XSL_STYLESHEET = @XSL_STYLESHEET@
313XTHREADLIB = @XTHREADLIB@
314XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
315XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
316abs_builddir = @abs_builddir@
317abs_srcdir = @abs_srcdir@
318abs_top_builddir = @abs_top_builddir@
319abs_top_srcdir = @abs_top_srcdir@
320ac_ct_AR = @ac_ct_AR@
321ac_ct_CC = @ac_ct_CC@
322ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323am__include = @am__include@
324am__leading_dot = @am__leading_dot@
325am__quote = @am__quote@
326am__tar = @am__tar@
327am__untar = @am__untar@
328bindir = @bindir@
329build = @build@
330build_alias = @build_alias@
331build_cpu = @build_cpu@
332build_os = @build_os@
333build_vendor = @build_vendor@
334builddir = @builddir@
335datadir = @datadir@
336datarootdir = @datarootdir@
337docdir = @docdir@
338dvidir = @dvidir@
339exec_prefix = @exec_prefix@
340host = @host@
341host_alias = @host_alias@
342host_cpu = @host_cpu@
343host_os = @host_os@
344host_vendor = @host_vendor@
345htmldir = @htmldir@
346includedir = @includedir@
347infodir = @infodir@
348install_sh = @install_sh@
349libdir = @libdir@
350libexecdir = @libexecdir@
351localedir = @localedir@
352locales = @locales@
353localstatedir = @localstatedir@
354mandir = @mandir@
355mkdir_p = @mkdir_p@
356oldincludedir = @oldincludedir@
357pdfdir = @pdfdir@
358prefix = @prefix@
359program_transform_name = @program_transform_name@
360psdir = @psdir@
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__depfiles_maybe)'; \
502	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
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: $(DISTFILES)
570	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572	list='$(DISTFILES)'; \
573	  dist_files=`for file in $$list; do echo $$file; done | \
574	  sed -e "s|^$$srcdirstrip/||;t" \
575	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
576	case $$dist_files in \
577	  */*) $(MKDIR_P) `echo "$$dist_files" | \
578			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
579			   sort -u` ;; \
580	esac; \
581	for file in $$dist_files; do \
582	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583	  if test -d $$d/$$file; then \
584	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
585	    if test -d "$(distdir)/$$file"; then \
586	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587	    fi; \
588	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
590	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
591	    fi; \
592	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
593	  else \
594	    test -f "$(distdir)/$$file" \
595	    || cp -p $$d/$$file "$(distdir)/$$file" \
596	    || exit 1; \
597	  fi; \
598	done
599check-am: all-am
600check: check-am
601all-am: Makefile $(DATA)
602installdirs:
603	for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \
604	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
605	done
606install: install-am
607install-exec: install-exec-am
608install-data: install-data-am
609uninstall: uninstall-am
610
611install-am: all-am
612	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
613
614installcheck: installcheck-am
615install-strip:
616	if test -z '$(STRIP)'; then \
617	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619	      install; \
620	else \
621	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
624	fi
625mostlyclean-generic:
626
627clean-generic:
628	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
629
630distclean-generic:
631	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
632	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
633
634maintainer-clean-generic:
635	@echo "This command is intended for maintainers to use"
636	@echo "it deletes files that may require special tools to rebuild."
637clean: clean-am
638
639clean-am: clean-generic clean-libtool mostlyclean-am
640
641distclean: distclean-am
642	-rm -f Makefile
643distclean-am: clean-am distclean-generic
644
645dvi: dvi-am
646
647dvi-am:
648
649html: html-am
650
651html-am:
652
653info: info-am
654
655info-am:
656
657install-data-am: install-dist_shelfDATA install-shelfDATA
658
659install-dvi: install-dvi-am
660
661install-dvi-am:
662
663install-exec-am:
664
665install-html: install-html-am
666
667install-html-am:
668
669install-info: install-info-am
670
671install-info-am:
672
673install-man:
674
675install-pdf: install-pdf-am
676
677install-pdf-am:
678
679install-ps: install-ps-am
680
681install-ps-am:
682
683installcheck-am:
684
685maintainer-clean: maintainer-clean-am
686	-rm -f Makefile
687maintainer-clean-am: distclean-am maintainer-clean-generic
688
689mostlyclean: mostlyclean-am
690
691mostlyclean-am: mostlyclean-generic mostlyclean-libtool
692
693pdf: pdf-am
694
695pdf-am:
696
697ps: ps-am
698
699ps-am:
700
701uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA
702
703.MAKE: install-am install-strip
704
705.PHONY: all all-am check check-am clean clean-generic clean-libtool \
706	cscopelist-am ctags-am distclean distclean-generic \
707	distclean-libtool distdir dvi dvi-am html html-am info info-am \
708	install install-am install-data install-data-am \
709	install-dist_shelfDATA install-dvi install-dvi-am install-exec \
710	install-exec-am install-html install-html-am install-info \
711	install-info-am install-man install-pdf install-pdf-am \
712	install-ps install-ps-am install-shelfDATA install-strip \
713	installcheck installcheck-am installdirs maintainer-clean \
714	maintainer-clean-generic mostlyclean mostlyclean-generic \
715	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
716	uninstall-am uninstall-dist_shelfDATA uninstall-shelfDATA
717
718.PRECIOUS: Makefile
719
720@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters)
721@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $<
722@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
723@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $<
724@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
725@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
726@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
727@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
728@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml  $(chapters)
729@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $<
730@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters)
731@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $<
732
733# Generate DocBook/XML output formats with or without stylesheets
734
735# Tell versions [3.59,3.63) of GNU make to not export all variables.
736# Otherwise a system limit (for SysV at least) may be exceeded.
737.NOEXPORT:
738