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