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/framework 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 = framework.xml framework.svg 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 = framework.xml 289 290# Included chapters, appendix, images 291@ENABLE_SPECS_TRUE@chapters = framework.svg 292 293# The location where the DocBook/XML files and their generated formats are installed 294@ENABLE_SPECS_TRUE@shelfdir = $(docdir)/i18n/framework 295 296# DocBook/XML generated output formats to be installed 297@ENABLE_SPECS_TRUE@shelf_DATA = $(am__append_1) $(am__append_2) \ 298@ENABLE_SPECS_TRUE@ $(am__append_3) $(am__append_4) 299 300# DocBook/XML file with chapters, appendix and images it includes 301@ENABLE_SPECS_TRUE@dist_shelf_DATA = $(docbook) $(chapters) 302 303# 304# Generate DocBook/XML output formats with or without stylesheets 305# 306 307# Stylesheets are available if the package xorg-sgml-doctools is installed 308 309# The location where all cross reference databases are installed 310@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@sgmldbsdir = $(XORG_SGML_PATH)/X11/dbs 311@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@masterdb = "$(sgmldbsdir)/masterdb$(suffix $@).xml" 312@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = \ 313@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 314@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(masterdb) \ 315@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" \ 316@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam collect.xref.targets="no" 317 318@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_XHTML_FLAGS = \ 319@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \ 320@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css 321 322@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 323@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl 324 325 326# Generate DocBook/XML document cross-reference database 327# Flags for the XSL Transformation processor generating xref target databases 328@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLTPROC_FLAGS = \ 329@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11" \ 330@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@" \ 331@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only" \ 332@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude 333 334@ENABLE_SPECS_TRUE@CLEANFILES = $(shelf_DATA) 335all: all-am 336 337.SUFFIXES: 338$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps) 339 @for dep in $?; do \ 340 case '$(am__configure_deps)' in \ 341 *$$dep*) \ 342 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 343 && { if test -f $@; then exit 0; else break; fi; }; \ 344 exit 1;; \ 345 esac; \ 346 done; \ 347 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/framework/Makefile'; \ 348 $(am__cd) $(top_srcdir) && \ 349 $(AUTOMAKE) --foreign specs/i18n/framework/Makefile 350.PRECIOUS: Makefile 351Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 352 @case '$?' in \ 353 *config.status*) \ 354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 355 *) \ 356 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 357 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 358 esac; 359 360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 362 363$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 365$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 367$(am__aclocal_m4_deps): 368 369mostlyclean-libtool: 370 -rm -f *.lo 371 372clean-libtool: 373 -rm -rf .libs _libs 374install-dist_shelfDATA: $(dist_shelf_DATA) 375 @$(NORMAL_INSTALL) 376 test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)" 377 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 378 for p in $$list; do \ 379 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 380 echo "$$d$$p"; \ 381 done | $(am__base_list) | \ 382 while read files; do \ 383 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 384 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 385 done 386 387uninstall-dist_shelfDATA: 388 @$(NORMAL_UNINSTALL) 389 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 390 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 391 test -n "$$files" || exit 0; \ 392 echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \ 393 cd "$(DESTDIR)$(shelfdir)" && rm -f $$files 394install-shelfDATA: $(shelf_DATA) 395 @$(NORMAL_INSTALL) 396 test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)" 397 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 398 for p in $$list; do \ 399 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 400 echo "$$d$$p"; \ 401 done | $(am__base_list) | \ 402 while read files; do \ 403 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 404 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 405 done 406 407uninstall-shelfDATA: 408 @$(NORMAL_UNINSTALL) 409 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 410 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 411 test -n "$$files" || exit 0; \ 412 echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \ 413 cd "$(DESTDIR)$(shelfdir)" && rm -f $$files 414tags: TAGS 415TAGS: 416 417ctags: CTAGS 418CTAGS: 419 420 421distdir: $(DISTFILES) 422 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 423 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 424 list='$(DISTFILES)'; \ 425 dist_files=`for file in $$list; do echo $$file; done | \ 426 sed -e "s|^$$srcdirstrip/||;t" \ 427 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 428 case $$dist_files in \ 429 */*) $(MKDIR_P) `echo "$$dist_files" | \ 430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 431 sort -u` ;; \ 432 esac; \ 433 for file in $$dist_files; do \ 434 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 435 if test -d $$d/$$file; then \ 436 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 437 if test -d "$(distdir)/$$file"; then \ 438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 439 fi; \ 440 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 441 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 442 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 443 fi; \ 444 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 445 else \ 446 test -f "$(distdir)/$$file" \ 447 || cp -p $$d/$$file "$(distdir)/$$file" \ 448 || exit 1; \ 449 fi; \ 450 done 451check-am: all-am 452check: check-am 453all-am: Makefile $(DATA) 454installdirs: 455 for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \ 456 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 457 done 458install: install-am 459install-exec: install-exec-am 460install-data: install-data-am 461uninstall: uninstall-am 462 463install-am: all-am 464 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 465 466installcheck: installcheck-am 467install-strip: 468 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 469 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 470 `test -z '$(STRIP)' || \ 471 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 472mostlyclean-generic: 473 474clean-generic: 475 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 476 477distclean-generic: 478 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 479 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 480 481maintainer-clean-generic: 482 @echo "This command is intended for maintainers to use" 483 @echo "it deletes files that may require special tools to rebuild." 484clean: clean-am 485 486clean-am: clean-generic clean-libtool mostlyclean-am 487 488distclean: distclean-am 489 -rm -f Makefile 490distclean-am: clean-am distclean-generic 491 492dvi: dvi-am 493 494dvi-am: 495 496html: html-am 497 498html-am: 499 500info: info-am 501 502info-am: 503 504install-data-am: install-dist_shelfDATA install-shelfDATA 505 506install-dvi: install-dvi-am 507 508install-dvi-am: 509 510install-exec-am: 511 512install-html: install-html-am 513 514install-html-am: 515 516install-info: install-info-am 517 518install-info-am: 519 520install-man: 521 522install-pdf: install-pdf-am 523 524install-pdf-am: 525 526install-ps: install-ps-am 527 528install-ps-am: 529 530installcheck-am: 531 532maintainer-clean: maintainer-clean-am 533 -rm -f Makefile 534maintainer-clean-am: distclean-am maintainer-clean-generic 535 536mostlyclean: mostlyclean-am 537 538mostlyclean-am: mostlyclean-generic mostlyclean-libtool 539 540pdf: pdf-am 541 542pdf-am: 543 544ps: ps-am 545 546ps-am: 547 548uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA 549 550.MAKE: install-am install-strip 551 552.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 553 distclean distclean-generic distclean-libtool distdir dvi \ 554 dvi-am html html-am info info-am install install-am \ 555 install-data install-data-am install-dist_shelfDATA \ 556 install-dvi install-dvi-am install-exec install-exec-am \ 557 install-html install-html-am install-info install-info-am \ 558 install-man install-pdf install-pdf-am install-ps \ 559 install-ps-am install-shelfDATA install-strip installcheck \ 560 installcheck-am installdirs maintainer-clean \ 561 maintainer-clean-generic mostlyclean mostlyclean-generic \ 562 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 563 uninstall-dist_shelfDATA uninstall-shelfDATA 564 565@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 566@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) xhtml-nochunks $< 567@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 568@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop pdf $< 569@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 570@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop ps $< 571@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 572@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) txt $< 573 574@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml $(chapters) 575@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \ 576@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< 577 578@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.fo.db: %.xml $(chapters) 579@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \ 580@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< 581 582# Generate DocBook/XML output formats with or without stylesheets 583 584# Tell versions [3.59,3.63) of GNU make to not export all variables. 585# Otherwise a system limit (for SysV at least) may be exceeded. 586.NOEXPORT: 587