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