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