===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tntnet-2.2.1/tntnet-config.in-495-    case "$1" in
tntnet-2.2.1/tntnet-config.in:496:    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
tntnet-2.2.1/tntnet-config.in-497-    *) optarg= ;;
##############################################
tntnet-2.2.1/doc/man/Makefile.in-76-  esac
tntnet-2.2.1/doc/man/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/doc/man/Makefile.in-78-am__vpath_adj = case $$p in \
tntnet-2.2.1/doc/man/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/doc/man/Makefile.in-80-    *) f=$$p;; \
tntnet-2.2.1/doc/man/Makefile.in-81-  esac;
tntnet-2.2.1/doc/man/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/doc/man/Makefile.in-83-am__install_max = 40
tntnet-2.2.1/doc/man/Makefile.in-84-am__nobase_strip_setup = \
tntnet-2.2.1/doc/man/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/doc/man/Makefile.in-86-am__nobase_strip = \
##############################################
tntnet-2.2.1/doc/man/Makefile.in-301-	test -n "$(man1dir)" \
tntnet-2.2.1/doc/man/Makefile.in:302:	  && test -n "`echo $$list1$$list2`" \
tntnet-2.2.1/doc/man/Makefile.in-303-	  || exit 0; \
##############################################
tntnet-2.2.1/doc/man/Makefile.in-344-	test -n "$(man7dir)" \
tntnet-2.2.1/doc/man/Makefile.in:345:	  && test -n "`echo $$list1$$list2`" \
tntnet-2.2.1/doc/man/Makefile.in-346-	  || exit 0; \
##############################################
tntnet-2.2.1/doc/man/Makefile.in-387-	test -n "$(man8dir)" \
tntnet-2.2.1/doc/man/Makefile.in:388:	  && test -n "`echo $$list1$$list2`" \
tntnet-2.2.1/doc/man/Makefile.in-389-	  || exit 0; \
##############################################
tntnet-2.2.1/doc/man/Makefile.in-448-	else :; fi
tntnet-2.2.1/doc/man/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/doc/man/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/doc/man/Makefile.in-451-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/doc/man/Makefile.in-462-	  if test -d $$d/$$file; then \
tntnet-2.2.1/doc/man/Makefile.in:463:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/doc/man/Makefile.in-464-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/doc/quick-start-guide.markdown-74-A tntnet-webapplication is a simple web-page with special tags like
tntnet-2.2.1/doc/quick-start-guide.markdown:75:`<$ ... $>`.  The ecppc-compiler creates a c++-sourcefile and a headerfile with
tntnet-2.2.1/doc/quick-start-guide.markdown-76-the same basename. They include a class, which has also the same named as the
##############################################
tntnet-2.2.1/doc/quick-start-guide.markdown-81-
tntnet-2.2.1/doc/quick-start-guide.markdown:82:The tags `<$ ... $>` outputs a c++-expression. The result of the expression is
tntnet-2.2.1/doc/quick-start-guide.markdown-83-printed into the resulting page, when the page is requested (on runtime).
##############################################
tntnet-2.2.1/doc/quick-start-guide.markdown-127-binary file and which mime-type to generate. The flag `-b` tells ecppc not to
tntnet-2.2.1/doc/quick-start-guide.markdown:128:look for tags like `<$...$>`. The component needs to tell the browser the
tntnet-2.2.1/doc/quick-start-guide.markdown-129-mime-type which is "image/jpg" for your picture. The option `-m` is used to tell
##############################################
tntnet-2.2.1/doc/quick-start-guide.markdown-206-Tntnet is made for writing web applications in C++. In the first example you saw
tntnet-2.2.1/doc/quick-start-guide.markdown:207:one type of tag: `<$...$>`. This encloses a C++-expression, which is evaluated
tntnet-2.2.1/doc/quick-start-guide.markdown-208-and printed on the resulting page.
##############################################
tntnet-2.2.1/m4/pkg.m4-74-    PKG_CHECK_EXISTS([$3],
tntnet-2.2.1/m4/pkg.m4:75:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
tntnet-2.2.1/m4/pkg.m4-76-		     [pkg_failed=yes])
##############################################
tntnet-2.2.1/m4/pkg.m4-122-        if test $_pkg_short_errors_supported = yes; then
tntnet-2.2.1/m4/pkg.m4:123:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
tntnet-2.2.1/m4/pkg.m4-124-        else 
tntnet-2.2.1/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
tntnet-2.2.1/m4/pkg.m4-126-        fi
##############################################
tntnet-2.2.1/m4/ax_compiler_vendor.m4-73-      *:) vendor=$ventest; continue ;;
tntnet-2.2.1/m4/ax_compiler_vendor.m4:74:      *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
tntnet-2.2.1/m4/ax_compiler_vendor.m4-75-    esac
##############################################
tntnet-2.2.1/m4/ax_compiler_vendor.m4-81-  done
tntnet-2.2.1/m4/ax_compiler_vendor.m4:82:  ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor=`echo $vendor | cut -d: -f1`
tntnet-2.2.1/m4/ax_compiler_vendor.m4-83- ])
##############################################
tntnet-2.2.1/m4/ltsugar.m4-67-m4_define([lt_combine],
tntnet-2.2.1/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
tntnet-2.2.1/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
tntnet-2.2.1/m4/libtool.m4-125-done
tntnet-2.2.1/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
tntnet-2.2.1/m4/libtool.m4-127-])
##############################################
tntnet-2.2.1/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
tntnet-2.2.1/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
tntnet-2.2.1/m4/libtool.m4-429-
##############################################
tntnet-2.2.1/m4/libtool.m4-437-#
tntnet-2.2.1/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
tntnet-2.2.1/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
tntnet-2.2.1/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
tntnet-2.2.1/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
tntnet-2.2.1/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
tntnet-2.2.1/m4/libtool.m4-551-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
tntnet-2.2.1/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
tntnet-2.2.1/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
tntnet-2.2.1/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
tntnet-2.2.1/m4/libtool.m4-564-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-720-
tntnet-2.2.1/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
tntnet-2.2.1/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
tntnet-2.2.1/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
tntnet-2.2.1/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
tntnet-2.2.1/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
tntnet-2.2.1/m4/libtool.m4-1143-      }]'
tntnet-2.2.1/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
tntnet-2.2.1/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
tntnet-2.2.1/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/m4/libtool.m4-1148-  fi],[])
##############################################
tntnet-2.2.1/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
tntnet-2.2.1/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
tntnet-2.2.1/m4/libtool.m4-1181-  ECHO='print -r --'
tntnet-2.2.1/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
tntnet-2.2.1/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
tntnet-2.2.1/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
tntnet-2.2.1/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
tntnet-2.2.1/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
tntnet-2.2.1/m4/libtool.m4-1217-
##############################################
tntnet-2.2.1/m4/libtool.m4-1237-   if test "$GCC" = yes; then
tntnet-2.2.1/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
tntnet-2.2.1/m4/libtool.m4-1239-   fi
##############################################
tntnet-2.2.1/m4/libtool.m4-1241- /*)
tntnet-2.2.1/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
tntnet-2.2.1/m4/libtool.m4-1243-   ;; #(
##############################################
tntnet-2.2.1/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
tntnet-2.2.1/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
tntnet-2.2.1/m4/libtool.m4-1272-      *ELF-32*)
##############################################
tntnet-2.2.1/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
tntnet-2.2.1/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
tntnet-2.2.1/m4/libtool.m4-1288-	*32-bit*)
##############################################
tntnet-2.2.1/m4/libtool.m4-1298-    else
tntnet-2.2.1/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
tntnet-2.2.1/m4/libtool.m4-1300-	*32-bit*)
##############################################
tntnet-2.2.1/m4/libtool.m4-1650-    # And add a safety zone
tntnet-2.2.1/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
tntnet-2.2.1/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
tntnet-2.2.1/m4/libtool.m4-1653-    ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-1683-    if test -n "$kargmax"; then
tntnet-2.2.1/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
tntnet-2.2.1/m4/libtool.m4-1685-    else
##############################################
tntnet-2.2.1/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
tntnet-2.2.1/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
tntnet-2.2.1/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
tntnet-2.2.1/m4/libtool.m4-1694-    else
##############################################
tntnet-2.2.1/m4/libtool.m4-1703-      # we can't tell.
tntnet-2.2.1/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
tntnet-2.2.1/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
tntnet-2.2.1/m4/libtool.m4-1707-      do
tntnet-2.2.1/m4/libtool.m4:1708:        i=`expr $i + 1`
tntnet-2.2.1/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
tntnet-2.2.1/m4/libtool.m4-1711-      # Only check the string length outside the loop.
tntnet-2.2.1/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
tntnet-2.2.1/m4/libtool.m4-1713-      teststring=
##############################################
tntnet-2.2.1/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
tntnet-2.2.1/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
tntnet-2.2.1/m4/libtool.m4-1718-    fi
##############################################
tntnet-2.2.1/m4/libtool.m4-2041-  if test "$hard_links" = no; then
tntnet-2.2.1/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
tntnet-2.2.1/m4/libtool.m4-2043-    need_locks=warn
##############################################
tntnet-2.2.1/m4/libtool.m4-2172-  esac
tntnet-2.2.1/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
tntnet-2.2.1/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
tntnet-2.2.1/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
tntnet-2.2.1/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
tntnet-2.2.1/m4/libtool.m4-2181-    ;;
tntnet-2.2.1/m4/libtool.m4-2182-  *)
tntnet-2.2.1/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/m4/libtool.m4-2184-    ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
tntnet-2.2.1/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
tntnet-2.2.1/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
tntnet-2.2.1/m4/libtool.m4-2223-  esac
tntnet-2.2.1/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
tntnet-2.2.1/m4/libtool.m4-2225-else
##############################################
tntnet-2.2.1/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
tntnet-2.2.1/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
tntnet-2.2.1/m4/libtool.m4-2313-    ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
tntnet-2.2.1/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
tntnet-2.2.1/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
tntnet-2.2.1/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
tntnet-2.2.1/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
tntnet-2.2.1/m4/libtool.m4-2356-      fi'
tntnet-2.2.1/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
tntnet-2.2.1/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
tntnet-2.2.1/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
tntnet-2.2.1/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
tntnet-2.2.1/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
tntnet-2.2.1/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/m4/libtool.m4-2372-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
tntnet-2.2.1/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/m4/libtool.m4-2376-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-2383-    libname_spec='$name'
tntnet-2.2.1/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
tntnet-2.2.1/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
tntnet-2.2.1/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
tntnet-2.2.1/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
tntnet-2.2.1/m4/libtool.m4-2400-      # Convert to MSYS style.
tntnet-2.2.1/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
tntnet-2.2.1/m4/libtool.m4-2402-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
tntnet-2.2.1/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
tntnet-2.2.1/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
tntnet-2.2.1/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/m4/libtool.m4-2410-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
tntnet-2.2.1/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
tntnet-2.2.1/m4/libtool.m4-2416-      else
tntnet-2.2.1/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/m4/libtool.m4-2418-      fi
##############################################
tntnet-2.2.1/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
tntnet-2.2.1/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
tntnet-2.2.1/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
tntnet-2.2.1/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
tntnet-2.2.1/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
tntnet-2.2.1/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
tntnet-2.2.1/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
tntnet-2.2.1/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
tntnet-2.2.1/m4/libtool.m4-2438-    # Assume MSVC wrapper
tntnet-2.2.1/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
tntnet-2.2.1/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
tntnet-2.2.1/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
tntnet-2.2.1/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
tntnet-2.2.1/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
tntnet-2.2.1/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
tntnet-2.2.1/m4/libtool.m4:2677:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
tntnet-2.2.1/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
tntnet-2.2.1/m4/libtool.m4-2739-  shlibpath_var=LD_LIBRARY_PATH
tntnet-2.2.1/m4/libtool.m4:2740:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/m4/libtool.m4-2741-    case $host_os in
##############################################
tntnet-2.2.1/m4/libtool.m4-2956-	"file_magic "*)
tntnet-2.2.1/m4/libtool.m4:2957:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
tntnet-2.2.1/m4/libtool.m4-2958-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
tntnet-2.2.1/m4/libtool.m4-3039-    # gcc leaves a trailing carriage return which upsets mingw
tntnet-2.2.1/m4/libtool.m4:3040:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tntnet-2.2.1/m4/libtool.m4-3041-  *)
tntnet-2.2.1/m4/libtool.m4:3042:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tntnet-2.2.1/m4/libtool.m4-3043-  esac
##############################################
tntnet-2.2.1/m4/libtool.m4-3048-      # Canonicalize the pathname of ld
tntnet-2.2.1/m4/libtool.m4:3049:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
tntnet-2.2.1/m4/libtool.m4-3050-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
tntnet-2.2.1/m4/libtool.m4:3051:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
tntnet-2.2.1/m4/libtool.m4-3052-      done
##############################################
tntnet-2.2.1/m4/libtool.m4-3079-      # Break only if it was the GNU/non-GNU ld that we prefer.
tntnet-2.2.1/m4/libtool.m4:3080:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
tntnet-2.2.1/m4/libtool.m4-3081-      *GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3119-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
tntnet-2.2.1/m4/libtool.m4:3120:case `$LD -v 2>&1 </dev/null` in
tntnet-2.2.1/m4/libtool.m4-3121-*GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3314-openbsd*)
tntnet-2.2.1/m4/libtool.m4:3315:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/m4/libtool.m4-3316-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
tntnet-2.2.1/m4/libtool.m4-3378-    else
tntnet-2.2.1/m4/libtool.m4:3379:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
tntnet-2.2.1/m4/libtool.m4-3380-    fi
##############################################
tntnet-2.2.1/m4/libtool.m4-3424-	# Tru64's nm complains that /dev/null is an invalid object file
tntnet-2.2.1/m4/libtool.m4:3425:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
tntnet-2.2.1/m4/libtool.m4-3426-	*/dev/null* | *'Invalid file or object type'*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3430-	*)
tntnet-2.2.1/m4/libtool.m4:3431:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
tntnet-2.2.1/m4/libtool.m4-3432-	  */dev/null*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3456-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
tntnet-2.2.1/m4/libtool.m4:3457:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
tntnet-2.2.1/m4/libtool.m4-3458-    *COFF*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3515-  # decide which to use based on capabilities of $DLLTOOL
tntnet-2.2.1/m4/libtool.m4:3516:  case `$DLLTOOL --help 2>&1` in
tntnet-2.2.1/m4/libtool.m4-3517-  *--identify-strict*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3674-# If we're using GNU nm, then use its standard symbol codes.
tntnet-2.2.1/m4/libtool.m4:3675:case `$NM -V 2>&1` in
tntnet-2.2.1/m4/libtool.m4-3676-*GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/m4/libtool.m4-3692-mingw*)
tntnet-2.2.1/m4/libtool.m4:3693:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
tntnet-2.2.1/m4/libtool.m4-3694-  ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-3745-    nlist=conftest.nm
tntnet-2.2.1/m4/libtool.m4:3746:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
tntnet-2.2.1/m4/libtool.m4-3747-      # Try sorting and uniquifying the output.
##############################################
tntnet-2.2.1/m4/libtool.m4-4083-	  *)
tntnet-2.2.1/m4/libtool.m4:4084:	    case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/m4/libtool.m4-4085-	    *Sun\ C*)
##############################################
tntnet-2.2.1/m4/libtool.m4-4388-      *)
tntnet-2.2.1/m4/libtool.m4:4389:	case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/m4/libtool.m4-4390-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
tntnet-2.2.1/m4/libtool.m4-4660-	# shared libraries, regardless of the interface used.
tntnet-2.2.1/m4/libtool.m4:4661:	case `$LD -v 2>&1` in
tntnet-2.2.1/m4/libtool.m4-4662-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-4692-    supports_anon_versioning=no
tntnet-2.2.1/m4/libtool.m4:4693:    case `$LD -v 2>&1` in
tntnet-2.2.1/m4/libtool.m4-4694-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-4761-	# is EXPORTS), use it as is; otherwise, prepend...
tntnet-2.2.1/m4/libtool.m4:4762:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/m4/libtool.m4-4763-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
tntnet-2.2.1/m4/libtool.m4-4789-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
tntnet-2.2.1/m4/libtool.m4:4790:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/m4/libtool.m4:4791:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/m4/libtool.m4-4792-      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-4807-        pgcc*)				# Portland Group C compiler
tntnet-2.2.1/m4/libtool.m4:4808:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/m4/libtool.m4-4809-	  tmp_addflag=' $pic_flag'
##############################################
tntnet-2.2.1/m4/libtool.m4-4812-					# Portland Group f77 and f90 compilers
tntnet-2.2.1/m4/libtool.m4:4813:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/m4/libtool.m4-4814-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-4827-	nvcc*)	# Cuda Compiler Driver 2.2
tntnet-2.2.1/m4/libtool.m4:4828:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/m4/libtool.m4-4829-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
tntnet-2.2.1/m4/libtool.m4-4831-	esac
tntnet-2.2.1/m4/libtool.m4:4832:	case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/m4/libtool.m4-4833-	*Sun\ C*)			# Sun C 5.9
tntnet-2.2.1/m4/libtool.m4:4834:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/m4/libtool.m4-4835-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
tntnet-2.2.1/m4/libtool.m4-4899-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
tntnet-2.2.1/m4/libtool.m4:4900:      case `$LD -v 2>&1` in
tntnet-2.2.1/m4/libtool.m4-4901-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
tntnet-2.2.1/m4/libtool.m4-5022-	# below for broken collect2 doesn't work under 4.3+
tntnet-2.2.1/m4/libtool.m4:5023:	  collect2name=`${CC} -print-prog-name=collect2`
tntnet-2.2.1/m4/libtool.m4-5024-	  if test -f "$collect2name" &&
##############################################
tntnet-2.2.1/m4/libtool.m4-5071-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
tntnet-2.2.1/m4/libtool.m4:5072:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
tntnet-2.2.1/m4/libtool.m4-5073-      else
##############################################
tntnet-2.2.1/m4/libtool.m4-5137-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
tntnet-2.2.1/m4/libtool.m4:5138:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/m4/libtool.m4-5139-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
tntnet-2.2.1/m4/libtool.m4-5174-	# FIXME: Setting linknames here is a bad hack.
tntnet-2.2.1/m4/libtool.m4:5175:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
tntnet-2.2.1/m4/libtool.m4-5176-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
tntnet-2.2.1/m4/libtool.m4-5312-      if test "$GCC" = yes; then
tntnet-2.2.1/m4/libtool.m4:5313:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-5314-	# Try to use the -exported_symbol ld option, if it does not
##############################################
tntnet-2.2.1/m4/libtool.m4-5335-	if test "$lt_cv_irix_exported_symbol" = yes; then
tntnet-2.2.1/m4/libtool.m4:5336:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
tntnet-2.2.1/m4/libtool.m4-5337-	fi
tntnet-2.2.1/m4/libtool.m4-5338-      else
tntnet-2.2.1/m4/libtool.m4:5339:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4:5340:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
tntnet-2.2.1/m4/libtool.m4-5341-      fi
##############################################
tntnet-2.2.1/m4/libtool.m4-5375-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
tntnet-2.2.1/m4/libtool.m4:5376:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/m4/libtool.m4-5377-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
tntnet-2.2.1/m4/libtool.m4-5408-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
tntnet-2.2.1/m4/libtool.m4:5409:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-5410-      else
tntnet-2.2.1/m4/libtool.m4-5411-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
tntnet-2.2.1/m4/libtool.m4:5412:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-5413-      fi
##############################################
tntnet-2.2.1/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
tntnet-2.2.1/m4/libtool.m4:5422:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-5423-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
tntnet-2.2.1/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
tntnet-2.2.1/m4/libtool.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4:5427:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
tntnet-2.2.1/m4/libtool.m4:5428:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
tntnet-2.2.1/m4/libtool.m4-5429-
##############################################
tntnet-2.2.1/m4/libtool.m4-5444-      else
tntnet-2.2.1/m4/libtool.m4:5445:	case `$CC -V 2>&1` in
tntnet-2.2.1/m4/libtool.m4-5446-	*"Compilers 5.0"*)
##############################################
tntnet-2.2.1/m4/libtool.m4-5637-	  _LT_TAGVAR(allow_undefined_flag, $1)=
tntnet-2.2.1/m4/libtool.m4:5638:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
tntnet-2.2.1/m4/libtool.m4-5639-	  then
##############################################
tntnet-2.2.1/m4/libtool.m4-5937-        # ancient GNU ld didn't support --whole-archive et. al.
tntnet-2.2.1/m4/libtool.m4:5938:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
tntnet-2.2.1/m4/libtool.m4-5939-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
tntnet-2.2.1/m4/libtool.m4-6020-          # below for broken collect2 doesn't work under 4.3+
tntnet-2.2.1/m4/libtool.m4:6021:	  collect2name=`${CC} -print-prog-name=collect2`
tntnet-2.2.1/m4/libtool.m4-6022-	  if test -f "$collect2name" &&
##############################################
tntnet-2.2.1/m4/libtool.m4-6070-
tntnet-2.2.1/m4/libtool.m4:6071:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
tntnet-2.2.1/m4/libtool.m4-6072-        else
##############################################
tntnet-2.2.1/m4/libtool.m4-6136-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
tntnet-2.2.1/m4/libtool.m4:6137:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/m4/libtool.m4-6138-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
tntnet-2.2.1/m4/libtool.m4-6177-	    # is EXPORTS), use it as is; otherwise, prepend...
tntnet-2.2.1/m4/libtool.m4:6178:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/m4/libtool.m4-6179-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
tntnet-2.2.1/m4/libtool.m4-6260-            # dependencies.
tntnet-2.2.1/m4/libtool.m4:6261:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/m4/libtool.m4-6262-            ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6325-	    # dependencies.
tntnet-2.2.1/m4/libtool.m4:6326:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/m4/libtool.m4-6327-	    ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6361-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
tntnet-2.2.1/m4/libtool.m4:6362:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/m4/libtool.m4:6363:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/m4/libtool.m4-6364-	;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6368-	    # SGI C++
tntnet-2.2.1/m4/libtool.m4:6369:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-6370-
##############################################
tntnet-2.2.1/m4/libtool.m4-6379-	      if test "$with_gnu_ld" = no; then
tntnet-2.2.1/m4/libtool.m4:6380:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-6381-	      else
tntnet-2.2.1/m4/libtool.m4:6382:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
tntnet-2.2.1/m4/libtool.m4-6383-	      fi
##############################################
tntnet-2.2.1/m4/libtool.m4-6400-	    # to its proper name (with version) after linking.
tntnet-2.2.1/m4/libtool.m4:6401:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
tntnet-2.2.1/m4/libtool.m4:6402:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
tntnet-2.2.1/m4/libtool.m4-6403-	    # Commands to make compiler produce verbose output that lists
##############################################
tntnet-2.2.1/m4/libtool.m4-6410-	    # dependencies.
tntnet-2.2.1/m4/libtool.m4:6411:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/m4/libtool.m4-6412-
##############################################
tntnet-2.2.1/m4/libtool.m4-6425-	    # earlier do not add the objects themselves.
tntnet-2.2.1/m4/libtool.m4:6426:	    case `$CC -V 2>&1` in
tntnet-2.2.1/m4/libtool.m4-6427-	      *"Version 7."*)
##############################################
tntnet-2.2.1/m4/libtool.m4-6446-            # Portland Group C++ compiler
tntnet-2.2.1/m4/libtool.m4:6447:	    case `$CC -V` in
tntnet-2.2.1/m4/libtool.m4-6448-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
tntnet-2.2.1/m4/libtool.m4-6451-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
tntnet-2.2.1/m4/libtool.m4:6452:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
tntnet-2.2.1/m4/libtool.m4-6453-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
tntnet-2.2.1/m4/libtool.m4-6455-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
tntnet-2.2.1/m4/libtool.m4:6456:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
tntnet-2.2.1/m4/libtool.m4-6457-		$RANLIB $oldlib'
##############################################
tntnet-2.2.1/m4/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
tntnet-2.2.1/m4/libtool.m4:6461:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
tntnet-2.2.1/m4/libtool.m4-6462-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
tntnet-2.2.1/m4/libtool.m4-6464-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
tntnet-2.2.1/m4/libtool.m4:6465:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
tntnet-2.2.1/m4/libtool.m4-6466-	      ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6474-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
tntnet-2.2.1/m4/libtool.m4:6475:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/m4/libtool.m4-6476-            ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6493-	    # dependencies.
tntnet-2.2.1/m4/libtool.m4:6494:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
tntnet-2.2.1/m4/libtool.m4-6495-	    ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6508-	  *)
tntnet-2.2.1/m4/libtool.m4:6509:	    case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/m4/libtool.m4-6510-	    *Sun\ C*)
##############################################
tntnet-2.2.1/m4/libtool.m4-6515-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
tntnet-2.2.1/m4/libtool.m4:6516:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/m4/libtool.m4-6517-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
tntnet-2.2.1/m4/libtool.m4-6585-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
tntnet-2.2.1/m4/libtool.m4:6586:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/m4/libtool.m4-6587-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
tntnet-2.2.1/m4/libtool.m4-6604-	    # to its proper name (with version) after linking.
tntnet-2.2.1/m4/libtool.m4:6605:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
tntnet-2.2.1/m4/libtool.m4-6606-
##############################################
tntnet-2.2.1/m4/libtool.m4-6625-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
tntnet-2.2.1/m4/libtool.m4:6626:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-6627-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
tntnet-2.2.1/m4/libtool.m4-6630-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
tntnet-2.2.1/m4/libtool.m4:6631:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4:6632:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
tntnet-2.2.1/m4/libtool.m4-6633-	          echo "-hidden">> $lib.exp~
tntnet-2.2.1/m4/libtool.m4:6634:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
tntnet-2.2.1/m4/libtool.m4-6635-	          $RM $lib.exp'
##############################################
tntnet-2.2.1/m4/libtool.m4-6649-	    # dependencies.
tntnet-2.2.1/m4/libtool.m4:6650:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/m4/libtool.m4-6651-	    ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6656-	        osf3*)
tntnet-2.2.1/m4/libtool.m4:6657:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-6658-		  ;;
tntnet-2.2.1/m4/libtool.m4-6659-	        *)
tntnet-2.2.1/m4/libtool.m4:6660:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/m4/libtool.m4-6661-		  ;;
##############################################
tntnet-2.2.1/m4/libtool.m4-6909-  case ${2} in
tntnet-2.2.1/m4/libtool.m4:6910:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
tntnet-2.2.1/m4/libtool.m4:6911:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
tntnet-2.2.1/m4/libtool.m4-6912-  esac
##############################################
tntnet-2.2.1/m4/libtool.m4-6997-
tntnet-2.2.1/m4/libtool.m4:6998:  for p in `eval "$output_verbose_link_cmd"`; do
tntnet-2.2.1/m4/libtool.m4-6999-    case ${prev}${p} in
##############################################
tntnet-2.2.1/m4/libtool.m4-7095-linux*)
tntnet-2.2.1/m4/libtool.m4:7096:  case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/m4/libtool.m4-7097-  *Sun\ C*)
##############################################
tntnet-2.2.1/m4/libtool.m4-7146-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
tntnet-2.2.1/m4/libtool.m4:7147: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
tntnet-2.2.1/m4/libtool.m4-7148-fi
##############################################
tntnet-2.2.1/m4/libtool.m4-7758-    test $lt_ac_count -gt 10 && break
tntnet-2.2.1/m4/libtool.m4:7759:    lt_ac_count=`expr $lt_ac_count + 1`
tntnet-2.2.1/m4/libtool.m4-7760-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
tntnet-2.2.1/m4/libtool.m4-7829-# ------------------------------------------------------
tntnet-2.2.1/m4/libtool.m4:7830:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
tntnet-2.2.1/m4/libtool.m4-7831-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
tntnet-2.2.1/ltmain.sh-167-{
tntnet-2.2.1/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
tntnet-2.2.1/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
tntnet-2.2.1/ltmain.sh-179-{
tntnet-2.2.1/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
tntnet-2.2.1/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-198-    # Extract subdirectory from the argument.
tntnet-2.2.1/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
tntnet-2.2.1/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
tntnet-2.2.1/ltmain.sh-204-    fi
tntnet-2.2.1/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
tntnet-2.2.1/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-217-    case ${2} in
tntnet-2.2.1/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
tntnet-2.2.1/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
tntnet-2.2.1/ltmain.sh-220-    esac
##############################################
tntnet-2.2.1/ltmain.sh-380-     progdir=$func_dirname_result
tntnet-2.2.1/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
tntnet-2.2.1/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
tntnet-2.2.1/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
tntnet-2.2.1/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
tntnet-2.2.1/ltmain.sh-419-bs='\\'
##############################################
tntnet-2.2.1/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
tntnet-2.2.1/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
tntnet-2.2.1/ltmain.sh-533-      done
tntnet-2.2.1/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
tntnet-2.2.1/ltmain.sh-535-
##############################################
tntnet-2.2.1/ltmain.sh-566-      # If mktemp works, use that first and foremost
tntnet-2.2.1/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
tntnet-2.2.1/ltmain.sh-568-
##############################################
tntnet-2.2.1/ltmain.sh-597-      *[\\\`\"\$]*)
tntnet-2.2.1/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
tntnet-2.2.1/ltmain.sh-599-      *)
##############################################
tntnet-2.2.1/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
tntnet-2.2.1/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
tntnet-2.2.1/ltmain.sh-704-    ;;
##############################################
tntnet-2.2.1/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
tntnet-2.2.1/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
tntnet-2.2.1/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
tntnet-2.2.1/ltmain.sh-772-	p
##############################################
tntnet-2.2.1/ltmain.sh-803-
tntnet-2.2.1/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
tntnet-2.2.1/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
tntnet-2.2.1/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-816-
tntnet-2.2.1/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
tntnet-2.2.1/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
tntnet-2.2.1/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-862-{
tntnet-2.2.1/ltmain.sh:863:    func_arith_result=`expr "${@}"`
tntnet-2.2.1/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-870-{
tntnet-2.2.1/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
tntnet-2.2.1/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-877-{
tntnet-2.2.1/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
tntnet-2.2.1/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-884-{
tntnet-2.2.1/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
tntnet-2.2.1/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
tntnet-2.2.1/ltmain.sh-968-	# quotes we have to do it in 2 steps:
tntnet-2.2.1/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
tntnet-2.2.1/ltmain.sh-970-	eval "$extractedcf"
##############################################
tntnet-2.2.1/ltmain.sh-1382-      done
tntnet-2.2.1/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
tntnet-2.2.1/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
tntnet-2.2.1/ltmain.sh-1385-      case $@ in
##############################################
tntnet-2.2.1/ltmain.sh-1395-	    # Evaluate the configuration.
tntnet-2.2.1/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
tntnet-2.2.1/ltmain.sh-1397-	    CC_quoted=
##############################################
tntnet-2.2.1/ltmain.sh-1401-	    done
tntnet-2.2.1/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
tntnet-2.2.1/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
tntnet-2.2.1/ltmain.sh-1404-	    case "$@ " in
##############################################
tntnet-2.2.1/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
tntnet-2.2.1/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
tntnet-2.2.1/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
tntnet-2.2.1/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
tntnet-2.2.1/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
tntnet-2.2.1/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
tntnet-2.2.1/ltmain.sh-1721-    # LT_CYGPATH in this case.
tntnet-2.2.1/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
tntnet-2.2.1/ltmain.sh-1723-  fi
##############################################
tntnet-2.2.1/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
tntnet-2.2.1/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
tntnet-2.2.1/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
tntnet-2.2.1/ltmain.sh-2060-    *.[cCFSifmso] | \
tntnet-2.2.1/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
tntnet-2.2.1/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
tntnet-2.2.1/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
tntnet-2.2.1/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
tntnet-2.2.1/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
tntnet-2.2.1/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
tntnet-2.2.1/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
tntnet-2.2.1/ltmain.sh-2158-
##############################################
tntnet-2.2.1/ltmain.sh-2204-      if test "$need_locks" = warn &&
tntnet-2.2.1/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
tntnet-2.2.1/ltmain.sh-2206-	$ECHO "\
tntnet-2.2.1/ltmain.sh-2207-*** ERROR, $lockfile contains:
tntnet-2.2.1/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
tntnet-2.2.1/ltmain.sh-2209-
##############################################
tntnet-2.2.1/ltmain.sh-2253-      if test "$need_locks" = warn &&
tntnet-2.2.1/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
tntnet-2.2.1/ltmain.sh-2255-	$ECHO "\
tntnet-2.2.1/ltmain.sh-2256-*** ERROR, $lockfile contains:
tntnet-2.2.1/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
tntnet-2.2.1/ltmain.sh-2258-
##############################################
tntnet-2.2.1/ltmain.sh-2548-	  test -n "$library_names" && \
tntnet-2.2.1/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
tntnet-2.2.1/ltmain.sh-2550-	  continue
##############################################
tntnet-2.2.1/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
tntnet-2.2.1/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
tntnet-2.2.1/ltmain.sh-2561-	  fi
##############################################
tntnet-2.2.1/ltmain.sh-2577-      # Get the absolute pathname.
tntnet-2.2.1/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
tntnet-2.2.1/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
tntnet-2.2.1/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
tntnet-2.2.1/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
tntnet-2.2.1/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
tntnet-2.2.1/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
tntnet-2.2.1/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
tntnet-2.2.1/ltmain.sh-2959-
##############################################
tntnet-2.2.1/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
tntnet-2.2.1/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
tntnet-2.2.1/ltmain.sh-2972-	  else
tntnet-2.2.1/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
tntnet-2.2.1/ltmain.sh-2974-	  fi
##############################################
tntnet-2.2.1/ltmain.sh-3130-	    fi
tntnet-2.2.1/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
tntnet-2.2.1/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
tntnet-2.2.1/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
tntnet-2.2.1/ltmain.sh-3134-	      finalize=no
##############################################
tntnet-2.2.1/ltmain.sh-3149-	        # Replace the output file specification.
tntnet-2.2.1/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
tntnet-2.2.1/ltmain.sh-3151-
##############################################
tntnet-2.2.1/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
tntnet-2.2.1/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
tntnet-2.2.1/ltmain.sh-3170-	  fi
##############################################
tntnet-2.2.1/ltmain.sh-3241-    my_pic_p="${3-no}"
tntnet-2.2.1/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
tntnet-2.2.1/ltmain.sh-3243-    my_dlsyms=
##############################################
tntnet-2.2.1/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
tntnet-2.2.1/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
tntnet-2.2.1/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
tntnet-2.2.1/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
tntnet-2.2.1/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
tntnet-2.2.1/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
tntnet-2.2.1/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
tntnet-2.2.1/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
tntnet-2.2.1/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
tntnet-2.2.1/ltmain.sh-3509-	  else
tntnet-2.2.1/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
tntnet-2.2.1/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
tntnet-2.2.1/ltmain.sh-3512-	  fi
##############################################
tntnet-2.2.1/ltmain.sh-3514-	*)
tntnet-2.2.1/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
tntnet-2.2.1/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
tntnet-2.2.1/ltmain.sh-3517-	  ;;
##############################################
tntnet-2.2.1/ltmain.sh-3529-      # Nullify the symbol file.
tntnet-2.2.1/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
tntnet-2.2.1/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
tntnet-2.2.1/ltmain.sh-3532-    fi
##############################################
tntnet-2.2.1/ltmain.sh-3545-  win32_libid_type="unknown"
tntnet-2.2.1/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
tntnet-2.2.1/ltmain.sh-3547-  case $win32_fileres in
##############################################
tntnet-2.2.1/ltmain.sh-3596-  $opt_debug
tntnet-2.2.1/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
tntnet-2.2.1/ltmain.sh-3598-}
##############################################
tntnet-2.2.1/ltmain.sh-3613-  $opt_debug
tntnet-2.2.1/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
tntnet-2.2.1/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
tntnet-2.2.1/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
tntnet-2.2.1/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
tntnet-2.2.1/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
tntnet-2.2.1/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
tntnet-2.2.1/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
tntnet-2.2.1/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
tntnet-2.2.1/ltmain.sh-3700-    # binutils import library
tntnet-2.2.1/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
tntnet-2.2.1/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
tntnet-2.2.1/ltmain.sh-3703-    # ms-generated import library
tntnet-2.2.1/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
tntnet-2.2.1/ltmain.sh-3705-  else
##############################################
tntnet-2.2.1/ltmain.sh-3780-	  darwin_curdir=`pwd`
tntnet-2.2.1/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
tntnet-2.2.1/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
tntnet-2.2.1/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
tntnet-2.2.1/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
tntnet-2.2.1/ltmain.sh-3785-	    darwin_arch=
##############################################
tntnet-2.2.1/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
tntnet-2.2.1/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
tntnet-2.2.1/ltmain.sh-3797-	    darwin_file=
##############################################
tntnet-2.2.1/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
tntnet-2.2.1/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
tntnet-2.2.1/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
tntnet-2.2.1/ltmain.sh-3814-      esac
tntnet-2.2.1/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
tntnet-2.2.1/ltmain.sh-3816-    done
##############################################
tntnet-2.2.1/ltmain.sh-3885-
tntnet-2.2.1/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
tntnet-2.2.1/ltmain.sh-3887-    $ECHO "\
##############################################
tntnet-2.2.1/ltmain.sh-3920-    --lt-dump-script)
tntnet-2.2.1/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
tntnet-2.2.1/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
tntnet-2.2.1/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
tntnet-2.2.1/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
tntnet-2.2.1/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
tntnet-2.2.1/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
tntnet-2.2.1/ltmain.sh-3949-  done
##############################################
tntnet-2.2.1/ltmain.sh-4005-  # Find the directory that this script lives in.
tntnet-2.2.1/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
tntnet-2.2.1/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
tntnet-2.2.1/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
tntnet-2.2.1/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
tntnet-2.2.1/ltmain.sh-4011-  while test -n \"\$file\"; do
tntnet-2.2.1/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
tntnet-2.2.1/ltmain.sh-4013-
##############################################
tntnet-2.2.1/ltmain.sh-4021-
tntnet-2.2.1/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
tntnet-2.2.1/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
tntnet-2.2.1/ltmain.sh-4024-  done
##############################################
tntnet-2.2.1/ltmain.sh-4035-    case \"\$thisdir\" in
tntnet-2.2.1/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
tntnet-2.2.1/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
tntnet-2.2.1/ltmain.sh-4041-  # Try to get the absolute directory name.
tntnet-2.2.1/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
tntnet-2.2.1/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
tntnet-2.2.1/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
tntnet-2.2.1/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
tntnet-2.2.1/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
tntnet-2.2.1/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
tntnet-2.2.1/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
tntnet-2.2.1/ltmain.sh-4068-      else
##############################################
tntnet-2.2.1/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
tntnet-2.2.1/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
tntnet-2.2.1/ltmain.sh-4112-
##############################################
tntnet-2.2.1/ltmain.sh-5085-    $opt_debug
tntnet-2.2.1/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
tntnet-2.2.1/ltmain.sh-5087-    *import*) : ;;
##############################################
tntnet-2.2.1/ltmain.sh-5307-	    moreargs=
tntnet-2.2.1/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
tntnet-2.2.1/ltmain.sh-5309-	    do
##############################################
tntnet-2.2.1/ltmain.sh-5563-	*)
tntnet-2.2.1/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
tntnet-2.2.1/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
tntnet-2.2.1/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
tntnet-2.2.1/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
tntnet-2.2.1/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
tntnet-2.2.1/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
tntnet-2.2.1/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
tntnet-2.2.1/ltmain.sh-6018-    else
##############################################
tntnet-2.2.1/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
tntnet-2.2.1/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
tntnet-2.2.1/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
tntnet-2.2.1/ltmain.sh-6391-	else
tntnet-2.2.1/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
tntnet-2.2.1/ltmain.sh-6393-	fi
##############################################
tntnet-2.2.1/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
tntnet-2.2.1/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
tntnet-2.2.1/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
tntnet-2.2.1/ltmain.sh-6428-	fi
tntnet-2.2.1/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
tntnet-2.2.1/ltmain.sh-6501-	*)
tntnet-2.2.1/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
tntnet-2.2.1/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
tntnet-2.2.1/ltmain.sh-6754-	    shift
tntnet-2.2.1/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
tntnet-2.2.1/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
tntnet-2.2.1/ltmain.sh-7046-		*)
tntnet-2.2.1/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
tntnet-2.2.1/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
tntnet-2.2.1/ltmain.sh-7057-		  depdepl=
tntnet-2.2.1/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
tntnet-2.2.1/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
tntnet-2.2.1/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
tntnet-2.2.1/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
tntnet-2.2.1/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
tntnet-2.2.1/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
tntnet-2.2.1/ltmain.sh-7068-                      fi
##############################################
tntnet-2.2.1/ltmain.sh-7079-		else
tntnet-2.2.1/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
tntnet-2.2.1/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
tntnet-2.2.1/ltmain.sh-7102-	else
tntnet-2.2.1/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh-7104-	fi
##############################################
tntnet-2.2.1/ltmain.sh-7251-	test "$module" = no && \
tntnet-2.2.1/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
tntnet-2.2.1/ltmain.sh-7253-
##############################################
tntnet-2.2.1/ltmain.sh-7386-	if test "$age" -gt "$current"; then
tntnet-2.2.1/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
tntnet-2.2.1/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
tntnet-2.2.1/ltmain.sh-7547-	removelist=
tntnet-2.2.1/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
tntnet-2.2.1/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
tntnet-2.2.1/ltmain.sh-7573-	# Transform .lo files to .o files.
tntnet-2.2.1/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
tntnet-2.2.1/ltmain.sh-7575-      fi
##############################################
tntnet-2.2.1/ltmain.sh-7578-      #for path in $notinst_path; do
tntnet-2.2.1/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
tntnet-2.2.1/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
tntnet-2.2.1/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
tntnet-2.2.1/ltmain.sh-7582-      #done
##############################################
tntnet-2.2.1/ltmain.sh-7699-		if test -n "$i" ; then
tntnet-2.2.1/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
tntnet-2.2.1/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
tntnet-2.2.1/ltmain.sh-7702-		  set dummy $deplib_matches; shift
tntnet-2.2.1/ltmain.sh-7703-		  deplib_match=$1
tntnet-2.2.1/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
tntnet-2.2.1/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
tntnet-2.2.1/ltmain.sh-7742-		  if test -n "$i" ; then
tntnet-2.2.1/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
tntnet-2.2.1/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
tntnet-2.2.1/ltmain.sh-7745-		    set dummy $deplib_matches; shift
tntnet-2.2.1/ltmain.sh-7746-		    deplib_match=$1
tntnet-2.2.1/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
tntnet-2.2.1/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
tntnet-2.2.1/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
tntnet-2.2.1/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
tntnet-2.2.1/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
tntnet-2.2.1/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
tntnet-2.2.1/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
tntnet-2.2.1/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
tntnet-2.2.1/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
tntnet-2.2.1/ltmain.sh-7796-		else
##############################################
tntnet-2.2.1/ltmain.sh-7802-		    shopt -s nocaseglob
tntnet-2.2.1/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
tntnet-2.2.1/ltmain.sh-7804-		    $nocaseglob
tntnet-2.2.1/ltmain.sh-7805-		  else
tntnet-2.2.1/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
tntnet-2.2.1/ltmain.sh-7807-		  fi
##############################################
tntnet-2.2.1/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
tntnet-2.2.1/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
tntnet-2.2.1/ltmain.sh-7822-			case $potliblink in
tntnet-2.2.1/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
tntnet-2.2.1/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
tntnet-2.2.1/ltmain.sh-7825-			esac
##############################################
tntnet-2.2.1/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
tntnet-2.2.1/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
tntnet-2.2.1/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
tntnet-2.2.1/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
tntnet-2.2.1/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
tntnet-2.2.1/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
tntnet-2.2.1/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
tntnet-2.2.1/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
tntnet-2.2.1/ltmain.sh-7915-	  newdeplibs=""
tntnet-2.2.1/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
tntnet-2.2.1/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
tntnet-2.2.1/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
tntnet-2.2.1/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
tntnet-2.2.1/ltmain.sh-7921-	    done
##############################################
tntnet-2.2.1/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
tntnet-2.2.1/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
tntnet-2.2.1/ltmain.sh-7947-	  ;;
##############################################
tntnet-2.2.1/ltmain.sh-7997-	*-*-darwin*)
tntnet-2.2.1/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh-8001-	  ;;
##############################################
tntnet-2.2.1/ltmain.sh-8124-	# Use standard objects if they are pic
tntnet-2.2.1/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
tntnet-2.2.1/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
tntnet-2.2.1/ltmain.sh-8139-	    # exporting using user supplied symfile
tntnet-2.2.1/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
tntnet-2.2.1/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
tntnet-2.2.1/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
tntnet-2.2.1/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
tntnet-2.2.1/ltmain.sh-8638-	else
##############################################
tntnet-2.2.1/ltmain.sh-8650-      # Create the old-style object.
tntnet-2.2.1/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
tntnet-2.2.1/ltmain.sh-8652-
##############################################
tntnet-2.2.1/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
tntnet-2.2.1/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
tntnet-2.2.1/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
tntnet-2.2.1/ltmain.sh-8713-	;;
##############################################
tntnet-2.2.1/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
tntnet-2.2.1/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
tntnet-2.2.1/ltmain.sh-8731-	;;
##############################################
tntnet-2.2.1/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
tntnet-2.2.1/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
tntnet-2.2.1/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
tntnet-2.2.1/ltmain.sh-8866-	# Transform all the library objects into standard objects.
tntnet-2.2.1/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
tntnet-2.2.1/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
tntnet-2.2.1/ltmain.sh-8869-      fi
##############################################
tntnet-2.2.1/ltmain.sh-8896-	# Replace the output file specification.
tntnet-2.2.1/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
tntnet-2.2.1/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
tntnet-2.2.1/ltmain.sh-8905-	  func_to_tool_file "$output"
tntnet-2.2.1/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
tntnet-2.2.1/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
tntnet-2.2.1/ltmain.sh-8949-	# Replace the output file specification.
tntnet-2.2.1/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
tntnet-2.2.1/ltmain.sh-8951-	# Delete the old output file.
##############################################
tntnet-2.2.1/ltmain.sh-8957-	  func_to_tool_file "$output"
tntnet-2.2.1/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
tntnet-2.2.1/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
tntnet-2.2.1/ltmain.sh-8975-	  if test "$fast_install" = yes; then
tntnet-2.2.1/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
tntnet-2.2.1/ltmain.sh-8977-	  else
##############################################
tntnet-2.2.1/ltmain.sh-8987-      # Replace the output file specification.
tntnet-2.2.1/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
tntnet-2.2.1/ltmain.sh-8989-
##############################################
tntnet-2.2.1/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
tntnet-2.2.1/ltmain.sh:8997:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
tntnet-2.2.1/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
tntnet-2.2.1/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
tntnet-2.2.1/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
tntnet-2.2.1/ltmain.sh-9019-      fi
##############################################
tntnet-2.2.1/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
tntnet-2.2.1/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
tntnet-2.2.1/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
tntnet-2.2.1/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
tntnet-2.2.1/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
tntnet-2.2.1/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
tntnet-2.2.1/ltmain.sh-9308-		name="$func_basename_result"
tntnet-2.2.1/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
tntnet-2.2.1/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
tntnet-2.2.1/ltmain.sh-9327-		name="$func_basename_result"
tntnet-2.2.1/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
tntnet-2.2.1/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
tntnet-2.2.1/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
tntnet-2.2.1/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
tntnet-2.2.1/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
tntnet-2.2.1/INSTALL-173-directory configuration variables that were expressed in terms of
tntnet-2.2.1/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
tntnet-2.2.1/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
tntnet-2.2.1/config.guess-38-
tntnet-2.2.1/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
tntnet-2.2.1/config.guess-40-
##############################################
tntnet-2.2.1/config.guess-108-: ${TMPDIR=/tmp} ;
tntnet-2.2.1/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
tntnet-2.2.1/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
tntnet-2.2.1/config.guess-194-	    *)
tntnet-2.2.1/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
tntnet-2.2.1/config.guess-196-		;;
##############################################
tntnet-2.2.1/config.guess-221-	*4.0)
tntnet-2.2.1/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
tntnet-2.2.1/config.guess-223-		;;
tntnet-2.2.1/config.guess-224-	*5.*)
tntnet-2.2.1/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
tntnet-2.2.1/config.guess-226-		;;
##############################################
tntnet-2.2.1/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
tntnet-2.2.1/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
tntnet-2.2.1/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
tntnet-2.2.1/config.guess-269-	# 1.2 uses "1.2" for uname -r.
tntnet-2.2.1/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
tntnet-2.2.1/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
tntnet-2.2.1/config.guess-329-    s390x:SunOS:*:*)
tntnet-2.2.1/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tntnet-2.2.1/config.guess-331-	exit ;;
tntnet-2.2.1/config.guess-332-    sun4H:SunOS:5.*:*)
tntnet-2.2.1/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tntnet-2.2.1/config.guess-334-	exit ;;
tntnet-2.2.1/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
tntnet-2.2.1/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tntnet-2.2.1/config.guess-337-	exit ;;
##############################################
tntnet-2.2.1/config.guess-354-	fi
tntnet-2.2.1/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tntnet-2.2.1/config.guess-356-	exit ;;
##############################################
tntnet-2.2.1/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
tntnet-2.2.1/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tntnet-2.2.1/config.guess-362-	exit ;;
##############################################
tntnet-2.2.1/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
tntnet-2.2.1/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
tntnet-2.2.1/config.guess-371-	exit ;;
##############################################
tntnet-2.2.1/config.guess-375-    sun*:*:4.2BSD:*)
tntnet-2.2.1/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
tntnet-2.2.1/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
tntnet-2.2.1/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
tntnet-2.2.1/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
tntnet-2.2.1/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
tntnet-2.2.1/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
tntnet-2.2.1/config.guess-513-    *:IRIX*:*:*)
tntnet-2.2.1/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
tntnet-2.2.1/config.guess-515-	exit ;;
##############################################
tntnet-2.2.1/config.guess-543-EOF
tntnet-2.2.1/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
tntnet-2.2.1/config.guess-545-		then
##############################################
tntnet-2.2.1/config.guess-556-    *:AIX:*:[4567])
tntnet-2.2.1/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
tntnet-2.2.1/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
tntnet-2.2.1/config.guess-591-    9000/[34678]??:HP-UX:*:*)
tntnet-2.2.1/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tntnet-2.2.1/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
tntnet-2.2.1/config.guess-645-EOF
tntnet-2.2.1/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
tntnet-2.2.1/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
tntnet-2.2.1/config.guess-673-    ia64:HP-UX:*:*)
tntnet-2.2.1/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tntnet-2.2.1/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
tntnet-2.2.1/config.guess-703-EOF
tntnet-2.2.1/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
tntnet-2.2.1/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
tntnet-2.2.1/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
tntnet-2.2.1/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
tntnet-2.2.1/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tntnet-2.2.1/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
tntnet-2.2.1/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
tntnet-2.2.1/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tntnet-2.2.1/config.guess-795-	    amd64)
tntnet-2.2.1/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
tntnet-2.2.1/config.guess-797-	    *)
tntnet-2.2.1/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
tntnet-2.2.1/config.guess-799-	esac
##############################################
tntnet-2.2.1/config.guess-850-    prep*:SunOS:5.*:*)
tntnet-2.2.1/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tntnet-2.2.1/config.guess-852-	exit ;;
##############################################
tntnet-2.2.1/config.guess-854-	# the GNU system
tntnet-2.2.1/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
tntnet-2.2.1/config.guess-856-	exit ;;
##############################################
tntnet-2.2.1/config.guess-858-	# other systems with GNU libc and userland
tntnet-2.2.1/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
tntnet-2.2.1/config.guess-860-	exit ;;
##############################################
tntnet-2.2.1/config.guess-923-EOF
tntnet-2.2.1/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
tntnet-2.2.1/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
tntnet-2.2.1/config.guess-951-EOF
tntnet-2.2.1/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
tntnet-2.2.1/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
tntnet-2.2.1/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
tntnet-2.2.1/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
tntnet-2.2.1/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
tntnet-2.2.1/config.guess-1306-    *:DragonFly:*:*)
tntnet-2.2.1/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tntnet-2.2.1/config.guess-1308-	exit ;;
##############################################
tntnet-2.2.1/config.guess-1319-    i*86:skyos:*:*)
tntnet-2.2.1/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
tntnet-2.2.1/config.guess-1321-	exit ;;
##############################################
tntnet-2.2.1/config.guess-1450-
tntnet-2.2.1/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
tntnet-2.2.1/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
tntnet-2.2.1/sdk/demos/upload/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/upload/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/upload/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/upload/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/upload/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/upload/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/upload/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/upload/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/upload/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/upload/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/upload/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/upload/Makefile.in-367-.cpp.obj:
tntnet-2.2.1/sdk/demos/upload/Makefile.in:368:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/upload/Makefile.in-369-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/upload/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/upload/Makefile.in:372:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/upload/Makefile.in-373-
##############################################
tntnet-2.2.1/sdk/demos/upload/Makefile.in-431-GTAGS:
tntnet-2.2.1/sdk/demos/upload/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/upload/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/upload/Makefile.in-453-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/upload/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/upload/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/upload/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/upload/Makefile.in-467-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/upload/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/upload/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/hello/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/hello/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/hello/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/hello/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/hello/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/hello/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/hello/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/hello/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/hello/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/hello/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/hello/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/hello/Makefile.in-370-.cpp.obj:
tntnet-2.2.1/sdk/demos/hello/Makefile.in:371:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/hello/Makefile.in-372-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/hello/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/hello/Makefile.in:375:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/hello/Makefile.in-376-
##############################################
tntnet-2.2.1/sdk/demos/hello/Makefile.in-434-GTAGS:
tntnet-2.2.1/sdk/demos/hello/Makefile.in:435:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/hello/Makefile.in-436-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/hello/Makefile.in-456-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/hello/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/hello/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/hello/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/hello/Makefile.in-470-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/hello/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/hello/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/session/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/session/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/session/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/session/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/session/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/session/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/session/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/session/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/session/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/session/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/session/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/session/Makefile.in-372-.cpp.obj:
tntnet-2.2.1/sdk/demos/session/Makefile.in:373:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/session/Makefile.in-374-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/session/Makefile.in-376-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/session/Makefile.in:377:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/session/Makefile.in-378-
##############################################
tntnet-2.2.1/sdk/demos/session/Makefile.in-436-GTAGS:
tntnet-2.2.1/sdk/demos/session/Makefile.in:437:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/session/Makefile.in-438-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/session/Makefile.in-458-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/session/Makefile.in:459:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/session/Makefile.in:460:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/session/Makefile.in-461-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/session/Makefile.in-472-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/session/Makefile.in:473:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/session/Makefile.in-474-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/comp/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/comp/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/comp/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/comp/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/comp/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/comp/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/comp/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/comp/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/comp/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/comp/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/comp/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/comp/Makefile.in-387-.cpp.obj:
tntnet-2.2.1/sdk/demos/comp/Makefile.in:388:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/comp/Makefile.in-389-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/comp/Makefile.in-391-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/comp/Makefile.in:392:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/comp/Makefile.in-393-
##############################################
tntnet-2.2.1/sdk/demos/comp/Makefile.in-451-GTAGS:
tntnet-2.2.1/sdk/demos/comp/Makefile.in:452:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/comp/Makefile.in-453-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/comp/Makefile.in-473-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/comp/Makefile.in:474:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/comp/Makefile.in:475:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/comp/Makefile.in-476-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/comp/Makefile.in-487-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/comp/Makefile.in:488:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/comp/Makefile.in-489-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-371-.cpp.obj:
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:372:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-373-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:376:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-377-
##############################################
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-435-GTAGS:
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:436:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-437-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-457-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-471-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/backgroundjob/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-367-.cpp.obj:
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:368:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-369-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:372:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-373-
##############################################
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-431-GTAGS:
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-453-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-467-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/cookie/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-373-.cpp.obj:
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:374:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-375-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-377-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:378:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-379-
##############################################
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-437-GTAGS:
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:438:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-439-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-459-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:460:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:461:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-462-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-473-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in:474:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/calcajax/Makefile.in-475-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-367-.cpp.obj:
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:368:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-369-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:372:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-373-
##############################################
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-431-GTAGS:
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-453-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-467-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/savepoint/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-72-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:73:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-74-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:75:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-76-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-77-  esac;
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:78:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-79-am__install_max = 40
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-80-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:81:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-82-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-382-.cpp.obj:
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:383:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-384-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-386-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:387:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-388-
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-446-GTAGS:
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:447:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-448-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-468-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:469:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:470:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-471-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-482-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in:483:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/rajax-jquery/Makefile.in-484-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/jquery.js-11- */
tntnet-2.2.1/sdk/demos/rajax-jquery/jquery.js:12:(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
tntnet-2.2.1/sdk/demos/rajax-jquery/jquery.js-13-/*
##############################################
tntnet-2.2.1/sdk/demos/rajax-jquery/jquery.js-18- */
tntnet-2.2.1/sdk/demos/rajax-jquery/jquery.js:19:(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
##############################################
tntnet-2.2.1/sdk/demos/chat/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/chat/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/chat/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/chat/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/chat/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/chat/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/chat/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/chat/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/chat/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/chat/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/chat/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/chat/Makefile.in-389-.cpp.obj:
tntnet-2.2.1/sdk/demos/chat/Makefile.in:390:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/chat/Makefile.in-391-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/chat/Makefile.in-393-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/chat/Makefile.in:394:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/chat/Makefile.in-395-
##############################################
tntnet-2.2.1/sdk/demos/chat/Makefile.in-453-GTAGS:
tntnet-2.2.1/sdk/demos/chat/Makefile.in:454:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/chat/Makefile.in-455-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/chat/Makefile.in-475-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/chat/Makefile.in:476:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/chat/Makefile.in:477:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/chat/Makefile.in-478-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/chat/Makefile.in-489-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/chat/Makefile.in:490:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/chat/Makefile.in-491-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-370-.cpp.obj:
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:371:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-372-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:375:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-376-
##############################################
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-434-GTAGS:
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:435:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-436-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-456-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-470-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/sprintf/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-385-.cpp.obj:
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:386:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-387-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:390:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-391-
##############################################
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-449-GTAGS:
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:450:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-451-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-471-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:472:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:473:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-474-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-485-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in:486:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/calci18n/Makefile.in-487-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-288-	test -n "$(EXEEXT)" || exit 0; \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:289:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-290-	echo " rm -f" $$list; \
##############################################
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-312-.cpp.obj:
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:313:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-314-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-316-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:317:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-318-
##############################################
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-376-GTAGS:
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:377:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-378-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-398-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:399:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:400:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-401-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-412-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in:413:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/calcapp/Makefile.in-414-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/config/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/config/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/config/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/config/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/config/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/config/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/config/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/config/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/config/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/config/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/config/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/config/Makefile.in-367-.cpp.obj:
tntnet-2.2.1/sdk/demos/config/Makefile.in:368:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/config/Makefile.in-369-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/config/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/config/Makefile.in:372:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/config/Makefile.in-373-
##############################################
tntnet-2.2.1/sdk/demos/config/Makefile.in-431-GTAGS:
tntnet-2.2.1/sdk/demos/config/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/config/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/config/Makefile.in-453-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/config/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/config/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/config/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/config/Makefile.in-467-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/config/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/config/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/controls/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/controls/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/controls/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/controls/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/controls/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/controls/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/controls/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/controls/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/controls/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/controls/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/controls/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/controls/Makefile.in-425-.cpp.obj:
tntnet-2.2.1/sdk/demos/controls/Makefile.in:426:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/controls/Makefile.in-427-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/controls/Makefile.in-429-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/controls/Makefile.in:430:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/controls/Makefile.in-431-
##############################################
tntnet-2.2.1/sdk/demos/controls/Makefile.in-489-GTAGS:
tntnet-2.2.1/sdk/demos/controls/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/controls/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/controls/Makefile.in-511-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/controls/Makefile.in:512:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/controls/Makefile.in:513:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/controls/Makefile.in-514-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/controls/Makefile.in-525-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/controls/Makefile.in:526:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/controls/Makefile.in-527-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/Makefile.in-70-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/Makefile.in:71:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/Makefile.in-72-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/Makefile.in:73:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/Makefile.in-74-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/Makefile.in-75-  esac;
tntnet-2.2.1/sdk/demos/Makefile.in:76:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/Makefile.in-77-am__install_max = 40
tntnet-2.2.1/sdk/demos/Makefile.in-78-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/Makefile.in:79:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/Makefile.in-80-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/Makefile.in-366-.cpp.obj:
tntnet-2.2.1/sdk/demos/Makefile.in:367:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/Makefile.in-368-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/Makefile.in-370-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/Makefile.in:371:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/Makefile.in-372-
##############################################
tntnet-2.2.1/sdk/demos/Makefile.in-430-GTAGS:
tntnet-2.2.1/sdk/demos/Makefile.in:431:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/Makefile.in-432-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/Makefile.in-452-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/Makefile.in:453:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/Makefile.in:454:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/Makefile.in-455-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/Makefile.in-466-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/Makefile.in:467:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/Makefile.in-468-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/strings/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/strings/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/strings/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/strings/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/strings/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/strings/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/strings/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/strings/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/strings/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/strings/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/strings/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/strings/Makefile.in-367-.cpp.obj:
tntnet-2.2.1/sdk/demos/strings/Makefile.in:368:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/strings/Makefile.in-369-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/strings/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/strings/Makefile.in:372:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/strings/Makefile.in-373-
##############################################
tntnet-2.2.1/sdk/demos/strings/Makefile.in-431-GTAGS:
tntnet-2.2.1/sdk/demos/strings/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/strings/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/strings/Makefile.in-453-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/strings/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/strings/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/strings/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/strings/Makefile.in-467-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/strings/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/strings/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-395-.cpp.obj:
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:396:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-397-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-399-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:400:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-401-
##############################################
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-459-GTAGS:
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-481-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:482:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:483:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-484-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-495-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in:496:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/calcmvc/Makefile.in-497-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/demos/calc/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/demos/calc/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/demos/calc/Makefile.in-73-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/demos/calc/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/demos/calc/Makefile.in-75-    *) f=$$p;; \
tntnet-2.2.1/sdk/demos/calc/Makefile.in-76-  esac;
tntnet-2.2.1/sdk/demos/calc/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/demos/calc/Makefile.in-78-am__install_max = 40
tntnet-2.2.1/sdk/demos/calc/Makefile.in-79-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/demos/calc/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/demos/calc/Makefile.in-81-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/demos/calc/Makefile.in-366-.cpp.obj:
tntnet-2.2.1/sdk/demos/calc/Makefile.in:367:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calc/Makefile.in-368-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/demos/calc/Makefile.in-370-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/demos/calc/Makefile.in:371:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/demos/calc/Makefile.in-372-
##############################################
tntnet-2.2.1/sdk/demos/calc/Makefile.in-430-GTAGS:
tntnet-2.2.1/sdk/demos/calc/Makefile.in:431:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/demos/calc/Makefile.in-432-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/demos/calc/Makefile.in-452-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/demos/calc/Makefile.in:453:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calc/Makefile.in:454:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/demos/calc/Makefile.in-455-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/demos/calc/Makefile.in-466-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/demos/calc/Makefile.in:467:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/demos/calc/Makefile.in-468-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-347-	test -n "$(EXEEXT)" || exit 0; \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:348:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-349-	echo " rm -f" $$list; \
##############################################
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-378-.cpp.obj:
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:379:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-380-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-382-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:383:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-384-
##############################################
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-442-GTAGS:
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:443:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-444-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-464-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:465:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:466:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-467-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-478-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in:479:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/tools/ecppc/Makefile.in-480-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-329-	test -n "$(EXEEXT)" || exit 0; \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:330:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-331-	echo " rm -f" $$list; \
##############################################
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-353-.cpp.obj:
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:354:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-355-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-357-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:358:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-359-
##############################################
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-417-GTAGS:
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:418:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-419-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-439-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-453-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/tools/ecppl/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-318-	test -n "$(EXEEXT)" || exit 0; \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:319:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-320-	echo " rm -f" $$list; \
##############################################
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-341-.cpp.obj:
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:342:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-343-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-345-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:346:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-347-
##############################################
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-405-GTAGS:
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:406:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-407-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-427-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:428:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:429:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-430-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-441-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in:442:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/tools/ecppll/Makefile.in-443-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/sdk/tools/common/Makefile.in-70-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/sdk/tools/common/Makefile.in:71:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/sdk/tools/common/Makefile.in-72-am__vpath_adj = case $$p in \
tntnet-2.2.1/sdk/tools/common/Makefile.in:73:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/sdk/tools/common/Makefile.in-74-    *) f=$$p;; \
tntnet-2.2.1/sdk/tools/common/Makefile.in-75-  esac;
tntnet-2.2.1/sdk/tools/common/Makefile.in:76:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/sdk/tools/common/Makefile.in-77-am__install_max = 40
tntnet-2.2.1/sdk/tools/common/Makefile.in-78-am__nobase_strip_setup = \
tntnet-2.2.1/sdk/tools/common/Makefile.in:79:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/sdk/tools/common/Makefile.in-80-am__nobase_strip = \
##############################################
tntnet-2.2.1/sdk/tools/common/Makefile.in-382-.cpp.obj:
tntnet-2.2.1/sdk/tools/common/Makefile.in:383:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/common/Makefile.in-384-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/sdk/tools/common/Makefile.in-386-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/sdk/tools/common/Makefile.in:387:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/sdk/tools/common/Makefile.in-388-
##############################################
tntnet-2.2.1/sdk/tools/common/Makefile.in-446-GTAGS:
tntnet-2.2.1/sdk/tools/common/Makefile.in:447:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/sdk/tools/common/Makefile.in-448-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/sdk/tools/common/Makefile.in-468-distdir: $(DISTFILES)
tntnet-2.2.1/sdk/tools/common/Makefile.in:469:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/common/Makefile.in:470:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/sdk/tools/common/Makefile.in-471-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/sdk/tools/common/Makefile.in-482-	  if test -d $$d/$$file; then \
tntnet-2.2.1/sdk/tools/common/Makefile.in:483:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/sdk/tools/common/Makefile.in-484-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/framework/defcomp/Makefile.in-70-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/framework/defcomp/Makefile.in:71:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/framework/defcomp/Makefile.in-72-am__vpath_adj = case $$p in \
tntnet-2.2.1/framework/defcomp/Makefile.in:73:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/framework/defcomp/Makefile.in-74-    *) f=$$p;; \
tntnet-2.2.1/framework/defcomp/Makefile.in-75-  esac;
tntnet-2.2.1/framework/defcomp/Makefile.in:76:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/framework/defcomp/Makefile.in-77-am__install_max = 40
tntnet-2.2.1/framework/defcomp/Makefile.in-78-am__nobase_strip_setup = \
tntnet-2.2.1/framework/defcomp/Makefile.in:79:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/framework/defcomp/Makefile.in-80-am__nobase_strip = \
##############################################
tntnet-2.2.1/framework/defcomp/Makefile.in-384-.cpp.obj:
tntnet-2.2.1/framework/defcomp/Makefile.in:385:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/defcomp/Makefile.in-386-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/framework/defcomp/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/defcomp/Makefile.in:389:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/defcomp/Makefile.in-390-
##############################################
tntnet-2.2.1/framework/defcomp/Makefile.in-448-GTAGS:
tntnet-2.2.1/framework/defcomp/Makefile.in:449:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/framework/defcomp/Makefile.in-450-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/framework/defcomp/Makefile.in-470-distdir: $(DISTFILES)
tntnet-2.2.1/framework/defcomp/Makefile.in:471:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/framework/defcomp/Makefile.in:472:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/framework/defcomp/Makefile.in-473-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/framework/defcomp/Makefile.in-484-	  if test -d $$d/$$file; then \
tntnet-2.2.1/framework/defcomp/Makefile.in:485:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/framework/defcomp/Makefile.in-486-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-100-  esac
tntnet-2.2.1/framework/runtime/Makefile.in:101:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/framework/runtime/Makefile.in-102-am__vpath_adj = case $$p in \
tntnet-2.2.1/framework/runtime/Makefile.in:103:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/framework/runtime/Makefile.in-104-    *) f=$$p;; \
tntnet-2.2.1/framework/runtime/Makefile.in-105-  esac;
tntnet-2.2.1/framework/runtime/Makefile.in:106:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/framework/runtime/Makefile.in-107-am__install_max = 40
tntnet-2.2.1/framework/runtime/Makefile.in-108-am__nobase_strip_setup = \
tntnet-2.2.1/framework/runtime/Makefile.in:109:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/framework/runtime/Makefile.in-110-am__nobase_strip = \
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-355-	test -n "$(EXEEXT)" || exit 0; \
tntnet-2.2.1/framework/runtime/Makefile.in:356:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
tntnet-2.2.1/framework/runtime/Makefile.in-357-	echo " rm -f" $$list; \
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-379-.cpp.obj:
tntnet-2.2.1/framework/runtime/Makefile.in:380:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/runtime/Makefile.in-381-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-383-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/runtime/Makefile.in:384:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/runtime/Makefile.in-385-
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-393-tntnet-main.o: main.cpp
tntnet-2.2.1/framework/runtime/Makefile.in:394:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -MT tntnet-main.o -MD -MP -MF $(DEPDIR)/tntnet-main.Tpo -c -o tntnet-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
tntnet-2.2.1/framework/runtime/Makefile.in-395-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/tntnet-main.Tpo $(DEPDIR)/tntnet-main.Po
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-397-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/runtime/Makefile.in:398:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -c -o tntnet-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
tntnet-2.2.1/framework/runtime/Makefile.in-399-
tntnet-2.2.1/framework/runtime/Makefile.in-400-tntnet-main.obj: main.cpp
tntnet-2.2.1/framework/runtime/Makefile.in:401:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -MT tntnet-main.obj -MD -MP -MF $(DEPDIR)/tntnet-main.Tpo -c -o tntnet-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
tntnet-2.2.1/framework/runtime/Makefile.in-402-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/tntnet-main.Tpo $(DEPDIR)/tntnet-main.Po
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-404-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/runtime/Makefile.in:405:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -c -o tntnet-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
tntnet-2.2.1/framework/runtime/Makefile.in-406-
tntnet-2.2.1/framework/runtime/Makefile.in-407-tntnet-process.o: process.cpp
tntnet-2.2.1/framework/runtime/Makefile.in:408:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -MT tntnet-process.o -MD -MP -MF $(DEPDIR)/tntnet-process.Tpo -c -o tntnet-process.o `test -f 'process.cpp' || echo '$(srcdir)/'`process.cpp
tntnet-2.2.1/framework/runtime/Makefile.in-409-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/tntnet-process.Tpo $(DEPDIR)/tntnet-process.Po
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-411-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/runtime/Makefile.in:412:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -c -o tntnet-process.o `test -f 'process.cpp' || echo '$(srcdir)/'`process.cpp
tntnet-2.2.1/framework/runtime/Makefile.in-413-
tntnet-2.2.1/framework/runtime/Makefile.in-414-tntnet-process.obj: process.cpp
tntnet-2.2.1/framework/runtime/Makefile.in:415:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -MT tntnet-process.obj -MD -MP -MF $(DEPDIR)/tntnet-process.Tpo -c -o tntnet-process.obj `if test -f 'process.cpp'; then $(CYGPATH_W) 'process.cpp'; else $(CYGPATH_W) '$(srcdir)/process.cpp'; fi`
tntnet-2.2.1/framework/runtime/Makefile.in-416-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/tntnet-process.Tpo $(DEPDIR)/tntnet-process.Po
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-418-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/runtime/Makefile.in:419:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tntnet_CXXFLAGS) $(CXXFLAGS) -c -o tntnet-process.obj `if test -f 'process.cpp'; then $(CYGPATH_W) 'process.cpp'; else $(CYGPATH_W) '$(srcdir)/process.cpp'; fi`
tntnet-2.2.1/framework/runtime/Makefile.in-420-
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-447-	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
tntnet-2.2.1/framework/runtime/Makefile.in:448:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
tntnet-2.2.1/framework/runtime/Makefile.in-449-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-495-GTAGS:
tntnet-2.2.1/framework/runtime/Makefile.in:496:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/framework/runtime/Makefile.in-497-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-517-distdir: $(DISTFILES)
tntnet-2.2.1/framework/runtime/Makefile.in:518:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/framework/runtime/Makefile.in:519:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/framework/runtime/Makefile.in-520-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/framework/runtime/Makefile.in-531-	  if test -d $$d/$$file; then \
tntnet-2.2.1/framework/runtime/Makefile.in:532:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/framework/runtime/Makefile.in-533-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/framework/common/listener.cpp-102-  {
tntnet-2.2.1/framework/common/listener.cpp:103:    log_info("listen ip=" << getIpaddr() << " port=" << getPort());
tntnet-2.2.1/framework/common/listener.cpp-104-  }
##############################################
tntnet-2.2.1/framework/common/listener.cpp-136-  {
tntnet-2.2.1/framework/common/listener.cpp:137:    log_info("listen ip=" << getIpaddr() << " port=" << getPort() << " (ssl)");
tntnet-2.2.1/framework/common/listener.cpp-138-  }
##############################################
tntnet-2.2.1/framework/common/job.cpp-74-  {
tntnet-2.2.1/framework/common/job.cpp:75:    return socket.getPeerAddr();
tntnet-2.2.1/framework/common/job.cpp-76-  }
##############################################
tntnet-2.2.1/framework/common/job.cpp-79-  {
tntnet-2.2.1/framework/common/job.cpp:80:    return socket.getSockAddr();
tntnet-2.2.1/framework/common/job.cpp-81-  }
##############################################
tntnet-2.2.1/framework/common/job.cpp-149-  {
tntnet-2.2.1/framework/common/job.cpp:150:    return socket.getPeerAddr();
tntnet-2.2.1/framework/common/job.cpp-151-  }
##############################################
tntnet-2.2.1/framework/common/job.cpp-154-  {
tntnet-2.2.1/framework/common/job.cpp:155:    return socket.getSockAddr();
tntnet-2.2.1/framework/common/job.cpp-156-  }
##############################################
tntnet-2.2.1/framework/common/Makefile.in-92-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/framework/common/Makefile.in:93:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/framework/common/Makefile.in-94-am__vpath_adj = case $$p in \
tntnet-2.2.1/framework/common/Makefile.in:95:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/framework/common/Makefile.in-96-    *) f=$$p;; \
tntnet-2.2.1/framework/common/Makefile.in-97-  esac;
tntnet-2.2.1/framework/common/Makefile.in:98:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/framework/common/Makefile.in-99-am__install_max = 40
tntnet-2.2.1/framework/common/Makefile.in-100-am__nobase_strip_setup = \
tntnet-2.2.1/framework/common/Makefile.in:101:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/framework/common/Makefile.in-102-am__nobase_strip = \
##############################################
tntnet-2.2.1/framework/common/Makefile.in-569-.c.obj:
tntnet-2.2.1/framework/common/Makefile.in:570:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/common/Makefile.in-571-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/framework/common/Makefile.in-573-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:574:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/common/Makefile.in-575-
##############################################
tntnet-2.2.1/framework/common/Makefile.in-590-.cpp.obj:
tntnet-2.2.1/framework/common/Makefile.in:591:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/common/Makefile.in-592-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/framework/common/Makefile.in-594-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:595:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/framework/common/Makefile.in-596-
##############################################
tntnet-2.2.1/framework/common/Makefile.in-604-libtntnet_la-backgroundworker.lo: backgroundworker.cpp
tntnet-2.2.1/framework/common/Makefile.in:605:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-backgroundworker.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-backgroundworker.Tpo -c -o libtntnet_la-backgroundworker.lo `test -f 'backgroundworker.cpp' || echo '$(srcdir)/'`backgroundworker.cpp
tntnet-2.2.1/framework/common/Makefile.in-606-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-backgroundworker.Tpo $(DEPDIR)/libtntnet_la-backgroundworker.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:609:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-backgroundworker.lo `test -f 'backgroundworker.cpp' || echo '$(srcdir)/'`backgroundworker.cpp
tntnet-2.2.1/framework/common/Makefile.in-610-
tntnet-2.2.1/framework/common/Makefile.in-611-libtntnet_la-cmd.lo: cmd.cpp
tntnet-2.2.1/framework/common/Makefile.in:612:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-cmd.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-cmd.Tpo -c -o libtntnet_la-cmd.lo `test -f 'cmd.cpp' || echo '$(srcdir)/'`cmd.cpp
tntnet-2.2.1/framework/common/Makefile.in-613-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-cmd.Tpo $(DEPDIR)/libtntnet_la-cmd.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-615-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:616:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-cmd.lo `test -f 'cmd.cpp' || echo '$(srcdir)/'`cmd.cpp
tntnet-2.2.1/framework/common/Makefile.in-617-
tntnet-2.2.1/framework/common/Makefile.in-618-libtntnet_la-compident.lo: compident.cpp
tntnet-2.2.1/framework/common/Makefile.in:619:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-compident.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-compident.Tpo -c -o libtntnet_la-compident.lo `test -f 'compident.cpp' || echo '$(srcdir)/'`compident.cpp
tntnet-2.2.1/framework/common/Makefile.in-620-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-compident.Tpo $(DEPDIR)/libtntnet_la-compident.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-622-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:623:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-compident.lo `test -f 'compident.cpp' || echo '$(srcdir)/'`compident.cpp
tntnet-2.2.1/framework/common/Makefile.in-624-
tntnet-2.2.1/framework/common/Makefile.in-625-libtntnet_la-comploader.lo: comploader.cpp
tntnet-2.2.1/framework/common/Makefile.in:626:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-comploader.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-comploader.Tpo -c -o libtntnet_la-comploader.lo `test -f 'comploader.cpp' || echo '$(srcdir)/'`comploader.cpp
tntnet-2.2.1/framework/common/Makefile.in-627-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-comploader.Tpo $(DEPDIR)/libtntnet_la-comploader.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-629-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:630:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-comploader.lo `test -f 'comploader.cpp' || echo '$(srcdir)/'`comploader.cpp
tntnet-2.2.1/framework/common/Makefile.in-631-
tntnet-2.2.1/framework/common/Makefile.in-632-libtntnet_la-component.lo: component.cpp
tntnet-2.2.1/framework/common/Makefile.in:633:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-component.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-component.Tpo -c -o libtntnet_la-component.lo `test -f 'component.cpp' || echo '$(srcdir)/'`component.cpp
tntnet-2.2.1/framework/common/Makefile.in-634-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-component.Tpo $(DEPDIR)/libtntnet_la-component.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-636-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:637:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-component.lo `test -f 'component.cpp' || echo '$(srcdir)/'`component.cpp
tntnet-2.2.1/framework/common/Makefile.in-638-
tntnet-2.2.1/framework/common/Makefile.in-639-libtntnet_la-componentfactory.lo: componentfactory.cpp
tntnet-2.2.1/framework/common/Makefile.in:640:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-componentfactory.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-componentfactory.Tpo -c -o libtntnet_la-componentfactory.lo `test -f 'componentfactory.cpp' || echo '$(srcdir)/'`componentfactory.cpp
tntnet-2.2.1/framework/common/Makefile.in-641-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-componentfactory.Tpo $(DEPDIR)/libtntnet_la-componentfactory.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-643-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:644:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-componentfactory.lo `test -f 'componentfactory.cpp' || echo '$(srcdir)/'`componentfactory.cpp
tntnet-2.2.1/framework/common/Makefile.in-645-
tntnet-2.2.1/framework/common/Makefile.in-646-libtntnet_la-contentdisposition.lo: contentdisposition.cpp
tntnet-2.2.1/framework/common/Makefile.in:647:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-contentdisposition.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-contentdisposition.Tpo -c -o libtntnet_la-contentdisposition.lo `test -f 'contentdisposition.cpp' || echo '$(srcdir)/'`contentdisposition.cpp
tntnet-2.2.1/framework/common/Makefile.in-648-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-contentdisposition.Tpo $(DEPDIR)/libtntnet_la-contentdisposition.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:651:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-contentdisposition.lo `test -f 'contentdisposition.cpp' || echo '$(srcdir)/'`contentdisposition.cpp
tntnet-2.2.1/framework/common/Makefile.in-652-
tntnet-2.2.1/framework/common/Makefile.in-653-libtntnet_la-contenttype.lo: contenttype.cpp
tntnet-2.2.1/framework/common/Makefile.in:654:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-contenttype.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-contenttype.Tpo -c -o libtntnet_la-contenttype.lo `test -f 'contenttype.cpp' || echo '$(srcdir)/'`contenttype.cpp
tntnet-2.2.1/framework/common/Makefile.in-655-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-contenttype.Tpo $(DEPDIR)/libtntnet_la-contenttype.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-657-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:658:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-contenttype.lo `test -f 'contenttype.cpp' || echo '$(srcdir)/'`contenttype.cpp
tntnet-2.2.1/framework/common/Makefile.in-659-
tntnet-2.2.1/framework/common/Makefile.in-660-libtntnet_la-convert.lo: convert.cpp
tntnet-2.2.1/framework/common/Makefile.in:661:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-convert.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-convert.Tpo -c -o libtntnet_la-convert.lo `test -f 'convert.cpp' || echo '$(srcdir)/'`convert.cpp
tntnet-2.2.1/framework/common/Makefile.in-662-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-convert.Tpo $(DEPDIR)/libtntnet_la-convert.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:665:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-convert.lo `test -f 'convert.cpp' || echo '$(srcdir)/'`convert.cpp
tntnet-2.2.1/framework/common/Makefile.in-666-
tntnet-2.2.1/framework/common/Makefile.in-667-libtntnet_la-cookie.lo: cookie.cpp
tntnet-2.2.1/framework/common/Makefile.in:668:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-cookie.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-cookie.Tpo -c -o libtntnet_la-cookie.lo `test -f 'cookie.cpp' || echo '$(srcdir)/'`cookie.cpp
tntnet-2.2.1/framework/common/Makefile.in-669-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-cookie.Tpo $(DEPDIR)/libtntnet_la-cookie.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:672:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-cookie.lo `test -f 'cookie.cpp' || echo '$(srcdir)/'`cookie.cpp
tntnet-2.2.1/framework/common/Makefile.in-673-
tntnet-2.2.1/framework/common/Makefile.in-674-libtntnet_la-deflatestream.lo: deflatestream.cpp
tntnet-2.2.1/framework/common/Makefile.in:675:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-deflatestream.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-deflatestream.Tpo -c -o libtntnet_la-deflatestream.lo `test -f 'deflatestream.cpp' || echo '$(srcdir)/'`deflatestream.cpp
tntnet-2.2.1/framework/common/Makefile.in-676-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-deflatestream.Tpo $(DEPDIR)/libtntnet_la-deflatestream.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-678-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:679:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-deflatestream.lo `test -f 'deflatestream.cpp' || echo '$(srcdir)/'`deflatestream.cpp
tntnet-2.2.1/framework/common/Makefile.in-680-
tntnet-2.2.1/framework/common/Makefile.in-681-libtntnet_la-dispatcher.lo: dispatcher.cpp
tntnet-2.2.1/framework/common/Makefile.in:682:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-dispatcher.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-dispatcher.Tpo -c -o libtntnet_la-dispatcher.lo `test -f 'dispatcher.cpp' || echo '$(srcdir)/'`dispatcher.cpp
tntnet-2.2.1/framework/common/Makefile.in-683-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-dispatcher.Tpo $(DEPDIR)/libtntnet_la-dispatcher.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-685-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:686:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-dispatcher.lo `test -f 'dispatcher.cpp' || echo '$(srcdir)/'`dispatcher.cpp
tntnet-2.2.1/framework/common/Makefile.in-687-
tntnet-2.2.1/framework/common/Makefile.in-688-libtntnet_la-ecpp.lo: ecpp.cpp
tntnet-2.2.1/framework/common/Makefile.in:689:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-ecpp.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-ecpp.Tpo -c -o libtntnet_la-ecpp.lo `test -f 'ecpp.cpp' || echo '$(srcdir)/'`ecpp.cpp
tntnet-2.2.1/framework/common/Makefile.in-690-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-ecpp.Tpo $(DEPDIR)/libtntnet_la-ecpp.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-692-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:693:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-ecpp.lo `test -f 'ecpp.cpp' || echo '$(srcdir)/'`ecpp.cpp
tntnet-2.2.1/framework/common/Makefile.in-694-
tntnet-2.2.1/framework/common/Makefile.in-695-libtntnet_la-encoding.lo: encoding.cpp
tntnet-2.2.1/framework/common/Makefile.in:696:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-encoding.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-encoding.Tpo -c -o libtntnet_la-encoding.lo `test -f 'encoding.cpp' || echo '$(srcdir)/'`encoding.cpp
tntnet-2.2.1/framework/common/Makefile.in-697-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-encoding.Tpo $(DEPDIR)/libtntnet_la-encoding.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-699-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:700:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-encoding.lo `test -f 'encoding.cpp' || echo '$(srcdir)/'`encoding.cpp
tntnet-2.2.1/framework/common/Makefile.in-701-
tntnet-2.2.1/framework/common/Makefile.in-702-libtntnet_la-htmlescostream.lo: htmlescostream.cpp
tntnet-2.2.1/framework/common/Makefile.in:703:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-htmlescostream.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-htmlescostream.Tpo -c -o libtntnet_la-htmlescostream.lo `test -f 'htmlescostream.cpp' || echo '$(srcdir)/'`htmlescostream.cpp
tntnet-2.2.1/framework/common/Makefile.in-704-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-htmlescostream.Tpo $(DEPDIR)/libtntnet_la-htmlescostream.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-706-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:707:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-htmlescostream.lo `test -f 'htmlescostream.cpp' || echo '$(srcdir)/'`htmlescostream.cpp
tntnet-2.2.1/framework/common/Makefile.in-708-
tntnet-2.2.1/framework/common/Makefile.in-709-libtntnet_la-http.lo: http.cpp
tntnet-2.2.1/framework/common/Makefile.in:710:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-http.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-http.Tpo -c -o libtntnet_la-http.lo `test -f 'http.cpp' || echo '$(srcdir)/'`http.cpp
tntnet-2.2.1/framework/common/Makefile.in-711-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-http.Tpo $(DEPDIR)/libtntnet_la-http.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-713-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:714:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-http.lo `test -f 'http.cpp' || echo '$(srcdir)/'`http.cpp
tntnet-2.2.1/framework/common/Makefile.in-715-
tntnet-2.2.1/framework/common/Makefile.in-716-libtntnet_la-httperror.lo: httperror.cpp
tntnet-2.2.1/framework/common/Makefile.in:717:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-httperror.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-httperror.Tpo -c -o libtntnet_la-httperror.lo `test -f 'httperror.cpp' || echo '$(srcdir)/'`httperror.cpp
tntnet-2.2.1/framework/common/Makefile.in-718-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-httperror.Tpo $(DEPDIR)/libtntnet_la-httperror.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-720-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:721:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-httperror.lo `test -f 'httperror.cpp' || echo '$(srcdir)/'`httperror.cpp
tntnet-2.2.1/framework/common/Makefile.in-722-
tntnet-2.2.1/framework/common/Makefile.in-723-libtntnet_la-httpheader.lo: httpheader.cpp
tntnet-2.2.1/framework/common/Makefile.in:724:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-httpheader.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-httpheader.Tpo -c -o libtntnet_la-httpheader.lo `test -f 'httpheader.cpp' || echo '$(srcdir)/'`httpheader.cpp
tntnet-2.2.1/framework/common/Makefile.in-725-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-httpheader.Tpo $(DEPDIR)/libtntnet_la-httpheader.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-727-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:728:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-httpheader.lo `test -f 'httpheader.cpp' || echo '$(srcdir)/'`httpheader.cpp
tntnet-2.2.1/framework/common/Makefile.in-729-
tntnet-2.2.1/framework/common/Makefile.in-730-libtntnet_la-httpmessage.lo: httpmessage.cpp
tntnet-2.2.1/framework/common/Makefile.in:731:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-httpmessage.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-httpmessage.Tpo -c -o libtntnet_la-httpmessage.lo `test -f 'httpmessage.cpp' || echo '$(srcdir)/'`httpmessage.cpp
tntnet-2.2.1/framework/common/Makefile.in-732-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-httpmessage.Tpo $(DEPDIR)/libtntnet_la-httpmessage.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-734-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:735:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-httpmessage.lo `test -f 'httpmessage.cpp' || echo '$(srcdir)/'`httpmessage.cpp
tntnet-2.2.1/framework/common/Makefile.in-736-
tntnet-2.2.1/framework/common/Makefile.in-737-libtntnet_la-httpparser.lo: httpparser.cpp
tntnet-2.2.1/framework/common/Makefile.in:738:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-httpparser.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-httpparser.Tpo -c -o libtntnet_la-httpparser.lo `test -f 'httpparser.cpp' || echo '$(srcdir)/'`httpparser.cpp
tntnet-2.2.1/framework/common/Makefile.in-739-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-httpparser.Tpo $(DEPDIR)/libtntnet_la-httpparser.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-741-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:742:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-httpparser.lo `test -f 'httpparser.cpp' || echo '$(srcdir)/'`httpparser.cpp
tntnet-2.2.1/framework/common/Makefile.in-743-
tntnet-2.2.1/framework/common/Makefile.in-744-libtntnet_la-httprequest.lo: httprequest.cpp
tntnet-2.2.1/framework/common/Makefile.in:745:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-httprequest.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-httprequest.Tpo -c -o libtntnet_la-httprequest.lo `test -f 'httprequest.cpp' || echo '$(srcdir)/'`httprequest.cpp
tntnet-2.2.1/framework/common/Makefile.in-746-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-httprequest.Tpo $(DEPDIR)/libtntnet_la-httprequest.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-748-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:749:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-httprequest.lo `test -f 'httprequest.cpp' || echo '$(srcdir)/'`httprequest.cpp
tntnet-2.2.1/framework/common/Makefile.in-750-
tntnet-2.2.1/framework/common/Makefile.in-751-libtntnet_la-httpreply.lo: httpreply.cpp
tntnet-2.2.1/framework/common/Makefile.in:752:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-httpreply.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-httpreply.Tpo -c -o libtntnet_la-httpreply.lo `test -f 'httpreply.cpp' || echo '$(srcdir)/'`httpreply.cpp
tntnet-2.2.1/framework/common/Makefile.in-753-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-httpreply.Tpo $(DEPDIR)/libtntnet_la-httpreply.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-755-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:756:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-httpreply.lo `test -f 'httpreply.cpp' || echo '$(srcdir)/'`httpreply.cpp
tntnet-2.2.1/framework/common/Makefile.in-757-
tntnet-2.2.1/framework/common/Makefile.in-758-libtntnet_la-job.lo: job.cpp
tntnet-2.2.1/framework/common/Makefile.in:759:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-job.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-job.Tpo -c -o libtntnet_la-job.lo `test -f 'job.cpp' || echo '$(srcdir)/'`job.cpp
tntnet-2.2.1/framework/common/Makefile.in-760-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-job.Tpo $(DEPDIR)/libtntnet_la-job.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-762-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:763:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-job.lo `test -f 'job.cpp' || echo '$(srcdir)/'`job.cpp
tntnet-2.2.1/framework/common/Makefile.in-764-
tntnet-2.2.1/framework/common/Makefile.in-765-libtntnet_la-langlib.lo: langlib.cpp
tntnet-2.2.1/framework/common/Makefile.in:766:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-langlib.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-langlib.Tpo -c -o libtntnet_la-langlib.lo `test -f 'langlib.cpp' || echo '$(srcdir)/'`langlib.cpp
tntnet-2.2.1/framework/common/Makefile.in-767-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-langlib.Tpo $(DEPDIR)/libtntnet_la-langlib.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-769-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:770:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-langlib.lo `test -f 'langlib.cpp' || echo '$(srcdir)/'`langlib.cpp
tntnet-2.2.1/framework/common/Makefile.in-771-
tntnet-2.2.1/framework/common/Makefile.in-772-libtntnet_la-listener.lo: listener.cpp
tntnet-2.2.1/framework/common/Makefile.in:773:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-listener.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-listener.Tpo -c -o libtntnet_la-listener.lo `test -f 'listener.cpp' || echo '$(srcdir)/'`listener.cpp
tntnet-2.2.1/framework/common/Makefile.in-774-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-listener.Tpo $(DEPDIR)/libtntnet_la-listener.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-776-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:777:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-listener.lo `test -f 'listener.cpp' || echo '$(srcdir)/'`listener.cpp
tntnet-2.2.1/framework/common/Makefile.in-778-
tntnet-2.2.1/framework/common/Makefile.in-779-libtntnet_la-mbcomponent.lo: mbcomponent.cpp
tntnet-2.2.1/framework/common/Makefile.in:780:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-mbcomponent.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-mbcomponent.Tpo -c -o libtntnet_la-mbcomponent.lo `test -f 'mbcomponent.cpp' || echo '$(srcdir)/'`mbcomponent.cpp
tntnet-2.2.1/framework/common/Makefile.in-781-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-mbcomponent.Tpo $(DEPDIR)/libtntnet_la-mbcomponent.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-783-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:784:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-mbcomponent.lo `test -f 'mbcomponent.cpp' || echo '$(srcdir)/'`mbcomponent.cpp
tntnet-2.2.1/framework/common/Makefile.in-785-
tntnet-2.2.1/framework/common/Makefile.in-786-libtntnet_la-messageattribute.lo: messageattribute.cpp
tntnet-2.2.1/framework/common/Makefile.in:787:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-messageattribute.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-messageattribute.Tpo -c -o libtntnet_la-messageattribute.lo `test -f 'messageattribute.cpp' || echo '$(srcdir)/'`messageattribute.cpp
tntnet-2.2.1/framework/common/Makefile.in-788-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-messageattribute.Tpo $(DEPDIR)/libtntnet_la-messageattribute.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-790-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:791:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-messageattribute.lo `test -f 'messageattribute.cpp' || echo '$(srcdir)/'`messageattribute.cpp
tntnet-2.2.1/framework/common/Makefile.in-792-
tntnet-2.2.1/framework/common/Makefile.in-793-libtntnet_la-messageheader.lo: messageheader.cpp
tntnet-2.2.1/framework/common/Makefile.in:794:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-messageheader.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-messageheader.Tpo -c -o libtntnet_la-messageheader.lo `test -f 'messageheader.cpp' || echo '$(srcdir)/'`messageheader.cpp
tntnet-2.2.1/framework/common/Makefile.in-795-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-messageheader.Tpo $(DEPDIR)/libtntnet_la-messageheader.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-797-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:798:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-messageheader.lo `test -f 'messageheader.cpp' || echo '$(srcdir)/'`messageheader.cpp
tntnet-2.2.1/framework/common/Makefile.in-799-
tntnet-2.2.1/framework/common/Makefile.in-800-libtntnet_la-messageheaderparser.lo: messageheaderparser.cpp
tntnet-2.2.1/framework/common/Makefile.in:801:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-messageheaderparser.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-messageheaderparser.Tpo -c -o libtntnet_la-messageheaderparser.lo `test -f 'messageheaderparser.cpp' || echo '$(srcdir)/'`messageheaderparser.cpp
tntnet-2.2.1/framework/common/Makefile.in-802-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-messageheaderparser.Tpo $(DEPDIR)/libtntnet_la-messageheaderparser.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-804-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:805:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-messageheaderparser.lo `test -f 'messageheaderparser.cpp' || echo '$(srcdir)/'`messageheaderparser.cpp
tntnet-2.2.1/framework/common/Makefile.in-806-
tntnet-2.2.1/framework/common/Makefile.in-807-libtntnet_la-mimedb.lo: mimedb.cpp
tntnet-2.2.1/framework/common/Makefile.in:808:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-mimedb.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-mimedb.Tpo -c -o libtntnet_la-mimedb.lo `test -f 'mimedb.cpp' || echo '$(srcdir)/'`mimedb.cpp
tntnet-2.2.1/framework/common/Makefile.in-809-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-mimedb.Tpo $(DEPDIR)/libtntnet_la-mimedb.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-811-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:812:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-mimedb.lo `test -f 'mimedb.cpp' || echo '$(srcdir)/'`mimedb.cpp
tntnet-2.2.1/framework/common/Makefile.in-813-
tntnet-2.2.1/framework/common/Makefile.in-814-libtntnet_la-multipart.lo: multipart.cpp
tntnet-2.2.1/framework/common/Makefile.in:815:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-multipart.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-multipart.Tpo -c -o libtntnet_la-multipart.lo `test -f 'multipart.cpp' || echo '$(srcdir)/'`multipart.cpp
tntnet-2.2.1/framework/common/Makefile.in-816-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-multipart.Tpo $(DEPDIR)/libtntnet_la-multipart.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-818-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:819:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-multipart.lo `test -f 'multipart.cpp' || echo '$(srcdir)/'`multipart.cpp
tntnet-2.2.1/framework/common/Makefile.in-820-
tntnet-2.2.1/framework/common/Makefile.in-821-libtntnet_la-poller.lo: poller.cpp
tntnet-2.2.1/framework/common/Makefile.in:822:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-poller.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-poller.Tpo -c -o libtntnet_la-poller.lo `test -f 'poller.cpp' || echo '$(srcdir)/'`poller.cpp
tntnet-2.2.1/framework/common/Makefile.in-823-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-poller.Tpo $(DEPDIR)/libtntnet_la-poller.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-825-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:826:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-poller.lo `test -f 'poller.cpp' || echo '$(srcdir)/'`poller.cpp
tntnet-2.2.1/framework/common/Makefile.in-827-
tntnet-2.2.1/framework/common/Makefile.in-828-libtntnet_la-savepoint.lo: savepoint.cpp
tntnet-2.2.1/framework/common/Makefile.in:829:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-savepoint.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-savepoint.Tpo -c -o libtntnet_la-savepoint.lo `test -f 'savepoint.cpp' || echo '$(srcdir)/'`savepoint.cpp
tntnet-2.2.1/framework/common/Makefile.in-830-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-savepoint.Tpo $(DEPDIR)/libtntnet_la-savepoint.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-832-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:833:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-savepoint.lo `test -f 'savepoint.cpp' || echo '$(srcdir)/'`savepoint.cpp
tntnet-2.2.1/framework/common/Makefile.in-834-
tntnet-2.2.1/framework/common/Makefile.in-835-libtntnet_la-scope.lo: scope.cpp
tntnet-2.2.1/framework/common/Makefile.in:836:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-scope.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-scope.Tpo -c -o libtntnet_la-scope.lo `test -f 'scope.cpp' || echo '$(srcdir)/'`scope.cpp
tntnet-2.2.1/framework/common/Makefile.in-837-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-scope.Tpo $(DEPDIR)/libtntnet_la-scope.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-839-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:840:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-scope.lo `test -f 'scope.cpp' || echo '$(srcdir)/'`scope.cpp
tntnet-2.2.1/framework/common/Makefile.in-841-
tntnet-2.2.1/framework/common/Makefile.in-842-libtntnet_la-scopemanager.lo: scopemanager.cpp
tntnet-2.2.1/framework/common/Makefile.in:843:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-scopemanager.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-scopemanager.Tpo -c -o libtntnet_la-scopemanager.lo `test -f 'scopemanager.cpp' || echo '$(srcdir)/'`scopemanager.cpp
tntnet-2.2.1/framework/common/Makefile.in-844-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-scopemanager.Tpo $(DEPDIR)/libtntnet_la-scopemanager.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-846-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:847:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-scopemanager.lo `test -f 'scopemanager.cpp' || echo '$(srcdir)/'`scopemanager.cpp
tntnet-2.2.1/framework/common/Makefile.in-848-
tntnet-2.2.1/framework/common/Makefile.in-849-libtntnet_la-stringlessignorecase.lo: stringlessignorecase.cpp
tntnet-2.2.1/framework/common/Makefile.in:850:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-stringlessignorecase.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-stringlessignorecase.Tpo -c -o libtntnet_la-stringlessignorecase.lo `test -f 'stringlessignorecase.cpp' || echo '$(srcdir)/'`stringlessignorecase.cpp
tntnet-2.2.1/framework/common/Makefile.in-851-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-stringlessignorecase.Tpo $(DEPDIR)/libtntnet_la-stringlessignorecase.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-853-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:854:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-stringlessignorecase.lo `test -f 'stringlessignorecase.cpp' || echo '$(srcdir)/'`stringlessignorecase.cpp
tntnet-2.2.1/framework/common/Makefile.in-855-
tntnet-2.2.1/framework/common/Makefile.in-856-libtntnet_la-tntconfig.lo: tntconfig.cpp
tntnet-2.2.1/framework/common/Makefile.in:857:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-tntconfig.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-tntconfig.Tpo -c -o libtntnet_la-tntconfig.lo `test -f 'tntconfig.cpp' || echo '$(srcdir)/'`tntconfig.cpp
tntnet-2.2.1/framework/common/Makefile.in-858-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-tntconfig.Tpo $(DEPDIR)/libtntnet_la-tntconfig.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-860-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:861:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-tntconfig.lo `test -f 'tntconfig.cpp' || echo '$(srcdir)/'`tntconfig.cpp
tntnet-2.2.1/framework/common/Makefile.in-862-
tntnet-2.2.1/framework/common/Makefile.in-863-libtntnet_la-tntnet.lo: tntnet.cpp
tntnet-2.2.1/framework/common/Makefile.in:864:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-tntnet.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-tntnet.Tpo -c -o libtntnet_la-tntnet.lo `test -f 'tntnet.cpp' || echo '$(srcdir)/'`tntnet.cpp
tntnet-2.2.1/framework/common/Makefile.in-865-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-tntnet.Tpo $(DEPDIR)/libtntnet_la-tntnet.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-867-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:868:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-tntnet.lo `test -f 'tntnet.cpp' || echo '$(srcdir)/'`tntnet.cpp
tntnet-2.2.1/framework/common/Makefile.in-869-
tntnet-2.2.1/framework/common/Makefile.in-870-libtntnet_la-unzipfile.lo: unzipfile.cpp
tntnet-2.2.1/framework/common/Makefile.in:871:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-unzipfile.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-unzipfile.Tpo -c -o libtntnet_la-unzipfile.lo `test -f 'unzipfile.cpp' || echo '$(srcdir)/'`unzipfile.cpp
tntnet-2.2.1/framework/common/Makefile.in-872-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-unzipfile.Tpo $(DEPDIR)/libtntnet_la-unzipfile.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-874-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:875:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-unzipfile.lo `test -f 'unzipfile.cpp' || echo '$(srcdir)/'`unzipfile.cpp
tntnet-2.2.1/framework/common/Makefile.in-876-
tntnet-2.2.1/framework/common/Makefile.in-877-libtntnet_la-urlescostream.lo: urlescostream.cpp
tntnet-2.2.1/framework/common/Makefile.in:878:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-urlescostream.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-urlescostream.Tpo -c -o libtntnet_la-urlescostream.lo `test -f 'urlescostream.cpp' || echo '$(srcdir)/'`urlescostream.cpp
tntnet-2.2.1/framework/common/Makefile.in-879-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-urlescostream.Tpo $(DEPDIR)/libtntnet_la-urlescostream.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-881-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:882:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-urlescostream.lo `test -f 'urlescostream.cpp' || echo '$(srcdir)/'`urlescostream.cpp
tntnet-2.2.1/framework/common/Makefile.in-883-
tntnet-2.2.1/framework/common/Makefile.in-884-libtntnet_la-urlmapper.lo: urlmapper.cpp
tntnet-2.2.1/framework/common/Makefile.in:885:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-urlmapper.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-urlmapper.Tpo -c -o libtntnet_la-urlmapper.lo `test -f 'urlmapper.cpp' || echo '$(srcdir)/'`urlmapper.cpp
tntnet-2.2.1/framework/common/Makefile.in-886-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-urlmapper.Tpo $(DEPDIR)/libtntnet_la-urlmapper.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-888-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:889:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-urlmapper.lo `test -f 'urlmapper.cpp' || echo '$(srcdir)/'`urlmapper.cpp
tntnet-2.2.1/framework/common/Makefile.in-890-
tntnet-2.2.1/framework/common/Makefile.in-891-libtntnet_la-util.lo: util.cpp
tntnet-2.2.1/framework/common/Makefile.in:892:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-util.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-util.Tpo -c -o libtntnet_la-util.lo `test -f 'util.cpp' || echo '$(srcdir)/'`util.cpp
tntnet-2.2.1/framework/common/Makefile.in-893-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-util.Tpo $(DEPDIR)/libtntnet_la-util.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-895-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:896:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-util.lo `test -f 'util.cpp' || echo '$(srcdir)/'`util.cpp
tntnet-2.2.1/framework/common/Makefile.in-897-
tntnet-2.2.1/framework/common/Makefile.in-898-libtntnet_la-worker.lo: worker.cpp
tntnet-2.2.1/framework/common/Makefile.in:899:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-worker.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-worker.Tpo -c -o libtntnet_la-worker.lo `test -f 'worker.cpp' || echo '$(srcdir)/'`worker.cpp
tntnet-2.2.1/framework/common/Makefile.in-900-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-worker.Tpo $(DEPDIR)/libtntnet_la-worker.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-902-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:903:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-worker.lo `test -f 'worker.cpp' || echo '$(srcdir)/'`worker.cpp
tntnet-2.2.1/framework/common/Makefile.in-904-
tntnet-2.2.1/framework/common/Makefile.in-905-libtntnet_la-zdata.lo: zdata.cpp
tntnet-2.2.1/framework/common/Makefile.in:906:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-zdata.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-zdata.Tpo -c -o libtntnet_la-zdata.lo `test -f 'zdata.cpp' || echo '$(srcdir)/'`zdata.cpp
tntnet-2.2.1/framework/common/Makefile.in-907-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-zdata.Tpo $(DEPDIR)/libtntnet_la-zdata.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-909-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:910:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-zdata.lo `test -f 'zdata.cpp' || echo '$(srcdir)/'`zdata.cpp
tntnet-2.2.1/framework/common/Makefile.in-911-
tntnet-2.2.1/framework/common/Makefile.in-912-libtntnet_la-gnutls.lo: gnutls.cpp
tntnet-2.2.1/framework/common/Makefile.in:913:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-gnutls.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-gnutls.Tpo -c -o libtntnet_la-gnutls.lo `test -f 'gnutls.cpp' || echo '$(srcdir)/'`gnutls.cpp
tntnet-2.2.1/framework/common/Makefile.in-914-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-gnutls.Tpo $(DEPDIR)/libtntnet_la-gnutls.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-916-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:917:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-gnutls.lo `test -f 'gnutls.cpp' || echo '$(srcdir)/'`gnutls.cpp
tntnet-2.2.1/framework/common/Makefile.in-918-
tntnet-2.2.1/framework/common/Makefile.in-919-libtntnet_la-openssl.lo: openssl.cpp
tntnet-2.2.1/framework/common/Makefile.in:920:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-openssl.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-openssl.Tpo -c -o libtntnet_la-openssl.lo `test -f 'openssl.cpp' || echo '$(srcdir)/'`openssl.cpp
tntnet-2.2.1/framework/common/Makefile.in-921-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-openssl.Tpo $(DEPDIR)/libtntnet_la-openssl.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-923-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:924:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-openssl.lo `test -f 'openssl.cpp' || echo '$(srcdir)/'`openssl.cpp
tntnet-2.2.1/framework/common/Makefile.in-925-
tntnet-2.2.1/framework/common/Makefile.in-926-libtntnet_la-stressjob.lo: stressjob.cpp
tntnet-2.2.1/framework/common/Makefile.in:927:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -MT libtntnet_la-stressjob.lo -MD -MP -MF $(DEPDIR)/libtntnet_la-stressjob.Tpo -c -o libtntnet_la-stressjob.lo `test -f 'stressjob.cpp' || echo '$(srcdir)/'`stressjob.cpp
tntnet-2.2.1/framework/common/Makefile.in-928-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtntnet_la-stressjob.Tpo $(DEPDIR)/libtntnet_la-stressjob.Plo
##############################################
tntnet-2.2.1/framework/common/Makefile.in-930-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/framework/common/Makefile.in:931:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtntnet_la_CXXFLAGS) $(CXXFLAGS) -c -o libtntnet_la-stressjob.lo `test -f 'stressjob.cpp' || echo '$(srcdir)/'`stressjob.cpp
tntnet-2.2.1/framework/common/Makefile.in-932-
##############################################
tntnet-2.2.1/framework/common/Makefile.in-959-	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
tntnet-2.2.1/framework/common/Makefile.in:960:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
tntnet-2.2.1/framework/common/Makefile.in-961-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
tntnet-2.2.1/framework/common/Makefile.in-1007-GTAGS:
tntnet-2.2.1/framework/common/Makefile.in:1008:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/framework/common/Makefile.in-1009-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/framework/common/Makefile.in-1029-distdir: $(DISTFILES)
tntnet-2.2.1/framework/common/Makefile.in:1030:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/framework/common/Makefile.in:1031:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/framework/common/Makefile.in-1032-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/framework/common/Makefile.in-1043-	  if test -d $$d/$$file; then \
tntnet-2.2.1/framework/common/Makefile.in:1044:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/framework/common/Makefile.in-1045-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/framework/common/tnt/listener.h-45-      ListenerBase(const std::string& ipaddr_, unsigned short int port_)
tntnet-2.2.1/framework/common/tnt/listener.h:46:        : ipaddr(ipaddr_),
tntnet-2.2.1/framework/common/tnt/listener.h-47-          port(port_)
##############################################
tntnet-2.2.1/framework/common/tnt/listener.h-54-
tntnet-2.2.1/framework/common/tnt/listener.h:55:      const std::string& getIpaddr() const
tntnet-2.2.1/framework/common/tnt/listener.h-56-        { return ipaddr; }
##############################################
tntnet-2.2.1/missing-162-         from any GNU archive site."
tntnet-2.2.1/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
tntnet-2.2.1/missing-164-    test -z "$files" && files="config.h"
##############################################
tntnet-2.2.1/missing-194-
tntnet-2.2.1/missing:195:    file=`echo "$*" | sed -n "$sed_output"`
tntnet-2.2.1/missing:196:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
tntnet-2.2.1/missing-197-    if test -f "$file"; then
##############################################
tntnet-2.2.1/missing-220-	*.y)
tntnet-2.2.1/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
tntnet-2.2.1/missing-222-	    if test -f "$SRCFILE"; then
##############################################
tntnet-2.2.1/missing-224-	    fi
tntnet-2.2.1/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
tntnet-2.2.1/missing-226-	    if test -f "$SRCFILE"; then
##############################################
tntnet-2.2.1/missing-250-	*.l)
tntnet-2.2.1/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
tntnet-2.2.1/missing-252-	    if test -f "$SRCFILE"; then
##############################################
tntnet-2.2.1/missing-269-
tntnet-2.2.1/missing:270:    file=`echo "$*" | sed -n "$sed_output"`
tntnet-2.2.1/missing:271:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
tntnet-2.2.1/missing-272-    if test -f "$file"; then
##############################################
tntnet-2.2.1/missing-289-    # The file to touch is that specified with -o ...
tntnet-2.2.1/missing:290:    file=`echo "$*" | sed -n "$sed_output"`
tntnet-2.2.1/missing:291:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
tntnet-2.2.1/missing-292-    if test -z "$file"; then
tntnet-2.2.1/missing-293-      # ... or it is the one specified with @setfilename ...
tntnet-2.2.1/missing:294:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
tntnet-2.2.1/missing-295-      file=`sed -n '
##############################################
tntnet-2.2.1/missing-301-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
tntnet-2.2.1/missing:302:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
tntnet-2.2.1/missing-303-    fi
##############################################
tntnet-2.2.1/utest/Makefile.in-284-	test -n "$(EXEEXT)" || exit 0; \
tntnet-2.2.1/utest/Makefile.in:285:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
tntnet-2.2.1/utest/Makefile.in-286-	echo " rm -f" $$list; \
##############################################
tntnet-2.2.1/utest/Makefile.in-310-.cpp.obj:
tntnet-2.2.1/utest/Makefile.in:311:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/utest/Makefile.in-312-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tntnet-2.2.1/utest/Makefile.in-314-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tntnet-2.2.1/utest/Makefile.in:315:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tntnet-2.2.1/utest/Makefile.in-316-
##############################################
tntnet-2.2.1/utest/Makefile.in-374-GTAGS:
tntnet-2.2.1/utest/Makefile.in:375:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/utest/Makefile.in-376-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/utest/Makefile.in-396-distdir: $(DISTFILES)
tntnet-2.2.1/utest/Makefile.in:397:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/utest/Makefile.in:398:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/utest/Makefile.in-399-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/utest/Makefile.in-410-	  if test -d $$d/$$file; then \
tntnet-2.2.1/utest/Makefile.in:411:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/utest/Makefile.in-412-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/aclocal.m4-95-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
tntnet-2.2.1/aclocal.m4:96:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
tntnet-2.2.1/aclocal.m4-97-# and then we would define $MISSING as
##############################################
tntnet-2.2.1/aclocal.m4-111-# expand $ac_aux_dir to an absolute path
tntnet-2.2.1/aclocal.m4:112:am_aux_dir=`cd $ac_aux_dir && pwd`
tntnet-2.2.1/aclocal.m4-113-])
##############################################
tntnet-2.2.1/aclocal.m4-212-  if test "$am_compiler_list" = ""; then
tntnet-2.2.1/aclocal.m4:213:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
tntnet-2.2.1/aclocal.m4-214-  fi
##############################################
tntnet-2.2.1/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
tntnet-2.2.1/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tntnet-2.2.1/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
tntnet-2.2.1/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
tntnet-2.2.1/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
tntnet-2.2.1/aclocal.m4-375-    else
##############################################
tntnet-2.2.1/aclocal.m4-379-    # from the Makefile without running 'make'.
tntnet-2.2.1/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tntnet-2.2.1/aclocal.m4-381-    test -z "$DEPDIR" && continue
tntnet-2.2.1/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tntnet-2.2.1/aclocal.m4-383-    test -z "am__include" && continue
tntnet-2.2.1/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tntnet-2.2.1/aclocal.m4-385-    # Find all dependency output files, they are included files with
##############################################
tntnet-2.2.1/aclocal.m4-393-      test -f "$dirpart/$file" && continue
tntnet-2.2.1/aclocal.m4:394:      fdir=`AS_DIRNAME(["$file"])`
tntnet-2.2.1/aclocal.m4-395-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
tntnet-2.2.1/aclocal.m4-447-AC_REQUIRE([AC_PROG_INSTALL])dnl
tntnet-2.2.1/aclocal.m4:448:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tntnet-2.2.1/aclocal.m4-449-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tntnet-2.2.1/aclocal.m4-566-    * )
tntnet-2.2.1/aclocal.m4:567:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
tntnet-2.2.1/aclocal.m4-568-  esac
tntnet-2.2.1/aclocal.m4-569-done
tntnet-2.2.1/aclocal.m4:570:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
tntnet-2.2.1/aclocal.m4-571-
##############################################
tntnet-2.2.1/aclocal.m4-643-# Ignore all kinds of additional output from 'make'.
tntnet-2.2.1/aclocal.m4:644:case `$am_make -s -f confmf 2> /dev/null` in #(
tntnet-2.2.1/aclocal.m4-645-*the\ am__doit\ target*)
##############################################
tntnet-2.2.1/aclocal.m4-653-   echo '.include "confinc"' > confmf
tntnet-2.2.1/aclocal.m4:654:   case `$am_make -s -f confmf 2> /dev/null` in #(
tntnet-2.2.1/aclocal.m4-655-   *the\ am__doit\ target*)
##############################################
tntnet-2.2.1/aclocal.m4-778-     echo "timestamp, slept: $am_has_slept" > conftest.file
tntnet-2.2.1/aclocal.m4:779:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tntnet-2.2.1/aclocal.m4-780-     if test "$[*]" = "X"; then
tntnet-2.2.1/aclocal.m4-781-	# -L didn't work.
tntnet-2.2.1/aclocal.m4:782:	set X `ls -t "$srcdir/configure" conftest.file`
tntnet-2.2.1/aclocal.m4-783-     fi
##############################################
tntnet-2.2.1/config.sub-57-
tntnet-2.2.1/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
tntnet-2.2.1/config.sub-59-
##############################################
tntnet-2.2.1/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
tntnet-2.2.1/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
tntnet-2.2.1/config.sub-124-case $maybe_os in
##############################################
tntnet-2.2.1/config.sub-130-    os=-$maybe_os
tntnet-2.2.1/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
tntnet-2.2.1/config.sub-132-    ;;
##############################################
tntnet-2.2.1/config.sub-134-    os=-linux-android
tntnet-2.2.1/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
tntnet-2.2.1/config.sub-136-    ;;
tntnet-2.2.1/config.sub-137-  *)
tntnet-2.2.1/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
tntnet-2.2.1/config.sub-139-    if [ $basic_machine != $1 ]
tntnet-2.2.1/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
tntnet-2.2.1/config.sub-141-    else os=; fi
##############################################
tntnet-2.2.1/config.sub-188-		os=-sco5v6
tntnet-2.2.1/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-190-		;;
##############################################
tntnet-2.2.1/config.sub-192-		os=-sco3.2v5
tntnet-2.2.1/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-194-		;;
##############################################
tntnet-2.2.1/config.sub-196-		os=-sco3.2v4
tntnet-2.2.1/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-198-		;;
tntnet-2.2.1/config.sub-199-	-sco3.2.[4-9]*)
tntnet-2.2.1/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
tntnet-2.2.1/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-202-		;;
##############################################
tntnet-2.2.1/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
tntnet-2.2.1/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-206-		;;
##############################################
tntnet-2.2.1/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
tntnet-2.2.1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-210-		;;
##############################################
tntnet-2.2.1/config.sub-212-		os=-sco3.2v2
tntnet-2.2.1/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-214-		;;
tntnet-2.2.1/config.sub-215-	-udk*)
tntnet-2.2.1/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-217-		;;
##############################################
tntnet-2.2.1/config.sub-219-		os=-isc2.2
tntnet-2.2.1/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-221-		;;
##############################################
tntnet-2.2.1/config.sub-225-	-isc*)
tntnet-2.2.1/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tntnet-2.2.1/config.sub-227-		;;
##############################################
tntnet-2.2.1/config.sub-237-	-ptx*)
tntnet-2.2.1/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
tntnet-2.2.1/config.sub-239-		;;
tntnet-2.2.1/config.sub-240-	-windowsnt*)
tntnet-2.2.1/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
tntnet-2.2.1/config.sub-242-		;;
##############################################
tntnet-2.2.1/config.sub-363-	*-*-*)
tntnet-2.2.1/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tntnet-2.2.1/config.sub-365-		exit 1
##############################################
tntnet-2.2.1/config.sub-481-	amd64-*)
tntnet-2.2.1/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-483-		;;
##############################################
tntnet-2.2.1/config.sub-523-	blackfin-*)
tntnet-2.2.1/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-525-		os=-linux
##############################################
tntnet-2.2.1/config.sub-531-	c54x-*)
tntnet-2.2.1/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-533-		;;
tntnet-2.2.1/config.sub-534-	c55x-*)
tntnet-2.2.1/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-536-		;;
tntnet-2.2.1/config.sub-537-	c6x-*)
tntnet-2.2.1/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-539-		;;
##############################################
tntnet-2.2.1/config.sub-734-	i*86v32)
tntnet-2.2.1/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tntnet-2.2.1/config.sub-736-		os=-sysv32
##############################################
tntnet-2.2.1/config.sub-738-	i*86v4*)
tntnet-2.2.1/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tntnet-2.2.1/config.sub-740-		os=-sysv4
##############################################
tntnet-2.2.1/config.sub-742-	i*86v)
tntnet-2.2.1/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tntnet-2.2.1/config.sub-744-		os=-sysv
##############################################
tntnet-2.2.1/config.sub-746-	i*86sol2)
tntnet-2.2.1/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tntnet-2.2.1/config.sub-748-		os=-solaris2
##############################################
tntnet-2.2.1/config.sub-776-	m68knommu-*)
tntnet-2.2.1/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-778-		os=-linux
##############################################
tntnet-2.2.1/config.sub-809-	mips3*-*)
tntnet-2.2.1/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
tntnet-2.2.1/config.sub-811-		;;
tntnet-2.2.1/config.sub-812-	mips3*)
tntnet-2.2.1/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
tntnet-2.2.1/config.sub-814-		;;
##############################################
tntnet-2.2.1/config.sub-827-	ms1-*)
tntnet-2.2.1/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
tntnet-2.2.1/config.sub-829-		;;
##############################################
tntnet-2.2.1/config.sub-946-	parisc-*)
tntnet-2.2.1/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-948-		os=-linux
##############################################
tntnet-2.2.1/config.sub-962-	pc98-*)
tntnet-2.2.1/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-964-		;;
##############################################
tntnet-2.2.1/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
tntnet-2.2.1/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-979-		;;
tntnet-2.2.1/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
tntnet-2.2.1/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-982-		;;
tntnet-2.2.1/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
tntnet-2.2.1/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-985-		;;
tntnet-2.2.1/config.sub-986-	pentium4-*)
tntnet-2.2.1/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-988-		;;
##############################################
tntnet-2.2.1/config.sub-996-	ppc-* | ppcbe-*)
tntnet-2.2.1/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-998-		;;
##############################################
tntnet-2.2.1/config.sub-1002-	ppcle-* | powerpclittle-*)
tntnet-2.2.1/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-1004-		;;
##############################################
tntnet-2.2.1/config.sub-1006-		;;
tntnet-2.2.1/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-1008-		;;
##############################################
tntnet-2.2.1/config.sub-1012-	ppc64le-* | powerpc64little-*)
tntnet-2.2.1/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-1014-		;;
##############################################
tntnet-2.2.1/config.sub-1091-	strongarm-* | thumb-*)
tntnet-2.2.1/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
tntnet-2.2.1/config.sub-1093-		;;
##############################################
tntnet-2.2.1/config.sub-1221-	xscale-* | xscalee[bl]-*)
tntnet-2.2.1/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
tntnet-2.2.1/config.sub-1223-		;;
##############################################
tntnet-2.2.1/config.sub-1298-	*)
tntnet-2.2.1/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tntnet-2.2.1/config.sub-1300-		exit 1
##############################################
tntnet-2.2.1/config.sub-1306-	*-digital*)
tntnet-2.2.1/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
tntnet-2.2.1/config.sub-1308-		;;
tntnet-2.2.1/config.sub-1309-	*-commodore*)
tntnet-2.2.1/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
tntnet-2.2.1/config.sub-1311-		;;
##############################################
tntnet-2.2.1/config.sub-1327-	-solaris1 | -solaris1.*)
tntnet-2.2.1/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
tntnet-2.2.1/config.sub-1329-		;;
##############################################
tntnet-2.2.1/config.sub-1339-	-gnu/linux*)
tntnet-2.2.1/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
tntnet-2.2.1/config.sub-1341-		;;
##############################################
tntnet-2.2.1/config.sub-1385-	-nto*)
tntnet-2.2.1/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
tntnet-2.2.1/config.sub-1387-		;;
##############################################
tntnet-2.2.1/config.sub-1392-	-mac*)
tntnet-2.2.1/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
tntnet-2.2.1/config.sub-1394-		;;
##############################################
tntnet-2.2.1/config.sub-1398-	-linux*)
tntnet-2.2.1/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
tntnet-2.2.1/config.sub-1400-		;;
tntnet-2.2.1/config.sub-1401-	-sunos5*)
tntnet-2.2.1/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
tntnet-2.2.1/config.sub-1403-		;;
tntnet-2.2.1/config.sub-1404-	-sunos6*)
tntnet-2.2.1/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
tntnet-2.2.1/config.sub-1406-		;;
##############################################
tntnet-2.2.1/config.sub-1453-	-sinix5.*)
tntnet-2.2.1/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
tntnet-2.2.1/config.sub-1455-		;;
##############################################
tntnet-2.2.1/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
tntnet-2.2.1/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
tntnet-2.2.1/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
tntnet-2.2.1/config.sub-1512-		exit 1
##############################################
tntnet-2.2.1/config.sub-1769-		esac
tntnet-2.2.1/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
tntnet-2.2.1/config.sub-1771-		;;
##############################################
tntnet-2.2.1/Makefile.in-75-CONFIG_CLEAN_VPATH_FILES =
tntnet-2.2.1/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/Makefile.in-77-am__vpath_adj = case $$p in \
tntnet-2.2.1/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/Makefile.in-79-    *) f=$$p;; \
tntnet-2.2.1/Makefile.in-80-  esac;
tntnet-2.2.1/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/Makefile.in-82-am__install_max = 40
tntnet-2.2.1/Makefile.in-83-am__nobase_strip_setup = \
tntnet-2.2.1/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/Makefile.in-85-am__nobase_strip = \
##############################################
tntnet-2.2.1/Makefile.in-153-  while test -n "$$dir1"; do \
tntnet-2.2.1/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
tntnet-2.2.1/Makefile.in-155-    if test "$$first" != "."; then \
tntnet-2.2.1/Makefile.in-156-      if test "$$first" = ".."; then \
tntnet-2.2.1/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
tntnet-2.2.1/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
tntnet-2.2.1/Makefile.in-159-      else \
tntnet-2.2.1/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
tntnet-2.2.1/Makefile.in-161-        if test "$$first2" = "$$first"; then \
tntnet-2.2.1/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
tntnet-2.2.1/Makefile.in-163-        else \
##############################################
tntnet-2.2.1/Makefile.in-168-    fi; \
tntnet-2.2.1/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
tntnet-2.2.1/Makefile.in-170-  done; \
##############################################
tntnet-2.2.1/Makefile.in-518-	dot_seen=no; \
tntnet-2.2.1/Makefile.in:519:	target=`echo $@ | sed s/-recursive//`; \
tntnet-2.2.1/Makefile.in-520-	case "$@" in \
##############################################
tntnet-2.2.1/Makefile.in-608-GTAGS:
tntnet-2.2.1/Makefile.in:609:	here=`$(am__cd) $(top_builddir) && pwd` \
tntnet-2.2.1/Makefile.in-610-	  && $(am__cd) $(top_srcdir) \
##############################################
tntnet-2.2.1/Makefile.in-642-	test -d "$(distdir)" || mkdir "$(distdir)"
tntnet-2.2.1/Makefile.in:643:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/Makefile.in:644:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/Makefile.in-645-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/Makefile.in-656-	  if test -d $$d/$$file; then \
tntnet-2.2.1/Makefile.in:657:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/Makefile.in-658-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/Makefile.in-761-	test -d $(distdir)/_build || exit 0; \
tntnet-2.2.1/Makefile.in:762:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
tntnet-2.2.1/Makefile.in-763-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
tntnet-2.2.1/Makefile.in-804-	}; \
tntnet-2.2.1/Makefile.in:805:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
tntnet-2.2.1/Makefile.in-806-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
tntnet-2.2.1/Makefile.in-816-	fi
tntnet-2.2.1/Makefile.in:817:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
tntnet-2.2.1/Makefile.in-818-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
tntnet-2.2.1/etc/init.d/tntnet.in-11-
tntnet-2.2.1/etc/init.d/tntnet.in:12:	PID=`cat $PIDFILE`
tntnet-2.2.1/etc/init.d/tntnet.in-13-	[ -f $PIDFILE ] && kill $PID
##############################################
tntnet-2.2.1/etc/init.d/tntnet.in-30-		echo -n "Start tntnet - "
tntnet-2.2.1/etc/init.d/tntnet.in:31:		if [ -f $PIDFILE ] && ps `cat $PIDFILE`|grep -q tntnet
tntnet-2.2.1/etc/init.d/tntnet.in-32-		then
##############################################
tntnet-2.2.1/etc/init.d/tntnet.in-82-		else
tntnet-2.2.1/etc/init.d/tntnet.in:83:			PID=`cat $PIDFILE`
tntnet-2.2.1/etc/init.d/tntnet.in-84-			kill -HUP $PID
##############################################
tntnet-2.2.1/etc/init.d/tntnet.in-92-			echo tntnet not running
tntnet-2.2.1/etc/init.d/tntnet.in:93:		elif ps `cat $PIDFILE` >/dev/null
tntnet-2.2.1/etc/init.d/tntnet.in-94-		then
##############################################
tntnet-2.2.1/etc/Makefile.in-77-  esac
tntnet-2.2.1/etc/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tntnet-2.2.1/etc/Makefile.in-79-am__vpath_adj = case $$p in \
tntnet-2.2.1/etc/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tntnet-2.2.1/etc/Makefile.in-81-    *) f=$$p;; \
tntnet-2.2.1/etc/Makefile.in-82-  esac;
tntnet-2.2.1/etc/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tntnet-2.2.1/etc/Makefile.in-84-am__install_max = 40
tntnet-2.2.1/etc/Makefile.in-85-am__nobase_strip_setup = \
tntnet-2.2.1/etc/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tntnet-2.2.1/etc/Makefile.in-87-am__nobase_strip = \
##############################################
tntnet-2.2.1/etc/Makefile.in-312-	@list='$(nobase_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
tntnet-2.2.1/etc/Makefile.in:313:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
tntnet-2.2.1/etc/Makefile.in-314-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
tntnet-2.2.1/etc/Makefile.in-324-distdir: $(DISTFILES)
tntnet-2.2.1/etc/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/etc/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tntnet-2.2.1/etc/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
tntnet-2.2.1/etc/Makefile.in-338-	  if test -d $$d/$$file; then \
tntnet-2.2.1/etc/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tntnet-2.2.1/etc/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
tntnet-2.2.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
tntnet-2.2.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tntnet-2.2.1/configure-47-  as_echo='print -r --'
tntnet-2.2.1/configure-48-  as_echo_n='print -rn --'
tntnet-2.2.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tntnet-2.2.1/configure-50-  as_echo='printf %s\n'
##############################################
tntnet-2.2.1/configure-52-else
tntnet-2.2.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tntnet-2.2.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tntnet-2.2.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
tntnet-2.2.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tntnet-2.2.1/configure-64-      esac;
##############################################
tntnet-2.2.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tntnet-2.2.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tntnet-2.2.1/configure-201-
##############################################
tntnet-2.2.1/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
tntnet-2.2.1/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
tntnet-2.2.1/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
tntnet-2.2.1/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tntnet-2.2.1/configure-335-      case $as_dir in #(
tntnet-2.2.1/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tntnet-2.2.1/configure-337-      *) as_qdir=$as_dir;;
##############################################
tntnet-2.2.1/configure-408-  {
tntnet-2.2.1/configure:409:    as_val=`expr "$@" || test $? -eq 1`
tntnet-2.2.1/configure-410-  }
##############################################
tntnet-2.2.1/configure-415-# ----------------------------------------
tntnet-2.2.1/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tntnet-2.2.1/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tntnet-2.2.1/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tntnet-2.2.1/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tntnet-2.2.1/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tntnet-2.2.1/configure-888-  case $ac_option in
tntnet-2.2.1/configure:889:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tntnet-2.2.1/configure-890-  *=)   ac_optarg= ;;
##############################################
tntnet-2.2.1/configure-932-  -disable-* | --disable-*)
tntnet-2.2.1/configure:933:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tntnet-2.2.1/configure-934-    # Reject names that are not valid shell variable names.
##############################################
tntnet-2.2.1/configure-937-    ac_useropt_orig=$ac_useropt
tntnet-2.2.1/configure:938:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tntnet-2.2.1/configure-939-    case $ac_user_opts in
##############################################
tntnet-2.2.1/configure-958-  -enable-* | --enable-*)
tntnet-2.2.1/configure:959:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tntnet-2.2.1/configure-960-    # Reject names that are not valid shell variable names.
##############################################
tntnet-2.2.1/configure-963-    ac_useropt_orig=$ac_useropt
tntnet-2.2.1/configure:964:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tntnet-2.2.1/configure-965-    case $ac_user_opts in
##############################################
tntnet-2.2.1/configure-1162-  -with-* | --with-*)
tntnet-2.2.1/configure:1163:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tntnet-2.2.1/configure-1164-    # Reject names that are not valid shell variable names.
##############################################
tntnet-2.2.1/configure-1167-    ac_useropt_orig=$ac_useropt
tntnet-2.2.1/configure:1168:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tntnet-2.2.1/configure-1169-    case $ac_user_opts in
##############################################
tntnet-2.2.1/configure-1178-  -without-* | --without-*)
tntnet-2.2.1/configure:1179:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tntnet-2.2.1/configure-1180-    # Reject names that are not valid shell variable names.
##############################################
tntnet-2.2.1/configure-1183-    ac_useropt_orig=$ac_useropt
tntnet-2.2.1/configure:1184:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tntnet-2.2.1/configure-1185-    case $ac_user_opts in
##############################################
tntnet-2.2.1/configure-1216-  *=*)
tntnet-2.2.1/configure:1217:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tntnet-2.2.1/configure-1218-    # Reject names that are not valid shell variable names.
##############################################
tntnet-2.2.1/configure-1237-if test -n "$ac_prev"; then
tntnet-2.2.1/configure:1238:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tntnet-2.2.1/configure-1239-  as_fn_error $? "missing argument to $ac_option"
##############################################
tntnet-2.2.1/configure-1259-    */ )
tntnet-2.2.1/configure:1260:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tntnet-2.2.1/configure-1261-      eval $ac_var=\$ac_val;;
##############################################
tntnet-2.2.1/configure-1294-ac_ls_di=`ls -di .` &&
tntnet-2.2.1/configure:1295:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tntnet-2.2.1/configure-1296-  as_fn_error $? "working directory cannot be determined"
##############################################
tntnet-2.2.1/configure-1350-case $srcdir in
tntnet-2.2.1/configure:1351:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tntnet-2.2.1/configure-1352-esac
##############################################
tntnet-2.2.1/configure-1393-By default, \`make install' will install all the files in
tntnet-2.2.1/configure:1394:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tntnet-2.2.1/configure:1395:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tntnet-2.2.1/configure-1396-for instance \`--prefix=\$HOME'.
##############################################
tntnet-2.2.1/configure-1516-*)
tntnet-2.2.1/configure:1517:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tntnet-2.2.1/configure-1518-  # A ".." for each directory in $ac_dir_suffix.
tntnet-2.2.1/configure:1519:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tntnet-2.2.1/configure-1520-  case $ac_top_builddir_sub in
##############################################
tntnet-2.2.1/configure-2234-    *\'*)
tntnet-2.2.1/configure:2235:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tntnet-2.2.1/configure-2236-    esac
##############################################
tntnet-2.2.1/configure-2317-      case $ac_val in
tntnet-2.2.1/configure:2318:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tntnet-2.2.1/configure-2319-      esac
##############################################
tntnet-2.2.1/configure-2332-	case $ac_val in
tntnet-2.2.1/configure:2333:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tntnet-2.2.1/configure-2334-	esac
##############################################
tntnet-2.2.1/configure-2452-    set,)
tntnet-2.2.1/configure:2453:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tntnet-2.2.1/configure:2454:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tntnet-2.2.1/configure-2455-      ac_cache_corrupted=: ;;
##############################################
tntnet-2.2.1/configure-2463-	# differences in whitespace do not lead to failure.
tntnet-2.2.1/configure:2464:	ac_old_val_w=`echo x $ac_old_val`
tntnet-2.2.1/configure:2465:	ac_new_val_w=`echo x $ac_new_val`
tntnet-2.2.1/configure-2466-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tntnet-2.2.1/configure-2483-    case $ac_new_val in
tntnet-2.2.1/configure:2484:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tntnet-2.2.1/configure-2485-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tntnet-2.2.1/configure-2550-test "x$ac_build_alias" = x &&
tntnet-2.2.1/configure:2551:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
tntnet-2.2.1/configure-2552-test "x$ac_build_alias" = x &&
tntnet-2.2.1/configure-2553-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
tntnet-2.2.1/configure:2554:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
tntnet-2.2.1/configure-2555-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
tntnet-2.2.1/configure-2574-IFS=$ac_save_IFS
tntnet-2.2.1/configure:2575:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
tntnet-2.2.1/configure-2576-
##############################################
tntnet-2.2.1/configure-2585-else
tntnet-2.2.1/configure:2586:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
tntnet-2.2.1/configure-2587-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
tntnet-2.2.1/configure-2607-IFS=$ac_save_IFS
tntnet-2.2.1/configure:2608:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
tntnet-2.2.1/configure-2609-
##############################################
tntnet-2.2.1/configure-2618-else
tntnet-2.2.1/configure:2619:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
tntnet-2.2.1/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
tntnet-2.2.1/configure-2640-IFS=$ac_save_IFS
tntnet-2.2.1/configure:2641:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
tntnet-2.2.1/configure-2642-
##############################################
tntnet-2.2.1/configure-2769-     echo "timestamp, slept: $am_has_slept" > conftest.file
tntnet-2.2.1/configure:2770:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tntnet-2.2.1/configure-2771-     if test "$*" = "X"; then
tntnet-2.2.1/configure-2772-	# -L didn't work.
tntnet-2.2.1/configure:2773:	set X `ls -t "$srcdir/configure" conftest.file`
tntnet-2.2.1/configure-2774-     fi
##############################################
tntnet-2.2.1/configure-2820-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
tntnet-2.2.1/configure:2821:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
tntnet-2.2.1/configure-2822-
tntnet-2.2.1/configure-2823-# expand $ac_aux_dir to an absolute path
tntnet-2.2.1/configure:2824:am_aux_dir=`cd $ac_aux_dir && pwd`
tntnet-2.2.1/configure-2825-
##############################################
tntnet-2.2.1/configure-2965-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
tntnet-2.2.1/configure:2966:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
tntnet-2.2.1/configure-2967-	     'mkdir (GNU coreutils) '* | \
##############################################
tntnet-2.2.1/configure-3038-set x ${MAKE-make}
tntnet-2.2.1/configure:3039:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tntnet-2.2.1/configure-3040-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
tntnet-2.2.1/configure-3048-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
tntnet-2.2.1/configure:3049:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tntnet-2.2.1/configure-3050-  *@@@%%%=?*=@@@%%%*)
##############################################
tntnet-2.2.1/configure-3075-
tntnet-2.2.1/configure:3076:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tntnet-2.2.1/configure-3077-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tntnet-2.2.1/configure-3175-# Ignore all kinds of additional output from 'make'.
tntnet-2.2.1/configure:3176:case `$am_make -s -f confmf 2> /dev/null` in #(
tntnet-2.2.1/configure-3177-*the\ am__doit\ target*)
##############################################
tntnet-2.2.1/configure-3185-   echo '.include "confinc"' > confmf
tntnet-2.2.1/configure:3186:   case `$am_make -s -f confmf 2> /dev/null` in #(
tntnet-2.2.1/configure-3187-   *the\ am__doit\ target*)
##############################################
tntnet-2.2.1/configure-3564-$as_echo_n "checking whether the C compiler works... " >&6; }
tntnet-2.2.1/configure:3565:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tntnet-2.2.1/configure-3566-
##############################################
tntnet-2.2.1/configure-3608-	then :; else
tntnet-2.2.1/configure:3609:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tntnet-2.2.1/configure-3610-	fi
##############################################
tntnet-2.2.1/configure-3668-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tntnet-2.2.1/configure:3669:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tntnet-2.2.1/configure-3670-	  break;;
##############################################
tntnet-2.2.1/configure-3777-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tntnet-2.2.1/configure:3778:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tntnet-2.2.1/configure-3779-       break;;
##############################################
tntnet-2.2.1/configure-4036-  if test "$am_compiler_list" = ""; then
tntnet-2.2.1/configure:4037:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tntnet-2.2.1/configure-4038-  fi
##############################################
tntnet-2.2.1/configure-4537-  if test "$am_compiler_list" = ""; then
tntnet-2.2.1/configure:4538:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tntnet-2.2.1/configure-4539-  fi
##############################################
tntnet-2.2.1/configure-4686-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
tntnet-2.2.1/configure:4687:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
tntnet-2.2.1/configure-4688-  ECHO='print -r --'
tntnet-2.2.1/configure:4689:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
tntnet-2.2.1/configure-4690-  ECHO='printf %s\n'
##############################################
tntnet-2.2.1/configure-4755-  # Check for GNU $ac_path_SED
tntnet-2.2.1/configure:4756:case `"$ac_path_SED" --version 2>&1` in
tntnet-2.2.1/configure-4757-*GNU*)
##############################################
tntnet-2.2.1/configure-4831-  # Check for GNU $ac_path_GREP
tntnet-2.2.1/configure:4832:case `"$ac_path_GREP" --version 2>&1` in
tntnet-2.2.1/configure-4833-*GNU*)
##############################################
tntnet-2.2.1/configure-4897-  # Check for GNU $ac_path_EGREP
tntnet-2.2.1/configure:4898:case `"$ac_path_EGREP" --version 2>&1` in
tntnet-2.2.1/configure-4899-*GNU*)
##############################################
tntnet-2.2.1/configure-4964-  # Check for GNU $ac_path_FGREP
tntnet-2.2.1/configure:4965:case `"$ac_path_FGREP" --version 2>&1` in
tntnet-2.2.1/configure-4966-*GNU*)
##############################################
tntnet-2.2.1/configure-5044-    # gcc leaves a trailing carriage return which upsets mingw
tntnet-2.2.1/configure:5045:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tntnet-2.2.1/configure-5046-  *)
tntnet-2.2.1/configure:5047:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tntnet-2.2.1/configure-5048-  esac
##############################################
tntnet-2.2.1/configure-5053-      # Canonicalize the pathname of ld
tntnet-2.2.1/configure:5054:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
tntnet-2.2.1/configure-5055-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
tntnet-2.2.1/configure:5056:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
tntnet-2.2.1/configure-5057-      done
##############################################
tntnet-2.2.1/configure-5088-      # Break only if it was the GNU/non-GNU ld that we prefer.
tntnet-2.2.1/configure:5089:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
tntnet-2.2.1/configure-5090-      *GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/configure-5119-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
tntnet-2.2.1/configure:5120:case `$LD -v 2>&1 </dev/null` in
tntnet-2.2.1/configure-5121-*GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/configure-5164-	# Tru64's nm complains that /dev/null is an invalid object file
tntnet-2.2.1/configure:5165:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
tntnet-2.2.1/configure-5166-	*/dev/null* | *'Invalid file or object type'*)
##############################################
tntnet-2.2.1/configure-5170-	*)
tntnet-2.2.1/configure:5171:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
tntnet-2.2.1/configure-5172-	  */dev/null*)
##############################################
tntnet-2.2.1/configure-5298-
tntnet-2.2.1/configure:5299:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
tntnet-2.2.1/configure-5300-    *COFF*)
##############################################
tntnet-2.2.1/configure-5410-    # And add a safety zone
tntnet-2.2.1/configure:5411:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
tntnet-2.2.1/configure:5412:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
tntnet-2.2.1/configure-5413-    ;;
##############################################
tntnet-2.2.1/configure-5443-    if test -n "$kargmax"; then
tntnet-2.2.1/configure:5444:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
tntnet-2.2.1/configure-5445-    else
##############################################
tntnet-2.2.1/configure-5451-    if test -n "$lt_cv_sys_max_cmd_len"; then
tntnet-2.2.1/configure:5452:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
tntnet-2.2.1/configure:5453:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
tntnet-2.2.1/configure-5454-    else
##############################################
tntnet-2.2.1/configure-5463-      # we can't tell.
tntnet-2.2.1/configure:5464:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
tntnet-2.2.1/configure-5465-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
tntnet-2.2.1/configure-5467-      do
tntnet-2.2.1/configure:5468:        i=`expr $i + 1`
tntnet-2.2.1/configure-5469-        teststring=$teststring$teststring
##############################################
tntnet-2.2.1/configure-5471-      # Only check the string length outside the loop.
tntnet-2.2.1/configure:5472:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
tntnet-2.2.1/configure-5473-      teststring=
##############################################
tntnet-2.2.1/configure-5476-      # linker.  It appears as though 1/2 is a usable value.
tntnet-2.2.1/configure:5477:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
tntnet-2.2.1/configure-5478-    fi
##############################################
tntnet-2.2.1/configure-5916-openbsd*)
tntnet-2.2.1/configure:5917:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/configure-5918-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
tntnet-2.2.1/configure-5983-    else
tntnet-2.2.1/configure:5984:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
tntnet-2.2.1/configure-5985-    fi
##############################################
tntnet-2.2.1/configure-6128-  # decide which to use based on capabilities of $DLLTOOL
tntnet-2.2.1/configure:6129:  case `$DLLTOOL --help 2>&1` in
tntnet-2.2.1/configure-6130-  *--identify-strict*)
##############################################
tntnet-2.2.1/configure-6649-# If we're using GNU nm, then use its standard symbol codes.
tntnet-2.2.1/configure:6650:case `$NM -V 2>&1` in
tntnet-2.2.1/configure-6651-*GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/configure-6667-mingw*)
tntnet-2.2.1/configure:6668:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
tntnet-2.2.1/configure-6669-  ;;
##############################################
tntnet-2.2.1/configure-6886-   if test "$GCC" = yes; then
tntnet-2.2.1/configure:6887:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
tntnet-2.2.1/configure-6888-   fi
##############################################
tntnet-2.2.1/configure-6890- /*)
tntnet-2.2.1/configure:6891:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
tntnet-2.2.1/configure-6892-   ;; #(
##############################################
tntnet-2.2.1/configure-6926-  test $ac_status = 0; }; then
tntnet-2.2.1/configure:6927:    case `/usr/bin/file conftest.$ac_objext` in
tntnet-2.2.1/configure-6928-      *ELF-32*)
##############################################
tntnet-2.2.1/configure-6946-    if test "$lt_cv_prog_gnu_ld" = yes; then
tntnet-2.2.1/configure:6947:      case `/usr/bin/file conftest.$ac_objext` in
tntnet-2.2.1/configure-6948-	*32-bit*)
##############################################
tntnet-2.2.1/configure-6958-    else
tntnet-2.2.1/configure:6959:      case `/usr/bin/file conftest.$ac_objext` in
tntnet-2.2.1/configure-6960-	*32-bit*)
##############################################
tntnet-2.2.1/configure-8112-do :
tntnet-2.2.1/configure:8113:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tntnet-2.2.1/configure-8114-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tntnet-2.2.1/configure-8117-  cat >>confdefs.h <<_ACEOF
tntnet-2.2.1/configure:8118:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tntnet-2.2.1/configure-8119-_ACEOF
##############################################
tntnet-2.2.1/configure-8144-  case ${2} in
tntnet-2.2.1/configure:8145:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
tntnet-2.2.1/configure:8146:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
tntnet-2.2.1/configure-8147-  esac
##############################################
tntnet-2.2.1/configure-8414-done
tntnet-2.2.1/configure:8415:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
tntnet-2.2.1/configure-8416-
##############################################
tntnet-2.2.1/configure-8443-	"file_magic "*)
tntnet-2.2.1/configure:8444:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
tntnet-2.2.1/configure-8445-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
tntnet-2.2.1/configure-8509-	"file_magic "*)
tntnet-2.2.1/configure:8510:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
tntnet-2.2.1/configure-8511-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
tntnet-2.2.1/configure-8876-      *)
tntnet-2.2.1/configure:8877:	case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/configure-8878-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
tntnet-2.2.1/configure-9236-  if test "$hard_links" = no; then
tntnet-2.2.1/configure:9237:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
tntnet-2.2.1/configure:9238:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
tntnet-2.2.1/configure-9239-    need_locks=warn
##############################################
tntnet-2.2.1/configure-9322-	# shared libraries, regardless of the interface used.
tntnet-2.2.1/configure:9323:	case `$LD -v 2>&1` in
tntnet-2.2.1/configure-9324-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
tntnet-2.2.1/configure-9354-    supports_anon_versioning=no
tntnet-2.2.1/configure:9355:    case `$LD -v 2>&1` in
tntnet-2.2.1/configure-9356-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
tntnet-2.2.1/configure-9423-	# is EXPORTS), use it as is; otherwise, prepend...
tntnet-2.2.1/configure:9424:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/configure-9425-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
tntnet-2.2.1/configure-9451-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
tntnet-2.2.1/configure:9452:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/configure:9453:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/configure-9454-      ;;
##############################################
tntnet-2.2.1/configure-9469-        pgcc*)				# Portland Group C compiler
tntnet-2.2.1/configure:9470:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/configure-9471-	  tmp_addflag=' $pic_flag'
##############################################
tntnet-2.2.1/configure-9474-					# Portland Group f77 and f90 compilers
tntnet-2.2.1/configure:9475:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/configure-9476-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
tntnet-2.2.1/configure-9489-	nvcc*)	# Cuda Compiler Driver 2.2
tntnet-2.2.1/configure:9490:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/configure-9491-	  compiler_needs_object=yes
##############################################
tntnet-2.2.1/configure-9493-	esac
tntnet-2.2.1/configure:9494:	case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/configure-9495-	*Sun\ C*)			# Sun C 5.9
tntnet-2.2.1/configure:9496:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/configure-9497-	  compiler_needs_object=yes
##############################################
tntnet-2.2.1/configure-9561-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
tntnet-2.2.1/configure:9562:      case `$LD -v 2>&1` in
tntnet-2.2.1/configure-9563-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
tntnet-2.2.1/configure-9684-	# below for broken collect2 doesn't work under 4.3+
tntnet-2.2.1/configure:9685:	  collect2name=`${CC} -print-prog-name=collect2`
tntnet-2.2.1/configure-9686-	  if test -f "$collect2name" &&
##############################################
tntnet-2.2.1/configure-9757-      }'
tntnet-2.2.1/configure:9758:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-9759-  # Check for a 64-bit object if we didn't find anything.
tntnet-2.2.1/configure-9760-  if test -z "$lt_cv_aix_libpath_"; then
tntnet-2.2.1/configure:9761:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-9762-  fi
##############################################
tntnet-2.2.1/configure-9775-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
tntnet-2.2.1/configure:9776:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
tntnet-2.2.1/configure-9777-      else
##############################################
tntnet-2.2.1/configure-9810-      }'
tntnet-2.2.1/configure:9811:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-9812-  # Check for a 64-bit object if we didn't find anything.
tntnet-2.2.1/configure-9813-  if test -z "$lt_cv_aix_libpath_"; then
tntnet-2.2.1/configure:9814:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-9815-  fi
##############################################
tntnet-2.2.1/configure-9883-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
tntnet-2.2.1/configure:9884:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/configure-9885-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
tntnet-2.2.1/configure-9920-	# FIXME: Setting linknames here is a bad hack.
tntnet-2.2.1/configure:9921:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
tntnet-2.2.1/configure-9922-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
tntnet-2.2.1/configure-9938-  if test "$lt_cv_ld_force_load" = "yes"; then
tntnet-2.2.1/configure:9939:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
tntnet-2.2.1/configure-9940-
##############################################
tntnet-2.2.1/configure-10118-      if test "$GCC" = yes; then
tntnet-2.2.1/configure:10119:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-10120-	# Try to use the -exported_symbol ld option, if it does not
##############################################
tntnet-2.2.1/configure-10146-	if test "$lt_cv_irix_exported_symbol" = yes; then
tntnet-2.2.1/configure:10147:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
tntnet-2.2.1/configure-10148-	fi
tntnet-2.2.1/configure-10149-      else
tntnet-2.2.1/configure:10150:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure:10151:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
tntnet-2.2.1/configure-10152-      fi
##############################################
tntnet-2.2.1/configure-10186-	hardcode_direct_absolute=yes
tntnet-2.2.1/configure:10187:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/configure-10188-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
tntnet-2.2.1/configure-10219-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tntnet-2.2.1/configure:10220:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-10221-      else
tntnet-2.2.1/configure-10222-	allow_undefined_flag=' -expect_unresolved \*'
tntnet-2.2.1/configure:10223:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-10224-      fi
##############################################
tntnet-2.2.1/configure-10232-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tntnet-2.2.1/configure:10233:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-10234-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
tntnet-2.2.1/configure-10236-	allow_undefined_flag=' -expect_unresolved \*'
tntnet-2.2.1/configure:10237:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure:10238:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
tntnet-2.2.1/configure:10239:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
tntnet-2.2.1/configure-10240-
##############################################
tntnet-2.2.1/configure-10255-      else
tntnet-2.2.1/configure:10256:	case `$CC -V 2>&1` in
tntnet-2.2.1/configure-10257-	*"Compilers 5.0"*)
##############################################
tntnet-2.2.1/configure-10654-  esac
tntnet-2.2.1/configure:10655:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
tntnet-2.2.1/configure-10656-  case $lt_search_path_spec in
##############################################
tntnet-2.2.1/configure-10661-    # okay in the real world where ";" in dirpaths is itself problematic.
tntnet-2.2.1/configure:10662:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
tntnet-2.2.1/configure-10663-    ;;
tntnet-2.2.1/configure-10664-  *)
tntnet-2.2.1/configure:10665:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/configure-10666-    ;;
##############################################
tntnet-2.2.1/configure-10670-  lt_tmp_lt_search_path_spec=
tntnet-2.2.1/configure:10671:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
tntnet-2.2.1/configure-10672-  for lt_sys_path in $lt_search_path_spec; do
##############################################
tntnet-2.2.1/configure-10705-  esac
tntnet-2.2.1/configure:10706:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
tntnet-2.2.1/configure-10707-else
##############################################
tntnet-2.2.1/configure-10793-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
tntnet-2.2.1/configure:10794:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
tntnet-2.2.1/configure-10795-    ;;
##############################################
tntnet-2.2.1/configure-10829-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
tntnet-2.2.1/configure:10830:    postinstall_cmds='base_file=`basename \${file}`~
tntnet-2.2.1/configure:10831:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
tntnet-2.2.1/configure:10832:      dldir=$destdir/`dirname \$dlpath`~
tntnet-2.2.1/configure-10833-      test -d \$dldir || mkdir -p \$dldir~
##############################################
tntnet-2.2.1/configure-10838-      fi'
tntnet-2.2.1/configure:10839:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
tntnet-2.2.1/configure-10840-      dlpath=$dir/\$dldll~
##############################################
tntnet-2.2.1/configure-10846-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
tntnet-2.2.1/configure:10847:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-10848-
##############################################
tntnet-2.2.1/configure-10852-      # MinGW DLLs use traditional 'lib' prefix
tntnet-2.2.1/configure:10853:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-10854-      ;;
##############################################
tntnet-2.2.1/configure-10856-      # pw32 DLLs use 'pw' prefix rather than 'lib'
tntnet-2.2.1/configure:10857:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-10858-      ;;
##############################################
tntnet-2.2.1/configure-10865-    libname_spec='$name'
tntnet-2.2.1/configure:10866:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-10867-    library_names_spec='${libname}.dll.lib'
##############################################
tntnet-2.2.1/configure-10877-        # Let DOS variable expansion print the short 8.3 style file name.
tntnet-2.2.1/configure:10878:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
tntnet-2.2.1/configure-10879-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
tntnet-2.2.1/configure-10882-      # Convert to MSYS style.
tntnet-2.2.1/configure:10883:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
tntnet-2.2.1/configure-10884-      ;;
##############################################
tntnet-2.2.1/configure-10888-      # like /cygdrive/c/PROGRA~1:/cygdr...
tntnet-2.2.1/configure:10889:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
tntnet-2.2.1/configure:10890:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
tntnet-2.2.1/configure:10891:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/configure-10892-      ;;
##############################################
tntnet-2.2.1/configure-10896-        # It is most probably a Windows format PATH.
tntnet-2.2.1/configure:10897:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
tntnet-2.2.1/configure-10898-      else
tntnet-2.2.1/configure:10899:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/configure-10900-      fi
##############################################
tntnet-2.2.1/configure-10906-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
tntnet-2.2.1/configure:10907:    postinstall_cmds='base_file=`basename \${file}`~
tntnet-2.2.1/configure:10908:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
tntnet-2.2.1/configure:10909:      dldir=$destdir/`dirname \$dlpath`~
tntnet-2.2.1/configure-10910-      test -d \$dldir || mkdir -p \$dldir~
tntnet-2.2.1/configure-10911-      $install_prog $dir/$dlname \$dldir/$dlname'
tntnet-2.2.1/configure:10912:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
tntnet-2.2.1/configure-10913-      dlpath=$dir/\$dldll~
##############################################
tntnet-2.2.1/configure-10920-    # Assume MSVC wrapper
tntnet-2.2.1/configure:10921:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
tntnet-2.2.1/configure-10922-    dynamic_linker='Win32 ld.exe'
##############################################
tntnet-2.2.1/configure-10937-  shlibpath_var=DYLD_LIBRARY_PATH
tntnet-2.2.1/configure:10938:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
tntnet-2.2.1/configure-10939-
##############################################
tntnet-2.2.1/configure-11177-  if test -f /etc/ld.so.conf; then
tntnet-2.2.1/configure:11178:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
tntnet-2.2.1/configure-11179-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
tntnet-2.2.1/configure-11240-  shlibpath_var=LD_LIBRARY_PATH
tntnet-2.2.1/configure:11241:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/configure-11242-    case $host_os in
##############################################
tntnet-2.2.1/configure-12389-done
tntnet-2.2.1/configure:12390:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
tntnet-2.2.1/configure-12391-
##############################################
tntnet-2.2.1/configure-12421-    # gcc leaves a trailing carriage return which upsets mingw
tntnet-2.2.1/configure:12422:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tntnet-2.2.1/configure-12423-  *)
tntnet-2.2.1/configure:12424:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tntnet-2.2.1/configure-12425-  esac
##############################################
tntnet-2.2.1/configure-12430-      # Canonicalize the pathname of ld
tntnet-2.2.1/configure:12431:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
tntnet-2.2.1/configure-12432-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
tntnet-2.2.1/configure:12433:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
tntnet-2.2.1/configure-12434-      done
##############################################
tntnet-2.2.1/configure-12465-      # Break only if it was the GNU/non-GNU ld that we prefer.
tntnet-2.2.1/configure:12466:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
tntnet-2.2.1/configure-12467-      *GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/configure-12496-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
tntnet-2.2.1/configure:12497:case `$LD -v 2>&1 </dev/null` in
tntnet-2.2.1/configure-12498-*GNU* | *'with BFD'*)
##############################################
tntnet-2.2.1/configure-12530-        # ancient GNU ld didn't support --whole-archive et. al.
tntnet-2.2.1/configure:12531:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
tntnet-2.2.1/configure-12532-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
tntnet-2.2.1/configure-12614-          # below for broken collect2 doesn't work under 4.3+
tntnet-2.2.1/configure:12615:	  collect2name=`${CC} -print-prog-name=collect2`
tntnet-2.2.1/configure-12616-	  if test -f "$collect2name" &&
##############################################
tntnet-2.2.1/configure-12687-      }'
tntnet-2.2.1/configure:12688:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-12689-  # Check for a 64-bit object if we didn't find anything.
tntnet-2.2.1/configure-12690-  if test -z "$lt_cv_aix_libpath__CXX"; then
tntnet-2.2.1/configure:12691:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-12692-  fi
##############################################
tntnet-2.2.1/configure-12706-
tntnet-2.2.1/configure:12707:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
tntnet-2.2.1/configure-12708-        else
##############################################
tntnet-2.2.1/configure-12741-      }'
tntnet-2.2.1/configure:12742:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-12743-  # Check for a 64-bit object if we didn't find anything.
tntnet-2.2.1/configure-12744-  if test -z "$lt_cv_aix_libpath__CXX"; then
tntnet-2.2.1/configure:12745:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
tntnet-2.2.1/configure-12746-  fi
##############################################
tntnet-2.2.1/configure-12814-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
tntnet-2.2.1/configure:12815:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/configure-12816-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
tntnet-2.2.1/configure-12855-	    # is EXPORTS), use it as is; otherwise, prepend...
tntnet-2.2.1/configure:12856:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
tntnet-2.2.1/configure-12857-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
tntnet-2.2.1/configure-12876-  if test "$lt_cv_ld_force_load" = "yes"; then
tntnet-2.2.1/configure:12877:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
tntnet-2.2.1/configure-12878-
##############################################
tntnet-2.2.1/configure-12970-            # dependencies.
tntnet-2.2.1/configure:12971:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/configure-12972-            ;;
##############################################
tntnet-2.2.1/configure-13035-	    # dependencies.
tntnet-2.2.1/configure:13036:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/configure-13037-	    ;;
##############################################
tntnet-2.2.1/configure-13071-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
tntnet-2.2.1/configure:13072:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/configure:13073:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
tntnet-2.2.1/configure-13074-	;;
##############################################
tntnet-2.2.1/configure-13078-	    # SGI C++
tntnet-2.2.1/configure:13079:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-13080-
##############################################
tntnet-2.2.1/configure-13089-	      if test "$with_gnu_ld" = no; then
tntnet-2.2.1/configure:13090:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-13091-	      else
tntnet-2.2.1/configure:13092:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
tntnet-2.2.1/configure-13093-	      fi
##############################################
tntnet-2.2.1/configure-13110-	    # to its proper name (with version) after linking.
tntnet-2.2.1/configure:13111:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
tntnet-2.2.1/configure:13112:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
tntnet-2.2.1/configure-13113-	    # Commands to make compiler produce verbose output that lists
##############################################
tntnet-2.2.1/configure-13120-	    # dependencies.
tntnet-2.2.1/configure:13121:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/configure-13122-
##############################################
tntnet-2.2.1/configure-13135-	    # earlier do not add the objects themselves.
tntnet-2.2.1/configure:13136:	    case `$CC -V 2>&1` in
tntnet-2.2.1/configure-13137-	      *"Version 7."*)
##############################################
tntnet-2.2.1/configure-13156-            # Portland Group C++ compiler
tntnet-2.2.1/configure:13157:	    case `$CC -V` in
tntnet-2.2.1/configure-13158-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
tntnet-2.2.1/configure-13161-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
tntnet-2.2.1/configure:13162:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
tntnet-2.2.1/configure-13163-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
tntnet-2.2.1/configure-13165-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
tntnet-2.2.1/configure:13166:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
tntnet-2.2.1/configure-13167-		$RANLIB $oldlib'
##############################################
tntnet-2.2.1/configure-13170-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
tntnet-2.2.1/configure:13171:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
tntnet-2.2.1/configure-13172-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
tntnet-2.2.1/configure-13174-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
tntnet-2.2.1/configure:13175:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
tntnet-2.2.1/configure-13176-	      ;;
##############################################
tntnet-2.2.1/configure-13184-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
tntnet-2.2.1/configure:13185:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/configure-13186-            ;;
##############################################
tntnet-2.2.1/configure-13203-	    # dependencies.
tntnet-2.2.1/configure:13204:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
tntnet-2.2.1/configure-13205-	    ;;
##############################################
tntnet-2.2.1/configure-13218-	  *)
tntnet-2.2.1/configure:13219:	    case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/configure-13220-	    *Sun\ C*)
##############################################
tntnet-2.2.1/configure-13225-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
tntnet-2.2.1/configure:13226:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
tntnet-2.2.1/configure-13227-	      compiler_needs_object_CXX=yes
##############################################
tntnet-2.2.1/configure-13295-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
tntnet-2.2.1/configure:13296:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/configure-13297-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
tntnet-2.2.1/configure-13314-	    # to its proper name (with version) after linking.
tntnet-2.2.1/configure:13315:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
tntnet-2.2.1/configure-13316-
##############################################
tntnet-2.2.1/configure-13335-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
tntnet-2.2.1/configure:13336:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-13337-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
tntnet-2.2.1/configure-13340-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
tntnet-2.2.1/configure:13341:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure:13342:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
tntnet-2.2.1/configure-13343-	          echo "-hidden">> $lib.exp~
tntnet-2.2.1/configure:13344:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
tntnet-2.2.1/configure-13345-	          $RM $lib.exp'
##############################################
tntnet-2.2.1/configure-13359-	    # dependencies.
tntnet-2.2.1/configure:13360:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
tntnet-2.2.1/configure-13361-	    ;;
##############################################
tntnet-2.2.1/configure-13366-	        osf3*)
tntnet-2.2.1/configure:13367:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-13368-		  ;;
tntnet-2.2.1/configure-13369-	        *)
tntnet-2.2.1/configure:13370:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tntnet-2.2.1/configure-13371-		  ;;
##############################################
tntnet-2.2.1/configure-13613-
tntnet-2.2.1/configure:13614:  for p in `eval "$output_verbose_link_cmd"`; do
tntnet-2.2.1/configure-13615-    case ${prev}${p} in
##############################################
tntnet-2.2.1/configure-13710-linux*)
tntnet-2.2.1/configure:13711:  case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/configure-13712-  *Sun\ C*)
##############################################
tntnet-2.2.1/configure-13761-if test -n "${compiler_lib_search_path_CXX}"; then
tntnet-2.2.1/configure:13762: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
tntnet-2.2.1/configure-13763-fi
##############################################
tntnet-2.2.1/configure-14002-	  *)
tntnet-2.2.1/configure:14003:	    case `$CC -V 2>&1 | sed 5q` in
tntnet-2.2.1/configure-14004-	    *Sun\ C*)
##############################################
tntnet-2.2.1/configure-14356-  if test "$hard_links" = no; then
tntnet-2.2.1/configure:14357:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
tntnet-2.2.1/configure:14358:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
tntnet-2.2.1/configure-14359-    need_locks=warn
##############################################
tntnet-2.2.1/configure-14630-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
tntnet-2.2.1/configure:14631:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
tntnet-2.2.1/configure-14632-    ;;
##############################################
tntnet-2.2.1/configure-14666-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
tntnet-2.2.1/configure:14667:    postinstall_cmds='base_file=`basename \${file}`~
tntnet-2.2.1/configure:14668:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
tntnet-2.2.1/configure:14669:      dldir=$destdir/`dirname \$dlpath`~
tntnet-2.2.1/configure-14670-      test -d \$dldir || mkdir -p \$dldir~
##############################################
tntnet-2.2.1/configure-14675-      fi'
tntnet-2.2.1/configure:14676:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
tntnet-2.2.1/configure-14677-      dlpath=$dir/\$dldll~
##############################################
tntnet-2.2.1/configure-14683-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
tntnet-2.2.1/configure:14684:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-14685-
##############################################
tntnet-2.2.1/configure-14688-      # MinGW DLLs use traditional 'lib' prefix
tntnet-2.2.1/configure:14689:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-14690-      ;;
##############################################
tntnet-2.2.1/configure-14692-      # pw32 DLLs use 'pw' prefix rather than 'lib'
tntnet-2.2.1/configure:14693:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-14694-      ;;
##############################################
tntnet-2.2.1/configure-14701-    libname_spec='$name'
tntnet-2.2.1/configure:14702:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
tntnet-2.2.1/configure-14703-    library_names_spec='${libname}.dll.lib'
##############################################
tntnet-2.2.1/configure-14713-        # Let DOS variable expansion print the short 8.3 style file name.
tntnet-2.2.1/configure:14714:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
tntnet-2.2.1/configure-14715-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
tntnet-2.2.1/configure-14718-      # Convert to MSYS style.
tntnet-2.2.1/configure:14719:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
tntnet-2.2.1/configure-14720-      ;;
##############################################
tntnet-2.2.1/configure-14724-      # like /cygdrive/c/PROGRA~1:/cygdr...
tntnet-2.2.1/configure:14725:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
tntnet-2.2.1/configure:14726:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
tntnet-2.2.1/configure:14727:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/configure-14728-      ;;
##############################################
tntnet-2.2.1/configure-14732-        # It is most probably a Windows format PATH.
tntnet-2.2.1/configure:14733:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
tntnet-2.2.1/configure-14734-      else
tntnet-2.2.1/configure:14735:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
tntnet-2.2.1/configure-14736-      fi
##############################################
tntnet-2.2.1/configure-14742-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
tntnet-2.2.1/configure:14743:    postinstall_cmds='base_file=`basename \${file}`~
tntnet-2.2.1/configure:14744:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
tntnet-2.2.1/configure:14745:      dldir=$destdir/`dirname \$dlpath`~
tntnet-2.2.1/configure-14746-      test -d \$dldir || mkdir -p \$dldir~
tntnet-2.2.1/configure-14747-      $install_prog $dir/$dlname \$dldir/$dlname'
tntnet-2.2.1/configure:14748:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
tntnet-2.2.1/configure-14749-      dlpath=$dir/\$dldll~
##############################################
tntnet-2.2.1/configure-14756-    # Assume MSVC wrapper
tntnet-2.2.1/configure:14757:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
tntnet-2.2.1/configure-14758-    dynamic_linker='Win32 ld.exe'
##############################################
tntnet-2.2.1/configure-14773-  shlibpath_var=DYLD_LIBRARY_PATH
tntnet-2.2.1/configure:14774:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
tntnet-2.2.1/configure-14775-
##############################################
tntnet-2.2.1/configure-15012-  if test -f /etc/ld.so.conf; then
tntnet-2.2.1/configure:15013:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
tntnet-2.2.1/configure-15014-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
tntnet-2.2.1/configure-15075-  shlibpath_var=LD_LIBRARY_PATH
tntnet-2.2.1/configure:15076:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tntnet-2.2.1/configure-15077-    case $host_os in
##############################################
tntnet-2.2.1/configure-15772-      *:) vendor=$ventest; continue ;;
tntnet-2.2.1/configure:15773:      *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
tntnet-2.2.1/configure-15774-    esac
##############################################
tntnet-2.2.1/configure-15794-  done
tntnet-2.2.1/configure:15795:  ax_cv_cxx_compiler_vendor=`echo $vendor | cut -d: -f1`
tntnet-2.2.1/configure-15796-
##############################################
tntnet-2.2.1/configure-16183-  test $ac_status = 0; }; then
tntnet-2.2.1/configure:16184:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 2.11" 2>/dev/null`
tntnet-2.2.1/configure-16185-else
##############################################
tntnet-2.2.1/configure-16199-  test $ac_status = 0; }; then
tntnet-2.2.1/configure:16200:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 2.11" 2>/dev/null`
tntnet-2.2.1/configure-16201-else
##############################################
tntnet-2.2.1/configure-16219-        if test $_pkg_short_errors_supported = yes; then
tntnet-2.2.1/configure:16220:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnutls >= 2.11" 2>&1`
tntnet-2.2.1/configure-16221-        else
tntnet-2.2.1/configure:16222:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnutls >= 2.11" 2>&1`
tntnet-2.2.1/configure-16223-        fi
##############################################
tntnet-2.2.1/configure-16598-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tntnet-2.2.1/configure:16599:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tntnet-2.2.1/configure-16600-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tntnet-2.2.1/configure-16725-if test -z "$BASH_VERSION$ZSH_VERSION" \
tntnet-2.2.1/configure:16726:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tntnet-2.2.1/configure-16727-  as_echo='print -r --'
tntnet-2.2.1/configure-16728-  as_echo_n='print -rn --'
tntnet-2.2.1/configure:16729:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tntnet-2.2.1/configure-16730-  as_echo='printf %s\n'
##############################################
tntnet-2.2.1/configure-16732-else
tntnet-2.2.1/configure:16733:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tntnet-2.2.1/configure-16734-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tntnet-2.2.1/configure-16742-	expr "X$arg" : "X\\(.*\\)$as_nl";
tntnet-2.2.1/configure:16743:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tntnet-2.2.1/configure-16744-      esac;
##############################################
tntnet-2.2.1/configure-16819-# ----------------------------------------
tntnet-2.2.1/configure:16820:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tntnet-2.2.1/configure-16821-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tntnet-2.2.1/configure-16891-  {
tntnet-2.2.1/configure:16892:    as_val=`expr "$@" || test $? -eq 1`
tntnet-2.2.1/configure-16893-  }
##############################################
tntnet-2.2.1/configure-16995-      case $as_dir in #(
tntnet-2.2.1/configure:16996:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tntnet-2.2.1/configure-16997-      *) as_qdir=$as_dir;;
##############################################
tntnet-2.2.1/configure-17130-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tntnet-2.2.1/configure:17131:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tntnet-2.2.1/configure-17132-ac_cs_version="\\
##############################################
tntnet-2.2.1/configure-17155-  --*=?*)
tntnet-2.2.1/configure:17156:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tntnet-2.2.1/configure:17157:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tntnet-2.2.1/configure-17158-    ac_shift=:
##############################################
tntnet-2.2.1/configure-17160-  --*=)
tntnet-2.2.1/configure:17161:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tntnet-2.2.1/configure-17162-    ac_optarg=
##############################################
tntnet-2.2.1/configure-17184-    case $ac_optarg in
tntnet-2.2.1/configure:17185:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tntnet-2.2.1/configure-17186-    '') as_fn_error $? "missing file argument" ;;
##############################################
tntnet-2.2.1/configure-17192-    case $ac_optarg in
tntnet-2.2.1/configure:17193:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tntnet-2.2.1/configure-17194-    esac
##############################################
tntnet-2.2.1/configure-17261-delay_variable_subst='$delay_variable_subst'
tntnet-2.2.1/configure:17262:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17263:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17264:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17265:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17266:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17267:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17268:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17269:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17270:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17271:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17272:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17273:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17274:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17275:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17276:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17277:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17278:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17279:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17280:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17281:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17282:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17283:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17284:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17285:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17286:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17287:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17288:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17289:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17290:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17291:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17292:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17293:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17294:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17295:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17296:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17297:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17298:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17299:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17300:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17301:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17302:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17303:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17304:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17305:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17306:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17307:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17308:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17309:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17310:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17311:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17312:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17313:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17314:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17315:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17316:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17317:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17318:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17319:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17320:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17321:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17322:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17323:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17324:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17325:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17326:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17327:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17328:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17329:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17330:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17331:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17332:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17333:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17334:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17335:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17336:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17337:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17338:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17339:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17340:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17341:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17342:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17343:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17344:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17345:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17346:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17347:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17348:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17349:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17350:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17351:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17352:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17353:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17354:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17355:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17356:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17357:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17358:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17359:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17360:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17361:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17362:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17363:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17364:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17365:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17366:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17367:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17368:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17369:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17370:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17371:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17372:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17373:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17374:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17375:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17376:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17377:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17378:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17379:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17380:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17381:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17382:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17383:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17384:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17385:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17386:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17387:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17388:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17389:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17390:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17391:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17392:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17393:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17394:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17395:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17396:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17397:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17398:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17399:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17400:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17401:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17402:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17403:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17404:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17405:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17406:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17407:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17408:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17409:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17410:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17411:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17412:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17413:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17414:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17415:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17416:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17417:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17418:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17419:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17420:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17421:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17422:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17423:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17424:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17425:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17426:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17427:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17428:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17429:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17430:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17431:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17432:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17433:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17434:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17435:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17436:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17437:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17438:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17439:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17440:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17441:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17442:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17443:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17444:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure:17445:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
tntnet-2.2.1/configure-17446-
##############################################
tntnet-2.2.1/configure-17555-compiler_lib_search_path_CXX; do
tntnet-2.2.1/configure:17556:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
tntnet-2.2.1/configure-17557-    *[\\\\\\\`\\"\\\$]*)
tntnet-2.2.1/configure:17558:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
tntnet-2.2.1/configure-17559-      ;;
##############################################
tntnet-2.2.1/configure-17596-postlink_cmds_CXX; do
tntnet-2.2.1/configure:17597:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
tntnet-2.2.1/configure-17598-    *[\\\\\\\`\\"\\\$]*)
tntnet-2.2.1/configure:17599:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
tntnet-2.2.1/configure-17600-      ;;
##############################################
tntnet-2.2.1/configure-17726-fi
tntnet-2.2.1/configure:17727:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tntnet-2.2.1/configure-17728-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tntnet-2.2.1/configure-17743-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
tntnet-2.2.1/configure:17744:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
tntnet-2.2.1/configure-17745-ac_delim='%!_!# '
##############################################
tntnet-2.2.1/configure-17749-
tntnet-2.2.1/configure:17750:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tntnet-2.2.1/configure-17751-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tntnet-2.2.1/configure-17887-for ac_last_try in false false :; do
tntnet-2.2.1/configure:17888:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
tntnet-2.2.1/configure-17889-  if test -z "$ac_tt"; then
##############################################
tntnet-2.2.1/configure-18019-      esac
tntnet-2.2.1/configure:18020:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tntnet-2.2.1/configure-18021-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tntnet-2.2.1/configure-18078-*)
tntnet-2.2.1/configure:18079:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tntnet-2.2.1/configure-18080-  # A ".." for each directory in $ac_dir_suffix.
tntnet-2.2.1/configure:18081:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tntnet-2.2.1/configure-18082-  case $ac_top_builddir_sub in
##############################################
tntnet-2.2.1/configure-18139-/@mandir@/p'
tntnet-2.2.1/configure:18140:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tntnet-2.2.1/configure-18141-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tntnet-2.2.1/configure-18156-
tntnet-2.2.1/configure:18157:# Neutralize VPATH when `$srcdir' = `.'.
tntnet-2.2.1/configure-18158-# Shell code in configure.ac might set extrasub.
##############################################
tntnet-2.2.1/configure-18184-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tntnet-2.2.1/configure:18185:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
tntnet-2.2.1/configure-18186-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
tntnet-2.2.1/configure-18230-    * )
tntnet-2.2.1/configure:18231:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
tntnet-2.2.1/configure-18232-  esac
##############################################
tntnet-2.2.1/configure-18277-    # Strip MF so we end up with the name of the file.
tntnet-2.2.1/configure:18278:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tntnet-2.2.1/configure-18279-    # Check whether this is an Automake generated Makefile or not.
##############################################
tntnet-2.2.1/configure-18314-    # from the Makefile without running 'make'.
tntnet-2.2.1/configure:18315:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tntnet-2.2.1/configure-18316-    test -z "$DEPDIR" && continue
tntnet-2.2.1/configure:18317:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tntnet-2.2.1/configure-18318-    test -z "am__include" && continue
tntnet-2.2.1/configure:18319:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tntnet-2.2.1/configure-18320-    # Find all dependency output files, they are included files with
##############################################
tntnet-2.2.1/configure-18373-
tntnet-2.2.1/configure:18374:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
tntnet-2.2.1/configure-18375-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
tntnet-2.2.1/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
tntnet-2.2.1/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
tntnet-2.2.1/depcomp-74-
##############################################
tntnet-2.2.1/depcomp-248-  # Version 6 uses the directory in both cases.
tntnet-2.2.1/depcomp:249:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
tntnet-2.2.1/depcomp-250-  test "x$dir" = "x$object" && dir=
tntnet-2.2.1/depcomp:251:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
tntnet-2.2.1/depcomp-252-  if test "$libtool" = yes; then
##############################################
tntnet-2.2.1/depcomp-343-  # Much of this is similar to the tru64 case; see comments there.
tntnet-2.2.1/depcomp:344:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
tntnet-2.2.1/depcomp-345-  test "x$dir" = "x$object" && dir=
tntnet-2.2.1/depcomp:346:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
tntnet-2.2.1/depcomp-347-  if test "$libtool" = yes; then
##############################################
tntnet-2.2.1/depcomp-387-   # Subdirectories are respected.
tntnet-2.2.1/depcomp:388:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
tntnet-2.2.1/depcomp-389-   test "x$dir" = "x$object" && dir=
tntnet-2.2.1/depcomp:390:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
tntnet-2.2.1/depcomp-391-
##############################################
tntnet-2.2.1/depcomp-577-  done
tntnet-2.2.1/depcomp:578:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
tntnet-2.2.1/depcomp-579-  touch "$tmpdepfile"
##############################################
tntnet-2.2.1/install-sh-229-      fi
tntnet-2.2.1/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
tntnet-2.2.1/install-sh-231-    *)
##############################################
tntnet-2.2.1/install-sh-276-      dstdir=$dst
tntnet-2.2.1/install-sh:277:      dst=$dstdir/`basename "$src"`
tntnet-2.2.1/install-sh-278-      dstdir_status=0
##############################################
tntnet-2.2.1/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
tntnet-2.2.1/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
tntnet-2.2.1/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
tntnet-2.2.1/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
tntnet-2.2.1/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
tntnet-2.2.1/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
tntnet-2.2.1/install-sh-425-	    case $prefix in
tntnet-2.2.1/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
tntnet-2.2.1/install-sh-427-	      *) qprefix=$prefix;;
##############################################
tntnet-2.2.1/install-sh-474-    if $copy_on_change &&
tntnet-2.2.1/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
tntnet-2.2.1/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
tntnet-2.2.1/install-sh-477-