Makefile.in revision dc407927
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 COPYING ChangeLog config.guess \ 60 config.sub depcomp install-sh ltmain.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 = 71SOURCES = 72DIST_SOURCES = 73RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 74 html-recursive info-recursive install-data-recursive \ 75 install-dvi-recursive install-exec-recursive \ 76 install-html-recursive install-info-recursive \ 77 install-pdf-recursive install-ps-recursive install-recursive \ 78 installcheck-recursive installdirs-recursive pdf-recursive \ 79 ps-recursive uninstall-recursive 80RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 81 distclean-recursive maintainer-clean-recursive 82AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 83 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 84 distdir dist dist-all distcheck 85ETAGS = etags 86CTAGS = ctags 87DIST_SUBDIRS = $(SUBDIRS) 88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 89distdir = $(PACKAGE)-$(VERSION) 90top_distdir = $(distdir) 91am__remove_distdir = \ 92 { test ! -d "$(distdir)" \ 93 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 94 && rm -fr "$(distdir)"; }; } 95am__relativize = \ 96 dir0=`pwd`; \ 97 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 98 sed_rest='s,^[^/]*/*,,'; \ 99 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 100 sed_butlast='s,/*[^/]*$$,,'; \ 101 while test -n "$$dir1"; do \ 102 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 103 if test "$$first" != "."; then \ 104 if test "$$first" = ".."; then \ 105 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 106 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 107 else \ 108 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 109 if test "$$first2" = "$$first"; then \ 110 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 111 else \ 112 dir2="../$$dir2"; \ 113 fi; \ 114 dir0="$$dir0"/"$$first"; \ 115 fi; \ 116 fi; \ 117 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 118 done; \ 119 reldir="$$dir2" 120DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 121GZIP_ENV = --best 122distuninstallcheck_listfiles = find . -type f -print 123distcleancheck_listfiles = find . -type f -print 124ACLOCAL = @ACLOCAL@ 125ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 126ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 127AMTAR = @AMTAR@ 128APP_MAN_DIR = @APP_MAN_DIR@ 129APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 130AR = @AR@ 131AUTOCONF = @AUTOCONF@ 132AUTOHEADER = @AUTOHEADER@ 133AUTOMAKE = @AUTOMAKE@ 134AWK = @AWK@ 135CC = @CC@ 136CCDEPMODE = @CCDEPMODE@ 137CFLAGS = @CFLAGS@ 138CHANGELOG_CMD = @CHANGELOG_CMD@ 139CPP = @CPP@ 140CPPFLAGS = @CPPFLAGS@ 141CWARNFLAGS = @CWARNFLAGS@ 142CYGPATH_W = @CYGPATH_W@ 143DEFS = @DEFS@ 144DEPDIR = @DEPDIR@ 145DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 146DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 147DRIVER_NAME = @DRIVER_NAME@ 148DSYMUTIL = @DSYMUTIL@ 149DUMPBIN = @DUMPBIN@ 150ECHO_C = @ECHO_C@ 151ECHO_N = @ECHO_N@ 152ECHO_T = @ECHO_T@ 153EGREP = @EGREP@ 154EXEEXT = @EXEEXT@ 155FGREP = @FGREP@ 156FILE_MAN_DIR = @FILE_MAN_DIR@ 157FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 158GREP = @GREP@ 159INSTALL = @INSTALL@ 160INSTALL_DATA = @INSTALL_DATA@ 161INSTALL_PROGRAM = @INSTALL_PROGRAM@ 162INSTALL_SCRIPT = @INSTALL_SCRIPT@ 163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 164LD = @LD@ 165LDFLAGS = @LDFLAGS@ 166LIBOBJS = @LIBOBJS@ 167LIBS = @LIBS@ 168LIBTOOL = @LIBTOOL@ 169LIB_MAN_DIR = @LIB_MAN_DIR@ 170LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 171LIPO = @LIPO@ 172LN_S = @LN_S@ 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@ 180NM = @NM@ 181NMEDIT = @NMEDIT@ 182OBJDUMP = @OBJDUMP@ 183OBJEXT = @OBJEXT@ 184OTOOL = @OTOOL@ 185OTOOL64 = @OTOOL64@ 186PACKAGE = @PACKAGE@ 187PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 188PACKAGE_NAME = @PACKAGE_NAME@ 189PACKAGE_STRING = @PACKAGE_STRING@ 190PACKAGE_TARNAME = @PACKAGE_TARNAME@ 191PACKAGE_URL = @PACKAGE_URL@ 192PACKAGE_VERSION = @PACKAGE_VERSION@ 193PATH_SEPARATOR = @PATH_SEPARATOR@ 194PKG_CONFIG = @PKG_CONFIG@ 195RANLIB = @RANLIB@ 196SED = @SED@ 197SET_MAKE = @SET_MAKE@ 198SHELL = @SHELL@ 199STRIP = @STRIP@ 200VERSION = @VERSION@ 201XORG_CFLAGS = @XORG_CFLAGS@ 202XORG_LIBS = @XORG_LIBS@ 203XORG_MAN_PAGE = @XORG_MAN_PAGE@ 204abs_builddir = @abs_builddir@ 205abs_srcdir = @abs_srcdir@ 206abs_top_builddir = @abs_top_builddir@ 207abs_top_srcdir = @abs_top_srcdir@ 208ac_ct_CC = @ac_ct_CC@ 209ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 210am__include = @am__include@ 211am__leading_dot = @am__leading_dot@ 212am__quote = @am__quote@ 213am__tar = @am__tar@ 214am__untar = @am__untar@ 215bindir = @bindir@ 216build = @build@ 217build_alias = @build_alias@ 218build_cpu = @build_cpu@ 219build_os = @build_os@ 220build_vendor = @build_vendor@ 221builddir = @builddir@ 222datadir = @datadir@ 223datarootdir = @datarootdir@ 224docdir = @docdir@ 225dvidir = @dvidir@ 226exec_prefix = @exec_prefix@ 227host = @host@ 228host_alias = @host_alias@ 229host_cpu = @host_cpu@ 230host_os = @host_os@ 231host_vendor = @host_vendor@ 232htmldir = @htmldir@ 233includedir = @includedir@ 234infodir = @infodir@ 235inputdir = @inputdir@ 236install_sh = @install_sh@ 237libdir = @libdir@ 238libexecdir = @libexecdir@ 239localedir = @localedir@ 240localstatedir = @localstatedir@ 241lt_ECHO = @lt_ECHO@ 242mandir = @mandir@ 243mkdir_p = @mkdir_p@ 244oldincludedir = @oldincludedir@ 245pdfdir = @pdfdir@ 246prefix = @prefix@ 247program_transform_name = @program_transform_name@ 248psdir = @psdir@ 249sbindir = @sbindir@ 250sharedstatedir = @sharedstatedir@ 251srcdir = @srcdir@ 252sysconfdir = @sysconfdir@ 253target_alias = @target_alias@ 254top_build_prefix = @top_build_prefix@ 255top_builddir = @top_builddir@ 256top_srcdir = @top_srcdir@ 257AUTOMAKE_OPTIONS = foreign 258SUBDIRS = src man 259EXTRA_DIST = ChangeLog 260MAINTAINERCLEANFILES = ChangeLog 261all: config.h 262 $(MAKE) $(AM_MAKEFLAGS) all-recursive 263 264.SUFFIXES: 265am--refresh: 266 @: 267$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 268 @for dep in $?; do \ 269 case '$(am__configure_deps)' in \ 270 *$$dep*) \ 271 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 272 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 273 && exit 0; \ 274 exit 1;; \ 275 esac; \ 276 done; \ 277 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 278 $(am__cd) $(top_srcdir) && \ 279 $(AUTOMAKE) --foreign Makefile 280.PRECIOUS: Makefile 281Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 282 @case '$?' in \ 283 *config.status*) \ 284 echo ' $(SHELL) ./config.status'; \ 285 $(SHELL) ./config.status;; \ 286 *) \ 287 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 288 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 289 esac; 290 291$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 292 $(SHELL) ./config.status --recheck 293 294$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 295 $(am__cd) $(srcdir) && $(AUTOCONF) 296$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 297 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 298$(am__aclocal_m4_deps): 299 300config.h: stamp-h1 301 @if test ! -f $@; then \ 302 rm -f stamp-h1; \ 303 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 304 else :; fi 305 306stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 307 @rm -f stamp-h1 308 cd $(top_builddir) && $(SHELL) ./config.status config.h 309$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 310 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 311 rm -f stamp-h1 312 touch $@ 313 314distclean-hdr: 315 -rm -f config.h stamp-h1 316 317mostlyclean-libtool: 318 -rm -f *.lo 319 320clean-libtool: 321 -rm -rf .libs _libs 322 323distclean-libtool: 324 -rm -f libtool config.lt 325 326# This directory's subdirectories are mostly independent; you can cd 327# into them and run `make' without going through this Makefile. 328# To change the values of `make' variables: instead of editing Makefiles, 329# (1) if the variable is set in `config.status', edit `config.status' 330# (which will cause the Makefiles to be regenerated when you run `make'); 331# (2) otherwise, pass the desired values on the `make' command line. 332$(RECURSIVE_TARGETS): 333 @fail= failcom='exit 1'; \ 334 for f in x $$MAKEFLAGS; do \ 335 case $$f in \ 336 *=* | --[!k]*);; \ 337 *k*) failcom='fail=yes';; \ 338 esac; \ 339 done; \ 340 dot_seen=no; \ 341 target=`echo $@ | sed s/-recursive//`; \ 342 list='$(SUBDIRS)'; for subdir in $$list; do \ 343 echo "Making $$target in $$subdir"; \ 344 if test "$$subdir" = "."; then \ 345 dot_seen=yes; \ 346 local_target="$$target-am"; \ 347 else \ 348 local_target="$$target"; \ 349 fi; \ 350 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 351 || eval $$failcom; \ 352 done; \ 353 if test "$$dot_seen" = "no"; then \ 354 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 355 fi; test -z "$$fail" 356 357$(RECURSIVE_CLEAN_TARGETS): 358 @fail= failcom='exit 1'; \ 359 for f in x $$MAKEFLAGS; do \ 360 case $$f in \ 361 *=* | --[!k]*);; \ 362 *k*) failcom='fail=yes';; \ 363 esac; \ 364 done; \ 365 dot_seen=no; \ 366 case "$@" in \ 367 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 368 *) list='$(SUBDIRS)' ;; \ 369 esac; \ 370 rev=''; for subdir in $$list; do \ 371 if test "$$subdir" = "."; then :; else \ 372 rev="$$subdir $$rev"; \ 373 fi; \ 374 done; \ 375 rev="$$rev ."; \ 376 target=`echo $@ | sed s/-recursive//`; \ 377 for subdir in $$rev; do \ 378 echo "Making $$target in $$subdir"; \ 379 if test "$$subdir" = "."; then \ 380 local_target="$$target-am"; \ 381 else \ 382 local_target="$$target"; \ 383 fi; \ 384 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 385 || eval $$failcom; \ 386 done && test -z "$$fail" 387tags-recursive: 388 list='$(SUBDIRS)'; for subdir in $$list; do \ 389 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 390 done 391ctags-recursive: 392 list='$(SUBDIRS)'; for subdir in $$list; do \ 393 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 394 done 395 396ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 397 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 398 unique=`for i in $$list; do \ 399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 400 done | \ 401 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 402 END { if (nonempty) { for (i in files) print i; }; }'`; \ 403 mkid -fID $$unique 404tags: TAGS 405 406TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 407 $(TAGS_FILES) $(LISP) 408 set x; \ 409 here=`pwd`; \ 410 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 411 include_option=--etags-include; \ 412 empty_fix=.; \ 413 else \ 414 include_option=--include; \ 415 empty_fix=; \ 416 fi; \ 417 list='$(SUBDIRS)'; for subdir in $$list; do \ 418 if test "$$subdir" = .; then :; else \ 419 test ! -f $$subdir/TAGS || \ 420 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 421 fi; \ 422 done; \ 423 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 424 unique=`for i in $$list; do \ 425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 426 done | \ 427 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 428 END { if (nonempty) { for (i in files) print i; }; }'`; \ 429 shift; \ 430 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 431 test -n "$$unique" || unique=$$empty_fix; \ 432 if test $$# -gt 0; then \ 433 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 434 "$$@" $$unique; \ 435 else \ 436 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 437 $$unique; \ 438 fi; \ 439 fi 440ctags: CTAGS 441CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 442 $(TAGS_FILES) $(LISP) 443 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 444 unique=`for i in $$list; do \ 445 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 446 done | \ 447 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 448 END { if (nonempty) { for (i in files) print i; }; }'`; \ 449 test -z "$(CTAGS_ARGS)$$unique" \ 450 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 451 $$unique 452 453GTAGS: 454 here=`$(am__cd) $(top_builddir) && pwd` \ 455 && $(am__cd) $(top_srcdir) \ 456 && gtags -i $(GTAGS_ARGS) "$$here" 457 458distclean-tags: 459 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 460 461distdir: $(DISTFILES) 462 $(am__remove_distdir) 463 test -d "$(distdir)" || mkdir "$(distdir)" 464 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 465 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 466 list='$(DISTFILES)'; \ 467 dist_files=`for file in $$list; do echo $$file; done | \ 468 sed -e "s|^$$srcdirstrip/||;t" \ 469 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 470 case $$dist_files in \ 471 */*) $(MKDIR_P) `echo "$$dist_files" | \ 472 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 473 sort -u` ;; \ 474 esac; \ 475 for file in $$dist_files; do \ 476 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 477 if test -d $$d/$$file; then \ 478 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 479 if test -d "$(distdir)/$$file"; then \ 480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 481 fi; \ 482 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 483 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 485 fi; \ 486 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 487 else \ 488 test -f "$(distdir)/$$file" \ 489 || cp -p $$d/$$file "$(distdir)/$$file" \ 490 || exit 1; \ 491 fi; \ 492 done 493 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 494 if test "$$subdir" = .; then :; else \ 495 test -d "$(distdir)/$$subdir" \ 496 || $(MKDIR_P) "$(distdir)/$$subdir" \ 497 || exit 1; \ 498 fi; \ 499 done 500 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 501 if test "$$subdir" = .; then :; else \ 502 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 503 $(am__relativize); \ 504 new_distdir=$$reldir; \ 505 dir1=$$subdir; dir2="$(top_distdir)"; \ 506 $(am__relativize); \ 507 new_top_distdir=$$reldir; \ 508 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 509 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 510 ($(am__cd) $$subdir && \ 511 $(MAKE) $(AM_MAKEFLAGS) \ 512 top_distdir="$$new_top_distdir" \ 513 distdir="$$new_distdir" \ 514 am__remove_distdir=: \ 515 am__skip_length_check=: \ 516 am__skip_mode_fix=: \ 517 distdir) \ 518 || exit 1; \ 519 fi; \ 520 done 521 $(MAKE) $(AM_MAKEFLAGS) \ 522 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 523 dist-hook 524 -test -n "$(am__skip_mode_fix)" \ 525 || find "$(distdir)" -type d ! -perm -755 \ 526 -exec chmod u+rwx,go+rx {} \; -o \ 527 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 528 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 529 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 530 || chmod -R a+r "$(distdir)" 531dist-gzip: distdir 532 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 533 $(am__remove_distdir) 534dist-bzip2: distdir 535 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 536 $(am__remove_distdir) 537 538dist-lzma: distdir 539 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 540 $(am__remove_distdir) 541 542dist-xz: distdir 543 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 544 $(am__remove_distdir) 545 546dist-tarZ: distdir 547 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 548 $(am__remove_distdir) 549 550dist-shar: distdir 551 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 552 $(am__remove_distdir) 553 554dist-zip: distdir 555 -rm -f $(distdir).zip 556 zip -rq $(distdir).zip $(distdir) 557 $(am__remove_distdir) 558 559dist dist-all: distdir 560 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 561 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 562 $(am__remove_distdir) 563 564# This target untars the dist file and tries a VPATH configuration. Then 565# it guarantees that the distribution is self-contained by making another 566# tarfile. 567distcheck: dist 568 case '$(DIST_ARCHIVES)' in \ 569 *.tar.gz*) \ 570 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 571 *.tar.bz2*) \ 572 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 573 *.tar.lzma*) \ 574 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 575 *.tar.xz*) \ 576 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 577 *.tar.Z*) \ 578 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 579 *.shar.gz*) \ 580 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 581 *.zip*) \ 582 unzip $(distdir).zip ;;\ 583 esac 584 chmod -R a-w $(distdir); chmod a+w $(distdir) 585 mkdir $(distdir)/_build 586 mkdir $(distdir)/_inst 587 chmod a-w $(distdir) 588 test -d $(distdir)/_build || exit 0; \ 589 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 590 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 591 && am__cwd=`pwd` \ 592 && $(am__cd) $(distdir)/_build \ 593 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 594 $(DISTCHECK_CONFIGURE_FLAGS) \ 595 && $(MAKE) $(AM_MAKEFLAGS) \ 596 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 597 && $(MAKE) $(AM_MAKEFLAGS) check \ 598 && $(MAKE) $(AM_MAKEFLAGS) install \ 599 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 600 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 601 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 602 distuninstallcheck \ 603 && chmod -R a-w "$$dc_install_base" \ 604 && ({ \ 605 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 606 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 607 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 608 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 609 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 610 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 611 && rm -rf "$$dc_destdir" \ 612 && $(MAKE) $(AM_MAKEFLAGS) dist \ 613 && rm -rf $(DIST_ARCHIVES) \ 614 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 615 && cd "$$am__cwd" \ 616 || exit 1 617 $(am__remove_distdir) 618 @(echo "$(distdir) archives ready for distribution: "; \ 619 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 620 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 621distuninstallcheck: 622 @$(am__cd) '$(distuninstallcheck_dir)' \ 623 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 624 || { echo "ERROR: files left after uninstall:" ; \ 625 if test -n "$(DESTDIR)"; then \ 626 echo " (check DESTDIR support)"; \ 627 fi ; \ 628 $(distuninstallcheck_listfiles) ; \ 629 exit 1; } >&2 630distcleancheck: distclean 631 @if test '$(srcdir)' = . ; then \ 632 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 633 exit 1 ; \ 634 fi 635 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 636 || { echo "ERROR: files left in build directory after distclean:" ; \ 637 $(distcleancheck_listfiles) ; \ 638 exit 1; } >&2 639check-am: all-am 640check: check-recursive 641all-am: Makefile config.h 642installdirs: installdirs-recursive 643installdirs-am: 644install: install-recursive 645install-exec: install-exec-recursive 646install-data: install-data-recursive 647uninstall: uninstall-recursive 648 649install-am: all-am 650 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 651 652installcheck: installcheck-recursive 653install-strip: 654 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 655 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 656 `test -z '$(STRIP)' || \ 657 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 658mostlyclean-generic: 659 660clean-generic: 661 662distclean-generic: 663 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 664 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 665 666maintainer-clean-generic: 667 @echo "This command is intended for maintainers to use" 668 @echo "it deletes files that may require special tools to rebuild." 669 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 670clean: clean-recursive 671 672clean-am: clean-generic clean-libtool mostlyclean-am 673 674distclean: distclean-recursive 675 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 676 -rm -f Makefile 677distclean-am: clean-am distclean-generic distclean-hdr \ 678 distclean-libtool distclean-tags 679 680dvi: dvi-recursive 681 682dvi-am: 683 684html: html-recursive 685 686html-am: 687 688info: info-recursive 689 690info-am: 691 692install-data-am: 693 694install-dvi: install-dvi-recursive 695 696install-dvi-am: 697 698install-exec-am: 699 700install-html: install-html-recursive 701 702install-html-am: 703 704install-info: install-info-recursive 705 706install-info-am: 707 708install-man: 709 710install-pdf: install-pdf-recursive 711 712install-pdf-am: 713 714install-ps: install-ps-recursive 715 716install-ps-am: 717 718installcheck-am: 719 720maintainer-clean: maintainer-clean-recursive 721 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 722 -rm -rf $(top_srcdir)/autom4te.cache 723 -rm -f Makefile 724maintainer-clean-am: distclean-am maintainer-clean-generic 725 726mostlyclean: mostlyclean-recursive 727 728mostlyclean-am: mostlyclean-generic mostlyclean-libtool 729 730pdf: pdf-recursive 731 732pdf-am: 733 734ps: ps-recursive 735 736ps-am: 737 738uninstall-am: 739 740.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 741 ctags-recursive install-am install-strip tags-recursive 742 743.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 744 all all-am am--refresh check check-am clean clean-generic \ 745 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 746 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 747 dist-zip distcheck distclean distclean-generic distclean-hdr \ 748 distclean-libtool distclean-tags distcleancheck distdir \ 749 distuninstallcheck dvi dvi-am html html-am info info-am \ 750 install install-am install-data install-data-am install-dvi \ 751 install-dvi-am install-exec install-exec-am install-html \ 752 install-html-am install-info install-info-am install-man \ 753 install-pdf install-pdf-am install-ps install-ps-am \ 754 install-strip installcheck installcheck-am installdirs \ 755 installdirs-am maintainer-clean maintainer-clean-generic \ 756 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 757 ps ps-am tags tags-recursive uninstall uninstall-am 758 759 760.PHONY: ChangeLog 761 762ChangeLog: 763 $(CHANGELOG_CMD) 764 765dist-hook: ChangeLog 766 767# Tell versions [3.59,3.63) of GNU make to not export all variables. 768# Otherwise a system limit (for SysV at least) may be exceeded. 769.NOEXPORT: 770