Makefile.in revision cea37944
1# Makefile.in generated by automake 1.11.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, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Copyright 2005 Adam Jackson. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# on the rights to use, copy, modify, merge, publish, distribute, sub 24# license, and/or sell copies of the Software, and to permit persons to whom 25# the Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 34# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 35# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 36# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37VPATH = @srcdir@ 38pkgdatadir = $(datadir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40pkglibdir = $(libdir)/@PACKAGE@ 41pkglibexecdir = $(libexecdir)/@PACKAGE@ 42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43install_sh_DATA = $(install_sh) -c -m 644 44install_sh_PROGRAM = $(install_sh) -c 45install_sh_SCRIPT = $(install_sh) -c 46INSTALL_HEADER = $(INSTALL_DATA) 47transform = $(program_transform_name) 48NORMAL_INSTALL = : 49PRE_INSTALL = : 50POST_INSTALL = : 51NORMAL_UNINSTALL = : 52PRE_UNINSTALL = : 53POST_UNINSTALL = : 54build_triplet = @build@ 55host_triplet = @host@ 56subdir = . 57DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 58 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 59 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 60 config.guess config.sub depcomp install-sh missing 61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 62am__aclocal_m4_deps = $(top_srcdir)/configure.ac 63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 64 $(ACLOCAL_M4) 65am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 66 configure.lineno config.status.lineno 67mkinstalldirs = $(install_sh) -d 68CONFIG_HEADER = config.h 69CONFIG_CLEAN_FILES = 70CONFIG_CLEAN_VPATH_FILES = 71AM_V_GEN = $(am__v_GEN_$(V)) 72am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 73am__v_GEN_0 = @echo " GEN " $@; 74AM_V_at = $(am__v_at_$(V)) 75am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 76am__v_at_0 = @ 77SOURCES = 78DIST_SOURCES = 79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 80 html-recursive info-recursive install-data-recursive \ 81 install-dvi-recursive install-exec-recursive \ 82 install-html-recursive install-info-recursive \ 83 install-pdf-recursive install-ps-recursive install-recursive \ 84 installcheck-recursive installdirs-recursive pdf-recursive \ 85 ps-recursive uninstall-recursive 86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 87 distclean-recursive maintainer-clean-recursive 88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 90 distdir dist dist-all distcheck 91ETAGS = etags 92CTAGS = ctags 93DIST_SUBDIRS = $(SUBDIRS) 94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 95distdir = $(PACKAGE)-$(VERSION) 96top_distdir = $(distdir) 97am__remove_distdir = \ 98 { test ! -d "$(distdir)" \ 99 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 100 && rm -fr "$(distdir)"; }; } 101am__relativize = \ 102 dir0=`pwd`; \ 103 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 104 sed_rest='s,^[^/]*/*,,'; \ 105 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 106 sed_butlast='s,/*[^/]*$$,,'; \ 107 while test -n "$$dir1"; do \ 108 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 109 if test "$$first" != "."; then \ 110 if test "$$first" = ".."; then \ 111 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 112 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 113 else \ 114 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 115 if test "$$first2" = "$$first"; then \ 116 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 117 else \ 118 dir2="../$$dir2"; \ 119 fi; \ 120 dir0="$$dir0"/"$$first"; \ 121 fi; \ 122 fi; \ 123 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 124 done; \ 125 reldir="$$dir2" 126DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 127GZIP_ENV = --best 128distuninstallcheck_listfiles = find . -type f -print 129distcleancheck_listfiles = find . -type f -print 130ACLOCAL = @ACLOCAL@ 131ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 132ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 133AMTAR = @AMTAR@ 134AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 135APP_MAN_DIR = @APP_MAN_DIR@ 136APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 137AUTOCONF = @AUTOCONF@ 138AUTOHEADER = @AUTOHEADER@ 139AUTOMAKE = @AUTOMAKE@ 140AWK = @AWK@ 141CC = @CC@ 142CCDEPMODE = @CCDEPMODE@ 143CFLAGS = @CFLAGS@ 144CHANGELOG_CMD = @CHANGELOG_CMD@ 145CPP = @CPP@ 146CPPFLAGS = @CPPFLAGS@ 147CWARNFLAGS = @CWARNFLAGS@ 148CYGPATH_W = @CYGPATH_W@ 149DEFS = @DEFS@ 150DEPDIR = @DEPDIR@ 151DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 152DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 153ECHO_C = @ECHO_C@ 154ECHO_N = @ECHO_N@ 155ECHO_T = @ECHO_T@ 156EGREP = @EGREP@ 157EXEEXT = @EXEEXT@ 158FILE_MAN_DIR = @FILE_MAN_DIR@ 159FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 160GREP = @GREP@ 161HAVE_XI2 = @HAVE_XI2@ 162INSTALL = @INSTALL@ 163INSTALL_CMD = @INSTALL_CMD@ 164INSTALL_DATA = @INSTALL_DATA@ 165INSTALL_PROGRAM = @INSTALL_PROGRAM@ 166INSTALL_SCRIPT = @INSTALL_SCRIPT@ 167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 168LDFLAGS = @LDFLAGS@ 169LIBOBJS = @LIBOBJS@ 170LIBS = @LIBS@ 171LIB_MAN_DIR = @LIB_MAN_DIR@ 172LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 173LTLIBOBJS = @LTLIBOBJS@ 174MAINT = @MAINT@ 175MAKEINFO = @MAKEINFO@ 176MAN_SUBSTS = @MAN_SUBSTS@ 177MISC_MAN_DIR = @MISC_MAN_DIR@ 178MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 179MKDIR_P = @MKDIR_P@ 180OBJEXT = @OBJEXT@ 181PACKAGE = @PACKAGE@ 182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 183PACKAGE_NAME = @PACKAGE_NAME@ 184PACKAGE_STRING = @PACKAGE_STRING@ 185PACKAGE_TARNAME = @PACKAGE_TARNAME@ 186PACKAGE_VERSION = @PACKAGE_VERSION@ 187PATH_SEPARATOR = @PATH_SEPARATOR@ 188PKG_CONFIG = @PKG_CONFIG@ 189SED = @SED@ 190SET_MAKE = @SET_MAKE@ 191SHELL = @SHELL@ 192STRIP = @STRIP@ 193VERSION = @VERSION@ 194XI2_CFLAGS = @XI2_CFLAGS@ 195XI2_LIBS = @XI2_LIBS@ 196XINPUT_CFLAGS = @XINPUT_CFLAGS@ 197XINPUT_LIBS = @XINPUT_LIBS@ 198XORG_MAN_PAGE = @XORG_MAN_PAGE@ 199abs_builddir = @abs_builddir@ 200abs_srcdir = @abs_srcdir@ 201abs_top_builddir = @abs_top_builddir@ 202abs_top_srcdir = @abs_top_srcdir@ 203ac_ct_CC = @ac_ct_CC@ 204am__include = @am__include@ 205am__leading_dot = @am__leading_dot@ 206am__quote = @am__quote@ 207am__tar = @am__tar@ 208am__untar = @am__untar@ 209bindir = @bindir@ 210build = @build@ 211build_alias = @build_alias@ 212build_cpu = @build_cpu@ 213build_os = @build_os@ 214build_vendor = @build_vendor@ 215builddir = @builddir@ 216datadir = @datadir@ 217datarootdir = @datarootdir@ 218docdir = @docdir@ 219dvidir = @dvidir@ 220exec_prefix = @exec_prefix@ 221host = @host@ 222host_alias = @host_alias@ 223host_cpu = @host_cpu@ 224host_os = @host_os@ 225host_vendor = @host_vendor@ 226htmldir = @htmldir@ 227includedir = @includedir@ 228infodir = @infodir@ 229install_sh = @install_sh@ 230libdir = @libdir@ 231libexecdir = @libexecdir@ 232localedir = @localedir@ 233localstatedir = @localstatedir@ 234mandir = @mandir@ 235mkdir_p = @mkdir_p@ 236oldincludedir = @oldincludedir@ 237pdfdir = @pdfdir@ 238prefix = @prefix@ 239program_transform_name = @program_transform_name@ 240psdir = @psdir@ 241sbindir = @sbindir@ 242sharedstatedir = @sharedstatedir@ 243srcdir = @srcdir@ 244sysconfdir = @sysconfdir@ 245target_alias = @target_alias@ 246top_build_prefix = @top_build_prefix@ 247top_builddir = @top_builddir@ 248top_srcdir = @top_srcdir@ 249AUTOMAKE_OPTIONS = foreign 250SUBDIRS = src man 251MAINTAINERCLEANFILES = ChangeLog INSTALL 252all: config.h 253 $(MAKE) $(AM_MAKEFLAGS) all-recursive 254 255.SUFFIXES: 256am--refresh: 257 @: 258$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 259 @for dep in $?; do \ 260 case '$(am__configure_deps)' in \ 261 *$$dep*) \ 262 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 263 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 264 && exit 0; \ 265 exit 1;; \ 266 esac; \ 267 done; \ 268 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 269 $(am__cd) $(top_srcdir) && \ 270 $(AUTOMAKE) --foreign Makefile 271.PRECIOUS: Makefile 272Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 273 @case '$?' in \ 274 *config.status*) \ 275 echo ' $(SHELL) ./config.status'; \ 276 $(SHELL) ./config.status;; \ 277 *) \ 278 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 279 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 280 esac; 281 282$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 283 $(SHELL) ./config.status --recheck 284 285$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 286 $(am__cd) $(srcdir) && $(AUTOCONF) 287$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 288 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 289$(am__aclocal_m4_deps): 290 291config.h: stamp-h1 292 @if test ! -f $@; then \ 293 rm -f stamp-h1; \ 294 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 295 else :; fi 296 297stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 298 @rm -f stamp-h1 299 cd $(top_builddir) && $(SHELL) ./config.status config.h 300$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 301 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 302 rm -f stamp-h1 303 touch $@ 304 305distclean-hdr: 306 -rm -f config.h stamp-h1 307 308# This directory's subdirectories are mostly independent; you can cd 309# into them and run `make' without going through this Makefile. 310# To change the values of `make' variables: instead of editing Makefiles, 311# (1) if the variable is set in `config.status', edit `config.status' 312# (which will cause the Makefiles to be regenerated when you run `make'); 313# (2) otherwise, pass the desired values on the `make' command line. 314$(RECURSIVE_TARGETS): 315 @fail= 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 target=`echo $@ | sed s/-recursive//`; \ 324 list='$(SUBDIRS)'; for subdir in $$list; do \ 325 echo "Making $$target in $$subdir"; \ 326 if test "$$subdir" = "."; then \ 327 dot_seen=yes; \ 328 local_target="$$target-am"; \ 329 else \ 330 local_target="$$target"; \ 331 fi; \ 332 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 333 || eval $$failcom; \ 334 done; \ 335 if test "$$dot_seen" = "no"; then \ 336 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 337 fi; test -z "$$fail" 338 339$(RECURSIVE_CLEAN_TARGETS): 340 @fail= failcom='exit 1'; \ 341 for f in x $$MAKEFLAGS; do \ 342 case $$f in \ 343 *=* | --[!k]*);; \ 344 *k*) failcom='fail=yes';; \ 345 esac; \ 346 done; \ 347 dot_seen=no; \ 348 case "$@" in \ 349 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 350 *) list='$(SUBDIRS)' ;; \ 351 esac; \ 352 rev=''; for subdir in $$list; do \ 353 if test "$$subdir" = "."; then :; else \ 354 rev="$$subdir $$rev"; \ 355 fi; \ 356 done; \ 357 rev="$$rev ."; \ 358 target=`echo $@ | sed s/-recursive//`; \ 359 for subdir in $$rev; do \ 360 echo "Making $$target in $$subdir"; \ 361 if test "$$subdir" = "."; then \ 362 local_target="$$target-am"; \ 363 else \ 364 local_target="$$target"; \ 365 fi; \ 366 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 367 || eval $$failcom; \ 368 done && test -z "$$fail" 369tags-recursive: 370 list='$(SUBDIRS)'; for subdir in $$list; do \ 371 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 372 done 373ctags-recursive: 374 list='$(SUBDIRS)'; for subdir in $$list; do \ 375 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 376 done 377 378ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 379 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 380 unique=`for i in $$list; do \ 381 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 382 done | \ 383 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 384 END { if (nonempty) { for (i in files) print i; }; }'`; \ 385 mkid -fID $$unique 386tags: TAGS 387 388TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 389 $(TAGS_FILES) $(LISP) 390 set x; \ 391 here=`pwd`; \ 392 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 393 include_option=--etags-include; \ 394 empty_fix=.; \ 395 else \ 396 include_option=--include; \ 397 empty_fix=; \ 398 fi; \ 399 list='$(SUBDIRS)'; for subdir in $$list; do \ 400 if test "$$subdir" = .; then :; else \ 401 test ! -f $$subdir/TAGS || \ 402 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 403 fi; \ 404 done; \ 405 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 406 unique=`for i in $$list; do \ 407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 408 done | \ 409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 410 END { if (nonempty) { for (i in files) print i; }; }'`; \ 411 shift; \ 412 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 413 test -n "$$unique" || unique=$$empty_fix; \ 414 if test $$# -gt 0; then \ 415 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 416 "$$@" $$unique; \ 417 else \ 418 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 419 $$unique; \ 420 fi; \ 421 fi 422ctags: CTAGS 423CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 424 $(TAGS_FILES) $(LISP) 425 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 426 unique=`for i in $$list; do \ 427 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 428 done | \ 429 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 430 END { if (nonempty) { for (i in files) print i; }; }'`; \ 431 test -z "$(CTAGS_ARGS)$$unique" \ 432 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 433 $$unique 434 435GTAGS: 436 here=`$(am__cd) $(top_builddir) && pwd` \ 437 && $(am__cd) $(top_srcdir) \ 438 && gtags -i $(GTAGS_ARGS) "$$here" 439 440distclean-tags: 441 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 442 443distdir: $(DISTFILES) 444 $(am__remove_distdir) 445 test -d "$(distdir)" || mkdir "$(distdir)" 446 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 447 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 448 list='$(DISTFILES)'; \ 449 dist_files=`for file in $$list; do echo $$file; done | \ 450 sed -e "s|^$$srcdirstrip/||;t" \ 451 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 452 case $$dist_files in \ 453 */*) $(MKDIR_P) `echo "$$dist_files" | \ 454 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 455 sort -u` ;; \ 456 esac; \ 457 for file in $$dist_files; do \ 458 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 459 if test -d $$d/$$file; then \ 460 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 461 if test -d "$(distdir)/$$file"; then \ 462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 463 fi; \ 464 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 465 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 467 fi; \ 468 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 469 else \ 470 test -f "$(distdir)/$$file" \ 471 || cp -p $$d/$$file "$(distdir)/$$file" \ 472 || exit 1; \ 473 fi; \ 474 done 475 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 476 if test "$$subdir" = .; then :; else \ 477 test -d "$(distdir)/$$subdir" \ 478 || $(MKDIR_P) "$(distdir)/$$subdir" \ 479 || exit 1; \ 480 fi; \ 481 done 482 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 483 if test "$$subdir" = .; then :; else \ 484 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 485 $(am__relativize); \ 486 new_distdir=$$reldir; \ 487 dir1=$$subdir; dir2="$(top_distdir)"; \ 488 $(am__relativize); \ 489 new_top_distdir=$$reldir; \ 490 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 491 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 492 ($(am__cd) $$subdir && \ 493 $(MAKE) $(AM_MAKEFLAGS) \ 494 top_distdir="$$new_top_distdir" \ 495 distdir="$$new_distdir" \ 496 am__remove_distdir=: \ 497 am__skip_length_check=: \ 498 am__skip_mode_fix=: \ 499 distdir) \ 500 || exit 1; \ 501 fi; \ 502 done 503 $(MAKE) $(AM_MAKEFLAGS) \ 504 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 505 dist-hook 506 -test -n "$(am__skip_mode_fix)" \ 507 || find "$(distdir)" -type d ! -perm -755 \ 508 -exec chmod u+rwx,go+rx {} \; -o \ 509 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 510 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 511 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 512 || chmod -R a+r "$(distdir)" 513dist-gzip: distdir 514 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 515 $(am__remove_distdir) 516dist-bzip2: distdir 517 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 518 $(am__remove_distdir) 519 520dist-lzma: distdir 521 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 522 $(am__remove_distdir) 523 524dist-xz: distdir 525 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 526 $(am__remove_distdir) 527 528dist-tarZ: distdir 529 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 530 $(am__remove_distdir) 531 532dist-shar: distdir 533 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 534 $(am__remove_distdir) 535 536dist-zip: distdir 537 -rm -f $(distdir).zip 538 zip -rq $(distdir).zip $(distdir) 539 $(am__remove_distdir) 540 541dist dist-all: distdir 542 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 543 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 544 $(am__remove_distdir) 545 546# This target untars the dist file and tries a VPATH configuration. Then 547# it guarantees that the distribution is self-contained by making another 548# tarfile. 549distcheck: dist 550 case '$(DIST_ARCHIVES)' in \ 551 *.tar.gz*) \ 552 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 553 *.tar.bz2*) \ 554 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 555 *.tar.lzma*) \ 556 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 557 *.tar.xz*) \ 558 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 559 *.tar.Z*) \ 560 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 561 *.shar.gz*) \ 562 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 563 *.zip*) \ 564 unzip $(distdir).zip ;;\ 565 esac 566 chmod -R a-w $(distdir); chmod a+w $(distdir) 567 mkdir $(distdir)/_build 568 mkdir $(distdir)/_inst 569 chmod a-w $(distdir) 570 test -d $(distdir)/_build || exit 0; \ 571 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 572 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 573 && am__cwd=`pwd` \ 574 && $(am__cd) $(distdir)/_build \ 575 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 576 $(DISTCHECK_CONFIGURE_FLAGS) \ 577 && $(MAKE) $(AM_MAKEFLAGS) \ 578 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 579 && $(MAKE) $(AM_MAKEFLAGS) check \ 580 && $(MAKE) $(AM_MAKEFLAGS) install \ 581 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 582 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 583 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 584 distuninstallcheck \ 585 && chmod -R a-w "$$dc_install_base" \ 586 && ({ \ 587 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 588 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 589 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 590 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 591 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 592 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 593 && rm -rf "$$dc_destdir" \ 594 && $(MAKE) $(AM_MAKEFLAGS) dist \ 595 && rm -rf $(DIST_ARCHIVES) \ 596 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 597 && cd "$$am__cwd" \ 598 || exit 1 599 $(am__remove_distdir) 600 @(echo "$(distdir) archives ready for distribution: "; \ 601 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 602 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 603distuninstallcheck: 604 @$(am__cd) '$(distuninstallcheck_dir)' \ 605 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 606 || { echo "ERROR: files left after uninstall:" ; \ 607 if test -n "$(DESTDIR)"; then \ 608 echo " (check DESTDIR support)"; \ 609 fi ; \ 610 $(distuninstallcheck_listfiles) ; \ 611 exit 1; } >&2 612distcleancheck: distclean 613 @if test '$(srcdir)' = . ; then \ 614 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 615 exit 1 ; \ 616 fi 617 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 618 || { echo "ERROR: files left in build directory after distclean:" ; \ 619 $(distcleancheck_listfiles) ; \ 620 exit 1; } >&2 621check-am: all-am 622check: check-recursive 623all-am: Makefile config.h 624installdirs: installdirs-recursive 625installdirs-am: 626install: install-recursive 627install-exec: install-exec-recursive 628install-data: install-data-recursive 629uninstall: uninstall-recursive 630 631install-am: all-am 632 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 633 634installcheck: installcheck-recursive 635install-strip: 636 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 637 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 638 `test -z '$(STRIP)' || \ 639 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 640mostlyclean-generic: 641 642clean-generic: 643 644distclean-generic: 645 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 646 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 647 648maintainer-clean-generic: 649 @echo "This command is intended for maintainers to use" 650 @echo "it deletes files that may require special tools to rebuild." 651 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 652clean: clean-recursive 653 654clean-am: clean-generic mostlyclean-am 655 656distclean: distclean-recursive 657 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 658 -rm -f Makefile 659distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 660 661dvi: dvi-recursive 662 663dvi-am: 664 665html: html-recursive 666 667html-am: 668 669info: info-recursive 670 671info-am: 672 673install-data-am: 674 675install-dvi: install-dvi-recursive 676 677install-dvi-am: 678 679install-exec-am: 680 681install-html: install-html-recursive 682 683install-html-am: 684 685install-info: install-info-recursive 686 687install-info-am: 688 689install-man: 690 691install-pdf: install-pdf-recursive 692 693install-pdf-am: 694 695install-ps: install-ps-recursive 696 697install-ps-am: 698 699installcheck-am: 700 701maintainer-clean: maintainer-clean-recursive 702 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 703 -rm -rf $(top_srcdir)/autom4te.cache 704 -rm -f Makefile 705maintainer-clean-am: distclean-am maintainer-clean-generic 706 707mostlyclean: mostlyclean-recursive 708 709mostlyclean-am: mostlyclean-generic 710 711pdf: pdf-recursive 712 713pdf-am: 714 715ps: ps-recursive 716 717ps-am: 718 719uninstall-am: 720 721.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 722 ctags-recursive install-am install-strip tags-recursive 723 724.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 725 all all-am am--refresh check check-am clean clean-generic \ 726 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 727 dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 728 distcheck distclean distclean-generic distclean-hdr \ 729 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 730 dvi-am html html-am info info-am install install-am \ 731 install-data install-data-am install-dvi install-dvi-am \ 732 install-exec install-exec-am install-html install-html-am \ 733 install-info install-info-am install-man install-pdf \ 734 install-pdf-am install-ps install-ps-am install-strip \ 735 installcheck installcheck-am installdirs installdirs-am \ 736 maintainer-clean maintainer-clean-generic mostlyclean \ 737 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 738 uninstall uninstall-am 739 740 741.PHONY: ChangeLog INSTALL 742 743INSTALL: 744 $(INSTALL_CMD) 745 746ChangeLog: 747 $(CHANGELOG_CMD) 748 749dist-hook: ChangeLog INSTALL 750 751# Tell versions [3.59,3.63) of GNU make to not export all variables. 752# Otherwise a system limit (for SysV at least) may be exceeded. 753.NOEXPORT: 754