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