===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
babeltrace-1.5.8/m4/ax_pkg_swig.m4-74-                AC_MSG_CHECKING([SWIG version])
babeltrace-1.5.8/m4/ax_pkg_swig.m4:75:                [swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-76-                AC_MSG_RESULT([$swig_version])
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-79-                        [required=$1]
babeltrace-1.5.8/m4/ax_pkg_swig.m4:80:                        [required_major=`echo $required | sed 's/[^0-9].*//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-81-                        if test -z "$required_major" ; then
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-83-                        fi
babeltrace-1.5.8/m4/ax_pkg_swig.m4:84:                        [required=`echo $required | sed 's/[0-9]*[^0-9]//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4:85:                        [required_minor=`echo $required | sed 's/[^0-9].*//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-86-                        if test -z "$required_minor" ; then
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-88-                        fi
babeltrace-1.5.8/m4/ax_pkg_swig.m4:89:                        [required=`echo $required | sed 's/[0-9]*[^0-9]//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4:90:                        [required_patch=`echo $required | sed 's/[^0-9].*//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-91-                        if test -z "$required_patch" ; then
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-95-                        [available=$swig_version]
babeltrace-1.5.8/m4/ax_pkg_swig.m4:96:                        [available_major=`echo $available | sed 's/[^0-9].*//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-97-                        if test -z "$available_major" ; then
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-99-                        fi
babeltrace-1.5.8/m4/ax_pkg_swig.m4:100:                        [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4:101:                        [available_minor=`echo $available | sed 's/[^0-9].*//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-102-                        if test -z "$available_minor" ; then
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-104-                        fi
babeltrace-1.5.8/m4/ax_pkg_swig.m4:105:                        [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4:106:                        [available_patch=`echo $available | sed 's/[^0-9].*//'`]
babeltrace-1.5.8/m4/ax_pkg_swig.m4-107-                        if test -z "$available_patch" ; then
##############################################
babeltrace-1.5.8/m4/ax_pkg_swig.m4-123-                                AC_MSG_CHECKING([for SWIG library])
babeltrace-1.5.8/m4/ax_pkg_swig.m4:124:                                SWIG_LIB=`$SWIG -swiglib`
babeltrace-1.5.8/m4/ax_pkg_swig.m4-125-                                AC_MSG_RESULT([$SWIG_LIB])
##############################################
babeltrace-1.5.8/m4/ax_compare_version.m4-134-      # Determine the number of characters in A and B.
babeltrace-1.5.8/m4/ax_compare_version.m4:135:      ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'`
babeltrace-1.5.8/m4/ax_compare_version.m4:136:      ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'`
babeltrace-1.5.8/m4/ax_compare_version.m4-137-
babeltrace-1.5.8/m4/ax_compare_version.m4-138-      # Set A to no more than B's length and B to no more than A's length.
babeltrace-1.5.8/m4/ax_compare_version.m4:139:      A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"`
babeltrace-1.5.8/m4/ax_compare_version.m4:140:      B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"`
babeltrace-1.5.8/m4/ax_compare_version.m4-141-    ],
##############################################
babeltrace-1.5.8/m4/ax_compare_version.m4-143-      # A count greater than zero means use only that many subversions
babeltrace-1.5.8/m4/ax_compare_version.m4:144:      A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
babeltrace-1.5.8/m4/ax_compare_version.m4:145:      B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
babeltrace-1.5.8/m4/ax_compare_version.m4-146-    ],
##############################################
babeltrace-1.5.8/m4/ax_compare_version.m4-152-    # Pad zeros at end of numbers to make same length.
babeltrace-1.5.8/m4/ax_compare_version.m4:153:    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
babeltrace-1.5.8/m4/ax_compare_version.m4:154:    B="$B`echo $A | sed 's/./0/g'`"
babeltrace-1.5.8/m4/ax_compare_version.m4-155-    A="$ax_compare_version_tmp_A"
##############################################
babeltrace-1.5.8/m4/ltsugar.m4-68-m4_define([lt_combine],
babeltrace-1.5.8/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
babeltrace-1.5.8/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
babeltrace-1.5.8/m4/libtool.m4-119-    done
babeltrace-1.5.8/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
babeltrace-1.5.8/m4/libtool.m4-121-}
##############################################
babeltrace-1.5.8/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
babeltrace-1.5.8/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
babeltrace-1.5.8/m4/libtool.m4-439-
##############################################
babeltrace-1.5.8/m4/libtool.m4-447-#
babeltrace-1.5.8/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
babeltrace-1.5.8/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
babeltrace-1.5.8/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
babeltrace-1.5.8/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
babeltrace-1.5.8/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
babeltrace-1.5.8/m4/libtool.m4-561-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
babeltrace-1.5.8/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
babeltrace-1.5.8/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
babeltrace-1.5.8/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
babeltrace-1.5.8/m4/libtool.m4-574-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
babeltrace-1.5.8/m4/libtool.m4:1112:    _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\"`'
babeltrace-1.5.8/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
babeltrace-1.5.8/m4/libtool.m4-1164-      }]'
babeltrace-1.5.8/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
babeltrace-1.5.8/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
babeltrace-1.5.8/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
babeltrace-1.5.8/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
babeltrace-1.5.8/m4/libtool.m4-1169-  fi],[])
##############################################
babeltrace-1.5.8/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
babeltrace-1.5.8/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
babeltrace-1.5.8/m4/libtool.m4-1202-  ECHO='print -r --'
babeltrace-1.5.8/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
babeltrace-1.5.8/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
babeltrace-1.5.8/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
babeltrace-1.5.8/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
babeltrace-1.5.8/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
babeltrace-1.5.8/m4/libtool.m4-1238-
##############################################
babeltrace-1.5.8/m4/libtool.m4-1259-   if test yes = "$GCC"; then
babeltrace-1.5.8/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
babeltrace-1.5.8/m4/libtool.m4-1261-   fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-1263- /*)
babeltrace-1.5.8/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
babeltrace-1.5.8/m4/libtool.m4-1265-   ;; #(
##############################################
babeltrace-1.5.8/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
babeltrace-1.5.8/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/m4/libtool.m4-1295-      *ELF-32*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
babeltrace-1.5.8/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/m4/libtool.m4-1312-	*32-bit*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-1322-    else
babeltrace-1.5.8/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/m4/libtool.m4-1324-	*32-bit*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-1344-    emul=elf
babeltrace-1.5.8/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/m4/libtool.m4-1346-      *32-bit*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-1352-    esac
babeltrace-1.5.8/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/m4/libtool.m4-1354-      *MSB*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-1360-    esac
babeltrace-1.5.8/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/m4/libtool.m4-1362-      *N32*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-1725-    # And add a safety zone
babeltrace-1.5.8/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
babeltrace-1.5.8/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
babeltrace-1.5.8/m4/libtool.m4-1728-    ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-1758-    if test -n "$kargmax"; then
babeltrace-1.5.8/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
babeltrace-1.5.8/m4/libtool.m4-1760-    else
##############################################
babeltrace-1.5.8/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
babeltrace-1.5.8/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
babeltrace-1.5.8/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
babeltrace-1.5.8/m4/libtool.m4-1770-    else
##############################################
babeltrace-1.5.8/m4/libtool.m4-1779-      # we can't tell.
babeltrace-1.5.8/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
babeltrace-1.5.8/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
babeltrace-1.5.8/m4/libtool.m4-1783-      do
babeltrace-1.5.8/m4/libtool.m4:1784:        i=`expr $i + 1`
babeltrace-1.5.8/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
babeltrace-1.5.8/m4/libtool.m4-1787-      # Only check the string length outside the loop.
babeltrace-1.5.8/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
babeltrace-1.5.8/m4/libtool.m4-1789-      teststring=
##############################################
babeltrace-1.5.8/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
babeltrace-1.5.8/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
babeltrace-1.5.8/m4/libtool.m4-1794-    fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-2258-    *:)
babeltrace-1.5.8/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
babeltrace-1.5.8/m4/libtool.m4-2260-        ;;
babeltrace-1.5.8/m4/libtool.m4-2261-    x:*)
babeltrace-1.5.8/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
babeltrace-1.5.8/m4/libtool.m4-2263-        ;;
babeltrace-1.5.8/m4/libtool.m4-2264-    *::*)
babeltrace-1.5.8/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
babeltrace-1.5.8/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
babeltrace-1.5.8/m4/libtool.m4-2267-        ;;
babeltrace-1.5.8/m4/libtool.m4-2268-    *)
babeltrace-1.5.8/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
babeltrace-1.5.8/m4/libtool.m4-2270-        ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2298-  esac
babeltrace-1.5.8/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
babeltrace-1.5.8/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
babeltrace-1.5.8/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
babeltrace-1.5.8/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
babeltrace-1.5.8/m4/libtool.m4-2307-    ;;
babeltrace-1.5.8/m4/libtool.m4-2308-  *)
babeltrace-1.5.8/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
babeltrace-1.5.8/m4/libtool.m4-2310-    ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
babeltrace-1.5.8/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
babeltrace-1.5.8/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
babeltrace-1.5.8/m4/libtool.m4-2356-  esac
babeltrace-1.5.8/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
babeltrace-1.5.8/m4/libtool.m4-2358-else
##############################################
babeltrace-1.5.8/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
babeltrace-1.5.8/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
babeltrace-1.5.8/m4/libtool.m4-2499-    ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
babeltrace-1.5.8/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
babeltrace-1.5.8/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
babeltrace-1.5.8/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
babeltrace-1.5.8/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
babeltrace-1.5.8/m4/libtool.m4-2542-      fi'
babeltrace-1.5.8/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
babeltrace-1.5.8/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
babeltrace-1.5.8/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
babeltrace-1.5.8/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
babeltrace-1.5.8/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
babeltrace-1.5.8/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/m4/libtool.m4-2558-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
babeltrace-1.5.8/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/m4/libtool.m4-2562-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2569-    libname_spec='$name'
babeltrace-1.5.8/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
babeltrace-1.5.8/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
babeltrace-1.5.8/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
babeltrace-1.5.8/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
babeltrace-1.5.8/m4/libtool.m4-2586-      # Convert to MSYS style.
babeltrace-1.5.8/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
babeltrace-1.5.8/m4/libtool.m4-2588-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
babeltrace-1.5.8/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
babeltrace-1.5.8/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
babeltrace-1.5.8/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
babeltrace-1.5.8/m4/libtool.m4-2596-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
babeltrace-1.5.8/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
babeltrace-1.5.8/m4/libtool.m4-2602-      else
babeltrace-1.5.8/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
babeltrace-1.5.8/m4/libtool.m4-2604-      fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
babeltrace-1.5.8/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
babeltrace-1.5.8/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
babeltrace-1.5.8/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
babeltrace-1.5.8/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
babeltrace-1.5.8/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
babeltrace-1.5.8/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
babeltrace-1.5.8/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
babeltrace-1.5.8/m4/libtool.m4-2624-    # Assume MSVC wrapper
babeltrace-1.5.8/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
babeltrace-1.5.8/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
babeltrace-1.5.8/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
babeltrace-1.5.8/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
babeltrace-1.5.8/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
babeltrace-1.5.8/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
babeltrace-1.5.8/m4/libtool.m4:2876:    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' ' '`
babeltrace-1.5.8/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
babeltrace-1.5.8/m4/libtool.m4-2941-  need_lib_prefix=no
babeltrace-1.5.8/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
babeltrace-1.5.8/m4/libtool.m4-2943-    need_version=no
##############################################
babeltrace-1.5.8/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
babeltrace-1.5.8/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
babeltrace-1.5.8/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
babeltrace-1.5.8/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
babeltrace-1.5.8/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
babeltrace-1.5.8/m4/libtool.m4-2977-    fi'
babeltrace-1.5.8/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
babeltrace-1.5.8/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
babeltrace-1.5.8/m4/libtool.m4-3188-	"file_magic "*)
babeltrace-1.5.8/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
babeltrace-1.5.8/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
babeltrace-1.5.8/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
babeltrace-1.5.8/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
babeltrace-1.5.8/m4/libtool.m4-3273-  *)
babeltrace-1.5.8/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
babeltrace-1.5.8/m4/libtool.m4-3275-  esac
##############################################
babeltrace-1.5.8/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
babeltrace-1.5.8/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
babeltrace-1.5.8/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
babeltrace-1.5.8/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
babeltrace-1.5.8/m4/libtool.m4-3284-      done
##############################################
babeltrace-1.5.8/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
babeltrace-1.5.8/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
babeltrace-1.5.8/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
babeltrace-1.5.8/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
babeltrace-1.5.8/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-3578-openbsd* | bitrig*)
babeltrace-1.5.8/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
babeltrace-1.5.8/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
babeltrace-1.5.8/m4/libtool.m4-3645-    else
babeltrace-1.5.8/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
babeltrace-1.5.8/m4/libtool.m4-3647-    fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-3696-	esac
babeltrace-1.5.8/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
babeltrace-1.5.8/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-3702-	*)
babeltrace-1.5.8/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
babeltrace-1.5.8/m4/libtool.m4-3704-	  */dev/null*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
babeltrace-1.5.8/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
babeltrace-1.5.8/m4/libtool.m4-3730-    *COFF*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
babeltrace-1.5.8/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
babeltrace-1.5.8/m4/libtool.m4:3962:case `$NM -V 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-4009-mingw*)
babeltrace-1.5.8/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
babeltrace-1.5.8/m4/libtool.m4-4011-  ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-4065-    nlist=conftest.nm
babeltrace-1.5.8/m4/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
babeltrace-1.5.8/m4/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
babeltrace-1.5.8/m4/libtool.m4-4413-	  *)
babeltrace-1.5.8/m4/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/m4/libtool.m4-4415-	    *Sun\ C*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-4749-      *)
babeltrace-1.5.8/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/m4/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-4932-    else
babeltrace-1.5.8/m4/libtool.m4:4933:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
babeltrace-1.5.8/m4/libtool.m4-4934-    fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-5031-	# shared libraries, regardless of the interface used.
babeltrace-1.5.8/m4/libtool.m4:5032:	case `$LD -v 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-5063-    supports_anon_versioning=no
babeltrace-1.5.8/m4/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-5166-	prefix_cmds="$SED"~
babeltrace-1.5.8/m4/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
babeltrace-1.5.8/m4/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
babeltrace-1.5.8/m4/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
babeltrace-1.5.8/m4/libtool.m4:5189:      _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'
babeltrace-1.5.8/m4/libtool.m4:5190:      _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'
babeltrace-1.5.8/m4/libtool.m4-5191-      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
babeltrace-1.5.8/m4/libtool.m4:5207:	  _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'
babeltrace-1.5.8/m4/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
babeltrace-1.5.8/m4/libtool.m4-5211-					# Portland Group f77 and f90 compilers
babeltrace-1.5.8/m4/libtool.m4:5212:	  _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'
babeltrace-1.5.8/m4/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
babeltrace-1.5.8/m4/libtool.m4:5229:	  _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'
babeltrace-1.5.8/m4/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
babeltrace-1.5.8/m4/libtool.m4-5232-	esac
babeltrace-1.5.8/m4/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/m4/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
babeltrace-1.5.8/m4/libtool.m4:5235:	  _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'
babeltrace-1.5.8/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
babeltrace-1.5.8/m4/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
babeltrace-1.5.8/m4/libtool.m4:5304:      case `$LD -v 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-5392-	else
babeltrace-1.5.8/m4/libtool.m4:5393:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
babeltrace-1.5.8/m4/libtool.m4-5394-	fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
babeltrace-1.5.8/m4/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
babeltrace-1.5.8/m4/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
babeltrace-1.5.8/m4/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
babeltrace-1.5.8/m4/libtool.m4:5514:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
babeltrace-1.5.8/m4/libtool.m4-5515-      else
##############################################
babeltrace-1.5.8/m4/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
babeltrace-1.5.8/m4/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
babeltrace-1.5.8/m4/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
babeltrace-1.5.8/m4/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
babeltrace-1.5.8/m4/libtool.m4:5630:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
babeltrace-1.5.8/m4/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
babeltrace-1.5.8/m4/libtool.m4-5767-      if test yes = "$GCC"; then
babeltrace-1.5.8/m4/libtool.m4:5768:	_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'
babeltrace-1.5.8/m4/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
babeltrace-1.5.8/m4/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
babeltrace-1.5.8/m4/libtool.m4:5791:          _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'
babeltrace-1.5.8/m4/libtool.m4-5792-	fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-5794-      else
babeltrace-1.5.8/m4/libtool.m4:5795:	_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'
babeltrace-1.5.8/m4/libtool.m4:5796:	_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'
babeltrace-1.5.8/m4/libtool.m4-5797-      fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
babeltrace-1.5.8/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
babeltrace-1.5.8/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
babeltrace-1.5.8/m4/libtool.m4-5872-	prefix_cmds="$SED"~
babeltrace-1.5.8/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
babeltrace-1.5.8/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
babeltrace-1.5.8/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
babeltrace-1.5.8/m4/libtool.m4:5887:	_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'
babeltrace-1.5.8/m4/libtool.m4-5888-      else
babeltrace-1.5.8/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
babeltrace-1.5.8/m4/libtool.m4:5890:	_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'
babeltrace-1.5.8/m4/libtool.m4-5891-      fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
babeltrace-1.5.8/m4/libtool.m4:5900:	_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'
babeltrace-1.5.8/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
babeltrace-1.5.8/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
babeltrace-1.5.8/m4/libtool.m4:5904:	_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'
babeltrace-1.5.8/m4/libtool.m4:5905:	_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~
babeltrace-1.5.8/m4/libtool.m4:5906:          $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'
babeltrace-1.5.8/m4/libtool.m4-5907-
##############################################
babeltrace-1.5.8/m4/libtool.m4-5922-      else
babeltrace-1.5.8/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
babeltrace-1.5.8/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
babeltrace-1.5.8/m4/libtool.m4-6117-	  then
##############################################
babeltrace-1.5.8/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
babeltrace-1.5.8/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
babeltrace-1.5.8/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
babeltrace-1.5.8/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
babeltrace-1.5.8/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
babeltrace-1.5.8/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
babeltrace-1.5.8/m4/libtool.m4-6587-
babeltrace-1.5.8/m4/libtool.m4:6588:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
babeltrace-1.5.8/m4/libtool.m4-6589-        else
##############################################
babeltrace-1.5.8/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
babeltrace-1.5.8/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
babeltrace-1.5.8/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
babeltrace-1.5.8/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
babeltrace-1.5.8/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
babeltrace-1.5.8/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
babeltrace-1.5.8/m4/libtool.m4-6815-            # dependencies.
babeltrace-1.5.8/m4/libtool.m4:6816:            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"'
babeltrace-1.5.8/m4/libtool.m4-6817-            ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-6880-	    # dependencies.
babeltrace-1.5.8/m4/libtool.m4:6881:	    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"'
babeltrace-1.5.8/m4/libtool.m4-6882-	    ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
babeltrace-1.5.8/m4/libtool.m4:6917:	_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'
babeltrace-1.5.8/m4/libtool.m4:6918:	_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'
babeltrace-1.5.8/m4/libtool.m4-6919-	;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-6923-	    # SGI C++
babeltrace-1.5.8/m4/libtool.m4:6924:	    _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'
babeltrace-1.5.8/m4/libtool.m4-6925-
##############################################
babeltrace-1.5.8/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
babeltrace-1.5.8/m4/libtool.m4:6935:	        _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'
babeltrace-1.5.8/m4/libtool.m4-6936-	      else
babeltrace-1.5.8/m4/libtool.m4:6937:	        _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'
babeltrace-1.5.8/m4/libtool.m4-6938-	      fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
babeltrace-1.5.8/m4/libtool.m4:6956:	    _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'
babeltrace-1.5.8/m4/libtool.m4:6957:	    _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'
babeltrace-1.5.8/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
babeltrace-1.5.8/m4/libtool.m4-6965-	    # dependencies.
babeltrace-1.5.8/m4/libtool.m4:6966:	    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"'
babeltrace-1.5.8/m4/libtool.m4-6967-
##############################################
babeltrace-1.5.8/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
babeltrace-1.5.8/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
babeltrace-1.5.8/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-7001-            # Portland Group C++ compiler
babeltrace-1.5.8/m4/libtool.m4:7002:	    case `$CC -V` in
babeltrace-1.5.8/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
babeltrace-1.5.8/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
babeltrace-1.5.8/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
babeltrace-1.5.8/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
babeltrace-1.5.8/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
babeltrace-1.5.8/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
babeltrace-1.5.8/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
babeltrace-1.5.8/m4/libtool.m4:7016:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
babeltrace-1.5.8/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
babeltrace-1.5.8/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
babeltrace-1.5.8/m4/libtool.m4:7020:                $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'
babeltrace-1.5.8/m4/libtool.m4-7021-	      ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
babeltrace-1.5.8/m4/libtool.m4:7030:	    _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'
babeltrace-1.5.8/m4/libtool.m4-7031-            ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-7048-	    # dependencies.
babeltrace-1.5.8/m4/libtool.m4:7049:	    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'
babeltrace-1.5.8/m4/libtool.m4-7050-	    ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-7063-	  *)
babeltrace-1.5.8/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
babeltrace-1.5.8/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
babeltrace-1.5.8/m4/libtool.m4:7071:	      _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'
babeltrace-1.5.8/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
babeltrace-1.5.8/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
babeltrace-1.5.8/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
babeltrace-1.5.8/m4/libtool.m4-7137-	    _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'
##############################################
babeltrace-1.5.8/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
babeltrace-1.5.8/m4/libtool.m4:7155:	    _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'
babeltrace-1.5.8/m4/libtool.m4-7156-
##############################################
babeltrace-1.5.8/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
babeltrace-1.5.8/m4/libtool.m4:7176:	        _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'
babeltrace-1.5.8/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
babeltrace-1.5.8/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
babeltrace-1.5.8/m4/libtool.m4:7181:	        _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'
babeltrace-1.5.8/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
babeltrace-1.5.8/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
babeltrace-1.5.8/m4/libtool.m4:7184:                  $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~
babeltrace-1.5.8/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
babeltrace-1.5.8/m4/libtool.m4-7199-	    # dependencies.
babeltrace-1.5.8/m4/libtool.m4:7200:	    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"'
babeltrace-1.5.8/m4/libtool.m4-7201-	    ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-7206-	        osf3*)
babeltrace-1.5.8/m4/libtool.m4:7207:	          _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'
babeltrace-1.5.8/m4/libtool.m4-7208-		  ;;
babeltrace-1.5.8/m4/libtool.m4-7209-	        *)
babeltrace-1.5.8/m4/libtool.m4:7210:	          _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'
babeltrace-1.5.8/m4/libtool.m4-7211-		  ;;
##############################################
babeltrace-1.5.8/m4/libtool.m4-7459-  case @S|@2 in
babeltrace-1.5.8/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
babeltrace-1.5.8/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
babeltrace-1.5.8/m4/libtool.m4-7462-  esac
##############################################
babeltrace-1.5.8/m4/libtool.m4-7548-
babeltrace-1.5.8/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
babeltrace-1.5.8/m4/libtool.m4-7550-    case $prev$p in
##############################################
babeltrace-1.5.8/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
babeltrace-1.5.8/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
babeltrace-1.5.8/m4/libtool.m4-7654-fi
##############################################
babeltrace-1.5.8/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
babeltrace-1.5.8/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
babeltrace-1.5.8/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
babeltrace-1.5.8/m4/pprint.m4-17-  AS_IF([test -n "$pprint_tput"], [
babeltrace-1.5.8/m4/pprint.m4:18:    AS_IF([test -n "$PS1" && test `"$pprint_tput" colors` -ge 8 && test -t 1], [
babeltrace-1.5.8/m4/pprint.m4-19-      # interactive shell and colors supported and standard output
babeltrace-1.5.8/m4/pprint.m4-20-      # file descriptor is opened on a terminal
babeltrace-1.5.8/m4/pprint.m4:21:      PPRINT_COLOR_TXTBLK=`"$pprint_tput" setf 0`
babeltrace-1.5.8/m4/pprint.m4:22:      PPRINT_COLOR_TXTBLU=`"$pprint_tput" setf 1`
babeltrace-1.5.8/m4/pprint.m4:23:      PPRINT_COLOR_TXTGRN=`"$pprint_tput" setf 2`
babeltrace-1.5.8/m4/pprint.m4:24:      PPRINT_COLOR_TXTCYN=`"$pprint_tput" setf 3`
babeltrace-1.5.8/m4/pprint.m4:25:      PPRINT_COLOR_TXTRED=`"$pprint_tput" setf 4`
babeltrace-1.5.8/m4/pprint.m4:26:      PPRINT_COLOR_TXTPUR=`"$pprint_tput" setf 5`
babeltrace-1.5.8/m4/pprint.m4:27:      PPRINT_COLOR_TXTYLW=`"$pprint_tput" setf 6`
babeltrace-1.5.8/m4/pprint.m4:28:      PPRINT_COLOR_TXTWHT=`"$pprint_tput" setf 7`
babeltrace-1.5.8/m4/pprint.m4:29:      PPRINT_COLOR_BLD=`"$pprint_tput" bold`
babeltrace-1.5.8/m4/pprint.m4-30-      PPRINT_COLOR_BLDBLK=$PPRINT_COLOR_BLD$PPRINT_COLOR_TXTBLK
##############################################
babeltrace-1.5.8/m4/pprint.m4-37-      PPRINT_COLOR_BLDWHT=$PPRINT_COLOR_BLD$PPRINT_COLOR_TXTWHT
babeltrace-1.5.8/m4/pprint.m4:38:      PPRINT_COLOR_RST=`"$pprint_tput" sgr0`
babeltrace-1.5.8/m4/pprint.m4-39-
##############################################
babeltrace-1.5.8/configure.ac-251-                    [no],
babeltrace-1.5.8/configure.ac:252:                    [`dirname $PYTHON`])
babeltrace-1.5.8/configure.ac-253-      AS_IF([test "$PYTHON_CONFIG" = no], [AC_MSG_ERROR([cannot find python-config for $PYTHON. Do you have python-dev installed?])])
##############################################
babeltrace-1.5.8/configure.ac-255-    AC_MSG_CHECKING([python include flags])
babeltrace-1.5.8/configure.ac:256:    PYTHON_INCLUDE=`$PYTHON_CONFIG --includes`
babeltrace-1.5.8/configure.ac-257-    AC_MSG_RESULT([$PYTHON_INCLUDE])
##############################################
babeltrace-1.5.8/configure.ac-406-
babeltrace-1.5.8/configure.ac:407:report_bindir="`eval eval echo $bindir`"
babeltrace-1.5.8/configure.ac:408:report_libdir="`eval eval echo $libdir`"
babeltrace-1.5.8/configure.ac-409-
##############################################
babeltrace-1.5.8/include/Makefile.in-50-  { \
babeltrace-1.5.8/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/include/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/include/Makefile.in-139-  esac
babeltrace-1.5.8/include/Makefile.in:140:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/include/Makefile.in-141-am__vpath_adj = case $$p in \
babeltrace-1.5.8/include/Makefile.in:142:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/include/Makefile.in-143-    *) f=$$p;; \
babeltrace-1.5.8/include/Makefile.in-144-  esac;
babeltrace-1.5.8/include/Makefile.in:145:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/include/Makefile.in-146-am__install_max = 40
babeltrace-1.5.8/include/Makefile.in-147-am__nobase_strip_setup = \
babeltrace-1.5.8/include/Makefile.in:148:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/include/Makefile.in-149-am__nobase_strip = \
##############################################
babeltrace-1.5.8/include/Makefile.in-520-	@list='$(babeltracectfinclude_HEADERS)'; test -n "$(babeltracectfincludedir)" || list=; \
babeltrace-1.5.8/include/Makefile.in:521:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/include/Makefile.in-522-	dir='$(DESTDIR)$(babeltracectfincludedir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/include/Makefile.in-541-	@list='$(babeltracectfirinclude_HEADERS)'; test -n "$(babeltracectfirincludedir)" || list=; \
babeltrace-1.5.8/include/Makefile.in:542:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/include/Makefile.in-543-	dir='$(DESTDIR)$(babeltracectfirincludedir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/include/Makefile.in-562-	@list='$(babeltracectfwriterinclude_HEADERS)'; test -n "$(babeltracectfwriterincludedir)" || list=; \
babeltrace-1.5.8/include/Makefile.in:563:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/include/Makefile.in-564-	dir='$(DESTDIR)$(babeltracectfwriterincludedir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/include/Makefile.in-583-	@list='$(babeltraceinclude_HEADERS)'; test -n "$(babeltraceincludedir)" || list=; \
babeltrace-1.5.8/include/Makefile.in:584:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/include/Makefile.in-585-	dir='$(DESTDIR)$(babeltraceincludedir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/include/Makefile.in-616-GTAGS:
babeltrace-1.5.8/include/Makefile.in:617:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/include/Makefile.in-618-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/include/Makefile.in-639-distdir: $(DISTFILES)
babeltrace-1.5.8/include/Makefile.in:640:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/include/Makefile.in:641:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/include/Makefile.in-642-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/include/Makefile.in-653-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/include/Makefile.in:654:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/include/Makefile.in-655-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/include/babeltrace/mmap-align.h-90-static inline
babeltrace-1.5.8/include/babeltrace/mmap-align.h:91:void *mmap_align_addr(struct mmap_align *mma)
babeltrace-1.5.8/include/babeltrace/mmap-align.h-92-{
##############################################
babeltrace-1.5.8/include/babeltrace/mmap-align.h-99-static inline
babeltrace-1.5.8/include/babeltrace/mmap-align.h:100:void mmap_align_set_addr(struct mmap_align *mma, void *addr)
babeltrace-1.5.8/include/babeltrace/mmap-align.h-101-{
##############################################
babeltrace-1.5.8/include/babeltrace/ctf/types.h-198-static inline
babeltrace-1.5.8/include/babeltrace/ctf/types.h:199:char *ctf_get_pos_addr(struct ctf_stream_pos *pos)
babeltrace-1.5.8/include/babeltrace/ctf/types.h-200-{
##############################################
babeltrace-1.5.8/include/babeltrace/ctf/types.h-202-	assert(!(pos->offset % CHAR_BIT));
babeltrace-1.5.8/include/babeltrace/ctf/types.h:203:	return mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/include/babeltrace/ctf/types.h-204-		pos->mmap_base_offset + (pos->offset / CHAR_BIT);
##############################################
babeltrace-1.5.8/include/babeltrace/dwarf.h-222-BT_HIDDEN
babeltrace-1.5.8/include/babeltrace/dwarf.h:223:int bt_dwarf_die_contains_addr(struct bt_dwarf_die *die, uint64_t addr,
babeltrace-1.5.8/include/babeltrace/dwarf.h-224-		bool *contains);
##############################################
babeltrace-1.5.8/aclocal.m4-88-  if test x"$no_glib" = x ; then
babeltrace-1.5.8/aclocal.m4:89:    GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
babeltrace-1.5.8/aclocal.m4:90:    GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
babeltrace-1.5.8/aclocal.m4:91:    GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
babeltrace-1.5.8/aclocal.m4:92:    GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
babeltrace-1.5.8/aclocal.m4-93-
babeltrace-1.5.8/aclocal.m4:94:    GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
babeltrace-1.5.8/aclocal.m4:95:    GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
babeltrace-1.5.8/aclocal.m4-96-    glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
##############################################
babeltrace-1.5.8/aclocal.m4-346-    PKG_CHECK_EXISTS([$3],
babeltrace-1.5.8/aclocal.m4:347:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
babeltrace-1.5.8/aclocal.m4-348-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
babeltrace-1.5.8/aclocal.m4-394-        if test $_pkg_short_errors_supported = yes; then
babeltrace-1.5.8/aclocal.m4:395:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
babeltrace-1.5.8/aclocal.m4-396-        else 
babeltrace-1.5.8/aclocal.m4:397:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
babeltrace-1.5.8/aclocal.m4-398-        fi
##############################################
babeltrace-1.5.8/aclocal.m4-583-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
babeltrace-1.5.8/aclocal.m4:584:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
babeltrace-1.5.8/aclocal.m4-585-# and then we would define $MISSING as
##############################################
babeltrace-1.5.8/aclocal.m4-598-# Expand $ac_aux_dir to an absolute path.
babeltrace-1.5.8/aclocal.m4:599:am_aux_dir=`cd "$ac_aux_dir" && pwd`
babeltrace-1.5.8/aclocal.m4-600-])
##############################################
babeltrace-1.5.8/aclocal.m4-696-  if test "$am_compiler_list" = ""; then
babeltrace-1.5.8/aclocal.m4:697:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
babeltrace-1.5.8/aclocal.m4-698-  fi
##############################################
babeltrace-1.5.8/aclocal.m4-847-    # Strip MF so we end up with the name of the file.
babeltrace-1.5.8/aclocal.m4:848:    mf=`echo "$mf" | sed -e 's/:.*$//'`
babeltrace-1.5.8/aclocal.m4-849-    # Check whether this is an Automake generated Makefile or not.
##############################################
babeltrace-1.5.8/aclocal.m4-856-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
babeltrace-1.5.8/aclocal.m4:857:      dirpart=`AS_DIRNAME("$mf")`
babeltrace-1.5.8/aclocal.m4-858-    else
##############################################
babeltrace-1.5.8/aclocal.m4-862-    # from the Makefile without running 'make'.
babeltrace-1.5.8/aclocal.m4:863:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
babeltrace-1.5.8/aclocal.m4-864-    test -z "$DEPDIR" && continue
babeltrace-1.5.8/aclocal.m4:865:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
babeltrace-1.5.8/aclocal.m4-866-    test -z "$am__include" && continue
babeltrace-1.5.8/aclocal.m4:867:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
babeltrace-1.5.8/aclocal.m4-868-    # Find all dependency output files, they are included files with
##############################################
babeltrace-1.5.8/aclocal.m4-876-      test -f "$dirpart/$file" && continue
babeltrace-1.5.8/aclocal.m4:877:      fdir=`AS_DIRNAME(["$file"])`
babeltrace-1.5.8/aclocal.m4-878-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
babeltrace-1.5.8/aclocal.m4-934-AC_REQUIRE([AC_PROG_INSTALL])dnl
babeltrace-1.5.8/aclocal.m4:935:if test "`cd $srcdir && pwd`" != "`pwd`"; then
babeltrace-1.5.8/aclocal.m4-936-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
babeltrace-1.5.8/aclocal.m4-1093-    * )
babeltrace-1.5.8/aclocal.m4:1094:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
babeltrace-1.5.8/aclocal.m4-1095-  esac
babeltrace-1.5.8/aclocal.m4-1096-done
babeltrace-1.5.8/aclocal.m4:1097:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
babeltrace-1.5.8/aclocal.m4-1098-
##############################################
babeltrace-1.5.8/aclocal.m4-1200-# Ignore all kinds of additional output from 'make'.
babeltrace-1.5.8/aclocal.m4:1201:case `$am_make -s -f confmf 2> /dev/null` in #(
babeltrace-1.5.8/aclocal.m4-1202-*the\ am__doit\ target*)
##############################################
babeltrace-1.5.8/aclocal.m4-1210-   echo '.include "confinc"' > confmf
babeltrace-1.5.8/aclocal.m4:1211:   case `$am_make -s -f confmf 2> /dev/null` in #(
babeltrace-1.5.8/aclocal.m4-1212-   *the\ am__doit\ target*)
##############################################
babeltrace-1.5.8/aclocal.m4-1427-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
babeltrace-1.5.8/aclocal.m4:1428:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
babeltrace-1.5.8/aclocal.m4-1429-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
babeltrace-1.5.8/aclocal.m4-1442-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
babeltrace-1.5.8/aclocal.m4:1443:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
babeltrace-1.5.8/aclocal.m4-1444-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
babeltrace-1.5.8/aclocal.m4-1490-     $am_py_prefix*)
babeltrace-1.5.8/aclocal.m4:1491:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
babeltrace-1.5.8/aclocal.m4:1492:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
babeltrace-1.5.8/aclocal.m4-1493-       ;;
##############################################
babeltrace-1.5.8/aclocal.m4-1532-     $am_py_exec_prefix*)
babeltrace-1.5.8/aclocal.m4:1533:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
babeltrace-1.5.8/aclocal.m4:1534:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
babeltrace-1.5.8/aclocal.m4-1535-       ;;
##############################################
babeltrace-1.5.8/aclocal.m4-1628-     echo "timestamp, slept: $am_has_slept" > conftest.file
babeltrace-1.5.8/aclocal.m4:1629:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
babeltrace-1.5.8/aclocal.m4-1630-     if test "$[*]" = "X"; then
babeltrace-1.5.8/aclocal.m4-1631-	# -L didn't work.
babeltrace-1.5.8/aclocal.m4:1632:	set X `ls -t "$srcdir/configure" conftest.file`
babeltrace-1.5.8/aclocal.m4-1633-     fi
##############################################
babeltrace-1.5.8/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
babeltrace-1.5.8/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
babeltrace-1.5.8/configure-47-  as_echo='print -r --'
babeltrace-1.5.8/configure-48-  as_echo_n='print -rn --'
babeltrace-1.5.8/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
babeltrace-1.5.8/configure-50-  as_echo='printf %s\n'
##############################################
babeltrace-1.5.8/configure-52-else
babeltrace-1.5.8/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
babeltrace-1.5.8/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
babeltrace-1.5.8/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
babeltrace-1.5.8/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
babeltrace-1.5.8/configure-64-      esac;
##############################################
babeltrace-1.5.8/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
babeltrace-1.5.8/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
babeltrace-1.5.8/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
babeltrace-1.5.8/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
babeltrace-1.5.8/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
babeltrace-1.5.8/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
babeltrace-1.5.8/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
babeltrace-1.5.8/configure-335-      case $as_dir in #(
babeltrace-1.5.8/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
babeltrace-1.5.8/configure-337-      *) as_qdir=$as_dir;;
##############################################
babeltrace-1.5.8/configure-408-  {
babeltrace-1.5.8/configure:409:    as_val=`expr "$@" || test $? -eq 1`
babeltrace-1.5.8/configure-410-  }
##############################################
babeltrace-1.5.8/configure-415-# ----------------------------------------
babeltrace-1.5.8/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
babeltrace-1.5.8/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
babeltrace-1.5.8/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
babeltrace-1.5.8/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
babeltrace-1.5.8/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
babeltrace-1.5.8/configure-925-  case $ac_option in
babeltrace-1.5.8/configure:926:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
babeltrace-1.5.8/configure-927-  *=)   ac_optarg= ;;
##############################################
babeltrace-1.5.8/configure-969-  -disable-* | --disable-*)
babeltrace-1.5.8/configure:970:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
babeltrace-1.5.8/configure-971-    # Reject names that are not valid shell variable names.
##############################################
babeltrace-1.5.8/configure-974-    ac_useropt_orig=$ac_useropt
babeltrace-1.5.8/configure:975:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
babeltrace-1.5.8/configure-976-    case $ac_user_opts in
##############################################
babeltrace-1.5.8/configure-995-  -enable-* | --enable-*)
babeltrace-1.5.8/configure:996:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
babeltrace-1.5.8/configure-997-    # Reject names that are not valid shell variable names.
##############################################
babeltrace-1.5.8/configure-1000-    ac_useropt_orig=$ac_useropt
babeltrace-1.5.8/configure:1001:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
babeltrace-1.5.8/configure-1002-    case $ac_user_opts in
##############################################
babeltrace-1.5.8/configure-1208-  -with-* | --with-*)
babeltrace-1.5.8/configure:1209:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
babeltrace-1.5.8/configure-1210-    # Reject names that are not valid shell variable names.
##############################################
babeltrace-1.5.8/configure-1213-    ac_useropt_orig=$ac_useropt
babeltrace-1.5.8/configure:1214:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
babeltrace-1.5.8/configure-1215-    case $ac_user_opts in
##############################################
babeltrace-1.5.8/configure-1224-  -without-* | --without-*)
babeltrace-1.5.8/configure:1225:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
babeltrace-1.5.8/configure-1226-    # Reject names that are not valid shell variable names.
##############################################
babeltrace-1.5.8/configure-1229-    ac_useropt_orig=$ac_useropt
babeltrace-1.5.8/configure:1230:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
babeltrace-1.5.8/configure-1231-    case $ac_user_opts in
##############################################
babeltrace-1.5.8/configure-1262-  *=*)
babeltrace-1.5.8/configure:1263:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
babeltrace-1.5.8/configure-1264-    # Reject names that are not valid shell variable names.
##############################################
babeltrace-1.5.8/configure-1283-if test -n "$ac_prev"; then
babeltrace-1.5.8/configure:1284:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
babeltrace-1.5.8/configure-1285-  as_fn_error $? "missing argument to $ac_option"
##############################################
babeltrace-1.5.8/configure-1305-    */ )
babeltrace-1.5.8/configure:1306:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
babeltrace-1.5.8/configure-1307-      eval $ac_var=\$ac_val;;
##############################################
babeltrace-1.5.8/configure-1340-ac_ls_di=`ls -di .` &&
babeltrace-1.5.8/configure:1341:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
babeltrace-1.5.8/configure-1342-  as_fn_error $? "working directory cannot be determined"
##############################################
babeltrace-1.5.8/configure-1396-case $srcdir in
babeltrace-1.5.8/configure:1397:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
babeltrace-1.5.8/configure-1398-esac
##############################################
babeltrace-1.5.8/configure-1439-By default, \`make install' will install all the files in
babeltrace-1.5.8/configure:1440:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
babeltrace-1.5.8/configure:1441:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
babeltrace-1.5.8/configure-1442-for instance \`--prefix=\$HOME'.
##############################################
babeltrace-1.5.8/configure-1580-*)
babeltrace-1.5.8/configure:1581:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
babeltrace-1.5.8/configure-1582-  # A ".." for each directory in $ac_dir_suffix.
babeltrace-1.5.8/configure:1583:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
babeltrace-1.5.8/configure-1584-  case $ac_top_builddir_sub in
##############################################
babeltrace-1.5.8/configure-2122-    *\'*)
babeltrace-1.5.8/configure:2123:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
babeltrace-1.5.8/configure-2124-    esac
##############################################
babeltrace-1.5.8/configure-2205-      case $ac_val in
babeltrace-1.5.8/configure:2206:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
babeltrace-1.5.8/configure-2207-      esac
##############################################
babeltrace-1.5.8/configure-2220-	case $ac_val in
babeltrace-1.5.8/configure:2221:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
babeltrace-1.5.8/configure-2222-	esac
##############################################
babeltrace-1.5.8/configure-2345-    set,)
babeltrace-1.5.8/configure:2346:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
babeltrace-1.5.8/configure:2347:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
babeltrace-1.5.8/configure-2348-      ac_cache_corrupted=: ;;
##############################################
babeltrace-1.5.8/configure-2356-	# differences in whitespace do not lead to failure.
babeltrace-1.5.8/configure:2357:	ac_old_val_w=`echo x $ac_old_val`
babeltrace-1.5.8/configure:2358:	ac_new_val_w=`echo x $ac_new_val`
babeltrace-1.5.8/configure-2359-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
babeltrace-1.5.8/configure-2376-    case $ac_new_val in
babeltrace-1.5.8/configure:2377:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
babeltrace-1.5.8/configure-2378-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
babeltrace-1.5.8/configure-2450-test "x$ac_build_alias" = x &&
babeltrace-1.5.8/configure:2451:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
babeltrace-1.5.8/configure-2452-test "x$ac_build_alias" = x &&
babeltrace-1.5.8/configure-2453-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
babeltrace-1.5.8/configure:2454:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
babeltrace-1.5.8/configure-2455-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
babeltrace-1.5.8/configure-2474-IFS=$ac_save_IFS
babeltrace-1.5.8/configure:2475:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
babeltrace-1.5.8/configure-2476-
##############################################
babeltrace-1.5.8/configure-2485-else
babeltrace-1.5.8/configure:2486:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
babeltrace-1.5.8/configure-2487-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
babeltrace-1.5.8/configure-2507-IFS=$ac_save_IFS
babeltrace-1.5.8/configure:2508:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
babeltrace-1.5.8/configure-2509-
##############################################
babeltrace-1.5.8/configure-2518-else
babeltrace-1.5.8/configure:2519:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
babeltrace-1.5.8/configure-2520-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
babeltrace-1.5.8/configure-2540-IFS=$ac_save_IFS
babeltrace-1.5.8/configure:2541:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
babeltrace-1.5.8/configure-2542-
##############################################
babeltrace-1.5.8/configure-2670-     echo "timestamp, slept: $am_has_slept" > conftest.file
babeltrace-1.5.8/configure:2671:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
babeltrace-1.5.8/configure-2672-     if test "$*" = "X"; then
babeltrace-1.5.8/configure-2673-	# -L didn't work.
babeltrace-1.5.8/configure:2674:	set X `ls -t "$srcdir/configure" conftest.file`
babeltrace-1.5.8/configure-2675-     fi
##############################################
babeltrace-1.5.8/configure-2721-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
babeltrace-1.5.8/configure:2722:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
babeltrace-1.5.8/configure-2723-
babeltrace-1.5.8/configure-2724-# Expand $ac_aux_dir to an absolute path.
babeltrace-1.5.8/configure:2725:am_aux_dir=`cd "$ac_aux_dir" && pwd`
babeltrace-1.5.8/configure-2726-
##############################################
babeltrace-1.5.8/configure-2866-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
babeltrace-1.5.8/configure:2867:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
babeltrace-1.5.8/configure-2868-	     'mkdir (GNU coreutils) '* | \
##############################################
babeltrace-1.5.8/configure-2939-set x ${MAKE-make}
babeltrace-1.5.8/configure:2940:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
babeltrace-1.5.8/configure-2941-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
babeltrace-1.5.8/configure-2949-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
babeltrace-1.5.8/configure:2950:case `${MAKE-make} -f conftest.make 2>/dev/null` in
babeltrace-1.5.8/configure-2951-  *@@@%%%=?*=@@@%%%*)
##############################################
babeltrace-1.5.8/configure-3015-
babeltrace-1.5.8/configure:3016:if test "`cd $srcdir && pwd`" != "`pwd`"; then
babeltrace-1.5.8/configure-3017-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
babeltrace-1.5.8/configure-3334-# Ignore all kinds of additional output from 'make'.
babeltrace-1.5.8/configure:3335:case `$am_make -s -f confmf 2> /dev/null` in #(
babeltrace-1.5.8/configure-3336-*the\ am__doit\ target*)
##############################################
babeltrace-1.5.8/configure-3344-   echo '.include "confinc"' > confmf
babeltrace-1.5.8/configure:3345:   case `$am_make -s -f confmf 2> /dev/null` in #(
babeltrace-1.5.8/configure-3346-   *the\ am__doit\ target*)
##############################################
babeltrace-1.5.8/configure-3723-$as_echo_n "checking whether the C compiler works... " >&6; }
babeltrace-1.5.8/configure:3724:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
babeltrace-1.5.8/configure-3725-
##############################################
babeltrace-1.5.8/configure-3767-	then :; else
babeltrace-1.5.8/configure:3768:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
babeltrace-1.5.8/configure-3769-	fi
##############################################
babeltrace-1.5.8/configure-3827-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
babeltrace-1.5.8/configure:3828:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
babeltrace-1.5.8/configure-3829-	  break;;
##############################################
babeltrace-1.5.8/configure-3936-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
babeltrace-1.5.8/configure:3937:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
babeltrace-1.5.8/configure-3938-       break;;
##############################################
babeltrace-1.5.8/configure-4254-  if test "$am_compiler_list" = ""; then
babeltrace-1.5.8/configure:4255:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
babeltrace-1.5.8/configure-4256-  fi
##############################################
babeltrace-1.5.8/configure-4511-  # Check for GNU $ac_path_GREP
babeltrace-1.5.8/configure:4512:case `"$ac_path_GREP" --version 2>&1` in
babeltrace-1.5.8/configure-4513-*GNU*)
##############################################
babeltrace-1.5.8/configure-4577-  # Check for GNU $ac_path_EGREP
babeltrace-1.5.8/configure:4578:case `"$ac_path_EGREP" --version 2>&1` in
babeltrace-1.5.8/configure-4579-*GNU*)
##############################################
babeltrace-1.5.8/configure-4738-do :
babeltrace-1.5.8/configure:4739:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
babeltrace-1.5.8/configure-4740-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
babeltrace-1.5.8/configure-4743-  cat >>confdefs.h <<_ACEOF
babeltrace-1.5.8/configure:4744:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
babeltrace-1.5.8/configure-4745-_ACEOF
##############################################
babeltrace-1.5.8/configure-5639-  if test "$am_compiler_list" = ""; then
babeltrace-1.5.8/configure:5640:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
babeltrace-1.5.8/configure-5641-  fi
##############################################
babeltrace-1.5.8/configure-6035-set x ${MAKE-make}
babeltrace-1.5.8/configure:6036:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
babeltrace-1.5.8/configure-6037-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
babeltrace-1.5.8/configure-6045-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
babeltrace-1.5.8/configure:6046:case `${MAKE-make} -f conftest.make 2>/dev/null` in
babeltrace-1.5.8/configure-6047-  *@@@%%%=?*=@@@%%%*)
##############################################
babeltrace-1.5.8/configure-6113-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
babeltrace-1.5.8/configure:6114:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
babeltrace-1.5.8/configure-6115-  ECHO='print -r --'
babeltrace-1.5.8/configure:6116:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
babeltrace-1.5.8/configure-6117-  ECHO='printf %s\n'
##############################################
babeltrace-1.5.8/configure-6182-  # Check for GNU $ac_path_SED
babeltrace-1.5.8/configure:6183:case `"$ac_path_SED" --version 2>&1` in
babeltrace-1.5.8/configure-6184-*GNU*)
##############################################
babeltrace-1.5.8/configure-6261-  # Check for GNU $ac_path_FGREP
babeltrace-1.5.8/configure:6262:case `"$ac_path_FGREP" --version 2>&1` in
babeltrace-1.5.8/configure-6263-*GNU*)
##############################################
babeltrace-1.5.8/configure-6341-    # gcc leaves a trailing carriage return, which upsets mingw
babeltrace-1.5.8/configure:6342:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
babeltrace-1.5.8/configure-6343-  *)
babeltrace-1.5.8/configure:6344:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
babeltrace-1.5.8/configure-6345-  esac
##############################################
babeltrace-1.5.8/configure-6350-      # Canonicalize the pathname of ld
babeltrace-1.5.8/configure:6351:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
babeltrace-1.5.8/configure-6352-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
babeltrace-1.5.8/configure:6353:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
babeltrace-1.5.8/configure-6354-      done
##############################################
babeltrace-1.5.8/configure-6385-      # Break only if it was the GNU/non-GNU ld that we prefer.
babeltrace-1.5.8/configure:6386:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
babeltrace-1.5.8/configure-6387-      *GNU* | *'with BFD'*)
##############################################
babeltrace-1.5.8/configure-6416-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
babeltrace-1.5.8/configure:6417:case `$LD -v 2>&1 </dev/null` in
babeltrace-1.5.8/configure-6418-*GNU* | *'with BFD'*)
##############################################
babeltrace-1.5.8/configure-6466-	esac
babeltrace-1.5.8/configure:6467:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
babeltrace-1.5.8/configure-6468-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
babeltrace-1.5.8/configure-6472-	*)
babeltrace-1.5.8/configure:6473:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
babeltrace-1.5.8/configure-6474-	  */dev/null*)
##############################################
babeltrace-1.5.8/configure-6600-
babeltrace-1.5.8/configure:6601:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
babeltrace-1.5.8/configure-6602-    *COFF*)
##############################################
babeltrace-1.5.8/configure-6712-    # And add a safety zone
babeltrace-1.5.8/configure:6713:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
babeltrace-1.5.8/configure:6714:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
babeltrace-1.5.8/configure-6715-    ;;
##############################################
babeltrace-1.5.8/configure-6745-    if test -n "$kargmax"; then
babeltrace-1.5.8/configure:6746:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
babeltrace-1.5.8/configure-6747-    else
##############################################
babeltrace-1.5.8/configure-6754-       test undefined != "$lt_cv_sys_max_cmd_len"; then
babeltrace-1.5.8/configure:6755:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
babeltrace-1.5.8/configure:6756:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
babeltrace-1.5.8/configure-6757-    else
##############################################
babeltrace-1.5.8/configure-6766-      # we can't tell.
babeltrace-1.5.8/configure:6767:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
babeltrace-1.5.8/configure-6768-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
babeltrace-1.5.8/configure-6770-      do
babeltrace-1.5.8/configure:6771:        i=`expr $i + 1`
babeltrace-1.5.8/configure-6772-        teststring=$teststring$teststring
##############################################
babeltrace-1.5.8/configure-6774-      # Only check the string length outside the loop.
babeltrace-1.5.8/configure:6775:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
babeltrace-1.5.8/configure-6776-      teststring=
##############################################
babeltrace-1.5.8/configure-6779-      # linker.  It appears as though 1/2 is a usable value.
babeltrace-1.5.8/configure:6780:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
babeltrace-1.5.8/configure-6781-    fi
##############################################
babeltrace-1.5.8/configure-7190-openbsd* | bitrig*)
babeltrace-1.5.8/configure:7191:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
babeltrace-1.5.8/configure-7192-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
babeltrace-1.5.8/configure-7260-    else
babeltrace-1.5.8/configure:7261:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
babeltrace-1.5.8/configure-7262-    fi
##############################################
babeltrace-1.5.8/configure-7405-  # decide which one to use based on capabilities of $DLLTOOL
babeltrace-1.5.8/configure:7406:  case `$DLLTOOL --help 2>&1` in
babeltrace-1.5.8/configure-7407-  *--identify-strict*)
##############################################
babeltrace-1.5.8/configure-7926-# If we're using GNU nm, then use its standard symbol codes.
babeltrace-1.5.8/configure:7927:case `$NM -V 2>&1` in
babeltrace-1.5.8/configure-7928-*GNU* | *'with BFD'*)
##############################################
babeltrace-1.5.8/configure-7974-mingw*)
babeltrace-1.5.8/configure:7975:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
babeltrace-1.5.8/configure-7976-  ;;
##############################################
babeltrace-1.5.8/configure-8206-   if test yes = "$GCC"; then
babeltrace-1.5.8/configure:8207:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
babeltrace-1.5.8/configure-8208-   fi
##############################################
babeltrace-1.5.8/configure-8210- /*)
babeltrace-1.5.8/configure:8211:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
babeltrace-1.5.8/configure-8212-   ;; #(
##############################################
babeltrace-1.5.8/configure-8305-    done
babeltrace-1.5.8/configure:8306:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
babeltrace-1.5.8/configure-8307-}
##############################################
babeltrace-1.5.8/configure-8327-  test $ac_status = 0; }; then
babeltrace-1.5.8/configure:8328:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/configure-8329-      *ELF-32*)
##############################################
babeltrace-1.5.8/configure-8348-    if test yes = "$lt_cv_prog_gnu_ld"; then
babeltrace-1.5.8/configure:8349:      case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/configure-8350-	*32-bit*)
##############################################
babeltrace-1.5.8/configure-8360-    else
babeltrace-1.5.8/configure:8361:      case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/configure-8362-	*32-bit*)
##############################################
babeltrace-1.5.8/configure-8386-    emul=elf
babeltrace-1.5.8/configure:8387:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/configure-8388-      *32-bit*)
##############################################
babeltrace-1.5.8/configure-8394-    esac
babeltrace-1.5.8/configure:8395:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/configure-8396-      *MSB*)
##############################################
babeltrace-1.5.8/configure-8402-    esac
babeltrace-1.5.8/configure:8403:    case `/usr/bin/file conftest.$ac_objext` in
babeltrace-1.5.8/configure-8404-      *N32*)
##############################################
babeltrace-1.5.8/configure-9335-    *:)
babeltrace-1.5.8/configure:9336:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
babeltrace-1.5.8/configure-9337-        ;;
babeltrace-1.5.8/configure-9338-    x:*)
babeltrace-1.5.8/configure:9339:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
babeltrace-1.5.8/configure-9340-        ;;
babeltrace-1.5.8/configure-9341-    *::*)
babeltrace-1.5.8/configure:9342:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
babeltrace-1.5.8/configure:9343:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
babeltrace-1.5.8/configure-9344-        ;;
babeltrace-1.5.8/configure-9345-    *)
babeltrace-1.5.8/configure:9346:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
babeltrace-1.5.8/configure-9347-        ;;
##############################################
babeltrace-1.5.8/configure-9700-	"file_magic "*)
babeltrace-1.5.8/configure:9701:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
babeltrace-1.5.8/configure-9702-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
babeltrace-1.5.8/configure-9766-	"file_magic "*)
babeltrace-1.5.8/configure:9767:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
babeltrace-1.5.8/configure-9768-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
babeltrace-1.5.8/configure-10164-      *)
babeltrace-1.5.8/configure:10165:	case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/configure-10166-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
babeltrace-1.5.8/configure-10613-	# shared libraries, regardless of the interface used.
babeltrace-1.5.8/configure:10614:	case `$LD -v 2>&1` in
babeltrace-1.5.8/configure-10615-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
babeltrace-1.5.8/configure-10645-    supports_anon_versioning=no
babeltrace-1.5.8/configure:10646:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
babeltrace-1.5.8/configure-10647-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
babeltrace-1.5.8/configure-10714-	# is; otherwise, prepend EXPORTS...
babeltrace-1.5.8/configure:10715:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
babeltrace-1.5.8/configure-10716-          cp $export_symbols $output_objdir/$soname.def;
##############################################
babeltrace-1.5.8/configure-10748-	prefix_cmds="$SED"~
babeltrace-1.5.8/configure:10749:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
babeltrace-1.5.8/configure-10750-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
babeltrace-1.5.8/configure-10770-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
babeltrace-1.5.8/configure:10771:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
babeltrace-1.5.8/configure:10772:      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'
babeltrace-1.5.8/configure-10773-      ;;
##############################################
babeltrace-1.5.8/configure-10788-        pgcc*)				# Portland Group C compiler
babeltrace-1.5.8/configure:10789:	  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'
babeltrace-1.5.8/configure-10790-	  tmp_addflag=' $pic_flag'
##############################################
babeltrace-1.5.8/configure-10793-					# Portland Group f77 and f90 compilers
babeltrace-1.5.8/configure:10794:	  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'
babeltrace-1.5.8/configure-10795-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
babeltrace-1.5.8/configure-10810-	nvcc*)	# Cuda Compiler Driver 2.2
babeltrace-1.5.8/configure:10811:	  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'
babeltrace-1.5.8/configure-10812-	  compiler_needs_object=yes
##############################################
babeltrace-1.5.8/configure-10814-	esac
babeltrace-1.5.8/configure:10815:	case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/configure-10816-	*Sun\ C*)			# Sun C 5.9
babeltrace-1.5.8/configure:10817:	  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'
babeltrace-1.5.8/configure-10818-	  compiler_needs_object=yes
##############################################
babeltrace-1.5.8/configure-10885-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
babeltrace-1.5.8/configure:10886:      case `$LD -v 2>&1` in
babeltrace-1.5.8/configure-10887-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
babeltrace-1.5.8/configure-10974-	else
babeltrace-1.5.8/configure:10975:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
babeltrace-1.5.8/configure-10976-	fi
##############################################
babeltrace-1.5.8/configure-11039-	# below for broken collect2 doesn't work under 4.3+
babeltrace-1.5.8/configure:11040:	  collect2name=`$CC -print-prog-name=collect2`
babeltrace-1.5.8/configure-11041-	  if test -f "$collect2name" &&
##############################################
babeltrace-1.5.8/configure-11119-      }'
babeltrace-1.5.8/configure:11120:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
babeltrace-1.5.8/configure-11121-  # Check for a 64-bit object if we didn't find anything.
babeltrace-1.5.8/configure-11122-  if test -z "$lt_cv_aix_libpath_"; then
babeltrace-1.5.8/configure:11123:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
babeltrace-1.5.8/configure-11124-  fi
##############################################
babeltrace-1.5.8/configure-11137-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
babeltrace-1.5.8/configure:11138:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
babeltrace-1.5.8/configure-11139-      else
##############################################
babeltrace-1.5.8/configure-11172-      }'
babeltrace-1.5.8/configure:11173:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
babeltrace-1.5.8/configure-11174-  # Check for a 64-bit object if we didn't find anything.
babeltrace-1.5.8/configure-11175-  if test -z "$lt_cv_aix_libpath_"; then
babeltrace-1.5.8/configure:11176:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
babeltrace-1.5.8/configure-11177-  fi
##############################################
babeltrace-1.5.8/configure-11204-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
babeltrace-1.5.8/configure:11205:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
babeltrace-1.5.8/configure-11206-	  if test svr4 != "$with_aix_soname"; then
##############################################
babeltrace-1.5.8/configure-11257-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
babeltrace-1.5.8/configure:11258:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
babeltrace-1.5.8/configure-11259-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
babeltrace-1.5.8/configure-11295-	# FIXME: Setting linknames here is a bad hack.
babeltrace-1.5.8/configure:11296:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
babeltrace-1.5.8/configure-11297-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
babeltrace-1.5.8/configure-11313-  if test yes = "$lt_cv_ld_force_load"; then
babeltrace-1.5.8/configure:11314:    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\"`'
babeltrace-1.5.8/configure-11315-
##############################################
babeltrace-1.5.8/configure-11493-      if test yes = "$GCC"; then
babeltrace-1.5.8/configure:11494:	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'
babeltrace-1.5.8/configure-11495-	# Try to use the -exported_symbol ld option, if it does not
##############################################
babeltrace-1.5.8/configure-11521-	if test yes = "$lt_cv_irix_exported_symbol"; then
babeltrace-1.5.8/configure:11522:          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'
babeltrace-1.5.8/configure-11523-	fi
##############################################
babeltrace-1.5.8/configure-11525-      else
babeltrace-1.5.8/configure:11526:	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'
babeltrace-1.5.8/configure:11527:	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'
babeltrace-1.5.8/configure-11528-      fi
##############################################
babeltrace-1.5.8/configure-11572-	hardcode_direct_absolute=yes
babeltrace-1.5.8/configure:11573:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
babeltrace-1.5.8/configure-11574-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
babeltrace-1.5.8/configure-11603-	prefix_cmds="$SED"~
babeltrace-1.5.8/configure:11604:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
babeltrace-1.5.8/configure-11605-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
babeltrace-1.5.8/configure-11617-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
babeltrace-1.5.8/configure:11618:	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'
babeltrace-1.5.8/configure-11619-      else
babeltrace-1.5.8/configure-11620-	allow_undefined_flag=' -expect_unresolved \*'
babeltrace-1.5.8/configure:11621:	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'
babeltrace-1.5.8/configure-11622-      fi
##############################################
babeltrace-1.5.8/configure-11630-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
babeltrace-1.5.8/configure:11631:	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'
babeltrace-1.5.8/configure-11632-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
babeltrace-1.5.8/configure-11634-	allow_undefined_flag=' -expect_unresolved \*'
babeltrace-1.5.8/configure:11635:	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'
babeltrace-1.5.8/configure:11636:	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~
babeltrace-1.5.8/configure:11637:          $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'
babeltrace-1.5.8/configure-11638-
##############################################
babeltrace-1.5.8/configure-11653-      else
babeltrace-1.5.8/configure:11654:	case `$CC -V 2>&1` in
babeltrace-1.5.8/configure-11655-	*"Compilers 5.0"*)
##############################################
babeltrace-1.5.8/configure-12052-  esac
babeltrace-1.5.8/configure:12053:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
babeltrace-1.5.8/configure-12054-  case $lt_search_path_spec in
##############################################
babeltrace-1.5.8/configure-12059-    # okay in the real world where ";" in dirpaths is itself problematic.
babeltrace-1.5.8/configure:12060:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
babeltrace-1.5.8/configure-12061-    ;;
babeltrace-1.5.8/configure-12062-  *)
babeltrace-1.5.8/configure:12063:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
babeltrace-1.5.8/configure-12064-    ;;
##############################################
babeltrace-1.5.8/configure-12068-  lt_tmp_lt_search_path_spec=
babeltrace-1.5.8/configure:12069:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
babeltrace-1.5.8/configure-12070-  # ...but if some path component already ends with the multilib dir we assume
##############################################
babeltrace-1.5.8/configure-12110-  esac
babeltrace-1.5.8/configure:12111:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
babeltrace-1.5.8/configure-12112-else
##############################################
babeltrace-1.5.8/configure-12250-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
babeltrace-1.5.8/configure:12251:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
babeltrace-1.5.8/configure-12252-    ;;
##############################################
babeltrace-1.5.8/configure-12286-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
babeltrace-1.5.8/configure:12287:    postinstall_cmds='base_file=`basename \$file`~
babeltrace-1.5.8/configure:12288:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
babeltrace-1.5.8/configure:12289:      dldir=$destdir/`dirname \$dlpath`~
babeltrace-1.5.8/configure-12290-      test -d \$dldir || mkdir -p \$dldir~
##############################################
babeltrace-1.5.8/configure-12295-      fi'
babeltrace-1.5.8/configure:12296:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
babeltrace-1.5.8/configure-12297-      dlpath=$dir/\$dldll~
##############################################
babeltrace-1.5.8/configure-12303-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
babeltrace-1.5.8/configure:12304:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/configure-12305-
##############################################
babeltrace-1.5.8/configure-12309-      # MinGW DLLs use traditional 'lib' prefix
babeltrace-1.5.8/configure:12310:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/configure-12311-      ;;
##############################################
babeltrace-1.5.8/configure-12313-      # pw32 DLLs use 'pw' prefix rather than 'lib'
babeltrace-1.5.8/configure:12314:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/configure-12315-      ;;
##############################################
babeltrace-1.5.8/configure-12322-    libname_spec='$name'
babeltrace-1.5.8/configure:12323:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
babeltrace-1.5.8/configure-12324-    library_names_spec='$libname.dll.lib'
##############################################
babeltrace-1.5.8/configure-12334-        # Let DOS variable expansion print the short 8.3 style file name.
babeltrace-1.5.8/configure:12335:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
babeltrace-1.5.8/configure-12336-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
babeltrace-1.5.8/configure-12339-      # Convert to MSYS style.
babeltrace-1.5.8/configure:12340:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
babeltrace-1.5.8/configure-12341-      ;;
##############################################
babeltrace-1.5.8/configure-12345-      # like /cygdrive/c/PROGRA~1:/cygdr...
babeltrace-1.5.8/configure:12346:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
babeltrace-1.5.8/configure:12347:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
babeltrace-1.5.8/configure:12348:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
babeltrace-1.5.8/configure-12349-      ;;
##############################################
babeltrace-1.5.8/configure-12353-        # It is most probably a Windows format PATH.
babeltrace-1.5.8/configure:12354:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
babeltrace-1.5.8/configure-12355-      else
babeltrace-1.5.8/configure:12356:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
babeltrace-1.5.8/configure-12357-      fi
##############################################
babeltrace-1.5.8/configure-12363-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
babeltrace-1.5.8/configure:12364:    postinstall_cmds='base_file=`basename \$file`~
babeltrace-1.5.8/configure:12365:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
babeltrace-1.5.8/configure:12366:      dldir=$destdir/`dirname \$dlpath`~
babeltrace-1.5.8/configure-12367-      test -d \$dldir || mkdir -p \$dldir~
babeltrace-1.5.8/configure-12368-      $install_prog $dir/$dlname \$dldir/$dlname'
babeltrace-1.5.8/configure:12369:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
babeltrace-1.5.8/configure-12370-      dlpath=$dir/\$dldll~
##############################################
babeltrace-1.5.8/configure-12377-    # Assume MSVC wrapper
babeltrace-1.5.8/configure:12378:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
babeltrace-1.5.8/configure-12379-    dynamic_linker='Win32 ld.exe'
##############################################
babeltrace-1.5.8/configure-12394-  shlibpath_var=DYLD_LIBRARY_PATH
babeltrace-1.5.8/configure:12395:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
babeltrace-1.5.8/configure-12396-
##############################################
babeltrace-1.5.8/configure-12647-  if test -f /etc/ld.so.conf; then
babeltrace-1.5.8/configure:12648:    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' ' '`
babeltrace-1.5.8/configure-12649-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
babeltrace-1.5.8/configure-12713-  need_lib_prefix=no
babeltrace-1.5.8/configure:12714:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
babeltrace-1.5.8/configure-12715-    need_version=no
##############################################
babeltrace-1.5.8/configure-12740-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
babeltrace-1.5.8/configure:12741:  postinstall_cmds='base_file=`basename \$file`~
babeltrace-1.5.8/configure:12742:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
babeltrace-1.5.8/configure:12743:    dldir=$destdir/`dirname \$dlpath`~
babeltrace-1.5.8/configure-12744-    test -d \$dldir || mkdir -p \$dldir~
##############################################
babeltrace-1.5.8/configure-12749-    fi'
babeltrace-1.5.8/configure:12750:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
babeltrace-1.5.8/configure-12751-    dlpath=$dir/\$dldll~
##############################################
babeltrace-1.5.8/configure-13828-/* end confdefs.h.  */
babeltrace-1.5.8/configure:13829:`cat $LEX_OUTPUT_ROOT.c`
babeltrace-1.5.8/configure-13830-_ACEOF
##############################################
babeltrace-1.5.8/configure-13861-  #define YYTEXT_POINTER 1
babeltrace-1.5.8/configure:13862:`cat $LEX_OUTPUT_ROOT.c`
babeltrace-1.5.8/configure-13863-_ACEOF
##############################################
babeltrace-1.5.8/configure-14392-for flag in -Wl,--no-as-needed; do
babeltrace-1.5.8/configure:14393:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags__$flag" | $as_tr_sh`
babeltrace-1.5.8/configure-14394-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
babeltrace-1.5.8/configure-14570-do :
babeltrace-1.5.8/configure:14571:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
babeltrace-1.5.8/configure-14572-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
babeltrace-1.5.8/configure-14574-  cat >>confdefs.h <<_ACEOF
babeltrace-1.5.8/configure:14575:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
babeltrace-1.5.8/configure-14576-_ACEOF
##############################################
babeltrace-1.5.8/configure-15009-  if test x"$no_glib" = x ; then
babeltrace-1.5.8/configure:15010:    GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
babeltrace-1.5.8/configure:15011:    GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
babeltrace-1.5.8/configure:15012:    GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
babeltrace-1.5.8/configure:15013:    GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
babeltrace-1.5.8/configure-15014-
babeltrace-1.5.8/configure:15015:    GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
babeltrace-1.5.8/configure:15016:    GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
babeltrace-1.5.8/configure-15017-    glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
##############################################
babeltrace-1.5.8/configure-15536-  for ac_func in _getb67 GETB67 getb67; do
babeltrace-1.5.8/configure:15537:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
babeltrace-1.5.8/configure-15538-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
babeltrace-1.5.8/configure-15611-do :
babeltrace-1.5.8/configure:15612:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
babeltrace-1.5.8/configure-15613-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
babeltrace-1.5.8/configure-15615-  cat >>confdefs.h <<_ACEOF
babeltrace-1.5.8/configure:15616:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
babeltrace-1.5.8/configure-15617-_ACEOF
##############################################
babeltrace-1.5.8/configure-15917-do :
babeltrace-1.5.8/configure:15918:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
babeltrace-1.5.8/configure-15919-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
babeltrace-1.5.8/configure-15922-  cat >>confdefs.h <<_ACEOF
babeltrace-1.5.8/configure:15923:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
babeltrace-1.5.8/configure-15924-_ACEOF
##############################################
babeltrace-1.5.8/configure-15938-do :
babeltrace-1.5.8/configure:15939:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
babeltrace-1.5.8/configure-15940-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
babeltrace-1.5.8/configure-15942-  cat >>confdefs.h <<_ACEOF
babeltrace-1.5.8/configure:15943:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
babeltrace-1.5.8/configure-15944-_ACEOF
##############################################
babeltrace-1.5.8/configure-16455-do :
babeltrace-1.5.8/configure:16456:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
babeltrace-1.5.8/configure-16457-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
babeltrace-1.5.8/configure-16459-  cat >>confdefs.h <<_ACEOF
babeltrace-1.5.8/configure:16460:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
babeltrace-1.5.8/configure-16461-_ACEOF
##############################################
babeltrace-1.5.8/configure-16691-  test $ac_status = 0; }; then
babeltrace-1.5.8/configure:16692:  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid" 2>/dev/null`
babeltrace-1.5.8/configure-16693-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
babeltrace-1.5.8/configure-16708-  test $ac_status = 0; }; then
babeltrace-1.5.8/configure:16709:  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid" 2>/dev/null`
babeltrace-1.5.8/configure-16710-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
babeltrace-1.5.8/configure-16729-        if test $_pkg_short_errors_supported = yes; then
babeltrace-1.5.8/configure:16730:	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid" 2>&1`
babeltrace-1.5.8/configure-16731-        else
babeltrace-1.5.8/configure:16732:	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid" 2>&1`
babeltrace-1.5.8/configure-16733-        fi
##############################################
babeltrace-1.5.8/configure-17312-$as_echo_n "checking SWIG version... " >&6; }
babeltrace-1.5.8/configure:17313:                swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`
babeltrace-1.5.8/configure-17314-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $swig_version" >&5
##############################################
babeltrace-1.5.8/configure-17318-                        required=$swig_version
babeltrace-1.5.8/configure:17319:                        required_major=`echo $required | sed 's/[^0-9].*//'`
babeltrace-1.5.8/configure-17320-                        if test -z "$required_major" ; then
##############################################
babeltrace-1.5.8/configure-17322-                        fi
babeltrace-1.5.8/configure:17323:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
babeltrace-1.5.8/configure:17324:                        required_minor=`echo $required | sed 's/[^0-9].*//'`
babeltrace-1.5.8/configure-17325-                        if test -z "$required_minor" ; then
##############################################
babeltrace-1.5.8/configure-17327-                        fi
babeltrace-1.5.8/configure:17328:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
babeltrace-1.5.8/configure:17329:                        required_patch=`echo $required | sed 's/[^0-9].*//'`
babeltrace-1.5.8/configure-17330-                        if test -z "$required_patch" ; then
##############################################
babeltrace-1.5.8/configure-17334-                        available=$swig_version
babeltrace-1.5.8/configure:17335:                        available_major=`echo $available | sed 's/[^0-9].*//'`
babeltrace-1.5.8/configure-17336-                        if test -z "$available_major" ; then
##############################################
babeltrace-1.5.8/configure-17338-                        fi
babeltrace-1.5.8/configure:17339:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
babeltrace-1.5.8/configure:17340:                        available_minor=`echo $available | sed 's/[^0-9].*//'`
babeltrace-1.5.8/configure-17341-                        if test -z "$available_minor" ; then
##############################################
babeltrace-1.5.8/configure-17343-                        fi
babeltrace-1.5.8/configure:17344:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
babeltrace-1.5.8/configure:17345:                        available_patch=`echo $available | sed 's/[^0-9].*//'`
babeltrace-1.5.8/configure-17346-                        if test -z "$available_patch" ; then
##############################################
babeltrace-1.5.8/configure-17364-$as_echo_n "checking for SWIG library... " >&6; }
babeltrace-1.5.8/configure:17365:                                SWIG_LIB=`$SWIG -swiglib`
babeltrace-1.5.8/configure-17366-                                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SWIG_LIB" >&5
##############################################
babeltrace-1.5.8/configure-17500-else
babeltrace-1.5.8/configure:17501:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
babeltrace-1.5.8/configure-17502-fi
##############################################
babeltrace-1.5.8/configure-17519-else
babeltrace-1.5.8/configure:17520:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
babeltrace-1.5.8/configure-17521-fi
##############################################
babeltrace-1.5.8/configure-17568-     $am_py_prefix*)
babeltrace-1.5.8/configure:17569:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
babeltrace-1.5.8/configure:17570:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
babeltrace-1.5.8/configure-17571-       ;;
##############################################
babeltrace-1.5.8/configure-17612-     $am_py_exec_prefix*)
babeltrace-1.5.8/configure:17613:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
babeltrace-1.5.8/configure:17614:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
babeltrace-1.5.8/configure-17615-       ;;
##############################################
babeltrace-1.5.8/configure-17661-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
babeltrace-1.5.8/configure:17662:for as_dir in `dirname $PYTHON`
babeltrace-1.5.8/configure-17663-do
##############################################
babeltrace-1.5.8/configure-17699-$as_echo_n "checking python include flags... " >&6; }
babeltrace-1.5.8/configure:17700:    PYTHON_INCLUDE=`$PYTHON_CONFIG --includes`
babeltrace-1.5.8/configure-17701-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_INCLUDE" >&5
##############################################
babeltrace-1.5.8/configure-17913-  test $ac_status = 0; }; then
babeltrace-1.5.8/configure:17914:  pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0 >= 2.0.0" 2>/dev/null`
babeltrace-1.5.8/configure-17915-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
babeltrace-1.5.8/configure-17930-  test $ac_status = 0; }; then
babeltrace-1.5.8/configure:17931:  pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0 >= 2.0.0" 2>/dev/null`
babeltrace-1.5.8/configure-17932-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
babeltrace-1.5.8/configure-17951-        if test $_pkg_short_errors_supported = yes; then
babeltrace-1.5.8/configure:17952:	        GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gmodule-2.0 >= 2.0.0" 2>&1`
babeltrace-1.5.8/configure-17953-        else
babeltrace-1.5.8/configure:17954:	        GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gmodule-2.0 >= 2.0.0" 2>&1`
babeltrace-1.5.8/configure-17955-        fi
##############################################
babeltrace-1.5.8/configure-18136-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
babeltrace-1.5.8/configure:18137:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
babeltrace-1.5.8/configure-18138-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
babeltrace-1.5.8/configure-18255-if test -z "$BASH_VERSION$ZSH_VERSION" \
babeltrace-1.5.8/configure:18256:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
babeltrace-1.5.8/configure-18257-  as_echo='print -r --'
babeltrace-1.5.8/configure-18258-  as_echo_n='print -rn --'
babeltrace-1.5.8/configure:18259:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
babeltrace-1.5.8/configure-18260-  as_echo='printf %s\n'
##############################################
babeltrace-1.5.8/configure-18262-else
babeltrace-1.5.8/configure:18263:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
babeltrace-1.5.8/configure-18264-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
babeltrace-1.5.8/configure-18272-	expr "X$arg" : "X\\(.*\\)$as_nl";
babeltrace-1.5.8/configure:18273:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
babeltrace-1.5.8/configure-18274-      esac;
##############################################
babeltrace-1.5.8/configure-18349-# ----------------------------------------
babeltrace-1.5.8/configure:18350:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
babeltrace-1.5.8/configure-18351-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
babeltrace-1.5.8/configure-18421-  {
babeltrace-1.5.8/configure:18422:    as_val=`expr "$@" || test $? -eq 1`
babeltrace-1.5.8/configure-18423-  }
##############################################
babeltrace-1.5.8/configure-18525-      case $as_dir in #(
babeltrace-1.5.8/configure:18526:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
babeltrace-1.5.8/configure-18527-      *) as_qdir=$as_dir;;
##############################################
babeltrace-1.5.8/configure-18665-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
babeltrace-1.5.8/configure:18666:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
babeltrace-1.5.8/configure-18667-ac_cs_version="\\
##############################################
babeltrace-1.5.8/configure-18690-  --*=?*)
babeltrace-1.5.8/configure:18691:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
babeltrace-1.5.8/configure:18692:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
babeltrace-1.5.8/configure-18693-    ac_shift=:
##############################################
babeltrace-1.5.8/configure-18695-  --*=)
babeltrace-1.5.8/configure:18696:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
babeltrace-1.5.8/configure-18697-    ac_optarg=
##############################################
babeltrace-1.5.8/configure-18719-    case $ac_optarg in
babeltrace-1.5.8/configure:18720:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
babeltrace-1.5.8/configure-18721-    '') as_fn_error $? "missing file argument" ;;
##############################################
babeltrace-1.5.8/configure-18727-    case $ac_optarg in
babeltrace-1.5.8/configure:18728:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
babeltrace-1.5.8/configure-18729-    esac
##############################################
babeltrace-1.5.8/configure-18796-delay_variable_subst='$delay_variable_subst'
babeltrace-1.5.8/configure:18797:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18798:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18799:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18800:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18801:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18802:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18803:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18804:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18805:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18806:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18807:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18808:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18809:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18810:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18811:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18812:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18813:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18814:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18815:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18816:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18817:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18818:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18819:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18820:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18821:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18822:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18823:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18824:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18825:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18826:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18827:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18828:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18829:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18830:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18831:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18832:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18833:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18834:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18835:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18836:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18837:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18838:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18839:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18840:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18841:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18842:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18843:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18844:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18845:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18846:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18847:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18848:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18849:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18850:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18851:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18852:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18853:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18854:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18855: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"`'
babeltrace-1.5.8/configure:18856:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18857:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18858:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18859:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18860:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18861:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18862:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18863:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18864:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18865:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18866:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18867:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18868:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18869:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18870:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18871:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18872:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18873:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18874:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18875:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18876:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18877:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18878:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18879:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18880:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18881:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18882:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18883:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18884:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18885:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18886:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18887:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18888:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18889:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18890:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18891:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18892:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18893:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18894:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18895:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18896:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18897:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18898:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18899:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18900:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18901:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18902:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18903:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18904:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18905:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18906:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18907:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18908:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18909:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18910:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18911:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18912:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18913:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18914:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18915:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18916:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18917:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18918:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18919:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18920:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18921:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18922:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18923:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18924:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18925:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18926:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18927:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18928:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18929:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18930:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure:18931:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
babeltrace-1.5.8/configure-18932-
##############################################
babeltrace-1.5.8/configure-19013-striplib; do
babeltrace-1.5.8/configure:19014:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
babeltrace-1.5.8/configure-19015-    *[\\\\\\\`\\"\\\$]*)
babeltrace-1.5.8/configure:19016:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
babeltrace-1.5.8/configure-19017-      ;;
##############################################
babeltrace-1.5.8/configure-19044-configure_time_lt_sys_library_path; do
babeltrace-1.5.8/configure:19045:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
babeltrace-1.5.8/configure-19046-    *[\\\\\\\`\\"\\\$]*)
babeltrace-1.5.8/configure:19047:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
babeltrace-1.5.8/configure-19048-      ;;
##############################################
babeltrace-1.5.8/configure-19185-fi
babeltrace-1.5.8/configure:19186:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
babeltrace-1.5.8/configure-19187-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
babeltrace-1.5.8/configure-19202-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
babeltrace-1.5.8/configure:19203:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
babeltrace-1.5.8/configure-19204-ac_delim='%!_!# '
##############################################
babeltrace-1.5.8/configure-19208-
babeltrace-1.5.8/configure:19209:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
babeltrace-1.5.8/configure-19210-  if test $ac_delim_n = $ac_delim_num; then
##############################################
babeltrace-1.5.8/configure-19346-for ac_last_try in false false :; do
babeltrace-1.5.8/configure:19347:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
babeltrace-1.5.8/configure-19348-  if test -z "$ac_tt"; then
##############################################
babeltrace-1.5.8/configure-19478-      esac
babeltrace-1.5.8/configure:19479:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
babeltrace-1.5.8/configure-19480-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
babeltrace-1.5.8/configure-19537-*)
babeltrace-1.5.8/configure:19538:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
babeltrace-1.5.8/configure-19539-  # A ".." for each directory in $ac_dir_suffix.
babeltrace-1.5.8/configure:19540:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
babeltrace-1.5.8/configure-19541-  case $ac_top_builddir_sub in
##############################################
babeltrace-1.5.8/configure-19598-/@mandir@/p'
babeltrace-1.5.8/configure:19599:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
babeltrace-1.5.8/configure-19600-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
babeltrace-1.5.8/configure-19615-
babeltrace-1.5.8/configure:19616:# Neutralize VPATH when `$srcdir' = `.'.
babeltrace-1.5.8/configure-19617-# Shell code in configure.ac might set extrasub.
##############################################
babeltrace-1.5.8/configure-19643-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
babeltrace-1.5.8/configure:19644:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
babeltrace-1.5.8/configure-19645-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
babeltrace-1.5.8/configure-19689-    * )
babeltrace-1.5.8/configure:19690:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
babeltrace-1.5.8/configure-19691-  esac
##############################################
babeltrace-1.5.8/configure-19767-    # Strip MF so we end up with the name of the file.
babeltrace-1.5.8/configure:19768:    mf=`echo "$mf" | sed -e 's/:.*$//'`
babeltrace-1.5.8/configure-19769-    # Check whether this is an Automake generated Makefile or not.
##############################################
babeltrace-1.5.8/configure-19804-    # from the Makefile without running 'make'.
babeltrace-1.5.8/configure:19805:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
babeltrace-1.5.8/configure-19806-    test -z "$DEPDIR" && continue
babeltrace-1.5.8/configure:19807:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
babeltrace-1.5.8/configure-19808-    test -z "$am__include" && continue
babeltrace-1.5.8/configure:19809:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
babeltrace-1.5.8/configure-19810-    # Find all dependency output files, they are included files with
##############################################
babeltrace-1.5.8/configure-20325-    *:)
babeltrace-1.5.8/configure:20326:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
babeltrace-1.5.8/configure-20327-        ;;
babeltrace-1.5.8/configure-20328-    x:*)
babeltrace-1.5.8/configure:20329:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
babeltrace-1.5.8/configure-20330-        ;;
babeltrace-1.5.8/configure-20331-    *::*)
babeltrace-1.5.8/configure:20332:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
babeltrace-1.5.8/configure:20333:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
babeltrace-1.5.8/configure-20334-        ;;
babeltrace-1.5.8/configure-20335-    *)
babeltrace-1.5.8/configure:20336:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
babeltrace-1.5.8/configure-20337-        ;;
##############################################
babeltrace-1.5.8/configure-20352-    done
babeltrace-1.5.8/configure:20353:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
babeltrace-1.5.8/configure-20354-}
##############################################
babeltrace-1.5.8/configure-20491-
babeltrace-1.5.8/configure:20492:    if test -n "$PS1" && test `"$pprint_tput" colors` -ge 8 && test -t 1; then :
babeltrace-1.5.8/configure-20493-
##############################################
babeltrace-1.5.8/configure-20495-      # file descriptor is opened on a terminal
babeltrace-1.5.8/configure:20496:      PPRINT_COLOR_TXTBLK=`"$pprint_tput" setf 0`
babeltrace-1.5.8/configure:20497:      PPRINT_COLOR_TXTBLU=`"$pprint_tput" setf 1`
babeltrace-1.5.8/configure:20498:      PPRINT_COLOR_TXTGRN=`"$pprint_tput" setf 2`
babeltrace-1.5.8/configure:20499:      PPRINT_COLOR_TXTCYN=`"$pprint_tput" setf 3`
babeltrace-1.5.8/configure:20500:      PPRINT_COLOR_TXTRED=`"$pprint_tput" setf 4`
babeltrace-1.5.8/configure:20501:      PPRINT_COLOR_TXTPUR=`"$pprint_tput" setf 5`
babeltrace-1.5.8/configure:20502:      PPRINT_COLOR_TXTYLW=`"$pprint_tput" setf 6`
babeltrace-1.5.8/configure:20503:      PPRINT_COLOR_TXTWHT=`"$pprint_tput" setf 7`
babeltrace-1.5.8/configure:20504:      PPRINT_COLOR_BLD=`"$pprint_tput" bold`
babeltrace-1.5.8/configure-20505-      PPRINT_COLOR_BLDBLK=$PPRINT_COLOR_BLD$PPRINT_COLOR_TXTBLK
##############################################
babeltrace-1.5.8/configure-20512-      PPRINT_COLOR_BLDWHT=$PPRINT_COLOR_BLD$PPRINT_COLOR_TXTWHT
babeltrace-1.5.8/configure:20513:      PPRINT_COLOR_RST=`"$pprint_tput" sgr0`
babeltrace-1.5.8/configure-20514-
##############################################
babeltrace-1.5.8/configure-20872-
babeltrace-1.5.8/configure:20873:report_bindir="`eval eval echo $bindir`"
babeltrace-1.5.8/configure:20874:report_libdir="`eval eval echo $libdir`"
babeltrace-1.5.8/configure-20875-
##############################################
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-439-.c.obj:
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-445-
##############################################
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-488-GTAGS:
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:489:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-490-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-511-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:512:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:513:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-514-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-525-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in:526:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf/writer/Makefile.in-527-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf/types/sequence.c-53-			g_string_insert_len(sequence_definition->string,
babeltrace-1.5.8/formats/ctf/types/sequence.c:54:				0, (char *) ctf_get_pos_addr(pos), len);
babeltrace-1.5.8/formats/ctf/types/sequence.c-55-		}
##############################################
babeltrace-1.5.8/formats/ctf/types/sequence.c-80-
babeltrace-1.5.8/formats/ctf/types/sequence.c:81:			memcpy((char *) ctf_get_pos_addr(pos),
babeltrace-1.5.8/formats/ctf/types/sequence.c-82-				sequence_definition->string->str, len);
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-64-
babeltrace-1.5.8/formats/ctf/types/integer.c:65:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-66-			integer_definition->value._unsigned = v;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-72-
babeltrace-1.5.8/formats/ctf/types/integer.c:73:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-74-			integer_definition->value._unsigned =
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-81-
babeltrace-1.5.8/formats/ctf/types/integer.c:82:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-83-			integer_definition->value._unsigned =
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-90-
babeltrace-1.5.8/formats/ctf/types/integer.c:91:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-92-			integer_definition->value._unsigned =
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-104-
babeltrace-1.5.8/formats/ctf/types/integer.c:105:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-106-			integer_definition->value._signed = v;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-112-
babeltrace-1.5.8/formats/ctf/types/integer.c:113:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-114-			integer_definition->value._signed =
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-121-
babeltrace-1.5.8/formats/ctf/types/integer.c:122:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-123-			integer_definition->value._signed =
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-130-
babeltrace-1.5.8/formats/ctf/types/integer.c:131:			memcpy(&v, ctf_get_pos_addr(pos), sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-132-			integer_definition->value._signed =
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-170-
babeltrace-1.5.8/formats/ctf/types/integer.c:171:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-172-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-179-				v = GUINT16_SWAP_LE_BE(v);
babeltrace-1.5.8/formats/ctf/types/integer.c:180:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-181-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-188-				v = GUINT32_SWAP_LE_BE(v);
babeltrace-1.5.8/formats/ctf/types/integer.c:189:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-190-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-197-				v = GUINT64_SWAP_LE_BE(v);
babeltrace-1.5.8/formats/ctf/types/integer.c:198:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-199-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-209-
babeltrace-1.5.8/formats/ctf/types/integer.c:210:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-211-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-218-				v = GUINT16_SWAP_LE_BE(v);
babeltrace-1.5.8/formats/ctf/types/integer.c:219:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-220-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-227-				v = GUINT32_SWAP_LE_BE(v);
babeltrace-1.5.8/formats/ctf/types/integer.c:228:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-229-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-236-				v = GUINT64_SWAP_LE_BE(v);
babeltrace-1.5.8/formats/ctf/types/integer.c:237:			memcpy(ctf_get_pos_addr(pos), &v, sizeof(v));
babeltrace-1.5.8/formats/ctf/types/integer.c-238-			break;
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-270-		if (integer_declaration->byte_order == LITTLE_ENDIAN)
babeltrace-1.5.8/formats/ctf/types/integer.c:271:			bt_bitfield_read_le(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-272-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-275-		else
babeltrace-1.5.8/formats/ctf/types/integer.c:276:			bt_bitfield_read_be(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-277-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-281-		if (integer_declaration->byte_order == LITTLE_ENDIAN)
babeltrace-1.5.8/formats/ctf/types/integer.c:282:			bt_bitfield_read_le(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-283-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-286-		else
babeltrace-1.5.8/formats/ctf/types/integer.c:287:			bt_bitfield_read_be(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-288-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-319-		if (integer_declaration->byte_order == LITTLE_ENDIAN)
babeltrace-1.5.8/formats/ctf/types/integer.c:320:			bt_bitfield_write_le(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-321-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-324-		else
babeltrace-1.5.8/formats/ctf/types/integer.c:325:			bt_bitfield_write_be(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-326-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-330-		if (integer_declaration->byte_order == LITTLE_ENDIAN)
babeltrace-1.5.8/formats/ctf/types/integer.c:331:			bt_bitfield_write_le(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-332-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/integer.c-335-		else
babeltrace-1.5.8/formats/ctf/types/integer.c:336:			bt_bitfield_write_be(mmap_align_addr(pos->base_mma) +
babeltrace-1.5.8/formats/ctf/types/integer.c-337-					pos->mmap_base_offset, unsigned char,
##############################################
babeltrace-1.5.8/formats/ctf/types/float.c-200-	ctf_init_pos(&destp, NULL, -1, O_RDWR);
babeltrace-1.5.8/formats/ctf/types/float.c:201:	mmap_align_set_addr(&mma, (char *) u.bits);
babeltrace-1.5.8/formats/ctf/types/float.c-202-	destp.base_mma = &mma;
##############################################
babeltrace-1.5.8/formats/ctf/types/float.c-259-	ctf_init_pos(&srcp, NULL, -1, O_RDONLY);
babeltrace-1.5.8/formats/ctf/types/float.c:260:	mmap_align_set_addr(&mma, (char *) u.bits);
babeltrace-1.5.8/formats/ctf/types/float.c-261-	srcp.base_mma = &mma;
##############################################
babeltrace-1.5.8/formats/ctf/types/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf/types/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf/types/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf/types/Makefile.in-449-.c.obj:
babeltrace-1.5.8/formats/ctf/types/Makefile.in:450:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/types/Makefile.in-451-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf/types/Makefile.in-453-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/types/Makefile.in:454:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/types/Makefile.in-455-
##############################################
babeltrace-1.5.8/formats/ctf/types/Makefile.in-498-GTAGS:
babeltrace-1.5.8/formats/ctf/types/Makefile.in:499:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf/types/Makefile.in-500-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf/types/Makefile.in-521-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf/types/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/types/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/types/Makefile.in-524-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf/types/Makefile.in-535-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf/types/Makefile.in:536:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf/types/Makefile.in-537-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf/types/string.c-47-
babeltrace-1.5.8/formats/ctf/types/string.c:48:	srcaddr = ctf_get_pos_addr(pos);
babeltrace-1.5.8/formats/ctf/types/string.c-49-	if (pos->offset == EOF)
##############################################
babeltrace-1.5.8/formats/ctf/types/string.c-94-		goto end;
babeltrace-1.5.8/formats/ctf/types/string.c:95:	destaddr = ctf_get_pos_addr(pos);
babeltrace-1.5.8/formats/ctf/types/string.c-96-	memcpy(destaddr, string_definition->value, len);
##############################################
babeltrace-1.5.8/formats/ctf/types/array.c-52-			g_string_insert_len(array_definition->string,
babeltrace-1.5.8/formats/ctf/types/array.c:53:				0, (char *) ctf_get_pos_addr(pos),
babeltrace-1.5.8/formats/ctf/types/array.c-54-				array_declaration->len);
##############################################
babeltrace-1.5.8/formats/ctf/types/array.c-84-
babeltrace-1.5.8/formats/ctf/types/array.c:85:			memcpy((char *) ctf_get_pos_addr(pos),
babeltrace-1.5.8/formats/ctf/types/array.c-86-				array_definition->string->str,
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-117-CONFIG_CLEAN_VPATH_FILES =
babeltrace-1.5.8/formats/ctf/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/formats/ctf/Makefile.in-119-am__vpath_adj = case $$p in \
babeltrace-1.5.8/formats/ctf/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/formats/ctf/Makefile.in-121-    *) f=$$p;; \
babeltrace-1.5.8/formats/ctf/Makefile.in-122-  esac;
babeltrace-1.5.8/formats/ctf/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/formats/ctf/Makefile.in-124-am__install_max = 40
babeltrace-1.5.8/formats/ctf/Makefile.in-125-am__nobase_strip_setup = \
babeltrace-1.5.8/formats/ctf/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/formats/ctf/Makefile.in-127-am__nobase_strip = \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-246-  while test -n "$$dir1"; do \
babeltrace-1.5.8/formats/ctf/Makefile.in:247:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-248-    if test "$$first" != "."; then \
babeltrace-1.5.8/formats/ctf/Makefile.in-249-      if test "$$first" = ".."; then \
babeltrace-1.5.8/formats/ctf/Makefile.in:250:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/formats/ctf/Makefile.in:251:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-252-      else \
babeltrace-1.5.8/formats/ctf/Makefile.in:253:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-254-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/formats/ctf/Makefile.in:255:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-256-        else \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-261-    fi; \
babeltrace-1.5.8/formats/ctf/Makefile.in:262:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-263-  done; \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-547-.c.obj:
babeltrace-1.5.8/formats/ctf/Makefile.in:548:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/Makefile.in-549-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/Makefile.in:552:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/Makefile.in-553-
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-580-	dot_seen=no; \
babeltrace-1.5.8/formats/ctf/Makefile.in:581:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-582-	case "$@" in \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-643-GTAGS:
babeltrace-1.5.8/formats/ctf/Makefile.in:644:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf/Makefile.in-645-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-666-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf/Makefile.in:667:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/Makefile.in:668:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-669-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf/Makefile.in-680-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf/Makefile.in:681:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf/Makefile.in-682-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-469-.c.obj:
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:470:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-471-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-473-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:474:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-475-
##############################################
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-518-GTAGS:
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:519:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-520-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-541-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:542:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:543:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-544-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-555-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in:556:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf/ir/Makefile.in-557-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-52-  { \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-54-  }; \
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-509-	test -n "$(EXEEXT)" || exit 0; \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:510:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-511-	echo " rm -f" $$list; \
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-540-.c.obj:
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:541:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:545:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-546-
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-554-libctf_ast_la-ctf-visitor-xml.lo: ctf-visitor-xml.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -MT libctf_ast_la-ctf-visitor-xml.lo -MD -MP -MF $(DEPDIR)/libctf_ast_la-ctf-visitor-xml.Tpo -c -o libctf_ast_la-ctf-visitor-xml.lo `test -f 'ctf-visitor-xml.c' || echo '$(srcdir)/'`ctf-visitor-xml.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_ast_la-ctf-visitor-xml.Tpo $(DEPDIR)/libctf_ast_la-ctf-visitor-xml.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -c -o libctf_ast_la-ctf-visitor-xml.lo `test -f 'ctf-visitor-xml.c' || echo '$(srcdir)/'`ctf-visitor-xml.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-560-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-561-libctf_ast_la-ctf-visitor-parent-links.lo: ctf-visitor-parent-links.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -MT libctf_ast_la-ctf-visitor-parent-links.lo -MD -MP -MF $(DEPDIR)/libctf_ast_la-ctf-visitor-parent-links.Tpo -c -o libctf_ast_la-ctf-visitor-parent-links.lo `test -f 'ctf-visitor-parent-links.c' || echo '$(srcdir)/'`ctf-visitor-parent-links.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_ast_la-ctf-visitor-parent-links.Tpo $(DEPDIR)/libctf_ast_la-ctf-visitor-parent-links.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -c -o libctf_ast_la-ctf-visitor-parent-links.lo `test -f 'ctf-visitor-parent-links.c' || echo '$(srcdir)/'`ctf-visitor-parent-links.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-567-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-568-libctf_ast_la-ctf-visitor-semantic-validator.lo: ctf-visitor-semantic-validator.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -MT libctf_ast_la-ctf-visitor-semantic-validator.lo -MD -MP -MF $(DEPDIR)/libctf_ast_la-ctf-visitor-semantic-validator.Tpo -c -o libctf_ast_la-ctf-visitor-semantic-validator.lo `test -f 'ctf-visitor-semantic-validator.c' || echo '$(srcdir)/'`ctf-visitor-semantic-validator.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_ast_la-ctf-visitor-semantic-validator.Tpo $(DEPDIR)/libctf_ast_la-ctf-visitor-semantic-validator.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -c -o libctf_ast_la-ctf-visitor-semantic-validator.lo `test -f 'ctf-visitor-semantic-validator.c' || echo '$(srcdir)/'`ctf-visitor-semantic-validator.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-574-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-575-libctf_ast_la-ctf-visitor-generate-io-struct.lo: ctf-visitor-generate-io-struct.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -MT libctf_ast_la-ctf-visitor-generate-io-struct.lo -MD -MP -MF $(DEPDIR)/libctf_ast_la-ctf-visitor-generate-io-struct.Tpo -c -o libctf_ast_la-ctf-visitor-generate-io-struct.lo `test -f 'ctf-visitor-generate-io-struct.c' || echo '$(srcdir)/'`ctf-visitor-generate-io-struct.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_ast_la-ctf-visitor-generate-io-struct.Tpo $(DEPDIR)/libctf_ast_la-ctf-visitor-generate-io-struct.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_ast_la_CFLAGS) $(CFLAGS) -c -o libctf_ast_la-ctf-visitor-generate-io-struct.lo `test -f 'ctf-visitor-generate-io-struct.c' || echo '$(srcdir)/'`ctf-visitor-generate-io-struct.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-581-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-582-libctf_parser_la-ctf-lexer.lo: ctf-lexer.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_parser_la_CFLAGS) $(CFLAGS) -MT libctf_parser_la-ctf-lexer.lo -MD -MP -MF $(DEPDIR)/libctf_parser_la-ctf-lexer.Tpo -c -o libctf_parser_la-ctf-lexer.lo `test -f 'ctf-lexer.c' || echo '$(srcdir)/'`ctf-lexer.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_parser_la-ctf-lexer.Tpo $(DEPDIR)/libctf_parser_la-ctf-lexer.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_parser_la_CFLAGS) $(CFLAGS) -c -o libctf_parser_la-ctf-lexer.lo `test -f 'ctf-lexer.c' || echo '$(srcdir)/'`ctf-lexer.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-588-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-589-libctf_parser_la-ctf-parser.lo: ctf-parser.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_parser_la_CFLAGS) $(CFLAGS) -MT libctf_parser_la-ctf-parser.lo -MD -MP -MF $(DEPDIR)/libctf_parser_la-ctf-parser.Tpo -c -o libctf_parser_la-ctf-parser.lo `test -f 'ctf-parser.c' || echo '$(srcdir)/'`ctf-parser.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_parser_la-ctf-parser.Tpo $(DEPDIR)/libctf_parser_la-ctf-parser.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_parser_la_CFLAGS) $(CFLAGS) -c -o libctf_parser_la-ctf-parser.lo `test -f 'ctf-parser.c' || echo '$(srcdir)/'`ctf-parser.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-595-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-596-libctf_parser_la-objstack.lo: objstack.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_parser_la_CFLAGS) $(CFLAGS) -MT libctf_parser_la-objstack.lo -MD -MP -MF $(DEPDIR)/libctf_parser_la-objstack.Tpo -c -o libctf_parser_la-objstack.lo `test -f 'objstack.c' || echo '$(srcdir)/'`objstack.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libctf_parser_la-objstack.Tpo $(DEPDIR)/libctf_parser_la-objstack.Plo
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctf_parser_la_CFLAGS) $(CFLAGS) -c -o libctf_parser_la-objstack.lo `test -f 'objstack.c' || echo '$(srcdir)/'`objstack.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-602-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-603-ctf_parser_test-ctf-parser-test.o: ctf-parser-test.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctf_parser_test_CFLAGS) $(CFLAGS) -MT ctf_parser_test-ctf-parser-test.o -MD -MP -MF $(DEPDIR)/ctf_parser_test-ctf-parser-test.Tpo -c -o ctf_parser_test-ctf-parser-test.o `test -f 'ctf-parser-test.c' || echo '$(srcdir)/'`ctf-parser-test.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ctf_parser_test-ctf-parser-test.Tpo $(DEPDIR)/ctf_parser_test-ctf-parser-test.Po
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:608:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctf_parser_test_CFLAGS) $(CFLAGS) -c -o ctf_parser_test-ctf-parser-test.o `test -f 'ctf-parser-test.c' || echo '$(srcdir)/'`ctf-parser-test.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-609-
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-610-ctf_parser_test-ctf-parser-test.obj: ctf-parser-test.c
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctf_parser_test_CFLAGS) $(CFLAGS) -MT ctf_parser_test-ctf-parser-test.obj -MD -MP -MF $(DEPDIR)/ctf_parser_test-ctf-parser-test.Tpo -c -o ctf_parser_test-ctf-parser-test.obj `if test -f 'ctf-parser-test.c'; then $(CYGPATH_W) 'ctf-parser-test.c'; else $(CYGPATH_W) '$(srcdir)/ctf-parser-test.c'; fi`
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ctf_parser_test-ctf-parser-test.Tpo $(DEPDIR)/ctf_parser_test-ctf-parser-test.Po
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctf_parser_test_CFLAGS) $(CFLAGS) -c -o ctf_parser_test-ctf-parser-test.obj `if test -f 'ctf-parser-test.c'; then $(CYGPATH_W) 'ctf-parser-test.c'; else $(CYGPATH_W) '$(srcdir)/ctf-parser-test.c'; fi`
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-616-
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-620-.y.c:
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:621:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-622-
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-658-GTAGS:
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:659:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-660-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-681-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:682:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:683:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-684-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-695-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in:696:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf/metadata/Makefile.in-697-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-450-.c.obj:
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-456-
##############################################
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-499-GTAGS:
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-522-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-536-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf-text/types/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-117-CONFIG_CLEAN_VPATH_FILES =
babeltrace-1.5.8/formats/ctf-text/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/formats/ctf-text/Makefile.in-119-am__vpath_adj = case $$p in \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-121-    *) f=$$p;; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-122-  esac;
babeltrace-1.5.8/formats/ctf-text/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/formats/ctf-text/Makefile.in-124-am__install_max = 40
babeltrace-1.5.8/formats/ctf-text/Makefile.in-125-am__nobase_strip_setup = \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/formats/ctf-text/Makefile.in-127-am__nobase_strip = \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-246-  while test -n "$$dir1"; do \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:247:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-248-    if test "$$first" != "."; then \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-249-      if test "$$first" = ".."; then \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:250:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:251:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-252-      else \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:253:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-254-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:255:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-256-        else \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-261-    fi; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:262:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-263-  done; \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-539-.c.obj:
babeltrace-1.5.8/formats/ctf-text/Makefile.in:540:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf-text/Makefile.in-541-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-543-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf-text/Makefile.in:544:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf-text/Makefile.in-545-
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-572-	dot_seen=no; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:573:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-574-	case "$@" in \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-635-GTAGS:
babeltrace-1.5.8/formats/ctf-text/Makefile.in:636:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-637-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-658-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf-text/Makefile.in:659:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:660:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-661-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf-text/Makefile.in-672-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf-text/Makefile.in:673:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf-text/Makefile.in-674-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-51-  { \
babeltrace-1.5.8/formats/lttng-live/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/lttng-live/Makefile.in-53-  }; \
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-118-CONFIG_CLEAN_VPATH_FILES =
babeltrace-1.5.8/formats/lttng-live/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/formats/lttng-live/Makefile.in-120-am__vpath_adj = case $$p in \
babeltrace-1.5.8/formats/lttng-live/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/formats/lttng-live/Makefile.in-122-    *) f=$$p;; \
babeltrace-1.5.8/formats/lttng-live/Makefile.in-123-  esac;
babeltrace-1.5.8/formats/lttng-live/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/formats/lttng-live/Makefile.in-125-am__install_max = 40
babeltrace-1.5.8/formats/lttng-live/Makefile.in-126-am__nobase_strip_setup = \
babeltrace-1.5.8/formats/lttng-live/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/formats/lttng-live/Makefile.in-128-am__nobase_strip = \
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-504-.c.obj:
babeltrace-1.5.8/formats/lttng-live/Makefile.in:505:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/lttng-live/Makefile.in-506-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-508-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/lttng-live/Makefile.in:509:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/lttng-live/Makefile.in-510-
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-553-GTAGS:
babeltrace-1.5.8/formats/lttng-live/Makefile.in:554:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/lttng-live/Makefile.in-555-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-576-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/lttng-live/Makefile.in:577:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/lttng-live/Makefile.in:578:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/lttng-live/Makefile.in-579-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/lttng-live/Makefile.in-590-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/lttng-live/Makefile.in:591:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/lttng-live/Makefile.in-592-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/lttng-live/lttng-live-comm.c-798-	ret_len = lttng_live_recv(ctx->control_sock,
babeltrace-1.5.8/formats/lttng-live/lttng-live-comm.c:799:			mmap_align_addr(pos->base_mma), len);
babeltrace-1.5.8/formats/lttng-live/lttng-live-comm.c-800-	if (ret_len == 0) {
##############################################
babeltrace-1.5.8/formats/Makefile.in-49-  { \
babeltrace-1.5.8/formats/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/formats/Makefile.in-179-  while test -n "$$dir1"; do \
babeltrace-1.5.8/formats/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/formats/Makefile.in-181-    if test "$$first" != "."; then \
babeltrace-1.5.8/formats/Makefile.in-182-      if test "$$first" = ".."; then \
babeltrace-1.5.8/formats/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/formats/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/formats/Makefile.in-185-      else \
babeltrace-1.5.8/formats/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/formats/Makefile.in-187-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/formats/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/formats/Makefile.in-189-        else \
##############################################
babeltrace-1.5.8/formats/Makefile.in-194-    fi; \
babeltrace-1.5.8/formats/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/formats/Makefile.in-196-  done; \
##############################################
babeltrace-1.5.8/formats/Makefile.in-424-	dot_seen=no; \
babeltrace-1.5.8/formats/Makefile.in:425:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/formats/Makefile.in-426-	case "$@" in \
##############################################
babeltrace-1.5.8/formats/Makefile.in-487-GTAGS:
babeltrace-1.5.8/formats/Makefile.in:488:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/Makefile.in-489-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/Makefile.in-510-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/Makefile.in:511:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/Makefile.in:512:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/Makefile.in-513-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/Makefile.in-524-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/Makefile.in:525:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/Makefile.in-526-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-50-  { \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-116-CONFIG_CLEAN_VPATH_FILES =
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-118-am__vpath_adj = case $$p in \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-120-    *) f=$$p;; \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-121-  esac;
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-123-am__install_max = 40
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-124-am__nobase_strip_setup = \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-126-am__nobase_strip = \
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-493-.c.obj:
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:494:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-495-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:498:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-499-
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-542-GTAGS:
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-565-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:566:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:567:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-568-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-579-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in:580:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/ctf-metadata/Makefile.in-581-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-50-  { \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-116-CONFIG_CLEAN_VPATH_FILES =
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-118-am__vpath_adj = case $$p in \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-120-    *) f=$$p;; \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-121-  esac;
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-123-am__install_max = 40
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-124-am__nobase_strip_setup = \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-126-am__nobase_strip = \
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-492-.c.obj:
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:493:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-494-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:497:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-498-
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-541-GTAGS:
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:542:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-543-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-564-distdir: $(DISTFILES)
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:565:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:566:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-567-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-578-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in:579:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/formats/bt-dummy/Makefile.in-580-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/types/Makefile.in-50-  { \
babeltrace-1.5.8/types/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/types/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/types/Makefile.in-448-.c.obj:
babeltrace-1.5.8/types/Makefile.in:449:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/types/Makefile.in-450-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/types/Makefile.in-452-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/types/Makefile.in:453:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/types/Makefile.in-454-
##############################################
babeltrace-1.5.8/types/Makefile.in-497-GTAGS:
babeltrace-1.5.8/types/Makefile.in:498:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/types/Makefile.in-499-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/types/Makefile.in-520-distdir: $(DISTFILES)
babeltrace-1.5.8/types/Makefile.in:521:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/types/Makefile.in:522:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/types/Makefile.in-523-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/types/Makefile.in-534-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/types/Makefile.in:535:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/types/Makefile.in-536-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/doc/Makefile.in-50-  { \
babeltrace-1.5.8/doc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/doc/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/doc/Makefile.in-136-  esac
babeltrace-1.5.8/doc/Makefile.in:137:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/doc/Makefile.in-138-am__vpath_adj = case $$p in \
babeltrace-1.5.8/doc/Makefile.in:139:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/doc/Makefile.in-140-    *) f=$$p;; \
babeltrace-1.5.8/doc/Makefile.in-141-  esac;
babeltrace-1.5.8/doc/Makefile.in:142:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/doc/Makefile.in-143-am__install_max = 40
babeltrace-1.5.8/doc/Makefile.in-144-am__nobase_strip_setup = \
babeltrace-1.5.8/doc/Makefile.in:145:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/doc/Makefile.in-146-am__nobase_strip = \
##############################################
babeltrace-1.5.8/doc/Makefile.in-389-	test -n "$(man1dir)" \
babeltrace-1.5.8/doc/Makefile.in:390:	  && test -n "`echo $$list1$$list2`" \
babeltrace-1.5.8/doc/Makefile.in-391-	  || exit 0; \
##############################################
babeltrace-1.5.8/doc/Makefile.in-446-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
babeltrace-1.5.8/doc/Makefile.in:447:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/doc/Makefile.in-448-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/doc/Makefile.in-456-distdir: $(DISTFILES)
babeltrace-1.5.8/doc/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/doc/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/doc/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/doc/Makefile.in-470-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/doc/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/doc/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/extras/valgrind/Makefile.in-49-  { \
babeltrace-1.5.8/extras/valgrind/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/extras/valgrind/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/extras/valgrind/Makefile.in-356-distdir: $(DISTFILES)
babeltrace-1.5.8/extras/valgrind/Makefile.in:357:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/extras/valgrind/Makefile.in:358:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/extras/valgrind/Makefile.in-359-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/extras/valgrind/Makefile.in-370-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/extras/valgrind/Makefile.in:371:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/extras/valgrind/Makefile.in-372-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/extras/Makefile.in-49-  { \
babeltrace-1.5.8/extras/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/extras/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/extras/Makefile.in-179-  while test -n "$$dir1"; do \
babeltrace-1.5.8/extras/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/extras/Makefile.in-181-    if test "$$first" != "."; then \
babeltrace-1.5.8/extras/Makefile.in-182-      if test "$$first" = ".."; then \
babeltrace-1.5.8/extras/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/extras/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/extras/Makefile.in-185-      else \
babeltrace-1.5.8/extras/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/extras/Makefile.in-187-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/extras/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/extras/Makefile.in-189-        else \
##############################################
babeltrace-1.5.8/extras/Makefile.in-194-    fi; \
babeltrace-1.5.8/extras/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/extras/Makefile.in-196-  done; \
##############################################
babeltrace-1.5.8/extras/Makefile.in-423-	dot_seen=no; \
babeltrace-1.5.8/extras/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/extras/Makefile.in-425-	case "$@" in \
##############################################
babeltrace-1.5.8/extras/Makefile.in-486-GTAGS:
babeltrace-1.5.8/extras/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/extras/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/extras/Makefile.in-509-distdir: $(DISTFILES)
babeltrace-1.5.8/extras/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/extras/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/extras/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/extras/Makefile.in-523-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/extras/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/extras/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/Makefile.in-50-  { \
babeltrace-1.5.8/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/Makefile.in-147-  esac
babeltrace-1.5.8/Makefile.in:148:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/Makefile.in-149-am__vpath_adj = case $$p in \
babeltrace-1.5.8/Makefile.in:150:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/Makefile.in-151-    *) f=$$p;; \
babeltrace-1.5.8/Makefile.in-152-  esac;
babeltrace-1.5.8/Makefile.in:153:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/Makefile.in-154-am__install_max = 40
babeltrace-1.5.8/Makefile.in-155-am__nobase_strip_setup = \
babeltrace-1.5.8/Makefile.in:156:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/Makefile.in-157-am__nobase_strip = \
##############################################
babeltrace-1.5.8/Makefile.in-232-  while test -n "$$dir1"; do \
babeltrace-1.5.8/Makefile.in:233:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/Makefile.in-234-    if test "$$first" != "."; then \
babeltrace-1.5.8/Makefile.in-235-      if test "$$first" = ".."; then \
babeltrace-1.5.8/Makefile.in:236:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/Makefile.in:237:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/Makefile.in-238-      else \
babeltrace-1.5.8/Makefile.in:239:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/Makefile.in-240-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/Makefile.in:241:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/Makefile.in-242-        else \
##############################################
babeltrace-1.5.8/Makefile.in-247-    fi; \
babeltrace-1.5.8/Makefile.in:248:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/Makefile.in-249-  done; \
##############################################
babeltrace-1.5.8/Makefile.in-522-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
babeltrace-1.5.8/Makefile.in:523:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/Makefile.in-524-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/Makefile.in-543-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
babeltrace-1.5.8/Makefile.in:544:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
babeltrace-1.5.8/Makefile.in-545-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
babeltrace-1.5.8/Makefile.in-560-	dot_seen=no; \
babeltrace-1.5.8/Makefile.in:561:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/Makefile.in-562-	case "$@" in \
##############################################
babeltrace-1.5.8/Makefile.in-623-GTAGS:
babeltrace-1.5.8/Makefile.in:624:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/Makefile.in-625-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/Makefile.in-655-	test -d "$(distdir)" || mkdir "$(distdir)"
babeltrace-1.5.8/Makefile.in:656:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/Makefile.in:657:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/Makefile.in-658-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/Makefile.in-669-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/Makefile.in:670:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/Makefile.in-671-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/Makefile.in-779-	test -d $(distdir)/_build || exit 0; \
babeltrace-1.5.8/Makefile.in:780:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
babeltrace-1.5.8/Makefile.in-781-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
babeltrace-1.5.8/Makefile.in-823-	}; \
babeltrace-1.5.8/Makefile.in:824:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
babeltrace-1.5.8/Makefile.in-825-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
babeltrace-1.5.8/Makefile.in-835-	fi
babeltrace-1.5.8/Makefile.in:836:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
babeltrace-1.5.8/Makefile.in-837-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
babeltrace-1.5.8/converter/Makefile.in-50-  { \
babeltrace-1.5.8/converter/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/converter/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/converter/Makefile.in-483-	test -n "$(EXEEXT)" || exit 0; \
babeltrace-1.5.8/converter/Makefile.in:484:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
babeltrace-1.5.8/converter/Makefile.in-485-	echo " rm -f" $$list; \
##############################################
babeltrace-1.5.8/converter/Makefile.in-512-.c.obj:
babeltrace-1.5.8/converter/Makefile.in:513:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/converter/Makefile.in-514-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/converter/Makefile.in-516-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/converter/Makefile.in:517:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/converter/Makefile.in-518-
##############################################
babeltrace-1.5.8/converter/Makefile.in-561-GTAGS:
babeltrace-1.5.8/converter/Makefile.in:562:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/converter/Makefile.in-563-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/converter/Makefile.in-584-distdir: $(DISTFILES)
babeltrace-1.5.8/converter/Makefile.in:585:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/converter/Makefile.in:586:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/converter/Makefile.in-587-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/converter/Makefile.in-598-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/converter/Makefile.in:599:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/converter/Makefile.in-600-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/converter/babeltrace-log.c-131-		goto error;
babeltrace-1.5.8/converter/babeltrace-log.c:132:	*(uint32_t *) ctf_get_pos_addr(pos) = 0xC1FC1FC1;
babeltrace-1.5.8/converter/babeltrace-log.c-133-	if (!ctf_move_pos(pos, sizeof(uint32_t) * CHAR_BIT))
##############################################
babeltrace-1.5.8/converter/babeltrace-log.c-145-		goto error;
babeltrace-1.5.8/converter/babeltrace-log.c:146:	memcpy(ctf_get_pos_addr(pos), uuid, BABELTRACE_UUID_LEN);
babeltrace-1.5.8/converter/babeltrace-log.c-147-	if (!ctf_move_pos(pos, BABELTRACE_UUID_LEN * CHAR_BIT))
##############################################
babeltrace-1.5.8/converter/babeltrace-log.c-170-		goto error;
babeltrace-1.5.8/converter/babeltrace-log.c:171:	*(uint64_t *) ctf_get_pos_addr(pos) = ~0ULL;	/* Not known yet */
babeltrace-1.5.8/converter/babeltrace-log.c:172:	pos->content_size_loc = (uint64_t *) ctf_get_pos_addr(pos);
babeltrace-1.5.8/converter/babeltrace-log.c-173-	if (!ctf_move_pos(pos, sizeof(uint64_t) * CHAR_BIT))
##############################################
babeltrace-1.5.8/converter/babeltrace-log.c-185-		goto error;
babeltrace-1.5.8/converter/babeltrace-log.c:186:	*(uint64_t *) ctf_get_pos_addr(pos) = pos->packet_size;
babeltrace-1.5.8/converter/babeltrace-log.c-187-	if (!ctf_move_pos(pos, sizeof(uint64_t) * CHAR_BIT))
##############################################
babeltrace-1.5.8/converter/babeltrace-log.c-253-	if (!pos->dummy)
babeltrace-1.5.8/converter/babeltrace-log.c:254:		*(uint64_t *) ctf_get_pos_addr(pos) = *ts;
babeltrace-1.5.8/converter/babeltrace-log.c-255-	if (!ctf_move_pos(pos, sizeof(uint64_t) * CHAR_BIT))
##############################################
babeltrace-1.5.8/converter/babeltrace-log.c-302-		goto error;
babeltrace-1.5.8/converter/babeltrace-log.c:303:	memcpy(ctf_get_pos_addr(pos), tline, tlen);
babeltrace-1.5.8/converter/babeltrace-log.c-304-	if (!ctf_move_pos(pos, tlen * CHAR_BIT))
##############################################
babeltrace-1.5.8/config/config.guess-34-
babeltrace-1.5.8/config/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
babeltrace-1.5.8/config/config.guess-36-
##############################################
babeltrace-1.5.8/config/config.guess-102-: ${TMPDIR=/tmp} ;
babeltrace-1.5.8/config/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
babeltrace-1.5.8/config/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
babeltrace-1.5.8/config/config.guess-151-	EOF
babeltrace-1.5.8/config/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
babeltrace-1.5.8/config/config.guess-153-
##############################################
babeltrace-1.5.8/config/config.guess-188-	    earmv*)
babeltrace-1.5.8/config/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
babeltrace-1.5.8/config/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
babeltrace-1.5.8/config/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
babeltrace-1.5.8/config/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
babeltrace-1.5.8/config/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
babeltrace-1.5.8/config/config.guess-222-		;;
##############################################
babeltrace-1.5.8/config/config.guess-233-	    *)
babeltrace-1.5.8/config/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
babeltrace-1.5.8/config/config.guess-235-		;;
##############################################
babeltrace-1.5.8/config/config.guess-280-	*4.0)
babeltrace-1.5.8/config/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
babeltrace-1.5.8/config/config.guess-282-		;;
babeltrace-1.5.8/config/config.guess-283-	*5.*)
babeltrace-1.5.8/config/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
babeltrace-1.5.8/config/config.guess-285-		;;
##############################################
babeltrace-1.5.8/config/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
babeltrace-1.5.8/config/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
babeltrace-1.5.8/config/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
babeltrace-1.5.8/config/config.guess-328-	# 1.2 uses "1.2" for uname -r.
babeltrace-1.5.8/config/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
babeltrace-1.5.8/config/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
babeltrace-1.5.8/config/config.guess-379-    s390x:SunOS:*:*)
babeltrace-1.5.8/config/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
babeltrace-1.5.8/config/config.guess-381-	exit ;;
babeltrace-1.5.8/config/config.guess-382-    sun4H:SunOS:5.*:*)
babeltrace-1.5.8/config/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
babeltrace-1.5.8/config/config.guess-384-	exit ;;
babeltrace-1.5.8/config/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
babeltrace-1.5.8/config/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
babeltrace-1.5.8/config/config.guess-387-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-404-	fi
babeltrace-1.5.8/config/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
babeltrace-1.5.8/config/config.guess-406-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
babeltrace-1.5.8/config/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
babeltrace-1.5.8/config/config.guess-412-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
babeltrace-1.5.8/config/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
babeltrace-1.5.8/config/config.guess-421-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-425-    sun*:*:4.2BSD:*)
babeltrace-1.5.8/config/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
babeltrace-1.5.8/config/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
babeltrace-1.5.8/config/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
babeltrace-1.5.8/config/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
babeltrace-1.5.8/config/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
babeltrace-1.5.8/config/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
babeltrace-1.5.8/config/config.guess-563-    *:IRIX*:*:*)
babeltrace-1.5.8/config/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
babeltrace-1.5.8/config/config.guess-565-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-593-EOF
babeltrace-1.5.8/config/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
babeltrace-1.5.8/config/config.guess-595-		then
##############################################
babeltrace-1.5.8/config/config.guess-606-    *:AIX:*:[4567])
babeltrace-1.5.8/config/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
babeltrace-1.5.8/config/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
babeltrace-1.5.8/config/config.guess-642-    9000/[34678]??:HP-UX:*:*)
babeltrace-1.5.8/config/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
babeltrace-1.5.8/config/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
babeltrace-1.5.8/config/config.guess-696-EOF
babeltrace-1.5.8/config/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
babeltrace-1.5.8/config/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
babeltrace-1.5.8/config/config.guess-724-    ia64:HP-UX:*:*)
babeltrace-1.5.8/config/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
babeltrace-1.5.8/config/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
babeltrace-1.5.8/config/config.guess-754-EOF
babeltrace-1.5.8/config/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
babeltrace-1.5.8/config/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
babeltrace-1.5.8/config/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
babeltrace-1.5.8/config/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
babeltrace-1.5.8/config/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
babeltrace-1.5.8/config/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
babeltrace-1.5.8/config/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
babeltrace-1.5.8/config/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
babeltrace-1.5.8/config/config.guess-850-	esac
babeltrace-1.5.8/config/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
babeltrace-1.5.8/config/config.guess-852-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-886-    prep*:SunOS:5.*:*)
babeltrace-1.5.8/config/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
babeltrace-1.5.8/config/config.guess-888-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-890-	# the GNU system
babeltrace-1.5.8/config/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
babeltrace-1.5.8/config/config.guess-892-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-894-	# other systems with GNU libc and userland
babeltrace-1.5.8/config/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
babeltrace-1.5.8/config/config.guess-896-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-988-EOF
babeltrace-1.5.8/config/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
babeltrace-1.5.8/config/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
babeltrace-1.5.8/config/config.guess-1092-    i*86:*:4.*:*)
babeltrace-1.5.8/config/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
babeltrace-1.5.8/config/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
babeltrace-1.5.8/config/config.guess-1295-	fi
babeltrace-1.5.8/config/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
babeltrace-1.5.8/config/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
babeltrace-1.5.8/config/config.guess-1393-    *:DragonFly:*:*)
babeltrace-1.5.8/config/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
babeltrace-1.5.8/config/config.guess-1395-	exit ;;
##############################################
babeltrace-1.5.8/config/config.guess-1406-    i*86:skyos:*:*)
babeltrace-1.5.8/config/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
babeltrace-1.5.8/config/config.guess-1408-	exit ;;
##############################################
babeltrace-1.5.8/config/tap-driver.sh-585-        # Get the bailout message (if any), with leading and trailing
babeltrace-1.5.8/config/tap-driver.sh:586:        # whitespace stripped.  The message remains stored in `$0`.
babeltrace-1.5.8/config/tap-driver.sh-587-        sub("^[ \t]*Bail out![ \t]*", "");
##############################################
babeltrace-1.5.8/config/install-sh-234-      fi
babeltrace-1.5.8/config/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
babeltrace-1.5.8/config/install-sh-236-    *)
##############################################
babeltrace-1.5.8/config/install-sh-281-      dstdir=$dst
babeltrace-1.5.8/config/install-sh:282:      dst=$dstdir/`basename "$src"`
babeltrace-1.5.8/config/install-sh-283-      dstdir_status=0
babeltrace-1.5.8/config/install-sh-284-    else
babeltrace-1.5.8/config/install-sh:285:      dstdir=`dirname "$dst"`
babeltrace-1.5.8/config/install-sh-286-      test -d "$dstdir"
##############################################
babeltrace-1.5.8/config/install-sh-344-                   test_tmpdir="$tmpdir/a"
babeltrace-1.5.8/config/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
babeltrace-1.5.8/config/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
babeltrace-1.5.8/config/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
babeltrace-1.5.8/config/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
babeltrace-1.5.8/config/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
babeltrace-1.5.8/config/install-sh-409-            case $prefix in
babeltrace-1.5.8/config/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
babeltrace-1.5.8/config/install-sh-411-              *) qprefix=$prefix;;
##############################################
babeltrace-1.5.8/config/install-sh-458-    if $copy_on_change &&
babeltrace-1.5.8/config/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
babeltrace-1.5.8/config/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
babeltrace-1.5.8/config/install-sh-461-       set -f &&
##############################################
babeltrace-1.5.8/config/compile-67-	mingw/*)
babeltrace-1.5.8/config/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
babeltrace-1.5.8/config/compile-69-	  ;;
babeltrace-1.5.8/config/compile-70-	cygwin/*)
babeltrace-1.5.8/config/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
babeltrace-1.5.8/config/compile-72-	  ;;
babeltrace-1.5.8/config/compile-73-	wine/*)
babeltrace-1.5.8/config/compile:74:	  file=`winepath -w "$file" || echo "$file"`
babeltrace-1.5.8/config/compile-75-	  ;;
##############################################
babeltrace-1.5.8/config/compile-309-# Name of file we expect compiler to create.
babeltrace-1.5.8/config/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
babeltrace-1.5.8/config/compile-311-
##############################################
babeltrace-1.5.8/config/compile-315-# object file name, since that is what matters with a parallel build.
babeltrace-1.5.8/config/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
babeltrace-1.5.8/config/compile-317-while true; do
##############################################
babeltrace-1.5.8/config/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
babeltrace-1.5.8/config/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
babeltrace-1.5.8/config/ylwrap-103-case $input in
##############################################
babeltrace-1.5.8/config/ylwrap-111-esac
babeltrace-1.5.8/config/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
babeltrace-1.5.8/config/ylwrap-113-
##############################################
babeltrace-1.5.8/config/ylwrap-150-  shift
babeltrace-1.5.8/config/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
babeltrace-1.5.8/config/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
babeltrace-1.5.8/config/ylwrap-153-done
##############################################
babeltrace-1.5.8/config/ylwrap-182-  do
babeltrace-1.5.8/config/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
babeltrace-1.5.8/config/ylwrap-184-    if test -f "$from"; then
##############################################
babeltrace-1.5.8/config/ylwrap-198-        realtarget=$target
babeltrace-1.5.8/config/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
babeltrace-1.5.8/config/ylwrap-200-      fi
##############################################
babeltrace-1.5.8/config/config.sub-52-
babeltrace-1.5.8/config/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
babeltrace-1.5.8/config/config.sub-54-
##############################################
babeltrace-1.5.8/config/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
babeltrace-1.5.8/config/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
babeltrace-1.5.8/config/config.sub-116-case $maybe_os in
##############################################
babeltrace-1.5.8/config/config.sub-122-    os=-$maybe_os
babeltrace-1.5.8/config/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
babeltrace-1.5.8/config/config.sub-124-    ;;
##############################################
babeltrace-1.5.8/config/config.sub-126-    os=-linux-android
babeltrace-1.5.8/config/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
babeltrace-1.5.8/config/config.sub-128-    ;;
babeltrace-1.5.8/config/config.sub-129-  *)
babeltrace-1.5.8/config/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
babeltrace-1.5.8/config/config.sub-131-    if [ "$basic_machine" != "$1" ]
babeltrace-1.5.8/config/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
babeltrace-1.5.8/config/config.sub-133-    else os=; fi
##############################################
babeltrace-1.5.8/config/config.sub-180-		os=-sco5v6
babeltrace-1.5.8/config/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-182-		;;
##############################################
babeltrace-1.5.8/config/config.sub-184-		os=-sco3.2v5
babeltrace-1.5.8/config/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-186-		;;
##############################################
babeltrace-1.5.8/config/config.sub-188-		os=-sco3.2v4
babeltrace-1.5.8/config/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-190-		;;
babeltrace-1.5.8/config/config.sub-191-	-sco3.2.[4-9]*)
babeltrace-1.5.8/config/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
babeltrace-1.5.8/config/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-194-		;;
##############################################
babeltrace-1.5.8/config/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
babeltrace-1.5.8/config/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-198-		;;
##############################################
babeltrace-1.5.8/config/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
babeltrace-1.5.8/config/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-202-		;;
##############################################
babeltrace-1.5.8/config/config.sub-204-		os=-sco3.2v2
babeltrace-1.5.8/config/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-206-		;;
babeltrace-1.5.8/config/config.sub-207-	-udk*)
babeltrace-1.5.8/config/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-209-		;;
##############################################
babeltrace-1.5.8/config/config.sub-211-		os=-isc2.2
babeltrace-1.5.8/config/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-213-		;;
##############################################
babeltrace-1.5.8/config/config.sub-217-	-isc*)
babeltrace-1.5.8/config/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-219-		;;
##############################################
babeltrace-1.5.8/config/config.sub-229-	-ptx*)
babeltrace-1.5.8/config/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
babeltrace-1.5.8/config/config.sub-231-		;;
##############################################
babeltrace-1.5.8/config/config.sub-364-	*-*-*)
babeltrace-1.5.8/config/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
babeltrace-1.5.8/config/config.sub-366-		exit 1
##############################################
babeltrace-1.5.8/config/config.sub-493-	amd64-*)
babeltrace-1.5.8/config/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-495-		;;
##############################################
babeltrace-1.5.8/config/config.sub-538-	blackfin-*)
babeltrace-1.5.8/config/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-540-		os=-linux
##############################################
babeltrace-1.5.8/config/config.sub-546-	c54x-*)
babeltrace-1.5.8/config/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-548-		;;
babeltrace-1.5.8/config/config.sub-549-	c55x-*)
babeltrace-1.5.8/config/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-551-		;;
babeltrace-1.5.8/config/config.sub-552-	c6x-*)
babeltrace-1.5.8/config/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-554-		;;
##############################################
babeltrace-1.5.8/config/config.sub-650-	e500v[12]-*)
babeltrace-1.5.8/config/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-652-		os=$os"spe"
##############################################
babeltrace-1.5.8/config/config.sub-754-	i*86v32)
babeltrace-1.5.8/config/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-756-		os=-sysv32
##############################################
babeltrace-1.5.8/config/config.sub-758-	i*86v4*)
babeltrace-1.5.8/config/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-760-		os=-sysv4
##############################################
babeltrace-1.5.8/config/config.sub-762-	i*86v)
babeltrace-1.5.8/config/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-764-		os=-sysv
##############################################
babeltrace-1.5.8/config/config.sub-766-	i*86sol2)
babeltrace-1.5.8/config/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
babeltrace-1.5.8/config/config.sub-768-		os=-solaris2
##############################################
babeltrace-1.5.8/config/config.sub-792-	leon-*|leon[3-9]-*)
babeltrace-1.5.8/config/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
babeltrace-1.5.8/config/config.sub-794-		;;
##############################################
babeltrace-1.5.8/config/config.sub-799-	m68knommu-*)
babeltrace-1.5.8/config/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-801-		os=-linux
##############################################
babeltrace-1.5.8/config/config.sub-833-	mips3*-*)
babeltrace-1.5.8/config/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
babeltrace-1.5.8/config/config.sub-835-		;;
babeltrace-1.5.8/config/config.sub-836-	mips3*)
babeltrace-1.5.8/config/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
babeltrace-1.5.8/config/config.sub-838-		;;
##############################################
babeltrace-1.5.8/config/config.sub-855-	ms1-*)
babeltrace-1.5.8/config/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
babeltrace-1.5.8/config/config.sub-857-		;;
##############################################
babeltrace-1.5.8/config/config.sub-980-	parisc-*)
babeltrace-1.5.8/config/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-982-		os=-linux
##############################################
babeltrace-1.5.8/config/config.sub-996-	pc98-*)
babeltrace-1.5.8/config/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-998-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
babeltrace-1.5.8/config/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1013-		;;
babeltrace-1.5.8/config/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
babeltrace-1.5.8/config/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1016-		;;
babeltrace-1.5.8/config/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
babeltrace-1.5.8/config/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1019-		;;
babeltrace-1.5.8/config/config.sub-1020-	pentium4-*)
babeltrace-1.5.8/config/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1022-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1030-	ppc-* | ppcbe-*)
babeltrace-1.5.8/config/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1032-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1036-	ppcle-* | powerpclittle-*)
babeltrace-1.5.8/config/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1038-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1040-		;;
babeltrace-1.5.8/config/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1042-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1046-	ppc64le-* | powerpc64little-*)
babeltrace-1.5.8/config/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1048-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1122-	strongarm-* | thumb-*)
babeltrace-1.5.8/config/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
babeltrace-1.5.8/config/config.sub-1124-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1255-	xscale-* | xscalee[bl]-*)
babeltrace-1.5.8/config/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
babeltrace-1.5.8/config/config.sub-1257-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1317-	*)
babeltrace-1.5.8/config/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
babeltrace-1.5.8/config/config.sub-1319-		exit 1
##############################################
babeltrace-1.5.8/config/config.sub-1325-	*-digital*)
babeltrace-1.5.8/config/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
babeltrace-1.5.8/config/config.sub-1327-		;;
babeltrace-1.5.8/config/config.sub-1328-	*-commodore*)
babeltrace-1.5.8/config/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
babeltrace-1.5.8/config/config.sub-1330-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1346-	-solaris1 | -solaris1.*)
babeltrace-1.5.8/config/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
babeltrace-1.5.8/config/config.sub-1348-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1355-	-gnu/linux*)
babeltrace-1.5.8/config/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
babeltrace-1.5.8/config/config.sub-1357-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1407-	-nto*)
babeltrace-1.5.8/config/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
babeltrace-1.5.8/config/config.sub-1409-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1414-	-mac*)
babeltrace-1.5.8/config/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
babeltrace-1.5.8/config/config.sub-1416-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1420-	-linux*)
babeltrace-1.5.8/config/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
babeltrace-1.5.8/config/config.sub-1422-		;;
babeltrace-1.5.8/config/config.sub-1423-	-sunos5*)
babeltrace-1.5.8/config/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
babeltrace-1.5.8/config/config.sub-1425-		;;
babeltrace-1.5.8/config/config.sub-1426-	-sunos6*)
babeltrace-1.5.8/config/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
babeltrace-1.5.8/config/config.sub-1428-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1469-	-sinix5.*)
babeltrace-1.5.8/config/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
babeltrace-1.5.8/config/config.sub-1471-		;;
##############################################
babeltrace-1.5.8/config/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
babeltrace-1.5.8/config/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
babeltrace-1.5.8/config/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
babeltrace-1.5.8/config/config.sub-1531-		exit 1
##############################################
babeltrace-1.5.8/config/config.sub-1788-		esac
babeltrace-1.5.8/config/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
babeltrace-1.5.8/config/config.sub-1790-		;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-103-#
babeltrace-1.5.8/config/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
babeltrace-1.5.8/config/ltmain.sh-105-#
##############################################
babeltrace-1.5.8/config/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
babeltrace-1.5.8/config/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
babeltrace-1.5.8/config/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
babeltrace-1.5.8/config/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
babeltrace-1.5.8/config/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
babeltrace-1.5.8/config/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
babeltrace-1.5.8/config/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-410-# The name of this program.
babeltrace-1.5.8/config/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
babeltrace-1.5.8/config/ltmain.sh-412-
##############################################
babeltrace-1.5.8/config/ltmain.sh-416-  *[\\/]*)
babeltrace-1.5.8/config/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
babeltrace-1.5.8/config/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
babeltrace-1.5.8/config/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
babeltrace-1.5.8/config/ltmain.sh-610-
babeltrace-1.5.8/config/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
babeltrace-1.5.8/config/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
babeltrace-1.5.8/config/ltmain.sh-613-
##############################################
babeltrace-1.5.8/config/ltmain.sh-639-
babeltrace-1.5.8/config/ltmain.sh:640:    func_arith_result=`expr "$@"`
babeltrace-1.5.8/config/ltmain.sh-641-  }
##############################################
babeltrace-1.5.8/config/ltmain.sh-660-  # ...otherwise fall back to using sed.
babeltrace-1.5.8/config/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
babeltrace-1.5.8/config/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
babeltrace-1.5.8/config/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-757-      test -n "$_G_tc" && {
babeltrace-1.5.8/config/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
babeltrace-1.5.8/config/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
babeltrace-1.5.8/config/ltmain.sh-760-      }
babeltrace-1.5.8/config/ltmain.sh-761-    done
babeltrace-1.5.8/config/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
babeltrace-1.5.8/config/ltmain.sh-763-
##############################################
babeltrace-1.5.8/config/ltmain.sh-831-
babeltrace-1.5.8/config/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
babeltrace-1.5.8/config/ltmain.sh-833-  }
##############################################
babeltrace-1.5.8/config/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
babeltrace-1.5.8/config/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
babeltrace-1.5.8/config/ltmain.sh-865-      done
babeltrace-1.5.8/config/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
babeltrace-1.5.8/config/ltmain.sh-867-
##############################################
babeltrace-1.5.8/config/ltmain.sh-901-      # If mktemp works, use that first and foremost
babeltrace-1.5.8/config/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-903-
##############################################
babeltrace-1.5.8/config/ltmain.sh-1111-        *[\\\`\"\$]*)
babeltrace-1.5.8/config/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
babeltrace-1.5.8/config/ltmain.sh-1113-        *)
##############################################
babeltrace-1.5.8/config/ltmain.sh-1198-    case $2 in
babeltrace-1.5.8/config/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
babeltrace-1.5.8/config/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
babeltrace-1.5.8/config/ltmain.sh-1201-    esac
##############################################
babeltrace-1.5.8/config/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
babeltrace-1.5.8/config/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
babeltrace-1.5.8/config/ltmain.sh-1273-      ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-1358-
babeltrace-1.5.8/config/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
babeltrace-1.5.8/config/ltmain.sh-1360-}
##############################################
babeltrace-1.5.8/config/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
babeltrace-1.5.8/config/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
babeltrace-1.5.8/config/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
babeltrace-1.5.8/config/ltmain.sh-1517-
babeltrace-1.5.8/config/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
babeltrace-1.5.8/config/ltmain.sh-1519-}
##############################################
babeltrace-1.5.8/config/ltmain.sh-1870-
babeltrace-1.5.8/config/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
babeltrace-1.5.8/config/ltmain.sh-1872-      func_split_equals_rhs=
babeltrace-1.5.8/config/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
babeltrace-1.5.8/config/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
babeltrace-1.5.8/config/ltmain.sh-1875-  }
##############################################
babeltrace-1.5.8/config/ltmain.sh-1898-
babeltrace-1.5.8/config/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
babeltrace-1.5.8/config/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
babeltrace-1.5.8/config/ltmain.sh-1901-  }
##############################################
babeltrace-1.5.8/config/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
babeltrace-1.5.8/config/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
babeltrace-1.5.8/config/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
babeltrace-1.5.8/config/ltmain.sh-2074-
##############################################
babeltrace-1.5.8/config/ltmain.sh-2110-  {
babeltrace-1.5.8/config/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
babeltrace-1.5.8/config/ltmain.sh-2112-  }
##############################################
babeltrace-1.5.8/config/ltmain.sh-2115-  {
babeltrace-1.5.8/config/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
babeltrace-1.5.8/config/ltmain.sh-2117-  }
##############################################
babeltrace-1.5.8/config/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
babeltrace-1.5.8/config/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
babeltrace-1.5.8/config/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
babeltrace-1.5.8/config/ltmain.sh-2659-      done
babeltrace-1.5.8/config/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
babeltrace-1.5.8/config/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
babeltrace-1.5.8/config/ltmain.sh-2662-      case $@ in
##############################################
babeltrace-1.5.8/config/ltmain.sh-2672-	    # Evaluate the configuration.
babeltrace-1.5.8/config/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
babeltrace-1.5.8/config/ltmain.sh-2674-	    CC_quoted=
##############################################
babeltrace-1.5.8/config/ltmain.sh-2678-	    done
babeltrace-1.5.8/config/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
babeltrace-1.5.8/config/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
babeltrace-1.5.8/config/ltmain.sh-2681-	    case "$@ " in
##############################################
babeltrace-1.5.8/config/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
babeltrace-1.5.8/config/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
babeltrace-1.5.8/config/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-3009-    # LT_CYGPATH in this case.
babeltrace-1.5.8/config/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
babeltrace-1.5.8/config/ltmain.sh-3011-  fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
babeltrace-1.5.8/config/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
babeltrace-1.5.8/config/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
babeltrace-1.5.8/config/ltmain.sh-3376-    *.[cCFSifmso] | \
babeltrace-1.5.8/config/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
babeltrace-1.5.8/config/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
babeltrace-1.5.8/config/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
babeltrace-1.5.8/config/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
babeltrace-1.5.8/config/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
babeltrace-1.5.8/config/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
babeltrace-1.5.8/config/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-3474-
##############################################
babeltrace-1.5.8/config/ltmain.sh-3520-      if test warn = "$need_locks" &&
babeltrace-1.5.8/config/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
babeltrace-1.5.8/config/ltmain.sh-3522-	$ECHO "\
babeltrace-1.5.8/config/ltmain.sh-3523-*** ERROR, $lockfile contains:
babeltrace-1.5.8/config/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-3525-
##############################################
babeltrace-1.5.8/config/ltmain.sh-3569-      if test warn = "$need_locks" &&
babeltrace-1.5.8/config/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
babeltrace-1.5.8/config/ltmain.sh-3571-	$ECHO "\
babeltrace-1.5.8/config/ltmain.sh-3572-*** ERROR, $lockfile contains:
babeltrace-1.5.8/config/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-3574-
##############################################
babeltrace-1.5.8/config/ltmain.sh-3895-      # Get the absolute pathname.
babeltrace-1.5.8/config/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
babeltrace-1.5.8/config/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
babeltrace-1.5.8/config/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
babeltrace-1.5.8/config/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
babeltrace-1.5.8/config/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
babeltrace-1.5.8/config/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
babeltrace-1.5.8/config/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
babeltrace-1.5.8/config/ltmain.sh-4280-
##############################################
babeltrace-1.5.8/config/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
babeltrace-1.5.8/config/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
babeltrace-1.5.8/config/ltmain.sh-4293-	  else
babeltrace-1.5.8/config/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
babeltrace-1.5.8/config/ltmain.sh-4295-	  fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-4458-	    fi
babeltrace-1.5.8/config/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
babeltrace-1.5.8/config/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-4477-	        # Replace the output file specification.
babeltrace-1.5.8/config/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
babeltrace-1.5.8/config/ltmain.sh-4479-
##############################################
babeltrace-1.5.8/config/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
babeltrace-1.5.8/config/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
babeltrace-1.5.8/config/ltmain.sh-4498-	  fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-4570-    my_pic_p=${3-false}
babeltrace-1.5.8/config/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
babeltrace-1.5.8/config/ltmain.sh-4572-    my_dlsyms=
##############################################
babeltrace-1.5.8/config/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
babeltrace-1.5.8/config/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
babeltrace-1.5.8/config/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
babeltrace-1.5.8/config/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
babeltrace-1.5.8/config/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
babeltrace-1.5.8/config/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
babeltrace-1.5.8/config/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
babeltrace-1.5.8/config/ltmain.sh-4862-	  else
babeltrace-1.5.8/config/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
babeltrace-1.5.8/config/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
babeltrace-1.5.8/config/ltmain.sh-4865-	  fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-4867-	*)
babeltrace-1.5.8/config/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
babeltrace-1.5.8/config/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
babeltrace-1.5.8/config/ltmain.sh-4870-	  ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-4882-      # Nullify the symbol file.
babeltrace-1.5.8/config/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
babeltrace-1.5.8/config/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
babeltrace-1.5.8/config/ltmain.sh-4885-    fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
babeltrace-1.5.8/config/ltmain.sh:4897:  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)$'`
babeltrace-1.5.8/config/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
babeltrace-1.5.8/config/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
babeltrace-1.5.8/config/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
babeltrace-1.5.8/config/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
babeltrace-1.5.8/config/ltmain.sh-4925-  win32_libid_type=unknown
babeltrace-1.5.8/config/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-4927-  case $win32_fileres in
##############################################
babeltrace-1.5.8/config/ltmain.sh-4990-
babeltrace-1.5.8/config/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
babeltrace-1.5.8/config/ltmain.sh-4992-}
##############################################
babeltrace-1.5.8/config/ltmain.sh-5008-
babeltrace-1.5.8/config/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
babeltrace-1.5.8/config/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
babeltrace-1.5.8/config/ltmain.sh-5072-    # binutils import library
babeltrace-1.5.8/config/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
babeltrace-1.5.8/config/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
babeltrace-1.5.8/config/ltmain.sh-5075-    # ms-generated import library
babeltrace-1.5.8/config/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
babeltrace-1.5.8/config/ltmain.sh-5077-  else
##############################################
babeltrace-1.5.8/config/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
babeltrace-1.5.8/config/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
babeltrace-1.5.8/config/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
babeltrace-1.5.8/config/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
babeltrace-1.5.8/config/ltmain.sh-5160-	    darwin_arch=
##############################################
babeltrace-1.5.8/config/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
babeltrace-1.5.8/config/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
babeltrace-1.5.8/config/ltmain.sh-5172-	    darwin_file=
##############################################
babeltrace-1.5.8/config/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
babeltrace-1.5.8/config/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
babeltrace-1.5.8/config/ltmain.sh-5189-      esac
babeltrace-1.5.8/config/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh-5191-    done
##############################################
babeltrace-1.5.8/config/ltmain.sh-5260-
babeltrace-1.5.8/config/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
babeltrace-1.5.8/config/ltmain.sh-5262-    $ECHO "\
##############################################
babeltrace-1.5.8/config/ltmain.sh-5295-    --lt-dump-script)
babeltrace-1.5.8/config/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
babeltrace-1.5.8/config/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
babeltrace-1.5.8/config/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
babeltrace-1.5.8/config/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
babeltrace-1.5.8/config/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
babeltrace-1.5.8/config/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
babeltrace-1.5.8/config/ltmain.sh-5324-  done
##############################################
babeltrace-1.5.8/config/ltmain.sh-5380-  # Find the directory that this script lives in.
babeltrace-1.5.8/config/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
babeltrace-1.5.8/config/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
babeltrace-1.5.8/config/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
babeltrace-1.5.8/config/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
babeltrace-1.5.8/config/ltmain.sh-5386-  while test -n \"\$file\"; do
babeltrace-1.5.8/config/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
babeltrace-1.5.8/config/ltmain.sh-5388-
##############################################
babeltrace-1.5.8/config/ltmain.sh-5396-
babeltrace-1.5.8/config/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
babeltrace-1.5.8/config/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
babeltrace-1.5.8/config/ltmain.sh-5399-  done
##############################################
babeltrace-1.5.8/config/ltmain.sh-5410-    case \"\$thisdir\" in
babeltrace-1.5.8/config/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
babeltrace-1.5.8/config/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-5416-  # Try to get the absolute directory name.
babeltrace-1.5.8/config/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
babeltrace-1.5.8/config/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
babeltrace-1.5.8/config/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
babeltrace-1.5.8/config/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
babeltrace-1.5.8/config/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
babeltrace-1.5.8/config/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
babeltrace-1.5.8/config/ltmain.sh-5443-      else
##############################################
babeltrace-1.5.8/config/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
babeltrace-1.5.8/config/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
babeltrace-1.5.8/config/ltmain.sh-5487-
##############################################
babeltrace-1.5.8/config/ltmain.sh-6464-
babeltrace-1.5.8/config/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
babeltrace-1.5.8/config/ltmain.sh-6466-    *import*) : ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-6712-	    moreargs=
babeltrace-1.5.8/config/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
babeltrace-1.5.8/config/ltmain.sh-6714-	    do
##############################################
babeltrace-1.5.8/config/ltmain.sh-6973-	*)
babeltrace-1.5.8/config/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
babeltrace-1.5.8/config/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
babeltrace-1.5.8/config/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
babeltrace-1.5.8/config/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
babeltrace-1.5.8/config/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
babeltrace-1.5.8/config/ltmain.sh-7290-      -Z*)
babeltrace-1.5.8/config/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
babeltrace-1.5.8/config/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
babeltrace-1.5.8/config/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
babeltrace-1.5.8/config/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
babeltrace-1.5.8/config/ltmain.sh-7462-    else
##############################################
babeltrace-1.5.8/config/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
babeltrace-1.5.8/config/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
babeltrace-1.5.8/config/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
babeltrace-1.5.8/config/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
babeltrace-1.5.8/config/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
babeltrace-1.5.8/config/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
babeltrace-1.5.8/config/ltmain.sh-7877-	fi
babeltrace-1.5.8/config/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
babeltrace-1.5.8/config/ltmain.sh-7950-	*)
babeltrace-1.5.8/config/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
babeltrace-1.5.8/config/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-8203-	    shift
babeltrace-1.5.8/config/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
babeltrace-1.5.8/config/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
babeltrace-1.5.8/config/ltmain.sh-8495-		*)
babeltrace-1.5.8/config/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
babeltrace-1.5.8/config/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-8506-		  depdepl=
babeltrace-1.5.8/config/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
babeltrace-1.5.8/config/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
babeltrace-1.5.8/config/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
babeltrace-1.5.8/config/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
babeltrace-1.5.8/config/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
babeltrace-1.5.8/config/ltmain.sh-8517-                      fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-8528-		else
babeltrace-1.5.8/config/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
babeltrace-1.5.8/config/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
babeltrace-1.5.8/config/ltmain.sh-8551-	else
babeltrace-1.5.8/config/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh-8553-	fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-8640-        linux*)
babeltrace-1.5.8/config/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
babeltrace-1.5.8/config/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
babeltrace-1.5.8/config/ltmain.sh-9048-	removelist=
babeltrace-1.5.8/config/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
babeltrace-1.5.8/config/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
babeltrace-1.5.8/config/ltmain.sh-9074-	# Transform .lo files to .o files.
babeltrace-1.5.8/config/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh-9076-      fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-9079-      #for path in $notinst_path; do
babeltrace-1.5.8/config/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
babeltrace-1.5.8/config/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
babeltrace-1.5.8/config/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
babeltrace-1.5.8/config/ltmain.sh-9083-      #done
##############################################
babeltrace-1.5.8/config/ltmain.sh-9200-		if test -n "$i"; then
babeltrace-1.5.8/config/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
babeltrace-1.5.8/config/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
babeltrace-1.5.8/config/ltmain.sh-9203-		  set dummy $deplib_matches; shift
babeltrace-1.5.8/config/ltmain.sh-9204-		  deplib_match=$1
babeltrace-1.5.8/config/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
babeltrace-1.5.8/config/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
babeltrace-1.5.8/config/ltmain.sh-9243-		  if test -n "$i"; then
babeltrace-1.5.8/config/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
babeltrace-1.5.8/config/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
babeltrace-1.5.8/config/ltmain.sh-9246-		    set dummy $deplib_matches; shift
babeltrace-1.5.8/config/ltmain.sh-9247-		    deplib_match=$1
babeltrace-1.5.8/config/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
babeltrace-1.5.8/config/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
babeltrace-1.5.8/config/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
babeltrace-1.5.8/config/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
babeltrace-1.5.8/config/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
babeltrace-1.5.8/config/ltmain.sh-9293-	      if test -n "$a_deplib"; then
babeltrace-1.5.8/config/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
babeltrace-1.5.8/config/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
babeltrace-1.5.8/config/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
babeltrace-1.5.8/config/ltmain.sh-9297-		else
##############################################
babeltrace-1.5.8/config/ltmain.sh-9303-		    shopt -s nocaseglob
babeltrace-1.5.8/config/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-9305-		    $nocaseglob
babeltrace-1.5.8/config/ltmain.sh-9306-		  else
babeltrace-1.5.8/config/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-9308-		  fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
babeltrace-1.5.8/config/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
babeltrace-1.5.8/config/ltmain.sh-9323-			case $potliblink in
babeltrace-1.5.8/config/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
babeltrace-1.5.8/config/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
babeltrace-1.5.8/config/ltmain.sh-9326-			esac
##############################################
babeltrace-1.5.8/config/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
babeltrace-1.5.8/config/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
babeltrace-1.5.8/config/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
babeltrace-1.5.8/config/ltmain.sh-9377-	      if test -n "$a_deplib"; then
babeltrace-1.5.8/config/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
babeltrace-1.5.8/config/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
babeltrace-1.5.8/config/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
babeltrace-1.5.8/config/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
babeltrace-1.5.8/config/ltmain.sh-9416-	  newdeplibs=
babeltrace-1.5.8/config/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
babeltrace-1.5.8/config/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
babeltrace-1.5.8/config/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
babeltrace-1.5.8/config/ltmain.sh-9422-	    done
##############################################
babeltrace-1.5.8/config/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
babeltrace-1.5.8/config/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
babeltrace-1.5.8/config/ltmain.sh-9448-	  ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-9498-	*-*-darwin*)
babeltrace-1.5.8/config/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh-9502-	  ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-9625-	# Use standard objects if they are pic
babeltrace-1.5.8/config/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
babeltrace-1.5.8/config/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
babeltrace-1.5.8/config/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
babeltrace-1.5.8/config/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
babeltrace-1.5.8/config/ltmain.sh-10154-      # Create the old-style object.
babeltrace-1.5.8/config/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
babeltrace-1.5.8/config/ltmain.sh-10156-
##############################################
babeltrace-1.5.8/config/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
babeltrace-1.5.8/config/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
babeltrace-1.5.8/config/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
babeltrace-1.5.8/config/ltmain.sh-10215-	;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
babeltrace-1.5.8/config/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
babeltrace-1.5.8/config/ltmain.sh-10233-	;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
babeltrace-1.5.8/config/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
babeltrace-1.5.8/config/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
babeltrace-1.5.8/config/ltmain.sh-10368-	# Transform all the library objects into standard objects.
babeltrace-1.5.8/config/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
babeltrace-1.5.8/config/ltmain.sh-10371-      fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-10396-	# Replace the output file specification.
babeltrace-1.5.8/config/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
babeltrace-1.5.8/config/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
babeltrace-1.5.8/config/ltmain.sh-10405-	  func_to_tool_file "$output"
babeltrace-1.5.8/config/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
babeltrace-1.5.8/config/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
babeltrace-1.5.8/config/ltmain.sh-10449-	# Replace the output file specification.
babeltrace-1.5.8/config/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
babeltrace-1.5.8/config/ltmain.sh-10451-	# Delete the old output file.
##############################################
babeltrace-1.5.8/config/ltmain.sh-10457-	  func_to_tool_file "$output"
babeltrace-1.5.8/config/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
babeltrace-1.5.8/config/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
babeltrace-1.5.8/config/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
babeltrace-1.5.8/config/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
babeltrace-1.5.8/config/ltmain.sh-10477-          ;;
##############################################
babeltrace-1.5.8/config/ltmain.sh-10488-      # Replace the output file specification.
babeltrace-1.5.8/config/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
babeltrace-1.5.8/config/ltmain.sh-10490-
##############################################
babeltrace-1.5.8/config/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
babeltrace-1.5.8/config/ltmain.sh:10498:	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'`
babeltrace-1.5.8/config/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
babeltrace-1.5.8/config/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
babeltrace-1.5.8/config/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
babeltrace-1.5.8/config/ltmain.sh-10520-      fi
##############################################
babeltrace-1.5.8/config/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
babeltrace-1.5.8/config/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
babeltrace-1.5.8/config/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
babeltrace-1.5.8/config/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
babeltrace-1.5.8/config/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
babeltrace-1.5.8/config/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
babeltrace-1.5.8/config/ltmain.sh-10811-		name=$func_basename_result
babeltrace-1.5.8/config/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
babeltrace-1.5.8/config/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
babeltrace-1.5.8/config/ltmain.sh-10830-		name=$func_basename_result
babeltrace-1.5.8/config/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
babeltrace-1.5.8/config/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
babeltrace-1.5.8/config/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
babeltrace-1.5.8/config/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
babeltrace-1.5.8/config/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
babeltrace-1.5.8/config/depcomp-64-  case $1 in
babeltrace-1.5.8/config/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
babeltrace-1.5.8/config/depcomp-66-      *) dir=;;
##############################################
babeltrace-1.5.8/config/depcomp-73-{
babeltrace-1.5.8/config/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
babeltrace-1.5.8/config/depcomp-75-}
##############################################
babeltrace-1.5.8/config/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
babeltrace-1.5.8/config/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
babeltrace-1.5.8/config/depcomp-128-
##############################################
babeltrace-1.5.8/config/depcomp-405-        sleep 1
babeltrace-1.5.8/config/depcomp:406:        i=`expr $i - 1`
babeltrace-1.5.8/config/depcomp-407-      done
babeltrace-1.5.8/config/depcomp-408-    fi
babeltrace-1.5.8/config/depcomp:409:    i=`expr $i - 1`
babeltrace-1.5.8/config/depcomp-410-  done
##############################################
babeltrace-1.5.8/config/depcomp-425-  # Do two passes, one to just change these to
babeltrace-1.5.8/config/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
babeltrace-1.5.8/config/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
babeltrace-1.5.8/config/depcomp-659-  done
babeltrace-1.5.8/config/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
babeltrace-1.5.8/config/depcomp-661-  touch "$tmpdepfile"
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-49-  { \
babeltrace-1.5.8/tests/bin/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/tests/bin/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-180-  while test -n "$$dir1"; do \
babeltrace-1.5.8/tests/bin/Makefile.in:181:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/tests/bin/Makefile.in-182-    if test "$$first" != "."; then \
babeltrace-1.5.8/tests/bin/Makefile.in-183-      if test "$$first" = ".."; then \
babeltrace-1.5.8/tests/bin/Makefile.in:184:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/tests/bin/Makefile.in:185:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/tests/bin/Makefile.in-186-      else \
babeltrace-1.5.8/tests/bin/Makefile.in:187:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/tests/bin/Makefile.in-188-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/tests/bin/Makefile.in:189:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/tests/bin/Makefile.in-190-        else \
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-195-    fi; \
babeltrace-1.5.8/tests/bin/Makefile.in:196:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/tests/bin/Makefile.in-197-  done; \
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-429-	dot_seen=no; \
babeltrace-1.5.8/tests/bin/Makefile.in:430:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/tests/bin/Makefile.in-431-	case "$@" in \
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-492-GTAGS:
babeltrace-1.5.8/tests/bin/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/tests/bin/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-515-distdir: $(DISTFILES)
babeltrace-1.5.8/tests/bin/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/bin/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/bin/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/tests/bin/Makefile.in-529-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/tests/bin/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/tests/bin/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/tests/bin/intersection/Makefile.in-50-  { \
babeltrace-1.5.8/tests/bin/intersection/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/tests/bin/intersection/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/tests/bin/intersection/Makefile.in-370-distdir: $(DISTFILES)
babeltrace-1.5.8/tests/bin/intersection/Makefile.in:371:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/bin/intersection/Makefile.in:372:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/bin/intersection/Makefile.in-373-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/tests/bin/intersection/Makefile.in-384-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/tests/bin/intersection/Makefile.in:385:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/tests/bin/intersection/Makefile.in-386-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-51-  { \
babeltrace-1.5.8/tests/lib/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/tests/lib/Makefile.in-53-  }; \
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-511-	test -n "$(EXEEXT)" || exit 0; \
babeltrace-1.5.8/tests/lib/Makefile.in:512:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
babeltrace-1.5.8/tests/lib/Makefile.in-513-	echo " rm -f" $$list; \
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-556-.c.obj:
babeltrace-1.5.8/tests/lib/Makefile.in:557:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/tests/lib/Makefile.in-558-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-560-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/tests/lib/Makefile.in:561:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/tests/lib/Makefile.in-562-
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-605-GTAGS:
babeltrace-1.5.8/tests/lib/Makefile.in:606:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/tests/lib/Makefile.in-607-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-628-distdir: $(DISTFILES)
babeltrace-1.5.8/tests/lib/Makefile.in:629:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/lib/Makefile.in:630:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/lib/Makefile.in-631-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/tests/lib/Makefile.in-642-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/tests/lib/Makefile.in:643:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/tests/lib/Makefile.in-644-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/tests/lib/test_bitfield.c-66-
babeltrace-1.5.8/tests/lib/test_bitfield.c:67:	asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x));
babeltrace-1.5.8/tests/lib/test_bitfield.c-68-	return 32 - lz;
##############################################
babeltrace-1.5.8/tests/utils/tap/Makefile.in-51-  { \
babeltrace-1.5.8/tests/utils/tap/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/tests/utils/tap/Makefile.in-53-  }; \
##############################################
babeltrace-1.5.8/tests/utils/tap/Makefile.in-432-.c.obj:
babeltrace-1.5.8/tests/utils/tap/Makefile.in:433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/tests/utils/tap/Makefile.in-434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/tests/utils/tap/Makefile.in-436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/tests/utils/tap/Makefile.in:437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/tests/utils/tap/Makefile.in-438-
##############################################
babeltrace-1.5.8/tests/utils/tap/Makefile.in-481-GTAGS:
babeltrace-1.5.8/tests/utils/tap/Makefile.in:482:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/tests/utils/tap/Makefile.in-483-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/tests/utils/tap/Makefile.in-504-distdir: $(DISTFILES)
babeltrace-1.5.8/tests/utils/tap/Makefile.in:505:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/utils/tap/Makefile.in:506:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/utils/tap/Makefile.in-507-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/tests/utils/tap/Makefile.in-518-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/tests/utils/tap/Makefile.in:519:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/tests/utils/tap/Makefile.in-520-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-49-  { \
babeltrace-1.5.8/tests/utils/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/tests/utils/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-179-  while test -n "$$dir1"; do \
babeltrace-1.5.8/tests/utils/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/tests/utils/Makefile.in-181-    if test "$$first" != "."; then \
babeltrace-1.5.8/tests/utils/Makefile.in-182-      if test "$$first" = ".."; then \
babeltrace-1.5.8/tests/utils/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/tests/utils/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/tests/utils/Makefile.in-185-      else \
babeltrace-1.5.8/tests/utils/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/tests/utils/Makefile.in-187-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/tests/utils/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/tests/utils/Makefile.in-189-        else \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-194-    fi; \
babeltrace-1.5.8/tests/utils/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/tests/utils/Makefile.in-196-  done; \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-423-	dot_seen=no; \
babeltrace-1.5.8/tests/utils/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/tests/utils/Makefile.in-425-	case "$@" in \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-486-GTAGS:
babeltrace-1.5.8/tests/utils/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/tests/utils/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-509-distdir: $(DISTFILES)
babeltrace-1.5.8/tests/utils/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/utils/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/utils/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/tests/utils/Makefile.in-523-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/tests/utils/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/tests/utils/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/tests/Makefile.in-49-  { \
babeltrace-1.5.8/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/tests/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/tests/Makefile.in-195-}
babeltrace-1.5.8/tests/Makefile.in:196:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/tests/Makefile.in-197-am__vpath_adj = case $$p in \
babeltrace-1.5.8/tests/Makefile.in:198:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/tests/Makefile.in-199-    *) f=$$p;; \
babeltrace-1.5.8/tests/Makefile.in-200-  esac;
babeltrace-1.5.8/tests/Makefile.in:201:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/tests/Makefile.in-202-am__install_max = 40
babeltrace-1.5.8/tests/Makefile.in-203-am__nobase_strip_setup = \
babeltrace-1.5.8/tests/Makefile.in:204:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/tests/Makefile.in-205-am__nobase_strip = \
##############################################
babeltrace-1.5.8/tests/Makefile.in-323-case "$@" in						\
babeltrace-1.5.8/tests/Makefile.in:324:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
babeltrace-1.5.8/tests/Makefile.in-325-    *) am__odir=.;; 					\
##############################################
babeltrace-1.5.8/tests/Makefile.in-353-  bases='$(TEST_LOGS)'; \
babeltrace-1.5.8/tests/Makefile.in:354:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
babeltrace-1.5.8/tests/Makefile.in:355:  bases=`echo $$bases`
babeltrace-1.5.8/tests/Makefile.in-356-RECHECK_LOGS = $(TEST_LOGS)
##############################################
babeltrace-1.5.8/tests/Makefile.in-364-        */*) b='$*';; \
babeltrace-1.5.8/tests/Makefile.in:365:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
babeltrace-1.5.8/tests/Makefile.in-366-       esac;; \
##############################################
babeltrace-1.5.8/tests/Makefile.in-386-  while test -n "$$dir1"; do \
babeltrace-1.5.8/tests/Makefile.in:387:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/tests/Makefile.in-388-    if test "$$first" != "."; then \
babeltrace-1.5.8/tests/Makefile.in-389-      if test "$$first" = ".."; then \
babeltrace-1.5.8/tests/Makefile.in:390:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/tests/Makefile.in:391:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/tests/Makefile.in-392-      else \
babeltrace-1.5.8/tests/Makefile.in:393:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/tests/Makefile.in-394-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/tests/Makefile.in:395:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/tests/Makefile.in-396-        else \
##############################################
babeltrace-1.5.8/tests/Makefile.in-401-    fi; \
babeltrace-1.5.8/tests/Makefile.in:402:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/tests/Makefile.in-403-  done; \
##############################################
babeltrace-1.5.8/tests/Makefile.in-644-	dot_seen=no; \
babeltrace-1.5.8/tests/Makefile.in:645:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/tests/Makefile.in-646-	case "$@" in \
##############################################
babeltrace-1.5.8/tests/Makefile.in-707-GTAGS:
babeltrace-1.5.8/tests/Makefile.in:708:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/tests/Makefile.in-709-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/tests/Makefile.in-750-	if test -n "$$redo_bases"; then \
babeltrace-1.5.8/tests/Makefile.in:751:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
babeltrace-1.5.8/tests/Makefile.in:752:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
babeltrace-1.5.8/tests/Makefile.in-753-	  if $(am__make_dryrun); then :; else \
##############################################
babeltrace-1.5.8/tests/Makefile.in-775-	ws='[ 	]'; \
babeltrace-1.5.8/tests/Makefile.in:776:	results=`for b in $$bases; do echo $$b.trs; done`; \
babeltrace-1.5.8/tests/Makefile.in-777-	test -n "$$results" || results=/dev/null; \
babeltrace-1.5.8/tests/Makefile.in:778:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:779:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:780:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:781:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:782:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:783:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:784:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
babeltrace-1.5.8/tests/Makefile.in:785:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
babeltrace-1.5.8/tests/Makefile.in-786-	  success=true; \
##############################################
babeltrace-1.5.8/tests/Makefile.in-854-	@set +e; $(am__set_TESTS_bases); \
babeltrace-1.5.8/tests/Makefile.in:855:	log_list=`for i in $$bases; do echo $$i.log; done`; \
babeltrace-1.5.8/tests/Makefile.in:856:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
babeltrace-1.5.8/tests/Makefile.in:857:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
babeltrace-1.5.8/tests/Makefile.in-858-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
babeltrace-1.5.8/tests/Makefile.in-864-	         | $(am__list_recheck_tests)` || exit 1; \
babeltrace-1.5.8/tests/Makefile.in:865:	log_list=`for i in $$bases; do echo $$i.log; done`; \
babeltrace-1.5.8/tests/Makefile.in:866:	log_list=`echo $$log_list`; \
babeltrace-1.5.8/tests/Makefile.in-867-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
babeltrace-1.5.8/tests/Makefile.in-956-distdir: $(DISTFILES)
babeltrace-1.5.8/tests/Makefile.in:957:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/Makefile.in:958:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/tests/Makefile.in-959-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/tests/Makefile.in-970-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/tests/Makefile.in:971:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/tests/Makefile.in-972-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/lib/dwarf.c-352-BT_HIDDEN
babeltrace-1.5.8/lib/dwarf.c:353:int bt_dwarf_die_contains_addr(struct bt_dwarf_die *die, uint64_t addr,
babeltrace-1.5.8/lib/dwarf.c-354-		bool *contains)
##############################################
babeltrace-1.5.8/lib/prio_heap/Makefile.in-50-  { \
babeltrace-1.5.8/lib/prio_heap/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/lib/prio_heap/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/lib/prio_heap/Makefile.in-429-.c.obj:
babeltrace-1.5.8/lib/prio_heap/Makefile.in:430:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/lib/prio_heap/Makefile.in-431-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/lib/prio_heap/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/lib/prio_heap/Makefile.in:434:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/lib/prio_heap/Makefile.in-435-
##############################################
babeltrace-1.5.8/lib/prio_heap/Makefile.in-478-GTAGS:
babeltrace-1.5.8/lib/prio_heap/Makefile.in:479:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/lib/prio_heap/Makefile.in-480-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/lib/prio_heap/Makefile.in-501-distdir: $(DISTFILES)
babeltrace-1.5.8/lib/prio_heap/Makefile.in:502:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/lib/prio_heap/Makefile.in:503:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/lib/prio_heap/Makefile.in-504-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/lib/prio_heap/Makefile.in-515-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/lib/prio_heap/Makefile.in:516:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/lib/prio_heap/Makefile.in-517-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/lib/bin-info.c-811-		if (tag == DW_TAG_subprogram) {
babeltrace-1.5.8/lib/bin-info.c:812:			ret = bt_dwarf_die_contains_addr(die, addr, &found);
babeltrace-1.5.8/lib/bin-info.c-813-			if (ret) {
##############################################
babeltrace-1.5.8/lib/bin-info.c-1034-		if (tag == DW_TAG_inlined_subroutine) {
babeltrace-1.5.8/lib/bin-info.c:1035:			ret = bt_dwarf_die_contains_addr(die, addr, &_contains);
babeltrace-1.5.8/lib/bin-info.c-1036-			if (ret) {
##############################################
babeltrace-1.5.8/lib/bin-info.c-1093-
babeltrace-1.5.8/lib/bin-info.c:1094:			ret = bt_dwarf_die_contains_addr(die, addr, &contains);
babeltrace-1.5.8/lib/bin-info.c-1095-			if (ret) {
##############################################
babeltrace-1.5.8/lib/bin-info.c-1188-
babeltrace-1.5.8/lib/bin-info.c:1189:	ret = dwarf_lineaddr(line, &line_addr);
babeltrace-1.5.8/lib/bin-info.c-1190-	if (ret) {
##############################################
babeltrace-1.5.8/lib/Makefile.in-50-  { \
babeltrace-1.5.8/lib/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/lib/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/lib/Makefile.in-116-CONFIG_CLEAN_VPATH_FILES =
babeltrace-1.5.8/lib/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
babeltrace-1.5.8/lib/Makefile.in-118-am__vpath_adj = case $$p in \
babeltrace-1.5.8/lib/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
babeltrace-1.5.8/lib/Makefile.in-120-    *) f=$$p;; \
babeltrace-1.5.8/lib/Makefile.in-121-  esac;
babeltrace-1.5.8/lib/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
babeltrace-1.5.8/lib/Makefile.in-123-am__install_max = 40
babeltrace-1.5.8/lib/Makefile.in-124-am__nobase_strip_setup = \
babeltrace-1.5.8/lib/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
babeltrace-1.5.8/lib/Makefile.in-126-am__nobase_strip = \
##############################################
babeltrace-1.5.8/lib/Makefile.in-257-  while test -n "$$dir1"; do \
babeltrace-1.5.8/lib/Makefile.in:258:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/lib/Makefile.in-259-    if test "$$first" != "."; then \
babeltrace-1.5.8/lib/Makefile.in-260-      if test "$$first" = ".."; then \
babeltrace-1.5.8/lib/Makefile.in:261:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/lib/Makefile.in:262:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/lib/Makefile.in-263-      else \
babeltrace-1.5.8/lib/Makefile.in:264:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/lib/Makefile.in-265-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/lib/Makefile.in:266:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/lib/Makefile.in-267-        else \
##############################################
babeltrace-1.5.8/lib/Makefile.in-272-    fi; \
babeltrace-1.5.8/lib/Makefile.in:273:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/lib/Makefile.in-274-  done; \
##############################################
babeltrace-1.5.8/lib/Makefile.in-588-.c.obj:
babeltrace-1.5.8/lib/Makefile.in:589:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/lib/Makefile.in-590-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/lib/Makefile.in-592-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/lib/Makefile.in:593:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/lib/Makefile.in-594-
##############################################
babeltrace-1.5.8/lib/Makefile.in-621-	dot_seen=no; \
babeltrace-1.5.8/lib/Makefile.in:622:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/lib/Makefile.in-623-	case "$@" in \
##############################################
babeltrace-1.5.8/lib/Makefile.in-684-GTAGS:
babeltrace-1.5.8/lib/Makefile.in:685:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/lib/Makefile.in-686-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/lib/Makefile.in-707-distdir: $(DISTFILES)
babeltrace-1.5.8/lib/Makefile.in:708:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/lib/Makefile.in:709:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/lib/Makefile.in-710-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/lib/Makefile.in-721-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/lib/Makefile.in:722:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/lib/Makefile.in-723-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-49-  { \
babeltrace-1.5.8/bindings/python/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/bindings/python/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-179-  while test -n "$$dir1"; do \
babeltrace-1.5.8/bindings/python/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/bindings/python/Makefile.in-181-    if test "$$first" != "."; then \
babeltrace-1.5.8/bindings/python/Makefile.in-182-      if test "$$first" = ".."; then \
babeltrace-1.5.8/bindings/python/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/bindings/python/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/bindings/python/Makefile.in-185-      else \
babeltrace-1.5.8/bindings/python/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/bindings/python/Makefile.in-187-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/bindings/python/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/bindings/python/Makefile.in-189-        else \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-194-    fi; \
babeltrace-1.5.8/bindings/python/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/bindings/python/Makefile.in-196-  done; \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-444-	dot_seen=no; \
babeltrace-1.5.8/bindings/python/Makefile.in:445:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/bindings/python/Makefile.in-446-	case "$@" in \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-507-GTAGS:
babeltrace-1.5.8/bindings/python/Makefile.in:508:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/bindings/python/Makefile.in-509-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-530-distdir: $(DISTFILES)
babeltrace-1.5.8/bindings/python/Makefile.in:531:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/bindings/python/Makefile.in:532:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/bindings/python/Makefile.in-533-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/bindings/python/Makefile.in-544-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/bindings/python/Makefile.in:545:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/bindings/python/Makefile.in-546-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in-49-  { \
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in-363-distdir: $(DISTFILES)
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in:364:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in:365:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in-366-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in-377-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in:378:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/bindings/python/babeltrace/Makefile.in-379-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-49-  { \
babeltrace-1.5.8/bindings/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/bindings/Makefile.in-51-  }; \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-179-  while test -n "$$dir1"; do \
babeltrace-1.5.8/bindings/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/bindings/Makefile.in-181-    if test "$$first" != "."; then \
babeltrace-1.5.8/bindings/Makefile.in-182-      if test "$$first" = ".."; then \
babeltrace-1.5.8/bindings/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
babeltrace-1.5.8/bindings/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
babeltrace-1.5.8/bindings/Makefile.in-185-      else \
babeltrace-1.5.8/bindings/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
babeltrace-1.5.8/bindings/Makefile.in-187-        if test "$$first2" = "$$first"; then \
babeltrace-1.5.8/bindings/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/bindings/Makefile.in-189-        else \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-194-    fi; \
babeltrace-1.5.8/bindings/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
babeltrace-1.5.8/bindings/Makefile.in-196-  done; \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-423-	dot_seen=no; \
babeltrace-1.5.8/bindings/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
babeltrace-1.5.8/bindings/Makefile.in-425-	case "$@" in \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-486-GTAGS:
babeltrace-1.5.8/bindings/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/bindings/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-509-distdir: $(DISTFILES)
babeltrace-1.5.8/bindings/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/bindings/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/bindings/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/bindings/Makefile.in-523-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/bindings/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/bindings/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
babeltrace-1.5.8/compat/Makefile.in-50-  { \
babeltrace-1.5.8/compat/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
babeltrace-1.5.8/compat/Makefile.in-52-  }; \
##############################################
babeltrace-1.5.8/compat/Makefile.in-434-.c.obj:
babeltrace-1.5.8/compat/Makefile.in:435:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/compat/Makefile.in-436-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
babeltrace-1.5.8/compat/Makefile.in-438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
babeltrace-1.5.8/compat/Makefile.in:439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
babeltrace-1.5.8/compat/Makefile.in-440-
##############################################
babeltrace-1.5.8/compat/Makefile.in-483-GTAGS:
babeltrace-1.5.8/compat/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
babeltrace-1.5.8/compat/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
babeltrace-1.5.8/compat/Makefile.in-506-distdir: $(DISTFILES)
babeltrace-1.5.8/compat/Makefile.in:507:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/compat/Makefile.in:508:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
babeltrace-1.5.8/compat/Makefile.in-509-	list='$(DISTFILES)'; \
##############################################
babeltrace-1.5.8/compat/Makefile.in-520-	  if test -d $$d/$$file; then \
babeltrace-1.5.8/compat/Makefile.in:521:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
babeltrace-1.5.8/compat/Makefile.in-522-	    if test -d "$(distdir)/$$file"; then \