Makefile.in revision 7104f784
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 92ACLOCAL = @ACLOCAL@ 93ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 94ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 95AMTAR = @AMTAR@ 96APP_MAN_DIR = @APP_MAN_DIR@ 97APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 98AR = @AR@ 99AUTOCONF = @AUTOCONF@ 100AUTOHEADER = @AUTOHEADER@ 101AUTOMAKE = @AUTOMAKE@ 102AWK = @AWK@ 103CC = @CC@ 104CCDEPMODE = @CCDEPMODE@ 105CFLAGS = @CFLAGS@ 106CHANGELOG_CMD = @CHANGELOG_CMD@ 107CPP = @CPP@ 108CPPFLAGS = @CPPFLAGS@ 109CWARNFLAGS = @CWARNFLAGS@ 110CXX = @CXX@ 111CXXCPP = @CXXCPP@ 112CXXDEPMODE = @CXXDEPMODE@ 113CXXFLAGS = @CXXFLAGS@ 114CYGPATH_W = @CYGPATH_W@ 115DEFS = @DEFS@ 116DEPDIR = @DEPDIR@ 117DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 118DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 119DRIVER_NAME = @DRIVER_NAME@ 120DSYMUTIL = @DSYMUTIL@ 121ECHO = @ECHO@ 122ECHO_C = @ECHO_C@ 123ECHO_N = @ECHO_N@ 124ECHO_T = @ECHO_T@ 125EGREP = @EGREP@ 126EXEEXT = @EXEEXT@ 127F77 = @F77@ 128FFLAGS = @FFLAGS@ 129FILE_MAN_DIR = @FILE_MAN_DIR@ 130FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 131GREP = @GREP@ 132INSTALL = @INSTALL@ 133INSTALL_DATA = @INSTALL_DATA@ 134INSTALL_PROGRAM = @INSTALL_PROGRAM@ 135INSTALL_SCRIPT = @INSTALL_SCRIPT@ 136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 137LDFLAGS = @LDFLAGS@ 138LIBOBJS = @LIBOBJS@ 139LIBS = @LIBS@ 140LIBTOOL = @LIBTOOL@ 141LIB_MAN_DIR = @LIB_MAN_DIR@ 142LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 143LN_S = @LN_S@ 144LTLIBOBJS = @LTLIBOBJS@ 145MAINT = @MAINT@ 146MAKEINFO = @MAKEINFO@ 147MISC_MAN_DIR = @MISC_MAN_DIR@ 148MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 149MKDIR_P = @MKDIR_P@ 150NMEDIT = @NMEDIT@ 151OBJEXT = @OBJEXT@ 152PACKAGE = @PACKAGE@ 153PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 154PACKAGE_NAME = @PACKAGE_NAME@ 155PACKAGE_STRING = @PACKAGE_STRING@ 156PACKAGE_TARNAME = @PACKAGE_TARNAME@ 157PACKAGE_VERSION = @PACKAGE_VERSION@ 158PATH_SEPARATOR = @PATH_SEPARATOR@ 159PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 160PCIACCESS_LIBS = @PCIACCESS_LIBS@ 161PKG_CONFIG = @PKG_CONFIG@ 162RANLIB = @RANLIB@ 163SED = @SED@ 164SET_MAKE = @SET_MAKE@ 165SHELL = @SHELL@ 166STRIP = @STRIP@ 167VERSION = @VERSION@ 168XORG_CFLAGS = @XORG_CFLAGS@ 169XORG_LIBS = @XORG_LIBS@ 170abs_builddir = @abs_builddir@ 171abs_srcdir = @abs_srcdir@ 172abs_top_builddir = @abs_top_builddir@ 173abs_top_srcdir = @abs_top_srcdir@ 174ac_ct_CC = @ac_ct_CC@ 175ac_ct_CXX = @ac_ct_CXX@ 176ac_ct_F77 = @ac_ct_F77@ 177am__include = @am__include@ 178am__leading_dot = @am__leading_dot@ 179am__quote = @am__quote@ 180am__tar = @am__tar@ 181am__untar = @am__untar@ 182bindir = @bindir@ 183build = @build@ 184build_alias = @build_alias@ 185build_cpu = @build_cpu@ 186build_os = @build_os@ 187build_vendor = @build_vendor@ 188builddir = @builddir@ 189datadir = @datadir@ 190datarootdir = @datarootdir@ 191distcleancheck_listfiles = @distcleancheck_listfiles@ 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@ 208mandir = @mandir@ 209mkdir_p = @mkdir_p@ 210moduledir = @moduledir@ 211oldincludedir = @oldincludedir@ 212pdfdir = @pdfdir@ 213prefix = @prefix@ 214program_transform_name = @program_transform_name@ 215psdir = @psdir@ 216sbindir = @sbindir@ 217sharedstatedir = @sharedstatedir@ 218srcdir = @srcdir@ 219sysconfdir = @sysconfdir@ 220target_alias = @target_alias@ 221top_build_prefix = @top_build_prefix@ 222top_builddir = @top_builddir@ 223top_srcdir = @top_srcdir@ 224AUTOMAKE_OPTIONS = foreign 225SUBDIRS = src man 226EXTRA_DIST = ChangeLog CALLMAP Release.txt 227MAINTAINERCLEANFILES = ChangeLog 228all: config.h 229 $(MAKE) $(AM_MAKEFLAGS) all-recursive 230 231.SUFFIXES: 232am--refresh: 233 @: 234$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 235 @for dep in $?; do \ 236 case '$(am__configure_deps)' in \ 237 *$$dep*) \ 238 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 239 cd $(srcdir) && $(AUTOMAKE) --foreign \ 240 && exit 0; \ 241 exit 1;; \ 242 esac; \ 243 done; \ 244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 245 cd $(top_srcdir) && \ 246 $(AUTOMAKE) --foreign Makefile 247.PRECIOUS: Makefile 248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 249 @case '$?' in \ 250 *config.status*) \ 251 echo ' $(SHELL) ./config.status'; \ 252 $(SHELL) ./config.status;; \ 253 *) \ 254 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 255 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 256 esac; 257 258$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 259 $(SHELL) ./config.status --recheck 260 261$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 262 cd $(srcdir) && $(AUTOCONF) 263$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 264 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 265 266config.h: stamp-h1 267 @if test ! -f $@; then \ 268 rm -f stamp-h1; \ 269 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 270 else :; fi 271 272stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 273 @rm -f stamp-h1 274 cd $(top_builddir) && $(SHELL) ./config.status config.h 275$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 276 cd $(top_srcdir) && $(AUTOHEADER) 277 rm -f stamp-h1 278 touch $@ 279 280distclean-hdr: 281 -rm -f config.h stamp-h1 282 283mostlyclean-libtool: 284 -rm -f *.lo 285 286clean-libtool: 287 -rm -rf .libs _libs 288 289distclean-libtool: 290 -rm -f libtool config.lt 291 292# This directory's subdirectories are mostly independent; you can cd 293# into them and run `make' without going through this Makefile. 294# To change the values of `make' variables: instead of editing Makefiles, 295# (1) if the variable is set in `config.status', edit `config.status' 296# (which will cause the Makefiles to be regenerated when you run `make'); 297# (2) otherwise, pass the desired values on the `make' command line. 298$(RECURSIVE_TARGETS): 299 @failcom='exit 1'; \ 300 for f in x $$MAKEFLAGS; do \ 301 case $$f in \ 302 *=* | --[!k]*);; \ 303 *k*) failcom='fail=yes';; \ 304 esac; \ 305 done; \ 306 dot_seen=no; \ 307 target=`echo $@ | sed s/-recursive//`; \ 308 list='$(SUBDIRS)'; for subdir in $$list; do \ 309 echo "Making $$target in $$subdir"; \ 310 if test "$$subdir" = "."; then \ 311 dot_seen=yes; \ 312 local_target="$$target-am"; \ 313 else \ 314 local_target="$$target"; \ 315 fi; \ 316 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 317 || eval $$failcom; \ 318 done; \ 319 if test "$$dot_seen" = "no"; then \ 320 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 321 fi; test -z "$$fail" 322 323$(RECURSIVE_CLEAN_TARGETS): 324 @failcom='exit 1'; \ 325 for f in x $$MAKEFLAGS; do \ 326 case $$f in \ 327 *=* | --[!k]*);; \ 328 *k*) failcom='fail=yes';; \ 329 esac; \ 330 done; \ 331 dot_seen=no; \ 332 case "$@" in \ 333 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 334 *) list='$(SUBDIRS)' ;; \ 335 esac; \ 336 rev=''; for subdir in $$list; do \ 337 if test "$$subdir" = "."; then :; else \ 338 rev="$$subdir $$rev"; \ 339 fi; \ 340 done; \ 341 rev="$$rev ."; \ 342 target=`echo $@ | sed s/-recursive//`; \ 343 for subdir in $$rev; do \ 344 echo "Making $$target in $$subdir"; \ 345 if test "$$subdir" = "."; then \ 346 local_target="$$target-am"; \ 347 else \ 348 local_target="$$target"; \ 349 fi; \ 350 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 351 || eval $$failcom; \ 352 done && test -z "$$fail" 353tags-recursive: 354 list='$(SUBDIRS)'; for subdir in $$list; do \ 355 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 356 done 357ctags-recursive: 358 list='$(SUBDIRS)'; for subdir in $$list; do \ 359 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 360 done 361 362ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 364 unique=`for i in $$list; do \ 365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 366 done | \ 367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 368 END { if (nonempty) { for (i in files) print i; }; }'`; \ 369 mkid -fID $$unique 370tags: TAGS 371 372TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 373 $(TAGS_FILES) $(LISP) 374 tags=; \ 375 here=`pwd`; \ 376 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 377 include_option=--etags-include; \ 378 empty_fix=.; \ 379 else \ 380 include_option=--include; \ 381 empty_fix=; \ 382 fi; \ 383 list='$(SUBDIRS)'; for subdir in $$list; do \ 384 if test "$$subdir" = .; then :; else \ 385 test ! -f $$subdir/TAGS || \ 386 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 387 fi; \ 388 done; \ 389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 390 unique=`for i in $$list; do \ 391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 392 done | \ 393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 394 END { if (nonempty) { for (i in files) print i; }; }'`; \ 395 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 396 test -n "$$unique" || unique=$$empty_fix; \ 397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 398 $$tags $$unique; \ 399 fi 400ctags: CTAGS 401CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 402 $(TAGS_FILES) $(LISP) 403 tags=; \ 404 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 405 unique=`for i in $$list; do \ 406 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 407 done | \ 408 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 409 END { if (nonempty) { for (i in files) print i; }; }'`; \ 410 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 411 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 412 $$tags $$unique 413 414GTAGS: 415 here=`$(am__cd) $(top_builddir) && pwd` \ 416 && cd $(top_srcdir) \ 417 && gtags -i $(GTAGS_ARGS) $$here 418 419distclean-tags: 420 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 421 422distdir: $(DISTFILES) 423 $(am__remove_distdir) 424 test -d $(distdir) || mkdir $(distdir) 425 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 426 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 427 list='$(DISTFILES)'; \ 428 dist_files=`for file in $$list; do echo $$file; done | \ 429 sed -e "s|^$$srcdirstrip/||;t" \ 430 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 431 case $$dist_files in \ 432 */*) $(MKDIR_P) `echo "$$dist_files" | \ 433 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 434 sort -u` ;; \ 435 esac; \ 436 for file in $$dist_files; do \ 437 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 438 if test -d $$d/$$file; then \ 439 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 440 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 441 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 442 fi; \ 443 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 444 else \ 445 test -f $(distdir)/$$file \ 446 || cp -p $$d/$$file $(distdir)/$$file \ 447 || exit 1; \ 448 fi; \ 449 done 450 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 451 if test "$$subdir" = .; then :; else \ 452 test -d "$(distdir)/$$subdir" \ 453 || $(MKDIR_P) "$(distdir)/$$subdir" \ 454 || exit 1; \ 455 distdir=`$(am__cd) $(distdir) && pwd`; \ 456 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 457 (cd $$subdir && \ 458 $(MAKE) $(AM_MAKEFLAGS) \ 459 top_distdir="$$top_distdir" \ 460 distdir="$$distdir/$$subdir" \ 461 am__remove_distdir=: \ 462 am__skip_length_check=: \ 463 distdir) \ 464 || exit 1; \ 465 fi; \ 466 done 467 $(MAKE) $(AM_MAKEFLAGS) \ 468 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 469 dist-hook 470 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 471 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 472 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 473 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 474 || chmod -R a+r $(distdir) 475dist-gzip: distdir 476 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 477 $(am__remove_distdir) 478dist-bzip2: distdir 479 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 480 $(am__remove_distdir) 481 482dist-lzma: distdir 483 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 484 $(am__remove_distdir) 485 486dist-tarZ: distdir 487 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 488 $(am__remove_distdir) 489 490dist-shar: distdir 491 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 492 $(am__remove_distdir) 493 494dist-zip: distdir 495 -rm -f $(distdir).zip 496 zip -rq $(distdir).zip $(distdir) 497 $(am__remove_distdir) 498 499dist dist-all: distdir 500 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 501 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 502 $(am__remove_distdir) 503 504# This target untars the dist file and tries a VPATH configuration. Then 505# it guarantees that the distribution is self-contained by making another 506# tarfile. 507distcheck: dist 508 case '$(DIST_ARCHIVES)' in \ 509 *.tar.gz*) \ 510 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 511 *.tar.bz2*) \ 512 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 513 *.tar.lzma*) \ 514 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 515 *.tar.Z*) \ 516 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 517 *.shar.gz*) \ 518 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 519 *.zip*) \ 520 unzip $(distdir).zip ;;\ 521 esac 522 chmod -R a-w $(distdir); chmod a+w $(distdir) 523 mkdir $(distdir)/_build 524 mkdir $(distdir)/_inst 525 chmod a-w $(distdir) 526 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 527 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 528 && cd $(distdir)/_build \ 529 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 530 $(DISTCHECK_CONFIGURE_FLAGS) \ 531 && $(MAKE) $(AM_MAKEFLAGS) \ 532 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 533 && $(MAKE) $(AM_MAKEFLAGS) check \ 534 && $(MAKE) $(AM_MAKEFLAGS) install \ 535 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 536 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 537 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 538 distuninstallcheck \ 539 && chmod -R a-w "$$dc_install_base" \ 540 && ({ \ 541 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 542 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 543 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 544 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 545 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 546 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 547 && rm -rf "$$dc_destdir" \ 548 && $(MAKE) $(AM_MAKEFLAGS) dist \ 549 && rm -rf $(DIST_ARCHIVES) \ 550 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 551 $(am__remove_distdir) 552 @(echo "$(distdir) archives ready for distribution: "; \ 553 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 554 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 555distuninstallcheck: 556 @cd $(distuninstallcheck_dir) \ 557 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 558 || { echo "ERROR: files left after uninstall:" ; \ 559 if test -n "$(DESTDIR)"; then \ 560 echo " (check DESTDIR support)"; \ 561 fi ; \ 562 $(distuninstallcheck_listfiles) ; \ 563 exit 1; } >&2 564distcleancheck: distclean 565 @if test '$(srcdir)' = . ; then \ 566 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 567 exit 1 ; \ 568 fi 569 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 570 || { echo "ERROR: files left in build directory after distclean:" ; \ 571 $(distcleancheck_listfiles) ; \ 572 exit 1; } >&2 573check-am: all-am 574check: check-recursive 575all-am: Makefile config.h 576installdirs: installdirs-recursive 577installdirs-am: 578install: install-recursive 579install-exec: install-exec-recursive 580install-data: install-data-recursive 581uninstall: uninstall-recursive 582 583install-am: all-am 584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 585 586installcheck: installcheck-recursive 587install-strip: 588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 590 `test -z '$(STRIP)' || \ 591 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 592mostlyclean-generic: 593 594clean-generic: 595 596distclean-generic: 597 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 598 599maintainer-clean-generic: 600 @echo "This command is intended for maintainers to use" 601 @echo "it deletes files that may require special tools to rebuild." 602 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 603clean: clean-recursive 604 605clean-am: clean-generic clean-libtool mostlyclean-am 606 607distclean: distclean-recursive 608 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 609 -rm -f Makefile 610distclean-am: clean-am distclean-generic distclean-hdr \ 611 distclean-libtool distclean-tags 612 613dvi: dvi-recursive 614 615dvi-am: 616 617html: html-recursive 618 619info: info-recursive 620 621info-am: 622 623install-data-am: 624 625install-dvi: install-dvi-recursive 626 627install-exec-am: 628 629install-html: install-html-recursive 630 631install-info: install-info-recursive 632 633install-man: 634 635install-pdf: install-pdf-recursive 636 637install-ps: install-ps-recursive 638 639installcheck-am: 640 641maintainer-clean: maintainer-clean-recursive 642 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 643 -rm -rf $(top_srcdir)/autom4te.cache 644 -rm -f Makefile 645maintainer-clean-am: distclean-am maintainer-clean-generic 646 647mostlyclean: mostlyclean-recursive 648 649mostlyclean-am: mostlyclean-generic mostlyclean-libtool 650 651pdf: pdf-recursive 652 653pdf-am: 654 655ps: ps-recursive 656 657ps-am: 658 659uninstall-am: 660 661.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 662 install-strip 663 664.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 665 all all-am am--refresh check check-am clean clean-generic \ 666 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 667 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \ 668 distcheck distclean distclean-generic distclean-hdr \ 669 distclean-libtool distclean-tags distcleancheck distdir \ 670 distuninstallcheck dvi dvi-am html html-am info info-am \ 671 install install-am install-data install-data-am install-dvi \ 672 install-dvi-am install-exec install-exec-am install-html \ 673 install-html-am install-info install-info-am install-man \ 674 install-pdf install-pdf-am install-ps install-ps-am \ 675 install-strip installcheck installcheck-am installdirs \ 676 installdirs-am maintainer-clean maintainer-clean-generic \ 677 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 678 ps ps-am tags tags-recursive uninstall uninstall-am 679 680 681.PHONY: ChangeLog 682 683ChangeLog: 684 $(CHANGELOG_CMD) 685 686dist-hook: ChangeLog 687# Tell versions [3.59,3.63) of GNU make to not export all variables. 688# Otherwise a system limit (for SysV at least) may be exceeded. 689.NOEXPORT: 690