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