Makefile.in revision 7ce7e03c
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 92distcleancheck_listfiles = find . -type f -print 93ACLOCAL = @ACLOCAL@ 94ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 95ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 96AMTAR = @AMTAR@ 97APP_MAN_DIR = @APP_MAN_DIR@ 98APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 99AR = @AR@ 100AUTOCONF = @AUTOCONF@ 101AUTOHEADER = @AUTOHEADER@ 102AUTOMAKE = @AUTOMAKE@ 103AWK = @AWK@ 104CC = @CC@ 105CCDEPMODE = @CCDEPMODE@ 106CFLAGS = @CFLAGS@ 107CPP = @CPP@ 108CPPFLAGS = @CPPFLAGS@ 109CXX = @CXX@ 110CXXCPP = @CXXCPP@ 111CXXDEPMODE = @CXXDEPMODE@ 112CXXFLAGS = @CXXFLAGS@ 113CYGPATH_W = @CYGPATH_W@ 114DEFS = @DEFS@ 115DEPDIR = @DEPDIR@ 116DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 117DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 118DRIVER_NAME = @DRIVER_NAME@ 119DSYMUTIL = @DSYMUTIL@ 120ECHO = @ECHO@ 121ECHO_C = @ECHO_C@ 122ECHO_N = @ECHO_N@ 123ECHO_T = @ECHO_T@ 124EGREP = @EGREP@ 125EXEEXT = @EXEEXT@ 126F77 = @F77@ 127FFLAGS = @FFLAGS@ 128FILE_MAN_DIR = @FILE_MAN_DIR@ 129FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 130GREP = @GREP@ 131INSTALL = @INSTALL@ 132INSTALL_DATA = @INSTALL_DATA@ 133INSTALL_PROGRAM = @INSTALL_PROGRAM@ 134INSTALL_SCRIPT = @INSTALL_SCRIPT@ 135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 136LDFLAGS = @LDFLAGS@ 137LIBOBJS = @LIBOBJS@ 138LIBS = @LIBS@ 139LIBTOOL = @LIBTOOL@ 140LIB_MAN_DIR = @LIB_MAN_DIR@ 141LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 142LN_S = @LN_S@ 143LTLIBOBJS = @LTLIBOBJS@ 144MAINT = @MAINT@ 145MAKEINFO = @MAKEINFO@ 146MISC_MAN_DIR = @MISC_MAN_DIR@ 147MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 148MKDIR_P = @MKDIR_P@ 149NMEDIT = @NMEDIT@ 150OBJEXT = @OBJEXT@ 151PACKAGE = @PACKAGE@ 152PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 153PACKAGE_NAME = @PACKAGE_NAME@ 154PACKAGE_STRING = @PACKAGE_STRING@ 155PACKAGE_TARNAME = @PACKAGE_TARNAME@ 156PACKAGE_VERSION = @PACKAGE_VERSION@ 157PATH_SEPARATOR = @PATH_SEPARATOR@ 158PKG_CONFIG = @PKG_CONFIG@ 159RANLIB = @RANLIB@ 160SED = @SED@ 161SET_MAKE = @SET_MAKE@ 162SHELL = @SHELL@ 163STRIP = @STRIP@ 164VERSION = @VERSION@ 165XORG_CFLAGS = @XORG_CFLAGS@ 166XORG_LIBS = @XORG_LIBS@ 167abs_builddir = @abs_builddir@ 168abs_srcdir = @abs_srcdir@ 169abs_top_builddir = @abs_top_builddir@ 170abs_top_srcdir = @abs_top_srcdir@ 171ac_ct_CC = @ac_ct_CC@ 172ac_ct_CXX = @ac_ct_CXX@ 173ac_ct_F77 = @ac_ct_F77@ 174am__include = @am__include@ 175am__leading_dot = @am__leading_dot@ 176am__quote = @am__quote@ 177am__tar = @am__tar@ 178am__untar = @am__untar@ 179bindir = @bindir@ 180build = @build@ 181build_alias = @build_alias@ 182build_cpu = @build_cpu@ 183build_os = @build_os@ 184build_vendor = @build_vendor@ 185builddir = @builddir@ 186datadir = @datadir@ 187datarootdir = @datarootdir@ 188docdir = @docdir@ 189dvidir = @dvidir@ 190exec_prefix = @exec_prefix@ 191host = @host@ 192host_alias = @host_alias@ 193host_cpu = @host_cpu@ 194host_os = @host_os@ 195host_vendor = @host_vendor@ 196htmldir = @htmldir@ 197includedir = @includedir@ 198infodir = @infodir@ 199install_sh = @install_sh@ 200libdir = @libdir@ 201libexecdir = @libexecdir@ 202localedir = @localedir@ 203localstatedir = @localstatedir@ 204mandir = @mandir@ 205mkdir_p = @mkdir_p@ 206moduledir = @moduledir@ 207oldincludedir = @oldincludedir@ 208pdfdir = @pdfdir@ 209prefix = @prefix@ 210program_transform_name = @program_transform_name@ 211psdir = @psdir@ 212sbindir = @sbindir@ 213sharedstatedir = @sharedstatedir@ 214srcdir = @srcdir@ 215sysconfdir = @sysconfdir@ 216target_alias = @target_alias@ 217top_build_prefix = @top_build_prefix@ 218top_builddir = @top_builddir@ 219top_srcdir = @top_srcdir@ 220AUTOMAKE_OPTIONS = foreign 221SUBDIRS = src man 222all: config.h 223 $(MAKE) $(AM_MAKEFLAGS) all-recursive 224 225.SUFFIXES: 226am--refresh: 227 @: 228$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 229 @for dep in $?; do \ 230 case '$(am__configure_deps)' in \ 231 *$$dep*) \ 232 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 233 cd $(srcdir) && $(AUTOMAKE) --foreign \ 234 && exit 0; \ 235 exit 1;; \ 236 esac; \ 237 done; \ 238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 239 cd $(top_srcdir) && \ 240 $(AUTOMAKE) --foreign Makefile 241.PRECIOUS: Makefile 242Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 243 @case '$?' in \ 244 *config.status*) \ 245 echo ' $(SHELL) ./config.status'; \ 246 $(SHELL) ./config.status;; \ 247 *) \ 248 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 249 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 250 esac; 251 252$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 253 $(SHELL) ./config.status --recheck 254 255$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 256 cd $(srcdir) && $(AUTOCONF) 257$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 258 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 259 260config.h: stamp-h1 261 @if test ! -f $@; then \ 262 rm -f stamp-h1; \ 263 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 264 else :; fi 265 266stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 267 @rm -f stamp-h1 268 cd $(top_builddir) && $(SHELL) ./config.status config.h 269$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 270 cd $(top_srcdir) && $(AUTOHEADER) 271 rm -f stamp-h1 272 touch $@ 273 274distclean-hdr: 275 -rm -f config.h stamp-h1 276 277mostlyclean-libtool: 278 -rm -f *.lo 279 280clean-libtool: 281 -rm -rf .libs _libs 282 283distclean-libtool: 284 -rm -f libtool config.lt 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 317$(RECURSIVE_CLEAN_TARGETS): 318 @failcom='exit 1'; \ 319 for f in x $$MAKEFLAGS; do \ 320 case $$f in \ 321 *=* | --[!k]*);; \ 322 *k*) failcom='fail=yes';; \ 323 esac; \ 324 done; \ 325 dot_seen=no; \ 326 case "$@" in \ 327 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 328 *) list='$(SUBDIRS)' ;; \ 329 esac; \ 330 rev=''; for subdir in $$list; do \ 331 if test "$$subdir" = "."; then :; else \ 332 rev="$$subdir $$rev"; \ 333 fi; \ 334 done; \ 335 rev="$$rev ."; \ 336 target=`echo $@ | sed s/-recursive//`; \ 337 for subdir in $$rev; do \ 338 echo "Making $$target in $$subdir"; \ 339 if test "$$subdir" = "."; then \ 340 local_target="$$target-am"; \ 341 else \ 342 local_target="$$target"; \ 343 fi; \ 344 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 345 || eval $$failcom; \ 346 done && test -z "$$fail" 347tags-recursive: 348 list='$(SUBDIRS)'; for subdir in $$list; do \ 349 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 350 done 351ctags-recursive: 352 list='$(SUBDIRS)'; for subdir in $$list; do \ 353 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 354 done 355 356ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 358 unique=`for i in $$list; do \ 359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 360 done | \ 361 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 362 END { if (nonempty) { for (i in files) print i; }; }'`; \ 363 mkid -fID $$unique 364tags: TAGS 365 366TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 367 $(TAGS_FILES) $(LISP) 368 tags=; \ 369 here=`pwd`; \ 370 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 371 include_option=--etags-include; \ 372 empty_fix=.; \ 373 else \ 374 include_option=--include; \ 375 empty_fix=; \ 376 fi; \ 377 list='$(SUBDIRS)'; for subdir in $$list; do \ 378 if test "$$subdir" = .; then :; else \ 379 test ! -f $$subdir/TAGS || \ 380 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 381 fi; \ 382 done; \ 383 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 384 unique=`for i in $$list; do \ 385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 386 done | \ 387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 388 END { if (nonempty) { for (i in files) print i; }; }'`; \ 389 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 390 test -n "$$unique" || unique=$$empty_fix; \ 391 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 392 $$tags $$unique; \ 393 fi 394ctags: CTAGS 395CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 396 $(TAGS_FILES) $(LISP) 397 tags=; \ 398 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 399 unique=`for i in $$list; do \ 400 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 401 done | \ 402 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 403 END { if (nonempty) { for (i in files) print i; }; }'`; \ 404 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 405 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 406 $$tags $$unique 407 408GTAGS: 409 here=`$(am__cd) $(top_builddir) && pwd` \ 410 && cd $(top_srcdir) \ 411 && gtags -i $(GTAGS_ARGS) $$here 412 413distclean-tags: 414 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 415 416distdir: $(DISTFILES) 417 $(am__remove_distdir) 418 test -d $(distdir) || mkdir $(distdir) 419 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 420 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 421 list='$(DISTFILES)'; \ 422 dist_files=`for file in $$list; do echo $$file; done | \ 423 sed -e "s|^$$srcdirstrip/||;t" \ 424 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 425 case $$dist_files in \ 426 */*) $(MKDIR_P) `echo "$$dist_files" | \ 427 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 428 sort -u` ;; \ 429 esac; \ 430 for file in $$dist_files; do \ 431 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 432 if test -d $$d/$$file; then \ 433 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 434 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 435 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 436 fi; \ 437 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 438 else \ 439 test -f $(distdir)/$$file \ 440 || cp -p $$d/$$file $(distdir)/$$file \ 441 || exit 1; \ 442 fi; \ 443 done 444 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 445 if test "$$subdir" = .; then :; else \ 446 test -d "$(distdir)/$$subdir" \ 447 || $(MKDIR_P) "$(distdir)/$$subdir" \ 448 || exit 1; \ 449 distdir=`$(am__cd) $(distdir) && pwd`; \ 450 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 451 (cd $$subdir && \ 452 $(MAKE) $(AM_MAKEFLAGS) \ 453 top_distdir="$$top_distdir" \ 454 distdir="$$distdir/$$subdir" \ 455 am__remove_distdir=: \ 456 am__skip_length_check=: \ 457 distdir) \ 458 || exit 1; \ 459 fi; \ 460 done 461 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 462 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 463 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 464 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 465 || chmod -R a+r $(distdir) 466dist-gzip: distdir 467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 468 $(am__remove_distdir) 469dist-bzip2: distdir 470 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 471 $(am__remove_distdir) 472 473dist-lzma: distdir 474 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 475 $(am__remove_distdir) 476 477dist-tarZ: distdir 478 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 479 $(am__remove_distdir) 480 481dist-shar: distdir 482 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 483 $(am__remove_distdir) 484 485dist-zip: distdir 486 -rm -f $(distdir).zip 487 zip -rq $(distdir).zip $(distdir) 488 $(am__remove_distdir) 489 490dist dist-all: distdir 491 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 492 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 493 $(am__remove_distdir) 494 495# This target untars the dist file and tries a VPATH configuration. Then 496# it guarantees that the distribution is self-contained by making another 497# tarfile. 498distcheck: dist 499 case '$(DIST_ARCHIVES)' in \ 500 *.tar.gz*) \ 501 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 502 *.tar.bz2*) \ 503 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 504 *.tar.lzma*) \ 505 unlzma -c $(distdir).tar.lzma | $(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 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$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-dvi: install-dvi-recursive 616 617install-exec-am: 618 619install-html: install-html-recursive 620 621install-info: install-info-recursive 622 623install-man: 624 625install-pdf: install-pdf-recursive 626 627install-ps: install-ps-recursive 628 629installcheck-am: 630 631maintainer-clean: maintainer-clean-recursive 632 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 633 -rm -rf $(top_srcdir)/autom4te.cache 634 -rm -f Makefile 635maintainer-clean-am: distclean-am maintainer-clean-generic 636 637mostlyclean: mostlyclean-recursive 638 639mostlyclean-am: mostlyclean-generic mostlyclean-libtool 640 641pdf: pdf-recursive 642 643pdf-am: 644 645ps: ps-recursive 646 647ps-am: 648 649uninstall-am: 650 651.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 652 install-strip 653 654.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 655 all all-am am--refresh check check-am clean clean-generic \ 656 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 657 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ 658 distclean distclean-generic distclean-hdr distclean-libtool \ 659 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 660 dvi-am html html-am info info-am install install-am \ 661 install-data install-data-am install-dvi install-dvi-am \ 662 install-exec install-exec-am install-html install-html-am \ 663 install-info install-info-am install-man install-pdf \ 664 install-pdf-am install-ps install-ps-am install-strip \ 665 installcheck installcheck-am installdirs installdirs-am \ 666 maintainer-clean maintainer-clean-generic mostlyclean \ 667 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 668 tags tags-recursive uninstall uninstall-am 669 670# Tell versions [3.59,3.63) of GNU make to not export all variables. 671# Otherwise a system limit (for SysV at least) may be exceeded. 672.NOEXPORT: 673