Makefile.in revision 9bd41f2c
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 = 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@ 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@ 119ECHO = @ECHO@ 120ECHO_C = @ECHO_C@ 121ECHO_N = @ECHO_N@ 122ECHO_T = @ECHO_T@ 123EGREP = @EGREP@ 124EXEEXT = @EXEEXT@ 125F77 = @F77@ 126FFLAGS = @FFLAGS@ 127FILE_MAN_DIR = @FILE_MAN_DIR@ 128FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 129GREP = @GREP@ 130INSTALL = @INSTALL@ 131INSTALL_DATA = @INSTALL_DATA@ 132INSTALL_PROGRAM = @INSTALL_PROGRAM@ 133INSTALL_SCRIPT = @INSTALL_SCRIPT@ 134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 135LDFLAGS = @LDFLAGS@ 136LIBOBJS = @LIBOBJS@ 137LIBS = @LIBS@ 138LIBTOOL = @LIBTOOL@ 139LIB_MAN_DIR = @LIB_MAN_DIR@ 140LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 141LN_S = @LN_S@ 142LTLIBOBJS = @LTLIBOBJS@ 143MAINT = @MAINT@ 144MAKEINFO = @MAKEINFO@ 145MISC_MAN_DIR = @MISC_MAN_DIR@ 146MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 147MKDIR_P = @MKDIR_P@ 148OBJEXT = @OBJEXT@ 149PACKAGE = @PACKAGE@ 150PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 151PACKAGE_NAME = @PACKAGE_NAME@ 152PACKAGE_STRING = @PACKAGE_STRING@ 153PACKAGE_TARNAME = @PACKAGE_TARNAME@ 154PACKAGE_VERSION = @PACKAGE_VERSION@ 155PATH_SEPARATOR = @PATH_SEPARATOR@ 156PKG_CONFIG = @PKG_CONFIG@ 157RANLIB = @RANLIB@ 158SED = @SED@ 159SET_MAKE = @SET_MAKE@ 160SHELL = @SHELL@ 161STRIP = @STRIP@ 162VERSION = @VERSION@ 163XORG_CFLAGS = @XORG_CFLAGS@ 164XORG_LIBS = @XORG_LIBS@ 165abs_builddir = @abs_builddir@ 166abs_srcdir = @abs_srcdir@ 167abs_top_builddir = @abs_top_builddir@ 168abs_top_srcdir = @abs_top_srcdir@ 169ac_ct_CC = @ac_ct_CC@ 170ac_ct_CXX = @ac_ct_CXX@ 171ac_ct_F77 = @ac_ct_F77@ 172am__include = @am__include@ 173am__leading_dot = @am__leading_dot@ 174am__quote = @am__quote@ 175am__tar = @am__tar@ 176am__untar = @am__untar@ 177bindir = @bindir@ 178build = @build@ 179build_alias = @build_alias@ 180build_cpu = @build_cpu@ 181build_os = @build_os@ 182build_vendor = @build_vendor@ 183builddir = @builddir@ 184datadir = @datadir@ 185datarootdir = @datarootdir@ 186docdir = @docdir@ 187dvidir = @dvidir@ 188exec_prefix = @exec_prefix@ 189host = @host@ 190host_alias = @host_alias@ 191host_cpu = @host_cpu@ 192host_os = @host_os@ 193host_vendor = @host_vendor@ 194htmldir = @htmldir@ 195includedir = @includedir@ 196infodir = @infodir@ 197inputdir = @inputdir@ 198install_sh = @install_sh@ 199libdir = @libdir@ 200libexecdir = @libexecdir@ 201localedir = @localedir@ 202localstatedir = @localstatedir@ 203mandir = @mandir@ 204mkdir_p = @mkdir_p@ 205oldincludedir = @oldincludedir@ 206pdfdir = @pdfdir@ 207prefix = @prefix@ 208program_transform_name = @program_transform_name@ 209psdir = @psdir@ 210sbindir = @sbindir@ 211sharedstatedir = @sharedstatedir@ 212srcdir = @srcdir@ 213sysconfdir = @sysconfdir@ 214target_alias = @target_alias@ 215top_builddir = @top_builddir@ 216top_srcdir = @top_srcdir@ 217AUTOMAKE_OPTIONS = foreign 218SUBDIRS = src man 219all: config.h 220 $(MAKE) $(AM_MAKEFLAGS) all-recursive 221 222.SUFFIXES: 223am--refresh: 224 @: 225$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 226 @for dep in $?; do \ 227 case '$(am__configure_deps)' in \ 228 *$$dep*) \ 229 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 230 cd $(srcdir) && $(AUTOMAKE) --foreign \ 231 && exit 0; \ 232 exit 1;; \ 233 esac; \ 234 done; \ 235 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 236 cd $(top_srcdir) && \ 237 $(AUTOMAKE) --foreign Makefile 238.PRECIOUS: Makefile 239Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 240 @case '$?' in \ 241 *config.status*) \ 242 echo ' $(SHELL) ./config.status'; \ 243 $(SHELL) ./config.status;; \ 244 *) \ 245 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 246 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 247 esac; 248 249$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 250 $(SHELL) ./config.status --recheck 251 252$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 253 cd $(srcdir) && $(AUTOCONF) 254$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 255 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 256 257config.h: stamp-h1 258 @if test ! -f $@; then \ 259 rm -f stamp-h1; \ 260 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 261 else :; fi 262 263stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 264 @rm -f stamp-h1 265 cd $(top_builddir) && $(SHELL) ./config.status config.h 266$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 267 cd $(top_srcdir) && $(AUTOHEADER) 268 rm -f stamp-h1 269 touch $@ 270 271distclean-hdr: 272 -rm -f config.h stamp-h1 273 274mostlyclean-libtool: 275 -rm -f *.lo 276 277clean-libtool: 278 -rm -rf .libs _libs 279 280distclean-libtool: 281 -rm -f libtool 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 314$(RECURSIVE_CLEAN_TARGETS): 315 @failcom='exit 1'; \ 316 for f in x $$MAKEFLAGS; do \ 317 case $$f in \ 318 *=* | --[!k]*);; \ 319 *k*) failcom='fail=yes';; \ 320 esac; \ 321 done; \ 322 dot_seen=no; \ 323 case "$@" in \ 324 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 325 *) list='$(SUBDIRS)' ;; \ 326 esac; \ 327 rev=''; for subdir in $$list; do \ 328 if test "$$subdir" = "."; then :; else \ 329 rev="$$subdir $$rev"; \ 330 fi; \ 331 done; \ 332 rev="$$rev ."; \ 333 target=`echo $@ | sed s/-recursive//`; \ 334 for subdir in $$rev; do \ 335 echo "Making $$target in $$subdir"; \ 336 if test "$$subdir" = "."; then \ 337 local_target="$$target-am"; \ 338 else \ 339 local_target="$$target"; \ 340 fi; \ 341 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 342 || eval $$failcom; \ 343 done && test -z "$$fail" 344tags-recursive: 345 list='$(SUBDIRS)'; for subdir in $$list; do \ 346 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 347 done 348ctags-recursive: 349 list='$(SUBDIRS)'; for subdir in $$list; do \ 350 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 351 done 352 353ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 354 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 355 unique=`for i in $$list; do \ 356 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 357 done | \ 358 $(AWK) ' { files[$$0] = 1; } \ 359 END { for (i in files) print i; }'`; \ 360 mkid -fID $$unique 361tags: TAGS 362 363TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 364 $(TAGS_FILES) $(LISP) 365 tags=; \ 366 here=`pwd`; \ 367 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 368 include_option=--etags-include; \ 369 empty_fix=.; \ 370 else \ 371 include_option=--include; \ 372 empty_fix=; \ 373 fi; \ 374 list='$(SUBDIRS)'; for subdir in $$list; do \ 375 if test "$$subdir" = .; then :; else \ 376 test ! -f $$subdir/TAGS || \ 377 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 378 fi; \ 379 done; \ 380 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 381 unique=`for i in $$list; do \ 382 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 383 done | \ 384 $(AWK) ' { files[$$0] = 1; } \ 385 END { for (i in files) print i; }'`; \ 386 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 387 test -n "$$unique" || unique=$$empty_fix; \ 388 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 389 $$tags $$unique; \ 390 fi 391ctags: CTAGS 392CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 393 $(TAGS_FILES) $(LISP) 394 tags=; \ 395 here=`pwd`; \ 396 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 397 unique=`for i in $$list; do \ 398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 399 done | \ 400 $(AWK) ' { files[$$0] = 1; } \ 401 END { for (i in files) print i; }'`; \ 402 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 403 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 404 $$tags $$unique 405 406GTAGS: 407 here=`$(am__cd) $(top_builddir) && pwd` \ 408 && cd $(top_srcdir) \ 409 && gtags -i $(GTAGS_ARGS) $$here 410 411distclean-tags: 412 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 413 414distdir: $(DISTFILES) 415 $(am__remove_distdir) 416 test -d $(distdir) || mkdir $(distdir) 417 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 418 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 419 list='$(DISTFILES)'; \ 420 dist_files=`for file in $$list; do echo $$file; done | \ 421 sed -e "s|^$$srcdirstrip/||;t" \ 422 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 423 case $$dist_files in \ 424 */*) $(MKDIR_P) `echo "$$dist_files" | \ 425 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 426 sort -u` ;; \ 427 esac; \ 428 for file in $$dist_files; do \ 429 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 430 if test -d $$d/$$file; then \ 431 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 432 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 433 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 434 fi; \ 435 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 436 else \ 437 test -f $(distdir)/$$file \ 438 || cp -p $$d/$$file $(distdir)/$$file \ 439 || exit 1; \ 440 fi; \ 441 done 442 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 443 if test "$$subdir" = .; then :; else \ 444 test -d "$(distdir)/$$subdir" \ 445 || $(MKDIR_P) "$(distdir)/$$subdir" \ 446 || exit 1; \ 447 distdir=`$(am__cd) $(distdir) && pwd`; \ 448 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 449 (cd $$subdir && \ 450 $(MAKE) $(AM_MAKEFLAGS) \ 451 top_distdir="$$top_distdir" \ 452 distdir="$$distdir/$$subdir" \ 453 am__remove_distdir=: \ 454 am__skip_length_check=: \ 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 $(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 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$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-dvi: install-dvi-recursive 608 609install-exec-am: 610 611install-html: install-html-recursive 612 613install-info: install-info-recursive 614 615install-man: 616 617install-pdf: install-pdf-recursive 618 619install-ps: install-ps-recursive 620 621installcheck-am: 622 623maintainer-clean: maintainer-clean-recursive 624 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 625 -rm -rf $(top_srcdir)/autom4te.cache 626 -rm -f Makefile 627maintainer-clean-am: distclean-am maintainer-clean-generic 628 629mostlyclean: mostlyclean-recursive 630 631mostlyclean-am: mostlyclean-generic mostlyclean-libtool 632 633pdf: pdf-recursive 634 635pdf-am: 636 637ps: ps-recursive 638 639ps-am: 640 641uninstall-am: 642 643.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 644 install-strip 645 646.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 647 all all-am am--refresh check check-am clean clean-generic \ 648 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 649 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 650 distclean-generic distclean-hdr distclean-libtool \ 651 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 652 dvi-am html html-am info info-am install install-am \ 653 install-data install-data-am install-dvi install-dvi-am \ 654 install-exec install-exec-am install-html install-html-am \ 655 install-info install-info-am install-man install-pdf \ 656 install-pdf-am install-ps install-ps-am install-strip \ 657 installcheck installcheck-am installdirs installdirs-am \ 658 maintainer-clean maintainer-clean-generic mostlyclean \ 659 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 660 tags tags-recursive uninstall uninstall-am 661 662# Tell versions [3.59,3.63) of GNU make to not export all variables. 663# Otherwise a system limit (for SysV at least) may be exceeded. 664.NOEXPORT: 665