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