Makefile.in revision 17a48c7c
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 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@ 111CC = @CC@ 112CCDEPMODE = @CCDEPMODE@ 113CFLAGS = @CFLAGS@ 114CPP = @CPP@ 115CPPFLAGS = @CPPFLAGS@ 116CXX = @CXX@ 117CXXCPP = @CXXCPP@ 118CXXDEPMODE = @CXXDEPMODE@ 119CXXFLAGS = @CXXFLAGS@ 120CYGPATH_W = @CYGPATH_W@ 121DEFS = @DEFS@ 122DEPDIR = @DEPDIR@ 123DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 124DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 125DRIVER_NAME = @DRIVER_NAME@ 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@ 136INCLUDES = @INCLUDES@ 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@ 147LINUXDOC = @LINUXDOC@ 148LN_S = @LN_S@ 149LTLIBOBJS = @LTLIBOBJS@ 150MAINT = @MAINT@ 151MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 152MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 153MAKEINFO = @MAKEINFO@ 154MAKE_HTML = @MAKE_HTML@ 155MAKE_PDF = @MAKE_PDF@ 156MAKE_PS = @MAKE_PS@ 157MAKE_TEXT = @MAKE_TEXT@ 158MISC_MAN_DIR = @MISC_MAN_DIR@ 159MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 160OBJEXT = @OBJEXT@ 161PACKAGE = @PACKAGE@ 162PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 163PACKAGE_NAME = @PACKAGE_NAME@ 164PACKAGE_STRING = @PACKAGE_STRING@ 165PACKAGE_TARNAME = @PACKAGE_TARNAME@ 166PACKAGE_VERSION = @PACKAGE_VERSION@ 167PATH_SEPARATOR = @PATH_SEPARATOR@ 168PKG_CONFIG = @PKG_CONFIG@ 169PS2PDF = @PS2PDF@ 170RANLIB = @RANLIB@ 171SET_MAKE = @SET_MAKE@ 172SHELL = @SHELL@ 173STRIP = @STRIP@ 174VERSION = @VERSION@ 175XF86RUSH_CFLAGS = @XF86RUSH_CFLAGS@ 176XF86RUSH_FALSE = @XF86RUSH_FALSE@ 177XF86RUSH_LIBS = @XF86RUSH_LIBS@ 178XF86RUSH_TRUE = @XF86RUSH_TRUE@ 179XORG_CFLAGS = @XORG_CFLAGS@ 180XORG_LIBS = @XORG_LIBS@ 181ac_ct_AR = @ac_ct_AR@ 182ac_ct_CC = @ac_ct_CC@ 183ac_ct_CXX = @ac_ct_CXX@ 184ac_ct_F77 = @ac_ct_F77@ 185ac_ct_RANLIB = @ac_ct_RANLIB@ 186ac_ct_STRIP = @ac_ct_STRIP@ 187ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 188am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 189am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 190am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 191am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 192am__include = @am__include@ 193am__leading_dot = @am__leading_dot@ 194am__quote = @am__quote@ 195am__tar = @am__tar@ 196am__untar = @am__untar@ 197bindir = @bindir@ 198build = @build@ 199build_alias = @build_alias@ 200build_cpu = @build_cpu@ 201build_os = @build_os@ 202build_vendor = @build_vendor@ 203datadir = @datadir@ 204exec_prefix = @exec_prefix@ 205host = @host@ 206host_alias = @host_alias@ 207host_cpu = @host_cpu@ 208host_os = @host_os@ 209host_vendor = @host_vendor@ 210includedir = @includedir@ 211infodir = @infodir@ 212install_sh = @install_sh@ 213libdir = @libdir@ 214libexecdir = @libexecdir@ 215localstatedir = @localstatedir@ 216mandir = @mandir@ 217mkdir_p = @mkdir_p@ 218moduledir = @moduledir@ 219oldincludedir = @oldincludedir@ 220prefix = @prefix@ 221program_transform_name = @program_transform_name@ 222sbindir = @sbindir@ 223sharedstatedir = @sharedstatedir@ 224sysconfdir = @sysconfdir@ 225target_alias = @target_alias@ 226AUTOMAKE_OPTIONS = foreign 227SUBDIRS = src man 228EXTRA_DIST = README.sgml 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) 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 292uninstall-info-am: 293 294# This directory's subdirectories are mostly independent; you can cd 295# into them and run `make' without going through this Makefile. 296# To change the values of `make' variables: instead of editing Makefiles, 297# (1) if the variable is set in `config.status', edit `config.status' 298# (which will cause the Makefiles to be regenerated when you run `make'); 299# (2) otherwise, pass the desired values on the `make' command line. 300$(RECURSIVE_TARGETS): 301 @failcom='exit 1'; \ 302 for f in x $$MAKEFLAGS; do \ 303 case $$f in \ 304 *=* | --[!k]*);; \ 305 *k*) failcom='fail=yes';; \ 306 esac; \ 307 done; \ 308 dot_seen=no; \ 309 target=`echo $@ | sed s/-recursive//`; \ 310 list='$(SUBDIRS)'; for subdir in $$list; do \ 311 echo "Making $$target in $$subdir"; \ 312 if test "$$subdir" = "."; then \ 313 dot_seen=yes; \ 314 local_target="$$target-am"; \ 315 else \ 316 local_target="$$target"; \ 317 fi; \ 318 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 319 || eval $$failcom; \ 320 done; \ 321 if test "$$dot_seen" = "no"; then \ 322 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 323 fi; test -z "$$fail" 324 325mostlyclean-recursive clean-recursive distclean-recursive \ 326maintainer-clean-recursive: 327 @failcom='exit 1'; \ 328 for f in x $$MAKEFLAGS; do \ 329 case $$f in \ 330 *=* | --[!k]*);; \ 331 *k*) failcom='fail=yes';; \ 332 esac; \ 333 done; \ 334 dot_seen=no; \ 335 case "$@" in \ 336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 337 *) list='$(SUBDIRS)' ;; \ 338 esac; \ 339 rev=''; for subdir in $$list; do \ 340 if test "$$subdir" = "."; then :; else \ 341 rev="$$subdir $$rev"; \ 342 fi; \ 343 done; \ 344 rev="$$rev ."; \ 345 target=`echo $@ | sed s/-recursive//`; \ 346 for subdir in $$rev; do \ 347 echo "Making $$target in $$subdir"; \ 348 if test "$$subdir" = "."; then \ 349 local_target="$$target-am"; \ 350 else \ 351 local_target="$$target"; \ 352 fi; \ 353 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 354 || eval $$failcom; \ 355 done && test -z "$$fail" 356tags-recursive: 357 list='$(SUBDIRS)'; for subdir in $$list; do \ 358 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 359 done 360ctags-recursive: 361 list='$(SUBDIRS)'; for subdir in $$list; do \ 362 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 363 done 364 365ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 366 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 367 unique=`for i in $$list; do \ 368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 369 done | \ 370 $(AWK) ' { files[$$0] = 1; } \ 371 END { for (i in files) print i; }'`; \ 372 mkid -fID $$unique 373tags: TAGS 374 375TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 376 $(TAGS_FILES) $(LISP) 377 tags=; \ 378 here=`pwd`; \ 379 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 380 include_option=--etags-include; \ 381 empty_fix=.; \ 382 else \ 383 include_option=--include; \ 384 empty_fix=; \ 385 fi; \ 386 list='$(SUBDIRS)'; for subdir in $$list; do \ 387 if test "$$subdir" = .; then :; else \ 388 test ! -f $$subdir/TAGS || \ 389 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 390 fi; \ 391 done; \ 392 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 393 unique=`for i in $$list; do \ 394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 395 done | \ 396 $(AWK) ' { files[$$0] = 1; } \ 397 END { for (i in files) print i; }'`; \ 398 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 399 test -n "$$unique" || unique=$$empty_fix; \ 400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 401 $$tags $$unique; \ 402 fi 403ctags: CTAGS 404CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 405 $(TAGS_FILES) $(LISP) 406 tags=; \ 407 here=`pwd`; \ 408 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 409 unique=`for i in $$list; do \ 410 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 411 done | \ 412 $(AWK) ' { files[$$0] = 1; } \ 413 END { for (i in files) print i; }'`; \ 414 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 415 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 416 $$tags $$unique 417 418GTAGS: 419 here=`$(am__cd) $(top_builddir) && pwd` \ 420 && cd $(top_srcdir) \ 421 && gtags -i $(GTAGS_ARGS) $$here 422 423distclean-tags: 424 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 425 426distdir: $(DISTFILES) 427 $(am__remove_distdir) 428 mkdir $(distdir) 429 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 430 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 431 list='$(DISTFILES)'; for file in $$list; do \ 432 case $$file in \ 433 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 434 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 435 esac; \ 436 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 437 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 438 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 439 dir="/$$dir"; \ 440 $(mkdir_p) "$(distdir)$$dir"; \ 441 else \ 442 dir=''; \ 443 fi; \ 444 if test -d $$d/$$file; then \ 445 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 446 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 447 fi; \ 448 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 449 else \ 450 test -f $(distdir)/$$file \ 451 || cp -p $$d/$$file $(distdir)/$$file \ 452 || exit 1; \ 453 fi; \ 454 done 455 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 456 if test "$$subdir" = .; then :; else \ 457 test -d "$(distdir)/$$subdir" \ 458 || $(mkdir_p) "$(distdir)/$$subdir" \ 459 || exit 1; \ 460 distdir=`$(am__cd) $(distdir) && pwd`; \ 461 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 462 (cd $$subdir && \ 463 $(MAKE) $(AM_MAKEFLAGS) \ 464 top_distdir="$$top_distdir" \ 465 distdir="$$distdir/$$subdir" \ 466 distdir) \ 467 || exit 1; \ 468 fi; \ 469 done 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 $(SHELL) $(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-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.Z*) \ 510 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 511 *.shar.gz*) \ 512 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 513 *.zip*) \ 514 unzip $(distdir).zip ;;\ 515 esac 516 chmod -R a-w $(distdir); chmod a+w $(distdir) 517 mkdir $(distdir)/_build 518 mkdir $(distdir)/_inst 519 chmod a-w $(distdir) 520 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 521 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 522 && cd $(distdir)/_build \ 523 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 524 $(DISTCHECK_CONFIGURE_FLAGS) \ 525 && $(MAKE) $(AM_MAKEFLAGS) \ 526 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 527 && $(MAKE) $(AM_MAKEFLAGS) check \ 528 && $(MAKE) $(AM_MAKEFLAGS) install \ 529 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 530 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 531 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 532 distuninstallcheck \ 533 && chmod -R a-w "$$dc_install_base" \ 534 && ({ \ 535 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 536 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 537 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 538 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 539 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 540 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 541 && rm -rf "$$dc_destdir" \ 542 && $(MAKE) $(AM_MAKEFLAGS) dist \ 543 && rm -rf $(DIST_ARCHIVES) \ 544 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 545 $(am__remove_distdir) 546 @(echo "$(distdir) archives ready for distribution: "; \ 547 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 548 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 549distuninstallcheck: 550 @cd $(distuninstallcheck_dir) \ 551 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 552 || { echo "ERROR: files left after uninstall:" ; \ 553 if test -n "$(DESTDIR)"; then \ 554 echo " (check DESTDIR support)"; \ 555 fi ; \ 556 $(distuninstallcheck_listfiles) ; \ 557 exit 1; } >&2 558distcleancheck: distclean 559 @if test '$(srcdir)' = . ; then \ 560 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 561 exit 1 ; \ 562 fi 563 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 564 || { echo "ERROR: files left in build directory after distclean:" ; \ 565 $(distcleancheck_listfiles) ; \ 566 exit 1; } >&2 567check-am: all-am 568check: check-recursive 569all-am: Makefile config.h 570installdirs: installdirs-recursive 571installdirs-am: 572install: install-recursive 573install-exec: install-exec-recursive 574install-data: install-data-recursive 575uninstall: uninstall-recursive 576 577install-am: all-am 578 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 579 580installcheck: installcheck-recursive 581install-strip: 582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 584 `test -z '$(STRIP)' || \ 585 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 586mostlyclean-generic: 587 588clean-generic: 589 590distclean-generic: 591 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 592 593maintainer-clean-generic: 594 @echo "This command is intended for maintainers to use" 595 @echo "it deletes files that may require special tools to rebuild." 596clean: clean-recursive 597 598clean-am: clean-generic clean-libtool mostlyclean-am 599 600distclean: distclean-recursive 601 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 602 -rm -f Makefile 603distclean-am: clean-am distclean-generic distclean-hdr \ 604 distclean-libtool distclean-tags 605 606dvi: dvi-recursive 607 608dvi-am: 609 610html: html-recursive 611 612info: info-recursive 613 614info-am: 615 616install-data-am: 617 618install-exec-am: 619 620install-info: install-info-recursive 621 622install-man: 623 624installcheck-am: 625 626maintainer-clean: maintainer-clean-recursive 627 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 628 -rm -rf $(top_srcdir)/autom4te.cache 629 -rm -f Makefile 630maintainer-clean-am: distclean-am maintainer-clean-generic 631 632mostlyclean: mostlyclean-recursive 633 634mostlyclean-am: mostlyclean-generic mostlyclean-libtool 635 636pdf: pdf-recursive 637 638pdf-am: 639 640ps: ps-recursive 641 642ps-am: 643 644uninstall-am: uninstall-info-am 645 646uninstall-info: uninstall-info-recursive 647 648.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 649 check-am clean clean-generic clean-libtool clean-recursive \ 650 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 651 dist-shar dist-tarZ dist-zip distcheck distclean \ 652 distclean-generic distclean-hdr distclean-libtool \ 653 distclean-recursive distclean-tags distcleancheck distdir \ 654 distuninstallcheck dvi dvi-am html html-am info info-am \ 655 install install-am install-data install-data-am install-exec \ 656 install-exec-am install-info install-info-am install-man \ 657 install-strip installcheck installcheck-am installdirs \ 658 installdirs-am maintainer-clean maintainer-clean-generic \ 659 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 660 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 661 tags tags-recursive uninstall uninstall-am uninstall-info-am 662 663 664@BUILD_LINUXDOC_TRUE@README: README.sgml 665@BUILD_LINUXDOC_TRUE@ $(MAKE_TEXT) README.sgml && mv README.txt README 666# Tell versions [3.59,3.63) of GNU make to not export all variables. 667# Otherwise a system limit (for SysV at least) may be exceeded. 668.NOEXPORT: 669