===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xmlsec1-1.2.30/configure.ac-8-XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
xmlsec1-1.2.30/configure.ac:9:XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
xmlsec1-1.2.30/configure.ac:10:XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`
xmlsec1-1.2.30/configure.ac-11-
##############################################
xmlsec1-1.2.30/configure.ac-395-        if test "z$LIBXML_CFLAGS" = "z" ; then
xmlsec1-1.2.30/configure.ac:396:            LIBXML_CFLAGS="`$LIBXML_CONFIG_PATH --cflags`"
xmlsec1-1.2.30/configure.ac-397-        fi
xmlsec1-1.2.30/configure.ac-398-        if test "z$LIBXML_LIBS" = "z"; then
xmlsec1-1.2.30/configure.ac:399:            LIBXML_LIBS="`$LIBXML_CONFIG_PATH --libs`"
xmlsec1-1.2.30/configure.ac-400-        fi
##############################################
xmlsec1-1.2.30/configure.ac-421-    CPPFLAGS="$CPPFLAGS $LIBXML_CFLAGS"
xmlsec1-1.2.30/configure.ac:422:    minvers=`echo $LIBXML_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure.ac-423-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.30/configure.ac-572-        if test "z$LIBXSLT_CFLAGS" = "z" ; then
xmlsec1-1.2.30/configure.ac:573:            LIBXSLT_CFLAGS="`$LIBXSLT_CONFIG_PATH --cflags`"
xmlsec1-1.2.30/configure.ac-574-        fi
xmlsec1-1.2.30/configure.ac-575-        if test "z$LIBXSLT_LIBS" = "z"; then
xmlsec1-1.2.30/configure.ac:576:            LIBXSLT_LIBS="`$LIBXSLT_CONFIG_PATH --libs`"
xmlsec1-1.2.30/configure.ac-577-        fi
##############################################
xmlsec1-1.2.30/configure.ac-598-    CPPFLAGS="$CPPFLAGS $LIBXSLT_CFLAGS"
xmlsec1-1.2.30/configure.ac:599:    minvers=`echo $LIBXSLT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure.ac-600-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.30/configure.ac-1122-if test "z$NSPR_FOUND" = "zyes" ; then
xmlsec1-1.2.30/configure.ac:1123:    minvers=`echo $NSPR_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure.ac-1124-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.30/configure.ac-1141-if test "z$NSS_FOUND" = "zyes" ; then
xmlsec1-1.2.30/configure.ac:1142:    minvers=`echo $NSS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure.ac-1143-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.30/configure.ac-1312-        if test "z$GCRYPT_CFLAGS" = "z" ; then
xmlsec1-1.2.30/configure.ac:1313:            GCRYPT_CFLAGS="`$GCRYPT_CONFIG_PATH --cflags`"
xmlsec1-1.2.30/configure.ac-1314-        fi
xmlsec1-1.2.30/configure.ac-1315-        if test "z$GCRYPT_LIBS" = "z"; then
xmlsec1-1.2.30/configure.ac:1316:            GCRYPT_LIBS="`$GCRYPT_CONFIG_PATH --libs`"
xmlsec1-1.2.30/configure.ac-1317-        fi
##############################################
xmlsec1-1.2.30/configure.ac-1339-    dnl gcrypt uses hex digits for version number
xmlsec1-1.2.30/configure.ac:1340:    minvers=`echo $GCRYPT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.30/configure.ac-1341-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.30/configure.ac-1486-    dnl gnutls uses hex digits for version number
xmlsec1-1.2.30/configure.ac:1487:    minvers=`echo $GNUTLS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.30/configure.ac-1488-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.30/ltmain.sh-103-#
xmlsec1-1.2.30/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
xmlsec1-1.2.30/ltmain.sh-105-#
##############################################
xmlsec1-1.2.30/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
xmlsec1-1.2.30/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
xmlsec1-1.2.30/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
xmlsec1-1.2.30/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
xmlsec1-1.2.30/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
xmlsec1-1.2.30/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
xmlsec1-1.2.30/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-410-# The name of this program.
xmlsec1-1.2.30/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
xmlsec1-1.2.30/ltmain.sh-412-
##############################################
xmlsec1-1.2.30/ltmain.sh-416-  *[\\/]*)
xmlsec1-1.2.30/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
xmlsec1-1.2.30/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
xmlsec1-1.2.30/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
xmlsec1-1.2.30/ltmain.sh-610-
xmlsec1-1.2.30/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
xmlsec1-1.2.30/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
xmlsec1-1.2.30/ltmain.sh-613-
##############################################
xmlsec1-1.2.30/ltmain.sh-639-
xmlsec1-1.2.30/ltmain.sh:640:    func_arith_result=`expr "$@"`
xmlsec1-1.2.30/ltmain.sh-641-  }
##############################################
xmlsec1-1.2.30/ltmain.sh-660-  # ...otherwise fall back to using sed.
xmlsec1-1.2.30/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
xmlsec1-1.2.30/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
xmlsec1-1.2.30/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-757-      test -n "$_G_tc" && {
xmlsec1-1.2.30/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
xmlsec1-1.2.30/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
xmlsec1-1.2.30/ltmain.sh-760-      }
xmlsec1-1.2.30/ltmain.sh-761-    done
xmlsec1-1.2.30/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.30/ltmain.sh-763-
##############################################
xmlsec1-1.2.30/ltmain.sh-831-
xmlsec1-1.2.30/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
xmlsec1-1.2.30/ltmain.sh-833-  }
##############################################
xmlsec1-1.2.30/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
xmlsec1-1.2.30/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
xmlsec1-1.2.30/ltmain.sh-865-      done
xmlsec1-1.2.30/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
xmlsec1-1.2.30/ltmain.sh-867-
##############################################
xmlsec1-1.2.30/ltmain.sh-901-      # If mktemp works, use that first and foremost
xmlsec1-1.2.30/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-903-
##############################################
xmlsec1-1.2.30/ltmain.sh-1111-        *[\\\`\"\$]*)
xmlsec1-1.2.30/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
xmlsec1-1.2.30/ltmain.sh-1113-        *)
##############################################
xmlsec1-1.2.30/ltmain.sh-1198-    case $2 in
xmlsec1-1.2.30/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
xmlsec1-1.2.30/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
xmlsec1-1.2.30/ltmain.sh-1201-    esac
##############################################
xmlsec1-1.2.30/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
xmlsec1-1.2.30/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
xmlsec1-1.2.30/ltmain.sh-1273-      ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-1358-
xmlsec1-1.2.30/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
xmlsec1-1.2.30/ltmain.sh-1360-}
##############################################
xmlsec1-1.2.30/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
xmlsec1-1.2.30/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
xmlsec1-1.2.30/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
xmlsec1-1.2.30/ltmain.sh-1517-
xmlsec1-1.2.30/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
xmlsec1-1.2.30/ltmain.sh-1519-}
##############################################
xmlsec1-1.2.30/ltmain.sh-1870-
xmlsec1-1.2.30/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
xmlsec1-1.2.30/ltmain.sh-1872-      func_split_equals_rhs=
xmlsec1-1.2.30/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
xmlsec1-1.2.30/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
xmlsec1-1.2.30/ltmain.sh-1875-  }
##############################################
xmlsec1-1.2.30/ltmain.sh-1898-
xmlsec1-1.2.30/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
xmlsec1-1.2.30/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
xmlsec1-1.2.30/ltmain.sh-1901-  }
##############################################
xmlsec1-1.2.30/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
xmlsec1-1.2.30/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
xmlsec1-1.2.30/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
xmlsec1-1.2.30/ltmain.sh-2074-
##############################################
xmlsec1-1.2.30/ltmain.sh-2110-  {
xmlsec1-1.2.30/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
xmlsec1-1.2.30/ltmain.sh-2112-  }
##############################################
xmlsec1-1.2.30/ltmain.sh-2115-  {
xmlsec1-1.2.30/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
xmlsec1-1.2.30/ltmain.sh-2117-  }
##############################################
xmlsec1-1.2.30/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
xmlsec1-1.2.30/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
xmlsec1-1.2.30/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
xmlsec1-1.2.30/ltmain.sh-2659-      done
xmlsec1-1.2.30/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
xmlsec1-1.2.30/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
xmlsec1-1.2.30/ltmain.sh-2662-      case $@ in
##############################################
xmlsec1-1.2.30/ltmain.sh-2672-	    # Evaluate the configuration.
xmlsec1-1.2.30/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
xmlsec1-1.2.30/ltmain.sh-2674-	    CC_quoted=
##############################################
xmlsec1-1.2.30/ltmain.sh-2678-	    done
xmlsec1-1.2.30/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
xmlsec1-1.2.30/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
xmlsec1-1.2.30/ltmain.sh-2681-	    case "$@ " in
##############################################
xmlsec1-1.2.30/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
xmlsec1-1.2.30/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
xmlsec1-1.2.30/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
xmlsec1-1.2.30/ltmain.sh-3009-    # LT_CYGPATH in this case.
xmlsec1-1.2.30/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
xmlsec1-1.2.30/ltmain.sh-3011-  fi
##############################################
xmlsec1-1.2.30/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
xmlsec1-1.2.30/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
xmlsec1-1.2.30/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
xmlsec1-1.2.30/ltmain.sh-3376-    *.[cCFSifmso] | \
xmlsec1-1.2.30/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
xmlsec1-1.2.30/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
xmlsec1-1.2.30/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
xmlsec1-1.2.30/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
xmlsec1-1.2.30/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
xmlsec1-1.2.30/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
xmlsec1-1.2.30/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-3474-
##############################################
xmlsec1-1.2.30/ltmain.sh-3520-      if test warn = "$need_locks" &&
xmlsec1-1.2.30/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
xmlsec1-1.2.30/ltmain.sh-3522-	$ECHO "\
xmlsec1-1.2.30/ltmain.sh-3523-*** ERROR, $lockfile contains:
xmlsec1-1.2.30/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-3525-
##############################################
xmlsec1-1.2.30/ltmain.sh-3569-      if test warn = "$need_locks" &&
xmlsec1-1.2.30/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
xmlsec1-1.2.30/ltmain.sh-3571-	$ECHO "\
xmlsec1-1.2.30/ltmain.sh-3572-*** ERROR, $lockfile contains:
xmlsec1-1.2.30/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-3574-
##############################################
xmlsec1-1.2.30/ltmain.sh-3895-      # Get the absolute pathname.
xmlsec1-1.2.30/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
xmlsec1-1.2.30/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
xmlsec1-1.2.30/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
xmlsec1-1.2.30/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
xmlsec1-1.2.30/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
xmlsec1-1.2.30/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
xmlsec1-1.2.30/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
xmlsec1-1.2.30/ltmain.sh-4280-
##############################################
xmlsec1-1.2.30/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
xmlsec1-1.2.30/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
xmlsec1-1.2.30/ltmain.sh-4293-	  else
xmlsec1-1.2.30/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
xmlsec1-1.2.30/ltmain.sh-4295-	  fi
##############################################
xmlsec1-1.2.30/ltmain.sh-4458-	    fi
xmlsec1-1.2.30/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
xmlsec1-1.2.30/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-4477-	        # Replace the output file specification.
xmlsec1-1.2.30/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
xmlsec1-1.2.30/ltmain.sh-4479-
##############################################
xmlsec1-1.2.30/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
xmlsec1-1.2.30/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
xmlsec1-1.2.30/ltmain.sh-4498-	  fi
##############################################
xmlsec1-1.2.30/ltmain.sh-4570-    my_pic_p=${3-false}
xmlsec1-1.2.30/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
xmlsec1-1.2.30/ltmain.sh-4572-    my_dlsyms=
##############################################
xmlsec1-1.2.30/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
xmlsec1-1.2.30/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.30/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
xmlsec1-1.2.30/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
xmlsec1-1.2.30/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
xmlsec1-1.2.30/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
xmlsec1-1.2.30/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
xmlsec1-1.2.30/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
xmlsec1-1.2.30/ltmain.sh-4862-	  else
xmlsec1-1.2.30/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.30/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.30/ltmain.sh-4865-	  fi
##############################################
xmlsec1-1.2.30/ltmain.sh-4867-	*)
xmlsec1-1.2.30/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.30/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.30/ltmain.sh-4870-	  ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-4882-      # Nullify the symbol file.
xmlsec1-1.2.30/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
xmlsec1-1.2.30/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
xmlsec1-1.2.30/ltmain.sh-4885-    fi
##############################################
xmlsec1-1.2.30/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
xmlsec1-1.2.30/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)$'`
xmlsec1-1.2.30/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
xmlsec1-1.2.30/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
xmlsec1-1.2.30/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
xmlsec1-1.2.30/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
xmlsec1-1.2.30/ltmain.sh-4925-  win32_libid_type=unknown
xmlsec1-1.2.30/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-4927-  case $win32_fileres in
##############################################
xmlsec1-1.2.30/ltmain.sh-4990-
xmlsec1-1.2.30/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
xmlsec1-1.2.30/ltmain.sh-4992-}
##############################################
xmlsec1-1.2.30/ltmain.sh-5008-
xmlsec1-1.2.30/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
xmlsec1-1.2.30/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
xmlsec1-1.2.30/ltmain.sh-5072-    # binutils import library
xmlsec1-1.2.30/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
xmlsec1-1.2.30/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
xmlsec1-1.2.30/ltmain.sh-5075-    # ms-generated import library
xmlsec1-1.2.30/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
xmlsec1-1.2.30/ltmain.sh-5077-  else
##############################################
xmlsec1-1.2.30/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
xmlsec1-1.2.30/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
xmlsec1-1.2.30/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
xmlsec1-1.2.30/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
xmlsec1-1.2.30/ltmain.sh-5160-	    darwin_arch=
##############################################
xmlsec1-1.2.30/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
xmlsec1-1.2.30/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
xmlsec1-1.2.30/ltmain.sh-5172-	    darwin_file=
##############################################
xmlsec1-1.2.30/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
xmlsec1-1.2.30/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
xmlsec1-1.2.30/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
xmlsec1-1.2.30/ltmain.sh-5189-      esac
xmlsec1-1.2.30/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
xmlsec1-1.2.30/ltmain.sh-5191-    done
##############################################
xmlsec1-1.2.30/ltmain.sh-5260-
xmlsec1-1.2.30/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
xmlsec1-1.2.30/ltmain.sh-5262-    $ECHO "\
##############################################
xmlsec1-1.2.30/ltmain.sh-5295-    --lt-dump-script)
xmlsec1-1.2.30/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
xmlsec1-1.2.30/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
xmlsec1-1.2.30/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
xmlsec1-1.2.30/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
xmlsec1-1.2.30/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
xmlsec1-1.2.30/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
xmlsec1-1.2.30/ltmain.sh-5324-  done
##############################################
xmlsec1-1.2.30/ltmain.sh-5380-  # Find the directory that this script lives in.
xmlsec1-1.2.30/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
xmlsec1-1.2.30/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
xmlsec1-1.2.30/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
xmlsec1-1.2.30/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
xmlsec1-1.2.30/ltmain.sh-5386-  while test -n \"\$file\"; do
xmlsec1-1.2.30/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
xmlsec1-1.2.30/ltmain.sh-5388-
##############################################
xmlsec1-1.2.30/ltmain.sh-5396-
xmlsec1-1.2.30/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
xmlsec1-1.2.30/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
xmlsec1-1.2.30/ltmain.sh-5399-  done
##############################################
xmlsec1-1.2.30/ltmain.sh-5410-    case \"\$thisdir\" in
xmlsec1-1.2.30/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
xmlsec1-1.2.30/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-5416-  # Try to get the absolute directory name.
xmlsec1-1.2.30/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
xmlsec1-1.2.30/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
xmlsec1-1.2.30/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
xmlsec1-1.2.30/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
xmlsec1-1.2.30/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
xmlsec1-1.2.30/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
xmlsec1-1.2.30/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
xmlsec1-1.2.30/ltmain.sh-5443-      else
##############################################
xmlsec1-1.2.30/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
xmlsec1-1.2.30/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
xmlsec1-1.2.30/ltmain.sh-5487-
##############################################
xmlsec1-1.2.30/ltmain.sh-6464-
xmlsec1-1.2.30/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
xmlsec1-1.2.30/ltmain.sh-6466-    *import*) : ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-6712-	    moreargs=
xmlsec1-1.2.30/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
xmlsec1-1.2.30/ltmain.sh-6714-	    do
##############################################
xmlsec1-1.2.30/ltmain.sh-6973-	*)
xmlsec1-1.2.30/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
xmlsec1-1.2.30/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
xmlsec1-1.2.30/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
xmlsec1-1.2.30/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
xmlsec1-1.2.30/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
xmlsec1-1.2.30/ltmain.sh-7290-      -Z*)
xmlsec1-1.2.30/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
xmlsec1-1.2.30/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
xmlsec1-1.2.30/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
xmlsec1-1.2.30/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
xmlsec1-1.2.30/ltmain.sh-7462-    else
##############################################
xmlsec1-1.2.30/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
xmlsec1-1.2.30/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xmlsec1-1.2.30/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
xmlsec1-1.2.30/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
xmlsec1-1.2.30/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
xmlsec1-1.2.30/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
xmlsec1-1.2.30/ltmain.sh-7877-	fi
xmlsec1-1.2.30/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
xmlsec1-1.2.30/ltmain.sh-7950-	*)
xmlsec1-1.2.30/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
xmlsec1-1.2.30/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-8203-	    shift
xmlsec1-1.2.30/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.30/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
xmlsec1-1.2.30/ltmain.sh-8495-		*)
xmlsec1-1.2.30/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
xmlsec1-1.2.30/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-8506-		  depdepl=
xmlsec1-1.2.30/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
xmlsec1-1.2.30/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
xmlsec1-1.2.30/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
xmlsec1-1.2.30/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
xmlsec1-1.2.30/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
xmlsec1-1.2.30/ltmain.sh-8517-                      fi
##############################################
xmlsec1-1.2.30/ltmain.sh-8528-		else
xmlsec1-1.2.30/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
xmlsec1-1.2.30/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
xmlsec1-1.2.30/ltmain.sh-8551-	else
xmlsec1-1.2.30/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh-8553-	fi
##############################################
xmlsec1-1.2.30/ltmain.sh-8640-        linux*)
xmlsec1-1.2.30/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
xmlsec1-1.2.30/ltmain.sh-9048-	removelist=
xmlsec1-1.2.30/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
xmlsec1-1.2.30/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
xmlsec1-1.2.30/ltmain.sh-9074-	# Transform .lo files to .o files.
xmlsec1-1.2.30/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
xmlsec1-1.2.30/ltmain.sh-9076-      fi
##############################################
xmlsec1-1.2.30/ltmain.sh-9079-      #for path in $notinst_path; do
xmlsec1-1.2.30/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
xmlsec1-1.2.30/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
xmlsec1-1.2.30/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
xmlsec1-1.2.30/ltmain.sh-9083-      #done
##############################################
xmlsec1-1.2.30/ltmain.sh-9200-		if test -n "$i"; then
xmlsec1-1.2.30/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.30/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
xmlsec1-1.2.30/ltmain.sh-9203-		  set dummy $deplib_matches; shift
xmlsec1-1.2.30/ltmain.sh-9204-		  deplib_match=$1
xmlsec1-1.2.30/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
xmlsec1-1.2.30/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
xmlsec1-1.2.30/ltmain.sh-9243-		  if test -n "$i"; then
xmlsec1-1.2.30/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.30/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
xmlsec1-1.2.30/ltmain.sh-9246-		    set dummy $deplib_matches; shift
xmlsec1-1.2.30/ltmain.sh-9247-		    deplib_match=$1
xmlsec1-1.2.30/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
xmlsec1-1.2.30/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
xmlsec1-1.2.30/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
xmlsec1-1.2.30/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xmlsec1-1.2.30/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
xmlsec1-1.2.30/ltmain.sh-9293-	      if test -n "$a_deplib"; then
xmlsec1-1.2.30/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.30/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
xmlsec1-1.2.30/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
xmlsec1-1.2.30/ltmain.sh-9297-		else
##############################################
xmlsec1-1.2.30/ltmain.sh-9303-		    shopt -s nocaseglob
xmlsec1-1.2.30/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-9305-		    $nocaseglob
xmlsec1-1.2.30/ltmain.sh-9306-		  else
xmlsec1-1.2.30/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-9308-		  fi
##############################################
xmlsec1-1.2.30/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
xmlsec1-1.2.30/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
xmlsec1-1.2.30/ltmain.sh-9323-			case $potliblink in
xmlsec1-1.2.30/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
xmlsec1-1.2.30/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
xmlsec1-1.2.30/ltmain.sh-9326-			esac
##############################################
xmlsec1-1.2.30/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
xmlsec1-1.2.30/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xmlsec1-1.2.30/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
xmlsec1-1.2.30/ltmain.sh-9377-	      if test -n "$a_deplib"; then
xmlsec1-1.2.30/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.30/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
xmlsec1-1.2.30/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
xmlsec1-1.2.30/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
xmlsec1-1.2.30/ltmain.sh-9416-	  newdeplibs=
xmlsec1-1.2.30/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
xmlsec1-1.2.30/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
xmlsec1-1.2.30/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
xmlsec1-1.2.30/ltmain.sh-9422-	    done
##############################################
xmlsec1-1.2.30/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
xmlsec1-1.2.30/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
xmlsec1-1.2.30/ltmain.sh-9448-	  ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-9498-	*-*-darwin*)
xmlsec1-1.2.30/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh-9502-	  ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-9625-	# Use standard objects if they are pic
xmlsec1-1.2.30/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.30/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
xmlsec1-1.2.30/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
xmlsec1-1.2.30/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
xmlsec1-1.2.30/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
xmlsec1-1.2.30/ltmain.sh-10154-      # Create the old-style object.
xmlsec1-1.2.30/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
xmlsec1-1.2.30/ltmain.sh-10156-
##############################################
xmlsec1-1.2.30/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
xmlsec1-1.2.30/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
xmlsec1-1.2.30/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
xmlsec1-1.2.30/ltmain.sh-10215-	;;
##############################################
xmlsec1-1.2.30/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
xmlsec1-1.2.30/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.30/ltmain.sh-10233-	;;
##############################################
xmlsec1-1.2.30/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
xmlsec1-1.2.30/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
xmlsec1-1.2.30/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
xmlsec1-1.2.30/ltmain.sh-10368-	# Transform all the library objects into standard objects.
xmlsec1-1.2.30/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.30/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.30/ltmain.sh-10371-      fi
##############################################
xmlsec1-1.2.30/ltmain.sh-10396-	# Replace the output file specification.
xmlsec1-1.2.30/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
xmlsec1-1.2.30/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
xmlsec1-1.2.30/ltmain.sh-10405-	  func_to_tool_file "$output"
xmlsec1-1.2.30/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'`
xmlsec1-1.2.30/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xmlsec1-1.2.30/ltmain.sh-10449-	# Replace the output file specification.
xmlsec1-1.2.30/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
xmlsec1-1.2.30/ltmain.sh-10451-	# Delete the old output file.
##############################################
xmlsec1-1.2.30/ltmain.sh-10457-	  func_to_tool_file "$output"
xmlsec1-1.2.30/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'`
xmlsec1-1.2.30/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xmlsec1-1.2.30/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
xmlsec1-1.2.30/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
xmlsec1-1.2.30/ltmain.sh-10477-          ;;
##############################################
xmlsec1-1.2.30/ltmain.sh-10488-      # Replace the output file specification.
xmlsec1-1.2.30/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
xmlsec1-1.2.30/ltmain.sh-10490-
##############################################
xmlsec1-1.2.30/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
xmlsec1-1.2.30/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'`
xmlsec1-1.2.30/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xmlsec1-1.2.30/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
xmlsec1-1.2.30/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
xmlsec1-1.2.30/ltmain.sh-10520-      fi
##############################################
xmlsec1-1.2.30/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
xmlsec1-1.2.30/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
xmlsec1-1.2.30/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
xmlsec1-1.2.30/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
xmlsec1-1.2.30/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
xmlsec1-1.2.30/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
xmlsec1-1.2.30/ltmain.sh-10811-		name=$func_basename_result
xmlsec1-1.2.30/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
xmlsec1-1.2.30/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
xmlsec1-1.2.30/ltmain.sh-10830-		name=$func_basename_result
xmlsec1-1.2.30/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
xmlsec1-1.2.30/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
xmlsec1-1.2.30/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
xmlsec1-1.2.30/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
xmlsec1-1.2.30/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
xmlsec1-1.2.30/man/Makefile.in-49-  { \
xmlsec1-1.2.30/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/man/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.30/man/Makefile.in-121-  esac
xmlsec1-1.2.30/man/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/man/Makefile.in-123-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/man/Makefile.in:124:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/man/Makefile.in-125-    *) f=$$p;; \
xmlsec1-1.2.30/man/Makefile.in-126-  esac;
xmlsec1-1.2.30/man/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/man/Makefile.in-128-am__install_max = 40
xmlsec1-1.2.30/man/Makefile.in-129-am__nobase_strip_setup = \
xmlsec1-1.2.30/man/Makefile.in:130:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/man/Makefile.in-131-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/man/Makefile.in-450-	test -n "$(man1dir)" \
xmlsec1-1.2.30/man/Makefile.in:451:	  && test -n "`echo $$list1$$list2`" \
xmlsec1-1.2.30/man/Makefile.in-452-	  || exit 0; \
##############################################
xmlsec1-1.2.30/man/Makefile.in-496-distdir: $(DISTFILES)
xmlsec1-1.2.30/man/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/man/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/man/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/man/Makefile.in-510-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/man/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/man/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
xmlsec1-1.2.30/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.30/configure-47-  as_echo='print -r --'
xmlsec1-1.2.30/configure-48-  as_echo_n='print -rn --'
xmlsec1-1.2.30/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.30/configure-50-  as_echo='printf %s\n'
##############################################
xmlsec1-1.2.30/configure-52-else
xmlsec1-1.2.30/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xmlsec1-1.2.30/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xmlsec1-1.2.30/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
xmlsec1-1.2.30/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xmlsec1-1.2.30/configure-64-      esac;
##############################################
xmlsec1-1.2.30/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
xmlsec1-1.2.30/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
xmlsec1-1.2.30/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
xmlsec1-1.2.30/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
xmlsec1-1.2.30/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
xmlsec1-1.2.30/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
xmlsec1-1.2.30/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
xmlsec1-1.2.30/configure-335-      case $as_dir in #(
xmlsec1-1.2.30/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xmlsec1-1.2.30/configure-337-      *) as_qdir=$as_dir;;
##############################################
xmlsec1-1.2.30/configure-408-  {
xmlsec1-1.2.30/configure:409:    as_val=`expr "$@" || test $? -eq 1`
xmlsec1-1.2.30/configure-410-  }
##############################################
xmlsec1-1.2.30/configure-415-# ----------------------------------------
xmlsec1-1.2.30/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xmlsec1-1.2.30/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xmlsec1-1.2.30/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
xmlsec1-1.2.30/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
xmlsec1-1.2.30/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
xmlsec1-1.2.30/configure-1099-  case $ac_option in
xmlsec1-1.2.30/configure:1100:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xmlsec1-1.2.30/configure-1101-  *=)   ac_optarg= ;;
##############################################
xmlsec1-1.2.30/configure-1143-  -disable-* | --disable-*)
xmlsec1-1.2.30/configure:1144:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xmlsec1-1.2.30/configure-1145-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.30/configure-1148-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.30/configure:1149:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.30/configure-1150-    case $ac_user_opts in
##############################################
xmlsec1-1.2.30/configure-1169-  -enable-* | --enable-*)
xmlsec1-1.2.30/configure:1170:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xmlsec1-1.2.30/configure-1171-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.30/configure-1174-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.30/configure:1175:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.30/configure-1176-    case $ac_user_opts in
##############################################
xmlsec1-1.2.30/configure-1382-  -with-* | --with-*)
xmlsec1-1.2.30/configure:1383:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xmlsec1-1.2.30/configure-1384-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.30/configure-1387-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.30/configure:1388:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.30/configure-1389-    case $ac_user_opts in
##############################################
xmlsec1-1.2.30/configure-1398-  -without-* | --without-*)
xmlsec1-1.2.30/configure:1399:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xmlsec1-1.2.30/configure-1400-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.30/configure-1403-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.30/configure:1404:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.30/configure-1405-    case $ac_user_opts in
##############################################
xmlsec1-1.2.30/configure-1436-  *=*)
xmlsec1-1.2.30/configure:1437:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xmlsec1-1.2.30/configure-1438-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.30/configure-1457-if test -n "$ac_prev"; then
xmlsec1-1.2.30/configure:1458:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xmlsec1-1.2.30/configure-1459-  as_fn_error $? "missing argument to $ac_option"
##############################################
xmlsec1-1.2.30/configure-1479-    */ )
xmlsec1-1.2.30/configure:1480:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
xmlsec1-1.2.30/configure-1481-      eval $ac_var=\$ac_val;;
##############################################
xmlsec1-1.2.30/configure-1514-ac_ls_di=`ls -di .` &&
xmlsec1-1.2.30/configure:1515:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xmlsec1-1.2.30/configure-1516-  as_fn_error $? "working directory cannot be determined"
##############################################
xmlsec1-1.2.30/configure-1570-case $srcdir in
xmlsec1-1.2.30/configure:1571:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xmlsec1-1.2.30/configure-1572-esac
##############################################
xmlsec1-1.2.30/configure-1613-By default, \`make install' will install all the files in
xmlsec1-1.2.30/configure:1614:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xmlsec1-1.2.30/configure:1615:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xmlsec1-1.2.30/configure-1616-for instance \`--prefix=\$HOME'.
##############################################
xmlsec1-1.2.30/configure-1809-*)
xmlsec1-1.2.30/configure:1810:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xmlsec1-1.2.30/configure-1811-  # A ".." for each directory in $ac_dir_suffix.
xmlsec1-1.2.30/configure:1812:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xmlsec1-1.2.30/configure-1813-  case $ac_top_builddir_sub in
##############################################
xmlsec1-1.2.30/configure-2480-    *\'*)
xmlsec1-1.2.30/configure:2481:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.30/configure-2482-    esac
##############################################
xmlsec1-1.2.30/configure-2563-      case $ac_val in
xmlsec1-1.2.30/configure:2564:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmlsec1-1.2.30/configure-2565-      esac
##############################################
xmlsec1-1.2.30/configure-2578-	case $ac_val in
xmlsec1-1.2.30/configure:2579:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmlsec1-1.2.30/configure-2580-	esac
##############################################
xmlsec1-1.2.30/configure-2698-    set,)
xmlsec1-1.2.30/configure:2699:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xmlsec1-1.2.30/configure:2700:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xmlsec1-1.2.30/configure-2701-      ac_cache_corrupted=: ;;
##############################################
xmlsec1-1.2.30/configure-2709-	# differences in whitespace do not lead to failure.
xmlsec1-1.2.30/configure:2710:	ac_old_val_w=`echo x $ac_old_val`
xmlsec1-1.2.30/configure:2711:	ac_new_val_w=`echo x $ac_new_val`
xmlsec1-1.2.30/configure-2712-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
xmlsec1-1.2.30/configure-2729-    case $ac_new_val in
xmlsec1-1.2.30/configure:2730:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.30/configure-2731-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xmlsec1-1.2.30/configure-2762-XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
xmlsec1-1.2.30/configure:2763:XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
xmlsec1-1.2.30/configure:2764:XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`
xmlsec1-1.2.30/configure-2765-
##############################################
xmlsec1-1.2.30/configure-2812-test "x$ac_build_alias" = x &&
xmlsec1-1.2.30/configure:2813:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xmlsec1-1.2.30/configure-2814-test "x$ac_build_alias" = x &&
xmlsec1-1.2.30/configure-2815-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
xmlsec1-1.2.30/configure:2816:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xmlsec1-1.2.30/configure-2817-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
xmlsec1-1.2.30/configure-2836-IFS=$ac_save_IFS
xmlsec1-1.2.30/configure:2837:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xmlsec1-1.2.30/configure-2838-
##############################################
xmlsec1-1.2.30/configure-2847-else
xmlsec1-1.2.30/configure:2848:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xmlsec1-1.2.30/configure-2849-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
xmlsec1-1.2.30/configure-2869-IFS=$ac_save_IFS
xmlsec1-1.2.30/configure:2870:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xmlsec1-1.2.30/configure-2871-
##############################################
xmlsec1-1.2.30/configure-3001-     echo "timestamp, slept: $am_has_slept" > conftest.file
xmlsec1-1.2.30/configure:3002:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xmlsec1-1.2.30/configure-3003-     if test "$*" = "X"; then
xmlsec1-1.2.30/configure-3004-	# -L didn't work.
xmlsec1-1.2.30/configure:3005:	set X `ls -t "$srcdir/configure" conftest.file`
xmlsec1-1.2.30/configure-3006-     fi
##############################################
xmlsec1-1.2.30/configure-3052-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
xmlsec1-1.2.30/configure:3053:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
xmlsec1-1.2.30/configure-3054-
xmlsec1-1.2.30/configure-3055-# Expand $ac_aux_dir to an absolute path.
xmlsec1-1.2.30/configure:3056:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xmlsec1-1.2.30/configure-3057-
##############################################
xmlsec1-1.2.30/configure-3197-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
xmlsec1-1.2.30/configure:3198:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
xmlsec1-1.2.30/configure-3199-	     'mkdir (GNU coreutils) '* | \
##############################################
xmlsec1-1.2.30/configure-3270-set x ${MAKE-make}
xmlsec1-1.2.30/configure:3271:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xmlsec1-1.2.30/configure-3272-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
xmlsec1-1.2.30/configure-3280-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
xmlsec1-1.2.30/configure:3281:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xmlsec1-1.2.30/configure-3282-  *@@@%%%=?*=@@@%%%*)
##############################################
xmlsec1-1.2.30/configure-3346-
xmlsec1-1.2.30/configure:3347:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xmlsec1-1.2.30/configure-3348-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xmlsec1-1.2.30/configure-3992-$as_echo_n "checking whether the C compiler works... " >&6; }
xmlsec1-1.2.30/configure:3993:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xmlsec1-1.2.30/configure-3994-
##############################################
xmlsec1-1.2.30/configure-4036-	then :; else
xmlsec1-1.2.30/configure:4037:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmlsec1-1.2.30/configure-4038-	fi
##############################################
xmlsec1-1.2.30/configure-4096-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
xmlsec1-1.2.30/configure:4097:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmlsec1-1.2.30/configure-4098-	  break;;
##############################################
xmlsec1-1.2.30/configure-4205-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
xmlsec1-1.2.30/configure:4206:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xmlsec1-1.2.30/configure-4207-       break;;
##############################################
xmlsec1-1.2.30/configure-4513-# Ignore all kinds of additional output from 'make'.
xmlsec1-1.2.30/configure:4514:case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.30/configure-4515-*the\ am__doit\ target*)
##############################################
xmlsec1-1.2.30/configure-4523-   echo '.include "confinc"' > confmf
xmlsec1-1.2.30/configure:4524:   case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.30/configure-4525-   *the\ am__doit\ target*)
##############################################
xmlsec1-1.2.30/configure-4586-  if test "$am_compiler_list" = ""; then
xmlsec1-1.2.30/configure:4587:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
xmlsec1-1.2.30/configure-4588-  fi
##############################################
xmlsec1-1.2.30/configure-4844-  # Check for GNU $ac_path_GREP
xmlsec1-1.2.30/configure:4845:case `"$ac_path_GREP" --version 2>&1` in
xmlsec1-1.2.30/configure-4846-*GNU*)
##############################################
xmlsec1-1.2.30/configure-4910-  # Check for GNU $ac_path_EGREP
xmlsec1-1.2.30/configure:4911:case `"$ac_path_EGREP" --version 2>&1` in
xmlsec1-1.2.30/configure-4912-*GNU*)
##############################################
xmlsec1-1.2.30/configure-5117-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
xmlsec1-1.2.30/configure:5118:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.30/configure-5119-  ECHO='print -r --'
xmlsec1-1.2.30/configure:5120:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.30/configure-5121-  ECHO='printf %s\n'
##############################################
xmlsec1-1.2.30/configure-5186-  # Check for GNU $ac_path_SED
xmlsec1-1.2.30/configure:5187:case `"$ac_path_SED" --version 2>&1` in
xmlsec1-1.2.30/configure-5188-*GNU*)
##############################################
xmlsec1-1.2.30/configure-5265-  # Check for GNU $ac_path_FGREP
xmlsec1-1.2.30/configure:5266:case `"$ac_path_FGREP" --version 2>&1` in
xmlsec1-1.2.30/configure-5267-*GNU*)
##############################################
xmlsec1-1.2.30/configure-5345-    # gcc leaves a trailing carriage return, which upsets mingw
xmlsec1-1.2.30/configure:5346:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xmlsec1-1.2.30/configure-5347-  *)
xmlsec1-1.2.30/configure:5348:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xmlsec1-1.2.30/configure-5349-  esac
##############################################
xmlsec1-1.2.30/configure-5354-      # Canonicalize the pathname of ld
xmlsec1-1.2.30/configure:5355:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
xmlsec1-1.2.30/configure-5356-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
xmlsec1-1.2.30/configure:5357:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
xmlsec1-1.2.30/configure-5358-      done
##############################################
xmlsec1-1.2.30/configure-5389-      # Break only if it was the GNU/non-GNU ld that we prefer.
xmlsec1-1.2.30/configure:5390:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
xmlsec1-1.2.30/configure-5391-      *GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.30/configure-5420-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
xmlsec1-1.2.30/configure:5421:case `$LD -v 2>&1 </dev/null` in
xmlsec1-1.2.30/configure-5422-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.30/configure-5470-	esac
xmlsec1-1.2.30/configure:5471:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
xmlsec1-1.2.30/configure-5472-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
xmlsec1-1.2.30/configure-5476-	*)
xmlsec1-1.2.30/configure:5477:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.30/configure-5478-	  */dev/null*)
##############################################
xmlsec1-1.2.30/configure-5604-
xmlsec1-1.2.30/configure:5605:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.30/configure-5606-    *COFF*)
##############################################
xmlsec1-1.2.30/configure-5716-    # And add a safety zone
xmlsec1-1.2.30/configure:5717:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.30/configure:5718:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.30/configure-5719-    ;;
##############################################
xmlsec1-1.2.30/configure-5749-    if test -n "$kargmax"; then
xmlsec1-1.2.30/configure:5750:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
xmlsec1-1.2.30/configure-5751-    else
##############################################
xmlsec1-1.2.30/configure-5758-       test undefined != "$lt_cv_sys_max_cmd_len"; then
xmlsec1-1.2.30/configure:5759:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.30/configure:5760:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.30/configure-5761-    else
##############################################
xmlsec1-1.2.30/configure-5770-      # we can't tell.
xmlsec1-1.2.30/configure:5771:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
xmlsec1-1.2.30/configure-5772-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
xmlsec1-1.2.30/configure-5774-      do
xmlsec1-1.2.30/configure:5775:        i=`expr $i + 1`
xmlsec1-1.2.30/configure-5776-        teststring=$teststring$teststring
##############################################
xmlsec1-1.2.30/configure-5778-      # Only check the string length outside the loop.
xmlsec1-1.2.30/configure:5779:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
xmlsec1-1.2.30/configure-5780-      teststring=
##############################################
xmlsec1-1.2.30/configure-5783-      # linker.  It appears as though 1/2 is a usable value.
xmlsec1-1.2.30/configure:5784:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
xmlsec1-1.2.30/configure-5785-    fi
##############################################
xmlsec1-1.2.30/configure-6194-openbsd* | bitrig*)
xmlsec1-1.2.30/configure:6195:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.30/configure-6196-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
xmlsec1-1.2.30/configure-6264-    else
xmlsec1-1.2.30/configure:6265:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
xmlsec1-1.2.30/configure-6266-    fi
##############################################
xmlsec1-1.2.30/configure-6409-  # decide which one to use based on capabilities of $DLLTOOL
xmlsec1-1.2.30/configure:6410:  case `$DLLTOOL --help 2>&1` in
xmlsec1-1.2.30/configure-6411-  *--identify-strict*)
##############################################
xmlsec1-1.2.30/configure-6930-# If we're using GNU nm, then use its standard symbol codes.
xmlsec1-1.2.30/configure:6931:case `$NM -V 2>&1` in
xmlsec1-1.2.30/configure-6932-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.30/configure-6978-mingw*)
xmlsec1-1.2.30/configure:6979:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
xmlsec1-1.2.30/configure-6980-  ;;
##############################################
xmlsec1-1.2.30/configure-7210-   if test yes = "$GCC"; then
xmlsec1-1.2.30/configure:7211:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
xmlsec1-1.2.30/configure-7212-   fi
##############################################
xmlsec1-1.2.30/configure-7214- /*)
xmlsec1-1.2.30/configure:7215:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
xmlsec1-1.2.30/configure-7216-   ;; #(
##############################################
xmlsec1-1.2.30/configure-7309-    done
xmlsec1-1.2.30/configure:7310:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xmlsec1-1.2.30/configure-7311-}
##############################################
xmlsec1-1.2.30/configure-7331-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:7332:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/configure-7333-      *ELF-32*)
##############################################
xmlsec1-1.2.30/configure-7352-    if test yes = "$lt_cv_prog_gnu_ld"; then
xmlsec1-1.2.30/configure:7353:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/configure-7354-	*32-bit*)
##############################################
xmlsec1-1.2.30/configure-7364-    else
xmlsec1-1.2.30/configure:7365:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/configure-7366-	*32-bit*)
##############################################
xmlsec1-1.2.30/configure-7390-    emul=elf
xmlsec1-1.2.30/configure:7391:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/configure-7392-      *32-bit*)
##############################################
xmlsec1-1.2.30/configure-7398-    esac
xmlsec1-1.2.30/configure:7399:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/configure-7400-      *MSB*)
##############################################
xmlsec1-1.2.30/configure-7406-    esac
xmlsec1-1.2.30/configure:7407:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/configure-7408-      *N32*)
##############################################
xmlsec1-1.2.30/configure-8339-    *:)
xmlsec1-1.2.30/configure:8340:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
xmlsec1-1.2.30/configure-8341-        ;;
xmlsec1-1.2.30/configure-8342-    x:*)
xmlsec1-1.2.30/configure:8343:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.30/configure-8344-        ;;
xmlsec1-1.2.30/configure-8345-    *::*)
xmlsec1-1.2.30/configure:8346:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xmlsec1-1.2.30/configure:8347:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
xmlsec1-1.2.30/configure-8348-        ;;
xmlsec1-1.2.30/configure-8349-    *)
xmlsec1-1.2.30/configure:8350:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.30/configure-8351-        ;;
##############################################
xmlsec1-1.2.30/configure-8358-do :
xmlsec1-1.2.30/configure:8359:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmlsec1-1.2.30/configure-8360-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
xmlsec1-1.2.30/configure-8363-  cat >>confdefs.h <<_ACEOF
xmlsec1-1.2.30/configure:8364:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmlsec1-1.2.30/configure-8365-_ACEOF
##############################################
xmlsec1-1.2.30/configure-8721-	"file_magic "*)
xmlsec1-1.2.30/configure:8722:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xmlsec1-1.2.30/configure-8723-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xmlsec1-1.2.30/configure-8787-	"file_magic "*)
xmlsec1-1.2.30/configure:8788:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xmlsec1-1.2.30/configure-8789-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xmlsec1-1.2.30/configure-9185-      *)
xmlsec1-1.2.30/configure:9186:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/configure-9187-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
xmlsec1-1.2.30/configure-9634-	# shared libraries, regardless of the interface used.
xmlsec1-1.2.30/configure:9635:	case `$LD -v 2>&1` in
xmlsec1-1.2.30/configure-9636-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
xmlsec1-1.2.30/configure-9666-    supports_anon_versioning=no
xmlsec1-1.2.30/configure:9667:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
xmlsec1-1.2.30/configure-9668-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
xmlsec1-1.2.30/configure-9735-	# is; otherwise, prepend EXPORTS...
xmlsec1-1.2.30/configure:9736:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
xmlsec1-1.2.30/configure-9737-          cp $export_symbols $output_objdir/$soname.def;
##############################################
xmlsec1-1.2.30/configure-9769-	prefix_cmds="$SED"~
xmlsec1-1.2.30/configure:9770:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.30/configure-9771-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.30/configure-9791-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xmlsec1-1.2.30/configure:9792:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
xmlsec1-1.2.30/configure:9793:      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'
xmlsec1-1.2.30/configure-9794-      ;;
##############################################
xmlsec1-1.2.30/configure-9809-        pgcc*)				# Portland Group C compiler
xmlsec1-1.2.30/configure:9810:	  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'
xmlsec1-1.2.30/configure-9811-	  tmp_addflag=' $pic_flag'
##############################################
xmlsec1-1.2.30/configure-9814-					# Portland Group f77 and f90 compilers
xmlsec1-1.2.30/configure:9815:	  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'
xmlsec1-1.2.30/configure-9816-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
xmlsec1-1.2.30/configure-9831-	nvcc*)	# Cuda Compiler Driver 2.2
xmlsec1-1.2.30/configure:9832:	  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'
xmlsec1-1.2.30/configure-9833-	  compiler_needs_object=yes
##############################################
xmlsec1-1.2.30/configure-9835-	esac
xmlsec1-1.2.30/configure:9836:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/configure-9837-	*Sun\ C*)			# Sun C 5.9
xmlsec1-1.2.30/configure:9838:	  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'
xmlsec1-1.2.30/configure-9839-	  compiler_needs_object=yes
##############################################
xmlsec1-1.2.30/configure-9906-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
xmlsec1-1.2.30/configure:9907:      case `$LD -v 2>&1` in
xmlsec1-1.2.30/configure-9908-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
xmlsec1-1.2.30/configure-9995-	else
xmlsec1-1.2.30/configure:9996:	  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'
xmlsec1-1.2.30/configure-9997-	fi
##############################################
xmlsec1-1.2.30/configure-10060-	# below for broken collect2 doesn't work under 4.3+
xmlsec1-1.2.30/configure:10061:	  collect2name=`$CC -print-prog-name=collect2`
xmlsec1-1.2.30/configure-10062-	  if test -f "$collect2name" &&
##############################################
xmlsec1-1.2.30/configure-10140-      }'
xmlsec1-1.2.30/configure:10141:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.30/configure-10142-  # Check for a 64-bit object if we didn't find anything.
xmlsec1-1.2.30/configure-10143-  if test -z "$lt_cv_aix_libpath_"; then
xmlsec1-1.2.30/configure:10144:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.30/configure-10145-  fi
##############################################
xmlsec1-1.2.30/configure-10158-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
xmlsec1-1.2.30/configure:10159:        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
xmlsec1-1.2.30/configure-10160-      else
##############################################
xmlsec1-1.2.30/configure-10193-      }'
xmlsec1-1.2.30/configure:10194:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.30/configure-10195-  # Check for a 64-bit object if we didn't find anything.
xmlsec1-1.2.30/configure-10196-  if test -z "$lt_cv_aix_libpath_"; then
xmlsec1-1.2.30/configure:10197:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.30/configure-10198-  fi
##############################################
xmlsec1-1.2.30/configure-10225-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
xmlsec1-1.2.30/configure:10226:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
xmlsec1-1.2.30/configure-10227-	  if test svr4 != "$with_aix_soname"; then
##############################################
xmlsec1-1.2.30/configure-10278-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
xmlsec1-1.2.30/configure:10279:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
xmlsec1-1.2.30/configure-10280-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
xmlsec1-1.2.30/configure-10316-	# FIXME: Setting linknames here is a bad hack.
xmlsec1-1.2.30/configure:10317:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
xmlsec1-1.2.30/configure-10318-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
xmlsec1-1.2.30/configure-10334-  if test yes = "$lt_cv_ld_force_load"; then
xmlsec1-1.2.30/configure:10335:    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\"`'
xmlsec1-1.2.30/configure-10336-
##############################################
xmlsec1-1.2.30/configure-10514-      if test yes = "$GCC"; then
xmlsec1-1.2.30/configure:10515:	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'
xmlsec1-1.2.30/configure-10516-	# Try to use the -exported_symbol ld option, if it does not
##############################################
xmlsec1-1.2.30/configure-10542-	if test yes = "$lt_cv_irix_exported_symbol"; then
xmlsec1-1.2.30/configure:10543:          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'
xmlsec1-1.2.30/configure-10544-	fi
##############################################
xmlsec1-1.2.30/configure-10546-      else
xmlsec1-1.2.30/configure:10547:	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'
xmlsec1-1.2.30/configure:10548:	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'
xmlsec1-1.2.30/configure-10549-      fi
##############################################
xmlsec1-1.2.30/configure-10593-	hardcode_direct_absolute=yes
xmlsec1-1.2.30/configure:10594:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.30/configure-10595-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
xmlsec1-1.2.30/configure-10624-	prefix_cmds="$SED"~
xmlsec1-1.2.30/configure:10625:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.30/configure-10626-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.30/configure-10638-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.30/configure:10639:	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'
xmlsec1-1.2.30/configure-10640-      else
xmlsec1-1.2.30/configure-10641-	allow_undefined_flag=' -expect_unresolved \*'
xmlsec1-1.2.30/configure:10642:	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'
xmlsec1-1.2.30/configure-10643-      fi
##############################################
xmlsec1-1.2.30/configure-10651-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.30/configure:10652:	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'
xmlsec1-1.2.30/configure-10653-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
xmlsec1-1.2.30/configure-10655-	allow_undefined_flag=' -expect_unresolved \*'
xmlsec1-1.2.30/configure:10656:	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'
xmlsec1-1.2.30/configure:10657:	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~
xmlsec1-1.2.30/configure:10658:          $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'
xmlsec1-1.2.30/configure-10659-
##############################################
xmlsec1-1.2.30/configure-10674-      else
xmlsec1-1.2.30/configure:10675:	case `$CC -V 2>&1` in
xmlsec1-1.2.30/configure-10676-	*"Compilers 5.0"*)
##############################################
xmlsec1-1.2.30/configure-11073-  esac
xmlsec1-1.2.30/configure:11074:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
xmlsec1-1.2.30/configure-11075-  case $lt_search_path_spec in
##############################################
xmlsec1-1.2.30/configure-11080-    # okay in the real world where ";" in dirpaths is itself problematic.
xmlsec1-1.2.30/configure:11081:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
xmlsec1-1.2.30/configure-11082-    ;;
xmlsec1-1.2.30/configure-11083-  *)
xmlsec1-1.2.30/configure:11084:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.30/configure-11085-    ;;
##############################################
xmlsec1-1.2.30/configure-11089-  lt_tmp_lt_search_path_spec=
xmlsec1-1.2.30/configure:11090:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
xmlsec1-1.2.30/configure-11091-  # ...but if some path component already ends with the multilib dir we assume
##############################################
xmlsec1-1.2.30/configure-11131-  esac
xmlsec1-1.2.30/configure:11132:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
xmlsec1-1.2.30/configure-11133-else
##############################################
xmlsec1-1.2.30/configure-11271-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
xmlsec1-1.2.30/configure:11272:    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'
xmlsec1-1.2.30/configure-11273-    ;;
##############################################
xmlsec1-1.2.30/configure-11307-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.30/configure:11308:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.30/configure:11309:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.30/configure:11310:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.30/configure-11311-      test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.30/configure-11316-      fi'
xmlsec1-1.2.30/configure:11317:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.30/configure-11318-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.30/configure-11324-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
xmlsec1-1.2.30/configure:11325:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/configure-11326-
##############################################
xmlsec1-1.2.30/configure-11330-      # MinGW DLLs use traditional 'lib' prefix
xmlsec1-1.2.30/configure:11331:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/configure-11332-      ;;
##############################################
xmlsec1-1.2.30/configure-11334-      # pw32 DLLs use 'pw' prefix rather than 'lib'
xmlsec1-1.2.30/configure:11335:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/configure-11336-      ;;
##############################################
xmlsec1-1.2.30/configure-11343-    libname_spec='$name'
xmlsec1-1.2.30/configure:11344:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/configure-11345-    library_names_spec='$libname.dll.lib'
##############################################
xmlsec1-1.2.30/configure-11355-        # Let DOS variable expansion print the short 8.3 style file name.
xmlsec1-1.2.30/configure:11356:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
xmlsec1-1.2.30/configure-11357-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
xmlsec1-1.2.30/configure-11360-      # Convert to MSYS style.
xmlsec1-1.2.30/configure:11361:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
xmlsec1-1.2.30/configure-11362-      ;;
##############################################
xmlsec1-1.2.30/configure-11366-      # like /cygdrive/c/PROGRA~1:/cygdr...
xmlsec1-1.2.30/configure:11367:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
xmlsec1-1.2.30/configure:11368:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
xmlsec1-1.2.30/configure:11369:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.30/configure-11370-      ;;
##############################################
xmlsec1-1.2.30/configure-11374-        # It is most probably a Windows format PATH.
xmlsec1-1.2.30/configure:11375:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
xmlsec1-1.2.30/configure-11376-      else
xmlsec1-1.2.30/configure:11377:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.30/configure-11378-      fi
##############################################
xmlsec1-1.2.30/configure-11384-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.30/configure:11385:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.30/configure:11386:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.30/configure:11387:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.30/configure-11388-      test -d \$dldir || mkdir -p \$dldir~
xmlsec1-1.2.30/configure-11389-      $install_prog $dir/$dlname \$dldir/$dlname'
xmlsec1-1.2.30/configure:11390:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.30/configure-11391-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.30/configure-11398-    # Assume MSVC wrapper
xmlsec1-1.2.30/configure:11399:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
xmlsec1-1.2.30/configure-11400-    dynamic_linker='Win32 ld.exe'
##############################################
xmlsec1-1.2.30/configure-11415-  shlibpath_var=DYLD_LIBRARY_PATH
xmlsec1-1.2.30/configure:11416:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
xmlsec1-1.2.30/configure-11417-
##############################################
xmlsec1-1.2.30/configure-11668-  if test -f /etc/ld.so.conf; then
xmlsec1-1.2.30/configure:11669:    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' ' '`
xmlsec1-1.2.30/configure-11670-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
xmlsec1-1.2.30/configure-11734-  need_lib_prefix=no
xmlsec1-1.2.30/configure:11735:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.30/configure-11736-    need_version=no
##############################################
xmlsec1-1.2.30/configure-11761-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
xmlsec1-1.2.30/configure:11762:  postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.30/configure:11763:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
xmlsec1-1.2.30/configure:11764:    dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.30/configure-11765-    test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.30/configure-11770-    fi'
xmlsec1-1.2.30/configure:11771:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
xmlsec1-1.2.30/configure-11772-    dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.30/configure-13177-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
xmlsec1-1.2.30/configure:13178:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
xmlsec1-1.2.30/configure-13179-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
xmlsec1-1.2.30/configure-13209-  cat >>confdefs.h <<_ACEOF
xmlsec1-1.2.30/configure:13210:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
xmlsec1-1.2.30/configure-13211-_ACEOF
##############################################
xmlsec1-1.2.30/configure-13531-do :
xmlsec1-1.2.30/configure:13532:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmlsec1-1.2.30/configure-13533-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
xmlsec1-1.2.30/configure-13535-  cat >>confdefs.h <<_ACEOF
xmlsec1-1.2.30/configure:13536:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
xmlsec1-1.2.30/configure-13537-_ACEOF
##############################################
xmlsec1-1.2.30/configure-14018-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:14019:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-14020-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-14035-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:14036:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-14037-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-14056-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:14057:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-14058-        else
xmlsec1-1.2.30/configure:14059:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-14060-        fi
##############################################
xmlsec1-1.2.30/configure-14213-                if test "z$LIBXML_CFLAGS" = "z" ; then
xmlsec1-1.2.30/configure:14214:            LIBXML_CFLAGS="`$LIBXML_CONFIG_PATH --cflags`"
xmlsec1-1.2.30/configure-14215-        fi
xmlsec1-1.2.30/configure-14216-        if test "z$LIBXML_LIBS" = "z"; then
xmlsec1-1.2.30/configure:14217:            LIBXML_LIBS="`$LIBXML_CONFIG_PATH --libs`"
xmlsec1-1.2.30/configure-14218-        fi
##############################################
xmlsec1-1.2.30/configure-14238-    CPPFLAGS="$CPPFLAGS $LIBXML_CFLAGS"
xmlsec1-1.2.30/configure:14239:    minvers=`echo $LIBXML_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure-14240-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.30/configure-14357-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:14358:  pkg_cv_LIBXSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt >= $LIBXSLT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-14359-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-14374-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:14375:  pkg_cv_LIBXSLT_LIBS=`$PKG_CONFIG --libs "libxslt >= $LIBXSLT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-14376-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-14395-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:14396:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt >= $LIBXSLT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-14397-        else
xmlsec1-1.2.30/configure:14398:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt >= $LIBXSLT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-14399-        fi
##############################################
xmlsec1-1.2.30/configure-14552-                if test "z$LIBXSLT_CFLAGS" = "z" ; then
xmlsec1-1.2.30/configure:14553:            LIBXSLT_CFLAGS="`$LIBXSLT_CONFIG_PATH --cflags`"
xmlsec1-1.2.30/configure-14554-        fi
xmlsec1-1.2.30/configure-14555-        if test "z$LIBXSLT_LIBS" = "z"; then
xmlsec1-1.2.30/configure:14556:            LIBXSLT_LIBS="`$LIBXSLT_CONFIG_PATH --libs`"
xmlsec1-1.2.30/configure-14557-        fi
##############################################
xmlsec1-1.2.30/configure-14577-    CPPFLAGS="$CPPFLAGS $LIBXSLT_CFLAGS"
xmlsec1-1.2.30/configure:14578:    minvers=`echo $LIBXSLT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure-14579-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.30/configure-14696-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:14697:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= $OPENSSL_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-14698-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-14713-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:14714:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= $OPENSSL_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-14715-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-14734-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:14735:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= $OPENSSL_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-14736-        else
xmlsec1-1.2.30/configure:14737:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= $OPENSSL_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-14738-        fi
##############################################
xmlsec1-1.2.30/configure-15129-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15130:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15131-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15146-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15147:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15148-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15167-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15168:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15169-        else
xmlsec1-1.2.30/configure:15170:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15171-        fi
##############################################
xmlsec1-1.2.30/configure-15202-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15203:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15204-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15219-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15220:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15221-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15240-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15241:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15242-        else
xmlsec1-1.2.30/configure:15243:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15244-        fi
##############################################
xmlsec1-1.2.30/configure-15275-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15276:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15277-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15292-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15293:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15294-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15313-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15314:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15315-        else
xmlsec1-1.2.30/configure:15316:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15317-        fi
##############################################
xmlsec1-1.2.30/configure-15348-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15349:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15350-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15365-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15366:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15367-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15386-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15387:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15388-        else
xmlsec1-1.2.30/configure:15389:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15390-        fi
##############################################
xmlsec1-1.2.30/configure-15423-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15424:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15425-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15440-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15441:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15442-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15461-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15462:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15463-        else
xmlsec1-1.2.30/configure:15464:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15465-        fi
##############################################
xmlsec1-1.2.30/configure-15496-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15497:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15498-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15513-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15514:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15515-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15534-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15535:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15536-        else
xmlsec1-1.2.30/configure:15537:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15538-        fi
##############################################
xmlsec1-1.2.30/configure-15569-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15570:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "xulrunner-nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15571-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15586-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15587:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "xulrunner-nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15588-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15607-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15608:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xulrunner-nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15609-        else
xmlsec1-1.2.30/configure:15610:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xulrunner-nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15611-        fi
##############################################
xmlsec1-1.2.30/configure-15642-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15643:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15644-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15659-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:15660:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-15661-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-15680-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:15681:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15682-        else
xmlsec1-1.2.30/configure:15683:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-15684-        fi
##############################################
xmlsec1-1.2.30/configure-15889-if test "z$NSPR_FOUND" = "zyes" ; then
xmlsec1-1.2.30/configure:15890:    minvers=`echo $NSPR_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure-15891-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.30/configure-15921-if test "z$NSS_FOUND" = "zyes" ; then
xmlsec1-1.2.30/configure:15922:    minvers=`echo $NSS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.30/configure-15923-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.30/configure-16049-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16050:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "gcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16051-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16066-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16067:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "gcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16068-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16087-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:16088:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16089-        else
xmlsec1-1.2.30/configure:16090:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16091-        fi
##############################################
xmlsec1-1.2.30/configure-16122-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16123:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16124-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16139-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16140:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16141-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16160-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:16161:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16162-        else
xmlsec1-1.2.30/configure:16163:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16164-        fi
##############################################
xmlsec1-1.2.30/configure-16195-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16196:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16197-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16212-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16213:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16214-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16233-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:16234:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16235-        else
xmlsec1-1.2.30/configure:16236:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16237-        fi
##############################################
xmlsec1-1.2.30/configure-16268-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16269:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "libgcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16270-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16285-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16286:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "libgcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16287-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16306-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:16307:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16308-        else
xmlsec1-1.2.30/configure:16309:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16310-        fi
##############################################
xmlsec1-1.2.30/configure-16454-                if test "z$GCRYPT_CFLAGS" = "z" ; then
xmlsec1-1.2.30/configure:16455:            GCRYPT_CFLAGS="`$GCRYPT_CONFIG_PATH --cflags`"
xmlsec1-1.2.30/configure-16456-        fi
xmlsec1-1.2.30/configure-16457-        if test "z$GCRYPT_LIBS" = "z"; then
xmlsec1-1.2.30/configure:16458:            GCRYPT_LIBS="`$GCRYPT_CONFIG_PATH --libs`"
xmlsec1-1.2.30/configure-16459-        fi
##############################################
xmlsec1-1.2.30/configure-16479-    CPPFLAGS="$CPPFLAGS $GCRYPT_CFLAGS"
xmlsec1-1.2.30/configure:16480:        minvers=`echo $GCRYPT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.30/configure-16481-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.30/configure-16585-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16586:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16587-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16602-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16603:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16604-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16623-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:16624:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16625-        else
xmlsec1-1.2.30/configure:16626:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16627-        fi
##############################################
xmlsec1-1.2.30/configure-16658-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16659:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "libgnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16660-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16675-  test $ac_status = 0; }; then
xmlsec1-1.2.30/configure:16676:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "libgnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.30/configure-16677-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.30/configure-16696-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/configure:16697:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16698-        else
xmlsec1-1.2.30/configure:16699:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.30/configure-16700-        fi
##############################################
xmlsec1-1.2.30/configure-16812-    CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
xmlsec1-1.2.30/configure:16813:        minvers=`echo $GNUTLS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.30/configure-16814-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.30/configure-18235-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xmlsec1-1.2.30/configure:18236:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
xmlsec1-1.2.30/configure-18237-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xmlsec1-1.2.30/configure-18482-if test -z "$BASH_VERSION$ZSH_VERSION" \
xmlsec1-1.2.30/configure:18483:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.30/configure-18484-  as_echo='print -r --'
xmlsec1-1.2.30/configure-18485-  as_echo_n='print -rn --'
xmlsec1-1.2.30/configure:18486:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.30/configure-18487-  as_echo='printf %s\n'
##############################################
xmlsec1-1.2.30/configure-18489-else
xmlsec1-1.2.30/configure:18490:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xmlsec1-1.2.30/configure-18491-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xmlsec1-1.2.30/configure-18499-	expr "X$arg" : "X\\(.*\\)$as_nl";
xmlsec1-1.2.30/configure:18500:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xmlsec1-1.2.30/configure-18501-      esac;
##############################################
xmlsec1-1.2.30/configure-18576-# ----------------------------------------
xmlsec1-1.2.30/configure:18577:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xmlsec1-1.2.30/configure-18578-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xmlsec1-1.2.30/configure-18648-  {
xmlsec1-1.2.30/configure:18649:    as_val=`expr "$@" || test $? -eq 1`
xmlsec1-1.2.30/configure-18650-  }
##############################################
xmlsec1-1.2.30/configure-18752-      case $as_dir in #(
xmlsec1-1.2.30/configure:18753:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xmlsec1-1.2.30/configure-18754-      *) as_qdir=$as_dir;;
##############################################
xmlsec1-1.2.30/configure-18887-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
xmlsec1-1.2.30/configure:18888:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
xmlsec1-1.2.30/configure-18889-ac_cs_version="\\
##############################################
xmlsec1-1.2.30/configure-18912-  --*=?*)
xmlsec1-1.2.30/configure:18913:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xmlsec1-1.2.30/configure:18914:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xmlsec1-1.2.30/configure-18915-    ac_shift=:
##############################################
xmlsec1-1.2.30/configure-18917-  --*=)
xmlsec1-1.2.30/configure:18918:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xmlsec1-1.2.30/configure-18919-    ac_optarg=
##############################################
xmlsec1-1.2.30/configure-18941-    case $ac_optarg in
xmlsec1-1.2.30/configure:18942:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.30/configure-18943-    '') as_fn_error $? "missing file argument" ;;
##############################################
xmlsec1-1.2.30/configure-18949-    case $ac_optarg in
xmlsec1-1.2.30/configure:18950:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.30/configure-18951-    esac
##############################################
xmlsec1-1.2.30/configure-19018-delay_variable_subst='$delay_variable_subst'
xmlsec1-1.2.30/configure:19019:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19020:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19021:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19022:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19023:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19024:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19025:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19026:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19027:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19028:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19029:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19030:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19031:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19032:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19033:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19034:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19035:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19036:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19037:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19038:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19039:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19040:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19041:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19042:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19043:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19044:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19045:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19046:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19047:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19048:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19049:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19050:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19051:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19052:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19053:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19054:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19055:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19056:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19057:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19058:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19059:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19060:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19061:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19062:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19063:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19064:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19065:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19066:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19067:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19068:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19069:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19070:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19071:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19072:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19073:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19074:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19075:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19076:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19077: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"`'
xmlsec1-1.2.30/configure:19078:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19079:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19080:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19081:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19082:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19083:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19084:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19085:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19086:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19087:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19088:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19089:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19090:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19091:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19092:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19093:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19094:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19095:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19096:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19097:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19098:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19099:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19100:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19101:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19102:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19103:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19104:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19105:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19106:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19107:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19108:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19109:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19110:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19111:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19112:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19113:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19114:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19115:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19116:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19117:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19118:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19119:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19120:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19121:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19122:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19123:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19124:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19125:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19126:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19127:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19128:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19129:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19130:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19131:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19132:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19133:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19134:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19135:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19136:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19137:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19138:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19139:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19140:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19141:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19142:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19143:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19144:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19145:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19146:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19147:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19148:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19149:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19150:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19151:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19152:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure:19153:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/configure-19154-
##############################################
xmlsec1-1.2.30/configure-19235-striplib; do
xmlsec1-1.2.30/configure:19236:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.30/configure-19237-    *[\\\\\\\`\\"\\\$]*)
xmlsec1-1.2.30/configure:19238:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.30/configure-19239-      ;;
##############################################
xmlsec1-1.2.30/configure-19266-configure_time_lt_sys_library_path; do
xmlsec1-1.2.30/configure:19267:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.30/configure-19268-    *[\\\\\\\`\\"\\\$]*)
xmlsec1-1.2.30/configure:19269:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.30/configure-19270-      ;;
##############################################
xmlsec1-1.2.30/configure-19389-fi
xmlsec1-1.2.30/configure:19390:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
xmlsec1-1.2.30/configure-19391-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
xmlsec1-1.2.30/configure-19406-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
xmlsec1-1.2.30/configure:19407:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
xmlsec1-1.2.30/configure-19408-ac_delim='%!_!# '
##############################################
xmlsec1-1.2.30/configure-19412-
xmlsec1-1.2.30/configure:19413:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
xmlsec1-1.2.30/configure-19414-  if test $ac_delim_n = $ac_delim_num; then
##############################################
xmlsec1-1.2.30/configure-19550-for ac_last_try in false false :; do
xmlsec1-1.2.30/configure:19551:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
xmlsec1-1.2.30/configure-19552-  if test -z "$ac_tt"; then
##############################################
xmlsec1-1.2.30/configure-19682-      esac
xmlsec1-1.2.30/configure:19683:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
xmlsec1-1.2.30/configure-19684-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
xmlsec1-1.2.30/configure-19741-*)
xmlsec1-1.2.30/configure:19742:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xmlsec1-1.2.30/configure-19743-  # A ".." for each directory in $ac_dir_suffix.
xmlsec1-1.2.30/configure:19744:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xmlsec1-1.2.30/configure-19745-  case $ac_top_builddir_sub in
##############################################
xmlsec1-1.2.30/configure-19802-/@mandir@/p'
xmlsec1-1.2.30/configure:19803:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
xmlsec1-1.2.30/configure-19804-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
xmlsec1-1.2.30/configure-19819-
xmlsec1-1.2.30/configure:19820:# Neutralize VPATH when `$srcdir' = `.'.
xmlsec1-1.2.30/configure-19821-# Shell code in configure.ac might set extrasub.
##############################################
xmlsec1-1.2.30/configure-19847-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xmlsec1-1.2.30/configure:19848:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
xmlsec1-1.2.30/configure-19849-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
xmlsec1-1.2.30/configure-19893-    * )
xmlsec1-1.2.30/configure:19894:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xmlsec1-1.2.30/configure-19895-  esac
##############################################
xmlsec1-1.2.30/configure-19940-    # Strip MF so we end up with the name of the file.
xmlsec1-1.2.30/configure:19941:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xmlsec1-1.2.30/configure-19942-    # Check whether this is an Automake generated Makefile or not.
##############################################
xmlsec1-1.2.30/configure-19977-    # from the Makefile without running 'make'.
xmlsec1-1.2.30/configure:19978:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xmlsec1-1.2.30/configure-19979-    test -z "$DEPDIR" && continue
xmlsec1-1.2.30/configure:19980:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xmlsec1-1.2.30/configure-19981-    test -z "$am__include" && continue
xmlsec1-1.2.30/configure:19982:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xmlsec1-1.2.30/configure-19983-    # Find all dependency output files, they are included files with
##############################################
xmlsec1-1.2.30/configure-20498-    *:)
xmlsec1-1.2.30/configure:20499:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
xmlsec1-1.2.30/configure-20500-        ;;
xmlsec1-1.2.30/configure-20501-    x:*)
xmlsec1-1.2.30/configure:20502:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.30/configure-20503-        ;;
xmlsec1-1.2.30/configure-20504-    *::*)
xmlsec1-1.2.30/configure:20505:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xmlsec1-1.2.30/configure:20506:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
xmlsec1-1.2.30/configure-20507-        ;;
xmlsec1-1.2.30/configure-20508-    *)
xmlsec1-1.2.30/configure:20509:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.30/configure-20510-        ;;
##############################################
xmlsec1-1.2.30/configure-20525-    done
xmlsec1-1.2.30/configure:20526:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xmlsec1-1.2.30/configure-20527-}
##############################################
xmlsec1-1.2.30/scripts/build_release.sh-20-git_release_branch="xmlsec-$version-release"
xmlsec1-1.2.30/scripts/build_release.sh:21:git_version_tag=`echo $version | sed 's/\./_/g'`
xmlsec1-1.2.30/scripts/build_release.sh-22-
##############################################
xmlsec1-1.2.30/config.sub-52-
xmlsec1-1.2.30/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
xmlsec1-1.2.30/config.sub-54-
##############################################
xmlsec1-1.2.30/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
xmlsec1-1.2.30/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xmlsec1-1.2.30/config.sub-116-case $maybe_os in
##############################################
xmlsec1-1.2.30/config.sub-122-    os=-$maybe_os
xmlsec1-1.2.30/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xmlsec1-1.2.30/config.sub-124-    ;;
##############################################
xmlsec1-1.2.30/config.sub-126-    os=-linux-android
xmlsec1-1.2.30/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
xmlsec1-1.2.30/config.sub-128-    ;;
xmlsec1-1.2.30/config.sub-129-  *)
xmlsec1-1.2.30/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
xmlsec1-1.2.30/config.sub-131-    if [ "$basic_machine" != "$1" ]
xmlsec1-1.2.30/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
xmlsec1-1.2.30/config.sub-133-    else os=; fi
##############################################
xmlsec1-1.2.30/config.sub-180-		os=-sco5v6
xmlsec1-1.2.30/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-182-		;;
##############################################
xmlsec1-1.2.30/config.sub-184-		os=-sco3.2v5
xmlsec1-1.2.30/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-186-		;;
##############################################
xmlsec1-1.2.30/config.sub-188-		os=-sco3.2v4
xmlsec1-1.2.30/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-190-		;;
xmlsec1-1.2.30/config.sub-191-	-sco3.2.[4-9]*)
xmlsec1-1.2.30/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xmlsec1-1.2.30/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-194-		;;
##############################################
xmlsec1-1.2.30/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
xmlsec1-1.2.30/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-198-		;;
##############################################
xmlsec1-1.2.30/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
xmlsec1-1.2.30/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-202-		;;
##############################################
xmlsec1-1.2.30/config.sub-204-		os=-sco3.2v2
xmlsec1-1.2.30/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-206-		;;
xmlsec1-1.2.30/config.sub-207-	-udk*)
xmlsec1-1.2.30/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-209-		;;
##############################################
xmlsec1-1.2.30/config.sub-211-		os=-isc2.2
xmlsec1-1.2.30/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-213-		;;
##############################################
xmlsec1-1.2.30/config.sub-217-	-isc*)
xmlsec1-1.2.30/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.30/config.sub-219-		;;
##############################################
xmlsec1-1.2.30/config.sub-229-	-ptx*)
xmlsec1-1.2.30/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
xmlsec1-1.2.30/config.sub-231-		;;
##############################################
xmlsec1-1.2.30/config.sub-364-	*-*-*)
xmlsec1-1.2.30/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xmlsec1-1.2.30/config.sub-366-		exit 1
##############################################
xmlsec1-1.2.30/config.sub-493-	amd64-*)
xmlsec1-1.2.30/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-495-		;;
##############################################
xmlsec1-1.2.30/config.sub-538-	blackfin-*)
xmlsec1-1.2.30/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-540-		os=-linux
##############################################
xmlsec1-1.2.30/config.sub-546-	c54x-*)
xmlsec1-1.2.30/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-548-		;;
xmlsec1-1.2.30/config.sub-549-	c55x-*)
xmlsec1-1.2.30/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-551-		;;
xmlsec1-1.2.30/config.sub-552-	c6x-*)
xmlsec1-1.2.30/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-554-		;;
##############################################
xmlsec1-1.2.30/config.sub-650-	e500v[12]-*)
xmlsec1-1.2.30/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-652-		os=$os"spe"
##############################################
xmlsec1-1.2.30/config.sub-754-	i*86v32)
xmlsec1-1.2.30/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.30/config.sub-756-		os=-sysv32
##############################################
xmlsec1-1.2.30/config.sub-758-	i*86v4*)
xmlsec1-1.2.30/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.30/config.sub-760-		os=-sysv4
##############################################
xmlsec1-1.2.30/config.sub-762-	i*86v)
xmlsec1-1.2.30/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.30/config.sub-764-		os=-sysv
##############################################
xmlsec1-1.2.30/config.sub-766-	i*86sol2)
xmlsec1-1.2.30/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.30/config.sub-768-		os=-solaris2
##############################################
xmlsec1-1.2.30/config.sub-792-	leon-*|leon[3-9]-*)
xmlsec1-1.2.30/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
xmlsec1-1.2.30/config.sub-794-		;;
##############################################
xmlsec1-1.2.30/config.sub-799-	m68knommu-*)
xmlsec1-1.2.30/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-801-		os=-linux
##############################################
xmlsec1-1.2.30/config.sub-833-	mips3*-*)
xmlsec1-1.2.30/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
xmlsec1-1.2.30/config.sub-835-		;;
xmlsec1-1.2.30/config.sub-836-	mips3*)
xmlsec1-1.2.30/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
xmlsec1-1.2.30/config.sub-838-		;;
##############################################
xmlsec1-1.2.30/config.sub-855-	ms1-*)
xmlsec1-1.2.30/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
xmlsec1-1.2.30/config.sub-857-		;;
##############################################
xmlsec1-1.2.30/config.sub-980-	parisc-*)
xmlsec1-1.2.30/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-982-		os=-linux
##############################################
xmlsec1-1.2.30/config.sub-996-	pc98-*)
xmlsec1-1.2.30/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-998-		;;
##############################################
xmlsec1-1.2.30/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xmlsec1-1.2.30/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1013-		;;
xmlsec1-1.2.30/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xmlsec1-1.2.30/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1016-		;;
xmlsec1-1.2.30/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xmlsec1-1.2.30/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1019-		;;
xmlsec1-1.2.30/config.sub-1020-	pentium4-*)
xmlsec1-1.2.30/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1022-		;;
##############################################
xmlsec1-1.2.30/config.sub-1030-	ppc-* | ppcbe-*)
xmlsec1-1.2.30/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1032-		;;
##############################################
xmlsec1-1.2.30/config.sub-1036-	ppcle-* | powerpclittle-*)
xmlsec1-1.2.30/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1038-		;;
##############################################
xmlsec1-1.2.30/config.sub-1040-		;;
xmlsec1-1.2.30/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1042-		;;
##############################################
xmlsec1-1.2.30/config.sub-1046-	ppc64le-* | powerpc64little-*)
xmlsec1-1.2.30/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1048-		;;
##############################################
xmlsec1-1.2.30/config.sub-1122-	strongarm-* | thumb-*)
xmlsec1-1.2.30/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.30/config.sub-1124-		;;
##############################################
xmlsec1-1.2.30/config.sub-1255-	xscale-* | xscalee[bl]-*)
xmlsec1-1.2.30/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
xmlsec1-1.2.30/config.sub-1257-		;;
##############################################
xmlsec1-1.2.30/config.sub-1317-	*)
xmlsec1-1.2.30/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xmlsec1-1.2.30/config.sub-1319-		exit 1
##############################################
xmlsec1-1.2.30/config.sub-1325-	*-digital*)
xmlsec1-1.2.30/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
xmlsec1-1.2.30/config.sub-1327-		;;
xmlsec1-1.2.30/config.sub-1328-	*-commodore*)
xmlsec1-1.2.30/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
xmlsec1-1.2.30/config.sub-1330-		;;
##############################################
xmlsec1-1.2.30/config.sub-1346-	-solaris1 | -solaris1.*)
xmlsec1-1.2.30/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xmlsec1-1.2.30/config.sub-1348-		;;
##############################################
xmlsec1-1.2.30/config.sub-1355-	-gnu/linux*)
xmlsec1-1.2.30/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xmlsec1-1.2.30/config.sub-1357-		;;
##############################################
xmlsec1-1.2.30/config.sub-1407-	-nto*)
xmlsec1-1.2.30/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xmlsec1-1.2.30/config.sub-1409-		;;
##############################################
xmlsec1-1.2.30/config.sub-1414-	-mac*)
xmlsec1-1.2.30/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
xmlsec1-1.2.30/config.sub-1416-		;;
##############################################
xmlsec1-1.2.30/config.sub-1420-	-linux*)
xmlsec1-1.2.30/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xmlsec1-1.2.30/config.sub-1422-		;;
xmlsec1-1.2.30/config.sub-1423-	-sunos5*)
xmlsec1-1.2.30/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
xmlsec1-1.2.30/config.sub-1425-		;;
xmlsec1-1.2.30/config.sub-1426-	-sunos6*)
xmlsec1-1.2.30/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
xmlsec1-1.2.30/config.sub-1428-		;;
##############################################
xmlsec1-1.2.30/config.sub-1469-	-sinix5.*)
xmlsec1-1.2.30/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
xmlsec1-1.2.30/config.sub-1471-		;;
##############################################
xmlsec1-1.2.30/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
xmlsec1-1.2.30/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
xmlsec1-1.2.30/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
xmlsec1-1.2.30/config.sub-1531-		exit 1
##############################################
xmlsec1-1.2.30/config.sub-1788-		esac
xmlsec1-1.2.30/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
xmlsec1-1.2.30/config.sub-1790-		;;
##############################################
xmlsec1-1.2.30/xmlsec1.m4-55-  else
xmlsec1-1.2.30/xmlsec1.m4:56:    XMLSEC1_CFLAGS=`$XMLSEC1_CONFIG $xmlsec1_config_args --cflags`
xmlsec1-1.2.30/xmlsec1.m4:57:    XMLSEC1_LIBS=`$XMLSEC1_CONFIG $xmlsec1_config_args --libs`
xmlsec1-1.2.30/xmlsec1.m4-58-    xmlsec1_config_major_version=`$XMLSEC1_CONFIG $xmlsec1_config_args --version | \
##############################################
xmlsec1-1.2.30/config.guess-34-
xmlsec1-1.2.30/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
xmlsec1-1.2.30/config.guess-36-
##############################################
xmlsec1-1.2.30/config.guess-102-: ${TMPDIR=/tmp} ;
xmlsec1-1.2.30/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xmlsec1-1.2.30/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xmlsec1-1.2.30/config.guess-151-	EOF
xmlsec1-1.2.30/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
xmlsec1-1.2.30/config.guess-153-
##############################################
xmlsec1-1.2.30/config.guess-188-	    earmv*)
xmlsec1-1.2.30/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
xmlsec1-1.2.30/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
xmlsec1-1.2.30/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
xmlsec1-1.2.30/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
xmlsec1-1.2.30/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
xmlsec1-1.2.30/config.guess-222-		;;
##############################################
xmlsec1-1.2.30/config.guess-233-	    *)
xmlsec1-1.2.30/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
xmlsec1-1.2.30/config.guess-235-		;;
##############################################
xmlsec1-1.2.30/config.guess-280-	*4.0)
xmlsec1-1.2.30/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xmlsec1-1.2.30/config.guess-282-		;;
xmlsec1-1.2.30/config.guess-283-	*5.*)
xmlsec1-1.2.30/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xmlsec1-1.2.30/config.guess-285-		;;
##############################################
xmlsec1-1.2.30/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
xmlsec1-1.2.30/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xmlsec1-1.2.30/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
xmlsec1-1.2.30/config.guess-328-	# 1.2 uses "1.2" for uname -r.
xmlsec1-1.2.30/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
xmlsec1-1.2.30/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
xmlsec1-1.2.30/config.guess-379-    s390x:SunOS:*:*)
xmlsec1-1.2.30/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xmlsec1-1.2.30/config.guess-381-	exit ;;
xmlsec1-1.2.30/config.guess-382-    sun4H:SunOS:5.*:*)
xmlsec1-1.2.30/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.30/config.guess-384-	exit ;;
xmlsec1-1.2.30/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xmlsec1-1.2.30/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xmlsec1-1.2.30/config.guess-387-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-404-	fi
xmlsec1-1.2.30/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.30/config.guess-406-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
xmlsec1-1.2.30/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.30/config.guess-412-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
xmlsec1-1.2.30/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
xmlsec1-1.2.30/config.guess-421-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-425-    sun*:*:4.2BSD:*)
xmlsec1-1.2.30/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xmlsec1-1.2.30/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
xmlsec1-1.2.30/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
xmlsec1-1.2.30/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xmlsec1-1.2.30/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
xmlsec1-1.2.30/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xmlsec1-1.2.30/config.guess-563-    *:IRIX*:*:*)
xmlsec1-1.2.30/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
xmlsec1-1.2.30/config.guess-565-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-593-EOF
xmlsec1-1.2.30/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
xmlsec1-1.2.30/config.guess-595-		then
##############################################
xmlsec1-1.2.30/config.guess-606-    *:AIX:*:[4567])
xmlsec1-1.2.30/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xmlsec1-1.2.30/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
xmlsec1-1.2.30/config.guess-642-    9000/[34678]??:HP-UX:*:*)
xmlsec1-1.2.30/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xmlsec1-1.2.30/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
xmlsec1-1.2.30/config.guess-696-EOF
xmlsec1-1.2.30/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
xmlsec1-1.2.30/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xmlsec1-1.2.30/config.guess-724-    ia64:HP-UX:*:*)
xmlsec1-1.2.30/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xmlsec1-1.2.30/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
xmlsec1-1.2.30/config.guess-754-EOF
xmlsec1-1.2.30/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
xmlsec1-1.2.30/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xmlsec1-1.2.30/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xmlsec1-1.2.30/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
xmlsec1-1.2.30/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmlsec1-1.2.30/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xmlsec1-1.2.30/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
xmlsec1-1.2.30/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmlsec1-1.2.30/config.guess-850-	esac
xmlsec1-1.2.30/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xmlsec1-1.2.30/config.guess-852-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-886-    prep*:SunOS:5.*:*)
xmlsec1-1.2.30/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.30/config.guess-888-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-890-	# the GNU system
xmlsec1-1.2.30/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
xmlsec1-1.2.30/config.guess-892-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-894-	# other systems with GNU libc and userland
xmlsec1-1.2.30/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
xmlsec1-1.2.30/config.guess-896-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-988-EOF
xmlsec1-1.2.30/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
xmlsec1-1.2.30/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
xmlsec1-1.2.30/config.guess-1092-    i*86:*:4.*:*)
xmlsec1-1.2.30/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
xmlsec1-1.2.30/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xmlsec1-1.2.30/config.guess-1295-	fi
xmlsec1-1.2.30/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
xmlsec1-1.2.30/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
xmlsec1-1.2.30/config.guess-1393-    *:DragonFly:*:*)
xmlsec1-1.2.30/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xmlsec1-1.2.30/config.guess-1395-	exit ;;
##############################################
xmlsec1-1.2.30/config.guess-1406-    i*86:skyos:*:*)
xmlsec1-1.2.30/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
xmlsec1-1.2.30/config.guess-1408-	exit ;;
##############################################
xmlsec1-1.2.30/Makefile.in-51-  { \
xmlsec1-1.2.30/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/Makefile.in-53-  }; \
##############################################
xmlsec1-1.2.30/Makefile.in-112-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/Makefile.in:113:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/Makefile.in-114-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/Makefile.in:115:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/Makefile.in-116-    *) f=$$p;; \
xmlsec1-1.2.30/Makefile.in-117-  esac;
xmlsec1-1.2.30/Makefile.in:118:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/Makefile.in-119-am__install_max = 40
xmlsec1-1.2.30/Makefile.in-120-am__nobase_strip_setup = \
xmlsec1-1.2.30/Makefile.in:121:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/Makefile.in-122-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/Makefile.in-224-  while test -n "$$dir1"; do \
xmlsec1-1.2.30/Makefile.in:225:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/Makefile.in-226-    if test "$$first" != "."; then \
xmlsec1-1.2.30/Makefile.in-227-      if test "$$first" = ".."; then \
xmlsec1-1.2.30/Makefile.in:228:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.30/Makefile.in:229:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.30/Makefile.in-230-      else \
xmlsec1-1.2.30/Makefile.in:231:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/Makefile.in-232-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.30/Makefile.in:233:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/Makefile.in-234-        else \
##############################################
xmlsec1-1.2.30/Makefile.in-239-    fi; \
xmlsec1-1.2.30/Makefile.in:240:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/Makefile.in-241-  done; \
##############################################
xmlsec1-1.2.30/Makefile.in-689-	@list='$(confexec_DATA)'; test -n "$(confexecdir)" || list=; \
xmlsec1-1.2.30/Makefile.in:690:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/Makefile.in-691-	dir='$(DESTDIR)$(confexecdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/Makefile.in-710-	@list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
xmlsec1-1.2.30/Makefile.in:711:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/Makefile.in-712-	dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/Makefile.in-731-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
xmlsec1-1.2.30/Makefile.in:732:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/Makefile.in-733-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/Makefile.in-748-	dot_seen=no; \
xmlsec1-1.2.30/Makefile.in:749:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.30/Makefile.in-750-	case "$@" in \
##############################################
xmlsec1-1.2.30/Makefile.in-811-GTAGS:
xmlsec1-1.2.30/Makefile.in:812:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/Makefile.in-813-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/Makefile.in-843-	test -d "$(distdir)" || mkdir "$(distdir)"
xmlsec1-1.2.30/Makefile.in:844:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/Makefile.in:845:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/Makefile.in-846-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/Makefile.in-857-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/Makefile.in:858:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/Makefile.in-859-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/Makefile.in-971-	test -d $(distdir)/_build || exit 0; \
xmlsec1-1.2.30/Makefile.in:972:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
xmlsec1-1.2.30/Makefile.in-973-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
xmlsec1-1.2.30/Makefile.in-1015-	}; \
xmlsec1-1.2.30/Makefile.in:1016:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
xmlsec1-1.2.30/Makefile.in-1017-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
xmlsec1-1.2.30/Makefile.in-1027-	fi
xmlsec1-1.2.30/Makefile.in:1028:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
xmlsec1-1.2.30/Makefile.in-1029-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
xmlsec1-1.2.30/install-sh-234-      fi
xmlsec1-1.2.30/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
xmlsec1-1.2.30/install-sh-236-    *)
##############################################
xmlsec1-1.2.30/install-sh-281-      dstdir=$dst
xmlsec1-1.2.30/install-sh:282:      dst=$dstdir/`basename "$src"`
xmlsec1-1.2.30/install-sh-283-      dstdir_status=0
xmlsec1-1.2.30/install-sh-284-    else
xmlsec1-1.2.30/install-sh:285:      dstdir=`dirname "$dst"`
xmlsec1-1.2.30/install-sh-286-      test -d "$dstdir"
##############################################
xmlsec1-1.2.30/install-sh-344-                   test_tmpdir="$tmpdir/a"
xmlsec1-1.2.30/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
xmlsec1-1.2.30/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
xmlsec1-1.2.30/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
xmlsec1-1.2.30/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
xmlsec1-1.2.30/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
xmlsec1-1.2.30/install-sh-409-            case $prefix in
xmlsec1-1.2.30/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
xmlsec1-1.2.30/install-sh-411-              *) qprefix=$prefix;;
##############################################
xmlsec1-1.2.30/install-sh-458-    if $copy_on_change &&
xmlsec1-1.2.30/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
xmlsec1-1.2.30/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
xmlsec1-1.2.30/install-sh-461-       set -f &&
##############################################
xmlsec1-1.2.30/xmlsec-config.in-55-    -*=*)
xmlsec1-1.2.30/xmlsec-config.in:56:        optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
xmlsec1-1.2.30/xmlsec-config.in-57-    ;;
##############################################
xmlsec1-1.2.30/m4/ltsugar.m4-68-m4_define([lt_combine],
xmlsec1-1.2.30/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
xmlsec1-1.2.30/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
xmlsec1-1.2.30/m4/libtool.m4-119-    done
xmlsec1-1.2.30/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xmlsec1-1.2.30/m4/libtool.m4-121-}
##############################################
xmlsec1-1.2.30/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
xmlsec1-1.2.30/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
xmlsec1-1.2.30/m4/libtool.m4-439-
##############################################
xmlsec1-1.2.30/m4/libtool.m4-447-#
xmlsec1-1.2.30/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.30/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
xmlsec1-1.2.30/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
xmlsec1-1.2.30/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.30/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
xmlsec1-1.2.30/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.30/m4/libtool.m4-561-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
xmlsec1-1.2.30/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.30/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
xmlsec1-1.2.30/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
xmlsec1-1.2.30/m4/libtool.m4-574-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
xmlsec1-1.2.30/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\"`'
xmlsec1-1.2.30/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1164-      }]'
xmlsec1-1.2.30/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"`
xmlsec1-1.2.30/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
xmlsec1-1.2.30/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
xmlsec1-1.2.30/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"`
xmlsec1-1.2.30/m4/libtool.m4-1169-  fi],[])
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
xmlsec1-1.2.30/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.30/m4/libtool.m4-1202-  ECHO='print -r --'
xmlsec1-1.2.30/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.30/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
xmlsec1-1.2.30/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
xmlsec1-1.2.30/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
xmlsec1-1.2.30/m4/libtool.m4-1238-
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1259-   if test yes = "$GCC"; then
xmlsec1-1.2.30/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
xmlsec1-1.2.30/m4/libtool.m4-1261-   fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1263- /*)
xmlsec1-1.2.30/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
xmlsec1-1.2.30/m4/libtool.m4-1265-   ;; #(
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
xmlsec1-1.2.30/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/m4/libtool.m4-1295-      *ELF-32*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
xmlsec1-1.2.30/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/m4/libtool.m4-1312-	*32-bit*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1322-    else
xmlsec1-1.2.30/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/m4/libtool.m4-1324-	*32-bit*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1344-    emul=elf
xmlsec1-1.2.30/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/m4/libtool.m4-1346-      *32-bit*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1352-    esac
xmlsec1-1.2.30/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/m4/libtool.m4-1354-      *MSB*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1360-    esac
xmlsec1-1.2.30/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.30/m4/libtool.m4-1362-      *N32*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1725-    # And add a safety zone
xmlsec1-1.2.30/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.30/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.30/m4/libtool.m4-1728-    ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1758-    if test -n "$kargmax"; then
xmlsec1-1.2.30/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
xmlsec1-1.2.30/m4/libtool.m4-1760-    else
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
xmlsec1-1.2.30/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.30/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.30/m4/libtool.m4-1770-    else
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1779-      # we can't tell.
xmlsec1-1.2.30/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
xmlsec1-1.2.30/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1783-      do
xmlsec1-1.2.30/m4/libtool.m4:1784:        i=`expr $i + 1`
xmlsec1-1.2.30/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1787-      # Only check the string length outside the loop.
xmlsec1-1.2.30/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
xmlsec1-1.2.30/m4/libtool.m4-1789-      teststring=
##############################################
xmlsec1-1.2.30/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
xmlsec1-1.2.30/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
xmlsec1-1.2.30/m4/libtool.m4-1794-    fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2258-    *:)
xmlsec1-1.2.30/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
xmlsec1-1.2.30/m4/libtool.m4-2260-        ;;
xmlsec1-1.2.30/m4/libtool.m4-2261-    x:*)
xmlsec1-1.2.30/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.30/m4/libtool.m4-2263-        ;;
xmlsec1-1.2.30/m4/libtool.m4-2264-    *::*)
xmlsec1-1.2.30/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xmlsec1-1.2.30/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
xmlsec1-1.2.30/m4/libtool.m4-2267-        ;;
xmlsec1-1.2.30/m4/libtool.m4-2268-    *)
xmlsec1-1.2.30/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.30/m4/libtool.m4-2270-        ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2298-  esac
xmlsec1-1.2.30/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`
xmlsec1-1.2.30/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
xmlsec1-1.2.30/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
xmlsec1-1.2.30/m4/libtool.m4-2307-    ;;
xmlsec1-1.2.30/m4/libtool.m4-2308-  *)
xmlsec1-1.2.30/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.30/m4/libtool.m4-2310-    ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
xmlsec1-1.2.30/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
xmlsec1-1.2.30/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2356-  esac
xmlsec1-1.2.30/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
xmlsec1-1.2.30/m4/libtool.m4-2358-else
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-2499-    ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.30/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.30/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.30/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.30/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2542-      fi'
xmlsec1-1.2.30/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.30/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
xmlsec1-1.2.30/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
xmlsec1-1.2.30/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/m4/libtool.m4-2558-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
xmlsec1-1.2.30/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/m4/libtool.m4-2562-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2569-    libname_spec='$name'
xmlsec1-1.2.30/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.30/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
xmlsec1-1.2.30/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
xmlsec1-1.2.30/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2586-      # Convert to MSYS style.
xmlsec1-1.2.30/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|^ ||'`
xmlsec1-1.2.30/m4/libtool.m4-2588-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
xmlsec1-1.2.30/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
xmlsec1-1.2.30/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
xmlsec1-1.2.30/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.30/m4/libtool.m4-2596-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
xmlsec1-1.2.30/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
xmlsec1-1.2.30/m4/libtool.m4-2602-      else
xmlsec1-1.2.30/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.30/m4/libtool.m4-2604-      fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.30/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.30/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.30/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.30/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
xmlsec1-1.2.30/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
xmlsec1-1.2.30/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.30/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2624-    # Assume MSVC wrapper
xmlsec1-1.2.30/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
xmlsec1-1.2.30/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
xmlsec1-1.2.30/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
xmlsec1-1.2.30/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
xmlsec1-1.2.30/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' ' '`
xmlsec1-1.2.30/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2941-  need_lib_prefix=no
xmlsec1-1.2.30/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.30/m4/libtool.m4-2943-    need_version=no
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
xmlsec1-1.2.30/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.30/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
xmlsec1-1.2.30/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.30/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-2977-    fi'
xmlsec1-1.2.30/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
xmlsec1-1.2.30/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3188-	"file_magic "*)
xmlsec1-1.2.30/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xmlsec1-1.2.30/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
xmlsec1-1.2.30/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xmlsec1-1.2.30/m4/libtool.m4-3273-  *)
xmlsec1-1.2.30/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xmlsec1-1.2.30/m4/libtool.m4-3275-  esac
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
xmlsec1-1.2.30/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
xmlsec1-1.2.30/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
xmlsec1-1.2.30/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
xmlsec1-1.2.30/m4/libtool.m4-3284-      done
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
xmlsec1-1.2.30/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
xmlsec1-1.2.30/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
xmlsec1-1.2.30/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
xmlsec1-1.2.30/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3578-openbsd* | bitrig*)
xmlsec1-1.2.30/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.30/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3645-    else
xmlsec1-1.2.30/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
xmlsec1-1.2.30/m4/libtool.m4-3647-    fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3696-	esac
xmlsec1-1.2.30/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
xmlsec1-1.2.30/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3702-	*)
xmlsec1-1.2.30/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.30/m4/libtool.m4-3704-	  */dev/null*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
xmlsec1-1.2.30/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.30/m4/libtool.m4-3730-    *COFF*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
xmlsec1-1.2.30/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
xmlsec1-1.2.30/m4/libtool.m4:3962:case `$NM -V 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-4009-mingw*)
xmlsec1-1.2.30/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
xmlsec1-1.2.30/m4/libtool.m4-4011-  ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-4065-    nlist=conftest.nm
xmlsec1-1.2.30/m4/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
xmlsec1-1.2.30/m4/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
xmlsec1-1.2.30/m4/libtool.m4-4413-	  *)
xmlsec1-1.2.30/m4/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/m4/libtool.m4-4415-	    *Sun\ C*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-4749-      *)
xmlsec1-1.2.30/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/m4/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-4932-    else
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-4934-    fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5031-	# shared libraries, regardless of the interface used.
xmlsec1-1.2.30/m4/libtool.m4:5032:	case `$LD -v 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5063-    supports_anon_versioning=no
xmlsec1-1.2.30/m4/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5166-	prefix_cmds="$SED"~
xmlsec1-1.2.30/m4/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.30/m4/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5191-      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5211-					# Portland Group f77 and f90 compilers
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5232-	esac
xmlsec1-1.2.30/m4/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/m4/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
xmlsec1-1.2.30/m4/libtool.m4:5304:      case `$LD -v 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5392-	else
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5394-	fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
xmlsec1-1.2.30/m4/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
xmlsec1-1.2.30/m4/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
xmlsec1-1.2.30/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
xmlsec1-1.2.30/m4/libtool.m4-5515-      else
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
xmlsec1-1.2.30/m4/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
xmlsec1-1.2.30/m4/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
xmlsec1-1.2.30/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='
xmlsec1-1.2.30/m4/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5767-      if test yes = "$GCC"; then
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5792-	fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5794-      else
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5797-      fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
xmlsec1-1.2.30/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.30/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5872-	prefix_cmds="$SED"~
xmlsec1-1.2.30/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.30/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5888-      else
xmlsec1-1.2.30/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5891-      fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/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~
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-5907-
##############################################
xmlsec1-1.2.30/m4/libtool.m4-5922-      else
xmlsec1-1.2.30/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
xmlsec1-1.2.30/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
xmlsec1-1.2.30/m4/libtool.m4-6117-	  then
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
xmlsec1-1.2.30/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
xmlsec1-1.2.30/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
xmlsec1-1.2.30/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
xmlsec1-1.2.30/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6587-
xmlsec1-1.2.30/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
xmlsec1-1.2.30/m4/libtool.m4-6589-        else
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
xmlsec1-1.2.30/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
xmlsec1-1.2.30/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
xmlsec1-1.2.30/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.30/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6815-            # dependencies.
xmlsec1-1.2.30/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"'
xmlsec1-1.2.30/m4/libtool.m4-6817-            ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6880-	    # dependencies.
xmlsec1-1.2.30/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"'
xmlsec1-1.2.30/m4/libtool.m4-6882-	    ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-6919-	;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6923-	    # SGI C++
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-6925-
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-6936-	      else
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-6938-	      fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6965-	    # dependencies.
xmlsec1-1.2.30/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"'
xmlsec1-1.2.30/m4/libtool.m4-6967-
##############################################
xmlsec1-1.2.30/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
xmlsec1-1.2.30/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
xmlsec1-1.2.30/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7001-            # Portland Group C++ compiler
xmlsec1-1.2.30/m4/libtool.m4:7002:	    case `$CC -V` in
xmlsec1-1.2.30/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
xmlsec1-1.2.30/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
xmlsec1-1.2.30/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
xmlsec1-1.2.30/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
xmlsec1-1.2.30/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7021-	      ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7031-            ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7048-	    # dependencies.
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7050-	    ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7063-	  *)
xmlsec1-1.2.30/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.30/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
xmlsec1-1.2.30/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
xmlsec1-1.2.30/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'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7156-
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/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~
xmlsec1-1.2.30/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
xmlsec1-1.2.30/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~
xmlsec1-1.2.30/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7199-	    # dependencies.
xmlsec1-1.2.30/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"'
xmlsec1-1.2.30/m4/libtool.m4-7201-	    ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7206-	        osf3*)
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7208-		  ;;
xmlsec1-1.2.30/m4/libtool.m4-7209-	        *)
xmlsec1-1.2.30/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'
xmlsec1-1.2.30/m4/libtool.m4-7211-		  ;;
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7459-  case @S|@2 in
xmlsec1-1.2.30/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
xmlsec1-1.2.30/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
xmlsec1-1.2.30/m4/libtool.m4-7462-  esac
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7548-
xmlsec1-1.2.30/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
xmlsec1-1.2.30/m4/libtool.m4-7550-    case $prev$p in
##############################################
xmlsec1-1.2.30/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
xmlsec1-1.2.30/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!^ !!'`
xmlsec1-1.2.30/m4/libtool.m4-7654-fi
##############################################
xmlsec1-1.2.30/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
xmlsec1-1.2.30/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
xmlsec1-1.2.30/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
xmlsec1-1.2.30/compile-67-	mingw/*)
xmlsec1-1.2.30/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
xmlsec1-1.2.30/compile-69-	  ;;
xmlsec1-1.2.30/compile-70-	cygwin/*)
xmlsec1-1.2.30/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
xmlsec1-1.2.30/compile-72-	  ;;
xmlsec1-1.2.30/compile-73-	wine/*)
xmlsec1-1.2.30/compile:74:	  file=`winepath -w "$file" || echo "$file"`
xmlsec1-1.2.30/compile-75-	  ;;
##############################################
xmlsec1-1.2.30/compile-309-# Name of file we expect compiler to create.
xmlsec1-1.2.30/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
xmlsec1-1.2.30/compile-311-
##############################################
xmlsec1-1.2.30/compile-315-# object file name, since that is what matters with a parallel build.
xmlsec1-1.2.30/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
xmlsec1-1.2.30/compile-317-while true; do
##############################################
xmlsec1-1.2.30/depcomp-64-  case $1 in
xmlsec1-1.2.30/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
xmlsec1-1.2.30/depcomp-66-      *) dir=;;
##############################################
xmlsec1-1.2.30/depcomp-73-{
xmlsec1-1.2.30/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
xmlsec1-1.2.30/depcomp-75-}
##############################################
xmlsec1-1.2.30/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
xmlsec1-1.2.30/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
xmlsec1-1.2.30/depcomp-128-
##############################################
xmlsec1-1.2.30/depcomp-405-        sleep 1
xmlsec1-1.2.30/depcomp:406:        i=`expr $i - 1`
xmlsec1-1.2.30/depcomp-407-      done
xmlsec1-1.2.30/depcomp-408-    fi
xmlsec1-1.2.30/depcomp:409:    i=`expr $i - 1`
xmlsec1-1.2.30/depcomp-410-  done
##############################################
xmlsec1-1.2.30/depcomp-425-  # Do two passes, one to just change these to
xmlsec1-1.2.30/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
xmlsec1-1.2.30/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
xmlsec1-1.2.30/depcomp-659-  done
xmlsec1-1.2.30/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
xmlsec1-1.2.30/depcomp-661-  touch "$tmpdepfile"
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-50-  { \
xmlsec1-1.2.30/src/mscng/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/mscng/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/mscng/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/mscng/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/mscng/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/mscng/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.30/src/mscng/Makefile.in-108-  esac;
xmlsec1-1.2.30/src/mscng/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/mscng/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.30/src/mscng/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/mscng/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/mscng/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-595-.c.o:
xmlsec1-1.2.30/src/mscng/Makefile.in:596:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/mscng/Makefile.in-597-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-603-.c.obj:
xmlsec1-1.2.30/src/mscng/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/mscng/Makefile.in:605:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/mscng/Makefile.in-606-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:609:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/mscng/Makefile.in-610-
xmlsec1-1.2.30/src/mscng/Makefile.in-611-.c.lo:
xmlsec1-1.2.30/src/mscng/Makefile.in:612:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/mscng/Makefile.in-613-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-619-libxmlsec1_mscng_la-app.lo: app.c
xmlsec1-1.2.30/src/mscng/Makefile.in:620:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-app.Tpo -c -o libxmlsec1_mscng_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/mscng/Makefile.in-621-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-app.Tpo $(DEPDIR)/libxmlsec1_mscng_la-app.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-623-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:624:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/mscng/Makefile.in-625-
xmlsec1-1.2.30/src/mscng/Makefile.in-626-libxmlsec1_mscng_la-certkeys.lo: certkeys.c
xmlsec1-1.2.30/src/mscng/Makefile.in:627:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-certkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-certkeys.Tpo -c -o libxmlsec1_mscng_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.30/src/mscng/Makefile.in-628-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-certkeys.Tpo $(DEPDIR)/libxmlsec1_mscng_la-certkeys.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-630-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:631:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.30/src/mscng/Makefile.in-632-
xmlsec1-1.2.30/src/mscng/Makefile.in-633-libxmlsec1_mscng_la-ciphers.lo: ciphers.c
xmlsec1-1.2.30/src/mscng/Makefile.in:634:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-ciphers.Tpo -c -o libxmlsec1_mscng_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/mscng/Makefile.in-635-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_mscng_la-ciphers.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:638:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/mscng/Makefile.in-639-
xmlsec1-1.2.30/src/mscng/Makefile.in-640-libxmlsec1_mscng_la-crypto.lo: crypto.c
xmlsec1-1.2.30/src/mscng/Makefile.in:641:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-crypto.Tpo -c -o libxmlsec1_mscng_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/mscng/Makefile.in-642-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-crypto.Tpo $(DEPDIR)/libxmlsec1_mscng_la-crypto.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-644-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:645:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/mscng/Makefile.in-646-
xmlsec1-1.2.30/src/mscng/Makefile.in-647-libxmlsec1_mscng_la-digests.lo: digests.c
xmlsec1-1.2.30/src/mscng/Makefile.in:648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-digests.Tpo -c -o libxmlsec1_mscng_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/mscng/Makefile.in-649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-digests.Tpo $(DEPDIR)/libxmlsec1_mscng_la-digests.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/mscng/Makefile.in-653-
xmlsec1-1.2.30/src/mscng/Makefile.in-654-libxmlsec1_mscng_la-hmac.lo: hmac.c
xmlsec1-1.2.30/src/mscng/Makefile.in:655:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-hmac.Tpo -c -o libxmlsec1_mscng_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/mscng/Makefile.in-656-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-hmac.Tpo $(DEPDIR)/libxmlsec1_mscng_la-hmac.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:659:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/mscng/Makefile.in-660-
xmlsec1-1.2.30/src/mscng/Makefile.in-661-libxmlsec1_mscng_la-keysstore.lo: keysstore.c
xmlsec1-1.2.30/src/mscng/Makefile.in:662:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-keysstore.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-keysstore.Tpo -c -o libxmlsec1_mscng_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.30/src/mscng/Makefile.in-663-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-keysstore.Tpo $(DEPDIR)/libxmlsec1_mscng_la-keysstore.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:666:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.30/src/mscng/Makefile.in-667-
xmlsec1-1.2.30/src/mscng/Makefile.in-668-libxmlsec1_mscng_la-kt_rsa.lo: kt_rsa.c
xmlsec1-1.2.30/src/mscng/Makefile.in:669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-kt_rsa.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-kt_rsa.Tpo -c -o libxmlsec1_mscng_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.30/src/mscng/Makefile.in-670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-kt_rsa.Tpo $(DEPDIR)/libxmlsec1_mscng_la-kt_rsa.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.30/src/mscng/Makefile.in-674-
xmlsec1-1.2.30/src/mscng/Makefile.in-675-libxmlsec1_mscng_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.30/src/mscng/Makefile.in:676:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-kw_aes.Tpo -c -o libxmlsec1_mscng_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/mscng/Makefile.in-677-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_mscng_la-kw_aes.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:680:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/mscng/Makefile.in-681-
xmlsec1-1.2.30/src/mscng/Makefile.in-682-libxmlsec1_mscng_la-kw_des.lo: kw_des.c
xmlsec1-1.2.30/src/mscng/Makefile.in:683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-kw_des.Tpo -c -o libxmlsec1_mscng_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/mscng/Makefile.in-684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_mscng_la-kw_des.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/mscng/Makefile.in-688-
xmlsec1-1.2.30/src/mscng/Makefile.in-689-libxmlsec1_mscng_la-signatures.lo: signatures.c
xmlsec1-1.2.30/src/mscng/Makefile.in:690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-signatures.Tpo -c -o libxmlsec1_mscng_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/mscng/Makefile.in-691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-signatures.Tpo $(DEPDIR)/libxmlsec1_mscng_la-signatures.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/mscng/Makefile.in-695-
xmlsec1-1.2.30/src/mscng/Makefile.in-696-libxmlsec1_mscng_la-symkeys.lo: symkeys.c
xmlsec1-1.2.30/src/mscng/Makefile.in:697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-symkeys.Tpo -c -o libxmlsec1_mscng_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/mscng/Makefile.in-698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_mscng_la-symkeys.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/mscng/Makefile.in-702-
xmlsec1-1.2.30/src/mscng/Makefile.in-703-libxmlsec1_mscng_la-x509.lo: x509.c
xmlsec1-1.2.30/src/mscng/Makefile.in:704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-x509.Tpo -c -o libxmlsec1_mscng_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/mscng/Makefile.in-705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-x509.Tpo $(DEPDIR)/libxmlsec1_mscng_la-x509.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/mscng/Makefile.in-709-
xmlsec1-1.2.30/src/mscng/Makefile.in-710-libxmlsec1_mscng_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.30/src/mscng/Makefile.in:711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-x509vfy.Tpo -c -o libxmlsec1_mscng_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/mscng/Makefile.in-712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_mscng_la-x509vfy.Plo
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscng/Makefile.in:715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/mscng/Makefile.in-716-
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-752-GTAGS:
xmlsec1-1.2.30/src/mscng/Makefile.in:753:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/mscng/Makefile.in-754-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-775-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/mscng/Makefile.in:776:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/mscng/Makefile.in:777:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/mscng/Makefile.in-778-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/mscng/Makefile.in-789-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/mscng/Makefile.in:790:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/mscng/Makefile.in-791-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-50-  { \
xmlsec1-1.2.30/src/gcrypt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/gcrypt/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/gcrypt/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/gcrypt/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/gcrypt/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/gcrypt/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.30/src/gcrypt/Makefile.in-108-  esac;
xmlsec1-1.2.30/src/gcrypt/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/gcrypt/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.30/src/gcrypt/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/gcrypt/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/gcrypt/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-589-.c.o:
xmlsec1-1.2.30/src/gcrypt/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/gcrypt/Makefile.in-591-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-597-.c.obj:
xmlsec1-1.2.30/src/gcrypt/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/gcrypt/Makefile.in:599:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/gcrypt/Makefile.in-600-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-602-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:603:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/gcrypt/Makefile.in-604-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-605-.c.lo:
xmlsec1-1.2.30/src/gcrypt/Makefile.in:606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/gcrypt/Makefile.in-607-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-613-libxmlsec1_gcrypt_la-app.lo: app.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:614:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-app.Tpo -c -o libxmlsec1_gcrypt_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-615-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-app.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-app.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-617-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:618:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-619-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-620-libxmlsec1_gcrypt_la-asn1.lo: asn1.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:621:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-asn1.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-asn1.Tpo -c -o libxmlsec1_gcrypt_la-asn1.lo `test -f 'asn1.c' || echo '$(srcdir)/'`asn1.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-622-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-asn1.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-asn1.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-624-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:625:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-asn1.lo `test -f 'asn1.c' || echo '$(srcdir)/'`asn1.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-626-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-627-libxmlsec1_gcrypt_la-ciphers.lo: ciphers.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:628:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-ciphers.Tpo -c -o libxmlsec1_gcrypt_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-629-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-ciphers.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-631-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:632:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-633-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-634-libxmlsec1_gcrypt_la-crypto.lo: crypto.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:635:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-crypto.Tpo -c -o libxmlsec1_gcrypt_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-636-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-crypto.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-crypto.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-640-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-641-libxmlsec1_gcrypt_la-digests.lo: digests.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:642:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-digests.Tpo -c -o libxmlsec1_gcrypt_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-643-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-digests.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-digests.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-645-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:646:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-647-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-648-libxmlsec1_gcrypt_la-hmac.lo: hmac.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:649:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-hmac.Tpo -c -o libxmlsec1_gcrypt_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-650-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-hmac.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-hmac.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:653:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-654-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-655-libxmlsec1_gcrypt_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:656:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-kw_aes.Tpo -c -o libxmlsec1_gcrypt_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-657-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-kw_aes.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:660:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-661-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-662-libxmlsec1_gcrypt_la-kw_des.lo: kw_des.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:663:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-kw_des.Tpo -c -o libxmlsec1_gcrypt_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-664-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-kw_des.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:667:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-668-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-669-libxmlsec1_gcrypt_la-symkeys.lo: symkeys.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:670:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-symkeys.Tpo -c -o libxmlsec1_gcrypt_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-671-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-symkeys.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:674:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-675-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-676-libxmlsec1_gcrypt_la-asymkeys.lo: asymkeys.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:677:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-asymkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-asymkeys.Tpo -c -o libxmlsec1_gcrypt_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-678-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-asymkeys.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-asymkeys.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:681:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-682-
xmlsec1-1.2.30/src/gcrypt/Makefile.in-683-libxmlsec1_gcrypt_la-signatures.lo: signatures.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in:684:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-signatures.Tpo -c -o libxmlsec1_gcrypt_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-685-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-signatures.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-signatures.Plo
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gcrypt/Makefile.in:688:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/gcrypt/Makefile.in-689-
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-725-GTAGS:
xmlsec1-1.2.30/src/gcrypt/Makefile.in:726:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/gcrypt/Makefile.in-727-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-748-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/gcrypt/Makefile.in:749:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/gcrypt/Makefile.in:750:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/gcrypt/Makefile.in-751-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/gcrypt/Makefile.in-762-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/gcrypt/Makefile.in:763:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/gcrypt/Makefile.in-764-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-50-  { \
xmlsec1-1.2.30/src/openssl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/openssl/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/openssl/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/openssl/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/openssl/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/openssl/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.30/src/openssl/Makefile.in-108-  esac;
xmlsec1-1.2.30/src/openssl/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/openssl/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.30/src/openssl/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/openssl/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/openssl/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-600-.c.o:
xmlsec1-1.2.30/src/openssl/Makefile.in:601:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/openssl/Makefile.in-602-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-608-.c.obj:
xmlsec1-1.2.30/src/openssl/Makefile.in:609:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/openssl/Makefile.in:610:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/openssl/Makefile.in-611-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-613-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:614:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/openssl/Makefile.in-615-
xmlsec1-1.2.30/src/openssl/Makefile.in-616-.c.lo:
xmlsec1-1.2.30/src/openssl/Makefile.in:617:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/openssl/Makefile.in-618-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-624-libxmlsec1_openssl_la-app.lo: app.c
xmlsec1-1.2.30/src/openssl/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-app.Tpo -c -o libxmlsec1_openssl_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/openssl/Makefile.in-626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-app.Tpo $(DEPDIR)/libxmlsec1_openssl_la-app.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/openssl/Makefile.in-630-
xmlsec1-1.2.30/src/openssl/Makefile.in-631-libxmlsec1_openssl_la-bn.lo: bn.c
xmlsec1-1.2.30/src/openssl/Makefile.in:632:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-bn.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-bn.Tpo -c -o libxmlsec1_openssl_la-bn.lo `test -f 'bn.c' || echo '$(srcdir)/'`bn.c
xmlsec1-1.2.30/src/openssl/Makefile.in-633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-bn.Tpo $(DEPDIR)/libxmlsec1_openssl_la-bn.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:636:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-bn.lo `test -f 'bn.c' || echo '$(srcdir)/'`bn.c
xmlsec1-1.2.30/src/openssl/Makefile.in-637-
xmlsec1-1.2.30/src/openssl/Makefile.in-638-libxmlsec1_openssl_la-ciphers.lo: ciphers.c
xmlsec1-1.2.30/src/openssl/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-ciphers.Tpo -c -o libxmlsec1_openssl_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/openssl/Makefile.in-640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_openssl_la-ciphers.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:643:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/openssl/Makefile.in-644-
xmlsec1-1.2.30/src/openssl/Makefile.in-645-libxmlsec1_openssl_la-crypto.lo: crypto.c
xmlsec1-1.2.30/src/openssl/Makefile.in:646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-crypto.Tpo -c -o libxmlsec1_openssl_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/openssl/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-crypto.Tpo $(DEPDIR)/libxmlsec1_openssl_la-crypto.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/openssl/Makefile.in-651-
xmlsec1-1.2.30/src/openssl/Makefile.in-652-libxmlsec1_openssl_la-digests.lo: digests.c
xmlsec1-1.2.30/src/openssl/Makefile.in:653:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-digests.Tpo -c -o libxmlsec1_openssl_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/openssl/Makefile.in-654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-digests.Tpo $(DEPDIR)/libxmlsec1_openssl_la-digests.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:657:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/openssl/Makefile.in-658-
xmlsec1-1.2.30/src/openssl/Makefile.in-659-libxmlsec1_openssl_la-evp.lo: evp.c
xmlsec1-1.2.30/src/openssl/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-evp.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-evp.Tpo -c -o libxmlsec1_openssl_la-evp.lo `test -f 'evp.c' || echo '$(srcdir)/'`evp.c
xmlsec1-1.2.30/src/openssl/Makefile.in-661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-evp.Tpo $(DEPDIR)/libxmlsec1_openssl_la-evp.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:664:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-evp.lo `test -f 'evp.c' || echo '$(srcdir)/'`evp.c
xmlsec1-1.2.30/src/openssl/Makefile.in-665-
xmlsec1-1.2.30/src/openssl/Makefile.in-666-libxmlsec1_openssl_la-evp_signatures.lo: evp_signatures.c
xmlsec1-1.2.30/src/openssl/Makefile.in:667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-evp_signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-evp_signatures.Tpo -c -o libxmlsec1_openssl_la-evp_signatures.lo `test -f 'evp_signatures.c' || echo '$(srcdir)/'`evp_signatures.c
xmlsec1-1.2.30/src/openssl/Makefile.in-668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-evp_signatures.Tpo $(DEPDIR)/libxmlsec1_openssl_la-evp_signatures.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-evp_signatures.lo `test -f 'evp_signatures.c' || echo '$(srcdir)/'`evp_signatures.c
xmlsec1-1.2.30/src/openssl/Makefile.in-672-
xmlsec1-1.2.30/src/openssl/Makefile.in-673-libxmlsec1_openssl_la-hmac.lo: hmac.c
xmlsec1-1.2.30/src/openssl/Makefile.in:674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-hmac.Tpo -c -o libxmlsec1_openssl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/openssl/Makefile.in-675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-hmac.Tpo $(DEPDIR)/libxmlsec1_openssl_la-hmac.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/openssl/Makefile.in-679-
xmlsec1-1.2.30/src/openssl/Makefile.in-680-libxmlsec1_openssl_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.30/src/openssl/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-kw_aes.Tpo -c -o libxmlsec1_openssl_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/openssl/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_openssl_la-kw_aes.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/openssl/Makefile.in-686-
xmlsec1-1.2.30/src/openssl/Makefile.in-687-libxmlsec1_openssl_la-kw_des.lo: kw_des.c
xmlsec1-1.2.30/src/openssl/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-kw_des.Tpo -c -o libxmlsec1_openssl_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/openssl/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_openssl_la-kw_des.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/openssl/Makefile.in-693-
xmlsec1-1.2.30/src/openssl/Makefile.in-694-libxmlsec1_openssl_la-kt_rsa.lo: kt_rsa.c
xmlsec1-1.2.30/src/openssl/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-kt_rsa.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-kt_rsa.Tpo -c -o libxmlsec1_openssl_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.30/src/openssl/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-kt_rsa.Tpo $(DEPDIR)/libxmlsec1_openssl_la-kt_rsa.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.30/src/openssl/Makefile.in-700-
xmlsec1-1.2.30/src/openssl/Makefile.in-701-libxmlsec1_openssl_la-signatures.lo: signatures.c
xmlsec1-1.2.30/src/openssl/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-signatures.Tpo -c -o libxmlsec1_openssl_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/openssl/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-signatures.Tpo $(DEPDIR)/libxmlsec1_openssl_la-signatures.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/openssl/Makefile.in-707-
xmlsec1-1.2.30/src/openssl/Makefile.in-708-libxmlsec1_openssl_la-symkeys.lo: symkeys.c
xmlsec1-1.2.30/src/openssl/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-symkeys.Tpo -c -o libxmlsec1_openssl_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/openssl/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_openssl_la-symkeys.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/openssl/Makefile.in-714-
xmlsec1-1.2.30/src/openssl/Makefile.in-715-libxmlsec1_openssl_la-x509.lo: x509.c
xmlsec1-1.2.30/src/openssl/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-x509.Tpo -c -o libxmlsec1_openssl_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/openssl/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-x509.Tpo $(DEPDIR)/libxmlsec1_openssl_la-x509.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/openssl/Makefile.in-721-
xmlsec1-1.2.30/src/openssl/Makefile.in-722-libxmlsec1_openssl_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.30/src/openssl/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-x509vfy.Tpo -c -o libxmlsec1_openssl_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/openssl/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_openssl_la-x509vfy.Plo
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/openssl/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/openssl/Makefile.in-728-
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-764-GTAGS:
xmlsec1-1.2.30/src/openssl/Makefile.in:765:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/openssl/Makefile.in-766-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-787-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/openssl/Makefile.in:788:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/openssl/Makefile.in:789:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/openssl/Makefile.in-790-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/openssl/Makefile.in-801-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/openssl/Makefile.in:802:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/openssl/Makefile.in-803-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-50-  { \
xmlsec1-1.2.30/src/nss/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/nss/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/nss/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/nss/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/nss/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/nss/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.30/src/nss/Makefile.in-108-  esac;
xmlsec1-1.2.30/src/nss/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/nss/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.30/src/nss/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/nss/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/nss/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-597-.c.o:
xmlsec1-1.2.30/src/nss/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/nss/Makefile.in-599-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-605-.c.obj:
xmlsec1-1.2.30/src/nss/Makefile.in:606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/nss/Makefile.in:607:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/nss/Makefile.in-608-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:611:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/nss/Makefile.in-612-
xmlsec1-1.2.30/src/nss/Makefile.in-613-.c.lo:
xmlsec1-1.2.30/src/nss/Makefile.in:614:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/nss/Makefile.in-615-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-621-libxmlsec1_nss_la-app.lo: app.c
xmlsec1-1.2.30/src/nss/Makefile.in:622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-app.Tpo -c -o libxmlsec1_nss_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/nss/Makefile.in-623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-app.Tpo $(DEPDIR)/libxmlsec1_nss_la-app.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/nss/Makefile.in-627-
xmlsec1-1.2.30/src/nss/Makefile.in-628-libxmlsec1_nss_la-bignum.lo: bignum.c
xmlsec1-1.2.30/src/nss/Makefile.in:629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-bignum.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-bignum.Tpo -c -o libxmlsec1_nss_la-bignum.lo `test -f 'bignum.c' || echo '$(srcdir)/'`bignum.c
xmlsec1-1.2.30/src/nss/Makefile.in-630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-bignum.Tpo $(DEPDIR)/libxmlsec1_nss_la-bignum.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-bignum.lo `test -f 'bignum.c' || echo '$(srcdir)/'`bignum.c
xmlsec1-1.2.30/src/nss/Makefile.in-634-
xmlsec1-1.2.30/src/nss/Makefile.in-635-libxmlsec1_nss_la-ciphers.lo: ciphers.c
xmlsec1-1.2.30/src/nss/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-ciphers.Tpo -c -o libxmlsec1_nss_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/nss/Makefile.in-637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_nss_la-ciphers.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/nss/Makefile.in-641-
xmlsec1-1.2.30/src/nss/Makefile.in-642-libxmlsec1_nss_la-crypto.lo: crypto.c
xmlsec1-1.2.30/src/nss/Makefile.in:643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-crypto.Tpo -c -o libxmlsec1_nss_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/nss/Makefile.in-644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-crypto.Tpo $(DEPDIR)/libxmlsec1_nss_la-crypto.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/nss/Makefile.in-648-
xmlsec1-1.2.30/src/nss/Makefile.in-649-libxmlsec1_nss_la-digests.lo: digests.c
xmlsec1-1.2.30/src/nss/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-digests.Tpo -c -o libxmlsec1_nss_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/nss/Makefile.in-651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-digests.Tpo $(DEPDIR)/libxmlsec1_nss_la-digests.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/nss/Makefile.in-655-
xmlsec1-1.2.30/src/nss/Makefile.in-656-libxmlsec1_nss_la-hmac.lo: hmac.c
xmlsec1-1.2.30/src/nss/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-hmac.Tpo -c -o libxmlsec1_nss_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/nss/Makefile.in-658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-hmac.Tpo $(DEPDIR)/libxmlsec1_nss_la-hmac.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/nss/Makefile.in-662-
xmlsec1-1.2.30/src/nss/Makefile.in-663-libxmlsec1_nss_la-pkikeys.lo: pkikeys.c
xmlsec1-1.2.30/src/nss/Makefile.in:664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-pkikeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-pkikeys.Tpo -c -o libxmlsec1_nss_la-pkikeys.lo `test -f 'pkikeys.c' || echo '$(srcdir)/'`pkikeys.c
xmlsec1-1.2.30/src/nss/Makefile.in-665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-pkikeys.Tpo $(DEPDIR)/libxmlsec1_nss_la-pkikeys.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-pkikeys.lo `test -f 'pkikeys.c' || echo '$(srcdir)/'`pkikeys.c
xmlsec1-1.2.30/src/nss/Makefile.in-669-
xmlsec1-1.2.30/src/nss/Makefile.in-670-libxmlsec1_nss_la-signatures.lo: signatures.c
xmlsec1-1.2.30/src/nss/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-signatures.Tpo -c -o libxmlsec1_nss_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/nss/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-signatures.Tpo $(DEPDIR)/libxmlsec1_nss_la-signatures.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/nss/Makefile.in-676-
xmlsec1-1.2.30/src/nss/Makefile.in-677-libxmlsec1_nss_la-symkeys.lo: symkeys.c
xmlsec1-1.2.30/src/nss/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-symkeys.Tpo -c -o libxmlsec1_nss_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/nss/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_nss_la-symkeys.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/nss/Makefile.in-683-
xmlsec1-1.2.30/src/nss/Makefile.in-684-libxmlsec1_nss_la-x509.lo: x509.c
xmlsec1-1.2.30/src/nss/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-x509.Tpo -c -o libxmlsec1_nss_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/nss/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-x509.Tpo $(DEPDIR)/libxmlsec1_nss_la-x509.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/nss/Makefile.in-690-
xmlsec1-1.2.30/src/nss/Makefile.in-691-libxmlsec1_nss_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.30/src/nss/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-x509vfy.Tpo -c -o libxmlsec1_nss_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/nss/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_nss_la-x509vfy.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/nss/Makefile.in-697-
xmlsec1-1.2.30/src/nss/Makefile.in-698-libxmlsec1_nss_la-keysstore.lo: keysstore.c
xmlsec1-1.2.30/src/nss/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-keysstore.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-keysstore.Tpo -c -o libxmlsec1_nss_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.30/src/nss/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-keysstore.Tpo $(DEPDIR)/libxmlsec1_nss_la-keysstore.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.30/src/nss/Makefile.in-704-
xmlsec1-1.2.30/src/nss/Makefile.in-705-libxmlsec1_nss_la-keytrans.lo: keytrans.c
xmlsec1-1.2.30/src/nss/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-keytrans.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-keytrans.Tpo -c -o libxmlsec1_nss_la-keytrans.lo `test -f 'keytrans.c' || echo '$(srcdir)/'`keytrans.c
xmlsec1-1.2.30/src/nss/Makefile.in-707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-keytrans.Tpo $(DEPDIR)/libxmlsec1_nss_la-keytrans.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-keytrans.lo `test -f 'keytrans.c' || echo '$(srcdir)/'`keytrans.c
xmlsec1-1.2.30/src/nss/Makefile.in-711-
xmlsec1-1.2.30/src/nss/Makefile.in-712-libxmlsec1_nss_la-kw_des.lo: kw_des.c
xmlsec1-1.2.30/src/nss/Makefile.in:713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-kw_des.Tpo -c -o libxmlsec1_nss_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/nss/Makefile.in-714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_nss_la-kw_des.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/nss/Makefile.in-718-
xmlsec1-1.2.30/src/nss/Makefile.in-719-libxmlsec1_nss_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.30/src/nss/Makefile.in:720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-kw_aes.Tpo -c -o libxmlsec1_nss_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/nss/Makefile.in-721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_nss_la-kw_aes.Plo
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/nss/Makefile.in:724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/nss/Makefile.in-725-
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-761-GTAGS:
xmlsec1-1.2.30/src/nss/Makefile.in:762:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/nss/Makefile.in-763-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-784-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/nss/Makefile.in:785:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/nss/Makefile.in:786:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/nss/Makefile.in-787-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/nss/Makefile.in-798-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/nss/Makefile.in:799:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/nss/Makefile.in-800-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/src/Makefile.in-50-  { \
xmlsec1-1.2.30/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/Makefile.in-104-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/Makefile.in:105:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/Makefile.in-106-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/Makefile.in:107:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/Makefile.in-108-    *) f=$$p;; \
xmlsec1-1.2.30/src/Makefile.in-109-  esac;
xmlsec1-1.2.30/src/Makefile.in:110:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/Makefile.in-111-am__install_max = 40
xmlsec1-1.2.30/src/Makefile.in-112-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/Makefile.in:113:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/Makefile.in-114-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/Makefile.in-244-  while test -n "$$dir1"; do \
xmlsec1-1.2.30/src/Makefile.in:245:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/src/Makefile.in-246-    if test "$$first" != "."; then \
xmlsec1-1.2.30/src/Makefile.in-247-      if test "$$first" = ".."; then \
xmlsec1-1.2.30/src/Makefile.in:248:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.30/src/Makefile.in:249:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.30/src/Makefile.in-250-      else \
xmlsec1-1.2.30/src/Makefile.in:251:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/src/Makefile.in-252-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.30/src/Makefile.in:253:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/src/Makefile.in-254-        else \
##############################################
xmlsec1-1.2.30/src/Makefile.in-259-    fi; \
xmlsec1-1.2.30/src/Makefile.in:260:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/src/Makefile.in-261-  done; \
##############################################
xmlsec1-1.2.30/src/Makefile.in-651-.c.o:
xmlsec1-1.2.30/src/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/Makefile.in-653-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/Makefile.in-659-.c.obj:
xmlsec1-1.2.30/src/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/Makefile.in:661:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/Makefile.in-662-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/Makefile.in-666-
xmlsec1-1.2.30/src/Makefile.in-667-.c.lo:
xmlsec1-1.2.30/src/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/Makefile.in-669-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/Makefile.in-694-	dot_seen=no; \
xmlsec1-1.2.30/src/Makefile.in:695:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.30/src/Makefile.in-696-	case "$@" in \
##############################################
xmlsec1-1.2.30/src/Makefile.in-757-GTAGS:
xmlsec1-1.2.30/src/Makefile.in:758:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/Makefile.in-759-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/Makefile.in-780-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/Makefile.in:781:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/Makefile.in:782:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/Makefile.in-783-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/Makefile.in-794-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/Makefile.in:795:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/Makefile.in-796-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-50-  { \
xmlsec1-1.2.30/src/mscrypto/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/mscrypto/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/mscrypto/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/mscrypto/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/mscrypto/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/mscrypto/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.30/src/mscrypto/Makefile.in-108-  esac;
xmlsec1-1.2.30/src/mscrypto/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/mscrypto/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.30/src/mscrypto/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/mscrypto/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/mscrypto/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-606-.c.o:
xmlsec1-1.2.30/src/mscrypto/Makefile.in:607:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/mscrypto/Makefile.in-608-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-614-.c.obj:
xmlsec1-1.2.30/src/mscrypto/Makefile.in:615:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/mscrypto/Makefile.in:616:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/mscrypto/Makefile.in-617-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/mscrypto/Makefile.in-621-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-622-.c.lo:
xmlsec1-1.2.30/src/mscrypto/Makefile.in:623:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/mscrypto/Makefile.in-624-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-630-libxmlsec1_mscrypto_la-app.lo: app.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:631:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-app.Tpo -c -o libxmlsec1_mscrypto_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-632-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-app.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-app.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-634-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:635:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-636-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-637-libxmlsec1_mscrypto_la-certkeys.lo: certkeys.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:638:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-certkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Tpo -c -o libxmlsec1_mscrypto_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-639-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:642:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-643-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-644-libxmlsec1_mscrypto_la-ciphers.lo: ciphers.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:645:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-ciphers.Tpo -c -o libxmlsec1_mscrypto_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-646-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-ciphers.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-648-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:649:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-650-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-651-libxmlsec1_mscrypto_la-crypto.lo: crypto.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-crypto.Tpo -c -o libxmlsec1_mscrypto_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-crypto.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-crypto.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:656:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-657-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-658-libxmlsec1_mscrypto_la-digests.lo: digests.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:659:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-digests.Tpo -c -o libxmlsec1_mscrypto_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-660-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-digests.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-digests.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-662-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:663:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-664-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-665-libxmlsec1_mscrypto_la-hmac.lo: hmac.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:666:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-hmac.Tpo -c -o libxmlsec1_mscrypto_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-hmac.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-hmac.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-671-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-672-libxmlsec1_mscrypto_la-keysstore.lo: keysstore.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:673:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-keysstore.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-keysstore.Tpo -c -o libxmlsec1_mscrypto_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-674-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-keysstore.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-keysstore.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-676-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:677:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-678-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-679-libxmlsec1_mscrypto_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:680:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-kw_aes.Tpo -c -o libxmlsec1_mscrypto_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-681-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-kw_aes.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-683-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:684:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-685-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-686-libxmlsec1_mscrypto_la-kw_des.lo: kw_des.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:687:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-kw_des.Tpo -c -o libxmlsec1_mscrypto_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-688-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-kw_des.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-690-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:691:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-692-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-693-libxmlsec1_mscrypto_la-kt_rsa.lo: kt_rsa.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:694:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-kt_rsa.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-kt_rsa.Tpo -c -o libxmlsec1_mscrypto_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-695-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-kt_rsa.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-kt_rsa.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-697-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:698:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-699-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-700-libxmlsec1_mscrypto_la-signatures.lo: signatures.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:701:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-signatures.Tpo -c -o libxmlsec1_mscrypto_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-702-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-signatures.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-signatures.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-704-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:705:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-706-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-707-libxmlsec1_mscrypto_la-symkeys.lo: symkeys.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:708:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Tpo -c -o libxmlsec1_mscrypto_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-709-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-711-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:712:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-713-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-714-libxmlsec1_mscrypto_la-x509.lo: x509.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:715:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-x509.Tpo -c -o libxmlsec1_mscrypto_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-716-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-x509.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-x509.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-718-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:719:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-720-
xmlsec1-1.2.30/src/mscrypto/Makefile.in-721-libxmlsec1_mscrypto_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in:722:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Tpo -c -o libxmlsec1_mscrypto_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-723-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Plo
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-725-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/mscrypto/Makefile.in:726:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/mscrypto/Makefile.in-727-
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-763-GTAGS:
xmlsec1-1.2.30/src/mscrypto/Makefile.in:764:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/mscrypto/Makefile.in-765-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-786-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/mscrypto/Makefile.in:787:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/mscrypto/Makefile.in:788:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/mscrypto/Makefile.in-789-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/mscrypto/Makefile.in-800-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/mscrypto/Makefile.in:801:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/mscrypto/Makefile.in-802-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-50-  { \
xmlsec1-1.2.30/src/gnutls/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/src/gnutls/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.30/src/gnutls/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/src/gnutls/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/src/gnutls/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/src/gnutls/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.30/src/gnutls/Makefile.in-108-  esac;
xmlsec1-1.2.30/src/gnutls/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/src/gnutls/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.30/src/gnutls/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.30/src/gnutls/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/src/gnutls/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-597-.c.o:
xmlsec1-1.2.30/src/gnutls/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/src/gnutls/Makefile.in-599-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-605-.c.obj:
xmlsec1-1.2.30/src/gnutls/Makefile.in:606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/src/gnutls/Makefile.in:607:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/src/gnutls/Makefile.in-608-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:611:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/src/gnutls/Makefile.in-612-
xmlsec1-1.2.30/src/gnutls/Makefile.in-613-.c.lo:
xmlsec1-1.2.30/src/gnutls/Makefile.in:614:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/src/gnutls/Makefile.in-615-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-621-libxmlsec1_gnutls_la-app.lo: app.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-app.Tpo -c -o libxmlsec1_gnutls_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-app.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-app.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-627-
xmlsec1-1.2.30/src/gnutls/Makefile.in-628-libxmlsec1_gnutls_la-ciphers.lo: ciphers.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-ciphers.Tpo -c -o libxmlsec1_gnutls_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-ciphers.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-634-
xmlsec1-1.2.30/src/gnutls/Makefile.in-635-libxmlsec1_gnutls_la-crypto.lo: crypto.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-crypto.Tpo -c -o libxmlsec1_gnutls_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-crypto.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-crypto.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-641-
xmlsec1-1.2.30/src/gnutls/Makefile.in-642-libxmlsec1_gnutls_la-digests.lo: digests.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-digests.Tpo -c -o libxmlsec1_gnutls_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-digests.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-digests.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-648-
xmlsec1-1.2.30/src/gnutls/Makefile.in-649-libxmlsec1_gnutls_la-hmac.lo: hmac.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-hmac.Tpo -c -o libxmlsec1_gnutls_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-hmac.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-hmac.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-655-
xmlsec1-1.2.30/src/gnutls/Makefile.in-656-libxmlsec1_gnutls_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-kw_aes.Tpo -c -o libxmlsec1_gnutls_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-kw_aes.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-662-
xmlsec1-1.2.30/src/gnutls/Makefile.in-663-libxmlsec1_gnutls_la-kw_des.lo: kw_des.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-kw_des.Tpo -c -o libxmlsec1_gnutls_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-kw_des.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-669-
xmlsec1-1.2.30/src/gnutls/Makefile.in-670-libxmlsec1_gnutls_la-symkeys.lo: symkeys.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-symkeys.Tpo -c -o libxmlsec1_gnutls_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-symkeys.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-676-
xmlsec1-1.2.30/src/gnutls/Makefile.in-677-libxmlsec1_gnutls_la-asymkeys.lo: asymkeys.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-asymkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-asymkeys.Tpo -c -o libxmlsec1_gnutls_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-asymkeys.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-asymkeys.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-683-
xmlsec1-1.2.30/src/gnutls/Makefile.in-684-libxmlsec1_gnutls_la-signatures.lo: signatures.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-signatures.Tpo -c -o libxmlsec1_gnutls_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-signatures.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-signatures.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-690-
xmlsec1-1.2.30/src/gnutls/Makefile.in-691-libxmlsec1_gnutls_la-x509utils.lo: x509utils.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-x509utils.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-x509utils.Tpo -c -o libxmlsec1_gnutls_la-x509utils.lo `test -f 'x509utils.c' || echo '$(srcdir)/'`x509utils.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-x509utils.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-x509utils.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-x509utils.lo `test -f 'x509utils.c' || echo '$(srcdir)/'`x509utils.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-697-
xmlsec1-1.2.30/src/gnutls/Makefile.in-698-libxmlsec1_gnutls_la-x509.lo: x509.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-x509.Tpo -c -o libxmlsec1_gnutls_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-x509.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-x509.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-704-
xmlsec1-1.2.30/src/gnutls/Makefile.in-705-libxmlsec1_gnutls_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.30/src/gnutls/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-x509vfy.Tpo -c -o libxmlsec1_gnutls_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-x509vfy.Plo
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/src/gnutls/Makefile.in:710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.30/src/gnutls/Makefile.in-711-
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-747-GTAGS:
xmlsec1-1.2.30/src/gnutls/Makefile.in:748:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/src/gnutls/Makefile.in-749-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-770-distdir: $(DISTFILES)
xmlsec1-1.2.30/src/gnutls/Makefile.in:771:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/gnutls/Makefile.in:772:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/src/gnutls/Makefile.in-773-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/src/gnutls/Makefile.in-784-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/src/gnutls/Makefile.in:785:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/src/gnutls/Makefile.in-786-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/xmlsec1-config-55-    -*=*)
xmlsec1-1.2.30/xmlsec1-config:56:        optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
xmlsec1-1.2.30/xmlsec1-config-57-    ;;
##############################################
xmlsec1-1.2.30/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
xmlsec1-1.2.30/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
xmlsec1-1.2.30/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
xmlsec1-1.2.30/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.30/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
xmlsec1-1.2.30/aclocal.m4-181-        else 
xmlsec1-1.2.30/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
xmlsec1-1.2.30/aclocal.m4-183-        fi
##############################################
xmlsec1-1.2.30/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
xmlsec1-1.2.30/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
xmlsec1-1.2.30/aclocal.m4-370-# and then we would define $MISSING as
##############################################
xmlsec1-1.2.30/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
xmlsec1-1.2.30/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xmlsec1-1.2.30/aclocal.m4-385-])
##############################################
xmlsec1-1.2.30/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
xmlsec1-1.2.30/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
xmlsec1-1.2.30/aclocal.m4-483-  fi
##############################################
xmlsec1-1.2.30/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
xmlsec1-1.2.30/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xmlsec1-1.2.30/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
xmlsec1-1.2.30/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
xmlsec1-1.2.30/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
xmlsec1-1.2.30/aclocal.m4-643-    else
##############################################
xmlsec1-1.2.30/aclocal.m4-647-    # from the Makefile without running 'make'.
xmlsec1-1.2.30/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xmlsec1-1.2.30/aclocal.m4-649-    test -z "$DEPDIR" && continue
xmlsec1-1.2.30/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xmlsec1-1.2.30/aclocal.m4-651-    test -z "$am__include" && continue
xmlsec1-1.2.30/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xmlsec1-1.2.30/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
xmlsec1-1.2.30/aclocal.m4-661-      test -f "$dirpart/$file" && continue
xmlsec1-1.2.30/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
xmlsec1-1.2.30/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
xmlsec1-1.2.30/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
xmlsec1-1.2.30/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xmlsec1-1.2.30/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xmlsec1-1.2.30/aclocal.m4-878-    * )
xmlsec1-1.2.30/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xmlsec1-1.2.30/aclocal.m4-880-  esac
xmlsec1-1.2.30/aclocal.m4-881-done
xmlsec1-1.2.30/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
xmlsec1-1.2.30/aclocal.m4-883-
##############################################
xmlsec1-1.2.30/aclocal.m4-985-# Ignore all kinds of additional output from 'make'.
xmlsec1-1.2.30/aclocal.m4:986:case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.30/aclocal.m4-987-*the\ am__doit\ target*)
##############################################
xmlsec1-1.2.30/aclocal.m4-995-   echo '.include "confinc"' > confmf
xmlsec1-1.2.30/aclocal.m4:996:   case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.30/aclocal.m4-997-   *the\ am__doit\ target*)
##############################################
xmlsec1-1.2.30/aclocal.m4-1177-     echo "timestamp, slept: $am_has_slept" > conftest.file
xmlsec1-1.2.30/aclocal.m4:1178:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xmlsec1-1.2.30/aclocal.m4-1179-     if test "$[*]" = "X"; then
xmlsec1-1.2.30/aclocal.m4-1180-	# -L didn't work.
xmlsec1-1.2.30/aclocal.m4:1181:	set X `ls -t "$srcdir/configure" conftest.file`
xmlsec1-1.2.30/aclocal.m4-1182-     fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-16-if [ "z$OS_ARCH" = "zCygwin" ] ; then
xmlsec1-1.2.30/tests/testrun.sh:17:    topfolder=`cygpath -wa "$topfolder"`
xmlsec1-1.2.30/tests/testrun.sh:18:    xmlsec_app=`cygpath -a "$xmlsec_app"`
xmlsec1-1.2.30/tests/testrun.sh-19-fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-26-fi
xmlsec1-1.2.30/tests/testrun.sh:27:testname=`basename $testfile`
xmlsec1-1.2.30/tests/testrun.sh-28-if [ "z$OS_ARCH" = "zCygwin" ] ; then
xmlsec1-1.2.30/tests/testrun.sh:29:    tmpfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.tmp`
xmlsec1-1.2.30/tests/testrun.sh:30:    logfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.log`
xmlsec1-1.2.30/tests/testrun.sh:31:    curlogfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.cur.log`
xmlsec1-1.2.30/tests/testrun.sh:32:    failedlogfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.failed.log`
xmlsec1-1.2.30/tests/testrun.sh-33-else
##############################################
xmlsec1-1.2.30/tests/testrun.sh-143-    if [ "z$expected_res" = "z$actual_res_str" ] ; then
xmlsec1-1.2.30/tests/testrun.sh:144:        count_success=`expr $count_success + 1`
xmlsec1-1.2.30/tests/testrun.sh-145-	actual_res="0"
##############################################
xmlsec1-1.2.30/tests/testrun.sh-147-    else
xmlsec1-1.2.30/tests/testrun.sh:148:        count_fail=`expr $count_fail + 1`
xmlsec1-1.2.30/tests/testrun.sh-149-	actual_res="1"
##############################################
xmlsec1-1.2.30/tests/testrun.sh-165-    else
xmlsec1-1.2.30/tests/testrun.sh:166:	count_skip=`expr $count_skip + 1`
xmlsec1-1.2.30/tests/testrun.sh-167-        echo " Skip"
##############################################
xmlsec1-1.2.30/tests/testrun.sh-224-    if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:225:        failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-226-    fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-314-        if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:315:            failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-316-        fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-324-        if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:325:            failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-326-        fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-334-        if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:335:            failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-336-        fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-423-    	if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:424:            failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-425-    	fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-434-        if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:435:            failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-436-        fi
##############################################
xmlsec1-1.2.30/tests/testrun.sh-455-        if [ $? != 0 ]; then
xmlsec1-1.2.30/tests/testrun.sh:456:            failures=`expr $failures + 1`
xmlsec1-1.2.30/tests/testrun.sh-457-        fi
##############################################
xmlsec1-1.2.30/tests/keys/CA.pl-70-	    # create a certificate
xmlsec1-1.2.30/tests/keys/CA.pl:71:	    system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
xmlsec1-1.2.30/tests/keys/CA.pl-72-	    $RET=$?;
##############################################
xmlsec1-1.2.30/tests/keys/CA.pl-75-	    # create a certificate request
xmlsec1-1.2.30/tests/keys/CA.pl:76:	    system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
xmlsec1-1.2.30/tests/keys/CA.pl-77-	    $RET=$?;
##############################################
xmlsec1-1.2.30/tests/keys/CA.pl-80-	    # create a certificate request
xmlsec1-1.2.30/tests/keys/CA.pl:81:	    system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
xmlsec1-1.2.30/tests/keys/CA.pl-82-	    $RET=$?;
##############################################
xmlsec1-1.2.30/tests/keys/CA.pl-133-	} elsif (/^-xsign$/) {
xmlsec1-1.2.30/tests/keys/CA.pl:134:	    system ("$CA -policy policy_anything -infiles newreq.pem");
xmlsec1-1.2.30/tests/keys/CA.pl-135-	    $RET=$?;
##############################################
xmlsec1-1.2.30/tests/keys/CA.pl-155-		foreach $j (@ARGV) {
xmlsec1-1.2.30/tests/keys/CA.pl:156:		    system ("$VERIFY -CAfile $CATOP/$CACERT $j");
xmlsec1-1.2.30/tests/keys/CA.pl-157-		    $RET=$? if ($? != 0);
##############################################
xmlsec1-1.2.30/tests/keys/CA.pl-160-	    } else {
xmlsec1-1.2.30/tests/keys/CA.pl:161:		    system ("$VERIFY -CAfile $CATOP/$CACERT newcert.pem");
xmlsec1-1.2.30/tests/keys/CA.pl-162-		    $RET=$?;
##############################################
xmlsec1-1.2.30/apps/Makefile.in-50-  { \
xmlsec1-1.2.30/apps/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/apps/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/apps/Makefile.in-572-	test -n "$(EXEEXT)" || exit 0; \
xmlsec1-1.2.30/apps/Makefile.in:573:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
xmlsec1-1.2.30/apps/Makefile.in-574-	echo " rm -f" $$list; \
##############################################
xmlsec1-1.2.30/apps/Makefile.in-591-.c.o:
xmlsec1-1.2.30/apps/Makefile.in:592:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.30/apps/Makefile.in-593-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/apps/Makefile.in-599-.c.obj:
xmlsec1-1.2.30/apps/Makefile.in:600:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.30/apps/Makefile.in:601:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.30/apps/Makefile.in-602-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.30/apps/Makefile.in-604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.30/apps/Makefile.in:605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.30/apps/Makefile.in-606-
xmlsec1-1.2.30/apps/Makefile.in-607-.c.lo:
xmlsec1-1.2.30/apps/Makefile.in:608:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.30/apps/Makefile.in-609-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.30/apps/Makefile.in-650-GTAGS:
xmlsec1-1.2.30/apps/Makefile.in:651:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/apps/Makefile.in-652-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/apps/Makefile.in-673-distdir: $(DISTFILES)
xmlsec1-1.2.30/apps/Makefile.in:674:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/apps/Makefile.in:675:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/apps/Makefile.in-676-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/apps/Makefile.in-687-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/apps/Makefile.in:688:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/apps/Makefile.in-689-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-123-  esac
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-128-  esac;
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-476-	@list='$(xmlsecmscnginc_HEADERS)'; test -n "$(xmlsecmscngincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-478-	dir='$(DESTDIR)$(xmlsecmscngincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-509-GTAGS:
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-532-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-546-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/mscng/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-123-  esac
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-128-  esac;
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-473-	@list='$(xmlsecgcryptinc_HEADERS)'; test -n "$(xmlsecgcryptincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:474:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-475-	dir='$(DESTDIR)$(xmlsecgcryptincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-506-GTAGS:
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:507:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-508-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-529-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-543-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/gcrypt/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-123-  esac
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-128-  esac;
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-476-	@list='$(xmlsecopensslinc_HEADERS)'; test -n "$(xmlsecopensslincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-478-	dir='$(DESTDIR)$(xmlsecopensslincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-509-GTAGS:
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-532-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-546-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/openssl/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-123-  esac
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-128-  esac;
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-477-	@list='$(xmlsecnssinc_HEADERS)'; test -n "$(xmlsecnssincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:478:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-479-	dir='$(DESTDIR)$(xmlsecnssincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-510-GTAGS:
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:511:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-512-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-533-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:534:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:535:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-536-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-547-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in:548:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/nss/Makefile.in-549-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-137-	xmlenc.h xmlsec.h xmltree.h soap.h
xmlsec1-1.2.30/include/xmlsec/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/Makefile.in-139-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-141-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-142-  esac;
xmlsec1-1.2.30/include/xmlsec/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/Makefile.in-144-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/Makefile.in-145-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/Makefile.in-147-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-203-  while test -n "$$dir1"; do \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:204:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-205-    if test "$$first" != "."; then \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-206-      if test "$$first" = ".."; then \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:207:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:208:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-209-      else \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:210:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-211-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:212:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-213-        else \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-218-    fi; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:219:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-220-  done; \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-524-	@list='$(xmlsecinc_HEADERS)'; test -n "$(xmlsecincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:525:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-526-	dir='$(DESTDIR)$(xmlsecincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-541-	dot_seen=no; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:542:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-543-	case "$@" in \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-604-GTAGS:
xmlsec1-1.2.30/include/xmlsec/Makefile.in:605:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-606-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-627-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/Makefile.in:628:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:629:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-630-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/Makefile.in-641-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/Makefile.in:642:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/Makefile.in-643-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-123-  esac
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-128-  esac;
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-476-	@list='$(xmlsecmscryptoinc_HEADERS)'; test -n "$(xmlsecmscryptoincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-478-	dir='$(DESTDIR)$(xmlsecmscryptoincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-509-GTAGS:
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-532-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-546-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/mscrypto/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-50-  { \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-123-  esac
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-128-  esac;
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-474-	@list='$(xmlsecgnutlsinc_HEADERS)'; test -n "$(xmlsecgnutlsincdir)" || list=; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:475:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-476-	dir='$(DESTDIR)$(xmlsecgnutlsincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-507-GTAGS:
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:508:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-509-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-530-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:531:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:532:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-533-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-544-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in:545:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/xmlsec/gnutls/Makefile.in-546-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/include/Makefile.in-49-  { \
xmlsec1-1.2.30/include/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/include/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.30/include/Makefile.in-166-  while test -n "$$dir1"; do \
xmlsec1-1.2.30/include/Makefile.in:167:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/include/Makefile.in-168-    if test "$$first" != "."; then \
xmlsec1-1.2.30/include/Makefile.in-169-      if test "$$first" = ".."; then \
xmlsec1-1.2.30/include/Makefile.in:170:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.30/include/Makefile.in:171:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.30/include/Makefile.in-172-      else \
xmlsec1-1.2.30/include/Makefile.in:173:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/include/Makefile.in-174-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.30/include/Makefile.in:175:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/include/Makefile.in-176-        else \
##############################################
xmlsec1-1.2.30/include/Makefile.in-181-    fi; \
xmlsec1-1.2.30/include/Makefile.in:182:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/include/Makefile.in-183-  done; \
##############################################
xmlsec1-1.2.30/include/Makefile.in-473-	dot_seen=no; \
xmlsec1-1.2.30/include/Makefile.in:474:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.30/include/Makefile.in-475-	case "$@" in \
##############################################
xmlsec1-1.2.30/include/Makefile.in-536-GTAGS:
xmlsec1-1.2.30/include/Makefile.in:537:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/include/Makefile.in-538-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/include/Makefile.in-559-distdir: $(DISTFILES)
xmlsec1-1.2.30/include/Makefile.in:560:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/Makefile.in:561:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/include/Makefile.in-562-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/include/Makefile.in-573-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/include/Makefile.in:574:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/include/Makefile.in-575-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html-123-    else
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html:124:        vers=`$MYCRYPTO_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html:125:	minvers=`echo $MYCRYPTO_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html-126-	if test "$vers" -ge "$minvers" ; then
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html:127:    	    MYCRYPTO_LIBS="`$MYCRYPTO_CONFIG --libs`"
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html:128:	    MYCRYPTO_CFLAGS="`$MYCRYPTO_CONFIG --cflags`"
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html:129:	    MYCRYPTO_VERSION="`$MYCRYPTO_CONFIG --version`"
xmlsec1-1.2.30/docs/api/xmlsec-notes-new-crypto-skeleton.html-130-	    XMLSEC_NO_MYCRYPTO="0"
##############################################
xmlsec1-1.2.30/docs/api/Makefile.am-112-sgml: sgml-base
xmlsec1-1.2.30/docs/api/Makefile.am:113:	(for i in `find $(SGML_DIR) -name "*.sgml" -or -name "*.xml" -print` ; do \
xmlsec1-1.2.30/docs/api/Makefile.am-114-			echo "Fixing up '$$i'" ; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.am-230-	@(for i in $(EXAMPLES_SOURCE_FILES) ; do \
xmlsec1-1.2.30/docs/api/Makefile.am:231:	    file_name=`echo $$i | sed 's#.*/##' | sed 's#\..*$$##'`; \
xmlsec1-1.2.30/docs/api/Makefile.am:232:	    file_ext=`echo $$i | sed 's#.*/##' | sed 's#.*\.##'`; \
xmlsec1-1.2.30/docs/api/Makefile.am-233-	    echo Converting $$file_name.$$file_ext to $$file_name.sgml ...; \
xmlsec1-1.2.30/docs/api/Makefile.am:234:	    file_title=`cat $$i | grep 'XML Security Library example: ' | sed 's#^.*: *##'`; \
xmlsec1-1.2.30/docs/api/Makefile.am-235-	    echo "<sect2 id=\"xmlsec-example-$$file_name\" >" > \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.am-257-	@cp -p $(srcdir)/*.html $(srcdir)/*.png $(distdir)/
xmlsec1-1.2.30/docs/api/Makefile.am:258:	(for i in `find $(distdir) -name ".sentinel" -print` ; do \
xmlsec1-1.2.30/docs/api/Makefile.am-259-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.am-261-	done )
xmlsec1-1.2.30/docs/api/Makefile.am:262:	(for i in `find $(distdir) -name "*.sgml.bak" -print` ; do \
xmlsec1-1.2.30/docs/api/Makefile.am-263-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-49-  { \
xmlsec1-1.2.30/docs/api/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/docs/api/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-471-distdir: $(DISTFILES)
xmlsec1-1.2.30/docs/api/Makefile.in:472:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/docs/api/Makefile.in:473:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/docs/api/Makefile.in-474-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-485-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/docs/api/Makefile.in:486:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/docs/api/Makefile.in-487-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-658-sgml: sgml-base
xmlsec1-1.2.30/docs/api/Makefile.in:659:	(for i in `find $(SGML_DIR) -name "*.sgml" -or -name "*.xml" -print` ; do \
xmlsec1-1.2.30/docs/api/Makefile.in-660-			echo "Fixing up '$$i'" ; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-776-	@(for i in $(EXAMPLES_SOURCE_FILES) ; do \
xmlsec1-1.2.30/docs/api/Makefile.in:777:	    file_name=`echo $$i | sed 's#.*/##' | sed 's#\..*$$##'`; \
xmlsec1-1.2.30/docs/api/Makefile.in:778:	    file_ext=`echo $$i | sed 's#.*/##' | sed 's#.*\.##'`; \
xmlsec1-1.2.30/docs/api/Makefile.in-779-	    echo Converting $$file_name.$$file_ext to $$file_name.sgml ...; \
xmlsec1-1.2.30/docs/api/Makefile.in:780:	    file_title=`cat $$i | grep 'XML Security Library example: ' | sed 's#^.*: *##'`; \
xmlsec1-1.2.30/docs/api/Makefile.in-781-	    echo "<sect2 id=\"xmlsec-example-$$file_name\" >" > \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-803-	@cp -p $(srcdir)/*.html $(srcdir)/*.png $(distdir)/
xmlsec1-1.2.30/docs/api/Makefile.in:804:	(for i in `find $(distdir) -name ".sentinel" -print` ; do \
xmlsec1-1.2.30/docs/api/Makefile.in-805-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.30/docs/api/Makefile.in-807-	done )
xmlsec1-1.2.30/docs/api/Makefile.in:808:	(for i in `find $(distdir) -name "*.sgml.bak" -print` ; do \
xmlsec1-1.2.30/docs/api/Makefile.in-809-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml-119-    else
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml:120:        vers=`$MYCRYPTO_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml:121:	minvers=`echo $MYCRYPTO_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml-122-	if test "$vers" -ge "$minvers" ; then
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml:123:    	    MYCRYPTO_LIBS="`$MYCRYPTO_CONFIG --libs`"
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml:124:	    MYCRYPTO_CFLAGS="`$MYCRYPTO_CONFIG --cflags`"
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml:125:	    MYCRYPTO_VERSION="`$MYCRYPTO_CONFIG --version`"
xmlsec1-1.2.30/docs/api/src/chapters/new-crypto.sgml-126-	    XMLSEC_NO_MYCRYPTO="0"
##############################################
xmlsec1-1.2.30/docs/Makefile.am-53-	@(echo "Formatting html documents"; \
xmlsec1-1.2.30/docs/Makefile.am:54:	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.30/docs/Makefile.am-55-	do \
##############################################
xmlsec1-1.2.30/docs/Makefile.am-68-	@(echo "Cleaning html documents"; \
xmlsec1-1.2.30/docs/Makefile.am:69:	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.30/docs/Makefile.am-70-	do \
##############################################
xmlsec1-1.2.30/docs/Makefile.am-76-	@(echo "Formatting html documents to add Google Analytics"; \
xmlsec1-1.2.30/docs/Makefile.am:77:	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.30/docs/Makefile.am-78-	do \
##############################################
xmlsec1-1.2.30/docs/Makefile.am-98-		(chmod -R u+w $(builddir)/src || true) && rm -rf $(builddir)/src ; \
xmlsec1-1.2.30/docs/Makefile.am:99:		(for i in `find $(builddir) -name "*.html" -print` ; do \
xmlsec1-1.2.30/docs/Makefile.am-100-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.30/docs/Makefile.am-102-		done ) ; \
xmlsec1-1.2.30/docs/Makefile.am:103:		(for i in `find $(builddir) -name "*.ico" -print` ; do \
xmlsec1-1.2.30/docs/Makefile.am-104-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-49-  { \
xmlsec1-1.2.30/docs/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.30/docs/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-166-  while test -n "$$dir1"; do \
xmlsec1-1.2.30/docs/Makefile.in:167:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/docs/Makefile.in-168-    if test "$$first" != "."; then \
xmlsec1-1.2.30/docs/Makefile.in-169-      if test "$$first" = ".."; then \
xmlsec1-1.2.30/docs/Makefile.in:170:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.30/docs/Makefile.in:171:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.30/docs/Makefile.in-172-      else \
xmlsec1-1.2.30/docs/Makefile.in:173:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.30/docs/Makefile.in-174-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.30/docs/Makefile.in:175:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/docs/Makefile.in-176-        else \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-181-    fi; \
xmlsec1-1.2.30/docs/Makefile.in:182:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.30/docs/Makefile.in-183-  done; \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-485-	dot_seen=no; \
xmlsec1-1.2.30/docs/Makefile.in:486:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.30/docs/Makefile.in-487-	case "$@" in \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-548-GTAGS:
xmlsec1-1.2.30/docs/Makefile.in:549:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.30/docs/Makefile.in-550-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-571-distdir: $(DISTFILES)
xmlsec1-1.2.30/docs/Makefile.in:572:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/docs/Makefile.in:573:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.30/docs/Makefile.in-574-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-585-	  if test -d $$d/$$file; then \
xmlsec1-1.2.30/docs/Makefile.in:586:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.30/docs/Makefile.in-587-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-777-@HAS_XSLTPROC_TRUE@	@(echo "Formatting html documents"; \
xmlsec1-1.2.30/docs/Makefile.in:778:@HAS_XSLTPROC_TRUE@	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.30/docs/Makefile.in-779-@HAS_XSLTPROC_TRUE@	do \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-792-@HAS_XSLTPROC_TRUE@	@(echo "Cleaning html documents"; \
xmlsec1-1.2.30/docs/Makefile.in:793:@HAS_XSLTPROC_TRUE@	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.30/docs/Makefile.in-794-@HAS_XSLTPROC_TRUE@	do \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-800-@HAS_XSLTPROC_TRUE@	@(echo "Formatting html documents to add Google Analytics"; \
xmlsec1-1.2.30/docs/Makefile.in:801:@HAS_XSLTPROC_TRUE@	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.30/docs/Makefile.in-802-@HAS_XSLTPROC_TRUE@	do \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-819-		(chmod -R u+w $(builddir)/src || true) && rm -rf $(builddir)/src ; \
xmlsec1-1.2.30/docs/Makefile.in:820:		(for i in `find $(builddir) -name "*.html" -print` ; do \
xmlsec1-1.2.30/docs/Makefile.in-821-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.30/docs/Makefile.in-823-		done ) ; \
xmlsec1-1.2.30/docs/Makefile.in:824:		(for i in `find $(builddir) -name "*.ico" -print` ; do \
xmlsec1-1.2.30/docs/Makefile.in-825-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.31/configure.ac-8-XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
xmlsec1-1.2.31/configure.ac:9:XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
xmlsec1-1.2.31/configure.ac:10:XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`
xmlsec1-1.2.31/configure.ac-11-
##############################################
xmlsec1-1.2.31/configure.ac-395-        if test "z$LIBXML_CFLAGS" = "z" ; then
xmlsec1-1.2.31/configure.ac:396:            LIBXML_CFLAGS="`$LIBXML_CONFIG_PATH --cflags`"
xmlsec1-1.2.31/configure.ac-397-        fi
xmlsec1-1.2.31/configure.ac-398-        if test "z$LIBXML_LIBS" = "z"; then
xmlsec1-1.2.31/configure.ac:399:            LIBXML_LIBS="`$LIBXML_CONFIG_PATH --libs`"
xmlsec1-1.2.31/configure.ac-400-        fi
##############################################
xmlsec1-1.2.31/configure.ac-421-    CPPFLAGS="$CPPFLAGS $LIBXML_CFLAGS"
xmlsec1-1.2.31/configure.ac:422:    minvers=`echo $LIBXML_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure.ac-423-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.31/configure.ac-572-        if test "z$LIBXSLT_CFLAGS" = "z" ; then
xmlsec1-1.2.31/configure.ac:573:            LIBXSLT_CFLAGS="`$LIBXSLT_CONFIG_PATH --cflags`"
xmlsec1-1.2.31/configure.ac-574-        fi
xmlsec1-1.2.31/configure.ac-575-        if test "z$LIBXSLT_LIBS" = "z"; then
xmlsec1-1.2.31/configure.ac:576:            LIBXSLT_LIBS="`$LIBXSLT_CONFIG_PATH --libs`"
xmlsec1-1.2.31/configure.ac-577-        fi
##############################################
xmlsec1-1.2.31/configure.ac-598-    CPPFLAGS="$CPPFLAGS $LIBXSLT_CFLAGS"
xmlsec1-1.2.31/configure.ac:599:    minvers=`echo $LIBXSLT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure.ac-600-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.31/configure.ac-1122-if test "z$NSPR_FOUND" = "zyes" ; then
xmlsec1-1.2.31/configure.ac:1123:    minvers=`echo $NSPR_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure.ac-1124-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.31/configure.ac-1141-if test "z$NSS_FOUND" = "zyes" ; then
xmlsec1-1.2.31/configure.ac:1142:    minvers=`echo $NSS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure.ac-1143-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.31/configure.ac-1312-        if test "z$GCRYPT_CFLAGS" = "z" ; then
xmlsec1-1.2.31/configure.ac:1313:            GCRYPT_CFLAGS="`$GCRYPT_CONFIG_PATH --cflags`"
xmlsec1-1.2.31/configure.ac-1314-        fi
xmlsec1-1.2.31/configure.ac-1315-        if test "z$GCRYPT_LIBS" = "z"; then
xmlsec1-1.2.31/configure.ac:1316:            GCRYPT_LIBS="`$GCRYPT_CONFIG_PATH --libs`"
xmlsec1-1.2.31/configure.ac-1317-        fi
##############################################
xmlsec1-1.2.31/configure.ac-1339-    dnl gcrypt uses hex digits for version number
xmlsec1-1.2.31/configure.ac:1340:    minvers=`echo $GCRYPT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.31/configure.ac-1341-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.31/configure.ac-1486-    dnl gnutls uses hex digits for version number
xmlsec1-1.2.31/configure.ac:1487:    minvers=`echo $GNUTLS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.31/configure.ac-1488-    AC_EGREP_CPP(greater-than-minvers, [
##############################################
xmlsec1-1.2.31/ltmain.sh-103-#
xmlsec1-1.2.31/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
xmlsec1-1.2.31/ltmain.sh-105-#
##############################################
xmlsec1-1.2.31/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
xmlsec1-1.2.31/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
xmlsec1-1.2.31/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
xmlsec1-1.2.31/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
xmlsec1-1.2.31/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
xmlsec1-1.2.31/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
xmlsec1-1.2.31/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-410-# The name of this program.
xmlsec1-1.2.31/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
xmlsec1-1.2.31/ltmain.sh-412-
##############################################
xmlsec1-1.2.31/ltmain.sh-416-  *[\\/]*)
xmlsec1-1.2.31/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
xmlsec1-1.2.31/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
xmlsec1-1.2.31/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
xmlsec1-1.2.31/ltmain.sh-610-
xmlsec1-1.2.31/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
xmlsec1-1.2.31/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
xmlsec1-1.2.31/ltmain.sh-613-
##############################################
xmlsec1-1.2.31/ltmain.sh-639-
xmlsec1-1.2.31/ltmain.sh:640:    func_arith_result=`expr "$@"`
xmlsec1-1.2.31/ltmain.sh-641-  }
##############################################
xmlsec1-1.2.31/ltmain.sh-660-  # ...otherwise fall back to using sed.
xmlsec1-1.2.31/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
xmlsec1-1.2.31/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
xmlsec1-1.2.31/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-757-      test -n "$_G_tc" && {
xmlsec1-1.2.31/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
xmlsec1-1.2.31/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
xmlsec1-1.2.31/ltmain.sh-760-      }
xmlsec1-1.2.31/ltmain.sh-761-    done
xmlsec1-1.2.31/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.31/ltmain.sh-763-
##############################################
xmlsec1-1.2.31/ltmain.sh-831-
xmlsec1-1.2.31/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
xmlsec1-1.2.31/ltmain.sh-833-  }
##############################################
xmlsec1-1.2.31/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
xmlsec1-1.2.31/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
xmlsec1-1.2.31/ltmain.sh-865-      done
xmlsec1-1.2.31/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
xmlsec1-1.2.31/ltmain.sh-867-
##############################################
xmlsec1-1.2.31/ltmain.sh-901-      # If mktemp works, use that first and foremost
xmlsec1-1.2.31/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-903-
##############################################
xmlsec1-1.2.31/ltmain.sh-1111-        *[\\\`\"\$]*)
xmlsec1-1.2.31/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
xmlsec1-1.2.31/ltmain.sh-1113-        *)
##############################################
xmlsec1-1.2.31/ltmain.sh-1198-    case $2 in
xmlsec1-1.2.31/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
xmlsec1-1.2.31/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
xmlsec1-1.2.31/ltmain.sh-1201-    esac
##############################################
xmlsec1-1.2.31/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
xmlsec1-1.2.31/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
xmlsec1-1.2.31/ltmain.sh-1273-      ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-1358-
xmlsec1-1.2.31/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
xmlsec1-1.2.31/ltmain.sh-1360-}
##############################################
xmlsec1-1.2.31/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
xmlsec1-1.2.31/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
xmlsec1-1.2.31/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
xmlsec1-1.2.31/ltmain.sh-1517-
xmlsec1-1.2.31/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
xmlsec1-1.2.31/ltmain.sh-1519-}
##############################################
xmlsec1-1.2.31/ltmain.sh-1870-
xmlsec1-1.2.31/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
xmlsec1-1.2.31/ltmain.sh-1872-      func_split_equals_rhs=
xmlsec1-1.2.31/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
xmlsec1-1.2.31/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
xmlsec1-1.2.31/ltmain.sh-1875-  }
##############################################
xmlsec1-1.2.31/ltmain.sh-1898-
xmlsec1-1.2.31/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
xmlsec1-1.2.31/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
xmlsec1-1.2.31/ltmain.sh-1901-  }
##############################################
xmlsec1-1.2.31/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
xmlsec1-1.2.31/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
xmlsec1-1.2.31/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
xmlsec1-1.2.31/ltmain.sh-2074-
##############################################
xmlsec1-1.2.31/ltmain.sh-2110-  {
xmlsec1-1.2.31/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
xmlsec1-1.2.31/ltmain.sh-2112-  }
##############################################
xmlsec1-1.2.31/ltmain.sh-2115-  {
xmlsec1-1.2.31/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
xmlsec1-1.2.31/ltmain.sh-2117-  }
##############################################
xmlsec1-1.2.31/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
xmlsec1-1.2.31/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
xmlsec1-1.2.31/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
xmlsec1-1.2.31/ltmain.sh-2659-      done
xmlsec1-1.2.31/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
xmlsec1-1.2.31/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
xmlsec1-1.2.31/ltmain.sh-2662-      case $@ in
##############################################
xmlsec1-1.2.31/ltmain.sh-2672-	    # Evaluate the configuration.
xmlsec1-1.2.31/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
xmlsec1-1.2.31/ltmain.sh-2674-	    CC_quoted=
##############################################
xmlsec1-1.2.31/ltmain.sh-2678-	    done
xmlsec1-1.2.31/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
xmlsec1-1.2.31/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
xmlsec1-1.2.31/ltmain.sh-2681-	    case "$@ " in
##############################################
xmlsec1-1.2.31/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
xmlsec1-1.2.31/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
xmlsec1-1.2.31/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
xmlsec1-1.2.31/ltmain.sh-3009-    # LT_CYGPATH in this case.
xmlsec1-1.2.31/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
xmlsec1-1.2.31/ltmain.sh-3011-  fi
##############################################
xmlsec1-1.2.31/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
xmlsec1-1.2.31/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
xmlsec1-1.2.31/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
xmlsec1-1.2.31/ltmain.sh-3376-    *.[cCFSifmso] | \
xmlsec1-1.2.31/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
xmlsec1-1.2.31/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
xmlsec1-1.2.31/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
xmlsec1-1.2.31/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
xmlsec1-1.2.31/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
xmlsec1-1.2.31/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
xmlsec1-1.2.31/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-3474-
##############################################
xmlsec1-1.2.31/ltmain.sh-3520-      if test warn = "$need_locks" &&
xmlsec1-1.2.31/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
xmlsec1-1.2.31/ltmain.sh-3522-	$ECHO "\
xmlsec1-1.2.31/ltmain.sh-3523-*** ERROR, $lockfile contains:
xmlsec1-1.2.31/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-3525-
##############################################
xmlsec1-1.2.31/ltmain.sh-3569-      if test warn = "$need_locks" &&
xmlsec1-1.2.31/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
xmlsec1-1.2.31/ltmain.sh-3571-	$ECHO "\
xmlsec1-1.2.31/ltmain.sh-3572-*** ERROR, $lockfile contains:
xmlsec1-1.2.31/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-3574-
##############################################
xmlsec1-1.2.31/ltmain.sh-3895-      # Get the absolute pathname.
xmlsec1-1.2.31/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
xmlsec1-1.2.31/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
xmlsec1-1.2.31/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
xmlsec1-1.2.31/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
xmlsec1-1.2.31/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
xmlsec1-1.2.31/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
xmlsec1-1.2.31/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
xmlsec1-1.2.31/ltmain.sh-4280-
##############################################
xmlsec1-1.2.31/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
xmlsec1-1.2.31/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
xmlsec1-1.2.31/ltmain.sh-4293-	  else
xmlsec1-1.2.31/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
xmlsec1-1.2.31/ltmain.sh-4295-	  fi
##############################################
xmlsec1-1.2.31/ltmain.sh-4458-	    fi
xmlsec1-1.2.31/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
xmlsec1-1.2.31/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-4477-	        # Replace the output file specification.
xmlsec1-1.2.31/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
xmlsec1-1.2.31/ltmain.sh-4479-
##############################################
xmlsec1-1.2.31/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
xmlsec1-1.2.31/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
xmlsec1-1.2.31/ltmain.sh-4498-	  fi
##############################################
xmlsec1-1.2.31/ltmain.sh-4570-    my_pic_p=${3-false}
xmlsec1-1.2.31/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
xmlsec1-1.2.31/ltmain.sh-4572-    my_dlsyms=
##############################################
xmlsec1-1.2.31/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
xmlsec1-1.2.31/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.31/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
xmlsec1-1.2.31/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
xmlsec1-1.2.31/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
xmlsec1-1.2.31/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
xmlsec1-1.2.31/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
xmlsec1-1.2.31/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
xmlsec1-1.2.31/ltmain.sh-4862-	  else
xmlsec1-1.2.31/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.31/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.31/ltmain.sh-4865-	  fi
##############################################
xmlsec1-1.2.31/ltmain.sh-4867-	*)
xmlsec1-1.2.31/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.31/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xmlsec1-1.2.31/ltmain.sh-4870-	  ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-4882-      # Nullify the symbol file.
xmlsec1-1.2.31/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
xmlsec1-1.2.31/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
xmlsec1-1.2.31/ltmain.sh-4885-    fi
##############################################
xmlsec1-1.2.31/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
xmlsec1-1.2.31/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)$'`
xmlsec1-1.2.31/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
xmlsec1-1.2.31/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
xmlsec1-1.2.31/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
xmlsec1-1.2.31/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
xmlsec1-1.2.31/ltmain.sh-4925-  win32_libid_type=unknown
xmlsec1-1.2.31/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-4927-  case $win32_fileres in
##############################################
xmlsec1-1.2.31/ltmain.sh-4990-
xmlsec1-1.2.31/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
xmlsec1-1.2.31/ltmain.sh-4992-}
##############################################
xmlsec1-1.2.31/ltmain.sh-5008-
xmlsec1-1.2.31/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
xmlsec1-1.2.31/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
xmlsec1-1.2.31/ltmain.sh-5072-    # binutils import library
xmlsec1-1.2.31/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
xmlsec1-1.2.31/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
xmlsec1-1.2.31/ltmain.sh-5075-    # ms-generated import library
xmlsec1-1.2.31/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
xmlsec1-1.2.31/ltmain.sh-5077-  else
##############################################
xmlsec1-1.2.31/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
xmlsec1-1.2.31/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
xmlsec1-1.2.31/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
xmlsec1-1.2.31/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
xmlsec1-1.2.31/ltmain.sh-5160-	    darwin_arch=
##############################################
xmlsec1-1.2.31/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
xmlsec1-1.2.31/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
xmlsec1-1.2.31/ltmain.sh-5172-	    darwin_file=
##############################################
xmlsec1-1.2.31/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
xmlsec1-1.2.31/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
xmlsec1-1.2.31/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
xmlsec1-1.2.31/ltmain.sh-5189-      esac
xmlsec1-1.2.31/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
xmlsec1-1.2.31/ltmain.sh-5191-    done
##############################################
xmlsec1-1.2.31/ltmain.sh-5260-
xmlsec1-1.2.31/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
xmlsec1-1.2.31/ltmain.sh-5262-    $ECHO "\
##############################################
xmlsec1-1.2.31/ltmain.sh-5295-    --lt-dump-script)
xmlsec1-1.2.31/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
xmlsec1-1.2.31/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
xmlsec1-1.2.31/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
xmlsec1-1.2.31/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
xmlsec1-1.2.31/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
xmlsec1-1.2.31/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
xmlsec1-1.2.31/ltmain.sh-5324-  done
##############################################
xmlsec1-1.2.31/ltmain.sh-5380-  # Find the directory that this script lives in.
xmlsec1-1.2.31/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
xmlsec1-1.2.31/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
xmlsec1-1.2.31/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
xmlsec1-1.2.31/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
xmlsec1-1.2.31/ltmain.sh-5386-  while test -n \"\$file\"; do
xmlsec1-1.2.31/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
xmlsec1-1.2.31/ltmain.sh-5388-
##############################################
xmlsec1-1.2.31/ltmain.sh-5396-
xmlsec1-1.2.31/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
xmlsec1-1.2.31/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
xmlsec1-1.2.31/ltmain.sh-5399-  done
##############################################
xmlsec1-1.2.31/ltmain.sh-5410-    case \"\$thisdir\" in
xmlsec1-1.2.31/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
xmlsec1-1.2.31/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-5416-  # Try to get the absolute directory name.
xmlsec1-1.2.31/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
xmlsec1-1.2.31/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
xmlsec1-1.2.31/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
xmlsec1-1.2.31/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
xmlsec1-1.2.31/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
xmlsec1-1.2.31/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
xmlsec1-1.2.31/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
xmlsec1-1.2.31/ltmain.sh-5443-      else
##############################################
xmlsec1-1.2.31/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
xmlsec1-1.2.31/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
xmlsec1-1.2.31/ltmain.sh-5487-
##############################################
xmlsec1-1.2.31/ltmain.sh-6464-
xmlsec1-1.2.31/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
xmlsec1-1.2.31/ltmain.sh-6466-    *import*) : ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-6712-	    moreargs=
xmlsec1-1.2.31/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
xmlsec1-1.2.31/ltmain.sh-6714-	    do
##############################################
xmlsec1-1.2.31/ltmain.sh-6973-	*)
xmlsec1-1.2.31/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
xmlsec1-1.2.31/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
xmlsec1-1.2.31/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
xmlsec1-1.2.31/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
xmlsec1-1.2.31/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
xmlsec1-1.2.31/ltmain.sh-7290-      -Z*)
xmlsec1-1.2.31/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
xmlsec1-1.2.31/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
xmlsec1-1.2.31/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
xmlsec1-1.2.31/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
xmlsec1-1.2.31/ltmain.sh-7462-    else
##############################################
xmlsec1-1.2.31/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
xmlsec1-1.2.31/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xmlsec1-1.2.31/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
xmlsec1-1.2.31/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
xmlsec1-1.2.31/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
xmlsec1-1.2.31/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
xmlsec1-1.2.31/ltmain.sh-7877-	fi
xmlsec1-1.2.31/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
xmlsec1-1.2.31/ltmain.sh-7950-	*)
xmlsec1-1.2.31/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
xmlsec1-1.2.31/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-8203-	    shift
xmlsec1-1.2.31/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.31/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
xmlsec1-1.2.31/ltmain.sh-8495-		*)
xmlsec1-1.2.31/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
xmlsec1-1.2.31/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-8506-		  depdepl=
xmlsec1-1.2.31/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
xmlsec1-1.2.31/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
xmlsec1-1.2.31/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
xmlsec1-1.2.31/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
xmlsec1-1.2.31/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
xmlsec1-1.2.31/ltmain.sh-8517-                      fi
##############################################
xmlsec1-1.2.31/ltmain.sh-8528-		else
xmlsec1-1.2.31/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
xmlsec1-1.2.31/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
xmlsec1-1.2.31/ltmain.sh-8551-	else
xmlsec1-1.2.31/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh-8553-	fi
##############################################
xmlsec1-1.2.31/ltmain.sh-8640-        linux*)
xmlsec1-1.2.31/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
xmlsec1-1.2.31/ltmain.sh-9048-	removelist=
xmlsec1-1.2.31/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
xmlsec1-1.2.31/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
xmlsec1-1.2.31/ltmain.sh-9074-	# Transform .lo files to .o files.
xmlsec1-1.2.31/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
xmlsec1-1.2.31/ltmain.sh-9076-      fi
##############################################
xmlsec1-1.2.31/ltmain.sh-9079-      #for path in $notinst_path; do
xmlsec1-1.2.31/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
xmlsec1-1.2.31/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
xmlsec1-1.2.31/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
xmlsec1-1.2.31/ltmain.sh-9083-      #done
##############################################
xmlsec1-1.2.31/ltmain.sh-9200-		if test -n "$i"; then
xmlsec1-1.2.31/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.31/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
xmlsec1-1.2.31/ltmain.sh-9203-		  set dummy $deplib_matches; shift
xmlsec1-1.2.31/ltmain.sh-9204-		  deplib_match=$1
xmlsec1-1.2.31/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
xmlsec1-1.2.31/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
xmlsec1-1.2.31/ltmain.sh-9243-		  if test -n "$i"; then
xmlsec1-1.2.31/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.31/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
xmlsec1-1.2.31/ltmain.sh-9246-		    set dummy $deplib_matches; shift
xmlsec1-1.2.31/ltmain.sh-9247-		    deplib_match=$1
xmlsec1-1.2.31/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
xmlsec1-1.2.31/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
xmlsec1-1.2.31/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
xmlsec1-1.2.31/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xmlsec1-1.2.31/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
xmlsec1-1.2.31/ltmain.sh-9293-	      if test -n "$a_deplib"; then
xmlsec1-1.2.31/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.31/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
xmlsec1-1.2.31/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
xmlsec1-1.2.31/ltmain.sh-9297-		else
##############################################
xmlsec1-1.2.31/ltmain.sh-9303-		    shopt -s nocaseglob
xmlsec1-1.2.31/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-9305-		    $nocaseglob
xmlsec1-1.2.31/ltmain.sh-9306-		  else
xmlsec1-1.2.31/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-9308-		  fi
##############################################
xmlsec1-1.2.31/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
xmlsec1-1.2.31/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
xmlsec1-1.2.31/ltmain.sh-9323-			case $potliblink in
xmlsec1-1.2.31/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
xmlsec1-1.2.31/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
xmlsec1-1.2.31/ltmain.sh-9326-			esac
##############################################
xmlsec1-1.2.31/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
xmlsec1-1.2.31/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xmlsec1-1.2.31/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
xmlsec1-1.2.31/ltmain.sh-9377-	      if test -n "$a_deplib"; then
xmlsec1-1.2.31/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
xmlsec1-1.2.31/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
xmlsec1-1.2.31/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
xmlsec1-1.2.31/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
xmlsec1-1.2.31/ltmain.sh-9416-	  newdeplibs=
xmlsec1-1.2.31/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
xmlsec1-1.2.31/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
xmlsec1-1.2.31/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
xmlsec1-1.2.31/ltmain.sh-9422-	    done
##############################################
xmlsec1-1.2.31/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
xmlsec1-1.2.31/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
xmlsec1-1.2.31/ltmain.sh-9448-	  ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-9498-	*-*-darwin*)
xmlsec1-1.2.31/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh-9502-	  ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-9625-	# Use standard objects if they are pic
xmlsec1-1.2.31/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.31/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
xmlsec1-1.2.31/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
xmlsec1-1.2.31/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
xmlsec1-1.2.31/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
xmlsec1-1.2.31/ltmain.sh-10154-      # Create the old-style object.
xmlsec1-1.2.31/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
xmlsec1-1.2.31/ltmain.sh-10156-
##############################################
xmlsec1-1.2.31/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
xmlsec1-1.2.31/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
xmlsec1-1.2.31/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
xmlsec1-1.2.31/ltmain.sh-10215-	;;
##############################################
xmlsec1-1.2.31/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
xmlsec1-1.2.31/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xmlsec1-1.2.31/ltmain.sh-10233-	;;
##############################################
xmlsec1-1.2.31/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
xmlsec1-1.2.31/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
xmlsec1-1.2.31/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
xmlsec1-1.2.31/ltmain.sh-10368-	# Transform all the library objects into standard objects.
xmlsec1-1.2.31/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.31/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
xmlsec1-1.2.31/ltmain.sh-10371-      fi
##############################################
xmlsec1-1.2.31/ltmain.sh-10396-	# Replace the output file specification.
xmlsec1-1.2.31/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
xmlsec1-1.2.31/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
xmlsec1-1.2.31/ltmain.sh-10405-	  func_to_tool_file "$output"
xmlsec1-1.2.31/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'`
xmlsec1-1.2.31/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xmlsec1-1.2.31/ltmain.sh-10449-	# Replace the output file specification.
xmlsec1-1.2.31/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
xmlsec1-1.2.31/ltmain.sh-10451-	# Delete the old output file.
##############################################
xmlsec1-1.2.31/ltmain.sh-10457-	  func_to_tool_file "$output"
xmlsec1-1.2.31/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'`
xmlsec1-1.2.31/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xmlsec1-1.2.31/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
xmlsec1-1.2.31/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
xmlsec1-1.2.31/ltmain.sh-10477-          ;;
##############################################
xmlsec1-1.2.31/ltmain.sh-10488-      # Replace the output file specification.
xmlsec1-1.2.31/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
xmlsec1-1.2.31/ltmain.sh-10490-
##############################################
xmlsec1-1.2.31/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
xmlsec1-1.2.31/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'`
xmlsec1-1.2.31/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xmlsec1-1.2.31/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
xmlsec1-1.2.31/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
xmlsec1-1.2.31/ltmain.sh-10520-      fi
##############################################
xmlsec1-1.2.31/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
xmlsec1-1.2.31/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
xmlsec1-1.2.31/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
xmlsec1-1.2.31/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
xmlsec1-1.2.31/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
xmlsec1-1.2.31/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
xmlsec1-1.2.31/ltmain.sh-10811-		name=$func_basename_result
xmlsec1-1.2.31/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
xmlsec1-1.2.31/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
xmlsec1-1.2.31/ltmain.sh-10830-		name=$func_basename_result
xmlsec1-1.2.31/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
xmlsec1-1.2.31/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
xmlsec1-1.2.31/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
xmlsec1-1.2.31/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
xmlsec1-1.2.31/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
xmlsec1-1.2.31/man/Makefile.in-49-  { \
xmlsec1-1.2.31/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/man/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.31/man/Makefile.in-121-  esac
xmlsec1-1.2.31/man/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/man/Makefile.in-123-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/man/Makefile.in:124:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/man/Makefile.in-125-    *) f=$$p;; \
xmlsec1-1.2.31/man/Makefile.in-126-  esac;
xmlsec1-1.2.31/man/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/man/Makefile.in-128-am__install_max = 40
xmlsec1-1.2.31/man/Makefile.in-129-am__nobase_strip_setup = \
xmlsec1-1.2.31/man/Makefile.in:130:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/man/Makefile.in-131-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/man/Makefile.in-450-	test -n "$(man1dir)" \
xmlsec1-1.2.31/man/Makefile.in:451:	  && test -n "`echo $$list1$$list2`" \
xmlsec1-1.2.31/man/Makefile.in-452-	  || exit 0; \
##############################################
xmlsec1-1.2.31/man/Makefile.in-496-distdir: $(DISTFILES)
xmlsec1-1.2.31/man/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/man/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/man/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/man/Makefile.in-510-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/man/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/man/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
xmlsec1-1.2.31/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.31/configure-47-  as_echo='print -r --'
xmlsec1-1.2.31/configure-48-  as_echo_n='print -rn --'
xmlsec1-1.2.31/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.31/configure-50-  as_echo='printf %s\n'
##############################################
xmlsec1-1.2.31/configure-52-else
xmlsec1-1.2.31/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xmlsec1-1.2.31/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xmlsec1-1.2.31/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
xmlsec1-1.2.31/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xmlsec1-1.2.31/configure-64-      esac;
##############################################
xmlsec1-1.2.31/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
xmlsec1-1.2.31/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
xmlsec1-1.2.31/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
xmlsec1-1.2.31/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
xmlsec1-1.2.31/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
xmlsec1-1.2.31/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
xmlsec1-1.2.31/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
xmlsec1-1.2.31/configure-335-      case $as_dir in #(
xmlsec1-1.2.31/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xmlsec1-1.2.31/configure-337-      *) as_qdir=$as_dir;;
##############################################
xmlsec1-1.2.31/configure-408-  {
xmlsec1-1.2.31/configure:409:    as_val=`expr "$@" || test $? -eq 1`
xmlsec1-1.2.31/configure-410-  }
##############################################
xmlsec1-1.2.31/configure-415-# ----------------------------------------
xmlsec1-1.2.31/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xmlsec1-1.2.31/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xmlsec1-1.2.31/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
xmlsec1-1.2.31/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
xmlsec1-1.2.31/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
xmlsec1-1.2.31/configure-1100-  case $ac_option in
xmlsec1-1.2.31/configure:1101:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xmlsec1-1.2.31/configure-1102-  *=)   ac_optarg= ;;
##############################################
xmlsec1-1.2.31/configure-1144-  -disable-* | --disable-*)
xmlsec1-1.2.31/configure:1145:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xmlsec1-1.2.31/configure-1146-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.31/configure-1149-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.31/configure:1150:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.31/configure-1151-    case $ac_user_opts in
##############################################
xmlsec1-1.2.31/configure-1170-  -enable-* | --enable-*)
xmlsec1-1.2.31/configure:1171:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xmlsec1-1.2.31/configure-1172-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.31/configure-1175-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.31/configure:1176:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.31/configure-1177-    case $ac_user_opts in
##############################################
xmlsec1-1.2.31/configure-1383-  -with-* | --with-*)
xmlsec1-1.2.31/configure:1384:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xmlsec1-1.2.31/configure-1385-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.31/configure-1388-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.31/configure:1389:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.31/configure-1390-    case $ac_user_opts in
##############################################
xmlsec1-1.2.31/configure-1399-  -without-* | --without-*)
xmlsec1-1.2.31/configure:1400:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xmlsec1-1.2.31/configure-1401-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.31/configure-1404-    ac_useropt_orig=$ac_useropt
xmlsec1-1.2.31/configure:1405:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xmlsec1-1.2.31/configure-1406-    case $ac_user_opts in
##############################################
xmlsec1-1.2.31/configure-1437-  *=*)
xmlsec1-1.2.31/configure:1438:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xmlsec1-1.2.31/configure-1439-    # Reject names that are not valid shell variable names.
##############################################
xmlsec1-1.2.31/configure-1458-if test -n "$ac_prev"; then
xmlsec1-1.2.31/configure:1459:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xmlsec1-1.2.31/configure-1460-  as_fn_error $? "missing argument to $ac_option"
##############################################
xmlsec1-1.2.31/configure-1480-    */ )
xmlsec1-1.2.31/configure:1481:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
xmlsec1-1.2.31/configure-1482-      eval $ac_var=\$ac_val;;
##############################################
xmlsec1-1.2.31/configure-1515-ac_ls_di=`ls -di .` &&
xmlsec1-1.2.31/configure:1516:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xmlsec1-1.2.31/configure-1517-  as_fn_error $? "working directory cannot be determined"
##############################################
xmlsec1-1.2.31/configure-1571-case $srcdir in
xmlsec1-1.2.31/configure:1572:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xmlsec1-1.2.31/configure-1573-esac
##############################################
xmlsec1-1.2.31/configure-1614-By default, \`make install' will install all the files in
xmlsec1-1.2.31/configure:1615:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xmlsec1-1.2.31/configure:1616:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xmlsec1-1.2.31/configure-1617-for instance \`--prefix=\$HOME'.
##############################################
xmlsec1-1.2.31/configure-1811-*)
xmlsec1-1.2.31/configure:1812:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xmlsec1-1.2.31/configure-1813-  # A ".." for each directory in $ac_dir_suffix.
xmlsec1-1.2.31/configure:1814:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xmlsec1-1.2.31/configure-1815-  case $ac_top_builddir_sub in
##############################################
xmlsec1-1.2.31/configure-2482-    *\'*)
xmlsec1-1.2.31/configure:2483:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.31/configure-2484-    esac
##############################################
xmlsec1-1.2.31/configure-2565-      case $ac_val in
xmlsec1-1.2.31/configure:2566:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmlsec1-1.2.31/configure-2567-      esac
##############################################
xmlsec1-1.2.31/configure-2580-	case $ac_val in
xmlsec1-1.2.31/configure:2581:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmlsec1-1.2.31/configure-2582-	esac
##############################################
xmlsec1-1.2.31/configure-2700-    set,)
xmlsec1-1.2.31/configure:2701:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xmlsec1-1.2.31/configure:2702:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xmlsec1-1.2.31/configure-2703-      ac_cache_corrupted=: ;;
##############################################
xmlsec1-1.2.31/configure-2711-	# differences in whitespace do not lead to failure.
xmlsec1-1.2.31/configure:2712:	ac_old_val_w=`echo x $ac_old_val`
xmlsec1-1.2.31/configure:2713:	ac_new_val_w=`echo x $ac_new_val`
xmlsec1-1.2.31/configure-2714-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
xmlsec1-1.2.31/configure-2731-    case $ac_new_val in
xmlsec1-1.2.31/configure:2732:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.31/configure-2733-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xmlsec1-1.2.31/configure-2764-XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
xmlsec1-1.2.31/configure:2765:XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
xmlsec1-1.2.31/configure:2766:XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`
xmlsec1-1.2.31/configure-2767-
##############################################
xmlsec1-1.2.31/configure-2814-test "x$ac_build_alias" = x &&
xmlsec1-1.2.31/configure:2815:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xmlsec1-1.2.31/configure-2816-test "x$ac_build_alias" = x &&
xmlsec1-1.2.31/configure-2817-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
xmlsec1-1.2.31/configure:2818:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xmlsec1-1.2.31/configure-2819-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
xmlsec1-1.2.31/configure-2838-IFS=$ac_save_IFS
xmlsec1-1.2.31/configure:2839:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xmlsec1-1.2.31/configure-2840-
##############################################
xmlsec1-1.2.31/configure-2849-else
xmlsec1-1.2.31/configure:2850:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xmlsec1-1.2.31/configure-2851-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
xmlsec1-1.2.31/configure-2871-IFS=$ac_save_IFS
xmlsec1-1.2.31/configure:2872:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xmlsec1-1.2.31/configure-2873-
##############################################
xmlsec1-1.2.31/configure-3003-     echo "timestamp, slept: $am_has_slept" > conftest.file
xmlsec1-1.2.31/configure:3004:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xmlsec1-1.2.31/configure-3005-     if test "$*" = "X"; then
xmlsec1-1.2.31/configure-3006-	# -L didn't work.
xmlsec1-1.2.31/configure:3007:	set X `ls -t "$srcdir/configure" conftest.file`
xmlsec1-1.2.31/configure-3008-     fi
##############################################
xmlsec1-1.2.31/configure-3054-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
xmlsec1-1.2.31/configure:3055:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
xmlsec1-1.2.31/configure-3056-
xmlsec1-1.2.31/configure-3057-# Expand $ac_aux_dir to an absolute path.
xmlsec1-1.2.31/configure:3058:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xmlsec1-1.2.31/configure-3059-
##############################################
xmlsec1-1.2.31/configure-3199-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
xmlsec1-1.2.31/configure:3200:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
xmlsec1-1.2.31/configure-3201-	     'mkdir (GNU coreutils) '* | \
##############################################
xmlsec1-1.2.31/configure-3272-set x ${MAKE-make}
xmlsec1-1.2.31/configure:3273:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xmlsec1-1.2.31/configure-3274-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
xmlsec1-1.2.31/configure-3282-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
xmlsec1-1.2.31/configure:3283:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xmlsec1-1.2.31/configure-3284-  *@@@%%%=?*=@@@%%%*)
##############################################
xmlsec1-1.2.31/configure-3348-
xmlsec1-1.2.31/configure:3349:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xmlsec1-1.2.31/configure-3350-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xmlsec1-1.2.31/configure-3994-$as_echo_n "checking whether the C compiler works... " >&6; }
xmlsec1-1.2.31/configure:3995:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xmlsec1-1.2.31/configure-3996-
##############################################
xmlsec1-1.2.31/configure-4038-	then :; else
xmlsec1-1.2.31/configure:4039:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmlsec1-1.2.31/configure-4040-	fi
##############################################
xmlsec1-1.2.31/configure-4098-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
xmlsec1-1.2.31/configure:4099:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmlsec1-1.2.31/configure-4100-	  break;;
##############################################
xmlsec1-1.2.31/configure-4207-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
xmlsec1-1.2.31/configure:4208:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xmlsec1-1.2.31/configure-4209-       break;;
##############################################
xmlsec1-1.2.31/configure-4515-# Ignore all kinds of additional output from 'make'.
xmlsec1-1.2.31/configure:4516:case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.31/configure-4517-*the\ am__doit\ target*)
##############################################
xmlsec1-1.2.31/configure-4525-   echo '.include "confinc"' > confmf
xmlsec1-1.2.31/configure:4526:   case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.31/configure-4527-   *the\ am__doit\ target*)
##############################################
xmlsec1-1.2.31/configure-4588-  if test "$am_compiler_list" = ""; then
xmlsec1-1.2.31/configure:4589:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
xmlsec1-1.2.31/configure-4590-  fi
##############################################
xmlsec1-1.2.31/configure-4846-  # Check for GNU $ac_path_GREP
xmlsec1-1.2.31/configure:4847:case `"$ac_path_GREP" --version 2>&1` in
xmlsec1-1.2.31/configure-4848-*GNU*)
##############################################
xmlsec1-1.2.31/configure-4912-  # Check for GNU $ac_path_EGREP
xmlsec1-1.2.31/configure:4913:case `"$ac_path_EGREP" --version 2>&1` in
xmlsec1-1.2.31/configure-4914-*GNU*)
##############################################
xmlsec1-1.2.31/configure-5119-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
xmlsec1-1.2.31/configure:5120:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.31/configure-5121-  ECHO='print -r --'
xmlsec1-1.2.31/configure:5122:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.31/configure-5123-  ECHO='printf %s\n'
##############################################
xmlsec1-1.2.31/configure-5188-  # Check for GNU $ac_path_SED
xmlsec1-1.2.31/configure:5189:case `"$ac_path_SED" --version 2>&1` in
xmlsec1-1.2.31/configure-5190-*GNU*)
##############################################
xmlsec1-1.2.31/configure-5267-  # Check for GNU $ac_path_FGREP
xmlsec1-1.2.31/configure:5268:case `"$ac_path_FGREP" --version 2>&1` in
xmlsec1-1.2.31/configure-5269-*GNU*)
##############################################
xmlsec1-1.2.31/configure-5347-    # gcc leaves a trailing carriage return, which upsets mingw
xmlsec1-1.2.31/configure:5348:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xmlsec1-1.2.31/configure-5349-  *)
xmlsec1-1.2.31/configure:5350:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xmlsec1-1.2.31/configure-5351-  esac
##############################################
xmlsec1-1.2.31/configure-5356-      # Canonicalize the pathname of ld
xmlsec1-1.2.31/configure:5357:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
xmlsec1-1.2.31/configure-5358-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
xmlsec1-1.2.31/configure:5359:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
xmlsec1-1.2.31/configure-5360-      done
##############################################
xmlsec1-1.2.31/configure-5391-      # Break only if it was the GNU/non-GNU ld that we prefer.
xmlsec1-1.2.31/configure:5392:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
xmlsec1-1.2.31/configure-5393-      *GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.31/configure-5422-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
xmlsec1-1.2.31/configure:5423:case `$LD -v 2>&1 </dev/null` in
xmlsec1-1.2.31/configure-5424-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.31/configure-5472-	esac
xmlsec1-1.2.31/configure:5473:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
xmlsec1-1.2.31/configure-5474-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
xmlsec1-1.2.31/configure-5478-	*)
xmlsec1-1.2.31/configure:5479:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.31/configure-5480-	  */dev/null*)
##############################################
xmlsec1-1.2.31/configure-5606-
xmlsec1-1.2.31/configure:5607:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.31/configure-5608-    *COFF*)
##############################################
xmlsec1-1.2.31/configure-5718-    # And add a safety zone
xmlsec1-1.2.31/configure:5719:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.31/configure:5720:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.31/configure-5721-    ;;
##############################################
xmlsec1-1.2.31/configure-5751-    if test -n "$kargmax"; then
xmlsec1-1.2.31/configure:5752:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
xmlsec1-1.2.31/configure-5753-    else
##############################################
xmlsec1-1.2.31/configure-5760-       test undefined != "$lt_cv_sys_max_cmd_len"; then
xmlsec1-1.2.31/configure:5761:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.31/configure:5762:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.31/configure-5763-    else
##############################################
xmlsec1-1.2.31/configure-5772-      # we can't tell.
xmlsec1-1.2.31/configure:5773:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
xmlsec1-1.2.31/configure-5774-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
xmlsec1-1.2.31/configure-5776-      do
xmlsec1-1.2.31/configure:5777:        i=`expr $i + 1`
xmlsec1-1.2.31/configure-5778-        teststring=$teststring$teststring
##############################################
xmlsec1-1.2.31/configure-5780-      # Only check the string length outside the loop.
xmlsec1-1.2.31/configure:5781:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
xmlsec1-1.2.31/configure-5782-      teststring=
##############################################
xmlsec1-1.2.31/configure-5785-      # linker.  It appears as though 1/2 is a usable value.
xmlsec1-1.2.31/configure:5786:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
xmlsec1-1.2.31/configure-5787-    fi
##############################################
xmlsec1-1.2.31/configure-6196-openbsd* | bitrig*)
xmlsec1-1.2.31/configure:6197:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.31/configure-6198-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
xmlsec1-1.2.31/configure-6266-    else
xmlsec1-1.2.31/configure:6267:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
xmlsec1-1.2.31/configure-6268-    fi
##############################################
xmlsec1-1.2.31/configure-6411-  # decide which one to use based on capabilities of $DLLTOOL
xmlsec1-1.2.31/configure:6412:  case `$DLLTOOL --help 2>&1` in
xmlsec1-1.2.31/configure-6413-  *--identify-strict*)
##############################################
xmlsec1-1.2.31/configure-6932-# If we're using GNU nm, then use its standard symbol codes.
xmlsec1-1.2.31/configure:6933:case `$NM -V 2>&1` in
xmlsec1-1.2.31/configure-6934-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.31/configure-6980-mingw*)
xmlsec1-1.2.31/configure:6981:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
xmlsec1-1.2.31/configure-6982-  ;;
##############################################
xmlsec1-1.2.31/configure-7212-   if test yes = "$GCC"; then
xmlsec1-1.2.31/configure:7213:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
xmlsec1-1.2.31/configure-7214-   fi
##############################################
xmlsec1-1.2.31/configure-7216- /*)
xmlsec1-1.2.31/configure:7217:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
xmlsec1-1.2.31/configure-7218-   ;; #(
##############################################
xmlsec1-1.2.31/configure-7311-    done
xmlsec1-1.2.31/configure:7312:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xmlsec1-1.2.31/configure-7313-}
##############################################
xmlsec1-1.2.31/configure-7333-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:7334:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/configure-7335-      *ELF-32*)
##############################################
xmlsec1-1.2.31/configure-7354-    if test yes = "$lt_cv_prog_gnu_ld"; then
xmlsec1-1.2.31/configure:7355:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/configure-7356-	*32-bit*)
##############################################
xmlsec1-1.2.31/configure-7366-    else
xmlsec1-1.2.31/configure:7367:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/configure-7368-	*32-bit*)
##############################################
xmlsec1-1.2.31/configure-7392-    emul=elf
xmlsec1-1.2.31/configure:7393:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/configure-7394-      *32-bit*)
##############################################
xmlsec1-1.2.31/configure-7400-    esac
xmlsec1-1.2.31/configure:7401:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/configure-7402-      *MSB*)
##############################################
xmlsec1-1.2.31/configure-7408-    esac
xmlsec1-1.2.31/configure:7409:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/configure-7410-      *N32*)
##############################################
xmlsec1-1.2.31/configure-8341-    *:)
xmlsec1-1.2.31/configure:8342:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
xmlsec1-1.2.31/configure-8343-        ;;
xmlsec1-1.2.31/configure-8344-    x:*)
xmlsec1-1.2.31/configure:8345:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.31/configure-8346-        ;;
xmlsec1-1.2.31/configure-8347-    *::*)
xmlsec1-1.2.31/configure:8348:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xmlsec1-1.2.31/configure:8349:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
xmlsec1-1.2.31/configure-8350-        ;;
xmlsec1-1.2.31/configure-8351-    *)
xmlsec1-1.2.31/configure:8352:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.31/configure-8353-        ;;
##############################################
xmlsec1-1.2.31/configure-8360-do :
xmlsec1-1.2.31/configure:8361:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmlsec1-1.2.31/configure-8362-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
xmlsec1-1.2.31/configure-8365-  cat >>confdefs.h <<_ACEOF
xmlsec1-1.2.31/configure:8366:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmlsec1-1.2.31/configure-8367-_ACEOF
##############################################
xmlsec1-1.2.31/configure-8723-	"file_magic "*)
xmlsec1-1.2.31/configure:8724:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xmlsec1-1.2.31/configure-8725-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xmlsec1-1.2.31/configure-8789-	"file_magic "*)
xmlsec1-1.2.31/configure:8790:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xmlsec1-1.2.31/configure-8791-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xmlsec1-1.2.31/configure-9187-      *)
xmlsec1-1.2.31/configure:9188:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/configure-9189-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
xmlsec1-1.2.31/configure-9636-	# shared libraries, regardless of the interface used.
xmlsec1-1.2.31/configure:9637:	case `$LD -v 2>&1` in
xmlsec1-1.2.31/configure-9638-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
xmlsec1-1.2.31/configure-9668-    supports_anon_versioning=no
xmlsec1-1.2.31/configure:9669:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
xmlsec1-1.2.31/configure-9670-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
xmlsec1-1.2.31/configure-9737-	# is; otherwise, prepend EXPORTS...
xmlsec1-1.2.31/configure:9738:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
xmlsec1-1.2.31/configure-9739-          cp $export_symbols $output_objdir/$soname.def;
##############################################
xmlsec1-1.2.31/configure-9771-	prefix_cmds="$SED"~
xmlsec1-1.2.31/configure:9772:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.31/configure-9773-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.31/configure-9793-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xmlsec1-1.2.31/configure:9794:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
xmlsec1-1.2.31/configure:9795:      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'
xmlsec1-1.2.31/configure-9796-      ;;
##############################################
xmlsec1-1.2.31/configure-9811-        pgcc*)				# Portland Group C compiler
xmlsec1-1.2.31/configure:9812:	  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'
xmlsec1-1.2.31/configure-9813-	  tmp_addflag=' $pic_flag'
##############################################
xmlsec1-1.2.31/configure-9816-					# Portland Group f77 and f90 compilers
xmlsec1-1.2.31/configure:9817:	  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'
xmlsec1-1.2.31/configure-9818-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
xmlsec1-1.2.31/configure-9833-	nvcc*)	# Cuda Compiler Driver 2.2
xmlsec1-1.2.31/configure:9834:	  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'
xmlsec1-1.2.31/configure-9835-	  compiler_needs_object=yes
##############################################
xmlsec1-1.2.31/configure-9837-	esac
xmlsec1-1.2.31/configure:9838:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/configure-9839-	*Sun\ C*)			# Sun C 5.9
xmlsec1-1.2.31/configure:9840:	  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'
xmlsec1-1.2.31/configure-9841-	  compiler_needs_object=yes
##############################################
xmlsec1-1.2.31/configure-9908-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
xmlsec1-1.2.31/configure:9909:      case `$LD -v 2>&1` in
xmlsec1-1.2.31/configure-9910-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
xmlsec1-1.2.31/configure-9997-	else
xmlsec1-1.2.31/configure:9998:	  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'
xmlsec1-1.2.31/configure-9999-	fi
##############################################
xmlsec1-1.2.31/configure-10062-	# below for broken collect2 doesn't work under 4.3+
xmlsec1-1.2.31/configure:10063:	  collect2name=`$CC -print-prog-name=collect2`
xmlsec1-1.2.31/configure-10064-	  if test -f "$collect2name" &&
##############################################
xmlsec1-1.2.31/configure-10142-      }'
xmlsec1-1.2.31/configure:10143:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.31/configure-10144-  # Check for a 64-bit object if we didn't find anything.
xmlsec1-1.2.31/configure-10145-  if test -z "$lt_cv_aix_libpath_"; then
xmlsec1-1.2.31/configure:10146:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.31/configure-10147-  fi
##############################################
xmlsec1-1.2.31/configure-10160-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
xmlsec1-1.2.31/configure:10161:        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
xmlsec1-1.2.31/configure-10162-      else
##############################################
xmlsec1-1.2.31/configure-10195-      }'
xmlsec1-1.2.31/configure:10196:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.31/configure-10197-  # Check for a 64-bit object if we didn't find anything.
xmlsec1-1.2.31/configure-10198-  if test -z "$lt_cv_aix_libpath_"; then
xmlsec1-1.2.31/configure:10199:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xmlsec1-1.2.31/configure-10200-  fi
##############################################
xmlsec1-1.2.31/configure-10227-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
xmlsec1-1.2.31/configure:10228:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
xmlsec1-1.2.31/configure-10229-	  if test svr4 != "$with_aix_soname"; then
##############################################
xmlsec1-1.2.31/configure-10280-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
xmlsec1-1.2.31/configure:10281:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
xmlsec1-1.2.31/configure-10282-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
xmlsec1-1.2.31/configure-10318-	# FIXME: Setting linknames here is a bad hack.
xmlsec1-1.2.31/configure:10319:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
xmlsec1-1.2.31/configure-10320-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
xmlsec1-1.2.31/configure-10336-  if test yes = "$lt_cv_ld_force_load"; then
xmlsec1-1.2.31/configure:10337:    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\"`'
xmlsec1-1.2.31/configure-10338-
##############################################
xmlsec1-1.2.31/configure-10516-      if test yes = "$GCC"; then
xmlsec1-1.2.31/configure:10517:	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'
xmlsec1-1.2.31/configure-10518-	# Try to use the -exported_symbol ld option, if it does not
##############################################
xmlsec1-1.2.31/configure-10544-	if test yes = "$lt_cv_irix_exported_symbol"; then
xmlsec1-1.2.31/configure:10545:          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'
xmlsec1-1.2.31/configure-10546-	fi
##############################################
xmlsec1-1.2.31/configure-10548-      else
xmlsec1-1.2.31/configure:10549:	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'
xmlsec1-1.2.31/configure:10550:	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'
xmlsec1-1.2.31/configure-10551-      fi
##############################################
xmlsec1-1.2.31/configure-10595-	hardcode_direct_absolute=yes
xmlsec1-1.2.31/configure:10596:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.31/configure-10597-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
xmlsec1-1.2.31/configure-10626-	prefix_cmds="$SED"~
xmlsec1-1.2.31/configure:10627:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.31/configure-10628-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.31/configure-10640-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.31/configure:10641:	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'
xmlsec1-1.2.31/configure-10642-      else
xmlsec1-1.2.31/configure-10643-	allow_undefined_flag=' -expect_unresolved \*'
xmlsec1-1.2.31/configure:10644:	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'
xmlsec1-1.2.31/configure-10645-      fi
##############################################
xmlsec1-1.2.31/configure-10653-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.31/configure:10654:	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'
xmlsec1-1.2.31/configure-10655-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
xmlsec1-1.2.31/configure-10657-	allow_undefined_flag=' -expect_unresolved \*'
xmlsec1-1.2.31/configure:10658:	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'
xmlsec1-1.2.31/configure:10659:	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~
xmlsec1-1.2.31/configure:10660:          $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'
xmlsec1-1.2.31/configure-10661-
##############################################
xmlsec1-1.2.31/configure-10676-      else
xmlsec1-1.2.31/configure:10677:	case `$CC -V 2>&1` in
xmlsec1-1.2.31/configure-10678-	*"Compilers 5.0"*)
##############################################
xmlsec1-1.2.31/configure-11075-  esac
xmlsec1-1.2.31/configure:11076:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
xmlsec1-1.2.31/configure-11077-  case $lt_search_path_spec in
##############################################
xmlsec1-1.2.31/configure-11082-    # okay in the real world where ";" in dirpaths is itself problematic.
xmlsec1-1.2.31/configure:11083:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
xmlsec1-1.2.31/configure-11084-    ;;
xmlsec1-1.2.31/configure-11085-  *)
xmlsec1-1.2.31/configure:11086:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.31/configure-11087-    ;;
##############################################
xmlsec1-1.2.31/configure-11091-  lt_tmp_lt_search_path_spec=
xmlsec1-1.2.31/configure:11092:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
xmlsec1-1.2.31/configure-11093-  # ...but if some path component already ends with the multilib dir we assume
##############################################
xmlsec1-1.2.31/configure-11133-  esac
xmlsec1-1.2.31/configure:11134:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
xmlsec1-1.2.31/configure-11135-else
##############################################
xmlsec1-1.2.31/configure-11273-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
xmlsec1-1.2.31/configure:11274:    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'
xmlsec1-1.2.31/configure-11275-    ;;
##############################################
xmlsec1-1.2.31/configure-11309-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.31/configure:11310:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.31/configure:11311:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.31/configure:11312:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.31/configure-11313-      test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.31/configure-11318-      fi'
xmlsec1-1.2.31/configure:11319:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.31/configure-11320-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.31/configure-11326-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
xmlsec1-1.2.31/configure:11327:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/configure-11328-
##############################################
xmlsec1-1.2.31/configure-11332-      # MinGW DLLs use traditional 'lib' prefix
xmlsec1-1.2.31/configure:11333:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/configure-11334-      ;;
##############################################
xmlsec1-1.2.31/configure-11336-      # pw32 DLLs use 'pw' prefix rather than 'lib'
xmlsec1-1.2.31/configure:11337:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/configure-11338-      ;;
##############################################
xmlsec1-1.2.31/configure-11345-    libname_spec='$name'
xmlsec1-1.2.31/configure:11346:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/configure-11347-    library_names_spec='$libname.dll.lib'
##############################################
xmlsec1-1.2.31/configure-11357-        # Let DOS variable expansion print the short 8.3 style file name.
xmlsec1-1.2.31/configure:11358:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
xmlsec1-1.2.31/configure-11359-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
xmlsec1-1.2.31/configure-11362-      # Convert to MSYS style.
xmlsec1-1.2.31/configure:11363:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
xmlsec1-1.2.31/configure-11364-      ;;
##############################################
xmlsec1-1.2.31/configure-11368-      # like /cygdrive/c/PROGRA~1:/cygdr...
xmlsec1-1.2.31/configure:11369:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
xmlsec1-1.2.31/configure:11370:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
xmlsec1-1.2.31/configure:11371:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.31/configure-11372-      ;;
##############################################
xmlsec1-1.2.31/configure-11376-        # It is most probably a Windows format PATH.
xmlsec1-1.2.31/configure:11377:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
xmlsec1-1.2.31/configure-11378-      else
xmlsec1-1.2.31/configure:11379:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.31/configure-11380-      fi
##############################################
xmlsec1-1.2.31/configure-11386-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.31/configure:11387:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.31/configure:11388:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.31/configure:11389:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.31/configure-11390-      test -d \$dldir || mkdir -p \$dldir~
xmlsec1-1.2.31/configure-11391-      $install_prog $dir/$dlname \$dldir/$dlname'
xmlsec1-1.2.31/configure:11392:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.31/configure-11393-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.31/configure-11400-    # Assume MSVC wrapper
xmlsec1-1.2.31/configure:11401:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
xmlsec1-1.2.31/configure-11402-    dynamic_linker='Win32 ld.exe'
##############################################
xmlsec1-1.2.31/configure-11417-  shlibpath_var=DYLD_LIBRARY_PATH
xmlsec1-1.2.31/configure:11418:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
xmlsec1-1.2.31/configure-11419-
##############################################
xmlsec1-1.2.31/configure-11670-  if test -f /etc/ld.so.conf; then
xmlsec1-1.2.31/configure:11671:    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' ' '`
xmlsec1-1.2.31/configure-11672-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
xmlsec1-1.2.31/configure-11736-  need_lib_prefix=no
xmlsec1-1.2.31/configure:11737:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.31/configure-11738-    need_version=no
##############################################
xmlsec1-1.2.31/configure-11763-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
xmlsec1-1.2.31/configure:11764:  postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.31/configure:11765:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
xmlsec1-1.2.31/configure:11766:    dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.31/configure-11767-    test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.31/configure-11772-    fi'
xmlsec1-1.2.31/configure:11773:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
xmlsec1-1.2.31/configure-11774-    dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.31/configure-13179-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
xmlsec1-1.2.31/configure:13180:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
xmlsec1-1.2.31/configure-13181-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
xmlsec1-1.2.31/configure-13211-  cat >>confdefs.h <<_ACEOF
xmlsec1-1.2.31/configure:13212:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
xmlsec1-1.2.31/configure-13213-_ACEOF
##############################################
xmlsec1-1.2.31/configure-13533-do :
xmlsec1-1.2.31/configure:13534:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmlsec1-1.2.31/configure-13535-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
xmlsec1-1.2.31/configure-13537-  cat >>confdefs.h <<_ACEOF
xmlsec1-1.2.31/configure:13538:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
xmlsec1-1.2.31/configure-13539-_ACEOF
##############################################
xmlsec1-1.2.31/configure-14020-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:14021:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-14022-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-14037-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:14038:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-14039-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-14058-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:14059:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-14060-        else
xmlsec1-1.2.31/configure:14061:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= $LIBXML_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-14062-        fi
##############################################
xmlsec1-1.2.31/configure-14215-                if test "z$LIBXML_CFLAGS" = "z" ; then
xmlsec1-1.2.31/configure:14216:            LIBXML_CFLAGS="`$LIBXML_CONFIG_PATH --cflags`"
xmlsec1-1.2.31/configure-14217-        fi
xmlsec1-1.2.31/configure-14218-        if test "z$LIBXML_LIBS" = "z"; then
xmlsec1-1.2.31/configure:14219:            LIBXML_LIBS="`$LIBXML_CONFIG_PATH --libs`"
xmlsec1-1.2.31/configure-14220-        fi
##############################################
xmlsec1-1.2.31/configure-14240-    CPPFLAGS="$CPPFLAGS $LIBXML_CFLAGS"
xmlsec1-1.2.31/configure:14241:    minvers=`echo $LIBXML_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure-14242-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.31/configure-14359-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:14360:  pkg_cv_LIBXSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt >= $LIBXSLT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-14361-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-14376-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:14377:  pkg_cv_LIBXSLT_LIBS=`$PKG_CONFIG --libs "libxslt >= $LIBXSLT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-14378-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-14397-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:14398:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt >= $LIBXSLT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-14399-        else
xmlsec1-1.2.31/configure:14400:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt >= $LIBXSLT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-14401-        fi
##############################################
xmlsec1-1.2.31/configure-14554-                if test "z$LIBXSLT_CFLAGS" = "z" ; then
xmlsec1-1.2.31/configure:14555:            LIBXSLT_CFLAGS="`$LIBXSLT_CONFIG_PATH --cflags`"
xmlsec1-1.2.31/configure-14556-        fi
xmlsec1-1.2.31/configure-14557-        if test "z$LIBXSLT_LIBS" = "z"; then
xmlsec1-1.2.31/configure:14558:            LIBXSLT_LIBS="`$LIBXSLT_CONFIG_PATH --libs`"
xmlsec1-1.2.31/configure-14559-        fi
##############################################
xmlsec1-1.2.31/configure-14579-    CPPFLAGS="$CPPFLAGS $LIBXSLT_CFLAGS"
xmlsec1-1.2.31/configure:14580:    minvers=`echo $LIBXSLT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure-14581-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.31/configure-14698-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:14699:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= $OPENSSL_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-14700-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-14715-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:14716:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= $OPENSSL_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-14717-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-14736-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:14737:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= $OPENSSL_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-14738-        else
xmlsec1-1.2.31/configure:14739:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= $OPENSSL_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-14740-        fi
##############################################
xmlsec1-1.2.31/configure-15131-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15132:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15133-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15148-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15149:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15150-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15169-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15170:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15171-        else
xmlsec1-1.2.31/configure:15172:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "seamonkey-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15173-        fi
##############################################
xmlsec1-1.2.31/configure-15204-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15205:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15206-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15221-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15222:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15223-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15242-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15243:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15244-        else
xmlsec1-1.2.31/configure:15245:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-nspr >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15246-        fi
##############################################
xmlsec1-1.2.31/configure-15277-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15278:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15279-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15294-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15295:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15296-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15315-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15316:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15317-        else
xmlsec1-1.2.31/configure:15318:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xulrunner-nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15319-        fi
##############################################
xmlsec1-1.2.31/configure-15350-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15351:  pkg_cv_NSPR_CFLAGS=`$PKG_CONFIG --cflags "nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15352-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15367-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15368:  pkg_cv_NSPR_LIBS=`$PKG_CONFIG --libs "nspr >= $NSPR_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15369-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15388-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15389:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15390-        else
xmlsec1-1.2.31/configure:15391:	        NSPR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nspr >= $NSPR_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15392-        fi
##############################################
xmlsec1-1.2.31/configure-15425-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15426:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15427-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15442-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15443:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15444-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15463-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15464:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15465-        else
xmlsec1-1.2.31/configure:15466:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "seamonkey-nss >= $SEAMONKEY_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15467-        fi
##############################################
xmlsec1-1.2.31/configure-15498-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15499:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15500-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15515-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15516:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15517-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15536-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15537:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15538-        else
xmlsec1-1.2.31/configure:15539:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-nss >= $MOZILLA_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15540-        fi
##############################################
xmlsec1-1.2.31/configure-15571-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15572:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "xulrunner-nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15573-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15588-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15589:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "xulrunner-nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15590-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15609-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15610:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xulrunner-nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15611-        else
xmlsec1-1.2.31/configure:15612:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xulrunner-nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15613-        fi
##############################################
xmlsec1-1.2.31/configure-15644-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15645:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15646-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15661-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:15662:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss >= $NSS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-15663-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-15682-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:15683:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15684-        else
xmlsec1-1.2.31/configure:15685:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss >= $NSS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-15686-        fi
##############################################
xmlsec1-1.2.31/configure-15891-if test "z$NSPR_FOUND" = "zyes" ; then
xmlsec1-1.2.31/configure:15892:    minvers=`echo $NSPR_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure-15893-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.31/configure-15923-if test "z$NSS_FOUND" = "zyes" ; then
xmlsec1-1.2.31/configure:15924:    minvers=`echo $NSS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 100 + $2) * 100 + $3;}'`
xmlsec1-1.2.31/configure-15925-    OLD_CPPFLAGS=$CPPFLAGS
##############################################
xmlsec1-1.2.31/configure-16051-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16052:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "gcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16053-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16068-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16069:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "gcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16070-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16089-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:16090:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16091-        else
xmlsec1-1.2.31/configure:16092:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16093-        fi
##############################################
xmlsec1-1.2.31/configure-16124-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16125:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16126-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16141-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16142:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16143-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16162-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:16163:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16164-        else
xmlsec1-1.2.31/configure:16165:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgcrypt20 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16166-        fi
##############################################
xmlsec1-1.2.31/configure-16197-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16198:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16199-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16214-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16215:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16216-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16235-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:16236:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16237-        else
xmlsec1-1.2.31/configure:16238:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgcrypt11 >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16239-        fi
##############################################
xmlsec1-1.2.31/configure-16270-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16271:  pkg_cv_GCRYPT_CFLAGS=`$PKG_CONFIG --cflags "libgcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16272-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16287-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16288:  pkg_cv_GCRYPT_LIBS=`$PKG_CONFIG --libs "libgcrypt >= $GCRYPT_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16289-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16308-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:16309:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16310-        else
xmlsec1-1.2.31/configure:16311:	        GCRYPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgcrypt >= $GCRYPT_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16312-        fi
##############################################
xmlsec1-1.2.31/configure-16456-                if test "z$GCRYPT_CFLAGS" = "z" ; then
xmlsec1-1.2.31/configure:16457:            GCRYPT_CFLAGS="`$GCRYPT_CONFIG_PATH --cflags`"
xmlsec1-1.2.31/configure-16458-        fi
xmlsec1-1.2.31/configure-16459-        if test "z$GCRYPT_LIBS" = "z"; then
xmlsec1-1.2.31/configure:16460:            GCRYPT_LIBS="`$GCRYPT_CONFIG_PATH --libs`"
xmlsec1-1.2.31/configure-16461-        fi
##############################################
xmlsec1-1.2.31/configure-16481-    CPPFLAGS="$CPPFLAGS $GCRYPT_CFLAGS"
xmlsec1-1.2.31/configure:16482:        minvers=`echo $GCRYPT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.31/configure-16483-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.31/configure-16587-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16588:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16589-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16604-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16605:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16606-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16625-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:16626:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16627-        else
xmlsec1-1.2.31/configure:16628:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16629-        fi
##############################################
xmlsec1-1.2.31/configure-16660-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16661:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "libgnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16662-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16677-  test $ac_status = 0; }; then
xmlsec1-1.2.31/configure:16678:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "libgnutls >= $GNUTLS_MIN_VERSION" 2>/dev/null`
xmlsec1-1.2.31/configure-16679-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xmlsec1-1.2.31/configure-16698-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/configure:16699:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16700-        else
xmlsec1-1.2.31/configure:16701:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgnutls >= $GNUTLS_MIN_VERSION" 2>&1`
xmlsec1-1.2.31/configure-16702-        fi
##############################################
xmlsec1-1.2.31/configure-16814-    CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
xmlsec1-1.2.31/configure:16815:        minvers=`echo $GNUTLS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 256 + $2) * 256 + $3;}'`
xmlsec1-1.2.31/configure-16816-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
xmlsec1-1.2.31/configure-18254-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xmlsec1-1.2.31/configure:18255:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
xmlsec1-1.2.31/configure-18256-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xmlsec1-1.2.31/configure-18501-if test -z "$BASH_VERSION$ZSH_VERSION" \
xmlsec1-1.2.31/configure:18502:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.31/configure-18503-  as_echo='print -r --'
xmlsec1-1.2.31/configure-18504-  as_echo_n='print -rn --'
xmlsec1-1.2.31/configure:18505:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xmlsec1-1.2.31/configure-18506-  as_echo='printf %s\n'
##############################################
xmlsec1-1.2.31/configure-18508-else
xmlsec1-1.2.31/configure:18509:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xmlsec1-1.2.31/configure-18510-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xmlsec1-1.2.31/configure-18518-	expr "X$arg" : "X\\(.*\\)$as_nl";
xmlsec1-1.2.31/configure:18519:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xmlsec1-1.2.31/configure-18520-      esac;
##############################################
xmlsec1-1.2.31/configure-18595-# ----------------------------------------
xmlsec1-1.2.31/configure:18596:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xmlsec1-1.2.31/configure-18597-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xmlsec1-1.2.31/configure-18667-  {
xmlsec1-1.2.31/configure:18668:    as_val=`expr "$@" || test $? -eq 1`
xmlsec1-1.2.31/configure-18669-  }
##############################################
xmlsec1-1.2.31/configure-18771-      case $as_dir in #(
xmlsec1-1.2.31/configure:18772:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xmlsec1-1.2.31/configure-18773-      *) as_qdir=$as_dir;;
##############################################
xmlsec1-1.2.31/configure-18906-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
xmlsec1-1.2.31/configure:18907:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
xmlsec1-1.2.31/configure-18908-ac_cs_version="\\
##############################################
xmlsec1-1.2.31/configure-18931-  --*=?*)
xmlsec1-1.2.31/configure:18932:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xmlsec1-1.2.31/configure:18933:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xmlsec1-1.2.31/configure-18934-    ac_shift=:
##############################################
xmlsec1-1.2.31/configure-18936-  --*=)
xmlsec1-1.2.31/configure:18937:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xmlsec1-1.2.31/configure-18938-    ac_optarg=
##############################################
xmlsec1-1.2.31/configure-18960-    case $ac_optarg in
xmlsec1-1.2.31/configure:18961:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.31/configure-18962-    '') as_fn_error $? "missing file argument" ;;
##############################################
xmlsec1-1.2.31/configure-18968-    case $ac_optarg in
xmlsec1-1.2.31/configure:18969:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmlsec1-1.2.31/configure-18970-    esac
##############################################
xmlsec1-1.2.31/configure-19037-delay_variable_subst='$delay_variable_subst'
xmlsec1-1.2.31/configure:19038:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19039:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19040:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19041:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19042:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19043:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19044:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19045:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19046:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19047:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19048:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19049:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19050:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19051:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19052:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19053:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19054:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19055:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19056:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19057:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19058:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19059:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19060:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19061:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19062:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19063:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19064:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19065:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19066:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19067:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19068:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19069:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19070:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19071:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19072:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19073:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19074:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19075:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19076:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19077:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19078:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19079:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19080:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19081:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19082:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19083:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19084:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19085:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19086:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19087:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19088:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19089:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19090:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19091:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19092:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19093:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19094:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19095:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19096: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"`'
xmlsec1-1.2.31/configure:19097:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19098:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19099:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19100:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19101:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19102:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19103:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19104:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19105:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19106:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19107:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19108:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19109:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19110:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19111:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19112:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19113:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19114:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19115:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19116:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19117:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19118:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19119:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19120:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19121:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19122:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19123:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19124:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19125:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19126:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19127:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19128:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19129:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19130:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19131:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19132:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19133:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19134:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19135:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19136:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19137:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19138:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19139:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19140:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19141:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19142:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19143:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19144:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19145:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19146:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19147:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19148:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19149:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19150:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19151:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19152:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19153:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19154:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19155:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19156:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19157:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19158:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19159:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19160:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19161:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19162:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19163:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19164:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19165:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19166:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19167:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19168:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19169:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19170:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19171:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure:19172:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/configure-19173-
##############################################
xmlsec1-1.2.31/configure-19254-striplib; do
xmlsec1-1.2.31/configure:19255:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.31/configure-19256-    *[\\\\\\\`\\"\\\$]*)
xmlsec1-1.2.31/configure:19257:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.31/configure-19258-      ;;
##############################################
xmlsec1-1.2.31/configure-19285-configure_time_lt_sys_library_path; do
xmlsec1-1.2.31/configure:19286:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.31/configure-19287-    *[\\\\\\\`\\"\\\$]*)
xmlsec1-1.2.31/configure:19288:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.31/configure-19289-      ;;
##############################################
xmlsec1-1.2.31/configure-19408-fi
xmlsec1-1.2.31/configure:19409:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
xmlsec1-1.2.31/configure-19410-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
xmlsec1-1.2.31/configure-19425-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
xmlsec1-1.2.31/configure:19426:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
xmlsec1-1.2.31/configure-19427-ac_delim='%!_!# '
##############################################
xmlsec1-1.2.31/configure-19431-
xmlsec1-1.2.31/configure:19432:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
xmlsec1-1.2.31/configure-19433-  if test $ac_delim_n = $ac_delim_num; then
##############################################
xmlsec1-1.2.31/configure-19569-for ac_last_try in false false :; do
xmlsec1-1.2.31/configure:19570:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
xmlsec1-1.2.31/configure-19571-  if test -z "$ac_tt"; then
##############################################
xmlsec1-1.2.31/configure-19701-      esac
xmlsec1-1.2.31/configure:19702:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
xmlsec1-1.2.31/configure-19703-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
xmlsec1-1.2.31/configure-19760-*)
xmlsec1-1.2.31/configure:19761:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xmlsec1-1.2.31/configure-19762-  # A ".." for each directory in $ac_dir_suffix.
xmlsec1-1.2.31/configure:19763:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xmlsec1-1.2.31/configure-19764-  case $ac_top_builddir_sub in
##############################################
xmlsec1-1.2.31/configure-19821-/@mandir@/p'
xmlsec1-1.2.31/configure:19822:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
xmlsec1-1.2.31/configure-19823-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
xmlsec1-1.2.31/configure-19838-
xmlsec1-1.2.31/configure:19839:# Neutralize VPATH when `$srcdir' = `.'.
xmlsec1-1.2.31/configure-19840-# Shell code in configure.ac might set extrasub.
##############################################
xmlsec1-1.2.31/configure-19866-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xmlsec1-1.2.31/configure:19867:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
xmlsec1-1.2.31/configure-19868-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
xmlsec1-1.2.31/configure-19912-    * )
xmlsec1-1.2.31/configure:19913:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xmlsec1-1.2.31/configure-19914-  esac
##############################################
xmlsec1-1.2.31/configure-19959-    # Strip MF so we end up with the name of the file.
xmlsec1-1.2.31/configure:19960:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xmlsec1-1.2.31/configure-19961-    # Check whether this is an Automake generated Makefile or not.
##############################################
xmlsec1-1.2.31/configure-19996-    # from the Makefile without running 'make'.
xmlsec1-1.2.31/configure:19997:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xmlsec1-1.2.31/configure-19998-    test -z "$DEPDIR" && continue
xmlsec1-1.2.31/configure:19999:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xmlsec1-1.2.31/configure-20000-    test -z "$am__include" && continue
xmlsec1-1.2.31/configure:20001:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xmlsec1-1.2.31/configure-20002-    # Find all dependency output files, they are included files with
##############################################
xmlsec1-1.2.31/configure-20517-    *:)
xmlsec1-1.2.31/configure:20518:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
xmlsec1-1.2.31/configure-20519-        ;;
xmlsec1-1.2.31/configure-20520-    x:*)
xmlsec1-1.2.31/configure:20521:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.31/configure-20522-        ;;
xmlsec1-1.2.31/configure-20523-    *::*)
xmlsec1-1.2.31/configure:20524:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xmlsec1-1.2.31/configure:20525:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
xmlsec1-1.2.31/configure-20526-        ;;
xmlsec1-1.2.31/configure-20527-    *)
xmlsec1-1.2.31/configure:20528:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.31/configure-20529-        ;;
##############################################
xmlsec1-1.2.31/configure-20544-    done
xmlsec1-1.2.31/configure:20545:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xmlsec1-1.2.31/configure-20546-}
##############################################
xmlsec1-1.2.31/scripts/build_release.sh-20-git_release_branch="xmlsec-$version-release"
xmlsec1-1.2.31/scripts/build_release.sh:21:git_version_tag=`echo $version | sed 's/\./_/g'`
xmlsec1-1.2.31/scripts/build_release.sh-22-
##############################################
xmlsec1-1.2.31/config.sub-52-
xmlsec1-1.2.31/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
xmlsec1-1.2.31/config.sub-54-
##############################################
xmlsec1-1.2.31/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
xmlsec1-1.2.31/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xmlsec1-1.2.31/config.sub-116-case $maybe_os in
##############################################
xmlsec1-1.2.31/config.sub-122-    os=-$maybe_os
xmlsec1-1.2.31/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xmlsec1-1.2.31/config.sub-124-    ;;
##############################################
xmlsec1-1.2.31/config.sub-126-    os=-linux-android
xmlsec1-1.2.31/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
xmlsec1-1.2.31/config.sub-128-    ;;
xmlsec1-1.2.31/config.sub-129-  *)
xmlsec1-1.2.31/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
xmlsec1-1.2.31/config.sub-131-    if [ "$basic_machine" != "$1" ]
xmlsec1-1.2.31/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
xmlsec1-1.2.31/config.sub-133-    else os=; fi
##############################################
xmlsec1-1.2.31/config.sub-180-		os=-sco5v6
xmlsec1-1.2.31/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-182-		;;
##############################################
xmlsec1-1.2.31/config.sub-184-		os=-sco3.2v5
xmlsec1-1.2.31/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-186-		;;
##############################################
xmlsec1-1.2.31/config.sub-188-		os=-sco3.2v4
xmlsec1-1.2.31/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-190-		;;
xmlsec1-1.2.31/config.sub-191-	-sco3.2.[4-9]*)
xmlsec1-1.2.31/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xmlsec1-1.2.31/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-194-		;;
##############################################
xmlsec1-1.2.31/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
xmlsec1-1.2.31/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-198-		;;
##############################################
xmlsec1-1.2.31/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
xmlsec1-1.2.31/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-202-		;;
##############################################
xmlsec1-1.2.31/config.sub-204-		os=-sco3.2v2
xmlsec1-1.2.31/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-206-		;;
xmlsec1-1.2.31/config.sub-207-	-udk*)
xmlsec1-1.2.31/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-209-		;;
##############################################
xmlsec1-1.2.31/config.sub-211-		os=-isc2.2
xmlsec1-1.2.31/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-213-		;;
##############################################
xmlsec1-1.2.31/config.sub-217-	-isc*)
xmlsec1-1.2.31/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xmlsec1-1.2.31/config.sub-219-		;;
##############################################
xmlsec1-1.2.31/config.sub-229-	-ptx*)
xmlsec1-1.2.31/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
xmlsec1-1.2.31/config.sub-231-		;;
##############################################
xmlsec1-1.2.31/config.sub-364-	*-*-*)
xmlsec1-1.2.31/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xmlsec1-1.2.31/config.sub-366-		exit 1
##############################################
xmlsec1-1.2.31/config.sub-493-	amd64-*)
xmlsec1-1.2.31/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-495-		;;
##############################################
xmlsec1-1.2.31/config.sub-538-	blackfin-*)
xmlsec1-1.2.31/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-540-		os=-linux
##############################################
xmlsec1-1.2.31/config.sub-546-	c54x-*)
xmlsec1-1.2.31/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-548-		;;
xmlsec1-1.2.31/config.sub-549-	c55x-*)
xmlsec1-1.2.31/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-551-		;;
xmlsec1-1.2.31/config.sub-552-	c6x-*)
xmlsec1-1.2.31/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-554-		;;
##############################################
xmlsec1-1.2.31/config.sub-650-	e500v[12]-*)
xmlsec1-1.2.31/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-652-		os=$os"spe"
##############################################
xmlsec1-1.2.31/config.sub-754-	i*86v32)
xmlsec1-1.2.31/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.31/config.sub-756-		os=-sysv32
##############################################
xmlsec1-1.2.31/config.sub-758-	i*86v4*)
xmlsec1-1.2.31/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.31/config.sub-760-		os=-sysv4
##############################################
xmlsec1-1.2.31/config.sub-762-	i*86v)
xmlsec1-1.2.31/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.31/config.sub-764-		os=-sysv
##############################################
xmlsec1-1.2.31/config.sub-766-	i*86sol2)
xmlsec1-1.2.31/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xmlsec1-1.2.31/config.sub-768-		os=-solaris2
##############################################
xmlsec1-1.2.31/config.sub-792-	leon-*|leon[3-9]-*)
xmlsec1-1.2.31/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
xmlsec1-1.2.31/config.sub-794-		;;
##############################################
xmlsec1-1.2.31/config.sub-799-	m68knommu-*)
xmlsec1-1.2.31/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-801-		os=-linux
##############################################
xmlsec1-1.2.31/config.sub-833-	mips3*-*)
xmlsec1-1.2.31/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
xmlsec1-1.2.31/config.sub-835-		;;
xmlsec1-1.2.31/config.sub-836-	mips3*)
xmlsec1-1.2.31/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
xmlsec1-1.2.31/config.sub-838-		;;
##############################################
xmlsec1-1.2.31/config.sub-855-	ms1-*)
xmlsec1-1.2.31/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
xmlsec1-1.2.31/config.sub-857-		;;
##############################################
xmlsec1-1.2.31/config.sub-980-	parisc-*)
xmlsec1-1.2.31/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-982-		os=-linux
##############################################
xmlsec1-1.2.31/config.sub-996-	pc98-*)
xmlsec1-1.2.31/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-998-		;;
##############################################
xmlsec1-1.2.31/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xmlsec1-1.2.31/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1013-		;;
xmlsec1-1.2.31/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xmlsec1-1.2.31/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1016-		;;
xmlsec1-1.2.31/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xmlsec1-1.2.31/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1019-		;;
xmlsec1-1.2.31/config.sub-1020-	pentium4-*)
xmlsec1-1.2.31/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1022-		;;
##############################################
xmlsec1-1.2.31/config.sub-1030-	ppc-* | ppcbe-*)
xmlsec1-1.2.31/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1032-		;;
##############################################
xmlsec1-1.2.31/config.sub-1036-	ppcle-* | powerpclittle-*)
xmlsec1-1.2.31/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1038-		;;
##############################################
xmlsec1-1.2.31/config.sub-1040-		;;
xmlsec1-1.2.31/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1042-		;;
##############################################
xmlsec1-1.2.31/config.sub-1046-	ppc64le-* | powerpc64little-*)
xmlsec1-1.2.31/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1048-		;;
##############################################
xmlsec1-1.2.31/config.sub-1122-	strongarm-* | thumb-*)
xmlsec1-1.2.31/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xmlsec1-1.2.31/config.sub-1124-		;;
##############################################
xmlsec1-1.2.31/config.sub-1255-	xscale-* | xscalee[bl]-*)
xmlsec1-1.2.31/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
xmlsec1-1.2.31/config.sub-1257-		;;
##############################################
xmlsec1-1.2.31/config.sub-1317-	*)
xmlsec1-1.2.31/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xmlsec1-1.2.31/config.sub-1319-		exit 1
##############################################
xmlsec1-1.2.31/config.sub-1325-	*-digital*)
xmlsec1-1.2.31/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
xmlsec1-1.2.31/config.sub-1327-		;;
xmlsec1-1.2.31/config.sub-1328-	*-commodore*)
xmlsec1-1.2.31/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
xmlsec1-1.2.31/config.sub-1330-		;;
##############################################
xmlsec1-1.2.31/config.sub-1346-	-solaris1 | -solaris1.*)
xmlsec1-1.2.31/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xmlsec1-1.2.31/config.sub-1348-		;;
##############################################
xmlsec1-1.2.31/config.sub-1355-	-gnu/linux*)
xmlsec1-1.2.31/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xmlsec1-1.2.31/config.sub-1357-		;;
##############################################
xmlsec1-1.2.31/config.sub-1407-	-nto*)
xmlsec1-1.2.31/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xmlsec1-1.2.31/config.sub-1409-		;;
##############################################
xmlsec1-1.2.31/config.sub-1414-	-mac*)
xmlsec1-1.2.31/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
xmlsec1-1.2.31/config.sub-1416-		;;
##############################################
xmlsec1-1.2.31/config.sub-1420-	-linux*)
xmlsec1-1.2.31/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xmlsec1-1.2.31/config.sub-1422-		;;
xmlsec1-1.2.31/config.sub-1423-	-sunos5*)
xmlsec1-1.2.31/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
xmlsec1-1.2.31/config.sub-1425-		;;
xmlsec1-1.2.31/config.sub-1426-	-sunos6*)
xmlsec1-1.2.31/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
xmlsec1-1.2.31/config.sub-1428-		;;
##############################################
xmlsec1-1.2.31/config.sub-1469-	-sinix5.*)
xmlsec1-1.2.31/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
xmlsec1-1.2.31/config.sub-1471-		;;
##############################################
xmlsec1-1.2.31/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
xmlsec1-1.2.31/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
xmlsec1-1.2.31/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
xmlsec1-1.2.31/config.sub-1531-		exit 1
##############################################
xmlsec1-1.2.31/config.sub-1788-		esac
xmlsec1-1.2.31/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
xmlsec1-1.2.31/config.sub-1790-		;;
##############################################
xmlsec1-1.2.31/xmlsec1.m4-55-  else
xmlsec1-1.2.31/xmlsec1.m4:56:    XMLSEC1_CFLAGS=`$XMLSEC1_CONFIG $xmlsec1_config_args --cflags`
xmlsec1-1.2.31/xmlsec1.m4:57:    XMLSEC1_LIBS=`$XMLSEC1_CONFIG $xmlsec1_config_args --libs`
xmlsec1-1.2.31/xmlsec1.m4-58-    xmlsec1_config_major_version=`$XMLSEC1_CONFIG $xmlsec1_config_args --version | \
##############################################
xmlsec1-1.2.31/config.guess-34-
xmlsec1-1.2.31/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
xmlsec1-1.2.31/config.guess-36-
##############################################
xmlsec1-1.2.31/config.guess-102-: ${TMPDIR=/tmp} ;
xmlsec1-1.2.31/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xmlsec1-1.2.31/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xmlsec1-1.2.31/config.guess-151-	EOF
xmlsec1-1.2.31/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
xmlsec1-1.2.31/config.guess-153-
##############################################
xmlsec1-1.2.31/config.guess-188-	    earmv*)
xmlsec1-1.2.31/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
xmlsec1-1.2.31/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
xmlsec1-1.2.31/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
xmlsec1-1.2.31/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
xmlsec1-1.2.31/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
xmlsec1-1.2.31/config.guess-222-		;;
##############################################
xmlsec1-1.2.31/config.guess-233-	    *)
xmlsec1-1.2.31/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
xmlsec1-1.2.31/config.guess-235-		;;
##############################################
xmlsec1-1.2.31/config.guess-280-	*4.0)
xmlsec1-1.2.31/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xmlsec1-1.2.31/config.guess-282-		;;
xmlsec1-1.2.31/config.guess-283-	*5.*)
xmlsec1-1.2.31/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xmlsec1-1.2.31/config.guess-285-		;;
##############################################
xmlsec1-1.2.31/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
xmlsec1-1.2.31/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xmlsec1-1.2.31/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
xmlsec1-1.2.31/config.guess-328-	# 1.2 uses "1.2" for uname -r.
xmlsec1-1.2.31/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
xmlsec1-1.2.31/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
xmlsec1-1.2.31/config.guess-379-    s390x:SunOS:*:*)
xmlsec1-1.2.31/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xmlsec1-1.2.31/config.guess-381-	exit ;;
xmlsec1-1.2.31/config.guess-382-    sun4H:SunOS:5.*:*)
xmlsec1-1.2.31/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.31/config.guess-384-	exit ;;
xmlsec1-1.2.31/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xmlsec1-1.2.31/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xmlsec1-1.2.31/config.guess-387-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-404-	fi
xmlsec1-1.2.31/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.31/config.guess-406-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
xmlsec1-1.2.31/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.31/config.guess-412-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
xmlsec1-1.2.31/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
xmlsec1-1.2.31/config.guess-421-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-425-    sun*:*:4.2BSD:*)
xmlsec1-1.2.31/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xmlsec1-1.2.31/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
xmlsec1-1.2.31/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
xmlsec1-1.2.31/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xmlsec1-1.2.31/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
xmlsec1-1.2.31/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xmlsec1-1.2.31/config.guess-563-    *:IRIX*:*:*)
xmlsec1-1.2.31/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
xmlsec1-1.2.31/config.guess-565-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-593-EOF
xmlsec1-1.2.31/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
xmlsec1-1.2.31/config.guess-595-		then
##############################################
xmlsec1-1.2.31/config.guess-606-    *:AIX:*:[4567])
xmlsec1-1.2.31/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xmlsec1-1.2.31/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
xmlsec1-1.2.31/config.guess-642-    9000/[34678]??:HP-UX:*:*)
xmlsec1-1.2.31/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xmlsec1-1.2.31/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
xmlsec1-1.2.31/config.guess-696-EOF
xmlsec1-1.2.31/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
xmlsec1-1.2.31/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xmlsec1-1.2.31/config.guess-724-    ia64:HP-UX:*:*)
xmlsec1-1.2.31/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xmlsec1-1.2.31/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
xmlsec1-1.2.31/config.guess-754-EOF
xmlsec1-1.2.31/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
xmlsec1-1.2.31/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xmlsec1-1.2.31/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xmlsec1-1.2.31/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
xmlsec1-1.2.31/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmlsec1-1.2.31/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xmlsec1-1.2.31/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
xmlsec1-1.2.31/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmlsec1-1.2.31/config.guess-850-	esac
xmlsec1-1.2.31/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xmlsec1-1.2.31/config.guess-852-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-886-    prep*:SunOS:5.*:*)
xmlsec1-1.2.31/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xmlsec1-1.2.31/config.guess-888-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-890-	# the GNU system
xmlsec1-1.2.31/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
xmlsec1-1.2.31/config.guess-892-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-894-	# other systems with GNU libc and userland
xmlsec1-1.2.31/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
xmlsec1-1.2.31/config.guess-896-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-988-EOF
xmlsec1-1.2.31/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
xmlsec1-1.2.31/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
xmlsec1-1.2.31/config.guess-1092-    i*86:*:4.*:*)
xmlsec1-1.2.31/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
xmlsec1-1.2.31/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xmlsec1-1.2.31/config.guess-1295-	fi
xmlsec1-1.2.31/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
xmlsec1-1.2.31/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
xmlsec1-1.2.31/config.guess-1393-    *:DragonFly:*:*)
xmlsec1-1.2.31/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xmlsec1-1.2.31/config.guess-1395-	exit ;;
##############################################
xmlsec1-1.2.31/config.guess-1406-    i*86:skyos:*:*)
xmlsec1-1.2.31/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
xmlsec1-1.2.31/config.guess-1408-	exit ;;
##############################################
xmlsec1-1.2.31/Makefile.in-51-  { \
xmlsec1-1.2.31/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/Makefile.in-53-  }; \
##############################################
xmlsec1-1.2.31/Makefile.in-112-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/Makefile.in:113:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/Makefile.in-114-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/Makefile.in:115:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/Makefile.in-116-    *) f=$$p;; \
xmlsec1-1.2.31/Makefile.in-117-  esac;
xmlsec1-1.2.31/Makefile.in:118:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/Makefile.in-119-am__install_max = 40
xmlsec1-1.2.31/Makefile.in-120-am__nobase_strip_setup = \
xmlsec1-1.2.31/Makefile.in:121:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/Makefile.in-122-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/Makefile.in-224-  while test -n "$$dir1"; do \
xmlsec1-1.2.31/Makefile.in:225:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/Makefile.in-226-    if test "$$first" != "."; then \
xmlsec1-1.2.31/Makefile.in-227-      if test "$$first" = ".."; then \
xmlsec1-1.2.31/Makefile.in:228:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.31/Makefile.in:229:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.31/Makefile.in-230-      else \
xmlsec1-1.2.31/Makefile.in:231:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/Makefile.in-232-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.31/Makefile.in:233:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/Makefile.in-234-        else \
##############################################
xmlsec1-1.2.31/Makefile.in-239-    fi; \
xmlsec1-1.2.31/Makefile.in:240:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/Makefile.in-241-  done; \
##############################################
xmlsec1-1.2.31/Makefile.in-689-	@list='$(confexec_DATA)'; test -n "$(confexecdir)" || list=; \
xmlsec1-1.2.31/Makefile.in:690:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/Makefile.in-691-	dir='$(DESTDIR)$(confexecdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/Makefile.in-710-	@list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
xmlsec1-1.2.31/Makefile.in:711:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/Makefile.in-712-	dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/Makefile.in-731-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
xmlsec1-1.2.31/Makefile.in:732:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/Makefile.in-733-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/Makefile.in-748-	dot_seen=no; \
xmlsec1-1.2.31/Makefile.in:749:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.31/Makefile.in-750-	case "$@" in \
##############################################
xmlsec1-1.2.31/Makefile.in-811-GTAGS:
xmlsec1-1.2.31/Makefile.in:812:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/Makefile.in-813-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/Makefile.in-843-	test -d "$(distdir)" || mkdir "$(distdir)"
xmlsec1-1.2.31/Makefile.in:844:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/Makefile.in:845:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/Makefile.in-846-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/Makefile.in-857-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/Makefile.in:858:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/Makefile.in-859-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/Makefile.in-971-	test -d $(distdir)/_build || exit 0; \
xmlsec1-1.2.31/Makefile.in:972:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
xmlsec1-1.2.31/Makefile.in-973-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
xmlsec1-1.2.31/Makefile.in-1015-	}; \
xmlsec1-1.2.31/Makefile.in:1016:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
xmlsec1-1.2.31/Makefile.in-1017-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
xmlsec1-1.2.31/Makefile.in-1027-	fi
xmlsec1-1.2.31/Makefile.in:1028:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
xmlsec1-1.2.31/Makefile.in-1029-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
xmlsec1-1.2.31/install-sh-234-      fi
xmlsec1-1.2.31/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
xmlsec1-1.2.31/install-sh-236-    *)
##############################################
xmlsec1-1.2.31/install-sh-281-      dstdir=$dst
xmlsec1-1.2.31/install-sh:282:      dst=$dstdir/`basename "$src"`
xmlsec1-1.2.31/install-sh-283-      dstdir_status=0
xmlsec1-1.2.31/install-sh-284-    else
xmlsec1-1.2.31/install-sh:285:      dstdir=`dirname "$dst"`
xmlsec1-1.2.31/install-sh-286-      test -d "$dstdir"
##############################################
xmlsec1-1.2.31/install-sh-344-                   test_tmpdir="$tmpdir/a"
xmlsec1-1.2.31/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
xmlsec1-1.2.31/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
xmlsec1-1.2.31/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
xmlsec1-1.2.31/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
xmlsec1-1.2.31/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
xmlsec1-1.2.31/install-sh-409-            case $prefix in
xmlsec1-1.2.31/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
xmlsec1-1.2.31/install-sh-411-              *) qprefix=$prefix;;
##############################################
xmlsec1-1.2.31/install-sh-458-    if $copy_on_change &&
xmlsec1-1.2.31/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
xmlsec1-1.2.31/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
xmlsec1-1.2.31/install-sh-461-       set -f &&
##############################################
xmlsec1-1.2.31/xmlsec-config.in-55-    -*=*)
xmlsec1-1.2.31/xmlsec-config.in:56:        optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
xmlsec1-1.2.31/xmlsec-config.in-57-    ;;
##############################################
xmlsec1-1.2.31/m4/ltsugar.m4-68-m4_define([lt_combine],
xmlsec1-1.2.31/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
xmlsec1-1.2.31/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
xmlsec1-1.2.31/m4/libtool.m4-119-    done
xmlsec1-1.2.31/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xmlsec1-1.2.31/m4/libtool.m4-121-}
##############################################
xmlsec1-1.2.31/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
xmlsec1-1.2.31/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
xmlsec1-1.2.31/m4/libtool.m4-439-
##############################################
xmlsec1-1.2.31/m4/libtool.m4-447-#
xmlsec1-1.2.31/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
xmlsec1-1.2.31/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
xmlsec1-1.2.31/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
xmlsec1-1.2.31/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.31/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
xmlsec1-1.2.31/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xmlsec1-1.2.31/m4/libtool.m4-561-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
xmlsec1-1.2.31/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xmlsec1-1.2.31/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
xmlsec1-1.2.31/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
xmlsec1-1.2.31/m4/libtool.m4-574-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
xmlsec1-1.2.31/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\"`'
xmlsec1-1.2.31/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1164-      }]'
xmlsec1-1.2.31/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"`
xmlsec1-1.2.31/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
xmlsec1-1.2.31/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
xmlsec1-1.2.31/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"`
xmlsec1-1.2.31/m4/libtool.m4-1169-  fi],[])
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
xmlsec1-1.2.31/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.31/m4/libtool.m4-1202-  ECHO='print -r --'
xmlsec1-1.2.31/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
xmlsec1-1.2.31/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
xmlsec1-1.2.31/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
xmlsec1-1.2.31/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
xmlsec1-1.2.31/m4/libtool.m4-1238-
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1259-   if test yes = "$GCC"; then
xmlsec1-1.2.31/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
xmlsec1-1.2.31/m4/libtool.m4-1261-   fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1263- /*)
xmlsec1-1.2.31/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
xmlsec1-1.2.31/m4/libtool.m4-1265-   ;; #(
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
xmlsec1-1.2.31/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/m4/libtool.m4-1295-      *ELF-32*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
xmlsec1-1.2.31/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/m4/libtool.m4-1312-	*32-bit*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1322-    else
xmlsec1-1.2.31/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/m4/libtool.m4-1324-	*32-bit*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1344-    emul=elf
xmlsec1-1.2.31/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/m4/libtool.m4-1346-      *32-bit*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1352-    esac
xmlsec1-1.2.31/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/m4/libtool.m4-1354-      *MSB*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1360-    esac
xmlsec1-1.2.31/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
xmlsec1-1.2.31/m4/libtool.m4-1362-      *N32*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1725-    # And add a safety zone
xmlsec1-1.2.31/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.31/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.31/m4/libtool.m4-1728-    ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1758-    if test -n "$kargmax"; then
xmlsec1-1.2.31/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
xmlsec1-1.2.31/m4/libtool.m4-1760-    else
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
xmlsec1-1.2.31/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xmlsec1-1.2.31/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xmlsec1-1.2.31/m4/libtool.m4-1770-    else
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1779-      # we can't tell.
xmlsec1-1.2.31/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
xmlsec1-1.2.31/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1783-      do
xmlsec1-1.2.31/m4/libtool.m4:1784:        i=`expr $i + 1`
xmlsec1-1.2.31/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1787-      # Only check the string length outside the loop.
xmlsec1-1.2.31/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
xmlsec1-1.2.31/m4/libtool.m4-1789-      teststring=
##############################################
xmlsec1-1.2.31/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
xmlsec1-1.2.31/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
xmlsec1-1.2.31/m4/libtool.m4-1794-    fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2258-    *:)
xmlsec1-1.2.31/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
xmlsec1-1.2.31/m4/libtool.m4-2260-        ;;
xmlsec1-1.2.31/m4/libtool.m4-2261-    x:*)
xmlsec1-1.2.31/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.31/m4/libtool.m4-2263-        ;;
xmlsec1-1.2.31/m4/libtool.m4-2264-    *::*)
xmlsec1-1.2.31/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xmlsec1-1.2.31/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
xmlsec1-1.2.31/m4/libtool.m4-2267-        ;;
xmlsec1-1.2.31/m4/libtool.m4-2268-    *)
xmlsec1-1.2.31/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
xmlsec1-1.2.31/m4/libtool.m4-2270-        ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2298-  esac
xmlsec1-1.2.31/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`
xmlsec1-1.2.31/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
xmlsec1-1.2.31/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
xmlsec1-1.2.31/m4/libtool.m4-2307-    ;;
xmlsec1-1.2.31/m4/libtool.m4-2308-  *)
xmlsec1-1.2.31/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.31/m4/libtool.m4-2310-    ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
xmlsec1-1.2.31/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
xmlsec1-1.2.31/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2356-  esac
xmlsec1-1.2.31/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
xmlsec1-1.2.31/m4/libtool.m4-2358-else
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-2499-    ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.31/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.31/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.31/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.31/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2542-      fi'
xmlsec1-1.2.31/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.31/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
xmlsec1-1.2.31/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
xmlsec1-1.2.31/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/m4/libtool.m4-2558-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
xmlsec1-1.2.31/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/m4/libtool.m4-2562-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2569-    libname_spec='$name'
xmlsec1-1.2.31/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xmlsec1-1.2.31/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
xmlsec1-1.2.31/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
xmlsec1-1.2.31/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2586-      # Convert to MSYS style.
xmlsec1-1.2.31/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|^ ||'`
xmlsec1-1.2.31/m4/libtool.m4-2588-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
xmlsec1-1.2.31/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
xmlsec1-1.2.31/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
xmlsec1-1.2.31/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.31/m4/libtool.m4-2596-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
xmlsec1-1.2.31/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
xmlsec1-1.2.31/m4/libtool.m4-2602-      else
xmlsec1-1.2.31/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xmlsec1-1.2.31/m4/libtool.m4-2604-      fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xmlsec1-1.2.31/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.31/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xmlsec1-1.2.31/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.31/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
xmlsec1-1.2.31/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
xmlsec1-1.2.31/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xmlsec1-1.2.31/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2624-    # Assume MSVC wrapper
xmlsec1-1.2.31/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
xmlsec1-1.2.31/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
xmlsec1-1.2.31/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
xmlsec1-1.2.31/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
xmlsec1-1.2.31/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' ' '`
xmlsec1-1.2.31/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2941-  need_lib_prefix=no
xmlsec1-1.2.31/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.31/m4/libtool.m4-2943-    need_version=no
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
xmlsec1-1.2.31/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
xmlsec1-1.2.31/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
xmlsec1-1.2.31/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
xmlsec1-1.2.31/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-2977-    fi'
xmlsec1-1.2.31/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
xmlsec1-1.2.31/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3188-	"file_magic "*)
xmlsec1-1.2.31/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xmlsec1-1.2.31/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
xmlsec1-1.2.31/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xmlsec1-1.2.31/m4/libtool.m4-3273-  *)
xmlsec1-1.2.31/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xmlsec1-1.2.31/m4/libtool.m4-3275-  esac
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
xmlsec1-1.2.31/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
xmlsec1-1.2.31/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
xmlsec1-1.2.31/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
xmlsec1-1.2.31/m4/libtool.m4-3284-      done
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
xmlsec1-1.2.31/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
xmlsec1-1.2.31/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
xmlsec1-1.2.31/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
xmlsec1-1.2.31/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3578-openbsd* | bitrig*)
xmlsec1-1.2.31/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.31/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3645-    else
xmlsec1-1.2.31/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
xmlsec1-1.2.31/m4/libtool.m4-3647-    fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3696-	esac
xmlsec1-1.2.31/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
xmlsec1-1.2.31/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3702-	*)
xmlsec1-1.2.31/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.31/m4/libtool.m4-3704-	  */dev/null*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
xmlsec1-1.2.31/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
xmlsec1-1.2.31/m4/libtool.m4-3730-    *COFF*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
xmlsec1-1.2.31/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
xmlsec1-1.2.31/m4/libtool.m4:3962:case `$NM -V 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-4009-mingw*)
xmlsec1-1.2.31/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
xmlsec1-1.2.31/m4/libtool.m4-4011-  ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-4065-    nlist=conftest.nm
xmlsec1-1.2.31/m4/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
xmlsec1-1.2.31/m4/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
xmlsec1-1.2.31/m4/libtool.m4-4413-	  *)
xmlsec1-1.2.31/m4/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/m4/libtool.m4-4415-	    *Sun\ C*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-4749-      *)
xmlsec1-1.2.31/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/m4/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-4932-    else
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-4934-    fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5031-	# shared libraries, regardless of the interface used.
xmlsec1-1.2.31/m4/libtool.m4:5032:	case `$LD -v 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5063-    supports_anon_versioning=no
xmlsec1-1.2.31/m4/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5166-	prefix_cmds="$SED"~
xmlsec1-1.2.31/m4/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.31/m4/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5191-      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5211-					# Portland Group f77 and f90 compilers
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5232-	esac
xmlsec1-1.2.31/m4/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/m4/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
xmlsec1-1.2.31/m4/libtool.m4:5304:      case `$LD -v 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5392-	else
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5394-	fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
xmlsec1-1.2.31/m4/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
xmlsec1-1.2.31/m4/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
xmlsec1-1.2.31/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
xmlsec1-1.2.31/m4/libtool.m4-5515-      else
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
xmlsec1-1.2.31/m4/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
xmlsec1-1.2.31/m4/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
xmlsec1-1.2.31/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='
xmlsec1-1.2.31/m4/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5767-      if test yes = "$GCC"; then
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5792-	fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5794-      else
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5797-      fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
xmlsec1-1.2.31/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xmlsec1-1.2.31/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5872-	prefix_cmds="$SED"~
xmlsec1-1.2.31/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.31/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5888-      else
xmlsec1-1.2.31/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5891-      fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/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~
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-5907-
##############################################
xmlsec1-1.2.31/m4/libtool.m4-5922-      else
xmlsec1-1.2.31/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
xmlsec1-1.2.31/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
xmlsec1-1.2.31/m4/libtool.m4-6117-	  then
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
xmlsec1-1.2.31/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
xmlsec1-1.2.31/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
xmlsec1-1.2.31/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
xmlsec1-1.2.31/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6587-
xmlsec1-1.2.31/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
xmlsec1-1.2.31/m4/libtool.m4-6589-        else
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
xmlsec1-1.2.31/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
xmlsec1-1.2.31/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
xmlsec1-1.2.31/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
xmlsec1-1.2.31/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6815-            # dependencies.
xmlsec1-1.2.31/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"'
xmlsec1-1.2.31/m4/libtool.m4-6817-            ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6880-	    # dependencies.
xmlsec1-1.2.31/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"'
xmlsec1-1.2.31/m4/libtool.m4-6882-	    ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-6919-	;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6923-	    # SGI C++
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-6925-
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-6936-	      else
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-6938-	      fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6965-	    # dependencies.
xmlsec1-1.2.31/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"'
xmlsec1-1.2.31/m4/libtool.m4-6967-
##############################################
xmlsec1-1.2.31/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
xmlsec1-1.2.31/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
xmlsec1-1.2.31/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7001-            # Portland Group C++ compiler
xmlsec1-1.2.31/m4/libtool.m4:7002:	    case `$CC -V` in
xmlsec1-1.2.31/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
xmlsec1-1.2.31/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
xmlsec1-1.2.31/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
xmlsec1-1.2.31/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
xmlsec1-1.2.31/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7021-	      ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7031-            ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7048-	    # dependencies.
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7050-	    ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7063-	  *)
xmlsec1-1.2.31/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
xmlsec1-1.2.31/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
xmlsec1-1.2.31/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
xmlsec1-1.2.31/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'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7156-
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/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~
xmlsec1-1.2.31/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
xmlsec1-1.2.31/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~
xmlsec1-1.2.31/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7199-	    # dependencies.
xmlsec1-1.2.31/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"'
xmlsec1-1.2.31/m4/libtool.m4-7201-	    ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7206-	        osf3*)
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7208-		  ;;
xmlsec1-1.2.31/m4/libtool.m4-7209-	        *)
xmlsec1-1.2.31/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'
xmlsec1-1.2.31/m4/libtool.m4-7211-		  ;;
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7459-  case @S|@2 in
xmlsec1-1.2.31/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
xmlsec1-1.2.31/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
xmlsec1-1.2.31/m4/libtool.m4-7462-  esac
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7548-
xmlsec1-1.2.31/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
xmlsec1-1.2.31/m4/libtool.m4-7550-    case $prev$p in
##############################################
xmlsec1-1.2.31/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
xmlsec1-1.2.31/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!^ !!'`
xmlsec1-1.2.31/m4/libtool.m4-7654-fi
##############################################
xmlsec1-1.2.31/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
xmlsec1-1.2.31/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
xmlsec1-1.2.31/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
xmlsec1-1.2.31/compile-67-	mingw/*)
xmlsec1-1.2.31/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
xmlsec1-1.2.31/compile-69-	  ;;
xmlsec1-1.2.31/compile-70-	cygwin/*)
xmlsec1-1.2.31/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
xmlsec1-1.2.31/compile-72-	  ;;
xmlsec1-1.2.31/compile-73-	wine/*)
xmlsec1-1.2.31/compile:74:	  file=`winepath -w "$file" || echo "$file"`
xmlsec1-1.2.31/compile-75-	  ;;
##############################################
xmlsec1-1.2.31/compile-309-# Name of file we expect compiler to create.
xmlsec1-1.2.31/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
xmlsec1-1.2.31/compile-311-
##############################################
xmlsec1-1.2.31/compile-315-# object file name, since that is what matters with a parallel build.
xmlsec1-1.2.31/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
xmlsec1-1.2.31/compile-317-while true; do
##############################################
xmlsec1-1.2.31/depcomp-64-  case $1 in
xmlsec1-1.2.31/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
xmlsec1-1.2.31/depcomp-66-      *) dir=;;
##############################################
xmlsec1-1.2.31/depcomp-73-{
xmlsec1-1.2.31/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
xmlsec1-1.2.31/depcomp-75-}
##############################################
xmlsec1-1.2.31/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
xmlsec1-1.2.31/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
xmlsec1-1.2.31/depcomp-128-
##############################################
xmlsec1-1.2.31/depcomp-405-        sleep 1
xmlsec1-1.2.31/depcomp:406:        i=`expr $i - 1`
xmlsec1-1.2.31/depcomp-407-      done
xmlsec1-1.2.31/depcomp-408-    fi
xmlsec1-1.2.31/depcomp:409:    i=`expr $i - 1`
xmlsec1-1.2.31/depcomp-410-  done
##############################################
xmlsec1-1.2.31/depcomp-425-  # Do two passes, one to just change these to
xmlsec1-1.2.31/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
xmlsec1-1.2.31/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
xmlsec1-1.2.31/depcomp-659-  done
xmlsec1-1.2.31/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
xmlsec1-1.2.31/depcomp-661-  touch "$tmpdepfile"
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-50-  { \
xmlsec1-1.2.31/src/mscng/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/mscng/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/mscng/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/mscng/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/mscng/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/mscng/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.31/src/mscng/Makefile.in-108-  esac;
xmlsec1-1.2.31/src/mscng/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/mscng/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.31/src/mscng/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/mscng/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/mscng/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-595-.c.o:
xmlsec1-1.2.31/src/mscng/Makefile.in:596:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/mscng/Makefile.in-597-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-603-.c.obj:
xmlsec1-1.2.31/src/mscng/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/mscng/Makefile.in:605:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/mscng/Makefile.in-606-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:609:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/mscng/Makefile.in-610-
xmlsec1-1.2.31/src/mscng/Makefile.in-611-.c.lo:
xmlsec1-1.2.31/src/mscng/Makefile.in:612:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/mscng/Makefile.in-613-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-619-libxmlsec1_mscng_la-app.lo: app.c
xmlsec1-1.2.31/src/mscng/Makefile.in:620:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-app.Tpo -c -o libxmlsec1_mscng_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/mscng/Makefile.in-621-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-app.Tpo $(DEPDIR)/libxmlsec1_mscng_la-app.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-623-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:624:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/mscng/Makefile.in-625-
xmlsec1-1.2.31/src/mscng/Makefile.in-626-libxmlsec1_mscng_la-certkeys.lo: certkeys.c
xmlsec1-1.2.31/src/mscng/Makefile.in:627:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-certkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-certkeys.Tpo -c -o libxmlsec1_mscng_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.31/src/mscng/Makefile.in-628-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-certkeys.Tpo $(DEPDIR)/libxmlsec1_mscng_la-certkeys.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-630-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:631:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.31/src/mscng/Makefile.in-632-
xmlsec1-1.2.31/src/mscng/Makefile.in-633-libxmlsec1_mscng_la-ciphers.lo: ciphers.c
xmlsec1-1.2.31/src/mscng/Makefile.in:634:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-ciphers.Tpo -c -o libxmlsec1_mscng_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/mscng/Makefile.in-635-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_mscng_la-ciphers.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:638:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/mscng/Makefile.in-639-
xmlsec1-1.2.31/src/mscng/Makefile.in-640-libxmlsec1_mscng_la-crypto.lo: crypto.c
xmlsec1-1.2.31/src/mscng/Makefile.in:641:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-crypto.Tpo -c -o libxmlsec1_mscng_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/mscng/Makefile.in-642-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-crypto.Tpo $(DEPDIR)/libxmlsec1_mscng_la-crypto.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-644-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:645:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/mscng/Makefile.in-646-
xmlsec1-1.2.31/src/mscng/Makefile.in-647-libxmlsec1_mscng_la-digests.lo: digests.c
xmlsec1-1.2.31/src/mscng/Makefile.in:648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-digests.Tpo -c -o libxmlsec1_mscng_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/mscng/Makefile.in-649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-digests.Tpo $(DEPDIR)/libxmlsec1_mscng_la-digests.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/mscng/Makefile.in-653-
xmlsec1-1.2.31/src/mscng/Makefile.in-654-libxmlsec1_mscng_la-hmac.lo: hmac.c
xmlsec1-1.2.31/src/mscng/Makefile.in:655:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-hmac.Tpo -c -o libxmlsec1_mscng_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/mscng/Makefile.in-656-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-hmac.Tpo $(DEPDIR)/libxmlsec1_mscng_la-hmac.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:659:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/mscng/Makefile.in-660-
xmlsec1-1.2.31/src/mscng/Makefile.in-661-libxmlsec1_mscng_la-keysstore.lo: keysstore.c
xmlsec1-1.2.31/src/mscng/Makefile.in:662:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-keysstore.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-keysstore.Tpo -c -o libxmlsec1_mscng_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.31/src/mscng/Makefile.in-663-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-keysstore.Tpo $(DEPDIR)/libxmlsec1_mscng_la-keysstore.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:666:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.31/src/mscng/Makefile.in-667-
xmlsec1-1.2.31/src/mscng/Makefile.in-668-libxmlsec1_mscng_la-kt_rsa.lo: kt_rsa.c
xmlsec1-1.2.31/src/mscng/Makefile.in:669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-kt_rsa.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-kt_rsa.Tpo -c -o libxmlsec1_mscng_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.31/src/mscng/Makefile.in-670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-kt_rsa.Tpo $(DEPDIR)/libxmlsec1_mscng_la-kt_rsa.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.31/src/mscng/Makefile.in-674-
xmlsec1-1.2.31/src/mscng/Makefile.in-675-libxmlsec1_mscng_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.31/src/mscng/Makefile.in:676:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-kw_aes.Tpo -c -o libxmlsec1_mscng_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/mscng/Makefile.in-677-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_mscng_la-kw_aes.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:680:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/mscng/Makefile.in-681-
xmlsec1-1.2.31/src/mscng/Makefile.in-682-libxmlsec1_mscng_la-kw_des.lo: kw_des.c
xmlsec1-1.2.31/src/mscng/Makefile.in:683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-kw_des.Tpo -c -o libxmlsec1_mscng_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/mscng/Makefile.in-684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_mscng_la-kw_des.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/mscng/Makefile.in-688-
xmlsec1-1.2.31/src/mscng/Makefile.in-689-libxmlsec1_mscng_la-signatures.lo: signatures.c
xmlsec1-1.2.31/src/mscng/Makefile.in:690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-signatures.Tpo -c -o libxmlsec1_mscng_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/mscng/Makefile.in-691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-signatures.Tpo $(DEPDIR)/libxmlsec1_mscng_la-signatures.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/mscng/Makefile.in-695-
xmlsec1-1.2.31/src/mscng/Makefile.in-696-libxmlsec1_mscng_la-symkeys.lo: symkeys.c
xmlsec1-1.2.31/src/mscng/Makefile.in:697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-symkeys.Tpo -c -o libxmlsec1_mscng_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/mscng/Makefile.in-698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_mscng_la-symkeys.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/mscng/Makefile.in-702-
xmlsec1-1.2.31/src/mscng/Makefile.in-703-libxmlsec1_mscng_la-x509.lo: x509.c
xmlsec1-1.2.31/src/mscng/Makefile.in:704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-x509.Tpo -c -o libxmlsec1_mscng_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/mscng/Makefile.in-705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-x509.Tpo $(DEPDIR)/libxmlsec1_mscng_la-x509.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/mscng/Makefile.in-709-
xmlsec1-1.2.31/src/mscng/Makefile.in-710-libxmlsec1_mscng_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.31/src/mscng/Makefile.in:711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscng_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscng_la-x509vfy.Tpo -c -o libxmlsec1_mscng_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/mscng/Makefile.in-712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscng_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_mscng_la-x509vfy.Plo
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscng/Makefile.in:715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscng_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/mscng/Makefile.in-716-
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-752-GTAGS:
xmlsec1-1.2.31/src/mscng/Makefile.in:753:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/mscng/Makefile.in-754-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-775-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/mscng/Makefile.in:776:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/mscng/Makefile.in:777:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/mscng/Makefile.in-778-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/mscng/Makefile.in-789-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/mscng/Makefile.in:790:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/mscng/Makefile.in-791-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-50-  { \
xmlsec1-1.2.31/src/gcrypt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/gcrypt/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/gcrypt/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/gcrypt/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/gcrypt/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/gcrypt/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.31/src/gcrypt/Makefile.in-108-  esac;
xmlsec1-1.2.31/src/gcrypt/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/gcrypt/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.31/src/gcrypt/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/gcrypt/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/gcrypt/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-589-.c.o:
xmlsec1-1.2.31/src/gcrypt/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/gcrypt/Makefile.in-591-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-597-.c.obj:
xmlsec1-1.2.31/src/gcrypt/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/gcrypt/Makefile.in:599:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/gcrypt/Makefile.in-600-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-602-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:603:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/gcrypt/Makefile.in-604-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-605-.c.lo:
xmlsec1-1.2.31/src/gcrypt/Makefile.in:606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/gcrypt/Makefile.in-607-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-613-libxmlsec1_gcrypt_la-app.lo: app.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:614:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-app.Tpo -c -o libxmlsec1_gcrypt_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-615-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-app.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-app.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-617-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:618:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-619-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-620-libxmlsec1_gcrypt_la-asn1.lo: asn1.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:621:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-asn1.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-asn1.Tpo -c -o libxmlsec1_gcrypt_la-asn1.lo `test -f 'asn1.c' || echo '$(srcdir)/'`asn1.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-622-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-asn1.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-asn1.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-624-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:625:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-asn1.lo `test -f 'asn1.c' || echo '$(srcdir)/'`asn1.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-626-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-627-libxmlsec1_gcrypt_la-ciphers.lo: ciphers.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:628:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-ciphers.Tpo -c -o libxmlsec1_gcrypt_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-629-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-ciphers.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-631-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:632:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-633-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-634-libxmlsec1_gcrypt_la-crypto.lo: crypto.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:635:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-crypto.Tpo -c -o libxmlsec1_gcrypt_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-636-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-crypto.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-crypto.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-640-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-641-libxmlsec1_gcrypt_la-digests.lo: digests.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:642:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-digests.Tpo -c -o libxmlsec1_gcrypt_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-643-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-digests.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-digests.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-645-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:646:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-647-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-648-libxmlsec1_gcrypt_la-hmac.lo: hmac.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:649:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-hmac.Tpo -c -o libxmlsec1_gcrypt_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-650-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-hmac.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-hmac.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:653:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-654-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-655-libxmlsec1_gcrypt_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:656:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-kw_aes.Tpo -c -o libxmlsec1_gcrypt_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-657-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-kw_aes.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:660:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-661-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-662-libxmlsec1_gcrypt_la-kw_des.lo: kw_des.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:663:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-kw_des.Tpo -c -o libxmlsec1_gcrypt_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-664-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-kw_des.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:667:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-668-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-669-libxmlsec1_gcrypt_la-symkeys.lo: symkeys.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:670:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-symkeys.Tpo -c -o libxmlsec1_gcrypt_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-671-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-symkeys.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:674:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-675-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-676-libxmlsec1_gcrypt_la-asymkeys.lo: asymkeys.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:677:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-asymkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-asymkeys.Tpo -c -o libxmlsec1_gcrypt_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-678-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-asymkeys.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-asymkeys.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:681:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-682-
xmlsec1-1.2.31/src/gcrypt/Makefile.in-683-libxmlsec1_gcrypt_la-signatures.lo: signatures.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in:684:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gcrypt_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gcrypt_la-signatures.Tpo -c -o libxmlsec1_gcrypt_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-685-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gcrypt_la-signatures.Tpo $(DEPDIR)/libxmlsec1_gcrypt_la-signatures.Plo
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gcrypt/Makefile.in:688:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gcrypt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gcrypt_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/gcrypt/Makefile.in-689-
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-725-GTAGS:
xmlsec1-1.2.31/src/gcrypt/Makefile.in:726:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/gcrypt/Makefile.in-727-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-748-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/gcrypt/Makefile.in:749:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/gcrypt/Makefile.in:750:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/gcrypt/Makefile.in-751-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/gcrypt/Makefile.in-762-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/gcrypt/Makefile.in:763:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/gcrypt/Makefile.in-764-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-50-  { \
xmlsec1-1.2.31/src/openssl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/openssl/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/openssl/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/openssl/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/openssl/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/openssl/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.31/src/openssl/Makefile.in-108-  esac;
xmlsec1-1.2.31/src/openssl/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/openssl/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.31/src/openssl/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/openssl/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/openssl/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-600-.c.o:
xmlsec1-1.2.31/src/openssl/Makefile.in:601:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/openssl/Makefile.in-602-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-608-.c.obj:
xmlsec1-1.2.31/src/openssl/Makefile.in:609:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/openssl/Makefile.in:610:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/openssl/Makefile.in-611-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-613-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:614:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/openssl/Makefile.in-615-
xmlsec1-1.2.31/src/openssl/Makefile.in-616-.c.lo:
xmlsec1-1.2.31/src/openssl/Makefile.in:617:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/openssl/Makefile.in-618-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-624-libxmlsec1_openssl_la-app.lo: app.c
xmlsec1-1.2.31/src/openssl/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-app.Tpo -c -o libxmlsec1_openssl_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/openssl/Makefile.in-626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-app.Tpo $(DEPDIR)/libxmlsec1_openssl_la-app.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/openssl/Makefile.in-630-
xmlsec1-1.2.31/src/openssl/Makefile.in-631-libxmlsec1_openssl_la-bn.lo: bn.c
xmlsec1-1.2.31/src/openssl/Makefile.in:632:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-bn.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-bn.Tpo -c -o libxmlsec1_openssl_la-bn.lo `test -f 'bn.c' || echo '$(srcdir)/'`bn.c
xmlsec1-1.2.31/src/openssl/Makefile.in-633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-bn.Tpo $(DEPDIR)/libxmlsec1_openssl_la-bn.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:636:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-bn.lo `test -f 'bn.c' || echo '$(srcdir)/'`bn.c
xmlsec1-1.2.31/src/openssl/Makefile.in-637-
xmlsec1-1.2.31/src/openssl/Makefile.in-638-libxmlsec1_openssl_la-ciphers.lo: ciphers.c
xmlsec1-1.2.31/src/openssl/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-ciphers.Tpo -c -o libxmlsec1_openssl_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/openssl/Makefile.in-640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_openssl_la-ciphers.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:643:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/openssl/Makefile.in-644-
xmlsec1-1.2.31/src/openssl/Makefile.in-645-libxmlsec1_openssl_la-crypto.lo: crypto.c
xmlsec1-1.2.31/src/openssl/Makefile.in:646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-crypto.Tpo -c -o libxmlsec1_openssl_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/openssl/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-crypto.Tpo $(DEPDIR)/libxmlsec1_openssl_la-crypto.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/openssl/Makefile.in-651-
xmlsec1-1.2.31/src/openssl/Makefile.in-652-libxmlsec1_openssl_la-digests.lo: digests.c
xmlsec1-1.2.31/src/openssl/Makefile.in:653:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-digests.Tpo -c -o libxmlsec1_openssl_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/openssl/Makefile.in-654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-digests.Tpo $(DEPDIR)/libxmlsec1_openssl_la-digests.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:657:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/openssl/Makefile.in-658-
xmlsec1-1.2.31/src/openssl/Makefile.in-659-libxmlsec1_openssl_la-evp.lo: evp.c
xmlsec1-1.2.31/src/openssl/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-evp.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-evp.Tpo -c -o libxmlsec1_openssl_la-evp.lo `test -f 'evp.c' || echo '$(srcdir)/'`evp.c
xmlsec1-1.2.31/src/openssl/Makefile.in-661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-evp.Tpo $(DEPDIR)/libxmlsec1_openssl_la-evp.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:664:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-evp.lo `test -f 'evp.c' || echo '$(srcdir)/'`evp.c
xmlsec1-1.2.31/src/openssl/Makefile.in-665-
xmlsec1-1.2.31/src/openssl/Makefile.in-666-libxmlsec1_openssl_la-evp_signatures.lo: evp_signatures.c
xmlsec1-1.2.31/src/openssl/Makefile.in:667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-evp_signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-evp_signatures.Tpo -c -o libxmlsec1_openssl_la-evp_signatures.lo `test -f 'evp_signatures.c' || echo '$(srcdir)/'`evp_signatures.c
xmlsec1-1.2.31/src/openssl/Makefile.in-668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-evp_signatures.Tpo $(DEPDIR)/libxmlsec1_openssl_la-evp_signatures.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-evp_signatures.lo `test -f 'evp_signatures.c' || echo '$(srcdir)/'`evp_signatures.c
xmlsec1-1.2.31/src/openssl/Makefile.in-672-
xmlsec1-1.2.31/src/openssl/Makefile.in-673-libxmlsec1_openssl_la-hmac.lo: hmac.c
xmlsec1-1.2.31/src/openssl/Makefile.in:674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-hmac.Tpo -c -o libxmlsec1_openssl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/openssl/Makefile.in-675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-hmac.Tpo $(DEPDIR)/libxmlsec1_openssl_la-hmac.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/openssl/Makefile.in-679-
xmlsec1-1.2.31/src/openssl/Makefile.in-680-libxmlsec1_openssl_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.31/src/openssl/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-kw_aes.Tpo -c -o libxmlsec1_openssl_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/openssl/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_openssl_la-kw_aes.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/openssl/Makefile.in-686-
xmlsec1-1.2.31/src/openssl/Makefile.in-687-libxmlsec1_openssl_la-kw_des.lo: kw_des.c
xmlsec1-1.2.31/src/openssl/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-kw_des.Tpo -c -o libxmlsec1_openssl_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/openssl/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_openssl_la-kw_des.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/openssl/Makefile.in-693-
xmlsec1-1.2.31/src/openssl/Makefile.in-694-libxmlsec1_openssl_la-kt_rsa.lo: kt_rsa.c
xmlsec1-1.2.31/src/openssl/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-kt_rsa.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-kt_rsa.Tpo -c -o libxmlsec1_openssl_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.31/src/openssl/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-kt_rsa.Tpo $(DEPDIR)/libxmlsec1_openssl_la-kt_rsa.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.31/src/openssl/Makefile.in-700-
xmlsec1-1.2.31/src/openssl/Makefile.in-701-libxmlsec1_openssl_la-signatures.lo: signatures.c
xmlsec1-1.2.31/src/openssl/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-signatures.Tpo -c -o libxmlsec1_openssl_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/openssl/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-signatures.Tpo $(DEPDIR)/libxmlsec1_openssl_la-signatures.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/openssl/Makefile.in-707-
xmlsec1-1.2.31/src/openssl/Makefile.in-708-libxmlsec1_openssl_la-symkeys.lo: symkeys.c
xmlsec1-1.2.31/src/openssl/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-symkeys.Tpo -c -o libxmlsec1_openssl_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/openssl/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_openssl_la-symkeys.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/openssl/Makefile.in-714-
xmlsec1-1.2.31/src/openssl/Makefile.in-715-libxmlsec1_openssl_la-x509.lo: x509.c
xmlsec1-1.2.31/src/openssl/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-x509.Tpo -c -o libxmlsec1_openssl_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/openssl/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-x509.Tpo $(DEPDIR)/libxmlsec1_openssl_la-x509.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/openssl/Makefile.in-721-
xmlsec1-1.2.31/src/openssl/Makefile.in-722-libxmlsec1_openssl_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.31/src/openssl/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_openssl_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_openssl_la-x509vfy.Tpo -c -o libxmlsec1_openssl_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/openssl/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_openssl_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_openssl_la-x509vfy.Plo
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/openssl/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_openssl_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/openssl/Makefile.in-728-
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-764-GTAGS:
xmlsec1-1.2.31/src/openssl/Makefile.in:765:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/openssl/Makefile.in-766-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-787-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/openssl/Makefile.in:788:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/openssl/Makefile.in:789:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/openssl/Makefile.in-790-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/openssl/Makefile.in-801-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/openssl/Makefile.in:802:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/openssl/Makefile.in-803-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-50-  { \
xmlsec1-1.2.31/src/nss/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/nss/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/nss/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/nss/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/nss/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/nss/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.31/src/nss/Makefile.in-108-  esac;
xmlsec1-1.2.31/src/nss/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/nss/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.31/src/nss/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/nss/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/nss/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-597-.c.o:
xmlsec1-1.2.31/src/nss/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/nss/Makefile.in-599-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-605-.c.obj:
xmlsec1-1.2.31/src/nss/Makefile.in:606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/nss/Makefile.in:607:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/nss/Makefile.in-608-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:611:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/nss/Makefile.in-612-
xmlsec1-1.2.31/src/nss/Makefile.in-613-.c.lo:
xmlsec1-1.2.31/src/nss/Makefile.in:614:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/nss/Makefile.in-615-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-621-libxmlsec1_nss_la-app.lo: app.c
xmlsec1-1.2.31/src/nss/Makefile.in:622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-app.Tpo -c -o libxmlsec1_nss_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/nss/Makefile.in-623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-app.Tpo $(DEPDIR)/libxmlsec1_nss_la-app.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/nss/Makefile.in-627-
xmlsec1-1.2.31/src/nss/Makefile.in-628-libxmlsec1_nss_la-bignum.lo: bignum.c
xmlsec1-1.2.31/src/nss/Makefile.in:629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-bignum.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-bignum.Tpo -c -o libxmlsec1_nss_la-bignum.lo `test -f 'bignum.c' || echo '$(srcdir)/'`bignum.c
xmlsec1-1.2.31/src/nss/Makefile.in-630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-bignum.Tpo $(DEPDIR)/libxmlsec1_nss_la-bignum.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-bignum.lo `test -f 'bignum.c' || echo '$(srcdir)/'`bignum.c
xmlsec1-1.2.31/src/nss/Makefile.in-634-
xmlsec1-1.2.31/src/nss/Makefile.in-635-libxmlsec1_nss_la-ciphers.lo: ciphers.c
xmlsec1-1.2.31/src/nss/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-ciphers.Tpo -c -o libxmlsec1_nss_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/nss/Makefile.in-637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_nss_la-ciphers.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/nss/Makefile.in-641-
xmlsec1-1.2.31/src/nss/Makefile.in-642-libxmlsec1_nss_la-crypto.lo: crypto.c
xmlsec1-1.2.31/src/nss/Makefile.in:643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-crypto.Tpo -c -o libxmlsec1_nss_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/nss/Makefile.in-644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-crypto.Tpo $(DEPDIR)/libxmlsec1_nss_la-crypto.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/nss/Makefile.in-648-
xmlsec1-1.2.31/src/nss/Makefile.in-649-libxmlsec1_nss_la-digests.lo: digests.c
xmlsec1-1.2.31/src/nss/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-digests.Tpo -c -o libxmlsec1_nss_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/nss/Makefile.in-651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-digests.Tpo $(DEPDIR)/libxmlsec1_nss_la-digests.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/nss/Makefile.in-655-
xmlsec1-1.2.31/src/nss/Makefile.in-656-libxmlsec1_nss_la-hmac.lo: hmac.c
xmlsec1-1.2.31/src/nss/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-hmac.Tpo -c -o libxmlsec1_nss_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/nss/Makefile.in-658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-hmac.Tpo $(DEPDIR)/libxmlsec1_nss_la-hmac.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/nss/Makefile.in-662-
xmlsec1-1.2.31/src/nss/Makefile.in-663-libxmlsec1_nss_la-pkikeys.lo: pkikeys.c
xmlsec1-1.2.31/src/nss/Makefile.in:664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-pkikeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-pkikeys.Tpo -c -o libxmlsec1_nss_la-pkikeys.lo `test -f 'pkikeys.c' || echo '$(srcdir)/'`pkikeys.c
xmlsec1-1.2.31/src/nss/Makefile.in-665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-pkikeys.Tpo $(DEPDIR)/libxmlsec1_nss_la-pkikeys.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-pkikeys.lo `test -f 'pkikeys.c' || echo '$(srcdir)/'`pkikeys.c
xmlsec1-1.2.31/src/nss/Makefile.in-669-
xmlsec1-1.2.31/src/nss/Makefile.in-670-libxmlsec1_nss_la-signatures.lo: signatures.c
xmlsec1-1.2.31/src/nss/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-signatures.Tpo -c -o libxmlsec1_nss_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/nss/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-signatures.Tpo $(DEPDIR)/libxmlsec1_nss_la-signatures.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/nss/Makefile.in-676-
xmlsec1-1.2.31/src/nss/Makefile.in-677-libxmlsec1_nss_la-symkeys.lo: symkeys.c
xmlsec1-1.2.31/src/nss/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-symkeys.Tpo -c -o libxmlsec1_nss_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/nss/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_nss_la-symkeys.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/nss/Makefile.in-683-
xmlsec1-1.2.31/src/nss/Makefile.in-684-libxmlsec1_nss_la-x509.lo: x509.c
xmlsec1-1.2.31/src/nss/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-x509.Tpo -c -o libxmlsec1_nss_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/nss/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-x509.Tpo $(DEPDIR)/libxmlsec1_nss_la-x509.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/nss/Makefile.in-690-
xmlsec1-1.2.31/src/nss/Makefile.in-691-libxmlsec1_nss_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.31/src/nss/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-x509vfy.Tpo -c -o libxmlsec1_nss_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/nss/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_nss_la-x509vfy.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/nss/Makefile.in-697-
xmlsec1-1.2.31/src/nss/Makefile.in-698-libxmlsec1_nss_la-keysstore.lo: keysstore.c
xmlsec1-1.2.31/src/nss/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-keysstore.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-keysstore.Tpo -c -o libxmlsec1_nss_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.31/src/nss/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-keysstore.Tpo $(DEPDIR)/libxmlsec1_nss_la-keysstore.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.31/src/nss/Makefile.in-704-
xmlsec1-1.2.31/src/nss/Makefile.in-705-libxmlsec1_nss_la-keytrans.lo: keytrans.c
xmlsec1-1.2.31/src/nss/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-keytrans.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-keytrans.Tpo -c -o libxmlsec1_nss_la-keytrans.lo `test -f 'keytrans.c' || echo '$(srcdir)/'`keytrans.c
xmlsec1-1.2.31/src/nss/Makefile.in-707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-keytrans.Tpo $(DEPDIR)/libxmlsec1_nss_la-keytrans.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-keytrans.lo `test -f 'keytrans.c' || echo '$(srcdir)/'`keytrans.c
xmlsec1-1.2.31/src/nss/Makefile.in-711-
xmlsec1-1.2.31/src/nss/Makefile.in-712-libxmlsec1_nss_la-kw_des.lo: kw_des.c
xmlsec1-1.2.31/src/nss/Makefile.in:713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-kw_des.Tpo -c -o libxmlsec1_nss_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/nss/Makefile.in-714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_nss_la-kw_des.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/nss/Makefile.in-718-
xmlsec1-1.2.31/src/nss/Makefile.in-719-libxmlsec1_nss_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.31/src/nss/Makefile.in:720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_nss_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_nss_la-kw_aes.Tpo -c -o libxmlsec1_nss_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/nss/Makefile.in-721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_nss_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_nss_la-kw_aes.Plo
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/nss/Makefile.in:724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_nss_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/nss/Makefile.in-725-
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-761-GTAGS:
xmlsec1-1.2.31/src/nss/Makefile.in:762:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/nss/Makefile.in-763-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-784-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/nss/Makefile.in:785:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/nss/Makefile.in:786:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/nss/Makefile.in-787-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/nss/Makefile.in-798-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/nss/Makefile.in:799:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/nss/Makefile.in-800-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/src/Makefile.in-50-  { \
xmlsec1-1.2.31/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/Makefile.in-104-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/Makefile.in:105:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/Makefile.in-106-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/Makefile.in:107:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/Makefile.in-108-    *) f=$$p;; \
xmlsec1-1.2.31/src/Makefile.in-109-  esac;
xmlsec1-1.2.31/src/Makefile.in:110:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/Makefile.in-111-am__install_max = 40
xmlsec1-1.2.31/src/Makefile.in-112-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/Makefile.in:113:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/Makefile.in-114-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/Makefile.in-244-  while test -n "$$dir1"; do \
xmlsec1-1.2.31/src/Makefile.in:245:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/src/Makefile.in-246-    if test "$$first" != "."; then \
xmlsec1-1.2.31/src/Makefile.in-247-      if test "$$first" = ".."; then \
xmlsec1-1.2.31/src/Makefile.in:248:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.31/src/Makefile.in:249:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.31/src/Makefile.in-250-      else \
xmlsec1-1.2.31/src/Makefile.in:251:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/src/Makefile.in-252-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.31/src/Makefile.in:253:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/src/Makefile.in-254-        else \
##############################################
xmlsec1-1.2.31/src/Makefile.in-259-    fi; \
xmlsec1-1.2.31/src/Makefile.in:260:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/src/Makefile.in-261-  done; \
##############################################
xmlsec1-1.2.31/src/Makefile.in-651-.c.o:
xmlsec1-1.2.31/src/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/Makefile.in-653-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/Makefile.in-659-.c.obj:
xmlsec1-1.2.31/src/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/Makefile.in:661:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/Makefile.in-662-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/Makefile.in-666-
xmlsec1-1.2.31/src/Makefile.in-667-.c.lo:
xmlsec1-1.2.31/src/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/Makefile.in-669-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/Makefile.in-694-	dot_seen=no; \
xmlsec1-1.2.31/src/Makefile.in:695:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.31/src/Makefile.in-696-	case "$@" in \
##############################################
xmlsec1-1.2.31/src/Makefile.in-757-GTAGS:
xmlsec1-1.2.31/src/Makefile.in:758:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/Makefile.in-759-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/Makefile.in-780-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/Makefile.in:781:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/Makefile.in:782:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/Makefile.in-783-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/Makefile.in-794-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/Makefile.in:795:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/Makefile.in-796-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-50-  { \
xmlsec1-1.2.31/src/mscrypto/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/mscrypto/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/mscrypto/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/mscrypto/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/mscrypto/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/mscrypto/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.31/src/mscrypto/Makefile.in-108-  esac;
xmlsec1-1.2.31/src/mscrypto/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/mscrypto/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.31/src/mscrypto/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/mscrypto/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/mscrypto/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-606-.c.o:
xmlsec1-1.2.31/src/mscrypto/Makefile.in:607:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/mscrypto/Makefile.in-608-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-614-.c.obj:
xmlsec1-1.2.31/src/mscrypto/Makefile.in:615:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/mscrypto/Makefile.in:616:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/mscrypto/Makefile.in-617-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/mscrypto/Makefile.in-621-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-622-.c.lo:
xmlsec1-1.2.31/src/mscrypto/Makefile.in:623:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/mscrypto/Makefile.in-624-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-630-libxmlsec1_mscrypto_la-app.lo: app.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:631:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-app.Tpo -c -o libxmlsec1_mscrypto_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-632-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-app.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-app.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-634-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:635:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-636-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-637-libxmlsec1_mscrypto_la-certkeys.lo: certkeys.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:638:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-certkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Tpo -c -o libxmlsec1_mscrypto_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-639-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-certkeys.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:642:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-certkeys.lo `test -f 'certkeys.c' || echo '$(srcdir)/'`certkeys.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-643-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-644-libxmlsec1_mscrypto_la-ciphers.lo: ciphers.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:645:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-ciphers.Tpo -c -o libxmlsec1_mscrypto_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-646-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-ciphers.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-648-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:649:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-650-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-651-libxmlsec1_mscrypto_la-crypto.lo: crypto.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-crypto.Tpo -c -o libxmlsec1_mscrypto_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-crypto.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-crypto.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:656:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-657-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-658-libxmlsec1_mscrypto_la-digests.lo: digests.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:659:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-digests.Tpo -c -o libxmlsec1_mscrypto_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-660-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-digests.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-digests.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-662-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:663:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-664-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-665-libxmlsec1_mscrypto_la-hmac.lo: hmac.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:666:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-hmac.Tpo -c -o libxmlsec1_mscrypto_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-hmac.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-hmac.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-671-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-672-libxmlsec1_mscrypto_la-keysstore.lo: keysstore.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:673:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-keysstore.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-keysstore.Tpo -c -o libxmlsec1_mscrypto_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-674-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-keysstore.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-keysstore.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-676-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:677:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-keysstore.lo `test -f 'keysstore.c' || echo '$(srcdir)/'`keysstore.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-678-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-679-libxmlsec1_mscrypto_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:680:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-kw_aes.Tpo -c -o libxmlsec1_mscrypto_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-681-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-kw_aes.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-683-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:684:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-685-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-686-libxmlsec1_mscrypto_la-kw_des.lo: kw_des.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:687:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-kw_des.Tpo -c -o libxmlsec1_mscrypto_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-688-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-kw_des.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-690-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:691:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-692-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-693-libxmlsec1_mscrypto_la-kt_rsa.lo: kt_rsa.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:694:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-kt_rsa.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-kt_rsa.Tpo -c -o libxmlsec1_mscrypto_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-695-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-kt_rsa.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-kt_rsa.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-697-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:698:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-kt_rsa.lo `test -f 'kt_rsa.c' || echo '$(srcdir)/'`kt_rsa.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-699-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-700-libxmlsec1_mscrypto_la-signatures.lo: signatures.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:701:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-signatures.Tpo -c -o libxmlsec1_mscrypto_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-702-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-signatures.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-signatures.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-704-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:705:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-706-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-707-libxmlsec1_mscrypto_la-symkeys.lo: symkeys.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:708:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Tpo -c -o libxmlsec1_mscrypto_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-709-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-symkeys.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-711-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:712:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-713-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-714-libxmlsec1_mscrypto_la-x509.lo: x509.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:715:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-x509.Tpo -c -o libxmlsec1_mscrypto_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-716-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-x509.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-x509.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-718-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:719:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-720-
xmlsec1-1.2.31/src/mscrypto/Makefile.in-721-libxmlsec1_mscrypto_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in:722:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_mscrypto_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Tpo -c -o libxmlsec1_mscrypto_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-723-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_mscrypto_la-x509vfy.Plo
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-725-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/mscrypto/Makefile.in:726:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_mscrypto_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_mscrypto_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/mscrypto/Makefile.in-727-
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-763-GTAGS:
xmlsec1-1.2.31/src/mscrypto/Makefile.in:764:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/mscrypto/Makefile.in-765-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-786-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/mscrypto/Makefile.in:787:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/mscrypto/Makefile.in:788:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/mscrypto/Makefile.in-789-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/mscrypto/Makefile.in-800-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/mscrypto/Makefile.in:801:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/mscrypto/Makefile.in-802-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-50-  { \
xmlsec1-1.2.31/src/gnutls/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/src/gnutls/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
xmlsec1-1.2.31/src/gnutls/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/src/gnutls/Makefile.in-105-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/src/gnutls/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/src/gnutls/Makefile.in-107-    *) f=$$p;; \
xmlsec1-1.2.31/src/gnutls/Makefile.in-108-  esac;
xmlsec1-1.2.31/src/gnutls/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/src/gnutls/Makefile.in-110-am__install_max = 40
xmlsec1-1.2.31/src/gnutls/Makefile.in-111-am__nobase_strip_setup = \
xmlsec1-1.2.31/src/gnutls/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/src/gnutls/Makefile.in-113-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-597-.c.o:
xmlsec1-1.2.31/src/gnutls/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/src/gnutls/Makefile.in-599-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-605-.c.obj:
xmlsec1-1.2.31/src/gnutls/Makefile.in:606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/src/gnutls/Makefile.in:607:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/src/gnutls/Makefile.in-608-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:611:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/src/gnutls/Makefile.in-612-
xmlsec1-1.2.31/src/gnutls/Makefile.in-613-.c.lo:
xmlsec1-1.2.31/src/gnutls/Makefile.in:614:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/src/gnutls/Makefile.in-615-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-621-libxmlsec1_gnutls_la-app.lo: app.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-app.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-app.Tpo -c -o libxmlsec1_gnutls_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-app.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-app.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-app.lo `test -f 'app.c' || echo '$(srcdir)/'`app.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-627-
xmlsec1-1.2.31/src/gnutls/Makefile.in-628-libxmlsec1_gnutls_la-ciphers.lo: ciphers.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-ciphers.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-ciphers.Tpo -c -o libxmlsec1_gnutls_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-ciphers.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-ciphers.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-ciphers.lo `test -f 'ciphers.c' || echo '$(srcdir)/'`ciphers.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-634-
xmlsec1-1.2.31/src/gnutls/Makefile.in-635-libxmlsec1_gnutls_la-crypto.lo: crypto.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-crypto.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-crypto.Tpo -c -o libxmlsec1_gnutls_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-crypto.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-crypto.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-641-
xmlsec1-1.2.31/src/gnutls/Makefile.in-642-libxmlsec1_gnutls_la-digests.lo: digests.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-digests.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-digests.Tpo -c -o libxmlsec1_gnutls_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-digests.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-digests.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-digests.lo `test -f 'digests.c' || echo '$(srcdir)/'`digests.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-648-
xmlsec1-1.2.31/src/gnutls/Makefile.in-649-libxmlsec1_gnutls_la-hmac.lo: hmac.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-hmac.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-hmac.Tpo -c -o libxmlsec1_gnutls_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-hmac.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-hmac.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-655-
xmlsec1-1.2.31/src/gnutls/Makefile.in-656-libxmlsec1_gnutls_la-kw_aes.lo: kw_aes.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-kw_aes.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-kw_aes.Tpo -c -o libxmlsec1_gnutls_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-kw_aes.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-kw_aes.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-kw_aes.lo `test -f 'kw_aes.c' || echo '$(srcdir)/'`kw_aes.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-662-
xmlsec1-1.2.31/src/gnutls/Makefile.in-663-libxmlsec1_gnutls_la-kw_des.lo: kw_des.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-kw_des.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-kw_des.Tpo -c -o libxmlsec1_gnutls_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-kw_des.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-kw_des.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-kw_des.lo `test -f 'kw_des.c' || echo '$(srcdir)/'`kw_des.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-669-
xmlsec1-1.2.31/src/gnutls/Makefile.in-670-libxmlsec1_gnutls_la-symkeys.lo: symkeys.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-symkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-symkeys.Tpo -c -o libxmlsec1_gnutls_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-symkeys.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-symkeys.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-symkeys.lo `test -f 'symkeys.c' || echo '$(srcdir)/'`symkeys.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-676-
xmlsec1-1.2.31/src/gnutls/Makefile.in-677-libxmlsec1_gnutls_la-asymkeys.lo: asymkeys.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-asymkeys.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-asymkeys.Tpo -c -o libxmlsec1_gnutls_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-asymkeys.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-asymkeys.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-asymkeys.lo `test -f 'asymkeys.c' || echo '$(srcdir)/'`asymkeys.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-683-
xmlsec1-1.2.31/src/gnutls/Makefile.in-684-libxmlsec1_gnutls_la-signatures.lo: signatures.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-signatures.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-signatures.Tpo -c -o libxmlsec1_gnutls_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-signatures.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-signatures.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-signatures.lo `test -f 'signatures.c' || echo '$(srcdir)/'`signatures.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-690-
xmlsec1-1.2.31/src/gnutls/Makefile.in-691-libxmlsec1_gnutls_la-x509utils.lo: x509utils.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-x509utils.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-x509utils.Tpo -c -o libxmlsec1_gnutls_la-x509utils.lo `test -f 'x509utils.c' || echo '$(srcdir)/'`x509utils.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-x509utils.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-x509utils.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-x509utils.lo `test -f 'x509utils.c' || echo '$(srcdir)/'`x509utils.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-697-
xmlsec1-1.2.31/src/gnutls/Makefile.in-698-libxmlsec1_gnutls_la-x509.lo: x509.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-x509.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-x509.Tpo -c -o libxmlsec1_gnutls_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-x509.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-x509.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-x509.lo `test -f 'x509.c' || echo '$(srcdir)/'`x509.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-704-
xmlsec1-1.2.31/src/gnutls/Makefile.in-705-libxmlsec1_gnutls_la-x509vfy.lo: x509vfy.c
xmlsec1-1.2.31/src/gnutls/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxmlsec1_gnutls_la-x509vfy.lo -MD -MP -MF $(DEPDIR)/libxmlsec1_gnutls_la-x509vfy.Tpo -c -o libxmlsec1_gnutls_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libxmlsec1_gnutls_la-x509vfy.Tpo $(DEPDIR)/libxmlsec1_gnutls_la-x509vfy.Plo
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/src/gnutls/Makefile.in:710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxmlsec1_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxmlsec1_gnutls_la-x509vfy.lo `test -f 'x509vfy.c' || echo '$(srcdir)/'`x509vfy.c
xmlsec1-1.2.31/src/gnutls/Makefile.in-711-
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-747-GTAGS:
xmlsec1-1.2.31/src/gnutls/Makefile.in:748:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/src/gnutls/Makefile.in-749-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-770-distdir: $(DISTFILES)
xmlsec1-1.2.31/src/gnutls/Makefile.in:771:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/gnutls/Makefile.in:772:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/src/gnutls/Makefile.in-773-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/src/gnutls/Makefile.in-784-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/src/gnutls/Makefile.in:785:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/src/gnutls/Makefile.in-786-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/xmlsec1-config-55-    -*=*)
xmlsec1-1.2.31/xmlsec1-config:56:        optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
xmlsec1-1.2.31/xmlsec1-config-57-    ;;
##############################################
xmlsec1-1.2.31/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
xmlsec1-1.2.31/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
xmlsec1-1.2.31/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
xmlsec1-1.2.31/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
xmlsec1-1.2.31/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
xmlsec1-1.2.31/aclocal.m4-181-        else 
xmlsec1-1.2.31/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
xmlsec1-1.2.31/aclocal.m4-183-        fi
##############################################
xmlsec1-1.2.31/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
xmlsec1-1.2.31/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
xmlsec1-1.2.31/aclocal.m4-370-# and then we would define $MISSING as
##############################################
xmlsec1-1.2.31/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
xmlsec1-1.2.31/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xmlsec1-1.2.31/aclocal.m4-385-])
##############################################
xmlsec1-1.2.31/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
xmlsec1-1.2.31/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
xmlsec1-1.2.31/aclocal.m4-483-  fi
##############################################
xmlsec1-1.2.31/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
xmlsec1-1.2.31/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xmlsec1-1.2.31/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
xmlsec1-1.2.31/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
xmlsec1-1.2.31/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
xmlsec1-1.2.31/aclocal.m4-643-    else
##############################################
xmlsec1-1.2.31/aclocal.m4-647-    # from the Makefile without running 'make'.
xmlsec1-1.2.31/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xmlsec1-1.2.31/aclocal.m4-649-    test -z "$DEPDIR" && continue
xmlsec1-1.2.31/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xmlsec1-1.2.31/aclocal.m4-651-    test -z "$am__include" && continue
xmlsec1-1.2.31/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xmlsec1-1.2.31/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
xmlsec1-1.2.31/aclocal.m4-661-      test -f "$dirpart/$file" && continue
xmlsec1-1.2.31/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
xmlsec1-1.2.31/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
xmlsec1-1.2.31/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
xmlsec1-1.2.31/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xmlsec1-1.2.31/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xmlsec1-1.2.31/aclocal.m4-878-    * )
xmlsec1-1.2.31/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xmlsec1-1.2.31/aclocal.m4-880-  esac
xmlsec1-1.2.31/aclocal.m4-881-done
xmlsec1-1.2.31/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
xmlsec1-1.2.31/aclocal.m4-883-
##############################################
xmlsec1-1.2.31/aclocal.m4-985-# Ignore all kinds of additional output from 'make'.
xmlsec1-1.2.31/aclocal.m4:986:case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.31/aclocal.m4-987-*the\ am__doit\ target*)
##############################################
xmlsec1-1.2.31/aclocal.m4-995-   echo '.include "confinc"' > confmf
xmlsec1-1.2.31/aclocal.m4:996:   case `$am_make -s -f confmf 2> /dev/null` in #(
xmlsec1-1.2.31/aclocal.m4-997-   *the\ am__doit\ target*)
##############################################
xmlsec1-1.2.31/aclocal.m4-1177-     echo "timestamp, slept: $am_has_slept" > conftest.file
xmlsec1-1.2.31/aclocal.m4:1178:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xmlsec1-1.2.31/aclocal.m4-1179-     if test "$[*]" = "X"; then
xmlsec1-1.2.31/aclocal.m4-1180-	# -L didn't work.
xmlsec1-1.2.31/aclocal.m4:1181:	set X `ls -t "$srcdir/configure" conftest.file`
xmlsec1-1.2.31/aclocal.m4-1182-     fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-16-if [ "z$OS_ARCH" = "zCygwin" ] ; then
xmlsec1-1.2.31/tests/testrun.sh:17:    topfolder=`cygpath -wa "$topfolder"`
xmlsec1-1.2.31/tests/testrun.sh:18:    xmlsec_app=`cygpath -a "$xmlsec_app"`
xmlsec1-1.2.31/tests/testrun.sh-19-fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-26-fi
xmlsec1-1.2.31/tests/testrun.sh:27:testname=`basename $testfile`
xmlsec1-1.2.31/tests/testrun.sh-28-if [ "z$OS_ARCH" = "zCygwin" ] ; then
xmlsec1-1.2.31/tests/testrun.sh:29:    tmpfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.tmp`
xmlsec1-1.2.31/tests/testrun.sh:30:    logfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.log`
xmlsec1-1.2.31/tests/testrun.sh:31:    curlogfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.cur.log`
xmlsec1-1.2.31/tests/testrun.sh:32:    failedlogfile=`cygpath -wa $TMPFOLDER/$testname.$timestamp-$$.failed.log`
xmlsec1-1.2.31/tests/testrun.sh-33-else
##############################################
xmlsec1-1.2.31/tests/testrun.sh-143-    if [ "z$expected_res" = "z$actual_res_str" ] ; then
xmlsec1-1.2.31/tests/testrun.sh:144:        count_success=`expr $count_success + 1`
xmlsec1-1.2.31/tests/testrun.sh-145-	actual_res="0"
##############################################
xmlsec1-1.2.31/tests/testrun.sh-147-    else
xmlsec1-1.2.31/tests/testrun.sh:148:        count_fail=`expr $count_fail + 1`
xmlsec1-1.2.31/tests/testrun.sh-149-	actual_res="1"
##############################################
xmlsec1-1.2.31/tests/testrun.sh-165-    else
xmlsec1-1.2.31/tests/testrun.sh:166:	count_skip=`expr $count_skip + 1`
xmlsec1-1.2.31/tests/testrun.sh-167-        echo " Skip"
##############################################
xmlsec1-1.2.31/tests/testrun.sh-224-    if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:225:        failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-226-    fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-314-        if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:315:            failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-316-        fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-324-        if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:325:            failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-326-        fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-334-        if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:335:            failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-336-        fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-423-    	if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:424:            failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-425-    	fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-434-        if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:435:            failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-436-        fi
##############################################
xmlsec1-1.2.31/tests/testrun.sh-455-        if [ $? != 0 ]; then
xmlsec1-1.2.31/tests/testrun.sh:456:            failures=`expr $failures + 1`
xmlsec1-1.2.31/tests/testrun.sh-457-        fi
##############################################
xmlsec1-1.2.31/tests/keys/CA.pl-70-	    # create a certificate
xmlsec1-1.2.31/tests/keys/CA.pl:71:	    system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
xmlsec1-1.2.31/tests/keys/CA.pl-72-	    $RET=$?;
##############################################
xmlsec1-1.2.31/tests/keys/CA.pl-75-	    # create a certificate request
xmlsec1-1.2.31/tests/keys/CA.pl:76:	    system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
xmlsec1-1.2.31/tests/keys/CA.pl-77-	    $RET=$?;
##############################################
xmlsec1-1.2.31/tests/keys/CA.pl-80-	    # create a certificate request
xmlsec1-1.2.31/tests/keys/CA.pl:81:	    system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
xmlsec1-1.2.31/tests/keys/CA.pl-82-	    $RET=$?;
##############################################
xmlsec1-1.2.31/tests/keys/CA.pl-133-	} elsif (/^-xsign$/) {
xmlsec1-1.2.31/tests/keys/CA.pl:134:	    system ("$CA -policy policy_anything -infiles newreq.pem");
xmlsec1-1.2.31/tests/keys/CA.pl-135-	    $RET=$?;
##############################################
xmlsec1-1.2.31/tests/keys/CA.pl-155-		foreach $j (@ARGV) {
xmlsec1-1.2.31/tests/keys/CA.pl:156:		    system ("$VERIFY -CAfile $CATOP/$CACERT $j");
xmlsec1-1.2.31/tests/keys/CA.pl-157-		    $RET=$? if ($? != 0);
##############################################
xmlsec1-1.2.31/tests/keys/CA.pl-160-	    } else {
xmlsec1-1.2.31/tests/keys/CA.pl:161:		    system ("$VERIFY -CAfile $CATOP/$CACERT newcert.pem");
xmlsec1-1.2.31/tests/keys/CA.pl-162-		    $RET=$?;
##############################################
xmlsec1-1.2.31/apps/Makefile.in-50-  { \
xmlsec1-1.2.31/apps/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/apps/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/apps/Makefile.in-572-	test -n "$(EXEEXT)" || exit 0; \
xmlsec1-1.2.31/apps/Makefile.in:573:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
xmlsec1-1.2.31/apps/Makefile.in-574-	echo " rm -f" $$list; \
##############################################
xmlsec1-1.2.31/apps/Makefile.in-591-.c.o:
xmlsec1-1.2.31/apps/Makefile.in:592:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
xmlsec1-1.2.31/apps/Makefile.in-593-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/apps/Makefile.in-599-.c.obj:
xmlsec1-1.2.31/apps/Makefile.in:600:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
xmlsec1-1.2.31/apps/Makefile.in:601:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
xmlsec1-1.2.31/apps/Makefile.in-602-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
xmlsec1-1.2.31/apps/Makefile.in-604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xmlsec1-1.2.31/apps/Makefile.in:605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xmlsec1-1.2.31/apps/Makefile.in-606-
xmlsec1-1.2.31/apps/Makefile.in-607-.c.lo:
xmlsec1-1.2.31/apps/Makefile.in:608:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
xmlsec1-1.2.31/apps/Makefile.in-609-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
xmlsec1-1.2.31/apps/Makefile.in-650-GTAGS:
xmlsec1-1.2.31/apps/Makefile.in:651:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/apps/Makefile.in-652-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/apps/Makefile.in-673-distdir: $(DISTFILES)
xmlsec1-1.2.31/apps/Makefile.in:674:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/apps/Makefile.in:675:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/apps/Makefile.in-676-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/apps/Makefile.in-687-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/apps/Makefile.in:688:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/apps/Makefile.in-689-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-123-  esac
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-128-  esac;
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-476-	@list='$(xmlsecmscnginc_HEADERS)'; test -n "$(xmlsecmscngincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-478-	dir='$(DESTDIR)$(xmlsecmscngincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-509-GTAGS:
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-532-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-546-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/mscng/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-123-  esac
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-128-  esac;
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-473-	@list='$(xmlsecgcryptinc_HEADERS)'; test -n "$(xmlsecgcryptincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:474:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-475-	dir='$(DESTDIR)$(xmlsecgcryptincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-506-GTAGS:
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:507:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-508-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-529-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-543-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/gcrypt/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-123-  esac
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-128-  esac;
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-476-	@list='$(xmlsecopensslinc_HEADERS)'; test -n "$(xmlsecopensslincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-478-	dir='$(DESTDIR)$(xmlsecopensslincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-509-GTAGS:
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-532-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-546-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/openssl/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-123-  esac
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-128-  esac;
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-477-	@list='$(xmlsecnssinc_HEADERS)'; test -n "$(xmlsecnssincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:478:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-479-	dir='$(DESTDIR)$(xmlsecnssincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-510-GTAGS:
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:511:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-512-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-533-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:534:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:535:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-536-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-547-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in:548:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/nss/Makefile.in-549-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-137-	xmlenc.h xmlsec.h xmltree.h soap.h
xmlsec1-1.2.31/include/xmlsec/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/Makefile.in-139-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-141-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-142-  esac;
xmlsec1-1.2.31/include/xmlsec/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/Makefile.in-144-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/Makefile.in-145-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/Makefile.in-147-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-203-  while test -n "$$dir1"; do \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:204:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-205-    if test "$$first" != "."; then \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-206-      if test "$$first" = ".."; then \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:207:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:208:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-209-      else \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:210:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-211-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:212:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-213-        else \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-218-    fi; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:219:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-220-  done; \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-524-	@list='$(xmlsecinc_HEADERS)'; test -n "$(xmlsecincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:525:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-526-	dir='$(DESTDIR)$(xmlsecincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-541-	dot_seen=no; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:542:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-543-	case "$@" in \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-604-GTAGS:
xmlsec1-1.2.31/include/xmlsec/Makefile.in:605:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-606-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-627-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/Makefile.in:628:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:629:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-630-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/Makefile.in-641-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/Makefile.in:642:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/Makefile.in-643-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-123-  esac
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-128-  esac;
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-476-	@list='$(xmlsecmscryptoinc_HEADERS)'; test -n "$(xmlsecmscryptoincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-478-	dir='$(DESTDIR)$(xmlsecmscryptoincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-509-GTAGS:
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-532-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-546-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/mscrypto/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-50-  { \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-52-  }; \
##############################################
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-123-  esac
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-125-am__vpath_adj = case $$p in \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-127-    *) f=$$p;; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-128-  esac;
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-130-am__install_max = 40
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-131-am__nobase_strip_setup = \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-133-am__nobase_strip = \
##############################################
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-474-	@list='$(xmlsecgnutlsinc_HEADERS)'; test -n "$(xmlsecgnutlsincdir)" || list=; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:475:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-476-	dir='$(DESTDIR)$(xmlsecgnutlsincdir)'; $(am__uninstall_files_from_dir)
##############################################
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-507-GTAGS:
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:508:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-509-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-530-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:531:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:532:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-533-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-544-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in:545:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/xmlsec/gnutls/Makefile.in-546-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/include/Makefile.in-49-  { \
xmlsec1-1.2.31/include/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/include/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.31/include/Makefile.in-166-  while test -n "$$dir1"; do \
xmlsec1-1.2.31/include/Makefile.in:167:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/include/Makefile.in-168-    if test "$$first" != "."; then \
xmlsec1-1.2.31/include/Makefile.in-169-      if test "$$first" = ".."; then \
xmlsec1-1.2.31/include/Makefile.in:170:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.31/include/Makefile.in:171:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.31/include/Makefile.in-172-      else \
xmlsec1-1.2.31/include/Makefile.in:173:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/include/Makefile.in-174-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.31/include/Makefile.in:175:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/include/Makefile.in-176-        else \
##############################################
xmlsec1-1.2.31/include/Makefile.in-181-    fi; \
xmlsec1-1.2.31/include/Makefile.in:182:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/include/Makefile.in-183-  done; \
##############################################
xmlsec1-1.2.31/include/Makefile.in-473-	dot_seen=no; \
xmlsec1-1.2.31/include/Makefile.in:474:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.31/include/Makefile.in-475-	case "$@" in \
##############################################
xmlsec1-1.2.31/include/Makefile.in-536-GTAGS:
xmlsec1-1.2.31/include/Makefile.in:537:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/include/Makefile.in-538-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/include/Makefile.in-559-distdir: $(DISTFILES)
xmlsec1-1.2.31/include/Makefile.in:560:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/Makefile.in:561:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/include/Makefile.in-562-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/include/Makefile.in-573-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/include/Makefile.in:574:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/include/Makefile.in-575-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html-123-    else
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html:124:        vers=`$MYCRYPTO_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html:125:	minvers=`echo $MYCRYPTO_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html-126-	if test "$vers" -ge "$minvers" ; then
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html:127:    	    MYCRYPTO_LIBS="`$MYCRYPTO_CONFIG --libs`"
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html:128:	    MYCRYPTO_CFLAGS="`$MYCRYPTO_CONFIG --cflags`"
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html:129:	    MYCRYPTO_VERSION="`$MYCRYPTO_CONFIG --version`"
xmlsec1-1.2.31/docs/api/xmlsec-notes-new-crypto-skeleton.html-130-	    XMLSEC_NO_MYCRYPTO="0"
##############################################
xmlsec1-1.2.31/docs/api/Makefile.am-112-sgml: sgml-base
xmlsec1-1.2.31/docs/api/Makefile.am:113:	(for i in `find $(SGML_DIR) -name "*.sgml" -or -name "*.xml" -print` ; do \
xmlsec1-1.2.31/docs/api/Makefile.am-114-			echo "Fixing up '$$i'" ; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.am-230-	@(for i in $(EXAMPLES_SOURCE_FILES) ; do \
xmlsec1-1.2.31/docs/api/Makefile.am:231:	    file_name=`echo $$i | sed 's#.*/##' | sed 's#\..*$$##'`; \
xmlsec1-1.2.31/docs/api/Makefile.am:232:	    file_ext=`echo $$i | sed 's#.*/##' | sed 's#.*\.##'`; \
xmlsec1-1.2.31/docs/api/Makefile.am-233-	    echo Converting $$file_name.$$file_ext to $$file_name.sgml ...; \
xmlsec1-1.2.31/docs/api/Makefile.am:234:	    file_title=`cat $$i | grep 'XML Security Library example: ' | sed 's#^.*: *##'`; \
xmlsec1-1.2.31/docs/api/Makefile.am-235-	    echo "<sect2 id=\"xmlsec-example-$$file_name\" >" > \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.am-257-	@cp -p $(srcdir)/*.html $(srcdir)/*.png $(distdir)/
xmlsec1-1.2.31/docs/api/Makefile.am:258:	(for i in `find $(distdir) -name ".sentinel" -print` ; do \
xmlsec1-1.2.31/docs/api/Makefile.am-259-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.am-261-	done )
xmlsec1-1.2.31/docs/api/Makefile.am:262:	(for i in `find $(distdir) -name "*.sgml.bak" -print` ; do \
xmlsec1-1.2.31/docs/api/Makefile.am-263-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-49-  { \
xmlsec1-1.2.31/docs/api/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/docs/api/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-471-distdir: $(DISTFILES)
xmlsec1-1.2.31/docs/api/Makefile.in:472:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/docs/api/Makefile.in:473:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/docs/api/Makefile.in-474-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-485-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/docs/api/Makefile.in:486:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/docs/api/Makefile.in-487-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-658-sgml: sgml-base
xmlsec1-1.2.31/docs/api/Makefile.in:659:	(for i in `find $(SGML_DIR) -name "*.sgml" -or -name "*.xml" -print` ; do \
xmlsec1-1.2.31/docs/api/Makefile.in-660-			echo "Fixing up '$$i'" ; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-776-	@(for i in $(EXAMPLES_SOURCE_FILES) ; do \
xmlsec1-1.2.31/docs/api/Makefile.in:777:	    file_name=`echo $$i | sed 's#.*/##' | sed 's#\..*$$##'`; \
xmlsec1-1.2.31/docs/api/Makefile.in:778:	    file_ext=`echo $$i | sed 's#.*/##' | sed 's#.*\.##'`; \
xmlsec1-1.2.31/docs/api/Makefile.in-779-	    echo Converting $$file_name.$$file_ext to $$file_name.sgml ...; \
xmlsec1-1.2.31/docs/api/Makefile.in:780:	    file_title=`cat $$i | grep 'XML Security Library example: ' | sed 's#^.*: *##'`; \
xmlsec1-1.2.31/docs/api/Makefile.in-781-	    echo "<sect2 id=\"xmlsec-example-$$file_name\" >" > \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-803-	@cp -p $(srcdir)/*.html $(srcdir)/*.png $(distdir)/
xmlsec1-1.2.31/docs/api/Makefile.in:804:	(for i in `find $(distdir) -name ".sentinel" -print` ; do \
xmlsec1-1.2.31/docs/api/Makefile.in-805-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.31/docs/api/Makefile.in-807-	done )
xmlsec1-1.2.31/docs/api/Makefile.in:808:	(for i in `find $(distdir) -name "*.sgml.bak" -print` ; do \
xmlsec1-1.2.31/docs/api/Makefile.in-809-		echo "Removing some files '$$i' before dist ... " ; \
##############################################
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml-119-    else
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml:120:        vers=`$MYCRYPTO_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml:121:	minvers=`echo $MYCRYPTO_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml-122-	if test "$vers" -ge "$minvers" ; then
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml:123:    	    MYCRYPTO_LIBS="`$MYCRYPTO_CONFIG --libs`"
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml:124:	    MYCRYPTO_CFLAGS="`$MYCRYPTO_CONFIG --cflags`"
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml:125:	    MYCRYPTO_VERSION="`$MYCRYPTO_CONFIG --version`"
xmlsec1-1.2.31/docs/api/src/chapters/new-crypto.sgml-126-	    XMLSEC_NO_MYCRYPTO="0"
##############################################
xmlsec1-1.2.31/docs/Makefile.am-53-	@(echo "Formatting html documents"; \
xmlsec1-1.2.31/docs/Makefile.am:54:	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.31/docs/Makefile.am-55-	do \
##############################################
xmlsec1-1.2.31/docs/Makefile.am-68-	@(echo "Cleaning html documents"; \
xmlsec1-1.2.31/docs/Makefile.am:69:	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.31/docs/Makefile.am-70-	do \
##############################################
xmlsec1-1.2.31/docs/Makefile.am-76-	@(echo "Formatting html documents to add Google Analytics"; \
xmlsec1-1.2.31/docs/Makefile.am:77:	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.31/docs/Makefile.am-78-	do \
##############################################
xmlsec1-1.2.31/docs/Makefile.am-98-		(chmod -R u+w $(builddir)/src || true) && rm -rf $(builddir)/src ; \
xmlsec1-1.2.31/docs/Makefile.am:99:		(for i in `find $(builddir) -name "*.html" -print` ; do \
xmlsec1-1.2.31/docs/Makefile.am-100-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.31/docs/Makefile.am-102-		done ) ; \
xmlsec1-1.2.31/docs/Makefile.am:103:		(for i in `find $(builddir) -name "*.ico" -print` ; do \
xmlsec1-1.2.31/docs/Makefile.am-104-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-49-  { \
xmlsec1-1.2.31/docs/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xmlsec1-1.2.31/docs/Makefile.in-51-  }; \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-166-  while test -n "$$dir1"; do \
xmlsec1-1.2.31/docs/Makefile.in:167:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/docs/Makefile.in-168-    if test "$$first" != "."; then \
xmlsec1-1.2.31/docs/Makefile.in-169-      if test "$$first" = ".."; then \
xmlsec1-1.2.31/docs/Makefile.in:170:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xmlsec1-1.2.31/docs/Makefile.in:171:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xmlsec1-1.2.31/docs/Makefile.in-172-      else \
xmlsec1-1.2.31/docs/Makefile.in:173:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xmlsec1-1.2.31/docs/Makefile.in-174-        if test "$$first2" = "$$first"; then \
xmlsec1-1.2.31/docs/Makefile.in:175:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/docs/Makefile.in-176-        else \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-181-    fi; \
xmlsec1-1.2.31/docs/Makefile.in:182:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xmlsec1-1.2.31/docs/Makefile.in-183-  done; \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-485-	dot_seen=no; \
xmlsec1-1.2.31/docs/Makefile.in:486:	target=`echo $@ | sed s/-recursive//`; \
xmlsec1-1.2.31/docs/Makefile.in-487-	case "$@" in \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-548-GTAGS:
xmlsec1-1.2.31/docs/Makefile.in:549:	here=`$(am__cd) $(top_builddir) && pwd` \
xmlsec1-1.2.31/docs/Makefile.in-550-	  && $(am__cd) $(top_srcdir) \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-571-distdir: $(DISTFILES)
xmlsec1-1.2.31/docs/Makefile.in:572:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/docs/Makefile.in:573:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xmlsec1-1.2.31/docs/Makefile.in-574-	list='$(DISTFILES)'; \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-585-	  if test -d $$d/$$file; then \
xmlsec1-1.2.31/docs/Makefile.in:586:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xmlsec1-1.2.31/docs/Makefile.in-587-	    if test -d "$(distdir)/$$file"; then \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-777-@HAS_XSLTPROC_TRUE@	@(echo "Formatting html documents"; \
xmlsec1-1.2.31/docs/Makefile.in:778:@HAS_XSLTPROC_TRUE@	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.31/docs/Makefile.in-779-@HAS_XSLTPROC_TRUE@	do \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-792-@HAS_XSLTPROC_TRUE@	@(echo "Cleaning html documents"; \
xmlsec1-1.2.31/docs/Makefile.in:793:@HAS_XSLTPROC_TRUE@	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.31/docs/Makefile.in-794-@HAS_XSLTPROC_TRUE@	do \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-800-@HAS_XSLTPROC_TRUE@	@(echo "Formatting html documents to add Google Analytics"; \
xmlsec1-1.2.31/docs/Makefile.in:801:@HAS_XSLTPROC_TRUE@	for i in `find $(builddir) -name "*.html" -print`; \
xmlsec1-1.2.31/docs/Makefile.in-802-@HAS_XSLTPROC_TRUE@	do \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-819-		(chmod -R u+w $(builddir)/src || true) && rm -rf $(builddir)/src ; \
xmlsec1-1.2.31/docs/Makefile.in:820:		(for i in `find $(builddir) -name "*.html" -print` ; do \
xmlsec1-1.2.31/docs/Makefile.in-821-			echo "Removing files '$$i' ... " ; \
##############################################
xmlsec1-1.2.31/docs/Makefile.in-823-		done ) ; \
xmlsec1-1.2.31/docs/Makefile.in:824:		(for i in `find $(builddir) -name "*.ico" -print` ; do \
xmlsec1-1.2.31/docs/Makefile.in-825-			echo "Removing files '$$i' ... " ; \