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