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