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