Makefile.in revision c06b6b69
1# Makefile.in generated by automake 1.9.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005 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. 36srcdir = @srcdir@ 37top_srcdir = @top_srcdir@ 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkglibdir = $(libdir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42top_builddir = . 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44INSTALL = @INSTALL@ 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 59 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 60 $(top_srcdir)/configure COPYING ChangeLog compile config.guess \ 61 config.sub depcomp install-sh ltmain.sh missing 62subdir = . 63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64am__aclocal_m4_deps = $(top_srcdir)/configure.ac 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 68 configure.lineno configure.status.lineno 69mkinstalldirs = $(install_sh) -d 70CONFIG_HEADER = config.h 71CONFIG_CLEAN_FILES = 72SOURCES = 73DIST_SOURCES = 74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 75 html-recursive info-recursive install-data-recursive \ 76 install-exec-recursive install-info-recursive \ 77 install-recursive installcheck-recursive installdirs-recursive \ 78 pdf-recursive ps-recursive uninstall-info-recursive \ 79 uninstall-recursive 80ETAGS = etags 81CTAGS = ctags 82DIST_SUBDIRS = $(SUBDIRS) 83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 84distdir = $(PACKAGE)-$(VERSION) 85top_distdir = $(distdir) 86am__remove_distdir = \ 87 { test ! -d $(distdir) \ 88 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 89 && rm -fr $(distdir); }; } 90DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 91GZIP_ENV = --best 92distuninstallcheck_listfiles = find . -type f -print 93distcleancheck_listfiles = find . -type f -print 94ACLOCAL = @ACLOCAL@ 95ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 96ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 97AMDEP_FALSE = @AMDEP_FALSE@ 98AMDEP_TRUE = @AMDEP_TRUE@ 99AMTAR = @AMTAR@ 100APP_MAN_DIR = @APP_MAN_DIR@ 101APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 102AR = @AR@ 103AUTOCONF = @AUTOCONF@ 104AUTOHEADER = @AUTOHEADER@ 105AUTOMAKE = @AUTOMAKE@ 106AWK = @AWK@ 107BUILD_LINUXDOC_FALSE = @BUILD_LINUXDOC_FALSE@ 108BUILD_LINUXDOC_TRUE = @BUILD_LINUXDOC_TRUE@ 109BUILD_PDFDOC_FALSE = @BUILD_PDFDOC_FALSE@ 110BUILD_PDFDOC_TRUE = @BUILD_PDFDOC_TRUE@ 111BUILD_UTILS_FALSE = @BUILD_UTILS_FALSE@ 112BUILD_UTILS_TRUE = @BUILD_UTILS_TRUE@ 113CC = @CC@ 114CCDEPMODE = @CCDEPMODE@ 115CFLAGS = @CFLAGS@ 116CPP = @CPP@ 117CPPFLAGS = @CPPFLAGS@ 118CXX = @CXX@ 119CXXCPP = @CXXCPP@ 120CXXDEPMODE = @CXXDEPMODE@ 121CXXFLAGS = @CXXFLAGS@ 122CYGPATH_W = @CYGPATH_W@ 123DEFS = @DEFS@ 124DEPDIR = @DEPDIR@ 125DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 126DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 127DRIVER_NAME = @DRIVER_NAME@ 128ECHO = @ECHO@ 129ECHO_C = @ECHO_C@ 130ECHO_N = @ECHO_N@ 131ECHO_T = @ECHO_T@ 132EGREP = @EGREP@ 133EXEEXT = @EXEEXT@ 134F77 = @F77@ 135FFLAGS = @FFLAGS@ 136FILE_MAN_DIR = @FILE_MAN_DIR@ 137FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 138INSTALL_DATA = @INSTALL_DATA@ 139INSTALL_PROGRAM = @INSTALL_PROGRAM@ 140INSTALL_SCRIPT = @INSTALL_SCRIPT@ 141INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 142LDFLAGS = @LDFLAGS@ 143LIBOBJS = @LIBOBJS@ 144LIBS = @LIBS@ 145LIBTOOL = @LIBTOOL@ 146LIB_MAN_DIR = @LIB_MAN_DIR@ 147LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 148LINUXDOC = @LINUXDOC@ 149LN_S = @LN_S@ 150LTLIBOBJS = @LTLIBOBJS@ 151MAINT = @MAINT@ 152MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 153MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 154MAKEINFO = @MAKEINFO@ 155MAKE_HTML = @MAKE_HTML@ 156MAKE_PDF = @MAKE_PDF@ 157MAKE_PS = @MAKE_PS@ 158MAKE_TEXT = @MAKE_TEXT@ 159MISC_MAN_DIR = @MISC_MAN_DIR@ 160MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 161OBJEXT = @OBJEXT@ 162PACKAGE = @PACKAGE@ 163PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 164PACKAGE_NAME = @PACKAGE_NAME@ 165PACKAGE_STRING = @PACKAGE_STRING@ 166PACKAGE_TARNAME = @PACKAGE_TARNAME@ 167PACKAGE_VERSION = @PACKAGE_VERSION@ 168PATH_SEPARATOR = @PATH_SEPARATOR@ 169PKG_CONFIG = @PKG_CONFIG@ 170PS2PDF = @PS2PDF@ 171RANLIB = @RANLIB@ 172SET_MAKE = @SET_MAKE@ 173SHELL = @SHELL@ 174STRIP = @STRIP@ 175VERSION = @VERSION@ 176XORG_CFLAGS = @XORG_CFLAGS@ 177XORG_LIBS = @XORG_LIBS@ 178ac_ct_AR = @ac_ct_AR@ 179ac_ct_CC = @ac_ct_CC@ 180ac_ct_CXX = @ac_ct_CXX@ 181ac_ct_F77 = @ac_ct_F77@ 182ac_ct_RANLIB = @ac_ct_RANLIB@ 183ac_ct_STRIP = @ac_ct_STRIP@ 184ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 185am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 186am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 187am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 188am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 189am__include = @am__include@ 190am__leading_dot = @am__leading_dot@ 191am__quote = @am__quote@ 192am__tar = @am__tar@ 193am__untar = @am__untar@ 194bindir = @bindir@ 195build = @build@ 196build_alias = @build_alias@ 197build_cpu = @build_cpu@ 198build_os = @build_os@ 199build_vendor = @build_vendor@ 200datadir = @datadir@ 201exec_prefix = @exec_prefix@ 202host = @host@ 203host_alias = @host_alias@ 204host_cpu = @host_cpu@ 205host_os = @host_os@ 206host_vendor = @host_vendor@ 207includedir = @includedir@ 208infodir = @infodir@ 209install_sh = @install_sh@ 210libdir = @libdir@ 211libexecdir = @libexecdir@ 212localstatedir = @localstatedir@ 213mandir = @mandir@ 214mkdir_p = @mkdir_p@ 215moduledir = @moduledir@ 216oldincludedir = @oldincludedir@ 217prefix = @prefix@ 218program_transform_name = @program_transform_name@ 219sbindir = @sbindir@ 220sharedstatedir = @sharedstatedir@ 221sysconfdir = @sysconfdir@ 222target_alias = @target_alias@ 223AUTOMAKE_OPTIONS = foreign 224SUBDIRS = src man util 225EXTRA_DIST = README.sgml 226all: config.h 227 $(MAKE) $(AM_MAKEFLAGS) all-recursive 228 229.SUFFIXES: 230am--refresh: 231 @: 232$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 233 @for dep in $?; do \ 234 case '$(am__configure_deps)' in \ 235 *$$dep*) \ 236 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 237 cd $(srcdir) && $(AUTOMAKE) --foreign \ 238 && exit 0; \ 239 exit 1;; \ 240 esac; \ 241 done; \ 242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 243 cd $(top_srcdir) && \ 244 $(AUTOMAKE) --foreign Makefile 245.PRECIOUS: Makefile 246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 247 @case '$?' in \ 248 *config.status*) \ 249 echo ' $(SHELL) ./config.status'; \ 250 $(SHELL) ./config.status;; \ 251 *) \ 252 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 253 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 254 esac; 255 256$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 257 $(SHELL) ./config.status --recheck 258 259$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 260 cd $(srcdir) && $(AUTOCONF) 261$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 262 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 263 264config.h: stamp-h1 265 @if test ! -f $@; then \ 266 rm -f stamp-h1; \ 267 $(MAKE) stamp-h1; \ 268 else :; fi 269 270stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 271 @rm -f stamp-h1 272 cd $(top_builddir) && $(SHELL) ./config.status config.h 273$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 274 cd $(top_srcdir) && $(AUTOHEADER) 275 rm -f stamp-h1 276 touch $@ 277 278distclean-hdr: 279 -rm -f config.h stamp-h1 280 281mostlyclean-libtool: 282 -rm -f *.lo 283 284clean-libtool: 285 -rm -rf .libs _libs 286 287distclean-libtool: 288 -rm -f libtool 289uninstall-info-am: 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 322mostlyclean-recursive clean-recursive distclean-recursive \ 323maintainer-clean-recursive: 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; } \ 368 END { 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; } \ 394 END { 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 here=`pwd`; \ 405 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 406 unique=`for i in $$list; do \ 407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 408 done | \ 409 $(AWK) ' { files[$$0] = 1; } \ 410 END { for (i in files) print i; }'`; \ 411 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 412 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 413 $$tags $$unique 414 415GTAGS: 416 here=`$(am__cd) $(top_builddir) && pwd` \ 417 && cd $(top_srcdir) \ 418 && gtags -i $(GTAGS_ARGS) $$here 419 420distclean-tags: 421 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 422 423distdir: $(DISTFILES) 424 $(am__remove_distdir) 425 mkdir $(distdir) 426 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 427 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 428 list='$(DISTFILES)'; for file in $$list; do \ 429 case $$file in \ 430 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 431 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 432 esac; \ 433 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 434 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 435 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 436 dir="/$$dir"; \ 437 $(mkdir_p) "$(distdir)$$dir"; \ 438 else \ 439 dir=''; \ 440 fi; \ 441 if test -d $$d/$$file; then \ 442 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 443 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 444 fi; \ 445 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 446 else \ 447 test -f $(distdir)/$$file \ 448 || cp -p $$d/$$file $(distdir)/$$file \ 449 || exit 1; \ 450 fi; \ 451 done 452 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 453 if test "$$subdir" = .; then :; else \ 454 test -d "$(distdir)/$$subdir" \ 455 || $(mkdir_p) "$(distdir)/$$subdir" \ 456 || exit 1; \ 457 distdir=`$(am__cd) $(distdir) && pwd`; \ 458 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 459 (cd $$subdir && \ 460 $(MAKE) $(AM_MAKEFLAGS) \ 461 top_distdir="$$top_distdir" \ 462 distdir="$$distdir/$$subdir" \ 463 distdir) \ 464 || exit 1; \ 465 fi; \ 466 done 467 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 468 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 469 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 470 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 471 || chmod -R a+r $(distdir) 472dist-gzip: distdir 473 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 474 $(am__remove_distdir) 475dist-bzip2: distdir 476 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 477 $(am__remove_distdir) 478 479dist-tarZ: distdir 480 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 481 $(am__remove_distdir) 482 483dist-shar: distdir 484 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 485 $(am__remove_distdir) 486 487dist-zip: distdir 488 -rm -f $(distdir).zip 489 zip -rq $(distdir).zip $(distdir) 490 $(am__remove_distdir) 491 492dist dist-all: distdir 493 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 494 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 495 $(am__remove_distdir) 496 497# This target untars the dist file and tries a VPATH configuration. Then 498# it guarantees that the distribution is self-contained by making another 499# tarfile. 500distcheck: dist 501 case '$(DIST_ARCHIVES)' in \ 502 *.tar.gz*) \ 503 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 504 *.tar.bz2*) \ 505 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 506 *.tar.Z*) \ 507 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 508 *.shar.gz*) \ 509 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 510 *.zip*) \ 511 unzip $(distdir).zip ;;\ 512 esac 513 chmod -R a-w $(distdir); chmod a+w $(distdir) 514 mkdir $(distdir)/_build 515 mkdir $(distdir)/_inst 516 chmod a-w $(distdir) 517 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 518 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 519 && cd $(distdir)/_build \ 520 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 521 $(DISTCHECK_CONFIGURE_FLAGS) \ 522 && $(MAKE) $(AM_MAKEFLAGS) \ 523 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 524 && $(MAKE) $(AM_MAKEFLAGS) check \ 525 && $(MAKE) $(AM_MAKEFLAGS) install \ 526 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 527 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 528 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 529 distuninstallcheck \ 530 && chmod -R a-w "$$dc_install_base" \ 531 && ({ \ 532 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 533 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 534 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 535 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 536 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 537 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 538 && rm -rf "$$dc_destdir" \ 539 && $(MAKE) $(AM_MAKEFLAGS) dist \ 540 && rm -rf $(DIST_ARCHIVES) \ 541 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 542 $(am__remove_distdir) 543 @(echo "$(distdir) archives ready for distribution: "; \ 544 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 545 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 546distuninstallcheck: 547 @cd $(distuninstallcheck_dir) \ 548 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 549 || { echo "ERROR: files left after uninstall:" ; \ 550 if test -n "$(DESTDIR)"; then \ 551 echo " (check DESTDIR support)"; \ 552 fi ; \ 553 $(distuninstallcheck_listfiles) ; \ 554 exit 1; } >&2 555distcleancheck: distclean 556 @if test '$(srcdir)' = . ; then \ 557 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 558 exit 1 ; \ 559 fi 560 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 561 || { echo "ERROR: files left in build directory after distclean:" ; \ 562 $(distcleancheck_listfiles) ; \ 563 exit 1; } >&2 564check-am: all-am 565check: check-recursive 566all-am: Makefile config.h 567installdirs: installdirs-recursive 568installdirs-am: 569install: install-recursive 570install-exec: install-exec-recursive 571install-data: install-data-recursive 572uninstall: uninstall-recursive 573 574install-am: all-am 575 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 576 577installcheck: installcheck-recursive 578install-strip: 579 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 580 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 581 `test -z '$(STRIP)' || \ 582 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 583mostlyclean-generic: 584 585clean-generic: 586 587distclean-generic: 588 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 589 590maintainer-clean-generic: 591 @echo "This command is intended for maintainers to use" 592 @echo "it deletes files that may require special tools to rebuild." 593clean: clean-recursive 594 595clean-am: clean-generic clean-libtool mostlyclean-am 596 597distclean: distclean-recursive 598 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 599 -rm -f Makefile 600distclean-am: clean-am distclean-generic distclean-hdr \ 601 distclean-libtool distclean-tags 602 603dvi: dvi-recursive 604 605dvi-am: 606 607html: html-recursive 608 609info: info-recursive 610 611info-am: 612 613install-data-am: 614 615install-exec-am: 616 617install-info: install-info-recursive 618 619install-man: 620 621installcheck-am: 622 623maintainer-clean: maintainer-clean-recursive 624 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 625 -rm -rf $(top_srcdir)/autom4te.cache 626 -rm -f Makefile 627maintainer-clean-am: distclean-am maintainer-clean-generic 628 629mostlyclean: mostlyclean-recursive 630 631mostlyclean-am: mostlyclean-generic mostlyclean-libtool 632 633pdf: pdf-recursive 634 635pdf-am: 636 637ps: ps-recursive 638 639ps-am: 640 641uninstall-am: uninstall-info-am 642 643uninstall-info: uninstall-info-recursive 644 645.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 646 check-am clean clean-generic clean-libtool clean-recursive \ 647 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 648 dist-shar dist-tarZ dist-zip distcheck distclean \ 649 distclean-generic distclean-hdr distclean-libtool \ 650 distclean-recursive distclean-tags distcleancheck distdir \ 651 distuninstallcheck dvi dvi-am html html-am info info-am \ 652 install install-am install-data install-data-am install-exec \ 653 install-exec-am install-info install-info-am install-man \ 654 install-strip installcheck installcheck-am installdirs \ 655 installdirs-am maintainer-clean maintainer-clean-generic \ 656 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 657 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 658 tags tags-recursive uninstall uninstall-am uninstall-info-am 659 660 661@BUILD_LINUXDOC_TRUE@README: README.sgml 662@BUILD_LINUXDOC_TRUE@ $(MAKE_TEXT) README.sgml && mv README.txt README 663# Tell versions [3.59,3.63) of GNU make to not export all variables. 664# Otherwise a system limit (for SysV at least) may be exceeded. 665.NOEXPORT: 666