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