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