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# 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/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 121 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 122 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125DIST_COMMON = $(srcdir)/Makefile.am $(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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 151am__vpath_adj = case $$p in \ 152 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 153 *) f=$$p;; \ 154 esac; 155am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 156am__install_max = 40 157am__nobase_strip_setup = \ 158 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 159am__nobase_strip = \ 160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 161am__nobase_list = $(am__nobase_strip_setup); \ 162 for p in $$list; do echo "$$p $$p"; done | \ 163 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 164 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 165 if (++n[$$2] == $(am__install_max)) \ 166 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 167 END { for (dir in files) print dir, files[dir] }' 168am__base_list = \ 169 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 170 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 171am__uninstall_files_from_dir = { \ 172 test -z "$$files" \ 173 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 174 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 175 $(am__cd) "$$dir" && rm -f $$files; }; \ 176 } 177am__installdirs = "$(DESTDIR)$(shelfdir)" 178DATA = $(shelf_DATA) 179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 180am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/docbook-nl.am 181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 182ACLOCAL = @ACLOCAL@ 183ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 184ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 185AMTAR = @AMTAR@ 186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 187APP_MAN_DIR = @APP_MAN_DIR@ 188APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 189AR = @AR@ 190AUTOCONF = @AUTOCONF@ 191AUTOHEADER = @AUTOHEADER@ 192AUTOMAKE = @AUTOMAKE@ 193AWK = @AWK@ 194BASE_CFLAGS = @BASE_CFLAGS@ 195BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 196BIGFONT_LIBS = @BIGFONT_LIBS@ 197CC = @CC@ 198CCDEPMODE = @CCDEPMODE@ 199CC_FOR_BUILD = @CC_FOR_BUILD@ 200CFLAGS = @CFLAGS@ 201CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 202CHANGELOG_CMD = @CHANGELOG_CMD@ 203CPP = @CPP@ 204CPPFLAGS = @CPPFLAGS@ 205CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 206CWARNFLAGS = @CWARNFLAGS@ 207CYGPATH_W = @CYGPATH_W@ 208DEFS = @DEFS@ 209DEPDIR = @DEPDIR@ 210DLLTOOL = @DLLTOOL@ 211DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 212DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 213DSYMUTIL = @DSYMUTIL@ 214DUMPBIN = @DUMPBIN@ 215ECHO_C = @ECHO_C@ 216ECHO_N = @ECHO_N@ 217ECHO_T = @ECHO_T@ 218EGREP = @EGREP@ 219EXEEXT = @EXEEXT@ 220FGREP = @FGREP@ 221FILE_MAN_DIR = @FILE_MAN_DIR@ 222FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 223FOP = @FOP@ 224GREP = @GREP@ 225I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 226INSTALL = @INSTALL@ 227INSTALL_CMD = @INSTALL_CMD@ 228INSTALL_DATA = @INSTALL_DATA@ 229INSTALL_PROGRAM = @INSTALL_PROGRAM@ 230INSTALL_SCRIPT = @INSTALL_SCRIPT@ 231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 232KEYSYMDEFS = @KEYSYMDEFS@ 233LAUNCHD = @LAUNCHD@ 234LD = @LD@ 235LDFLAGS = @LDFLAGS@ 236LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 237LIBOBJS = @LIBOBJS@ 238LIBS = @LIBS@ 239LIBTOOL = @LIBTOOL@ 240LIB_MAN_DIR = @LIB_MAN_DIR@ 241LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 242LINT = @LINT@ 243LINTLIB = @LINTLIB@ 244LINT_FLAGS = @LINT_FLAGS@ 245LIPO = @LIPO@ 246LN_S = @LN_S@ 247LTLIBOBJS = @LTLIBOBJS@ 248LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 249MAKEINFO = @MAKEINFO@ 250MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 251MANIFEST_TOOL = @MANIFEST_TOOL@ 252MAN_SUBSTS = @MAN_SUBSTS@ 253MISC_MAN_DIR = @MISC_MAN_DIR@ 254MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 255MKDIR_P = @MKDIR_P@ 256NM = @NM@ 257NMEDIT = @NMEDIT@ 258OBJDUMP = @OBJDUMP@ 259OBJEXT = @OBJEXT@ 260OTOOL = @OTOOL@ 261OTOOL64 = @OTOOL64@ 262PACKAGE = @PACKAGE@ 263PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 264PACKAGE_NAME = @PACKAGE_NAME@ 265PACKAGE_STRING = @PACKAGE_STRING@ 266PACKAGE_TARNAME = @PACKAGE_TARNAME@ 267PACKAGE_URL = @PACKAGE_URL@ 268PACKAGE_VERSION = @PACKAGE_VERSION@ 269PATH_SEPARATOR = @PATH_SEPARATOR@ 270PERL = @PERL@ 271PKG_CONFIG = @PKG_CONFIG@ 272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 274RANLIB = @RANLIB@ 275RAWCPP = @RAWCPP@ 276RAWCPPFLAGS = @RAWCPPFLAGS@ 277SED = @SED@ 278SET_MAKE = @SET_MAKE@ 279SHELL = @SHELL@ 280STRICT_CFLAGS = @STRICT_CFLAGS@ 281STRIP = @STRIP@ 282STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 283TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 284VERSION = @VERSION@ 285WCHAR32 = @WCHAR32@ 286X11_CFLAGS = @X11_CFLAGS@ 287X11_DATADIR = @X11_DATADIR@ 288X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 289X11_LIBDIR = @X11_LIBDIR@ 290X11_LIBS = @X11_LIBS@ 291X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 292X11_LOCALEDIR = @X11_LOCALEDIR@ 293X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 294XERRORDB = @XERRORDB@ 295XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 296XKEYSYMDB = @XKEYSYMDB@ 297XLOCALEDATADIR = @XLOCALEDATADIR@ 298XLOCALEDIR = @XLOCALEDIR@ 299XLOCALELIBDIR = @XLOCALELIBDIR@ 300XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 301XMLTO = @XMLTO@ 302XORG_MAN_PAGE = @XORG_MAN_PAGE@ 303XORG_SGML_PATH = @XORG_SGML_PATH@ 304XSLTPROC = @XSLTPROC@ 305XSL_STYLESHEET = @XSL_STYLESHEET@ 306XTHREADLIB = @XTHREADLIB@ 307XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 308XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 309abs_builddir = @abs_builddir@ 310abs_srcdir = @abs_srcdir@ 311abs_top_builddir = @abs_top_builddir@ 312abs_top_srcdir = @abs_top_srcdir@ 313ac_ct_AR = @ac_ct_AR@ 314ac_ct_CC = @ac_ct_CC@ 315ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 316am__include = @am__include@ 317am__leading_dot = @am__leading_dot@ 318am__quote = @am__quote@ 319am__tar = @am__tar@ 320am__untar = @am__untar@ 321bindir = @bindir@ 322build = @build@ 323build_alias = @build_alias@ 324build_cpu = @build_cpu@ 325build_os = @build_os@ 326build_vendor = @build_vendor@ 327builddir = @builddir@ 328datadir = @datadir@ 329datarootdir = @datarootdir@ 330docdir = @docdir@ 331dvidir = @dvidir@ 332exec_prefix = @exec_prefix@ 333host = @host@ 334host_alias = @host_alias@ 335host_cpu = @host_cpu@ 336host_os = @host_os@ 337host_vendor = @host_vendor@ 338htmldir = @htmldir@ 339includedir = @includedir@ 340infodir = @infodir@ 341install_sh = @install_sh@ 342libdir = @libdir@ 343libexecdir = @libexecdir@ 344localedir = @localedir@ 345locales = @locales@ 346localstatedir = @localstatedir@ 347mandir = @mandir@ 348mkdir_p = @mkdir_p@ 349oldincludedir = @oldincludedir@ 350pdfdir = @pdfdir@ 351prefix = @prefix@ 352program_transform_name = @program_transform_name@ 353psdir = @psdir@ 354sbindir = @sbindir@ 355sharedstatedir = @sharedstatedir@ 356srcdir = @srcdir@ 357sysconfdir = @sysconfdir@ 358target_alias = @target_alias@ 359top_build_prefix = @top_build_prefix@ 360top_builddir = @top_builddir@ 361top_srcdir = @top_srcdir@ 362 363# Main DocBook/XML files (DOCTYPE book) 364@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@docbook = libX11-keys.xml 365 366# Included chapters, appendix, images 367@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@chapters = $(locales:%=%.xml) 368 369# The location where the DocBook/XML generated formats are installed 370@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@shelfdir = $(docdir)/i18n/compose 371 372# DocBook/XML generated output formats to be installed 373@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@shelf_DATA = $(chapters) $(docbook) \ 374@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_1) \ 375@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_2) \ 376@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_3) \ 377@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(am__append_4) 378@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \ 379@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 380@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(abs_top_builddir)" 381 382@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \ 383@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \ 384@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 385 386@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-chunk.xsl 387@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_TXT_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 388@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_CHUNKING_FLAGS = \ 389@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam root.filename="$(<:.xml=)" 390 391@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \ 392@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 393@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_STYLESHEET_FLAGS) \ 394@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_CHUNKING_FLAGS) \ 395@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_OLINK_FLAGS) 396 397@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_TXT_FLAGS = \ 398@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 399@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_TXT_STYLESHEET_FLAGS) \ 400@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_OLINK_FLAGS) 401 402@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)/ 403@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 404@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \ 405@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 \ 406@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 407 408@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 409@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 410@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_STYLESHEET_FLAGS) \ 411@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_IMAGEPATH_FLAGS) \ 412@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_PDF_OLINK_FLAGS) 413 414 415# Generate documents cross-reference target databases 416@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \ 417@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11" \ 418@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(abs_top_builddir)" 419 420@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \ 421@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@" \ 422@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only" 423 424@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_FO_OLINK_FLAGS = \ 425@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam olink.base.uri "$(@:.db=)" 426 427@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_CHUNKING_FLAGS = \ 428@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam root.filename "$(<:.xml=)" 429 430@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \ 431@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 432@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_HTML_CHUNKING_FLAGS) \ 433@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 434@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 435@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-chunk.xsl 436 437@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \ 438@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 439@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 440@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_FO_OLINK_FLAGS) \ 441@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 442@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-fo.xsl 443 444@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@CLEANFILES = $(shelf_DATA) 445 446# Generate DocBook/XML output formats with or without stylesheets 447# The XML source is generated and cleaned but not distributed 448EXTRA_DIST = compose-chart.pl 449all: all-am 450 451.SUFFIXES: 452$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/docbook-nl.am $(am__configure_deps) 453 @for dep in $?; do \ 454 case '$(am__configure_deps)' in \ 455 *$$dep*) \ 456 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 457 && { if test -f $@; then exit 0; else break; fi; }; \ 458 exit 1;; \ 459 esac; \ 460 done; \ 461 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/compose/Makefile'; \ 462 $(am__cd) $(top_srcdir) && \ 463 $(AUTOMAKE) --foreign specs/i18n/compose/Makefile 464Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 465 @case '$?' in \ 466 *config.status*) \ 467 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 468 *) \ 469 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 470 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 471 esac; 472$(srcdir)/docbook-nl.am $(am__empty): 473 474$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 476 477$(top_srcdir)/configure: $(am__configure_deps) 478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 479$(ACLOCAL_M4): $(am__aclocal_m4_deps) 480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 481$(am__aclocal_m4_deps): 482 483mostlyclean-libtool: 484 -rm -f *.lo 485 486clean-libtool: 487 -rm -rf .libs _libs 488install-shelfDATA: $(shelf_DATA) 489 @$(NORMAL_INSTALL) 490 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 491 if test -n "$$list"; then \ 492 echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \ 493 $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \ 494 fi; \ 495 for p in $$list; do \ 496 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 497 echo "$$d$$p"; \ 498 done | $(am__base_list) | \ 499 while read files; do \ 500 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 501 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 502 done 503 504uninstall-shelfDATA: 505 @$(NORMAL_UNINSTALL) 506 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 507 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 508 dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir) 509tags TAGS: 510 511ctags CTAGS: 512 513cscope cscopelist: 514 515 516distdir: $(DISTFILES) 517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 519 list='$(DISTFILES)'; \ 520 dist_files=`for file in $$list; do echo $$file; done | \ 521 sed -e "s|^$$srcdirstrip/||;t" \ 522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 523 case $$dist_files in \ 524 */*) $(MKDIR_P) `echo "$$dist_files" | \ 525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 526 sort -u` ;; \ 527 esac; \ 528 for file in $$dist_files; do \ 529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 530 if test -d $$d/$$file; then \ 531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 532 if test -d "$(distdir)/$$file"; then \ 533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 534 fi; \ 535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 538 fi; \ 539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 540 else \ 541 test -f "$(distdir)/$$file" \ 542 || cp -p $$d/$$file "$(distdir)/$$file" \ 543 || exit 1; \ 544 fi; \ 545 done 546check-am: all-am 547check: check-am 548all-am: Makefile $(DATA) 549installdirs: 550 for dir in "$(DESTDIR)$(shelfdir)"; do \ 551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 552 done 553install: install-am 554install-exec: install-exec-am 555install-data: install-data-am 556uninstall: uninstall-am 557 558install-am: all-am 559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 560 561installcheck: installcheck-am 562install-strip: 563 if test -z '$(STRIP)'; then \ 564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 566 install; \ 567 else \ 568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 571 fi 572mostlyclean-generic: 573 574clean-generic: 575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 576 577distclean-generic: 578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 580 581maintainer-clean-generic: 582 @echo "This command is intended for maintainers to use" 583 @echo "it deletes files that may require special tools to rebuild." 584clean: clean-am 585 586clean-am: clean-generic clean-libtool mostlyclean-am 587 588distclean: distclean-am 589 -rm -f Makefile 590distclean-am: clean-am distclean-generic 591 592dvi: dvi-am 593 594dvi-am: 595 596html: html-am 597 598html-am: 599 600info: info-am 601 602info-am: 603 604install-data-am: install-shelfDATA 605 606install-dvi: install-dvi-am 607 608install-dvi-am: 609 610install-exec-am: 611 612install-html: install-html-am 613 614install-html-am: 615 616install-info: install-info-am 617 618install-info-am: 619 620install-man: 621 622install-pdf: install-pdf-am 623 624install-pdf-am: 625 626install-ps: install-ps-am 627 628install-ps-am: 629 630installcheck-am: 631 632maintainer-clean: maintainer-clean-am 633 -rm -f Makefile 634maintainer-clean-am: distclean-am maintainer-clean-generic 635 636mostlyclean: mostlyclean-am 637 638mostlyclean-am: mostlyclean-generic mostlyclean-libtool 639 640pdf: pdf-am 641 642pdf-am: 643 644ps: ps-am 645 646ps-am: 647 648uninstall-am: uninstall-shelfDATA 649 650.MAKE: install-am install-strip 651 652.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 653 cscopelist-am ctags-am distclean distclean-generic \ 654 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 655 install install-am install-data install-data-am install-dvi \ 656 install-dvi-am install-exec install-exec-am install-html \ 657 install-html-am install-info install-info-am install-man \ 658 install-pdf install-pdf-am install-ps install-ps-am \ 659 install-shelfDATA install-strip installcheck installcheck-am \ 660 installdirs maintainer-clean maintainer-clean-generic \ 661 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 662 ps ps-am tags-am uninstall uninstall-am uninstall-shelfDATA 663 664.PRECIOUS: Makefile 665 666 667# Generated DocBook/XML source files using a perl script 668@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@%.xml: $(top_builddir)/nls/%/Compose 669@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl \ 670@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ --locale="$(@:.xml=)" --output="$@" $< 671 672@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@libX11-keys.xml: $(locales:%=%.xml) 673@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ $(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl \ 674@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@ --index --output="$@" $(locales) 675@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 676@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml $< 677@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 678@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_TXT_FLAGS) txt $< 679@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 680@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 $< 681@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 682@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 $< 683@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml $(chapters) 684@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $< 685@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters) 686@ENABLE_SPECS_TRUE@@HAVE_PERL_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $< 687 688# Tell versions [3.59,3.63) of GNU make to not export all variables. 689# Otherwise a system limit (for SysV at least) may be exceeded. 690.NOEXPORT: 691