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@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90target_triplet = @target@ 91subdir = . 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 94 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 95 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 96 $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 100 $(am__configure_deps) $(am__DIST_COMMON) 101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 102 configure.lineno config.status.lineno 103mkinstalldirs = $(install_sh) -d 104CONFIG_HEADER = config.h 105CONFIG_CLEAN_FILES = distribute.sh 106CONFIG_CLEAN_VPATH_FILES = 107AM_V_P = $(am__v_P_@AM_V@) 108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 109am__v_P_0 = false 110am__v_P_1 = : 111AM_V_GEN = $(am__v_GEN_@AM_V@) 112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 113am__v_GEN_0 = @echo " GEN " $@; 114am__v_GEN_1 = 115AM_V_at = $(am__v_at_@AM_V@) 116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 117am__v_at_0 = @ 118am__v_at_1 = 119SOURCES = 120DIST_SOURCES = 121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 122 ctags-recursive dvi-recursive html-recursive info-recursive \ 123 install-data-recursive install-dvi-recursive \ 124 install-exec-recursive install-html-recursive \ 125 install-info-recursive install-pdf-recursive \ 126 install-ps-recursive install-recursive installcheck-recursive \ 127 installdirs-recursive pdf-recursive ps-recursive \ 128 tags-recursive uninstall-recursive 129am__can_run_installinfo = \ 130 case $$AM_UPDATE_INFO_DIR in \ 131 n|no|NO) false;; \ 132 *) (install-info --version) >/dev/null 2>&1;; \ 133 esac 134RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 135 distclean-recursive maintainer-clean-recursive 136am__recursive_targets = \ 137 $(RECURSIVE_TARGETS) \ 138 $(RECURSIVE_CLEAN_TARGETS) \ 139 $(am__extra_recursive_targets) 140AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 141 cscope distdir dist dist-all distcheck 142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 143 $(LISP)config.h.in 144# Read a list of newline-separated strings from the standard input, 145# and print each of them once, without duplicates. Input order is 146# *not* preserved. 147am__uniquify_input = $(AWK) '\ 148 BEGIN { nonempty = 0; } \ 149 { items[$$0] = 1; nonempty = 1; } \ 150 END { if (nonempty) { for (i in items) print i; }; } \ 151' 152# Make sure the list of sources is unique. This is necessary because, 153# e.g., the same source file might be shared among _SOURCES variables 154# for different programs/libraries. 155am__define_uniq_tagged_files = \ 156 list='$(am__tagged_files)'; \ 157 unique=`for i in $$list; do \ 158 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 159 done | $(am__uniquify_input)` 160ETAGS = etags 161CTAGS = ctags 162CSCOPE = cscope 163DIST_SUBDIRS = $(SUBDIRS) 164am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 165 $(srcdir)/distribute.sh.in AUTHORS COPYING INSTALL NEWS README \ 166 ar-lib compile config.guess config.sub install-sh ltmain.sh \ 167 missing 168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 169distdir = $(PACKAGE)-$(VERSION) 170top_distdir = $(distdir) 171am__remove_distdir = \ 172 if test -d "$(distdir)"; then \ 173 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 174 && rm -rf "$(distdir)" \ 175 || { sleep 5 && rm -rf "$(distdir)"; }; \ 176 else :; fi 177am__post_remove_distdir = $(am__remove_distdir) 178am__relativize = \ 179 dir0=`pwd`; \ 180 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 181 sed_rest='s,^[^/]*/*,,'; \ 182 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 183 sed_butlast='s,/*[^/]*$$,,'; \ 184 while test -n "$$dir1"; do \ 185 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 186 if test "$$first" != "."; then \ 187 if test "$$first" = ".."; then \ 188 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 189 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 190 else \ 191 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 192 if test "$$first2" = "$$first"; then \ 193 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 194 else \ 195 dir2="../$$dir2"; \ 196 fi; \ 197 dir0="$$dir0"/"$$first"; \ 198 fi; \ 199 fi; \ 200 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 201 done; \ 202 reldir="$$dir2" 203DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 204GZIP_ENV = --best 205DIST_TARGETS = dist-bzip2 dist-gzip 206distuninstallcheck_listfiles = find . -type f -print 207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 208 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 209ACLOCAL = @ACLOCAL@ 210AMTAR = @AMTAR@ 211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 212AR = @AR@ 213ATTR_LIB = @ATTR_LIB@ 214AUTOCONF = @AUTOCONF@ 215AUTOHEADER = @AUTOHEADER@ 216AUTOMAKE = @AUTOMAKE@ 217AWK = @AWK@ 218BZ_LIB = @BZ_LIB@ 219CC = @CC@ 220CCDEPMODE = @CCDEPMODE@ 221CFLAGS = @CFLAGS@ 222CPP = @CPP@ 223CPPFLAGS = @CPPFLAGS@ 224CRYPT_LIB = @CRYPT_LIB@ 225CYGPATH_W = @CYGPATH_W@ 226DEFS = @DEFS@ 227DEPDIR = @DEPDIR@ 228DLLTOOL = @DLLTOOL@ 229DL_LIB = @DL_LIB@ 230DSYMUTIL = @DSYMUTIL@ 231DUMPBIN = @DUMPBIN@ 232ECHO_C = @ECHO_C@ 233ECHO_N = @ECHO_N@ 234ECHO_T = @ECHO_T@ 235EGREP = @EGREP@ 236EXEEXT = @EXEEXT@ 237FAM_CFLAGS = @FAM_CFLAGS@ 238FAM_LIBS = @FAM_LIBS@ 239FGREP = @FGREP@ 240GDBM_LIB = @GDBM_LIB@ 241GREP = @GREP@ 242INSTALL = @INSTALL@ 243INSTALL_DATA = @INSTALL_DATA@ 244INSTALL_PROGRAM = @INSTALL_PROGRAM@ 245INSTALL_SCRIPT = @INSTALL_SCRIPT@ 246INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 247LBER_LIB = @LBER_LIB@ 248LD = @LD@ 249LDAP_LIB = @LDAP_LIB@ 250LDFLAGS = @LDFLAGS@ 251LIBDPDK_CFLAGS = @LIBDPDK_CFLAGS@ 252LIBDPDK_LIBS = @LIBDPDK_LIBS@ 253LIBEV_CFLAGS = @LIBEV_CFLAGS@ 254LIBEV_LIBS = @LIBEV_LIBS@ 255LIBMTCP_CFLAGS = @LIBMTCP_CFLAGS@ 256LIBMTCP_LIBS = @LIBMTCP_LIBS@ 257LIBOBJS = @LIBOBJS@ 258LIBPSIO_CFLAGS = @LIBPSIO_CFLAGS@ 259LIBPSIO_LIBS = @LIBPSIO_LIBS@ 260LIBS = @LIBS@ 261LIBTOOL = @LIBTOOL@ 262LIPO = @LIPO@ 263LN_S = @LN_S@ 264LTLIBOBJS = @LTLIBOBJS@ 265LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 266LUA_CFLAGS = @LUA_CFLAGS@ 267LUA_LIBS = @LUA_LIBS@ 268MAKEINFO = @MAKEINFO@ 269MANIFEST_TOOL = @MANIFEST_TOOL@ 270MEMCACHE_LIB = @MEMCACHE_LIB@ 271MKDIR_P = @MKDIR_P@ 272MYSQL_CONFIG = @MYSQL_CONFIG@ 273MYSQL_INCLUDE = @MYSQL_INCLUDE@ 274MYSQL_LIBS = @MYSQL_LIBS@ 275NM = @NM@ 276NMEDIT = @NMEDIT@ 277OBJDUMP = @OBJDUMP@ 278OBJEXT = @OBJEXT@ 279OTOOL = @OTOOL@ 280OTOOL64 = @OTOOL64@ 281PACKAGE = @PACKAGE@ 282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 283PACKAGE_NAME = @PACKAGE_NAME@ 284PACKAGE_STRING = @PACKAGE_STRING@ 285PACKAGE_TARNAME = @PACKAGE_TARNAME@ 286PACKAGE_URL = @PACKAGE_URL@ 287PACKAGE_VERSION = @PACKAGE_VERSION@ 288PATH_SEPARATOR = @PATH_SEPARATOR@ 289PCRECONFIG = @PCRECONFIG@ 290PCRE_LIB = @PCRE_LIB@ 291PKG_CONFIG = @PKG_CONFIG@ 292PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 293PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 294RANLIB = @RANLIB@ 295SED = @SED@ 296SENDFILE_LIB = @SENDFILE_LIB@ 297SET_MAKE = @SET_MAKE@ 298SHELL = @SHELL@ 299SQLITE_CFLAGS = @SQLITE_CFLAGS@ 300SQLITE_LIBS = @SQLITE_LIBS@ 301SSL_LIB = @SSL_LIB@ 302STRIP = @STRIP@ 303UUID_LIBS = @UUID_LIBS@ 304VERSION = @VERSION@ 305XML_CFLAGS = @XML_CFLAGS@ 306XML_LIBS = @XML_LIBS@ 307Z_LIB = @Z_LIB@ 308abs_builddir = @abs_builddir@ 309abs_srcdir = @abs_srcdir@ 310abs_top_builddir = @abs_top_builddir@ 311abs_top_srcdir = @abs_top_srcdir@ 312ac_ct_AR = @ac_ct_AR@ 313ac_ct_CC = @ac_ct_CC@ 314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 315am__include = @am__include@ 316am__leading_dot = @am__leading_dot@ 317am__quote = @am__quote@ 318am__tar = @am__tar@ 319am__untar = @am__untar@ 320bindir = @bindir@ 321build = @build@ 322build_alias = @build_alias@ 323build_cpu = @build_cpu@ 324build_os = @build_os@ 325build_vendor = @build_vendor@ 326builddir = @builddir@ 327datadir = @datadir@ 328datarootdir = @datarootdir@ 329docdir = @docdir@ 330dvidir = @dvidir@ 331exec_prefix = @exec_prefix@ 332host = @host@ 333host_alias = @host_alias@ 334host_cpu = @host_cpu@ 335host_os = @host_os@ 336host_vendor = @host_vendor@ 337htmldir = @htmldir@ 338includedir = @includedir@ 339infodir = @infodir@ 340install_sh = @install_sh@ 341libdir = @libdir@ 342libexecdir = @libexecdir@ 343localedir = @localedir@ 344localstatedir = @localstatedir@ 345mandir = @mandir@ 346mkdir_p = @mkdir_p@ 347oldincludedir = @oldincludedir@ 348pdfdir = @pdfdir@ 349prefix = @prefix@ 350program_transform_name = @program_transform_name@ 351psdir = @psdir@ 352sbindir = @sbindir@ 353sharedstatedir = @sharedstatedir@ 354srcdir = @srcdir@ 355sysconfdir = @sysconfdir@ 356target = @target@ 357target_alias = @target_alias@ 358target_cpu = @target_cpu@ 359target_os = @target_os@ 360target_vendor = @target_vendor@ 361top_build_prefix = @top_build_prefix@ 362top_builddir = @top_builddir@ 363top_srcdir = @top_srcdir@ 364SUBDIRS = src doc tests 365EXTRA_DIST = autogen.sh SConstruct 366ACLOCAL_AMFLAGS = -I m4 367distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' 368all: config.h 369 $(MAKE) $(AM_MAKEFLAGS) all-recursive 370 371.SUFFIXES: 372am--refresh: Makefile 373 @: 374$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 375 @for dep in $?; do \ 376 case '$(am__configure_deps)' in \ 377 *$$dep*) \ 378 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 379 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 380 && exit 0; \ 381 exit 1;; \ 382 esac; \ 383 done; \ 384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 385 $(am__cd) $(top_srcdir) && \ 386 $(AUTOMAKE) --foreign Makefile 387Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 388 @case '$?' in \ 389 *config.status*) \ 390 echo ' $(SHELL) ./config.status'; \ 391 $(SHELL) ./config.status;; \ 392 *) \ 393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 394 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 395 esac; 396 397$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 398 $(SHELL) ./config.status --recheck 399 400$(top_srcdir)/configure: $(am__configure_deps) 401 $(am__cd) $(srcdir) && $(AUTOCONF) 402$(ACLOCAL_M4): $(am__aclocal_m4_deps) 403 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 404$(am__aclocal_m4_deps): 405 406config.h: stamp-h1 407 @test -f $@ || rm -f stamp-h1 408 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 409 410stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 411 @rm -f stamp-h1 412 cd $(top_builddir) && $(SHELL) ./config.status config.h 413$(srcdir)/config.h.in: $(am__configure_deps) 414 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 415 rm -f stamp-h1 416 touch $@ 417 418distclean-hdr: 419 -rm -f config.h stamp-h1 420distribute.sh: $(top_builddir)/config.status $(srcdir)/distribute.sh.in 421 cd $(top_builddir) && $(SHELL) ./config.status $@ 422 423mostlyclean-libtool: 424 -rm -f *.lo 425 426clean-libtool: 427 -rm -rf .libs _libs 428 429distclean-libtool: 430 -rm -f libtool config.lt 431 432# This directory's subdirectories are mostly independent; you can cd 433# into them and run 'make' without going through this Makefile. 434# To change the values of 'make' variables: instead of editing Makefiles, 435# (1) if the variable is set in 'config.status', edit 'config.status' 436# (which will cause the Makefiles to be regenerated when you run 'make'); 437# (2) otherwise, pass the desired values on the 'make' command line. 438$(am__recursive_targets): 439 @fail=; \ 440 if $(am__make_keepgoing); then \ 441 failcom='fail=yes'; \ 442 else \ 443 failcom='exit 1'; \ 444 fi; \ 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 -test -n "$(am__skip_mode_fix)" \ 596 || find "$(distdir)" -type d ! -perm -755 \ 597 -exec chmod u+rwx,go+rx {} \; -o \ 598 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 599 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 600 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 601 || chmod -R a+r "$(distdir)" 602dist-gzip: distdir 603 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 604 $(am__post_remove_distdir) 605dist-bzip2: distdir 606 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 607 $(am__post_remove_distdir) 608 609dist-lzip: distdir 610 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 611 $(am__post_remove_distdir) 612 613dist-xz: distdir 614 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 615 $(am__post_remove_distdir) 616 617dist-tarZ: distdir 618 @echo WARNING: "Support for distribution archives compressed with" \ 619 "legacy program 'compress' is deprecated." >&2 620 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 621 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 622 $(am__post_remove_distdir) 623 624dist-shar: distdir 625 @echo WARNING: "Support for shar distribution archives is" \ 626 "deprecated." >&2 627 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 628 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 629 $(am__post_remove_distdir) 630 631dist-zip: distdir 632 -rm -f $(distdir).zip 633 zip -rq $(distdir).zip $(distdir) 634 $(am__post_remove_distdir) 635 636dist dist-all: 637 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 638 $(am__post_remove_distdir) 639 640# This target untars the dist file and tries a VPATH configuration. Then 641# it guarantees that the distribution is self-contained by making another 642# tarfile. 643distcheck: dist 644 case '$(DIST_ARCHIVES)' in \ 645 *.tar.gz*) \ 646 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 647 *.tar.bz2*) \ 648 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 649 *.tar.lz*) \ 650 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 651 *.tar.xz*) \ 652 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 653 *.tar.Z*) \ 654 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 655 *.shar.gz*) \ 656 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 657 *.zip*) \ 658 unzip $(distdir).zip ;;\ 659 esac 660 chmod -R a-w $(distdir) 661 chmod u+w $(distdir) 662 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 663 chmod a-w $(distdir) 664 test -d $(distdir)/_build || exit 0; \ 665 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 666 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 667 && am__cwd=`pwd` \ 668 && $(am__cd) $(distdir)/_build/sub \ 669 && ../../configure \ 670 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 671 $(DISTCHECK_CONFIGURE_FLAGS) \ 672 --srcdir=../.. --prefix="$$dc_install_base" \ 673 && $(MAKE) $(AM_MAKEFLAGS) \ 674 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 675 && $(MAKE) $(AM_MAKEFLAGS) check \ 676 && $(MAKE) $(AM_MAKEFLAGS) install \ 677 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 678 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 679 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 680 distuninstallcheck \ 681 && chmod -R a-w "$$dc_install_base" \ 682 && ({ \ 683 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 684 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 685 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 686 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 687 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 688 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 689 && rm -rf "$$dc_destdir" \ 690 && $(MAKE) $(AM_MAKEFLAGS) dist \ 691 && rm -rf $(DIST_ARCHIVES) \ 692 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 693 && cd "$$am__cwd" \ 694 || exit 1 695 $(am__post_remove_distdir) 696 @(echo "$(distdir) archives ready for distribution: "; \ 697 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 698 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 699distuninstallcheck: 700 @test -n '$(distuninstallcheck_dir)' || { \ 701 echo 'ERROR: trying to run $@ with an empty' \ 702 '$$(distuninstallcheck_dir)' >&2; \ 703 exit 1; \ 704 }; \ 705 $(am__cd) '$(distuninstallcheck_dir)' || { \ 706 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 707 exit 1; \ 708 }; \ 709 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 710 || { echo "ERROR: files left after uninstall:" ; \ 711 if test -n "$(DESTDIR)"; then \ 712 echo " (check DESTDIR support)"; \ 713 fi ; \ 714 $(distuninstallcheck_listfiles) ; \ 715 exit 1; } >&2 716distcleancheck: distclean 717 @if test '$(srcdir)' = . ; then \ 718 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 719 exit 1 ; \ 720 fi 721 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 722 || { echo "ERROR: files left in build directory after distclean:" ; \ 723 $(distcleancheck_listfiles) ; \ 724 exit 1; } >&2 725check-am: all-am 726check: check-recursive 727all-am: Makefile config.h 728installdirs: installdirs-recursive 729installdirs-am: 730install: install-recursive 731install-exec: install-exec-recursive 732install-data: install-data-recursive 733uninstall: uninstall-recursive 734 735install-am: all-am 736 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 737 738installcheck: installcheck-recursive 739install-strip: 740 if test -z '$(STRIP)'; then \ 741 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 742 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 743 install; \ 744 else \ 745 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 746 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 747 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 748 fi 749mostlyclean-generic: 750 751clean-generic: 752 753distclean-generic: 754 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 755 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 756 757maintainer-clean-generic: 758 @echo "This command is intended for maintainers to use" 759 @echo "it deletes files that may require special tools to rebuild." 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: 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: 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-lzip dist-shar dist-tarZ \ 836 dist-xz dist-zip distcheck distclean distclean-generic \ 837 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 838 distdir distuninstallcheck dvi dvi-am html html-am info \ 839 info-am install install-am install-data install-data-am \ 840 install-dvi install-dvi-am install-exec install-exec-am \ 841 install-html install-html-am install-info install-info-am \ 842 install-man install-pdf install-pdf-am install-ps \ 843 install-ps-am install-strip installcheck installcheck-am \ 844 installdirs installdirs-am maintainer-clean \ 845 maintainer-clean-generic mostlyclean mostlyclean-generic \ 846 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 847 uninstall-am 848 849.PRECIOUS: Makefile 850 851 852# Tell versions [3.59,3.63) of GNU make to not export all variables. 853# Otherwise a system limit (for SysV at least) may be exceeded. 854.NOEXPORT: 855