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