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