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