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