Makefile.in revision 7d2c738b
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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@ 207CSCOPE = @CSCOPE@ 208CTAGS = @CTAGS@ 209CWARNFLAGS = @CWARNFLAGS@ 210CYGPATH_W = @CYGPATH_W@ 211DEFS = @DEFS@ 212DEPDIR = @DEPDIR@ 213DLLTOOL = @DLLTOOL@ 214DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 215DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 216DSYMUTIL = @DSYMUTIL@ 217DUMPBIN = @DUMPBIN@ 218ECHO_C = @ECHO_C@ 219ECHO_N = @ECHO_N@ 220ECHO_T = @ECHO_T@ 221EGREP = @EGREP@ 222ETAGS = @ETAGS@ 223EXEEXT = @EXEEXT@ 224EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 225FGREP = @FGREP@ 226FILECMD = @FILECMD@ 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@ 290USE_THREAD_LIBS = @USE_THREAD_LIBS@ 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@ 361runstatedir = @runstatedir@ 362sbindir = @sbindir@ 363sharedstatedir = @sharedstatedir@ 364srcdir = @srcdir@ 365sysconfdir = @sysconfdir@ 366target_alias = @target_alias@ 367top_build_prefix = @top_build_prefix@ 368top_builddir = @top_builddir@ 369top_srcdir = @top_srcdir@ 370 371# Main DocBook/XML files (DOCTYPE book) 372@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@docbook = libX11-keys.xml 373 374# Included chapters, appendix, images 375@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@chapters = $(locales:%=%.xml) 376 377# The location where the DocBook/XML generated formats are installed 378@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@shelfdir = $(docdir)/i18n/compose 379 380# DocBook/XML generated output formats to be installed 381@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@shelf_DATA = $(chapters) $(docbook) \ 382@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_1) \ 383@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_2) \ 384@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_3) \ 385@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_4) 386@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \ 387@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 388@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(abs_top_builddir)" 389 390@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \ 391@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \ 392@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 393 394@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-chunk.xsl 395@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_TXT_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 396@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_CHUNKING_FLAGS = \ 397@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam root.filename="$(<:.xml=)" 398 399@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \ 400@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 401@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_STYLESHEET_FLAGS) \ 402@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_CHUNKING_FLAGS) \ 403@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_OLINK_FLAGS) 404 405@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_TXT_FLAGS = \ 406@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 407@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_TXT_STYLESHEET_FLAGS) \ 408@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_OLINK_FLAGS) 409 410@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)/ 411@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 412@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \ 413@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 \ 414@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 415 416@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 417@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 418@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_STYLESHEET_FLAGS) \ 419@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_IMAGEPATH_FLAGS) \ 420@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_PDF_OLINK_FLAGS) 421 422 423# Generate documents cross-reference target databases 424@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \ 425@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11" \ 426@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(abs_top_builddir)" 427 428@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \ 429@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@" \ 430@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only" 431 432@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_FO_OLINK_FLAGS = \ 433@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam olink.base.uri "$(@:.db=)" 434 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@ --stringparam root.filename "$(<:.xml=)" 437 438@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \ 439@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 440@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_HTML_CHUNKING_FLAGS) \ 441@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 442@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 443@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-chunk.xsl 444 445@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \ 446@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 447@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 448@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_FO_OLINK_FLAGS) \ 449@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 450@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-fo.xsl 451 452@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@CLEANFILES = $(shelf_DATA) 453 454# Generate DocBook/XML output formats with or without stylesheets 455# The XML source is generated and cleaned but not distributed 456EXTRA_DIST = compose-chart.pl 457all: all-am 458 459.SUFFIXES: 460$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/docbook-nl.am $(am__configure_deps) 461 @for dep in $?; do \ 462 case '$(am__configure_deps)' in \ 463 *$$dep*) \ 464 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 465 && { if test -f $@; then exit 0; else break; fi; }; \ 466 exit 1;; \ 467 esac; \ 468 done; \ 469 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/compose/Makefile'; \ 470 $(am__cd) $(top_srcdir) && \ 471 $(AUTOMAKE) --foreign specs/i18n/compose/Makefile 472Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 473 @case '$?' in \ 474 *config.status*) \ 475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 476 *) \ 477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 478 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 479 esac; 480$(srcdir)/docbook-nl.am $(am__empty): 481 482$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 484 485$(top_srcdir)/configure: $(am__configure_deps) 486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 487$(ACLOCAL_M4): $(am__aclocal_m4_deps) 488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 489$(am__aclocal_m4_deps): 490 491mostlyclean-libtool: 492 -rm -f *.lo 493 494clean-libtool: 495 -rm -rf .libs _libs 496install-shelfDATA: $(shelf_DATA) 497 @$(NORMAL_INSTALL) 498 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 499 if test -n "$$list"; then \ 500 echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \ 501 $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \ 502 fi; \ 503 for p in $$list; do \ 504 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 505 echo "$$d$$p"; \ 506 done | $(am__base_list) | \ 507 while read files; do \ 508 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 509 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 510 done 511 512uninstall-shelfDATA: 513 @$(NORMAL_UNINSTALL) 514 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 515 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 516 dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir) 517tags TAGS: 518 519ctags CTAGS: 520 521cscope cscopelist: 522 523distdir: $(BUILT_SOURCES) 524 $(MAKE) $(AM_MAKEFLAGS) distdir-am 525 526distdir-am: $(DISTFILES) 527 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 528 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 529 list='$(DISTFILES)'; \ 530 dist_files=`for file in $$list; do echo $$file; done | \ 531 sed -e "s|^$$srcdirstrip/||;t" \ 532 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 533 case $$dist_files in \ 534 */*) $(MKDIR_P) `echo "$$dist_files" | \ 535 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 536 sort -u` ;; \ 537 esac; \ 538 for file in $$dist_files; do \ 539 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 540 if test -d $$d/$$file; then \ 541 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 542 if test -d "$(distdir)/$$file"; then \ 543 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 544 fi; \ 545 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 546 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 547 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 548 fi; \ 549 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 550 else \ 551 test -f "$(distdir)/$$file" \ 552 || cp -p $$d/$$file "$(distdir)/$$file" \ 553 || exit 1; \ 554 fi; \ 555 done 556check-am: all-am 557check: check-am 558all-am: Makefile $(DATA) 559installdirs: 560 for dir in "$(DESTDIR)$(shelfdir)"; do \ 561 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 562 done 563install: install-am 564install-exec: install-exec-am 565install-data: install-data-am 566uninstall: uninstall-am 567 568install-am: all-am 569 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 570 571installcheck: installcheck-am 572install-strip: 573 if test -z '$(STRIP)'; then \ 574 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 575 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 576 install; \ 577 else \ 578 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 579 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 580 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 581 fi 582mostlyclean-generic: 583 584clean-generic: 585 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 586 587distclean-generic: 588 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 589 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 590 591maintainer-clean-generic: 592 @echo "This command is intended for maintainers to use" 593 @echo "it deletes files that may require special tools to rebuild." 594clean: clean-am 595 596clean-am: clean-generic clean-libtool mostlyclean-am 597 598distclean: distclean-am 599 -rm -f Makefile 600distclean-am: clean-am distclean-generic 601 602dvi: dvi-am 603 604dvi-am: 605 606html: html-am 607 608html-am: 609 610info: info-am 611 612info-am: 613 614install-data-am: install-shelfDATA 615 616install-dvi: install-dvi-am 617 618install-dvi-am: 619 620install-exec-am: 621 622install-html: install-html-am 623 624install-html-am: 625 626install-info: install-info-am 627 628install-info-am: 629 630install-man: 631 632install-pdf: install-pdf-am 633 634install-pdf-am: 635 636install-ps: install-ps-am 637 638install-ps-am: 639 640installcheck-am: 641 642maintainer-clean: maintainer-clean-am 643 -rm -f Makefile 644maintainer-clean-am: distclean-am maintainer-clean-generic 645 646mostlyclean: mostlyclean-am 647 648mostlyclean-am: mostlyclean-generic mostlyclean-libtool 649 650pdf: pdf-am 651 652pdf-am: 653 654ps: ps-am 655 656ps-am: 657 658uninstall-am: uninstall-shelfDATA 659 660.MAKE: install-am install-strip 661 662.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 663 cscopelist-am ctags-am distclean distclean-generic \ 664 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 665 install install-am install-data install-data-am install-dvi \ 666 install-dvi-am install-exec install-exec-am install-html \ 667 install-html-am install-info install-info-am install-man \ 668 install-pdf install-pdf-am install-ps install-ps-am \ 669 install-shelfDATA install-strip installcheck installcheck-am \ 670 installdirs maintainer-clean maintainer-clean-generic \ 671 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 672 ps ps-am tags-am uninstall uninstall-am uninstall-shelfDATA 673 674.PRECIOUS: Makefile 675 676 677# Generated DocBook/XML source files using a perl script 678@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@%.xml: $(top_builddir)/nls/%/Compose 679@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl \ 680@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ --locale="$(@:.xml=)" --output="$@" $< 681 682@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@libX11-keys.xml: $(locales:%=%.xml) 683@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl \ 684@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ --index --output="$@" $(locales) 685@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 686@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml $< 687@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 688@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_TXT_FLAGS) txt $< 689@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 690@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 $< 691@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 692@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 $< 693@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml $(chapters) 694@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $< 695@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters) 696@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $< 697 698# Tell versions [3.59,3.63) of GNU make to not export all variables. 699# Otherwise a system limit (for SysV at least) may be exceeded. 700.NOEXPORT: 701