Makefile.in revision 1473d951
1# Makefile.in generated by automake 1.10.2 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 Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 2005 Adam Jackson. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36VPATH = @srcdir@ 37pkgdatadir = $(datadir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 41install_sh_DATA = $(install_sh) -c -m 644 42install_sh_PROGRAM = $(install_sh) -c 43install_sh_SCRIPT = $(install_sh) -c 44INSTALL_HEADER = $(INSTALL_DATA) 45transform = $(program_transform_name) 46NORMAL_INSTALL = : 47PRE_INSTALL = : 48POST_INSTALL = : 49NORMAL_UNINSTALL = : 50PRE_UNINSTALL = : 51POST_UNINSTALL = : 52build_triplet = @build@ 53host_triplet = @host@ 54subdir = . 55DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 56 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 57 $(top_srcdir)/configure COPYING ChangeLog config.guess \ 58 config.sub depcomp install-sh ltmain.sh missing 59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 60am__aclocal_m4_deps = $(top_srcdir)/configure.ac 61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 62 $(ACLOCAL_M4) 63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 64 configure.lineno config.status.lineno 65mkinstalldirs = $(install_sh) -d 66CONFIG_HEADER = config.h 67CONFIG_CLEAN_FILES = 68SOURCES = 69DIST_SOURCES = 70RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 71 html-recursive info-recursive install-data-recursive \ 72 install-dvi-recursive install-exec-recursive \ 73 install-html-recursive install-info-recursive \ 74 install-pdf-recursive install-ps-recursive install-recursive \ 75 installcheck-recursive installdirs-recursive pdf-recursive \ 76 ps-recursive uninstall-recursive 77RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 78 distclean-recursive maintainer-clean-recursive 79ETAGS = etags 80CTAGS = ctags 81DIST_SUBDIRS = $(SUBDIRS) 82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 83distdir = $(PACKAGE)-$(VERSION) 84top_distdir = $(distdir) 85am__remove_distdir = \ 86 { test ! -d $(distdir) \ 87 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 88 && rm -fr $(distdir); }; } 89DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 90GZIP_ENV = --best 91distuninstallcheck_listfiles = find . -type f -print 92distcleancheck_listfiles = find . -type f -print 93ACLOCAL = @ACLOCAL@ 94ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 95ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 96AMTAR = @AMTAR@ 97APP_MAN_DIR = @APP_MAN_DIR@ 98APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 99AR = @AR@ 100AUTOCONF = @AUTOCONF@ 101AUTOHEADER = @AUTOHEADER@ 102AUTOMAKE = @AUTOMAKE@ 103AWK = @AWK@ 104CC = @CC@ 105CCDEPMODE = @CCDEPMODE@ 106CFLAGS = @CFLAGS@ 107CPP = @CPP@ 108CPPFLAGS = @CPPFLAGS@ 109CYGPATH_W = @CYGPATH_W@ 110DEFS = @DEFS@ 111DEPDIR = @DEPDIR@ 112DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 113DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 114DRIVER_NAME = @DRIVER_NAME@ 115DRI_CFLAGS = @DRI_CFLAGS@ 116DRI_LIBS = @DRI_LIBS@ 117DSYMUTIL = @DSYMUTIL@ 118DUMPBIN = @DUMPBIN@ 119ECHO_C = @ECHO_C@ 120ECHO_N = @ECHO_N@ 121ECHO_T = @ECHO_T@ 122EGREP = @EGREP@ 123EXEEXT = @EXEEXT@ 124FGREP = @FGREP@ 125FILE_MAN_DIR = @FILE_MAN_DIR@ 126FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 127GREP = @GREP@ 128INSTALL = @INSTALL@ 129INSTALL_DATA = @INSTALL_DATA@ 130INSTALL_PROGRAM = @INSTALL_PROGRAM@ 131INSTALL_SCRIPT = @INSTALL_SCRIPT@ 132INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 133LD = @LD@ 134LDFLAGS = @LDFLAGS@ 135LIBOBJS = @LIBOBJS@ 136LIBS = @LIBS@ 137LIBTOOL = @LIBTOOL@ 138LIB_MAN_DIR = @LIB_MAN_DIR@ 139LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 140LIPO = @LIPO@ 141LN_S = @LN_S@ 142LTLIBOBJS = @LTLIBOBJS@ 143MAINT = @MAINT@ 144MAKEINFO = @MAKEINFO@ 145MISC_MAN_DIR = @MISC_MAN_DIR@ 146MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 147MKDIR_P = @MKDIR_P@ 148NM = @NM@ 149NMEDIT = @NMEDIT@ 150OBJDUMP = @OBJDUMP@ 151OBJEXT = @OBJEXT@ 152OTOOL = @OTOOL@ 153OTOOL64 = @OTOOL64@ 154PACKAGE = @PACKAGE@ 155PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 156PACKAGE_NAME = @PACKAGE_NAME@ 157PACKAGE_STRING = @PACKAGE_STRING@ 158PACKAGE_TARNAME = @PACKAGE_TARNAME@ 159PACKAGE_VERSION = @PACKAGE_VERSION@ 160PATH_SEPARATOR = @PATH_SEPARATOR@ 161PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 162PCIACCESS_LIBS = @PCIACCESS_LIBS@ 163PKG_CONFIG = @PKG_CONFIG@ 164RANLIB = @RANLIB@ 165SED = @SED@ 166SET_MAKE = @SET_MAKE@ 167SHELL = @SHELL@ 168STRIP = @STRIP@ 169VERSION = @VERSION@ 170XORG_CFLAGS = @XORG_CFLAGS@ 171XORG_LIBS = @XORG_LIBS@ 172abs_builddir = @abs_builddir@ 173abs_srcdir = @abs_srcdir@ 174abs_top_builddir = @abs_top_builddir@ 175abs_top_srcdir = @abs_top_srcdir@ 176ac_ct_CC = @ac_ct_CC@ 177ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 178am__include = @am__include@ 179am__leading_dot = @am__leading_dot@ 180am__quote = @am__quote@ 181am__tar = @am__tar@ 182am__untar = @am__untar@ 183bindir = @bindir@ 184build = @build@ 185build_alias = @build_alias@ 186build_cpu = @build_cpu@ 187build_os = @build_os@ 188build_vendor = @build_vendor@ 189builddir = @builddir@ 190datadir = @datadir@ 191datarootdir = @datarootdir@ 192docdir = @docdir@ 193dvidir = @dvidir@ 194exec_prefix = @exec_prefix@ 195host = @host@ 196host_alias = @host_alias@ 197host_cpu = @host_cpu@ 198host_os = @host_os@ 199host_vendor = @host_vendor@ 200htmldir = @htmldir@ 201includedir = @includedir@ 202infodir = @infodir@ 203install_sh = @install_sh@ 204libdir = @libdir@ 205libexecdir = @libexecdir@ 206localedir = @localedir@ 207localstatedir = @localstatedir@ 208lt_ECHO = @lt_ECHO@ 209mandir = @mandir@ 210mkdir_p = @mkdir_p@ 211moduledir = @moduledir@ 212oldincludedir = @oldincludedir@ 213pdfdir = @pdfdir@ 214prefix = @prefix@ 215program_transform_name = @program_transform_name@ 216psdir = @psdir@ 217sbindir = @sbindir@ 218sharedstatedir = @sharedstatedir@ 219srcdir = @srcdir@ 220sysconfdir = @sysconfdir@ 221target_alias = @target_alias@ 222top_build_prefix = @top_build_prefix@ 223top_builddir = @top_builddir@ 224top_srcdir = @top_srcdir@ 225AUTOMAKE_OPTIONS = foreign 226SUBDIRS = src man 227all: config.h 228 $(MAKE) $(AM_MAKEFLAGS) all-recursive 229 230.SUFFIXES: 231am--refresh: 232 @: 233$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 234 @for dep in $?; do \ 235 case '$(am__configure_deps)' in \ 236 *$$dep*) \ 237 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 238 cd $(srcdir) && $(AUTOMAKE) --foreign \ 239 && exit 0; \ 240 exit 1;; \ 241 esac; \ 242 done; \ 243 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 244 cd $(top_srcdir) && \ 245 $(AUTOMAKE) --foreign Makefile 246.PRECIOUS: Makefile 247Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 248 @case '$?' in \ 249 *config.status*) \ 250 echo ' $(SHELL) ./config.status'; \ 251 $(SHELL) ./config.status;; \ 252 *) \ 253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 254 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 255 esac; 256 257$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 258 $(SHELL) ./config.status --recheck 259 260$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 261 cd $(srcdir) && $(AUTOCONF) 262$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 263 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 264 265config.h: stamp-h1 266 @if test ! -f $@; then \ 267 rm -f stamp-h1; \ 268 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 269 else :; fi 270 271stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 272 @rm -f stamp-h1 273 cd $(top_builddir) && $(SHELL) ./config.status config.h 274$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 275 cd $(top_srcdir) && $(AUTOHEADER) 276 rm -f stamp-h1 277 touch $@ 278 279distclean-hdr: 280 -rm -f config.h stamp-h1 281 282mostlyclean-libtool: 283 -rm -f *.lo 284 285clean-libtool: 286 -rm -rf .libs _libs 287 288distclean-libtool: 289 -rm -f libtool config.lt 290 291# This directory's subdirectories are mostly independent; you can cd 292# into them and run `make' without going through this Makefile. 293# To change the values of `make' variables: instead of editing Makefiles, 294# (1) if the variable is set in `config.status', edit `config.status' 295# (which will cause the Makefiles to be regenerated when you run `make'); 296# (2) otherwise, pass the desired values on the `make' command line. 297$(RECURSIVE_TARGETS): 298 @failcom='exit 1'; \ 299 for f in x $$MAKEFLAGS; do \ 300 case $$f in \ 301 *=* | --[!k]*);; \ 302 *k*) failcom='fail=yes';; \ 303 esac; \ 304 done; \ 305 dot_seen=no; \ 306 target=`echo $@ | sed s/-recursive//`; \ 307 list='$(SUBDIRS)'; for subdir in $$list; do \ 308 echo "Making $$target in $$subdir"; \ 309 if test "$$subdir" = "."; then \ 310 dot_seen=yes; \ 311 local_target="$$target-am"; \ 312 else \ 313 local_target="$$target"; \ 314 fi; \ 315 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 316 || eval $$failcom; \ 317 done; \ 318 if test "$$dot_seen" = "no"; then \ 319 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 320 fi; test -z "$$fail" 321 322$(RECURSIVE_CLEAN_TARGETS): 323 @failcom='exit 1'; \ 324 for f in x $$MAKEFLAGS; do \ 325 case $$f in \ 326 *=* | --[!k]*);; \ 327 *k*) failcom='fail=yes';; \ 328 esac; \ 329 done; \ 330 dot_seen=no; \ 331 case "$@" in \ 332 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 333 *) list='$(SUBDIRS)' ;; \ 334 esac; \ 335 rev=''; for subdir in $$list; do \ 336 if test "$$subdir" = "."; then :; else \ 337 rev="$$subdir $$rev"; \ 338 fi; \ 339 done; \ 340 rev="$$rev ."; \ 341 target=`echo $@ | sed s/-recursive//`; \ 342 for subdir in $$rev; do \ 343 echo "Making $$target in $$subdir"; \ 344 if test "$$subdir" = "."; then \ 345 local_target="$$target-am"; \ 346 else \ 347 local_target="$$target"; \ 348 fi; \ 349 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 350 || eval $$failcom; \ 351 done && test -z "$$fail" 352tags-recursive: 353 list='$(SUBDIRS)'; for subdir in $$list; do \ 354 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 355 done 356ctags-recursive: 357 list='$(SUBDIRS)'; for subdir in $$list; do \ 358 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 359 done 360 361ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 363 unique=`for i in $$list; do \ 364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 365 done | \ 366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 367 END { if (nonempty) { for (i in files) print i; }; }'`; \ 368 mkid -fID $$unique 369tags: TAGS 370 371TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 372 $(TAGS_FILES) $(LISP) 373 tags=; \ 374 here=`pwd`; \ 375 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 376 include_option=--etags-include; \ 377 empty_fix=.; \ 378 else \ 379 include_option=--include; \ 380 empty_fix=; \ 381 fi; \ 382 list='$(SUBDIRS)'; for subdir in $$list; do \ 383 if test "$$subdir" = .; then :; else \ 384 test ! -f $$subdir/TAGS || \ 385 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 386 fi; \ 387 done; \ 388 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 389 unique=`for i in $$list; do \ 390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 391 done | \ 392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 393 END { if (nonempty) { for (i in files) print i; }; }'`; \ 394 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 395 test -n "$$unique" || unique=$$empty_fix; \ 396 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 397 $$tags $$unique; \ 398 fi 399ctags: CTAGS 400CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 401 $(TAGS_FILES) $(LISP) 402 tags=; \ 403 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 404 unique=`for i in $$list; do \ 405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 406 done | \ 407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 408 END { if (nonempty) { for (i in files) print i; }; }'`; \ 409 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 410 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 411 $$tags $$unique 412 413GTAGS: 414 here=`$(am__cd) $(top_builddir) && pwd` \ 415 && cd $(top_srcdir) \ 416 && gtags -i $(GTAGS_ARGS) $$here 417 418distclean-tags: 419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 420 421distdir: $(DISTFILES) 422 $(am__remove_distdir) 423 test -d $(distdir) || mkdir $(distdir) 424 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 425 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 426 list='$(DISTFILES)'; \ 427 dist_files=`for file in $$list; do echo $$file; done | \ 428 sed -e "s|^$$srcdirstrip/||;t" \ 429 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 430 case $$dist_files in \ 431 */*) $(MKDIR_P) `echo "$$dist_files" | \ 432 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 433 sort -u` ;; \ 434 esac; \ 435 for file in $$dist_files; do \ 436 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 437 if test -d $$d/$$file; then \ 438 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 439 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 440 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 441 fi; \ 442 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 443 else \ 444 test -f $(distdir)/$$file \ 445 || cp -p $$d/$$file $(distdir)/$$file \ 446 || exit 1; \ 447 fi; \ 448 done 449 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 450 if test "$$subdir" = .; then :; else \ 451 test -d "$(distdir)/$$subdir" \ 452 || $(MKDIR_P) "$(distdir)/$$subdir" \ 453 || exit 1; \ 454 distdir=`$(am__cd) $(distdir) && pwd`; \ 455 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 456 (cd $$subdir && \ 457 $(MAKE) $(AM_MAKEFLAGS) \ 458 top_distdir="$$top_distdir" \ 459 distdir="$$distdir/$$subdir" \ 460 am__remove_distdir=: \ 461 am__skip_length_check=: \ 462 distdir) \ 463 || exit 1; \ 464 fi; \ 465 done 466 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 467 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 468 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 469 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 470 || chmod -R a+r $(distdir) 471dist-gzip: distdir 472 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 473 $(am__remove_distdir) 474dist-bzip2: distdir 475 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 476 $(am__remove_distdir) 477 478dist-lzma: distdir 479 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 480 $(am__remove_distdir) 481 482dist-tarZ: distdir 483 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 484 $(am__remove_distdir) 485 486dist-shar: distdir 487 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 488 $(am__remove_distdir) 489 490dist-zip: distdir 491 -rm -f $(distdir).zip 492 zip -rq $(distdir).zip $(distdir) 493 $(am__remove_distdir) 494 495dist dist-all: distdir 496 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 497 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 498 $(am__remove_distdir) 499 500# This target untars the dist file and tries a VPATH configuration. Then 501# it guarantees that the distribution is self-contained by making another 502# tarfile. 503distcheck: dist 504 case '$(DIST_ARCHIVES)' in \ 505 *.tar.gz*) \ 506 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 507 *.tar.bz2*) \ 508 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 509 *.tar.lzma*) \ 510 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 511 *.tar.Z*) \ 512 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 513 *.shar.gz*) \ 514 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 515 *.zip*) \ 516 unzip $(distdir).zip ;;\ 517 esac 518 chmod -R a-w $(distdir); chmod a+w $(distdir) 519 mkdir $(distdir)/_build 520 mkdir $(distdir)/_inst 521 chmod a-w $(distdir) 522 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 523 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 524 && cd $(distdir)/_build \ 525 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 526 $(DISTCHECK_CONFIGURE_FLAGS) \ 527 && $(MAKE) $(AM_MAKEFLAGS) \ 528 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 529 && $(MAKE) $(AM_MAKEFLAGS) check \ 530 && $(MAKE) $(AM_MAKEFLAGS) install \ 531 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 532 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 533 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 534 distuninstallcheck \ 535 && chmod -R a-w "$$dc_install_base" \ 536 && ({ \ 537 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 538 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 539 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 540 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 541 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 542 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 543 && rm -rf "$$dc_destdir" \ 544 && $(MAKE) $(AM_MAKEFLAGS) dist \ 545 && rm -rf $(DIST_ARCHIVES) \ 546 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 547 $(am__remove_distdir) 548 @(echo "$(distdir) archives ready for distribution: "; \ 549 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 550 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 551distuninstallcheck: 552 @cd $(distuninstallcheck_dir) \ 553 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 554 || { echo "ERROR: files left after uninstall:" ; \ 555 if test -n "$(DESTDIR)"; then \ 556 echo " (check DESTDIR support)"; \ 557 fi ; \ 558 $(distuninstallcheck_listfiles) ; \ 559 exit 1; } >&2 560distcleancheck: distclean 561 @if test '$(srcdir)' = . ; then \ 562 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 563 exit 1 ; \ 564 fi 565 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 566 || { echo "ERROR: files left in build directory after distclean:" ; \ 567 $(distcleancheck_listfiles) ; \ 568 exit 1; } >&2 569check-am: all-am 570check: check-recursive 571all-am: Makefile config.h 572installdirs: installdirs-recursive 573installdirs-am: 574install: install-recursive 575install-exec: install-exec-recursive 576install-data: install-data-recursive 577uninstall: uninstall-recursive 578 579install-am: all-am 580 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 581 582installcheck: installcheck-recursive 583install-strip: 584 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 585 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 586 `test -z '$(STRIP)' || \ 587 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 588mostlyclean-generic: 589 590clean-generic: 591 592distclean-generic: 593 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 594 595maintainer-clean-generic: 596 @echo "This command is intended for maintainers to use" 597 @echo "it deletes files that may require special tools to rebuild." 598clean: clean-recursive 599 600clean-am: clean-generic clean-libtool mostlyclean-am 601 602distclean: distclean-recursive 603 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 604 -rm -f Makefile 605distclean-am: clean-am distclean-generic distclean-hdr \ 606 distclean-libtool distclean-tags 607 608dvi: dvi-recursive 609 610dvi-am: 611 612html: html-recursive 613 614info: info-recursive 615 616info-am: 617 618install-data-am: 619 620install-dvi: install-dvi-recursive 621 622install-exec-am: 623 624install-html: install-html-recursive 625 626install-info: install-info-recursive 627 628install-man: 629 630install-pdf: install-pdf-recursive 631 632install-ps: install-ps-recursive 633 634installcheck-am: 635 636maintainer-clean: maintainer-clean-recursive 637 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 638 -rm -rf $(top_srcdir)/autom4te.cache 639 -rm -f Makefile 640maintainer-clean-am: distclean-am maintainer-clean-generic 641 642mostlyclean: mostlyclean-recursive 643 644mostlyclean-am: mostlyclean-generic mostlyclean-libtool 645 646pdf: pdf-recursive 647 648pdf-am: 649 650ps: ps-recursive 651 652ps-am: 653 654uninstall-am: 655 656.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 657 install-strip 658 659.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 660 all all-am am--refresh check check-am clean clean-generic \ 661 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 662 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ 663 distclean distclean-generic distclean-hdr distclean-libtool \ 664 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 665 dvi-am html html-am info info-am install install-am \ 666 install-data install-data-am install-dvi install-dvi-am \ 667 install-exec install-exec-am install-html install-html-am \ 668 install-info install-info-am install-man install-pdf \ 669 install-pdf-am install-ps install-ps-am install-strip \ 670 installcheck installcheck-am installdirs installdirs-am \ 671 maintainer-clean maintainer-clean-generic mostlyclean \ 672 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 673 tags tags-recursive uninstall uninstall-am 674 675# Tell versions [3.59,3.63) of GNU make to not export all variables. 676# Otherwise a system limit (for SysV at least) may be exceeded. 677.NOEXPORT: 678