Makefile.in revision 6cc2b21f
1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Generate output formats for a single DocBook/XML with/without chapters 20# 21# Variables set by the calling Makefile: 22# shelfdir: the location where the docs/specs are installed. Typically $(docdir) 23# docbook: the main DocBook/XML file, no chapters, appendix or image files 24# chapters: all files pulled in by an XInclude statement and images. 25# 26 27# 28# This makefile is intended for Users Documentation and Functional Specifications. 29# Do not use for Developer Documentation which is not installed and does not require olink. 30# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393 31# for an explanation on documents classification. 32# 33 34VPATH = @srcdir@ 35pkgdatadir = $(datadir)/@PACKAGE@ 36pkgincludedir = $(includedir)/@PACKAGE@ 37pkglibdir = $(libdir)/@PACKAGE@ 38pkglibexecdir = $(libexecdir)/@PACKAGE@ 39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 40install_sh_DATA = $(install_sh) -c -m 644 41install_sh_PROGRAM = $(install_sh) -c 42install_sh_SCRIPT = $(install_sh) -c 43INSTALL_HEADER = $(INSTALL_DATA) 44transform = $(program_transform_name) 45NORMAL_INSTALL = : 46PRE_INSTALL = : 47POST_INSTALL = : 48NORMAL_UNINSTALL = : 49PRE_UNINSTALL = : 50POST_UNINSTALL = : 51build_triplet = @build@ 52host_triplet = @host@ 53DIST_COMMON = $(am__dist_shelf_DATA_DIST) $(srcdir)/Makefile.am \ 54 $(srcdir)/Makefile.in $(top_srcdir)/docbook.am 55@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html) 56@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps) 57@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.txt) 58 59# 60# Generate documents cross-reference target databases 61# 62 63# This is only possible if the xorg-sgml-doctools package is installed 64 65# DocBook/XML generated document cross-reference database 66@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@am__append_4 = $(docbook:.xml=.html.db) $(docbook:.xml=.fo.db) 67subdir = specs/i18n/trans 68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 69am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 70 $(top_srcdir)/configure.ac 71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 72 $(ACLOCAL_M4) 73mkinstalldirs = $(install_sh) -d 74CONFIG_HEADER = $(top_builddir)/src/config.h \ 75 $(top_builddir)/include/X11/XlibConf.h 76CONFIG_CLEAN_FILES = 77CONFIG_CLEAN_VPATH_FILES = 78AM_V_GEN = $(am__v_GEN_$(V)) 79am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 80am__v_GEN_0 = @echo " GEN " $@; 81AM_V_at = $(am__v_at_$(V)) 82am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 83am__v_at_0 = @ 84SOURCES = 85DIST_SOURCES = 86am__dist_shelf_DATA_DIST = trans.xml 87am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 88am__vpath_adj = case $$p in \ 89 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 90 *) f=$$p;; \ 91 esac; 92am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 93am__install_max = 40 94am__nobase_strip_setup = \ 95 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 96am__nobase_strip = \ 97 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 98am__nobase_list = $(am__nobase_strip_setup); \ 99 for p in $$list; do echo "$$p $$p"; done | \ 100 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 101 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 102 if (++n[$$2] == $(am__install_max)) \ 103 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 104 END { for (dir in files) print dir, files[dir] }' 105am__base_list = \ 106 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 107 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 108am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)" 109DATA = $(dist_shelf_DATA) $(shelf_DATA) 110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 111ACLOCAL = @ACLOCAL@ 112ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 113ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 114AMTAR = @AMTAR@ 115AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 116APP_MAN_DIR = @APP_MAN_DIR@ 117APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 118AR = @AR@ 119AUTOCONF = @AUTOCONF@ 120AUTOHEADER = @AUTOHEADER@ 121AUTOMAKE = @AUTOMAKE@ 122AWK = @AWK@ 123BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 124BIGFONT_LIBS = @BIGFONT_LIBS@ 125CC = @CC@ 126CCDEPMODE = @CCDEPMODE@ 127CC_FOR_BUILD = @CC_FOR_BUILD@ 128CFLAGS = @CFLAGS@ 129CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 130CHANGELOG_CMD = @CHANGELOG_CMD@ 131CPP = @CPP@ 132CPPFLAGS = @CPPFLAGS@ 133CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 134CWARNFLAGS = @CWARNFLAGS@ 135CYGPATH_W = @CYGPATH_W@ 136DEFS = @DEFS@ 137DEPDIR = @DEPDIR@ 138DLLTOOL = @DLLTOOL@ 139DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 140DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 141DSYMUTIL = @DSYMUTIL@ 142DUMPBIN = @DUMPBIN@ 143ECHO_C = @ECHO_C@ 144ECHO_N = @ECHO_N@ 145ECHO_T = @ECHO_T@ 146EGREP = @EGREP@ 147EXEEXT = @EXEEXT@ 148FGREP = @FGREP@ 149FILE_MAN_DIR = @FILE_MAN_DIR@ 150FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 151FOP = @FOP@ 152GREP = @GREP@ 153I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 154INSTALL = @INSTALL@ 155INSTALL_CMD = @INSTALL_CMD@ 156INSTALL_DATA = @INSTALL_DATA@ 157INSTALL_PROGRAM = @INSTALL_PROGRAM@ 158INSTALL_SCRIPT = @INSTALL_SCRIPT@ 159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 160KEYSYMDEFS = @KEYSYMDEFS@ 161LAUNCHD = @LAUNCHD@ 162LD = @LD@ 163LDFLAGS = @LDFLAGS@ 164LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 165LIBOBJS = @LIBOBJS@ 166LIBS = @LIBS@ 167LIBTOOL = @LIBTOOL@ 168LIB_MAN_DIR = @LIB_MAN_DIR@ 169LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 170LINT = @LINT@ 171LINTLIB = @LINTLIB@ 172LINT_FLAGS = @LINT_FLAGS@ 173LIPO = @LIPO@ 174LN_S = @LN_S@ 175LTLIBOBJS = @LTLIBOBJS@ 176MAINT = @MAINT@ 177MAKEINFO = @MAKEINFO@ 178MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 179MANIFEST_TOOL = @MANIFEST_TOOL@ 180MAN_SUBSTS = @MAN_SUBSTS@ 181MISC_MAN_DIR = @MISC_MAN_DIR@ 182MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 183MKDIR_P = @MKDIR_P@ 184NM = @NM@ 185NMEDIT = @NMEDIT@ 186OBJDUMP = @OBJDUMP@ 187OBJEXT = @OBJEXT@ 188OTOOL = @OTOOL@ 189OTOOL64 = @OTOOL64@ 190PACKAGE = @PACKAGE@ 191PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 192PACKAGE_NAME = @PACKAGE_NAME@ 193PACKAGE_STRING = @PACKAGE_STRING@ 194PACKAGE_TARNAME = @PACKAGE_TARNAME@ 195PACKAGE_URL = @PACKAGE_URL@ 196PACKAGE_VERSION = @PACKAGE_VERSION@ 197PATH_SEPARATOR = @PATH_SEPARATOR@ 198PERL = @PERL@ 199PKG_CONFIG = @PKG_CONFIG@ 200RANLIB = @RANLIB@ 201RAWCPP = @RAWCPP@ 202RAWCPPFLAGS = @RAWCPPFLAGS@ 203SED = @SED@ 204SET_MAKE = @SET_MAKE@ 205SHELL = @SHELL@ 206STRICT_CFLAGS = @STRICT_CFLAGS@ 207STRIP = @STRIP@ 208STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 209VERSION = @VERSION@ 210WCHAR32 = @WCHAR32@ 211X11_CFLAGS = @X11_CFLAGS@ 212X11_DATADIR = @X11_DATADIR@ 213X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 214X11_LIBDIR = @X11_LIBDIR@ 215X11_LIBS = @X11_LIBS@ 216X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 217X11_LOCALEDIR = @X11_LOCALEDIR@ 218X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 219XERRORDB = @XERRORDB@ 220XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 221XKEYSYMDB = @XKEYSYMDB@ 222XLOCALEDATADIR = @XLOCALEDATADIR@ 223XLOCALEDIR = @XLOCALEDIR@ 224XLOCALELIBDIR = @XLOCALELIBDIR@ 225XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 226XMLTO = @XMLTO@ 227XORG_MAN_PAGE = @XORG_MAN_PAGE@ 228XORG_SGML_PATH = @XORG_SGML_PATH@ 229XSLTPROC = @XSLTPROC@ 230XSL_STYLESHEET = @XSL_STYLESHEET@ 231XTHREADLIB = @XTHREADLIB@ 232XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 233XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 234abs_builddir = @abs_builddir@ 235abs_srcdir = @abs_srcdir@ 236abs_top_builddir = @abs_top_builddir@ 237abs_top_srcdir = @abs_top_srcdir@ 238ac_ct_AR = @ac_ct_AR@ 239ac_ct_CC = @ac_ct_CC@ 240ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 241am__include = @am__include@ 242am__leading_dot = @am__leading_dot@ 243am__quote = @am__quote@ 244am__tar = @am__tar@ 245am__untar = @am__untar@ 246bindir = @bindir@ 247build = @build@ 248build_alias = @build_alias@ 249build_cpu = @build_cpu@ 250build_os = @build_os@ 251build_vendor = @build_vendor@ 252builddir = @builddir@ 253datadir = @datadir@ 254datarootdir = @datarootdir@ 255docdir = @docdir@ 256dvidir = @dvidir@ 257exec_prefix = @exec_prefix@ 258host = @host@ 259host_alias = @host_alias@ 260host_cpu = @host_cpu@ 261host_os = @host_os@ 262host_vendor = @host_vendor@ 263htmldir = @htmldir@ 264includedir = @includedir@ 265infodir = @infodir@ 266install_sh = @install_sh@ 267libdir = @libdir@ 268libexecdir = @libexecdir@ 269localedir = @localedir@ 270localstatedir = @localstatedir@ 271mandir = @mandir@ 272mkdir_p = @mkdir_p@ 273oldincludedir = @oldincludedir@ 274pdfdir = @pdfdir@ 275prefix = @prefix@ 276program_transform_name = @program_transform_name@ 277psdir = @psdir@ 278sbindir = @sbindir@ 279sharedstatedir = @sharedstatedir@ 280srcdir = @srcdir@ 281sysconfdir = @sysconfdir@ 282target_alias = @target_alias@ 283top_build_prefix = @top_build_prefix@ 284top_builddir = @top_builddir@ 285top_srcdir = @top_srcdir@ 286 287# Main DocBook/XML files (DOCTYPE book) 288@ENABLE_SPECS_TRUE@docbook = trans.xml 289 290# The location where the DocBook/XML files and their generated formats are installed 291@ENABLE_SPECS_TRUE@shelfdir = $(docdir)/i18n/trans 292 293# DocBook/XML generated output formats to be installed 294@ENABLE_SPECS_TRUE@shelf_DATA = $(am__append_1) $(am__append_2) \ 295@ENABLE_SPECS_TRUE@ $(am__append_3) $(am__append_4) 296 297# DocBook/XML file with chapters, appendix and images it includes 298@ENABLE_SPECS_TRUE@dist_shelf_DATA = $(docbook) $(chapters) 299 300# 301# Generate DocBook/XML output formats with or without stylesheets 302# 303 304# Stylesheets are available if the package xorg-sgml-doctools is installed 305 306# The location where all cross reference databases are installed 307@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@sgmldbsdir = $(XORG_SGML_PATH)/X11/dbs 308@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@masterdb = "$(sgmldbsdir)/masterdb$(suffix $@).xml" 309@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = \ 310@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 311@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(masterdb) \ 312@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" \ 313@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam collect.xref.targets="no" 314 315@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_XHTML_FLAGS = \ 316@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \ 317@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css 318 319@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 320@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl 321 322 323# Generate DocBook/XML document cross-reference database 324# Flags for the XSL Transformation processor generating xref target databases 325@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLTPROC_FLAGS = \ 326@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11" \ 327@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@" \ 328@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only" \ 329@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude 330 331@ENABLE_SPECS_TRUE@CLEANFILES = $(shelf_DATA) 332all: all-am 333 334.SUFFIXES: 335$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps) 336 @for dep in $?; do \ 337 case '$(am__configure_deps)' in \ 338 *$$dep*) \ 339 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 340 && { if test -f $@; then exit 0; else break; fi; }; \ 341 exit 1;; \ 342 esac; \ 343 done; \ 344 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/trans/Makefile'; \ 345 $(am__cd) $(top_srcdir) && \ 346 $(AUTOMAKE) --foreign specs/i18n/trans/Makefile 347.PRECIOUS: Makefile 348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 349 @case '$?' in \ 350 *config.status*) \ 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 352 *) \ 353 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 354 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 355 esac; 356 357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 359 360$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 362$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 364$(am__aclocal_m4_deps): 365 366mostlyclean-libtool: 367 -rm -f *.lo 368 369clean-libtool: 370 -rm -rf .libs _libs 371install-dist_shelfDATA: $(dist_shelf_DATA) 372 @$(NORMAL_INSTALL) 373 test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)" 374 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 375 for p in $$list; do \ 376 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 377 echo "$$d$$p"; \ 378 done | $(am__base_list) | \ 379 while read files; do \ 380 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 381 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 382 done 383 384uninstall-dist_shelfDATA: 385 @$(NORMAL_UNINSTALL) 386 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 387 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 388 test -n "$$files" || exit 0; \ 389 echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \ 390 cd "$(DESTDIR)$(shelfdir)" && rm -f $$files 391install-shelfDATA: $(shelf_DATA) 392 @$(NORMAL_INSTALL) 393 test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)" 394 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 395 for p in $$list; do \ 396 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 397 echo "$$d$$p"; \ 398 done | $(am__base_list) | \ 399 while read files; do \ 400 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 401 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 402 done 403 404uninstall-shelfDATA: 405 @$(NORMAL_UNINSTALL) 406 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 407 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 408 test -n "$$files" || exit 0; \ 409 echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \ 410 cd "$(DESTDIR)$(shelfdir)" && rm -f $$files 411tags: TAGS 412TAGS: 413 414ctags: CTAGS 415CTAGS: 416 417 418distdir: $(DISTFILES) 419 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 420 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 421 list='$(DISTFILES)'; \ 422 dist_files=`for file in $$list; do echo $$file; done | \ 423 sed -e "s|^$$srcdirstrip/||;t" \ 424 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 425 case $$dist_files in \ 426 */*) $(MKDIR_P) `echo "$$dist_files" | \ 427 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 428 sort -u` ;; \ 429 esac; \ 430 for file in $$dist_files; do \ 431 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 432 if test -d $$d/$$file; then \ 433 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 434 if test -d "$(distdir)/$$file"; then \ 435 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 436 fi; \ 437 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 438 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 439 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 440 fi; \ 441 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 442 else \ 443 test -f "$(distdir)/$$file" \ 444 || cp -p $$d/$$file "$(distdir)/$$file" \ 445 || exit 1; \ 446 fi; \ 447 done 448check-am: all-am 449check: check-am 450all-am: Makefile $(DATA) 451installdirs: 452 for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \ 453 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 454 done 455install: install-am 456install-exec: install-exec-am 457install-data: install-data-am 458uninstall: uninstall-am 459 460install-am: all-am 461 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 462 463installcheck: installcheck-am 464install-strip: 465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 467 `test -z '$(STRIP)' || \ 468 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 469mostlyclean-generic: 470 471clean-generic: 472 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 473 474distclean-generic: 475 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 476 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 477 478maintainer-clean-generic: 479 @echo "This command is intended for maintainers to use" 480 @echo "it deletes files that may require special tools to rebuild." 481clean: clean-am 482 483clean-am: clean-generic clean-libtool mostlyclean-am 484 485distclean: distclean-am 486 -rm -f Makefile 487distclean-am: clean-am distclean-generic 488 489dvi: dvi-am 490 491dvi-am: 492 493html: html-am 494 495html-am: 496 497info: info-am 498 499info-am: 500 501install-data-am: install-dist_shelfDATA install-shelfDATA 502 503install-dvi: install-dvi-am 504 505install-dvi-am: 506 507install-exec-am: 508 509install-html: install-html-am 510 511install-html-am: 512 513install-info: install-info-am 514 515install-info-am: 516 517install-man: 518 519install-pdf: install-pdf-am 520 521install-pdf-am: 522 523install-ps: install-ps-am 524 525install-ps-am: 526 527installcheck-am: 528 529maintainer-clean: maintainer-clean-am 530 -rm -f Makefile 531maintainer-clean-am: distclean-am maintainer-clean-generic 532 533mostlyclean: mostlyclean-am 534 535mostlyclean-am: mostlyclean-generic mostlyclean-libtool 536 537pdf: pdf-am 538 539pdf-am: 540 541ps: ps-am 542 543ps-am: 544 545uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA 546 547.MAKE: install-am install-strip 548 549.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 550 distclean distclean-generic distclean-libtool distdir dvi \ 551 dvi-am html html-am info info-am install install-am \ 552 install-data install-data-am install-dist_shelfDATA \ 553 install-dvi install-dvi-am install-exec install-exec-am \ 554 install-html install-html-am install-info install-info-am \ 555 install-man install-pdf install-pdf-am install-ps \ 556 install-ps-am install-shelfDATA install-strip installcheck \ 557 installcheck-am installdirs maintainer-clean \ 558 maintainer-clean-generic mostlyclean mostlyclean-generic \ 559 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 560 uninstall-dist_shelfDATA uninstall-shelfDATA 561 562@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 563@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) xhtml-nochunks $< 564@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 565@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop pdf $< 566@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 567@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop ps $< 568@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 569@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) txt $< 570 571@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml $(chapters) 572@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \ 573@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< 574 575@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.fo.db: %.xml $(chapters) 576@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \ 577@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< 578 579# Generate DocBook/XML output formats with or without stylesheets 580 581# Tell versions [3.59,3.63) of GNU make to not export all variables. 582# Otherwise a system limit (for SysV at least) may be exceeded. 583.NOEXPORT: 584