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