1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software 6# Foundation, 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# Copyright 2005 Adam Jackson. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# on the rights to use, copy, modify, merge, publish, distribute, sub 24# license, and/or sell copies of the Software, and to permit persons to whom 25# the Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 34# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 35# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 36# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37VPATH = @srcdir@ 38pkgdatadir = $(datadir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40pkglibdir = $(libdir)/@PACKAGE@ 41pkglibexecdir = $(libexecdir)/@PACKAGE@ 42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43install_sh_DATA = $(install_sh) -c -m 644 44install_sh_PROGRAM = $(install_sh) -c 45install_sh_SCRIPT = $(install_sh) -c 46INSTALL_HEADER = $(INSTALL_DATA) 47transform = $(program_transform_name) 48NORMAL_INSTALL = : 49PRE_INSTALL = : 50POST_INSTALL = : 51NORMAL_UNINSTALL = : 52PRE_UNINSTALL = : 53POST_UNINSTALL = : 54build_triplet = @build@ 55host_triplet = @host@ 56subdir = . 57DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 58 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 59 $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \ 60 config.sub depcomp install-sh ltmain.sh missing 61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 62am__aclocal_m4_deps = $(top_srcdir)/configure.ac 63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 64 $(ACLOCAL_M4) 65am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 66 configure.lineno config.status.lineno 67mkinstalldirs = $(install_sh) -d 68CONFIG_HEADER = config.h 69CONFIG_CLEAN_FILES = 70CONFIG_CLEAN_VPATH_FILES = 71AM_V_GEN = $(am__v_GEN_@AM_V@) 72am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 73am__v_GEN_0 = @echo " GEN " $@; 74AM_V_at = $(am__v_at_@AM_V@) 75am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 76am__v_at_0 = @ 77SOURCES = 78DIST_SOURCES = 79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 80 html-recursive info-recursive install-data-recursive \ 81 install-dvi-recursive install-exec-recursive \ 82 install-html-recursive install-info-recursive \ 83 install-pdf-recursive install-ps-recursive install-recursive \ 84 installcheck-recursive installdirs-recursive pdf-recursive \ 85 ps-recursive uninstall-recursive 86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 87 distclean-recursive maintainer-clean-recursive 88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 90 distdir dist dist-all distcheck 91ETAGS = etags 92CTAGS = ctags 93DIST_SUBDIRS = $(SUBDIRS) 94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 95distdir = $(PACKAGE)-$(VERSION) 96top_distdir = $(distdir) 97am__remove_distdir = \ 98 if test -d "$(distdir)"; then \ 99 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 100 && rm -rf "$(distdir)" \ 101 || { sleep 5 && rm -rf "$(distdir)"; }; \ 102 else :; fi 103am__relativize = \ 104 dir0=`pwd`; \ 105 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 106 sed_rest='s,^[^/]*/*,,'; \ 107 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 108 sed_butlast='s,/*[^/]*$$,,'; \ 109 while test -n "$$dir1"; do \ 110 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 111 if test "$$first" != "."; then \ 112 if test "$$first" = ".."; then \ 113 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 114 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 115 else \ 116 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 117 if test "$$first2" = "$$first"; then \ 118 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 119 else \ 120 dir2="../$$dir2"; \ 121 fi; \ 122 dir0="$$dir0"/"$$first"; \ 123 fi; \ 124 fi; \ 125 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 126 done; \ 127 reldir="$$dir2" 128DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 129GZIP_ENV = --best 130distuninstallcheck_listfiles = find . -type f -print 131am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 132 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 133distcleancheck_listfiles = find . -type f -print 134ACLOCAL = @ACLOCAL@ 135ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 136ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 137AMTAR = @AMTAR@ 138AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 139APP_MAN_DIR = @APP_MAN_DIR@ 140APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 141AR = @AR@ 142AUTOCONF = @AUTOCONF@ 143AUTOHEADER = @AUTOHEADER@ 144AUTOMAKE = @AUTOMAKE@ 145AWK = @AWK@ 146BASE_CFLAGS = @BASE_CFLAGS@ 147CC = @CC@ 148CCDEPMODE = @CCDEPMODE@ 149CFLAGS = @CFLAGS@ 150CHANGELOG_CMD = @CHANGELOG_CMD@ 151CPP = @CPP@ 152CPPFLAGS = @CPPFLAGS@ 153CWARNFLAGS = @CWARNFLAGS@ 154CYGPATH_W = @CYGPATH_W@ 155DEFS = @DEFS@ 156DEPDIR = @DEPDIR@ 157DLLTOOL = @DLLTOOL@ 158DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 159DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 160DRIVER_NAME = @DRIVER_NAME@ 161DSYMUTIL = @DSYMUTIL@ 162DUMPBIN = @DUMPBIN@ 163ECHO_C = @ECHO_C@ 164ECHO_N = @ECHO_N@ 165ECHO_T = @ECHO_T@ 166EGREP = @EGREP@ 167EXEEXT = @EXEEXT@ 168FGREP = @FGREP@ 169FILE_MAN_DIR = @FILE_MAN_DIR@ 170FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 171GREP = @GREP@ 172INSTALL = @INSTALL@ 173INSTALL_CMD = @INSTALL_CMD@ 174INSTALL_DATA = @INSTALL_DATA@ 175INSTALL_PROGRAM = @INSTALL_PROGRAM@ 176INSTALL_SCRIPT = @INSTALL_SCRIPT@ 177INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 178LD = @LD@ 179LDFLAGS = @LDFLAGS@ 180LIBOBJS = @LIBOBJS@ 181LIBS = @LIBS@ 182LIBTOOL = @LIBTOOL@ 183LIB_MAN_DIR = @LIB_MAN_DIR@ 184LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 185LIPO = @LIPO@ 186LN_S = @LN_S@ 187LTLIBOBJS = @LTLIBOBJS@ 188MAINT = @MAINT@ 189MAKEINFO = @MAKEINFO@ 190MANIFEST_TOOL = @MANIFEST_TOOL@ 191MAN_SUBSTS = @MAN_SUBSTS@ 192MISC_MAN_DIR = @MISC_MAN_DIR@ 193MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 194MKDIR_P = @MKDIR_P@ 195NM = @NM@ 196NMEDIT = @NMEDIT@ 197OBJDUMP = @OBJDUMP@ 198OBJEXT = @OBJEXT@ 199OTOOL = @OTOOL@ 200OTOOL64 = @OTOOL64@ 201PACKAGE = @PACKAGE@ 202PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 203PACKAGE_NAME = @PACKAGE_NAME@ 204PACKAGE_STRING = @PACKAGE_STRING@ 205PACKAGE_TARNAME = @PACKAGE_TARNAME@ 206PACKAGE_URL = @PACKAGE_URL@ 207PACKAGE_VERSION = @PACKAGE_VERSION@ 208PATH_SEPARATOR = @PATH_SEPARATOR@ 209PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 210PCIACCESS_LIBS = @PCIACCESS_LIBS@ 211PKG_CONFIG = @PKG_CONFIG@ 212PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 213PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 214RANLIB = @RANLIB@ 215SED = @SED@ 216SET_MAKE = @SET_MAKE@ 217SHELL = @SHELL@ 218STRICT_CFLAGS = @STRICT_CFLAGS@ 219STRIP = @STRIP@ 220VERSION = @VERSION@ 221XORG_CFLAGS = @XORG_CFLAGS@ 222XORG_LIBS = @XORG_LIBS@ 223XORG_MAN_PAGE = @XORG_MAN_PAGE@ 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@ 263moduledir = @moduledir@ 264oldincludedir = @oldincludedir@ 265pdfdir = @pdfdir@ 266prefix = @prefix@ 267program_transform_name = @program_transform_name@ 268psdir = @psdir@ 269sbindir = @sbindir@ 270sharedstatedir = @sharedstatedir@ 271srcdir = @srcdir@ 272sysconfdir = @sysconfdir@ 273target_alias = @target_alias@ 274top_build_prefix = @top_build_prefix@ 275top_builddir = @top_builddir@ 276top_srcdir = @top_srcdir@ 277SUBDIRS = src man 278MAINTAINERCLEANFILES = ChangeLog INSTALL 279all: config.h 280 $(MAKE) $(AM_MAKEFLAGS) all-recursive 281 282.SUFFIXES: 283am--refresh: Makefile 284 @: 285$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 286 @for dep in $?; do \ 287 case '$(am__configure_deps)' in \ 288 *$$dep*) \ 289 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 290 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 291 && exit 0; \ 292 exit 1;; \ 293 esac; \ 294 done; \ 295 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 296 $(am__cd) $(top_srcdir) && \ 297 $(AUTOMAKE) --foreign Makefile 298.PRECIOUS: Makefile 299Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 300 @case '$?' in \ 301 *config.status*) \ 302 echo ' $(SHELL) ./config.status'; \ 303 $(SHELL) ./config.status;; \ 304 *) \ 305 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 306 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 307 esac; 308 309$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 310 $(SHELL) ./config.status --recheck 311 312$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 313 $(am__cd) $(srcdir) && $(AUTOCONF) 314$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 315 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 316$(am__aclocal_m4_deps): 317 318config.h: stamp-h1 319 @if test ! -f $@; then rm -f stamp-h1; else :; fi 320 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 321 322stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 323 @rm -f stamp-h1 324 cd $(top_builddir) && $(SHELL) ./config.status config.h 325$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 326 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 327 rm -f stamp-h1 328 touch $@ 329 330distclean-hdr: 331 -rm -f config.h stamp-h1 332 333mostlyclean-libtool: 334 -rm -f *.lo 335 336clean-libtool: 337 -rm -rf .libs _libs 338 339distclean-libtool: 340 -rm -f libtool config.lt 341 342# This directory's subdirectories are mostly independent; you can cd 343# into them and run `make' without going through this Makefile. 344# To change the values of `make' variables: instead of editing Makefiles, 345# (1) if the variable is set in `config.status', edit `config.status' 346# (which will cause the Makefiles to be regenerated when you run `make'); 347# (2) otherwise, pass the desired values on the `make' command line. 348$(RECURSIVE_TARGETS): 349 @fail= failcom='exit 1'; \ 350 for f in x $$MAKEFLAGS; do \ 351 case $$f in \ 352 *=* | --[!k]*);; \ 353 *k*) failcom='fail=yes';; \ 354 esac; \ 355 done; \ 356 dot_seen=no; \ 357 target=`echo $@ | sed s/-recursive//`; \ 358 list='$(SUBDIRS)'; for subdir in $$list; do \ 359 echo "Making $$target in $$subdir"; \ 360 if test "$$subdir" = "."; then \ 361 dot_seen=yes; \ 362 local_target="$$target-am"; \ 363 else \ 364 local_target="$$target"; \ 365 fi; \ 366 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 367 || eval $$failcom; \ 368 done; \ 369 if test "$$dot_seen" = "no"; then \ 370 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 371 fi; test -z "$$fail" 372 373$(RECURSIVE_CLEAN_TARGETS): 374 @fail= failcom='exit 1'; \ 375 for f in x $$MAKEFLAGS; do \ 376 case $$f in \ 377 *=* | --[!k]*);; \ 378 *k*) failcom='fail=yes';; \ 379 esac; \ 380 done; \ 381 dot_seen=no; \ 382 case "$@" in \ 383 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 384 *) list='$(SUBDIRS)' ;; \ 385 esac; \ 386 rev=''; for subdir in $$list; do \ 387 if test "$$subdir" = "."; then :; else \ 388 rev="$$subdir $$rev"; \ 389 fi; \ 390 done; \ 391 rev="$$rev ."; \ 392 target=`echo $@ | sed s/-recursive//`; \ 393 for subdir in $$rev; do \ 394 echo "Making $$target in $$subdir"; \ 395 if test "$$subdir" = "."; then \ 396 local_target="$$target-am"; \ 397 else \ 398 local_target="$$target"; \ 399 fi; \ 400 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 401 || eval $$failcom; \ 402 done && test -z "$$fail" 403tags-recursive: 404 list='$(SUBDIRS)'; for subdir in $$list; do \ 405 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 406 done 407ctags-recursive: 408 list='$(SUBDIRS)'; for subdir in $$list; do \ 409 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 410 done 411 412ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 413 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 414 unique=`for i in $$list; do \ 415 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 416 done | \ 417 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 418 END { if (nonempty) { for (i in files) print i; }; }'`; \ 419 mkid -fID $$unique 420tags: TAGS 421 422TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 423 $(TAGS_FILES) $(LISP) 424 set x; \ 425 here=`pwd`; \ 426 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 427 include_option=--etags-include; \ 428 empty_fix=.; \ 429 else \ 430 include_option=--include; \ 431 empty_fix=; \ 432 fi; \ 433 list='$(SUBDIRS)'; for subdir in $$list; do \ 434 if test "$$subdir" = .; then :; else \ 435 test ! -f $$subdir/TAGS || \ 436 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 437 fi; \ 438 done; \ 439 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 440 unique=`for i in $$list; do \ 441 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 442 done | \ 443 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 444 END { if (nonempty) { for (i in files) print i; }; }'`; \ 445 shift; \ 446 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 447 test -n "$$unique" || unique=$$empty_fix; \ 448 if test $$# -gt 0; then \ 449 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 450 "$$@" $$unique; \ 451 else \ 452 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 453 $$unique; \ 454 fi; \ 455 fi 456ctags: CTAGS 457CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 458 $(TAGS_FILES) $(LISP) 459 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 460 unique=`for i in $$list; do \ 461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 462 done | \ 463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 464 END { if (nonempty) { for (i in files) print i; }; }'`; \ 465 test -z "$(CTAGS_ARGS)$$unique" \ 466 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 467 $$unique 468 469GTAGS: 470 here=`$(am__cd) $(top_builddir) && pwd` \ 471 && $(am__cd) $(top_srcdir) \ 472 && gtags -i $(GTAGS_ARGS) "$$here" 473 474distclean-tags: 475 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 476 477distdir: $(DISTFILES) 478 $(am__remove_distdir) 479 test -d "$(distdir)" || mkdir "$(distdir)" 480 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 481 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 482 list='$(DISTFILES)'; \ 483 dist_files=`for file in $$list; do echo $$file; done | \ 484 sed -e "s|^$$srcdirstrip/||;t" \ 485 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 486 case $$dist_files in \ 487 */*) $(MKDIR_P) `echo "$$dist_files" | \ 488 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 489 sort -u` ;; \ 490 esac; \ 491 for file in $$dist_files; do \ 492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 493 if test -d $$d/$$file; then \ 494 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 495 if test -d "$(distdir)/$$file"; then \ 496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 497 fi; \ 498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 499 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 501 fi; \ 502 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 503 else \ 504 test -f "$(distdir)/$$file" \ 505 || cp -p $$d/$$file "$(distdir)/$$file" \ 506 || exit 1; \ 507 fi; \ 508 done 509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 510 if test "$$subdir" = .; then :; else \ 511 test -d "$(distdir)/$$subdir" \ 512 || $(MKDIR_P) "$(distdir)/$$subdir" \ 513 || exit 1; \ 514 fi; \ 515 done 516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 517 if test "$$subdir" = .; then :; else \ 518 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 519 $(am__relativize); \ 520 new_distdir=$$reldir; \ 521 dir1=$$subdir; dir2="$(top_distdir)"; \ 522 $(am__relativize); \ 523 new_top_distdir=$$reldir; \ 524 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 525 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 526 ($(am__cd) $$subdir && \ 527 $(MAKE) $(AM_MAKEFLAGS) \ 528 top_distdir="$$new_top_distdir" \ 529 distdir="$$new_distdir" \ 530 am__remove_distdir=: \ 531 am__skip_length_check=: \ 532 am__skip_mode_fix=: \ 533 distdir) \ 534 || exit 1; \ 535 fi; \ 536 done 537 $(MAKE) $(AM_MAKEFLAGS) \ 538 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 539 dist-hook 540 -test -n "$(am__skip_mode_fix)" \ 541 || find "$(distdir)" -type d ! -perm -755 \ 542 -exec chmod u+rwx,go+rx {} \; -o \ 543 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 544 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 545 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 546 || chmod -R a+r "$(distdir)" 547dist-gzip: distdir 548 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 549 $(am__remove_distdir) 550dist-bzip2: distdir 551 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 552 $(am__remove_distdir) 553 554dist-lzip: distdir 555 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 556 $(am__remove_distdir) 557 558dist-lzma: distdir 559 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 560 $(am__remove_distdir) 561 562dist-xz: distdir 563 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 564 $(am__remove_distdir) 565 566dist-tarZ: distdir 567 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 568 $(am__remove_distdir) 569 570dist-shar: distdir 571 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 572 $(am__remove_distdir) 573 574dist-zip: distdir 575 -rm -f $(distdir).zip 576 zip -rq $(distdir).zip $(distdir) 577 $(am__remove_distdir) 578 579dist dist-all: distdir 580 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 581 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 582 $(am__remove_distdir) 583 584# This target untars the dist file and tries a VPATH configuration. Then 585# it guarantees that the distribution is self-contained by making another 586# tarfile. 587distcheck: dist 588 case '$(DIST_ARCHIVES)' in \ 589 *.tar.gz*) \ 590 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 591 *.tar.bz2*) \ 592 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 593 *.tar.lzma*) \ 594 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 595 *.tar.lz*) \ 596 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 597 *.tar.xz*) \ 598 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 599 *.tar.Z*) \ 600 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 601 *.shar.gz*) \ 602 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 603 *.zip*) \ 604 unzip $(distdir).zip ;;\ 605 esac 606 chmod -R a-w $(distdir); chmod a+w $(distdir) 607 mkdir $(distdir)/_build 608 mkdir $(distdir)/_inst 609 chmod a-w $(distdir) 610 test -d $(distdir)/_build || exit 0; \ 611 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 612 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 613 && am__cwd=`pwd` \ 614 && $(am__cd) $(distdir)/_build \ 615 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 616 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 617 $(DISTCHECK_CONFIGURE_FLAGS) \ 618 && $(MAKE) $(AM_MAKEFLAGS) \ 619 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 620 && $(MAKE) $(AM_MAKEFLAGS) check \ 621 && $(MAKE) $(AM_MAKEFLAGS) install \ 622 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 623 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 624 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 625 distuninstallcheck \ 626 && chmod -R a-w "$$dc_install_base" \ 627 && ({ \ 628 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 629 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 630 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 631 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 632 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 633 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 634 && rm -rf "$$dc_destdir" \ 635 && $(MAKE) $(AM_MAKEFLAGS) dist \ 636 && rm -rf $(DIST_ARCHIVES) \ 637 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 638 && cd "$$am__cwd" \ 639 || exit 1 640 $(am__remove_distdir) 641 @(echo "$(distdir) archives ready for distribution: "; \ 642 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 643 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 644distuninstallcheck: 645 @test -n '$(distuninstallcheck_dir)' || { \ 646 echo 'ERROR: trying to run $@ with an empty' \ 647 '$$(distuninstallcheck_dir)' >&2; \ 648 exit 1; \ 649 }; \ 650 $(am__cd) '$(distuninstallcheck_dir)' || { \ 651 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 652 exit 1; \ 653 }; \ 654 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 655 || { echo "ERROR: files left after uninstall:" ; \ 656 if test -n "$(DESTDIR)"; then \ 657 echo " (check DESTDIR support)"; \ 658 fi ; \ 659 $(distuninstallcheck_listfiles) ; \ 660 exit 1; } >&2 661distcleancheck: distclean 662 @if test '$(srcdir)' = . ; then \ 663 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 664 exit 1 ; \ 665 fi 666 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 667 || { echo "ERROR: files left in build directory after distclean:" ; \ 668 $(distcleancheck_listfiles) ; \ 669 exit 1; } >&2 670check-am: all-am 671check: check-recursive 672all-am: Makefile config.h 673installdirs: installdirs-recursive 674installdirs-am: 675install: install-recursive 676install-exec: install-exec-recursive 677install-data: install-data-recursive 678uninstall: uninstall-recursive 679 680install-am: all-am 681 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 682 683installcheck: installcheck-recursive 684install-strip: 685 if test -z '$(STRIP)'; then \ 686 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 687 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 688 install; \ 689 else \ 690 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 691 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 692 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 693 fi 694mostlyclean-generic: 695 696clean-generic: 697 698distclean-generic: 699 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 700 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 701 702maintainer-clean-generic: 703 @echo "This command is intended for maintainers to use" 704 @echo "it deletes files that may require special tools to rebuild." 705 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 706clean: clean-recursive 707 708clean-am: clean-generic clean-libtool mostlyclean-am 709 710distclean: distclean-recursive 711 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 712 -rm -f Makefile 713distclean-am: clean-am distclean-generic distclean-hdr \ 714 distclean-libtool distclean-tags 715 716dvi: dvi-recursive 717 718dvi-am: 719 720html: html-recursive 721 722html-am: 723 724info: info-recursive 725 726info-am: 727 728install-data-am: 729 730install-dvi: install-dvi-recursive 731 732install-dvi-am: 733 734install-exec-am: 735 736install-html: install-html-recursive 737 738install-html-am: 739 740install-info: install-info-recursive 741 742install-info-am: 743 744install-man: 745 746install-pdf: install-pdf-recursive 747 748install-pdf-am: 749 750install-ps: install-ps-recursive 751 752install-ps-am: 753 754installcheck-am: 755 756maintainer-clean: maintainer-clean-recursive 757 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 758 -rm -rf $(top_srcdir)/autom4te.cache 759 -rm -f Makefile 760maintainer-clean-am: distclean-am maintainer-clean-generic 761 762mostlyclean: mostlyclean-recursive 763 764mostlyclean-am: mostlyclean-generic mostlyclean-libtool 765 766pdf: pdf-recursive 767 768pdf-am: 769 770ps: ps-recursive 771 772ps-am: 773 774uninstall-am: 775 776.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 777 ctags-recursive install-am install-strip tags-recursive 778 779.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 780 all all-am am--refresh check check-am clean clean-generic \ 781 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 782 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ 783 dist-xz dist-zip distcheck distclean distclean-generic \ 784 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 785 distdir distuninstallcheck dvi dvi-am html html-am info \ 786 info-am install install-am install-data install-data-am \ 787 install-dvi install-dvi-am install-exec install-exec-am \ 788 install-html install-html-am install-info install-info-am \ 789 install-man install-pdf install-pdf-am install-ps \ 790 install-ps-am install-strip installcheck installcheck-am \ 791 installdirs installdirs-am maintainer-clean \ 792 maintainer-clean-generic mostlyclean mostlyclean-generic \ 793 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 794 uninstall uninstall-am 795 796 797.PHONY: ChangeLog INSTALL 798 799INSTALL: 800 $(INSTALL_CMD) 801 802ChangeLog: 803 $(CHANGELOG_CMD) 804 805dist-hook: ChangeLog INSTALL 806 807# Tell versions [3.59,3.63) of GNU make to not export all variables. 808# Otherwise a system limit (for SysV at least) may be exceeded. 809.NOEXPORT: 810