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