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