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