===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nut-2.7.4/depcomp-64-  case $1 in
nut-2.7.4/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
nut-2.7.4/depcomp-66-      *) dir=;;
##############################################
nut-2.7.4/depcomp-73-{
nut-2.7.4/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
nut-2.7.4/depcomp-75-}
##############################################
nut-2.7.4/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
nut-2.7.4/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
nut-2.7.4/depcomp-128-
##############################################
nut-2.7.4/depcomp-405-        sleep 1
nut-2.7.4/depcomp:406:        i=`expr $i - 1`
nut-2.7.4/depcomp-407-      done
nut-2.7.4/depcomp-408-    fi
nut-2.7.4/depcomp:409:    i=`expr $i - 1`
nut-2.7.4/depcomp-410-  done
##############################################
nut-2.7.4/depcomp-425-  # Do two passes, one to just change these to
nut-2.7.4/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
nut-2.7.4/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nut-2.7.4/depcomp-659-  done
nut-2.7.4/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
nut-2.7.4/depcomp-661-  touch "$tmpdepfile"
##############################################
nut-2.7.4/install-sh-229-      fi
nut-2.7.4/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nut-2.7.4/install-sh-231-    *)
##############################################
nut-2.7.4/install-sh-276-      dstdir=$dst
nut-2.7.4/install-sh:277:      dst=$dstdir/`basename "$src"`
nut-2.7.4/install-sh-278-      dstdir_status=0
##############################################
nut-2.7.4/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nut-2.7.4/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nut-2.7.4/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
nut-2.7.4/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nut-2.7.4/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nut-2.7.4/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nut-2.7.4/install-sh-425-	    case $prefix in
nut-2.7.4/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nut-2.7.4/install-sh-427-	      *) qprefix=$prefix;;
##############################################
nut-2.7.4/install-sh-474-    if $copy_on_change &&
nut-2.7.4/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nut-2.7.4/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nut-2.7.4/install-sh-477-
##############################################
nut-2.7.4/m4/nut_check_asciidoc.m4-13-		AC_MSG_CHECKING([for asciiDoc version])
nut-2.7.4/m4/nut_check_asciidoc.m4:14:		ASCIIDOC_VERSION="`${ASCIIDOC} --version 2>/dev/null`"
nut-2.7.4/m4/nut_check_asciidoc.m4-15-		dnl strip 'asciidoc ' from version string
##############################################
nut-2.7.4/m4/nut_check_asciidoc.m4-22-		AC_MSG_CHECKING([for a2x version])
nut-2.7.4/m4/nut_check_asciidoc.m4:23:		A2X_VERSION="`${A2X} --version 2>/dev/null`"
nut-2.7.4/m4/nut_check_asciidoc.m4-24-		dnl strip 'a2x ' from version string
##############################################
nut-2.7.4/m4/nut_check_asciidoc.m4-31-		AC_MSG_CHECKING([for dblatex version])
nut-2.7.4/m4/nut_check_asciidoc.m4:32:		DBLATEX_VERSION="`${DBLATEX} --version 2>/dev/null`"
nut-2.7.4/m4/nut_check_asciidoc.m4-33-		dnl strip 'dblatex version ' from version string
##############################################
nut-2.7.4/m4/nut_check_asciidoc.m4-40-		AC_MSG_CHECKING([for xsltproc version])
nut-2.7.4/m4/nut_check_asciidoc.m4:41:		XSLTPROC_VERSION="`${XSLTPROC} --version 2>/dev/null`"
nut-2.7.4/m4/nut_check_asciidoc.m4-42-		dnl strip 'xsltproc version ' from version string
##############################################
nut-2.7.4/m4/nut_check_asciidoc.m4-49-		AC_MSG_CHECKING([for xmllint version])
nut-2.7.4/m4/nut_check_asciidoc.m4:50:		XMLLINT_VERSION="`${XMLLINT} --version 2>/dev/null`"
nut-2.7.4/m4/nut_check_asciidoc.m4-51-		dnl strip 'xmllint version ' from version string
##############################################
nut-2.7.4/m4/ax_compare_version.m4-134-      # Determine the number of characters in A and B.
nut-2.7.4/m4/ax_compare_version.m4:135:      ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'`
nut-2.7.4/m4/ax_compare_version.m4:136:      ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'`
nut-2.7.4/m4/ax_compare_version.m4-137-
nut-2.7.4/m4/ax_compare_version.m4-138-      # Set A to no more than B's length and B to no more than A's length.
nut-2.7.4/m4/ax_compare_version.m4:139:      A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"`
nut-2.7.4/m4/ax_compare_version.m4:140:      B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"`
nut-2.7.4/m4/ax_compare_version.m4-141-    ],
##############################################
nut-2.7.4/m4/ax_compare_version.m4-143-      # A count greater than zero means use only that many subversions
nut-2.7.4/m4/ax_compare_version.m4:144:      A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
nut-2.7.4/m4/ax_compare_version.m4:145:      B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
nut-2.7.4/m4/ax_compare_version.m4-146-    ],
##############################################
nut-2.7.4/m4/ax_compare_version.m4-152-    # Pad zeros at end of numbers to make same length.
nut-2.7.4/m4/ax_compare_version.m4:153:    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
nut-2.7.4/m4/ax_compare_version.m4:154:    B="$B`echo $A | sed 's/./0/g'`"
nut-2.7.4/m4/ax_compare_version.m4-155-    A="$ax_compare_version_tmp_A"
##############################################
nut-2.7.4/m4/ltsugar.m4-67-m4_define([lt_combine],
nut-2.7.4/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
nut-2.7.4/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
nut-2.7.4/m4/libtool.m4-125-done
nut-2.7.4/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
nut-2.7.4/m4/libtool.m4-127-])
##############################################
nut-2.7.4/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
nut-2.7.4/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
nut-2.7.4/m4/libtool.m4-429-
##############################################
nut-2.7.4/m4/libtool.m4-437-#
nut-2.7.4/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
nut-2.7.4/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
nut-2.7.4/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nut-2.7.4/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
nut-2.7.4/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
nut-2.7.4/m4/libtool.m4-551-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
nut-2.7.4/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nut-2.7.4/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
nut-2.7.4/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
nut-2.7.4/m4/libtool.m4-564-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-720-
nut-2.7.4/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
nut-2.7.4/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
nut-2.7.4/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
nut-2.7.4/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
nut-2.7.4/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
nut-2.7.4/m4/libtool.m4-1143-      }]'
nut-2.7.4/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
nut-2.7.4/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
nut-2.7.4/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/m4/libtool.m4-1148-  fi],[])
##############################################
nut-2.7.4/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
nut-2.7.4/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
nut-2.7.4/m4/libtool.m4-1181-  ECHO='print -r --'
nut-2.7.4/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
nut-2.7.4/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
nut-2.7.4/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
nut-2.7.4/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
nut-2.7.4/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
nut-2.7.4/m4/libtool.m4-1217-
##############################################
nut-2.7.4/m4/libtool.m4-1237-   if test "$GCC" = yes; then
nut-2.7.4/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
nut-2.7.4/m4/libtool.m4-1239-   fi
##############################################
nut-2.7.4/m4/libtool.m4-1241- /*)
nut-2.7.4/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
nut-2.7.4/m4/libtool.m4-1243-   ;; #(
##############################################
nut-2.7.4/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
nut-2.7.4/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
nut-2.7.4/m4/libtool.m4-1272-      *ELF-32*)
##############################################
nut-2.7.4/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
nut-2.7.4/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
nut-2.7.4/m4/libtool.m4-1288-	*32-bit*)
##############################################
nut-2.7.4/m4/libtool.m4-1298-    else
nut-2.7.4/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
nut-2.7.4/m4/libtool.m4-1300-	*32-bit*)
##############################################
nut-2.7.4/m4/libtool.m4-1663-    # And add a safety zone
nut-2.7.4/m4/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nut-2.7.4/m4/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nut-2.7.4/m4/libtool.m4-1666-    ;;
##############################################
nut-2.7.4/m4/libtool.m4-1696-    if test -n "$kargmax"; then
nut-2.7.4/m4/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
nut-2.7.4/m4/libtool.m4-1698-    else
##############################################
nut-2.7.4/m4/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
nut-2.7.4/m4/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nut-2.7.4/m4/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nut-2.7.4/m4/libtool.m4-1708-    else
##############################################
nut-2.7.4/m4/libtool.m4-1717-      # we can't tell.
nut-2.7.4/m4/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
nut-2.7.4/m4/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
nut-2.7.4/m4/libtool.m4-1721-      do
nut-2.7.4/m4/libtool.m4:1722:        i=`expr $i + 1`
nut-2.7.4/m4/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
nut-2.7.4/m4/libtool.m4-1725-      # Only check the string length outside the loop.
nut-2.7.4/m4/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
nut-2.7.4/m4/libtool.m4-1727-      teststring=
##############################################
nut-2.7.4/m4/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
nut-2.7.4/m4/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
nut-2.7.4/m4/libtool.m4-1732-    fi
##############################################
nut-2.7.4/m4/libtool.m4-2055-  if test "$hard_links" = no; then
nut-2.7.4/m4/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
nut-2.7.4/m4/libtool.m4-2057-    need_locks=warn
##############################################
nut-2.7.4/m4/libtool.m4-2186-  esac
nut-2.7.4/m4/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
nut-2.7.4/m4/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
nut-2.7.4/m4/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
nut-2.7.4/m4/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
nut-2.7.4/m4/libtool.m4-2195-    ;;
nut-2.7.4/m4/libtool.m4-2196-  *)
nut-2.7.4/m4/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/m4/libtool.m4-2198-    ;;
##############################################
nut-2.7.4/m4/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
nut-2.7.4/m4/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
nut-2.7.4/m4/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
nut-2.7.4/m4/libtool.m4-2237-  esac
nut-2.7.4/m4/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
nut-2.7.4/m4/libtool.m4-2239-else
##############################################
nut-2.7.4/m4/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nut-2.7.4/m4/libtool.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nut-2.7.4/m4/libtool.m4-2327-    ;;
##############################################
nut-2.7.4/m4/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nut-2.7.4/m4/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
nut-2.7.4/m4/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nut-2.7.4/m4/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
nut-2.7.4/m4/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nut-2.7.4/m4/libtool.m4-2370-      fi'
nut-2.7.4/m4/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nut-2.7.4/m4/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
nut-2.7.4/m4/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nut-2.7.4/m4/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/m4/libtool.m4-2380-m4_if([$1], [],[
##############################################
nut-2.7.4/m4/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
nut-2.7.4/m4/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/m4/libtool.m4-2386-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nut-2.7.4/m4/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/m4/libtool.m4-2390-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-2397-    libname_spec='$name'
nut-2.7.4/m4/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/m4/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
nut-2.7.4/m4/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
nut-2.7.4/m4/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
nut-2.7.4/m4/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
nut-2.7.4/m4/libtool.m4-2414-      # Convert to MSYS style.
nut-2.7.4/m4/libtool.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
nut-2.7.4/m4/libtool.m4-2416-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
nut-2.7.4/m4/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
nut-2.7.4/m4/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
nut-2.7.4/m4/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/m4/libtool.m4-2424-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-2428-        # It is most probably a Windows format PATH.
nut-2.7.4/m4/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nut-2.7.4/m4/libtool.m4-2430-      else
nut-2.7.4/m4/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/m4/libtool.m4-2432-      fi
##############################################
nut-2.7.4/m4/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nut-2.7.4/m4/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
nut-2.7.4/m4/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nut-2.7.4/m4/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
nut-2.7.4/m4/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
nut-2.7.4/m4/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
nut-2.7.4/m4/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nut-2.7.4/m4/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
nut-2.7.4/m4/libtool.m4-2452-    # Assume MSVC wrapper
nut-2.7.4/m4/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
nut-2.7.4/m4/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
nut-2.7.4/m4/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
nut-2.7.4/m4/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nut-2.7.4/m4/libtool.m4-2471-m4_if([$1], [],[
##############################################
nut-2.7.4/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
nut-2.7.4/m4/libtool.m4:2677:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
nut-2.7.4/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nut-2.7.4/m4/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
nut-2.7.4/m4/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/m4/libtool.m4-2752-    case $host_os in
##############################################
nut-2.7.4/m4/libtool.m4-2967-	"file_magic "*)
nut-2.7.4/m4/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nut-2.7.4/m4/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
nut-2.7.4/m4/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
nut-2.7.4/m4/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nut-2.7.4/m4/libtool.m4-3052-  *)
nut-2.7.4/m4/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nut-2.7.4/m4/libtool.m4-3054-  esac
##############################################
nut-2.7.4/m4/libtool.m4-3059-      # Canonicalize the pathname of ld
nut-2.7.4/m4/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nut-2.7.4/m4/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nut-2.7.4/m4/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nut-2.7.4/m4/libtool.m4-3063-      done
##############################################
nut-2.7.4/m4/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
nut-2.7.4/m4/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nut-2.7.4/m4/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
nut-2.7.4/m4/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
nut-2.7.4/m4/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
nut-2.7.4/m4/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
nut-2.7.4/m4/libtool.m4-3321-openbsd*)
nut-2.7.4/m4/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/m4/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
nut-2.7.4/m4/libtool.m4-3385-    else
nut-2.7.4/m4/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
nut-2.7.4/m4/libtool.m4-3387-    fi
##############################################
nut-2.7.4/m4/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
nut-2.7.4/m4/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
nut-2.7.4/m4/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
nut-2.7.4/m4/libtool.m4-3437-	*)
nut-2.7.4/m4/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
nut-2.7.4/m4/libtool.m4-3439-	  */dev/null*)
##############################################
nut-2.7.4/m4/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
nut-2.7.4/m4/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
nut-2.7.4/m4/libtool.m4-3465-    *COFF*)
##############################################
nut-2.7.4/m4/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
nut-2.7.4/m4/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
nut-2.7.4/m4/libtool.m4-3524-  *--identify-strict*)
##############################################
nut-2.7.4/m4/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
nut-2.7.4/m4/libtool.m4:3682:case `$NM -V 2>&1` in
nut-2.7.4/m4/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
nut-2.7.4/m4/libtool.m4-3699-mingw*)
nut-2.7.4/m4/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
nut-2.7.4/m4/libtool.m4-3701-  ;;
##############################################
nut-2.7.4/m4/libtool.m4-3752-    nlist=conftest.nm
nut-2.7.4/m4/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
nut-2.7.4/m4/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
nut-2.7.4/m4/libtool.m4-4090-	  *)
nut-2.7.4/m4/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/m4/libtool.m4-4092-	    *Sun\ C*)
##############################################
nut-2.7.4/m4/libtool.m4-4395-      *)
nut-2.7.4/m4/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/m4/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
nut-2.7.4/m4/libtool.m4-4673-	# shared libraries, regardless of the interface used.
nut-2.7.4/m4/libtool.m4:4674:	case `$LD -v 2>&1` in
nut-2.7.4/m4/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
nut-2.7.4/m4/libtool.m4-4705-    supports_anon_versioning=no
nut-2.7.4/m4/libtool.m4:4706:    case `$LD -v 2>&1` in
nut-2.7.4/m4/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
nut-2.7.4/m4/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
nut-2.7.4/m4/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/m4/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
nut-2.7.4/m4/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nut-2.7.4/m4/libtool.m4:4803:      _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'
nut-2.7.4/m4/libtool.m4:4804:      _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'
nut-2.7.4/m4/libtool.m4-4805-      ;;
##############################################
nut-2.7.4/m4/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
nut-2.7.4/m4/libtool.m4:4821:	  _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'
nut-2.7.4/m4/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
nut-2.7.4/m4/libtool.m4-4825-					# Portland Group f77 and f90 compilers
nut-2.7.4/m4/libtool.m4:4826:	  _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'
nut-2.7.4/m4/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
nut-2.7.4/m4/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
nut-2.7.4/m4/libtool.m4:4841:	  _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'
nut-2.7.4/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nut-2.7.4/m4/libtool.m4-4844-	esac
nut-2.7.4/m4/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/m4/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
nut-2.7.4/m4/libtool.m4:4847:	  _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'
nut-2.7.4/m4/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nut-2.7.4/m4/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nut-2.7.4/m4/libtool.m4:4913:      case `$LD -v 2>&1` in
nut-2.7.4/m4/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
nut-2.7.4/m4/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
nut-2.7.4/m4/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
nut-2.7.4/m4/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
nut-2.7.4/m4/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
nut-2.7.4/m4/libtool.m4:5086:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nut-2.7.4/m4/libtool.m4-5087-      else
##############################################
nut-2.7.4/m4/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
nut-2.7.4/m4/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/m4/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
nut-2.7.4/m4/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
nut-2.7.4/m4/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
nut-2.7.4/m4/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
nut-2.7.4/m4/libtool.m4-5326-      if test "$GCC" = yes; then
nut-2.7.4/m4/libtool.m4:5327:	_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'
nut-2.7.4/m4/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
nut-2.7.4/m4/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
nut-2.7.4/m4/libtool.m4:5350:          _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'
nut-2.7.4/m4/libtool.m4-5351-	fi
nut-2.7.4/m4/libtool.m4-5352-      else
nut-2.7.4/m4/libtool.m4:5353:	_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'
nut-2.7.4/m4/libtool.m4:5354:	_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'
nut-2.7.4/m4/libtool.m4-5355-      fi
##############################################
nut-2.7.4/m4/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
nut-2.7.4/m4/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/m4/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
nut-2.7.4/m4/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
nut-2.7.4/m4/libtool.m4:5423:	_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'
nut-2.7.4/m4/libtool.m4-5424-      else
nut-2.7.4/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nut-2.7.4/m4/libtool.m4:5426:	_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'
nut-2.7.4/m4/libtool.m4-5427-      fi
##############################################
nut-2.7.4/m4/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
nut-2.7.4/m4/libtool.m4:5436:	_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'
nut-2.7.4/m4/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
nut-2.7.4/m4/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nut-2.7.4/m4/libtool.m4:5440:	_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'
nut-2.7.4/m4/libtool.m4:5441:	_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~
nut-2.7.4/m4/libtool.m4:5442:	$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'
nut-2.7.4/m4/libtool.m4-5443-
##############################################
nut-2.7.4/m4/libtool.m4-5458-      else
nut-2.7.4/m4/libtool.m4:5459:	case `$CC -V 2>&1` in
nut-2.7.4/m4/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
nut-2.7.4/m4/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
nut-2.7.4/m4/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
nut-2.7.4/m4/libtool.m4-5653-	  then
##############################################
nut-2.7.4/m4/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
nut-2.7.4/m4/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
nut-2.7.4/m4/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
nut-2.7.4/m4/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
nut-2.7.4/m4/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
nut-2.7.4/m4/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
nut-2.7.4/m4/libtool.m4-6084-
nut-2.7.4/m4/libtool.m4:6085:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nut-2.7.4/m4/libtool.m4-6086-        else
##############################################
nut-2.7.4/m4/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
nut-2.7.4/m4/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/m4/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
nut-2.7.4/m4/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
nut-2.7.4/m4/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/m4/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
nut-2.7.4/m4/libtool.m4-6271-            # dependencies.
nut-2.7.4/m4/libtool.m4:6272:            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"'
nut-2.7.4/m4/libtool.m4-6273-            ;;
##############################################
nut-2.7.4/m4/libtool.m4-6336-	    # dependencies.
nut-2.7.4/m4/libtool.m4:6337:	    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"'
nut-2.7.4/m4/libtool.m4-6338-	    ;;
##############################################
nut-2.7.4/m4/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nut-2.7.4/m4/libtool.m4:6373:	_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'
nut-2.7.4/m4/libtool.m4:6374:	_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'
nut-2.7.4/m4/libtool.m4-6375-	;;
##############################################
nut-2.7.4/m4/libtool.m4-6379-	    # SGI C++
nut-2.7.4/m4/libtool.m4:6380:	    _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'
nut-2.7.4/m4/libtool.m4-6381-
##############################################
nut-2.7.4/m4/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
nut-2.7.4/m4/libtool.m4:6391:	        _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'
nut-2.7.4/m4/libtool.m4-6392-	      else
nut-2.7.4/m4/libtool.m4:6393:	        _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'
nut-2.7.4/m4/libtool.m4-6394-	      fi
##############################################
nut-2.7.4/m4/libtool.m4-6411-	    # to its proper name (with version) after linking.
nut-2.7.4/m4/libtool.m4:6412:	    _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'
nut-2.7.4/m4/libtool.m4:6413:	    _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'
nut-2.7.4/m4/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
nut-2.7.4/m4/libtool.m4-6421-	    # dependencies.
nut-2.7.4/m4/libtool.m4:6422:	    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"'
nut-2.7.4/m4/libtool.m4-6423-
##############################################
nut-2.7.4/m4/libtool.m4-6436-	    # earlier do not add the objects themselves.
nut-2.7.4/m4/libtool.m4:6437:	    case `$CC -V 2>&1` in
nut-2.7.4/m4/libtool.m4-6438-	      *"Version 7."*)
##############################################
nut-2.7.4/m4/libtool.m4-6457-            # Portland Group C++ compiler
nut-2.7.4/m4/libtool.m4:6458:	    case `$CC -V` in
nut-2.7.4/m4/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
nut-2.7.4/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
nut-2.7.4/m4/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
nut-2.7.4/m4/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
nut-2.7.4/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
nut-2.7.4/m4/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
nut-2.7.4/m4/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
nut-2.7.4/m4/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nut-2.7.4/m4/libtool.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
nut-2.7.4/m4/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
nut-2.7.4/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nut-2.7.4/m4/libtool.m4:6476:		$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'
nut-2.7.4/m4/libtool.m4-6477-	      ;;
##############################################
nut-2.7.4/m4/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
nut-2.7.4/m4/libtool.m4:6486:	    _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'
nut-2.7.4/m4/libtool.m4-6487-            ;;
##############################################
nut-2.7.4/m4/libtool.m4-6504-	    # dependencies.
nut-2.7.4/m4/libtool.m4:6505:	    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'
nut-2.7.4/m4/libtool.m4-6506-	    ;;
##############################################
nut-2.7.4/m4/libtool.m4-6519-	  *)
nut-2.7.4/m4/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/m4/libtool.m4-6521-	    *Sun\ C*)
##############################################
nut-2.7.4/m4/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
nut-2.7.4/m4/libtool.m4:6527:	      _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'
nut-2.7.4/m4/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nut-2.7.4/m4/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
nut-2.7.4/m4/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/m4/libtool.m4-6598-	    _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'
##############################################
nut-2.7.4/m4/libtool.m4-6615-	    # to its proper name (with version) after linking.
nut-2.7.4/m4/libtool.m4:6616:	    _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'
nut-2.7.4/m4/libtool.m4-6617-
##############################################
nut-2.7.4/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
nut-2.7.4/m4/libtool.m4:6637:	        _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'
nut-2.7.4/m4/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
nut-2.7.4/m4/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nut-2.7.4/m4/libtool.m4:6642:	        _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'
nut-2.7.4/m4/libtool.m4:6643:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
nut-2.7.4/m4/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
nut-2.7.4/m4/libtool.m4:6645:	          $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~
nut-2.7.4/m4/libtool.m4-6646-	          $RM $lib.exp'
##############################################
nut-2.7.4/m4/libtool.m4-6660-	    # dependencies.
nut-2.7.4/m4/libtool.m4:6661:	    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"'
nut-2.7.4/m4/libtool.m4-6662-	    ;;
##############################################
nut-2.7.4/m4/libtool.m4-6667-	        osf3*)
nut-2.7.4/m4/libtool.m4:6668:	          _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'
nut-2.7.4/m4/libtool.m4-6669-		  ;;
nut-2.7.4/m4/libtool.m4-6670-	        *)
nut-2.7.4/m4/libtool.m4:6671:	          _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'
nut-2.7.4/m4/libtool.m4-6672-		  ;;
##############################################
nut-2.7.4/m4/libtool.m4-6920-  case ${2} in
nut-2.7.4/m4/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
nut-2.7.4/m4/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
nut-2.7.4/m4/libtool.m4-6923-  esac
##############################################
nut-2.7.4/m4/libtool.m4-7008-
nut-2.7.4/m4/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
nut-2.7.4/m4/libtool.m4-7010-    case ${prev}${p} in
##############################################
nut-2.7.4/m4/libtool.m4-7106-linux*)
nut-2.7.4/m4/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/m4/libtool.m4-7108-  *Sun\ C*)
##############################################
nut-2.7.4/m4/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
nut-2.7.4/m4/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
nut-2.7.4/m4/libtool.m4-7159-fi
##############################################
nut-2.7.4/m4/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
nut-2.7.4/m4/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
nut-2.7.4/m4/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
nut-2.7.4/m4/libtool.m4-7840-# ------------------------------------------------------
nut-2.7.4/m4/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
nut-2.7.4/m4/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
nut-2.7.4/m4/nut_check_os.m4-108-	if test -z "$dist_cv_build_flavor" -a ":${dist_cv_build_rel_file:-no}" != :no ; then
nut-2.7.4/m4/nut_check_os.m4:109:	    if test `echo "$dist_cv_build_rel_file" | sed -e 's|.*/||'` != 'debian_version' ; then
nut-2.7.4/m4/nut_check_os.m4-110-		dist_cv_build_flavor=$(os_get_name "$(cat $dist_cv_build_rel_file)")
##############################################
nut-2.7.4/m4/nut_check_os.m4-124-	if test -z "$dist_cv_build_flavor" -a ":${dist_cv_build_rel_file:-no}" != :no ; then
nut-2.7.4/m4/nut_check_os.m4:125:	    if test `echo "$dist_cv_build_rel_file" | sed -e 's|.*/||'` = 'debian_version' ; then
nut-2.7.4/m4/nut_check_os.m4-126-		dist_cv_build_flavor='debian'
##############################################
nut-2.7.4/tests/Makefile.in-41-  { \
nut-2.7.4/tests/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/tests/Makefile.in-43-  }; \
##############################################
nut-2.7.4/tests/Makefile.in-211-}
nut-2.7.4/tests/Makefile.in:212:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/tests/Makefile.in-213-am__vpath_adj = case $$p in \
nut-2.7.4/tests/Makefile.in:214:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/tests/Makefile.in-215-    *) f=$$p;; \
nut-2.7.4/tests/Makefile.in-216-  esac;
nut-2.7.4/tests/Makefile.in:217:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/tests/Makefile.in-218-am__install_max = 40
nut-2.7.4/tests/Makefile.in-219-am__nobase_strip_setup = \
nut-2.7.4/tests/Makefile.in:220:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/tests/Makefile.in-221-am__nobase_strip = \
##############################################
nut-2.7.4/tests/Makefile.in-339-case "$@" in						\
nut-2.7.4/tests/Makefile.in:340:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
nut-2.7.4/tests/Makefile.in-341-    *) am__odir=.;; 					\
##############################################
nut-2.7.4/tests/Makefile.in-369-  bases='$(TEST_LOGS)'; \
nut-2.7.4/tests/Makefile.in:370:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
nut-2.7.4/tests/Makefile.in:371:  bases=`echo $$bases`
nut-2.7.4/tests/Makefile.in-372-RECHECK_LOGS = $(TEST_LOGS)
##############################################
nut-2.7.4/tests/Makefile.in-382-        */*) b='$*';; \
nut-2.7.4/tests/Makefile.in:383:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
nut-2.7.4/tests/Makefile.in-384-       esac;; \
##############################################
nut-2.7.4/tests/Makefile.in-627-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/tests/Makefile.in:628:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/tests/Makefile.in-629-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/tests/Makefile.in-645-.cpp.o:
nut-2.7.4/tests/Makefile.in:646:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/tests/Makefile.in-647-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/tests/Makefile.in-653-.cpp.obj:
nut-2.7.4/tests/Makefile.in:654:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/tests/Makefile.in:655:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/tests/Makefile.in-656-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/tests/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tests/Makefile.in:659:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/tests/Makefile.in-660-
nut-2.7.4/tests/Makefile.in-661-.cpp.lo:
nut-2.7.4/tests/Makefile.in:662:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/tests/Makefile.in-663-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/tests/Makefile.in-669-cppunittest-example.o: example.cpp
nut-2.7.4/tests/Makefile.in:670:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-example.o -MD -MP -MF $(DEPDIR)/cppunittest-example.Tpo -c -o cppunittest-example.o `test -f 'example.cpp' || echo '$(srcdir)/'`example.cpp
nut-2.7.4/tests/Makefile.in-671-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cppunittest-example.Tpo $(DEPDIR)/cppunittest-example.Po
##############################################
nut-2.7.4/tests/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tests/Makefile.in:674:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-example.o `test -f 'example.cpp' || echo '$(srcdir)/'`example.cpp
nut-2.7.4/tests/Makefile.in-675-
nut-2.7.4/tests/Makefile.in-676-cppunittest-example.obj: example.cpp
nut-2.7.4/tests/Makefile.in:677:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-example.obj -MD -MP -MF $(DEPDIR)/cppunittest-example.Tpo -c -o cppunittest-example.obj `if test -f 'example.cpp'; then $(CYGPATH_W) 'example.cpp'; else $(CYGPATH_W) '$(srcdir)/example.cpp'; fi`
nut-2.7.4/tests/Makefile.in-678-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cppunittest-example.Tpo $(DEPDIR)/cppunittest-example.Po
##############################################
nut-2.7.4/tests/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tests/Makefile.in:681:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-example.obj `if test -f 'example.cpp'; then $(CYGPATH_W) 'example.cpp'; else $(CYGPATH_W) '$(srcdir)/example.cpp'; fi`
nut-2.7.4/tests/Makefile.in-682-
nut-2.7.4/tests/Makefile.in-683-cppunittest-cpputest.o: cpputest.cpp
nut-2.7.4/tests/Makefile.in:684:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-cpputest.o -MD -MP -MF $(DEPDIR)/cppunittest-cpputest.Tpo -c -o cppunittest-cpputest.o `test -f 'cpputest.cpp' || echo '$(srcdir)/'`cpputest.cpp
nut-2.7.4/tests/Makefile.in-685-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cppunittest-cpputest.Tpo $(DEPDIR)/cppunittest-cpputest.Po
##############################################
nut-2.7.4/tests/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tests/Makefile.in:688:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-cpputest.o `test -f 'cpputest.cpp' || echo '$(srcdir)/'`cpputest.cpp
nut-2.7.4/tests/Makefile.in-689-
nut-2.7.4/tests/Makefile.in-690-cppunittest-cpputest.obj: cpputest.cpp
nut-2.7.4/tests/Makefile.in:691:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-cpputest.obj -MD -MP -MF $(DEPDIR)/cppunittest-cpputest.Tpo -c -o cppunittest-cpputest.obj `if test -f 'cpputest.cpp'; then $(CYGPATH_W) 'cpputest.cpp'; else $(CYGPATH_W) '$(srcdir)/cpputest.cpp'; fi`
nut-2.7.4/tests/Makefile.in-692-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cppunittest-cpputest.Tpo $(DEPDIR)/cppunittest-cpputest.Po
##############################################
nut-2.7.4/tests/Makefile.in-694-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tests/Makefile.in:695:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-cpputest.obj `if test -f 'cpputest.cpp'; then $(CYGPATH_W) 'cpputest.cpp'; else $(CYGPATH_W) '$(srcdir)/cpputest.cpp'; fi`
nut-2.7.4/tests/Makefile.in-696-
##############################################
nut-2.7.4/tests/Makefile.in-732-GTAGS:
nut-2.7.4/tests/Makefile.in:733:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/tests/Makefile.in-734-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/tests/Makefile.in-775-	if test -n "$$redo_bases"; then \
nut-2.7.4/tests/Makefile.in:776:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
nut-2.7.4/tests/Makefile.in:777:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
nut-2.7.4/tests/Makefile.in-778-	  if $(am__make_dryrun); then :; else \
##############################################
nut-2.7.4/tests/Makefile.in-800-	ws='[ 	]'; \
nut-2.7.4/tests/Makefile.in:801:	results=`for b in $$bases; do echo $$b.trs; done`; \
nut-2.7.4/tests/Makefile.in-802-	test -n "$$results" || results=/dev/null; \
nut-2.7.4/tests/Makefile.in:803:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:804:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:805:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:806:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:807:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:808:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:809:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
nut-2.7.4/tests/Makefile.in:810:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
nut-2.7.4/tests/Makefile.in-811-	  success=true; \
##############################################
nut-2.7.4/tests/Makefile.in-879-	@set +e; $(am__set_TESTS_bases); \
nut-2.7.4/tests/Makefile.in:880:	log_list=`for i in $$bases; do echo $$i.log; done`; \
nut-2.7.4/tests/Makefile.in:881:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
nut-2.7.4/tests/Makefile.in:882:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
nut-2.7.4/tests/Makefile.in-883-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
nut-2.7.4/tests/Makefile.in-889-	         | $(am__list_recheck_tests)` || exit 1; \
nut-2.7.4/tests/Makefile.in:890:	log_list=`for i in $$bases; do echo $$i.log; done`; \
nut-2.7.4/tests/Makefile.in:891:	log_list=`echo $$log_list`; \
nut-2.7.4/tests/Makefile.in-892-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
nut-2.7.4/tests/Makefile.in-918-distdir: $(DISTFILES)
nut-2.7.4/tests/Makefile.in:919:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/tests/Makefile.in:920:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/tests/Makefile.in-921-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/tests/Makefile.in-932-	  if test -d $$d/$$file; then \
nut-2.7.4/tests/Makefile.in:933:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/tests/Makefile.in-934-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/config.guess-34-
nut-2.7.4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nut-2.7.4/config.guess-36-
##############################################
nut-2.7.4/config.guess-102-: ${TMPDIR=/tmp} ;
nut-2.7.4/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nut-2.7.4/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nut-2.7.4/config.guess-151-	EOF
nut-2.7.4/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
nut-2.7.4/config.guess-153-	;;
##############################################
nut-2.7.4/config.guess-209-	    *)
nut-2.7.4/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nut-2.7.4/config.guess-211-		;;
##############################################
nut-2.7.4/config.guess-240-	*4.0)
nut-2.7.4/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nut-2.7.4/config.guess-242-		;;
nut-2.7.4/config.guess-243-	*5.*)
nut-2.7.4/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nut-2.7.4/config.guess-245-		;;
##############################################
nut-2.7.4/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nut-2.7.4/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nut-2.7.4/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nut-2.7.4/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nut-2.7.4/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nut-2.7.4/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nut-2.7.4/config.guess-348-    s390x:SunOS:*:*)
nut-2.7.4/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nut-2.7.4/config.guess-350-	exit ;;
nut-2.7.4/config.guess-351-    sun4H:SunOS:5.*:*)
nut-2.7.4/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nut-2.7.4/config.guess-353-	exit ;;
nut-2.7.4/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nut-2.7.4/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nut-2.7.4/config.guess-356-	exit ;;
##############################################
nut-2.7.4/config.guess-373-	fi
nut-2.7.4/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nut-2.7.4/config.guess-375-	exit ;;
##############################################
nut-2.7.4/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nut-2.7.4/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nut-2.7.4/config.guess-381-	exit ;;
##############################################
nut-2.7.4/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nut-2.7.4/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nut-2.7.4/config.guess-390-	exit ;;
##############################################
nut-2.7.4/config.guess-394-    sun*:*:4.2BSD:*)
nut-2.7.4/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nut-2.7.4/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nut-2.7.4/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nut-2.7.4/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nut-2.7.4/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nut-2.7.4/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nut-2.7.4/config.guess-532-    *:IRIX*:*:*)
nut-2.7.4/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nut-2.7.4/config.guess-534-	exit ;;
##############################################
nut-2.7.4/config.guess-562-EOF
nut-2.7.4/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nut-2.7.4/config.guess-564-		then
##############################################
nut-2.7.4/config.guess-575-    *:AIX:*:[4567])
nut-2.7.4/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nut-2.7.4/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nut-2.7.4/config.guess-610-    9000/[34678]??:HP-UX:*:*)
nut-2.7.4/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nut-2.7.4/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
nut-2.7.4/config.guess-664-EOF
nut-2.7.4/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nut-2.7.4/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nut-2.7.4/config.guess-692-    ia64:HP-UX:*:*)
nut-2.7.4/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nut-2.7.4/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nut-2.7.4/config.guess-722-EOF
nut-2.7.4/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nut-2.7.4/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nut-2.7.4/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nut-2.7.4/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nut-2.7.4/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nut-2.7.4/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nut-2.7.4/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nut-2.7.4/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nut-2.7.4/config.guess-814-	    amd64)
nut-2.7.4/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nut-2.7.4/config.guess-816-	    *)
nut-2.7.4/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nut-2.7.4/config.guess-818-	esac
##############################################
nut-2.7.4/config.guess-872-    prep*:SunOS:5.*:*)
nut-2.7.4/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nut-2.7.4/config.guess-874-	exit ;;
##############################################
nut-2.7.4/config.guess-876-	# the GNU system
nut-2.7.4/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nut-2.7.4/config.guess-878-	exit ;;
##############################################
nut-2.7.4/config.guess-880-	# other systems with GNU libc and userland
nut-2.7.4/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nut-2.7.4/config.guess-882-	exit ;;
##############################################
nut-2.7.4/config.guess-968-EOF
nut-2.7.4/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nut-2.7.4/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nut-2.7.4/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nut-2.7.4/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nut-2.7.4/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nut-2.7.4/config.guess-1262-	fi
nut-2.7.4/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
nut-2.7.4/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
nut-2.7.4/config.guess-1347-    *:DragonFly:*:*)
nut-2.7.4/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nut-2.7.4/config.guess-1349-	exit ;;
##############################################
nut-2.7.4/config.guess-1360-    i*86:skyos:*:*)
nut-2.7.4/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nut-2.7.4/config.guess-1362-	exit ;;
##############################################
nut-2.7.4/Makefile.in-41-  { \
nut-2.7.4/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/Makefile.in-43-  }; \
##############################################
nut-2.7.4/Makefile.in-198-  while test -n "$$dir1"; do \
nut-2.7.4/Makefile.in:199:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nut-2.7.4/Makefile.in-200-    if test "$$first" != "."; then \
nut-2.7.4/Makefile.in-201-      if test "$$first" = ".."; then \
nut-2.7.4/Makefile.in:202:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nut-2.7.4/Makefile.in:203:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nut-2.7.4/Makefile.in-204-      else \
nut-2.7.4/Makefile.in:205:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nut-2.7.4/Makefile.in-206-        if test "$$first2" = "$$first"; then \
nut-2.7.4/Makefile.in:207:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nut-2.7.4/Makefile.in-208-        else \
##############################################
nut-2.7.4/Makefile.in-213-    fi; \
nut-2.7.4/Makefile.in:214:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nut-2.7.4/Makefile.in-215-  done; \
##############################################
nut-2.7.4/Makefile.in-520-	dot_seen=no; \
nut-2.7.4/Makefile.in:521:	target=`echo $@ | sed s/-recursive//`; \
nut-2.7.4/Makefile.in-522-	case "$@" in \
##############################################
nut-2.7.4/Makefile.in-583-GTAGS:
nut-2.7.4/Makefile.in:584:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/Makefile.in-585-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/Makefile.in-615-	test -d "$(distdir)" || mkdir "$(distdir)"
nut-2.7.4/Makefile.in:616:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/Makefile.in:617:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/Makefile.in-618-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/Makefile.in-629-	  if test -d $$d/$$file; then \
nut-2.7.4/Makefile.in:630:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/Makefile.in-631-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/Makefile.in-740-	test -d $(distdir)/_build || exit 0; \
nut-2.7.4/Makefile.in:741:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nut-2.7.4/Makefile.in-742-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nut-2.7.4/Makefile.in-784-	}; \
nut-2.7.4/Makefile.in:785:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nut-2.7.4/Makefile.in-786-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nut-2.7.4/tools/nut-ddl-dump.sh-24-# Test communication with the device
nut-2.7.4/tools/nut-ddl-dump.sh:25:testResult="`upsc ${DDL_DEVICE_NAME} 2> /dev/null`"
nut-2.7.4/tools/nut-ddl-dump.sh-26-if [ $? -gt 0 ]; then
##############################################
nut-2.7.4/tools/nut-ddl-dump.sh-33-# Process the Manufacturer name 
nut-2.7.4/tools/nut-ddl-dump.sh:34:RAW_DDL_MFR="`upsc ${DDL_DEVICE_NAME} device.mfr 2>/dev/null`"
nut-2.7.4/tools/nut-ddl-dump.sh-35-if [ "${RAW_DDL_MFR}" = "EATON" ]; then
##############################################
nut-2.7.4/tools/nut-ddl-dump.sh-38-# Replace spaces with underscores
nut-2.7.4/tools/nut-ddl-dump.sh:39:DDL_MFR="`echo ${RAW_DDL_MFR} | sed s/\ /_/g`"
nut-2.7.4/tools/nut-ddl-dump.sh-40-# Process the Model name 
nut-2.7.4/tools/nut-ddl-dump.sh-41-# Replace spaces with underscores
nut-2.7.4/tools/nut-ddl-dump.sh:42:RAW_DDL_MODEL="`upsc ${DDL_DEVICE_NAME} device.model 2>/dev/null`"
nut-2.7.4/tools/nut-ddl-dump.sh:43:DDL_MODEL="`echo ${RAW_DDL_MODEL} | sed s/\ /_/g`"
nut-2.7.4/tools/nut-ddl-dump.sh-44-# Process the driver name and NUT version
nut-2.7.4/tools/nut-ddl-dump.sh:45:DDL_DRIVER_NAME="`upsc ${DDL_DEVICE_NAME} driver.name 2>/dev/null`"
nut-2.7.4/tools/nut-ddl-dump.sh:46:DDL_NUT_VERSION="`upsc ${DDL_DEVICE_NAME} driver.version 2>/dev/null`"
nut-2.7.4/tools/nut-ddl-dump.sh-47-# TODO: check if a similar file exists, to update Report nb
##############################################
nut-2.7.4/tools/nut-recorder.sh-51-# Test communication with the device
nut-2.7.4/tools/nut-recorder.sh:52:testResult="`upsc $devName > /dev/null`"
nut-2.7.4/tools/nut-recorder.sh-53-if [ $? -gt 0 ]; then
##############################################
nut-2.7.4/tools/nut-recorder.sh-73-	# update the TIMER value
nut-2.7.4/tools/nut-recorder.sh:74:	curTimer=`expr $curTimer + $pollInterval` 
nut-2.7.4/tools/nut-recorder.sh-75-
nut-2.7.4/tools/nut-recorder.sh-76-	# dump the current data
nut-2.7.4/tools/nut-recorder.sh:77:	testResult="`upsc $devName > ${TEMP_DIR}/curDump.tmp`"
nut-2.7.4/tools/nut-recorder.sh-78-	if [ $? -gt 0 ]; then
##############################################
nut-2.7.4/tools/nut-recorder.sh-83-	# do the diff
nut-2.7.4/tools/nut-recorder.sh:84:	dataDiff="`diff --unchanged-line-format='' --old-line-format='' --new-line-format='%L' ${TEMP_DIR}/prevDump.tmp ${TEMP_DIR}/curDump.tmp`"
nut-2.7.4/tools/nut-recorder.sh-85-
##############################################
nut-2.7.4/tools/driver-list-format.sh-8-# Adapt path for either dist target or manual call
nut-2.7.4/tools/driver-list-format.sh:9:CURRENT_PATH="`dirname $0`"
nut-2.7.4/tools/driver-list-format.sh-10-DRVLIST_PATH=""
##############################################
nut-2.7.4/tools/Makefile.in-41-  { \
nut-2.7.4/tools/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/tools/Makefile.in-43-  }; \
##############################################
nut-2.7.4/tools/Makefile.in-175-  while test -n "$$dir1"; do \
nut-2.7.4/tools/Makefile.in:176:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nut-2.7.4/tools/Makefile.in-177-    if test "$$first" != "."; then \
nut-2.7.4/tools/Makefile.in-178-      if test "$$first" = ".."; then \
nut-2.7.4/tools/Makefile.in:179:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nut-2.7.4/tools/Makefile.in:180:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nut-2.7.4/tools/Makefile.in-181-      else \
nut-2.7.4/tools/Makefile.in:182:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nut-2.7.4/tools/Makefile.in-183-        if test "$$first2" = "$$first"; then \
nut-2.7.4/tools/Makefile.in:184:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nut-2.7.4/tools/Makefile.in-185-        else \
##############################################
nut-2.7.4/tools/Makefile.in-190-    fi; \
nut-2.7.4/tools/Makefile.in:191:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nut-2.7.4/tools/Makefile.in-192-  done; \
##############################################
nut-2.7.4/tools/Makefile.in-452-	dot_seen=no; \
nut-2.7.4/tools/Makefile.in:453:	target=`echo $@ | sed s/-recursive//`; \
nut-2.7.4/tools/Makefile.in-454-	case "$@" in \
##############################################
nut-2.7.4/tools/Makefile.in-515-GTAGS:
nut-2.7.4/tools/Makefile.in:516:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/tools/Makefile.in-517-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/tools/Makefile.in-538-distdir: $(DISTFILES)
nut-2.7.4/tools/Makefile.in:539:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/tools/Makefile.in:540:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/tools/Makefile.in-541-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/tools/Makefile.in-552-	  if test -d $$d/$$file; then \
nut-2.7.4/tools/Makefile.in:553:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/tools/Makefile.in-554-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-42-  { \
nut-2.7.4/tools/nut-scanner/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/tools/nut-scanner/Makefile.in-44-  }; \
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-124-CONFIG_CLEAN_VPATH_FILES =
nut-2.7.4/tools/nut-scanner/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/tools/nut-scanner/Makefile.in-126-am__vpath_adj = case $$p in \
nut-2.7.4/tools/nut-scanner/Makefile.in:127:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/tools/nut-scanner/Makefile.in-128-    *) f=$$p;; \
nut-2.7.4/tools/nut-scanner/Makefile.in-129-  esac;
nut-2.7.4/tools/nut-scanner/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/tools/nut-scanner/Makefile.in-131-am__install_max = 40
nut-2.7.4/tools/nut-scanner/Makefile.in-132-am__nobase_strip_setup = \
nut-2.7.4/tools/nut-scanner/Makefile.in:133:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/tools/nut-scanner/Makefile.in-134-am__nobase_strip = \
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-597-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/tools/nut-scanner/Makefile.in:598:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/tools/nut-scanner/Makefile.in-599-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-633-.c.o:
nut-2.7.4/tools/nut-scanner/Makefile.in:634:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/tools/nut-scanner/Makefile.in-635-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-641-.c.obj:
nut-2.7.4/tools/nut-scanner/Makefile.in:642:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/tools/nut-scanner/Makefile.in:643:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/tools/nut-scanner/Makefile.in-644-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/tools/nut-scanner/Makefile.in-648-
nut-2.7.4/tools/nut-scanner/Makefile.in-649-.c.lo:
nut-2.7.4/tools/nut-scanner/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/tools/nut-scanner/Makefile.in-651-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-657-libnutscan_la-scan_nut.lo: scan_nut.c
nut-2.7.4/tools/nut-scanner/Makefile.in:658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_nut.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_nut.Tpo -c -o libnutscan_la-scan_nut.lo `test -f 'scan_nut.c' || echo '$(srcdir)/'`scan_nut.c
nut-2.7.4/tools/nut-scanner/Makefile.in-659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_nut.Tpo $(DEPDIR)/libnutscan_la-scan_nut.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_nut.lo `test -f 'scan_nut.c' || echo '$(srcdir)/'`scan_nut.c
nut-2.7.4/tools/nut-scanner/Makefile.in-663-
nut-2.7.4/tools/nut-scanner/Makefile.in-664-libnutscan_la-scan_ipmi.lo: scan_ipmi.c
nut-2.7.4/tools/nut-scanner/Makefile.in:665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_ipmi.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_ipmi.Tpo -c -o libnutscan_la-scan_ipmi.lo `test -f 'scan_ipmi.c' || echo '$(srcdir)/'`scan_ipmi.c
nut-2.7.4/tools/nut-scanner/Makefile.in-666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_ipmi.Tpo $(DEPDIR)/libnutscan_la-scan_ipmi.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_ipmi.lo `test -f 'scan_ipmi.c' || echo '$(srcdir)/'`scan_ipmi.c
nut-2.7.4/tools/nut-scanner/Makefile.in-670-
nut-2.7.4/tools/nut-scanner/Makefile.in-671-libnutscan_la-nutscan-device.lo: nutscan-device.c
nut-2.7.4/tools/nut-scanner/Makefile.in:672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-nutscan-device.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-nutscan-device.Tpo -c -o libnutscan_la-nutscan-device.lo `test -f 'nutscan-device.c' || echo '$(srcdir)/'`nutscan-device.c
nut-2.7.4/tools/nut-scanner/Makefile.in-673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-nutscan-device.Tpo $(DEPDIR)/libnutscan_la-nutscan-device.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-nutscan-device.lo `test -f 'nutscan-device.c' || echo '$(srcdir)/'`nutscan-device.c
nut-2.7.4/tools/nut-scanner/Makefile.in-677-
nut-2.7.4/tools/nut-scanner/Makefile.in-678-libnutscan_la-nutscan-ip.lo: nutscan-ip.c
nut-2.7.4/tools/nut-scanner/Makefile.in:679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-nutscan-ip.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-nutscan-ip.Tpo -c -o libnutscan_la-nutscan-ip.lo `test -f 'nutscan-ip.c' || echo '$(srcdir)/'`nutscan-ip.c
nut-2.7.4/tools/nut-scanner/Makefile.in-680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-nutscan-ip.Tpo $(DEPDIR)/libnutscan_la-nutscan-ip.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-nutscan-ip.lo `test -f 'nutscan-ip.c' || echo '$(srcdir)/'`nutscan-ip.c
nut-2.7.4/tools/nut-scanner/Makefile.in-684-
nut-2.7.4/tools/nut-scanner/Makefile.in-685-libnutscan_la-nutscan-display.lo: nutscan-display.c
nut-2.7.4/tools/nut-scanner/Makefile.in:686:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-nutscan-display.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-nutscan-display.Tpo -c -o libnutscan_la-nutscan-display.lo `test -f 'nutscan-display.c' || echo '$(srcdir)/'`nutscan-display.c
nut-2.7.4/tools/nut-scanner/Makefile.in-687-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-nutscan-display.Tpo $(DEPDIR)/libnutscan_la-nutscan-display.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:690:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-nutscan-display.lo `test -f 'nutscan-display.c' || echo '$(srcdir)/'`nutscan-display.c
nut-2.7.4/tools/nut-scanner/Makefile.in-691-
nut-2.7.4/tools/nut-scanner/Makefile.in-692-libnutscan_la-nutscan-init.lo: nutscan-init.c
nut-2.7.4/tools/nut-scanner/Makefile.in:693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-nutscan-init.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-nutscan-init.Tpo -c -o libnutscan_la-nutscan-init.lo `test -f 'nutscan-init.c' || echo '$(srcdir)/'`nutscan-init.c
nut-2.7.4/tools/nut-scanner/Makefile.in-694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-nutscan-init.Tpo $(DEPDIR)/libnutscan_la-nutscan-init.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-nutscan-init.lo `test -f 'nutscan-init.c' || echo '$(srcdir)/'`nutscan-init.c
nut-2.7.4/tools/nut-scanner/Makefile.in-698-
nut-2.7.4/tools/nut-scanner/Makefile.in-699-libnutscan_la-scan_usb.lo: scan_usb.c
nut-2.7.4/tools/nut-scanner/Makefile.in:700:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_usb.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_usb.Tpo -c -o libnutscan_la-scan_usb.lo `test -f 'scan_usb.c' || echo '$(srcdir)/'`scan_usb.c
nut-2.7.4/tools/nut-scanner/Makefile.in-701-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_usb.Tpo $(DEPDIR)/libnutscan_la-scan_usb.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:704:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_usb.lo `test -f 'scan_usb.c' || echo '$(srcdir)/'`scan_usb.c
nut-2.7.4/tools/nut-scanner/Makefile.in-705-
nut-2.7.4/tools/nut-scanner/Makefile.in-706-libnutscan_la-scan_snmp.lo: scan_snmp.c
nut-2.7.4/tools/nut-scanner/Makefile.in:707:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_snmp.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_snmp.Tpo -c -o libnutscan_la-scan_snmp.lo `test -f 'scan_snmp.c' || echo '$(srcdir)/'`scan_snmp.c
nut-2.7.4/tools/nut-scanner/Makefile.in-708-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_snmp.Tpo $(DEPDIR)/libnutscan_la-scan_snmp.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:711:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_snmp.lo `test -f 'scan_snmp.c' || echo '$(srcdir)/'`scan_snmp.c
nut-2.7.4/tools/nut-scanner/Makefile.in-712-
nut-2.7.4/tools/nut-scanner/Makefile.in-713-libnutscan_la-scan_xml_http.lo: scan_xml_http.c
nut-2.7.4/tools/nut-scanner/Makefile.in:714:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_xml_http.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_xml_http.Tpo -c -o libnutscan_la-scan_xml_http.lo `test -f 'scan_xml_http.c' || echo '$(srcdir)/'`scan_xml_http.c
nut-2.7.4/tools/nut-scanner/Makefile.in-715-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_xml_http.Tpo $(DEPDIR)/libnutscan_la-scan_xml_http.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:718:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_xml_http.lo `test -f 'scan_xml_http.c' || echo '$(srcdir)/'`scan_xml_http.c
nut-2.7.4/tools/nut-scanner/Makefile.in-719-
nut-2.7.4/tools/nut-scanner/Makefile.in-720-libnutscan_la-scan_avahi.lo: scan_avahi.c
nut-2.7.4/tools/nut-scanner/Makefile.in:721:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_avahi.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_avahi.Tpo -c -o libnutscan_la-scan_avahi.lo `test -f 'scan_avahi.c' || echo '$(srcdir)/'`scan_avahi.c
nut-2.7.4/tools/nut-scanner/Makefile.in-722-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_avahi.Tpo $(DEPDIR)/libnutscan_la-scan_avahi.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:725:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_avahi.lo `test -f 'scan_avahi.c' || echo '$(srcdir)/'`scan_avahi.c
nut-2.7.4/tools/nut-scanner/Makefile.in-726-
nut-2.7.4/tools/nut-scanner/Makefile.in-727-libnutscan_la-scan_eaton_serial.lo: scan_eaton_serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in:728:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-scan_eaton_serial.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-scan_eaton_serial.Tpo -c -o libnutscan_la-scan_eaton_serial.lo `test -f 'scan_eaton_serial.c' || echo '$(srcdir)/'`scan_eaton_serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in-729-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-scan_eaton_serial.Tpo $(DEPDIR)/libnutscan_la-scan_eaton_serial.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:732:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-scan_eaton_serial.lo `test -f 'scan_eaton_serial.c' || echo '$(srcdir)/'`scan_eaton_serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in-733-
nut-2.7.4/tools/nut-scanner/Makefile.in-734-libnutscan_la-nutscan-serial.lo: nutscan-serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in:735:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT libnutscan_la-nutscan-serial.lo -MD -MP -MF $(DEPDIR)/libnutscan_la-nutscan-serial.Tpo -c -o libnutscan_la-nutscan-serial.lo `test -f 'nutscan-serial.c' || echo '$(srcdir)/'`nutscan-serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in-736-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnutscan_la-nutscan-serial.Tpo $(DEPDIR)/libnutscan_la-nutscan-serial.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:739:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o libnutscan_la-nutscan-serial.lo `test -f 'nutscan-serial.c' || echo '$(srcdir)/'`nutscan-serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in-740-
nut-2.7.4/tools/nut-scanner/Makefile.in-741-../../drivers/libnutscan_la-serial.lo: ../../drivers/serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in:742:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT ../../drivers/libnutscan_la-serial.lo -MD -MP -MF ../../drivers/$(DEPDIR)/libnutscan_la-serial.Tpo -c -o ../../drivers/libnutscan_la-serial.lo `test -f '../../drivers/serial.c' || echo '$(srcdir)/'`../../drivers/serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in-743-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../drivers/$(DEPDIR)/libnutscan_la-serial.Tpo ../../drivers/$(DEPDIR)/libnutscan_la-serial.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:746:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o ../../drivers/libnutscan_la-serial.lo `test -f '../../drivers/serial.c' || echo '$(srcdir)/'`../../drivers/serial.c
nut-2.7.4/tools/nut-scanner/Makefile.in-747-
nut-2.7.4/tools/nut-scanner/Makefile.in-748-../../drivers/libnutscan_la-bcmxcp_ser.lo: ../../drivers/bcmxcp_ser.c
nut-2.7.4/tools/nut-scanner/Makefile.in:749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT ../../drivers/libnutscan_la-bcmxcp_ser.lo -MD -MP -MF ../../drivers/$(DEPDIR)/libnutscan_la-bcmxcp_ser.Tpo -c -o ../../drivers/libnutscan_la-bcmxcp_ser.lo `test -f '../../drivers/bcmxcp_ser.c' || echo '$(srcdir)/'`../../drivers/bcmxcp_ser.c
nut-2.7.4/tools/nut-scanner/Makefile.in-750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../drivers/$(DEPDIR)/libnutscan_la-bcmxcp_ser.Tpo ../../drivers/$(DEPDIR)/libnutscan_la-bcmxcp_ser.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o ../../drivers/libnutscan_la-bcmxcp_ser.lo `test -f '../../drivers/bcmxcp_ser.c' || echo '$(srcdir)/'`../../drivers/bcmxcp_ser.c
nut-2.7.4/tools/nut-scanner/Makefile.in-754-
nut-2.7.4/tools/nut-scanner/Makefile.in-755-../../common/libnutscan_la-common.lo: ../../common/common.c
nut-2.7.4/tools/nut-scanner/Makefile.in:756:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -MT ../../common/libnutscan_la-common.lo -MD -MP -MF ../../common/$(DEPDIR)/libnutscan_la-common.Tpo -c -o ../../common/libnutscan_la-common.lo `test -f '../../common/common.c' || echo '$(srcdir)/'`../../common/common.c
nut-2.7.4/tools/nut-scanner/Makefile.in-757-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../common/$(DEPDIR)/libnutscan_la-common.Tpo ../../common/$(DEPDIR)/libnutscan_la-common.Plo
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:760:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnutscan_la_CFLAGS) $(CFLAGS) -c -o ../../common/libnutscan_la-common.lo `test -f '../../common/common.c' || echo '$(srcdir)/'`../../common/common.c
nut-2.7.4/tools/nut-scanner/Makefile.in-761-
nut-2.7.4/tools/nut-scanner/Makefile.in-762-nut_scanner-nut-scanner.o: nut-scanner.c
nut-2.7.4/tools/nut-scanner/Makefile.in:763:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nut_scanner_CFLAGS) $(CFLAGS) -MT nut_scanner-nut-scanner.o -MD -MP -MF $(DEPDIR)/nut_scanner-nut-scanner.Tpo -c -o nut_scanner-nut-scanner.o `test -f 'nut-scanner.c' || echo '$(srcdir)/'`nut-scanner.c
nut-2.7.4/tools/nut-scanner/Makefile.in-764-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nut_scanner-nut-scanner.Tpo $(DEPDIR)/nut_scanner-nut-scanner.Po
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:767:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nut_scanner_CFLAGS) $(CFLAGS) -c -o nut_scanner-nut-scanner.o `test -f 'nut-scanner.c' || echo '$(srcdir)/'`nut-scanner.c
nut-2.7.4/tools/nut-scanner/Makefile.in-768-
nut-2.7.4/tools/nut-scanner/Makefile.in-769-nut_scanner-nut-scanner.obj: nut-scanner.c
nut-2.7.4/tools/nut-scanner/Makefile.in:770:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nut_scanner_CFLAGS) $(CFLAGS) -MT nut_scanner-nut-scanner.obj -MD -MP -MF $(DEPDIR)/nut_scanner-nut-scanner.Tpo -c -o nut_scanner-nut-scanner.obj `if test -f 'nut-scanner.c'; then $(CYGPATH_W) 'nut-scanner.c'; else $(CYGPATH_W) '$(srcdir)/nut-scanner.c'; fi`
nut-2.7.4/tools/nut-scanner/Makefile.in-771-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nut_scanner-nut-scanner.Tpo $(DEPDIR)/nut_scanner-nut-scanner.Po
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-773-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/tools/nut-scanner/Makefile.in:774:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nut_scanner_CFLAGS) $(CFLAGS) -c -o nut_scanner-nut-scanner.obj `if test -f 'nut-scanner.c'; then $(CYGPATH_W) 'nut-scanner.c'; else $(CYGPATH_W) '$(srcdir)/nut-scanner.c'; fi`
nut-2.7.4/tools/nut-scanner/Makefile.in-775-
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-801-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
nut-2.7.4/tools/nut-scanner/Makefile.in:802:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/tools/nut-scanner/Makefile.in-803-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-834-GTAGS:
nut-2.7.4/tools/nut-scanner/Makefile.in:835:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/tools/nut-scanner/Makefile.in-836-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-857-distdir: $(DISTFILES)
nut-2.7.4/tools/nut-scanner/Makefile.in:858:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/tools/nut-scanner/Makefile.in:859:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/tools/nut-scanner/Makefile.in-860-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/tools/nut-scanner/Makefile.in-871-	  if test -d $$d/$$file; then \
nut-2.7.4/tools/nut-scanner/Makefile.in:872:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/tools/nut-scanner/Makefile.in-873-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/config.sub-52-
nut-2.7.4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nut-2.7.4/config.sub-54-
##############################################
nut-2.7.4/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nut-2.7.4/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nut-2.7.4/config.sub-117-case $maybe_os in
##############################################
nut-2.7.4/config.sub-123-    os=-$maybe_os
nut-2.7.4/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nut-2.7.4/config.sub-125-    ;;
##############################################
nut-2.7.4/config.sub-127-    os=-linux-android
nut-2.7.4/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nut-2.7.4/config.sub-129-    ;;
nut-2.7.4/config.sub-130-  *)
nut-2.7.4/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nut-2.7.4/config.sub-132-    if [ $basic_machine != $1 ]
nut-2.7.4/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nut-2.7.4/config.sub-134-    else os=; fi
##############################################
nut-2.7.4/config.sub-181-		os=-sco5v6
nut-2.7.4/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-183-		;;
##############################################
nut-2.7.4/config.sub-185-		os=-sco3.2v5
nut-2.7.4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-187-		;;
##############################################
nut-2.7.4/config.sub-189-		os=-sco3.2v4
nut-2.7.4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-191-		;;
nut-2.7.4/config.sub-192-	-sco3.2.[4-9]*)
nut-2.7.4/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nut-2.7.4/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-195-		;;
##############################################
nut-2.7.4/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nut-2.7.4/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-199-		;;
##############################################
nut-2.7.4/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nut-2.7.4/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-203-		;;
##############################################
nut-2.7.4/config.sub-205-		os=-sco3.2v2
nut-2.7.4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-207-		;;
nut-2.7.4/config.sub-208-	-udk*)
nut-2.7.4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-210-		;;
##############################################
nut-2.7.4/config.sub-212-		os=-isc2.2
nut-2.7.4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-214-		;;
##############################################
nut-2.7.4/config.sub-218-	-isc*)
nut-2.7.4/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nut-2.7.4/config.sub-220-		;;
##############################################
nut-2.7.4/config.sub-230-	-ptx*)
nut-2.7.4/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nut-2.7.4/config.sub-232-		;;
nut-2.7.4/config.sub-233-	-windowsnt*)
nut-2.7.4/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nut-2.7.4/config.sub-235-		;;
##############################################
nut-2.7.4/config.sub-362-	*-*-*)
nut-2.7.4/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nut-2.7.4/config.sub-364-		exit 1
##############################################
nut-2.7.4/config.sub-486-	amd64-*)
nut-2.7.4/config.sub:487:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-488-		;;
##############################################
nut-2.7.4/config.sub-528-	blackfin-*)
nut-2.7.4/config.sub:529:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-530-		os=-linux
##############################################
nut-2.7.4/config.sub-536-	c54x-*)
nut-2.7.4/config.sub:537:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-538-		;;
nut-2.7.4/config.sub-539-	c55x-*)
nut-2.7.4/config.sub:540:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-541-		;;
nut-2.7.4/config.sub-542-	c6x-*)
nut-2.7.4/config.sub:543:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-544-		;;
##############################################
nut-2.7.4/config.sub-739-	i*86v32)
nut-2.7.4/config.sub:740:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nut-2.7.4/config.sub-741-		os=-sysv32
##############################################
nut-2.7.4/config.sub-743-	i*86v4*)
nut-2.7.4/config.sub:744:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nut-2.7.4/config.sub-745-		os=-sysv4
##############################################
nut-2.7.4/config.sub-747-	i*86v)
nut-2.7.4/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nut-2.7.4/config.sub-749-		os=-sysv
##############################################
nut-2.7.4/config.sub-751-	i*86sol2)
nut-2.7.4/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nut-2.7.4/config.sub-753-		os=-solaris2
##############################################
nut-2.7.4/config.sub-781-	m68knommu-*)
nut-2.7.4/config.sub:782:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-783-		os=-linux
##############################################
nut-2.7.4/config.sub-818-	mips3*-*)
nut-2.7.4/config.sub:819:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nut-2.7.4/config.sub-820-		;;
nut-2.7.4/config.sub-821-	mips3*)
nut-2.7.4/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nut-2.7.4/config.sub-823-		;;
##############################################
nut-2.7.4/config.sub-840-	ms1-*)
nut-2.7.4/config.sub:841:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nut-2.7.4/config.sub-842-		;;
##############################################
nut-2.7.4/config.sub-959-	parisc-*)
nut-2.7.4/config.sub:960:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-961-		os=-linux
##############################################
nut-2.7.4/config.sub-975-	pc98-*)
nut-2.7.4/config.sub:976:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-977-		;;
##############################################
nut-2.7.4/config.sub-990-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nut-2.7.4/config.sub:991:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-992-		;;
nut-2.7.4/config.sub-993-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nut-2.7.4/config.sub:994:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-995-		;;
nut-2.7.4/config.sub-996-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nut-2.7.4/config.sub:997:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-998-		;;
nut-2.7.4/config.sub-999-	pentium4-*)
nut-2.7.4/config.sub:1000:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-1001-		;;
##############################################
nut-2.7.4/config.sub-1009-	ppc-* | ppcbe-*)
nut-2.7.4/config.sub:1010:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-1011-		;;
##############################################
nut-2.7.4/config.sub-1015-	ppcle-* | powerpclittle-*)
nut-2.7.4/config.sub:1016:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-1017-		;;
##############################################
nut-2.7.4/config.sub-1019-		;;
nut-2.7.4/config.sub:1020:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-1021-		;;
##############################################
nut-2.7.4/config.sub-1025-	ppc64le-* | powerpc64little-*)
nut-2.7.4/config.sub:1026:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-1027-		;;
##############################################
nut-2.7.4/config.sub-1108-	strongarm-* | thumb-*)
nut-2.7.4/config.sub:1109:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nut-2.7.4/config.sub-1110-		;;
##############################################
nut-2.7.4/config.sub-1238-	xscale-* | xscalee[bl]-*)
nut-2.7.4/config.sub:1239:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nut-2.7.4/config.sub-1240-		;;
##############################################
nut-2.7.4/config.sub-1315-	*)
nut-2.7.4/config.sub:1316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nut-2.7.4/config.sub-1317-		exit 1
##############################################
nut-2.7.4/config.sub-1323-	*-digital*)
nut-2.7.4/config.sub:1324:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nut-2.7.4/config.sub-1325-		;;
nut-2.7.4/config.sub-1326-	*-commodore*)
nut-2.7.4/config.sub:1327:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nut-2.7.4/config.sub-1328-		;;
##############################################
nut-2.7.4/config.sub-1344-	-solaris1 | -solaris1.*)
nut-2.7.4/config.sub:1345:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nut-2.7.4/config.sub-1346-		;;
##############################################
nut-2.7.4/config.sub-1356-	-gnu/linux*)
nut-2.7.4/config.sub:1357:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nut-2.7.4/config.sub-1358-		;;
##############################################
nut-2.7.4/config.sub-1402-	-nto*)
nut-2.7.4/config.sub:1403:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nut-2.7.4/config.sub-1404-		;;
##############################################
nut-2.7.4/config.sub-1409-	-mac*)
nut-2.7.4/config.sub:1410:		os=`echo $os | sed -e 's|mac|macos|'`
nut-2.7.4/config.sub-1411-		;;
##############################################
nut-2.7.4/config.sub-1415-	-linux*)
nut-2.7.4/config.sub:1416:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nut-2.7.4/config.sub-1417-		;;
nut-2.7.4/config.sub-1418-	-sunos5*)
nut-2.7.4/config.sub:1419:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nut-2.7.4/config.sub-1420-		;;
nut-2.7.4/config.sub-1421-	-sunos6*)
nut-2.7.4/config.sub:1422:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nut-2.7.4/config.sub-1423-		;;
##############################################
nut-2.7.4/config.sub-1470-	-sinix5.*)
nut-2.7.4/config.sub:1471:		os=`echo $os | sed -e 's|sinix|sysv|'`
nut-2.7.4/config.sub-1472-		;;
##############################################
nut-2.7.4/config.sub-1523-		# Get rid of the `-' at the beginning of $os.
nut-2.7.4/config.sub:1524:		os=`echo $os | sed 's/[^-]*-//'`
nut-2.7.4/config.sub:1525:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nut-2.7.4/config.sub-1526-		exit 1
##############################################
nut-2.7.4/config.sub-1786-		esac
nut-2.7.4/config.sub:1787:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nut-2.7.4/config.sub-1788-		;;
##############################################
nut-2.7.4/server/Makefile.in-42-  { \
nut-2.7.4/server/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/server/Makefile.in-44-  }; \
##############################################
nut-2.7.4/server/Makefile.in-485-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/server/Makefile.in:486:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/server/Makefile.in-487-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/server/Makefile.in-518-.c.o:
nut-2.7.4/server/Makefile.in:519:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/server/Makefile.in-520-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/server/Makefile.in-526-.c.obj:
nut-2.7.4/server/Makefile.in:527:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/server/Makefile.in:528:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/server/Makefile.in-529-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/server/Makefile.in-531-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/server/Makefile.in:532:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/server/Makefile.in-533-
nut-2.7.4/server/Makefile.in-534-.c.lo:
nut-2.7.4/server/Makefile.in:535:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/server/Makefile.in-536-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/server/Makefile.in-577-GTAGS:
nut-2.7.4/server/Makefile.in:578:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/server/Makefile.in-579-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/server/Makefile.in-600-distdir: $(DISTFILES)
nut-2.7.4/server/Makefile.in:601:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/server/Makefile.in:602:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/server/Makefile.in-603-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/server/Makefile.in-614-	  if test -d $$d/$$file; then \
nut-2.7.4/server/Makefile.in:615:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/server/Makefile.in-616-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/aclocal.m4-211-    PKG_CHECK_EXISTS([$3],
nut-2.7.4/aclocal.m4:212:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
nut-2.7.4/aclocal.m4-213-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
nut-2.7.4/aclocal.m4-260-        if test $_pkg_short_errors_supported = yes; then
nut-2.7.4/aclocal.m4:261:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
nut-2.7.4/aclocal.m4-262-        else 
nut-2.7.4/aclocal.m4:263:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
nut-2.7.4/aclocal.m4-264-        fi
##############################################
nut-2.7.4/aclocal.m4-421-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nut-2.7.4/aclocal.m4:422:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nut-2.7.4/aclocal.m4-423-# and then we would define $MISSING as
##############################################
nut-2.7.4/aclocal.m4-436-# Expand $ac_aux_dir to an absolute path.
nut-2.7.4/aclocal.m4:437:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nut-2.7.4/aclocal.m4-438-])
##############################################
nut-2.7.4/aclocal.m4-534-  if test "$am_compiler_list" = ""; then
nut-2.7.4/aclocal.m4:535:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nut-2.7.4/aclocal.m4-536-  fi
##############################################
nut-2.7.4/aclocal.m4-685-    # Strip MF so we end up with the name of the file.
nut-2.7.4/aclocal.m4:686:    mf=`echo "$mf" | sed -e 's/:.*$//'`
nut-2.7.4/aclocal.m4-687-    # Check whether this is an Automake generated Makefile or not.
##############################################
nut-2.7.4/aclocal.m4-694-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
nut-2.7.4/aclocal.m4:695:      dirpart=`AS_DIRNAME("$mf")`
nut-2.7.4/aclocal.m4-696-    else
##############################################
nut-2.7.4/aclocal.m4-700-    # from the Makefile without running 'make'.
nut-2.7.4/aclocal.m4:701:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nut-2.7.4/aclocal.m4-702-    test -z "$DEPDIR" && continue
nut-2.7.4/aclocal.m4:703:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
nut-2.7.4/aclocal.m4-704-    test -z "$am__include" && continue
nut-2.7.4/aclocal.m4:705:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nut-2.7.4/aclocal.m4-706-    # Find all dependency output files, they are included files with
##############################################
nut-2.7.4/aclocal.m4-714-      test -f "$dirpart/$file" && continue
nut-2.7.4/aclocal.m4:715:      fdir=`AS_DIRNAME(["$file"])`
nut-2.7.4/aclocal.m4-716-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
nut-2.7.4/aclocal.m4-772-AC_REQUIRE([AC_PROG_INSTALL])dnl
nut-2.7.4/aclocal.m4:773:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nut-2.7.4/aclocal.m4-774-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nut-2.7.4/aclocal.m4-928-    * )
nut-2.7.4/aclocal.m4:929:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nut-2.7.4/aclocal.m4-930-  esac
nut-2.7.4/aclocal.m4-931-done
nut-2.7.4/aclocal.m4:932:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nut-2.7.4/aclocal.m4-933-
##############################################
nut-2.7.4/aclocal.m4-1035-# Ignore all kinds of additional output from 'make'.
nut-2.7.4/aclocal.m4:1036:case `$am_make -s -f confmf 2> /dev/null` in #(
nut-2.7.4/aclocal.m4-1037-*the\ am__doit\ target*)
##############################################
nut-2.7.4/aclocal.m4-1045-   echo '.include "confinc"' > confmf
nut-2.7.4/aclocal.m4:1046:   case `$am_make -s -f confmf 2> /dev/null` in #(
nut-2.7.4/aclocal.m4-1047-   *the\ am__doit\ target*)
##############################################
nut-2.7.4/aclocal.m4-1227-     echo "timestamp, slept: $am_has_slept" > conftest.file
nut-2.7.4/aclocal.m4:1228:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nut-2.7.4/aclocal.m4-1229-     if test "$[*]" = "X"; then
nut-2.7.4/aclocal.m4-1230-	# -L didn't work.
nut-2.7.4/aclocal.m4:1231:	set X `ls -t "$srcdir/configure" conftest.file`
nut-2.7.4/aclocal.m4-1232-     fi
##############################################
nut-2.7.4/conf/Makefile.in-42-  { \
nut-2.7.4/conf/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/conf/Makefile.in-44-  }; \
##############################################
nut-2.7.4/conf/Makefile.in-139-	upsstats-single.html.sample
nut-2.7.4/conf/Makefile.in:140:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/conf/Makefile.in-141-am__vpath_adj = case $$p in \
nut-2.7.4/conf/Makefile.in:142:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/conf/Makefile.in-143-    *) f=$$p;; \
nut-2.7.4/conf/Makefile.in-144-  esac;
nut-2.7.4/conf/Makefile.in:145:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/conf/Makefile.in-146-am__install_max = 40
nut-2.7.4/conf/Makefile.in-147-am__nobase_strip_setup = \
nut-2.7.4/conf/Makefile.in:148:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/conf/Makefile.in-149-am__nobase_strip = \
##############################################
nut-2.7.4/conf/Makefile.in-428-	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
nut-2.7.4/conf/Makefile.in:429:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/conf/Makefile.in-430-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/conf/Makefile.in-449-	@list='$(nodist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
nut-2.7.4/conf/Makefile.in:450:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/conf/Makefile.in-451-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/conf/Makefile.in-459-distdir: $(DISTFILES)
nut-2.7.4/conf/Makefile.in:460:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/conf/Makefile.in:461:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/conf/Makefile.in-462-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/conf/Makefile.in-473-	  if test -d $$d/$$file; then \
nut-2.7.4/conf/Makefile.in:474:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/conf/Makefile.in-475-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/docs/man/Makefile.in-53-  { \
nut-2.7.4/docs/man/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/docs/man/Makefile.in-55-  }; \
##############################################
nut-2.7.4/docs/man/Makefile.in-158-  esac
nut-2.7.4/docs/man/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/docs/man/Makefile.in-160-am__vpath_adj = case $$p in \
nut-2.7.4/docs/man/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/docs/man/Makefile.in-162-    *) f=$$p;; \
nut-2.7.4/docs/man/Makefile.in-163-  esac;
nut-2.7.4/docs/man/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/docs/man/Makefile.in-165-am__install_max = 40
nut-2.7.4/docs/man/Makefile.in-166-am__nobase_strip_setup = \
nut-2.7.4/docs/man/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/docs/man/Makefile.in-168-am__nobase_strip = \
##############################################
nut-2.7.4/docs/man/Makefile.in-944-	test -n "$(man1dir)" \
nut-2.7.4/docs/man/Makefile.in:945:	  && test -n "`echo $$list1$$list2`" \
nut-2.7.4/docs/man/Makefile.in-946-	  || exit 0; \
##############################################
nut-2.7.4/docs/man/Makefile.in-985-	test -n "$(man3dir)" \
nut-2.7.4/docs/man/Makefile.in:986:	  && test -n "`echo $$list1$$list2`" \
nut-2.7.4/docs/man/Makefile.in-987-	  || exit 0; \
##############################################
nut-2.7.4/docs/man/Makefile.in-1026-	test -n "$(man5dir)" \
nut-2.7.4/docs/man/Makefile.in:1027:	  && test -n "`echo $$list1$$list2`" \
nut-2.7.4/docs/man/Makefile.in-1028-	  || exit 0; \
##############################################
nut-2.7.4/docs/man/Makefile.in-1067-	test -n "$(man8dir)" \
nut-2.7.4/docs/man/Makefile.in:1068:	  && test -n "`echo $$list1$$list2`" \
nut-2.7.4/docs/man/Makefile.in-1069-	  || exit 0; \
##############################################
nut-2.7.4/docs/man/Makefile.in-1111-distdir: $(DISTFILES)
nut-2.7.4/docs/man/Makefile.in:1112:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/docs/man/Makefile.in:1113:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/docs/man/Makefile.in-1114-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/docs/man/Makefile.in-1125-	  if test -d $$d/$$file; then \
nut-2.7.4/docs/man/Makefile.in:1126:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/docs/man/Makefile.in-1127-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.3-38-.nf
nut-2.7.4/docs/man/upscli_splitaddr.3:39:int upscli_splitaddr(const char *buf, char **hostname,
nut-2.7.4/docs/man/upscli_splitaddr.3-40-                               int *port)
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.3-43-.sp
nut-2.7.4/docs/man/upscli_splitaddr.3:44:The \fBupscli_splitaddr()\fR function takes a pointer to the raw UPS definition \fIbuf\fR and returns pointers to dynamically allocated memory in \fIupsname\fR and \fIhostname\fR\&. It also copies the port number into \fIport\fR\&.
nut-2.7.4/docs/man/upscli_splitaddr.3-45-.SH "FORMATTING"
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.3-64-.sp
nut-2.7.4/docs/man/upscli_splitaddr.3:65:The \fBupscli_splitaddr()\fR function returns 0 on success, or \-1 if an error occurs\&.
nut-2.7.4/docs/man/upscli_splitaddr.3-66-.SH "SEE ALSO"
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.txt:1:UPSCLI_SPLITADDR(3)
nut-2.7.4/docs/man/upscli_splitaddr.txt-2-===================
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.txt-14-
nut-2.7.4/docs/man/upscli_splitaddr.txt:15: int upscli_splitaddr(const char *buf, char **hostname,
nut-2.7.4/docs/man/upscli_splitaddr.txt-16-				int *port)
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.txt-20-
nut-2.7.4/docs/man/upscli_splitaddr.txt:21:The *upscli_splitaddr()* function takes a pointer to the raw UPS 
nut-2.7.4/docs/man/upscli_splitaddr.txt-22-definition 'buf' and returns pointers to dynamically allocated
##############################################
nut-2.7.4/docs/man/upscli_splitaddr.txt-44-
nut-2.7.4/docs/man/upscli_splitaddr.txt:45:The *upscli_splitaddr()* function returns 0 on success, or -1 if an
nut-2.7.4/docs/man/upscli_splitaddr.txt-46-error occurs.
##############################################
nut-2.7.4/docs/man/Makefile.am-593-	$(ASCIIDOC) --backend=xhtml11 \
nut-2.7.4/docs/man/Makefile.am:594:		--attribute localdate=`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)` \
nut-2.7.4/docs/man/Makefile.am:595:		--attribute localtime=`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)` \
nut-2.7.4/docs/man/Makefile.am-596-		--attribute nutversion="@PACKAGE_VERSION@" \
##############################################
nut-2.7.4/docs/developers.txt-570-for root privileges when testing new NUT code, you may wish to use
nut-2.7.4/docs/developers.txt:571:`--prefix=$HOME/local/nut --with-statepath=/tmp`. You can also keep
nut-2.7.4/docs/developers.txt-572-compilation times down by only building the driver you are currently working
##############################################
nut-2.7.4/docs/Makefile.in-39-  { \
nut-2.7.4/docs/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/docs/Makefile.in-41-  }; \
##############################################
nut-2.7.4/docs/Makefile.in-174-  while test -n "$$dir1"; do \
nut-2.7.4/docs/Makefile.in:175:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nut-2.7.4/docs/Makefile.in-176-    if test "$$first" != "."; then \
nut-2.7.4/docs/Makefile.in-177-      if test "$$first" = ".."; then \
nut-2.7.4/docs/Makefile.in:178:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nut-2.7.4/docs/Makefile.in:179:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nut-2.7.4/docs/Makefile.in-180-      else \
nut-2.7.4/docs/Makefile.in:181:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nut-2.7.4/docs/Makefile.in-182-        if test "$$first2" = "$$first"; then \
nut-2.7.4/docs/Makefile.in:183:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nut-2.7.4/docs/Makefile.in-184-        else \
##############################################
nut-2.7.4/docs/Makefile.in-189-    fi; \
nut-2.7.4/docs/Makefile.in:190:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nut-2.7.4/docs/Makefile.in-191-  done; \
##############################################
nut-2.7.4/docs/Makefile.in-532-	dot_seen=no; \
nut-2.7.4/docs/Makefile.in:533:	target=`echo $@ | sed s/-recursive//`; \
nut-2.7.4/docs/Makefile.in-534-	case "$@" in \
##############################################
nut-2.7.4/docs/Makefile.in-595-GTAGS:
nut-2.7.4/docs/Makefile.in:596:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/docs/Makefile.in-597-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/docs/Makefile.in-618-distdir: $(DISTFILES)
nut-2.7.4/docs/Makefile.in:619:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/docs/Makefile.in:620:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/docs/Makefile.in-621-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/docs/Makefile.in-632-	  if test -d $$d/$$file; then \
nut-2.7.4/docs/Makefile.in:633:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/docs/Makefile.in-634-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/docs/Makefile.am-93-A2X_COMMON_OPTS = $(ASCIIDOC_VERBOSE) --attribute icons \
nut-2.7.4/docs/Makefile.am:94:    --xsltproc-opts "--nonet --stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)`\" --stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)`\" --stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
nut-2.7.4/docs/Makefile.am-95-    --attribute iconsdir=$(srcdir)/images \
##############################################
nut-2.7.4/drivers/Makefile.in-43-  { \
nut-2.7.4/drivers/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/drivers/Makefile.in-45-  }; \
##############################################
nut-2.7.4/drivers/Makefile.in-1047-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/drivers/Makefile.in:1048:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/drivers/Makefile.in-1049-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/drivers/Makefile.in-1096-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/drivers/Makefile.in:1097:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/drivers/Makefile.in-1098-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/drivers/Makefile.in-1451-.c.o:
nut-2.7.4/drivers/Makefile.in:1452:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/drivers/Makefile.in-1453-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/drivers/Makefile.in-1459-.c.obj:
nut-2.7.4/drivers/Makefile.in:1460:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/drivers/Makefile.in:1461:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/drivers/Makefile.in-1462-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1465:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/drivers/Makefile.in-1466-
nut-2.7.4/drivers/Makefile.in-1467-.c.lo:
nut-2.7.4/drivers/Makefile.in:1468:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/drivers/Makefile.in-1469-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/drivers/Makefile.in-1475-apcupsd_ups-apcupsd-ups.o: apcupsd-ups.c
nut-2.7.4/drivers/Makefile.in:1476:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(apcupsd_ups_CFLAGS) $(CFLAGS) -MT apcupsd_ups-apcupsd-ups.o -MD -MP -MF $(DEPDIR)/apcupsd_ups-apcupsd-ups.Tpo -c -o apcupsd_ups-apcupsd-ups.o `test -f 'apcupsd-ups.c' || echo '$(srcdir)/'`apcupsd-ups.c
nut-2.7.4/drivers/Makefile.in-1477-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/apcupsd_ups-apcupsd-ups.Tpo $(DEPDIR)/apcupsd_ups-apcupsd-ups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1480:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(apcupsd_ups_CFLAGS) $(CFLAGS) -c -o apcupsd_ups-apcupsd-ups.o `test -f 'apcupsd-ups.c' || echo '$(srcdir)/'`apcupsd-ups.c
nut-2.7.4/drivers/Makefile.in-1481-
nut-2.7.4/drivers/Makefile.in-1482-apcupsd_ups-apcupsd-ups.obj: apcupsd-ups.c
nut-2.7.4/drivers/Makefile.in:1483:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(apcupsd_ups_CFLAGS) $(CFLAGS) -MT apcupsd_ups-apcupsd-ups.obj -MD -MP -MF $(DEPDIR)/apcupsd_ups-apcupsd-ups.Tpo -c -o apcupsd_ups-apcupsd-ups.obj `if test -f 'apcupsd-ups.c'; then $(CYGPATH_W) 'apcupsd-ups.c'; else $(CYGPATH_W) '$(srcdir)/apcupsd-ups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1484-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/apcupsd_ups-apcupsd-ups.Tpo $(DEPDIR)/apcupsd_ups-apcupsd-ups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1487:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(apcupsd_ups_CFLAGS) $(CFLAGS) -c -o apcupsd_ups-apcupsd-ups.obj `if test -f 'apcupsd-ups.c'; then $(CYGPATH_W) 'apcupsd-ups.c'; else $(CYGPATH_W) '$(srcdir)/apcupsd-ups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1488-
nut-2.7.4/drivers/Makefile.in-1489-dummy_ups-dummy-ups.o: dummy-ups.c
nut-2.7.4/drivers/Makefile.in:1490:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dummy_ups_CFLAGS) $(CFLAGS) -MT dummy_ups-dummy-ups.o -MD -MP -MF $(DEPDIR)/dummy_ups-dummy-ups.Tpo -c -o dummy_ups-dummy-ups.o `test -f 'dummy-ups.c' || echo '$(srcdir)/'`dummy-ups.c
nut-2.7.4/drivers/Makefile.in-1491-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dummy_ups-dummy-ups.Tpo $(DEPDIR)/dummy_ups-dummy-ups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1494:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dummy_ups_CFLAGS) $(CFLAGS) -c -o dummy_ups-dummy-ups.o `test -f 'dummy-ups.c' || echo '$(srcdir)/'`dummy-ups.c
nut-2.7.4/drivers/Makefile.in-1495-
nut-2.7.4/drivers/Makefile.in-1496-dummy_ups-dummy-ups.obj: dummy-ups.c
nut-2.7.4/drivers/Makefile.in:1497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dummy_ups_CFLAGS) $(CFLAGS) -MT dummy_ups-dummy-ups.obj -MD -MP -MF $(DEPDIR)/dummy_ups-dummy-ups.Tpo -c -o dummy_ups-dummy-ups.obj `if test -f 'dummy-ups.c'; then $(CYGPATH_W) 'dummy-ups.c'; else $(CYGPATH_W) '$(srcdir)/dummy-ups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dummy_ups-dummy-ups.Tpo $(DEPDIR)/dummy_ups-dummy-ups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dummy_ups_CFLAGS) $(CFLAGS) -c -o dummy_ups-dummy-ups.obj `if test -f 'dummy-ups.c'; then $(CYGPATH_W) 'dummy-ups.c'; else $(CYGPATH_W) '$(srcdir)/dummy-ups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1502-
nut-2.7.4/drivers/Makefile.in-1503-mge_shut-usbhid-ups.o: usbhid-ups.c
nut-2.7.4/drivers/Makefile.in:1504:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-usbhid-ups.o -MD -MP -MF $(DEPDIR)/mge_shut-usbhid-ups.Tpo -c -o mge_shut-usbhid-ups.o `test -f 'usbhid-ups.c' || echo '$(srcdir)/'`usbhid-ups.c
nut-2.7.4/drivers/Makefile.in-1505-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-usbhid-ups.Tpo $(DEPDIR)/mge_shut-usbhid-ups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1508:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-usbhid-ups.o `test -f 'usbhid-ups.c' || echo '$(srcdir)/'`usbhid-ups.c
nut-2.7.4/drivers/Makefile.in-1509-
nut-2.7.4/drivers/Makefile.in-1510-mge_shut-usbhid-ups.obj: usbhid-ups.c
nut-2.7.4/drivers/Makefile.in:1511:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-usbhid-ups.obj -MD -MP -MF $(DEPDIR)/mge_shut-usbhid-ups.Tpo -c -o mge_shut-usbhid-ups.obj `if test -f 'usbhid-ups.c'; then $(CYGPATH_W) 'usbhid-ups.c'; else $(CYGPATH_W) '$(srcdir)/usbhid-ups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1512-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-usbhid-ups.Tpo $(DEPDIR)/mge_shut-usbhid-ups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1515:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-usbhid-ups.obj `if test -f 'usbhid-ups.c'; then $(CYGPATH_W) 'usbhid-ups.c'; else $(CYGPATH_W) '$(srcdir)/usbhid-ups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1516-
nut-2.7.4/drivers/Makefile.in-1517-mge_shut-libshut.o: libshut.c
nut-2.7.4/drivers/Makefile.in:1518:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-libshut.o -MD -MP -MF $(DEPDIR)/mge_shut-libshut.Tpo -c -o mge_shut-libshut.o `test -f 'libshut.c' || echo '$(srcdir)/'`libshut.c
nut-2.7.4/drivers/Makefile.in-1519-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-libshut.Tpo $(DEPDIR)/mge_shut-libshut.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1522:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-libshut.o `test -f 'libshut.c' || echo '$(srcdir)/'`libshut.c
nut-2.7.4/drivers/Makefile.in-1523-
nut-2.7.4/drivers/Makefile.in-1524-mge_shut-libshut.obj: libshut.c
nut-2.7.4/drivers/Makefile.in:1525:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-libshut.obj -MD -MP -MF $(DEPDIR)/mge_shut-libshut.Tpo -c -o mge_shut-libshut.obj `if test -f 'libshut.c'; then $(CYGPATH_W) 'libshut.c'; else $(CYGPATH_W) '$(srcdir)/libshut.c'; fi`
nut-2.7.4/drivers/Makefile.in-1526-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-libshut.Tpo $(DEPDIR)/mge_shut-libshut.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-libshut.obj `if test -f 'libshut.c'; then $(CYGPATH_W) 'libshut.c'; else $(CYGPATH_W) '$(srcdir)/libshut.c'; fi`
nut-2.7.4/drivers/Makefile.in-1530-
nut-2.7.4/drivers/Makefile.in-1531-mge_shut-libhid.o: libhid.c
nut-2.7.4/drivers/Makefile.in:1532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-libhid.o -MD -MP -MF $(DEPDIR)/mge_shut-libhid.Tpo -c -o mge_shut-libhid.o `test -f 'libhid.c' || echo '$(srcdir)/'`libhid.c
nut-2.7.4/drivers/Makefile.in-1533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-libhid.Tpo $(DEPDIR)/mge_shut-libhid.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-libhid.o `test -f 'libhid.c' || echo '$(srcdir)/'`libhid.c
nut-2.7.4/drivers/Makefile.in-1537-
nut-2.7.4/drivers/Makefile.in-1538-mge_shut-libhid.obj: libhid.c
nut-2.7.4/drivers/Makefile.in:1539:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-libhid.obj -MD -MP -MF $(DEPDIR)/mge_shut-libhid.Tpo -c -o mge_shut-libhid.obj `if test -f 'libhid.c'; then $(CYGPATH_W) 'libhid.c'; else $(CYGPATH_W) '$(srcdir)/libhid.c'; fi`
nut-2.7.4/drivers/Makefile.in-1540-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-libhid.Tpo $(DEPDIR)/mge_shut-libhid.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1543:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-libhid.obj `if test -f 'libhid.c'; then $(CYGPATH_W) 'libhid.c'; else $(CYGPATH_W) '$(srcdir)/libhid.c'; fi`
nut-2.7.4/drivers/Makefile.in-1544-
nut-2.7.4/drivers/Makefile.in-1545-mge_shut-hidparser.o: hidparser.c
nut-2.7.4/drivers/Makefile.in:1546:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-hidparser.o -MD -MP -MF $(DEPDIR)/mge_shut-hidparser.Tpo -c -o mge_shut-hidparser.o `test -f 'hidparser.c' || echo '$(srcdir)/'`hidparser.c
nut-2.7.4/drivers/Makefile.in-1547-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-hidparser.Tpo $(DEPDIR)/mge_shut-hidparser.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-hidparser.o `test -f 'hidparser.c' || echo '$(srcdir)/'`hidparser.c
nut-2.7.4/drivers/Makefile.in-1551-
nut-2.7.4/drivers/Makefile.in-1552-mge_shut-hidparser.obj: hidparser.c
nut-2.7.4/drivers/Makefile.in:1553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-hidparser.obj -MD -MP -MF $(DEPDIR)/mge_shut-hidparser.Tpo -c -o mge_shut-hidparser.obj `if test -f 'hidparser.c'; then $(CYGPATH_W) 'hidparser.c'; else $(CYGPATH_W) '$(srcdir)/hidparser.c'; fi`
nut-2.7.4/drivers/Makefile.in-1554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-hidparser.Tpo $(DEPDIR)/mge_shut-hidparser.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-hidparser.obj `if test -f 'hidparser.c'; then $(CYGPATH_W) 'hidparser.c'; else $(CYGPATH_W) '$(srcdir)/hidparser.c'; fi`
nut-2.7.4/drivers/Makefile.in-1558-
nut-2.7.4/drivers/Makefile.in-1559-mge_shut-mge-hid.o: mge-hid.c
nut-2.7.4/drivers/Makefile.in:1560:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-mge-hid.o -MD -MP -MF $(DEPDIR)/mge_shut-mge-hid.Tpo -c -o mge_shut-mge-hid.o `test -f 'mge-hid.c' || echo '$(srcdir)/'`mge-hid.c
nut-2.7.4/drivers/Makefile.in-1561-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-mge-hid.Tpo $(DEPDIR)/mge_shut-mge-hid.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1564:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-mge-hid.o `test -f 'mge-hid.c' || echo '$(srcdir)/'`mge-hid.c
nut-2.7.4/drivers/Makefile.in-1565-
nut-2.7.4/drivers/Makefile.in-1566-mge_shut-mge-hid.obj: mge-hid.c
nut-2.7.4/drivers/Makefile.in:1567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -MT mge_shut-mge-hid.obj -MD -MP -MF $(DEPDIR)/mge_shut-mge-hid.Tpo -c -o mge_shut-mge-hid.obj `if test -f 'mge-hid.c'; then $(CYGPATH_W) 'mge-hid.c'; else $(CYGPATH_W) '$(srcdir)/mge-hid.c'; fi`
nut-2.7.4/drivers/Makefile.in-1568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mge_shut-mge-hid.Tpo $(DEPDIR)/mge_shut-mge-hid.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mge_shut_CFLAGS) $(CFLAGS) -c -o mge_shut-mge-hid.obj `if test -f 'mge-hid.c'; then $(CYGPATH_W) 'mge-hid.c'; else $(CYGPATH_W) '$(srcdir)/mge-hid.c'; fi`
nut-2.7.4/drivers/Makefile.in-1572-
nut-2.7.4/drivers/Makefile.in-1573-nutdrv_qx-nutdrv_qx.o: nutdrv_qx.c
nut-2.7.4/drivers/Makefile.in:1574:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx.Tpo -c -o nutdrv_qx-nutdrv_qx.o `test -f 'nutdrv_qx.c' || echo '$(srcdir)/'`nutdrv_qx.c
nut-2.7.4/drivers/Makefile.in-1575-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1577-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1578:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx.o `test -f 'nutdrv_qx.c' || echo '$(srcdir)/'`nutdrv_qx.c
nut-2.7.4/drivers/Makefile.in-1579-
nut-2.7.4/drivers/Makefile.in-1580-nutdrv_qx-nutdrv_qx.obj: nutdrv_qx.c
nut-2.7.4/drivers/Makefile.in:1581:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx.Tpo -c -o nutdrv_qx-nutdrv_qx.obj `if test -f 'nutdrv_qx.c'; then $(CYGPATH_W) 'nutdrv_qx.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx.c'; fi`
nut-2.7.4/drivers/Makefile.in-1582-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1584-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1585:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx.obj `if test -f 'nutdrv_qx.c'; then $(CYGPATH_W) 'nutdrv_qx.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx.c'; fi`
nut-2.7.4/drivers/Makefile.in-1586-
nut-2.7.4/drivers/Makefile.in-1587-nutdrv_qx-libusb.o: libusb.c
nut-2.7.4/drivers/Makefile.in:1588:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-libusb.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-libusb.Tpo -c -o nutdrv_qx-libusb.o `test -f 'libusb.c' || echo '$(srcdir)/'`libusb.c
nut-2.7.4/drivers/Makefile.in-1589-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-libusb.Tpo $(DEPDIR)/nutdrv_qx-libusb.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1591-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1592:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-libusb.o `test -f 'libusb.c' || echo '$(srcdir)/'`libusb.c
nut-2.7.4/drivers/Makefile.in-1593-
nut-2.7.4/drivers/Makefile.in-1594-nutdrv_qx-libusb.obj: libusb.c
nut-2.7.4/drivers/Makefile.in:1595:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-libusb.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-libusb.Tpo -c -o nutdrv_qx-libusb.obj `if test -f 'libusb.c'; then $(CYGPATH_W) 'libusb.c'; else $(CYGPATH_W) '$(srcdir)/libusb.c'; fi`
nut-2.7.4/drivers/Makefile.in-1596-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-libusb.Tpo $(DEPDIR)/nutdrv_qx-libusb.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1598-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1599:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-libusb.obj `if test -f 'libusb.c'; then $(CYGPATH_W) 'libusb.c'; else $(CYGPATH_W) '$(srcdir)/libusb.c'; fi`
nut-2.7.4/drivers/Makefile.in-1600-
nut-2.7.4/drivers/Makefile.in-1601-nutdrv_qx-usb-common.o: usb-common.c
nut-2.7.4/drivers/Makefile.in:1602:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-usb-common.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-usb-common.Tpo -c -o nutdrv_qx-usb-common.o `test -f 'usb-common.c' || echo '$(srcdir)/'`usb-common.c
nut-2.7.4/drivers/Makefile.in-1603-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-usb-common.Tpo $(DEPDIR)/nutdrv_qx-usb-common.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1606:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-usb-common.o `test -f 'usb-common.c' || echo '$(srcdir)/'`usb-common.c
nut-2.7.4/drivers/Makefile.in-1607-
nut-2.7.4/drivers/Makefile.in-1608-nutdrv_qx-usb-common.obj: usb-common.c
nut-2.7.4/drivers/Makefile.in:1609:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-usb-common.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-usb-common.Tpo -c -o nutdrv_qx-usb-common.obj `if test -f 'usb-common.c'; then $(CYGPATH_W) 'usb-common.c'; else $(CYGPATH_W) '$(srcdir)/usb-common.c'; fi`
nut-2.7.4/drivers/Makefile.in-1610-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-usb-common.Tpo $(DEPDIR)/nutdrv_qx-usb-common.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1613:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-usb-common.obj `if test -f 'usb-common.c'; then $(CYGPATH_W) 'usb-common.c'; else $(CYGPATH_W) '$(srcdir)/usb-common.c'; fi`
nut-2.7.4/drivers/Makefile.in-1614-
nut-2.7.4/drivers/Makefile.in-1615-nutdrv_qx-nutdrv_qx_bestups.o: nutdrv_qx_bestups.c
nut-2.7.4/drivers/Makefile.in:1616:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_bestups.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_bestups.Tpo -c -o nutdrv_qx-nutdrv_qx_bestups.o `test -f 'nutdrv_qx_bestups.c' || echo '$(srcdir)/'`nutdrv_qx_bestups.c
nut-2.7.4/drivers/Makefile.in-1617-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_bestups.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_bestups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_bestups.o `test -f 'nutdrv_qx_bestups.c' || echo '$(srcdir)/'`nutdrv_qx_bestups.c
nut-2.7.4/drivers/Makefile.in-1621-
nut-2.7.4/drivers/Makefile.in-1622-nutdrv_qx-nutdrv_qx_bestups.obj: nutdrv_qx_bestups.c
nut-2.7.4/drivers/Makefile.in:1623:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_bestups.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_bestups.Tpo -c -o nutdrv_qx-nutdrv_qx_bestups.obj `if test -f 'nutdrv_qx_bestups.c'; then $(CYGPATH_W) 'nutdrv_qx_bestups.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_bestups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1624-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_bestups.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_bestups.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1627:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_bestups.obj `if test -f 'nutdrv_qx_bestups.c'; then $(CYGPATH_W) 'nutdrv_qx_bestups.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_bestups.c'; fi`
nut-2.7.4/drivers/Makefile.in-1628-
nut-2.7.4/drivers/Makefile.in-1629-nutdrv_qx-nutdrv_qx_blazer-common.o: nutdrv_qx_blazer-common.c
nut-2.7.4/drivers/Makefile.in:1630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_blazer-common.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_blazer-common.Tpo -c -o nutdrv_qx-nutdrv_qx_blazer-common.o `test -f 'nutdrv_qx_blazer-common.c' || echo '$(srcdir)/'`nutdrv_qx_blazer-common.c
nut-2.7.4/drivers/Makefile.in-1631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_blazer-common.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_blazer-common.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_blazer-common.o `test -f 'nutdrv_qx_blazer-common.c' || echo '$(srcdir)/'`nutdrv_qx_blazer-common.c
nut-2.7.4/drivers/Makefile.in-1635-
nut-2.7.4/drivers/Makefile.in-1636-nutdrv_qx-nutdrv_qx_blazer-common.obj: nutdrv_qx_blazer-common.c
nut-2.7.4/drivers/Makefile.in:1637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_blazer-common.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_blazer-common.Tpo -c -o nutdrv_qx-nutdrv_qx_blazer-common.obj `if test -f 'nutdrv_qx_blazer-common.c'; then $(CYGPATH_W) 'nutdrv_qx_blazer-common.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_blazer-common.c'; fi`
nut-2.7.4/drivers/Makefile.in-1638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_blazer-common.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_blazer-common.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_blazer-common.obj `if test -f 'nutdrv_qx_blazer-common.c'; then $(CYGPATH_W) 'nutdrv_qx_blazer-common.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_blazer-common.c'; fi`
nut-2.7.4/drivers/Makefile.in-1642-
nut-2.7.4/drivers/Makefile.in-1643-nutdrv_qx-nutdrv_qx_mecer.o: nutdrv_qx_mecer.c
nut-2.7.4/drivers/Makefile.in:1644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_mecer.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_mecer.Tpo -c -o nutdrv_qx-nutdrv_qx_mecer.o `test -f 'nutdrv_qx_mecer.c' || echo '$(srcdir)/'`nutdrv_qx_mecer.c
nut-2.7.4/drivers/Makefile.in-1645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_mecer.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_mecer.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_mecer.o `test -f 'nutdrv_qx_mecer.c' || echo '$(srcdir)/'`nutdrv_qx_mecer.c
nut-2.7.4/drivers/Makefile.in-1649-
nut-2.7.4/drivers/Makefile.in-1650-nutdrv_qx-nutdrv_qx_mecer.obj: nutdrv_qx_mecer.c
nut-2.7.4/drivers/Makefile.in:1651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_mecer.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_mecer.Tpo -c -o nutdrv_qx-nutdrv_qx_mecer.obj `if test -f 'nutdrv_qx_mecer.c'; then $(CYGPATH_W) 'nutdrv_qx_mecer.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_mecer.c'; fi`
nut-2.7.4/drivers/Makefile.in-1652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_mecer.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_mecer.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_mecer.obj `if test -f 'nutdrv_qx_mecer.c'; then $(CYGPATH_W) 'nutdrv_qx_mecer.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_mecer.c'; fi`
nut-2.7.4/drivers/Makefile.in-1656-
nut-2.7.4/drivers/Makefile.in-1657-nutdrv_qx-nutdrv_qx_megatec.o: nutdrv_qx_megatec.c
nut-2.7.4/drivers/Makefile.in:1658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_megatec.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec.Tpo -c -o nutdrv_qx-nutdrv_qx_megatec.o `test -f 'nutdrv_qx_megatec.c' || echo '$(srcdir)/'`nutdrv_qx_megatec.c
nut-2.7.4/drivers/Makefile.in-1659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_megatec.o `test -f 'nutdrv_qx_megatec.c' || echo '$(srcdir)/'`nutdrv_qx_megatec.c
nut-2.7.4/drivers/Makefile.in-1663-
nut-2.7.4/drivers/Makefile.in-1664-nutdrv_qx-nutdrv_qx_megatec.obj: nutdrv_qx_megatec.c
nut-2.7.4/drivers/Makefile.in:1665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_megatec.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec.Tpo -c -o nutdrv_qx-nutdrv_qx_megatec.obj `if test -f 'nutdrv_qx_megatec.c'; then $(CYGPATH_W) 'nutdrv_qx_megatec.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_megatec.c'; fi`
nut-2.7.4/drivers/Makefile.in-1666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_megatec.obj `if test -f 'nutdrv_qx_megatec.c'; then $(CYGPATH_W) 'nutdrv_qx_megatec.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_megatec.c'; fi`
nut-2.7.4/drivers/Makefile.in-1670-
nut-2.7.4/drivers/Makefile.in-1671-nutdrv_qx-nutdrv_qx_megatec-old.o: nutdrv_qx_megatec-old.c
nut-2.7.4/drivers/Makefile.in:1672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_megatec-old.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec-old.Tpo -c -o nutdrv_qx-nutdrv_qx_megatec-old.o `test -f 'nutdrv_qx_megatec-old.c' || echo '$(srcdir)/'`nutdrv_qx_megatec-old.c
nut-2.7.4/drivers/Makefile.in-1673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec-old.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec-old.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_megatec-old.o `test -f 'nutdrv_qx_megatec-old.c' || echo '$(srcdir)/'`nutdrv_qx_megatec-old.c
nut-2.7.4/drivers/Makefile.in-1677-
nut-2.7.4/drivers/Makefile.in-1678-nutdrv_qx-nutdrv_qx_megatec-old.obj: nutdrv_qx_megatec-old.c
nut-2.7.4/drivers/Makefile.in:1679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_megatec-old.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec-old.Tpo -c -o nutdrv_qx-nutdrv_qx_megatec-old.obj `if test -f 'nutdrv_qx_megatec-old.c'; then $(CYGPATH_W) 'nutdrv_qx_megatec-old.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_megatec-old.c'; fi`
nut-2.7.4/drivers/Makefile.in-1680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec-old.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_megatec-old.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_megatec-old.obj `if test -f 'nutdrv_qx_megatec-old.c'; then $(CYGPATH_W) 'nutdrv_qx_megatec-old.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_megatec-old.c'; fi`
nut-2.7.4/drivers/Makefile.in-1684-
nut-2.7.4/drivers/Makefile.in-1685-nutdrv_qx-nutdrv_qx_mustek.o: nutdrv_qx_mustek.c
nut-2.7.4/drivers/Makefile.in:1686:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_mustek.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_mustek.Tpo -c -o nutdrv_qx-nutdrv_qx_mustek.o `test -f 'nutdrv_qx_mustek.c' || echo '$(srcdir)/'`nutdrv_qx_mustek.c
nut-2.7.4/drivers/Makefile.in-1687-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_mustek.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_mustek.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1690:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_mustek.o `test -f 'nutdrv_qx_mustek.c' || echo '$(srcdir)/'`nutdrv_qx_mustek.c
nut-2.7.4/drivers/Makefile.in-1691-
nut-2.7.4/drivers/Makefile.in-1692-nutdrv_qx-nutdrv_qx_mustek.obj: nutdrv_qx_mustek.c
nut-2.7.4/drivers/Makefile.in:1693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_mustek.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_mustek.Tpo -c -o nutdrv_qx-nutdrv_qx_mustek.obj `if test -f 'nutdrv_qx_mustek.c'; then $(CYGPATH_W) 'nutdrv_qx_mustek.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_mustek.c'; fi`
nut-2.7.4/drivers/Makefile.in-1694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_mustek.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_mustek.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_mustek.obj `if test -f 'nutdrv_qx_mustek.c'; then $(CYGPATH_W) 'nutdrv_qx_mustek.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_mustek.c'; fi`
nut-2.7.4/drivers/Makefile.in-1698-
nut-2.7.4/drivers/Makefile.in-1699-nutdrv_qx-nutdrv_qx_q1.o: nutdrv_qx_q1.c
nut-2.7.4/drivers/Makefile.in:1700:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_q1.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_q1.Tpo -c -o nutdrv_qx-nutdrv_qx_q1.o `test -f 'nutdrv_qx_q1.c' || echo '$(srcdir)/'`nutdrv_qx_q1.c
nut-2.7.4/drivers/Makefile.in-1701-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_q1.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_q1.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1704:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_q1.o `test -f 'nutdrv_qx_q1.c' || echo '$(srcdir)/'`nutdrv_qx_q1.c
nut-2.7.4/drivers/Makefile.in-1705-
nut-2.7.4/drivers/Makefile.in-1706-nutdrv_qx-nutdrv_qx_q1.obj: nutdrv_qx_q1.c
nut-2.7.4/drivers/Makefile.in:1707:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_q1.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_q1.Tpo -c -o nutdrv_qx-nutdrv_qx_q1.obj `if test -f 'nutdrv_qx_q1.c'; then $(CYGPATH_W) 'nutdrv_qx_q1.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_q1.c'; fi`
nut-2.7.4/drivers/Makefile.in-1708-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_q1.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_q1.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1711:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_q1.obj `if test -f 'nutdrv_qx_q1.c'; then $(CYGPATH_W) 'nutdrv_qx_q1.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_q1.c'; fi`
nut-2.7.4/drivers/Makefile.in-1712-
nut-2.7.4/drivers/Makefile.in-1713-nutdrv_qx-nutdrv_qx_voltronic.o: nutdrv_qx_voltronic.c
nut-2.7.4/drivers/Makefile.in:1714:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_voltronic.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic.Tpo -c -o nutdrv_qx-nutdrv_qx_voltronic.o `test -f 'nutdrv_qx_voltronic.c' || echo '$(srcdir)/'`nutdrv_qx_voltronic.c
nut-2.7.4/drivers/Makefile.in-1715-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1718:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_voltronic.o `test -f 'nutdrv_qx_voltronic.c' || echo '$(srcdir)/'`nutdrv_qx_voltronic.c
nut-2.7.4/drivers/Makefile.in-1719-
nut-2.7.4/drivers/Makefile.in-1720-nutdrv_qx-nutdrv_qx_voltronic.obj: nutdrv_qx_voltronic.c
nut-2.7.4/drivers/Makefile.in:1721:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_voltronic.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic.Tpo -c -o nutdrv_qx-nutdrv_qx_voltronic.obj `if test -f 'nutdrv_qx_voltronic.c'; then $(CYGPATH_W) 'nutdrv_qx_voltronic.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_voltronic.c'; fi`
nut-2.7.4/drivers/Makefile.in-1722-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1725:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_voltronic.obj `if test -f 'nutdrv_qx_voltronic.c'; then $(CYGPATH_W) 'nutdrv_qx_voltronic.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_voltronic.c'; fi`
nut-2.7.4/drivers/Makefile.in-1726-
nut-2.7.4/drivers/Makefile.in-1727-nutdrv_qx-nutdrv_qx_voltronic-qs.o: nutdrv_qx_voltronic-qs.c
nut-2.7.4/drivers/Makefile.in:1728:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_voltronic-qs.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs.Tpo -c -o nutdrv_qx-nutdrv_qx_voltronic-qs.o `test -f 'nutdrv_qx_voltronic-qs.c' || echo '$(srcdir)/'`nutdrv_qx_voltronic-qs.c
nut-2.7.4/drivers/Makefile.in-1729-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1732:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_voltronic-qs.o `test -f 'nutdrv_qx_voltronic-qs.c' || echo '$(srcdir)/'`nutdrv_qx_voltronic-qs.c
nut-2.7.4/drivers/Makefile.in-1733-
nut-2.7.4/drivers/Makefile.in-1734-nutdrv_qx-nutdrv_qx_voltronic-qs.obj: nutdrv_qx_voltronic-qs.c
nut-2.7.4/drivers/Makefile.in:1735:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_voltronic-qs.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs.Tpo -c -o nutdrv_qx-nutdrv_qx_voltronic-qs.obj `if test -f 'nutdrv_qx_voltronic-qs.c'; then $(CYGPATH_W) 'nutdrv_qx_voltronic-qs.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_voltronic-qs.c'; fi`
nut-2.7.4/drivers/Makefile.in-1736-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1739:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_voltronic-qs.obj `if test -f 'nutdrv_qx_voltronic-qs.c'; then $(CYGPATH_W) 'nutdrv_qx_voltronic-qs.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_voltronic-qs.c'; fi`
nut-2.7.4/drivers/Makefile.in-1740-
nut-2.7.4/drivers/Makefile.in-1741-nutdrv_qx-nutdrv_qx_voltronic-qs-hex.o: nutdrv_qx_voltronic-qs-hex.c
nut-2.7.4/drivers/Makefile.in:1742:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_voltronic-qs-hex.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs-hex.Tpo -c -o nutdrv_qx-nutdrv_qx_voltronic-qs-hex.o `test -f 'nutdrv_qx_voltronic-qs-hex.c' || echo '$(srcdir)/'`nutdrv_qx_voltronic-qs-hex.c
nut-2.7.4/drivers/Makefile.in-1743-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs-hex.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs-hex.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1746:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_voltronic-qs-hex.o `test -f 'nutdrv_qx_voltronic-qs-hex.c' || echo '$(srcdir)/'`nutdrv_qx_voltronic-qs-hex.c
nut-2.7.4/drivers/Makefile.in-1747-
nut-2.7.4/drivers/Makefile.in-1748-nutdrv_qx-nutdrv_qx_voltronic-qs-hex.obj: nutdrv_qx_voltronic-qs-hex.c
nut-2.7.4/drivers/Makefile.in:1749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_voltronic-qs-hex.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs-hex.Tpo -c -o nutdrv_qx-nutdrv_qx_voltronic-qs-hex.obj `if test -f 'nutdrv_qx_voltronic-qs-hex.c'; then $(CYGPATH_W) 'nutdrv_qx_voltronic-qs-hex.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_voltronic-qs-hex.c'; fi`
nut-2.7.4/drivers/Makefile.in-1750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs-hex.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_voltronic-qs-hex.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_voltronic-qs-hex.obj `if test -f 'nutdrv_qx_voltronic-qs-hex.c'; then $(CYGPATH_W) 'nutdrv_qx_voltronic-qs-hex.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_voltronic-qs-hex.c'; fi`
nut-2.7.4/drivers/Makefile.in-1754-
nut-2.7.4/drivers/Makefile.in-1755-nutdrv_qx-nutdrv_qx_zinto.o: nutdrv_qx_zinto.c
nut-2.7.4/drivers/Makefile.in:1756:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_zinto.o -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_zinto.Tpo -c -o nutdrv_qx-nutdrv_qx_zinto.o `test -f 'nutdrv_qx_zinto.c' || echo '$(srcdir)/'`nutdrv_qx_zinto.c
nut-2.7.4/drivers/Makefile.in-1757-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_zinto.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_zinto.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1760:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_zinto.o `test -f 'nutdrv_qx_zinto.c' || echo '$(srcdir)/'`nutdrv_qx_zinto.c
nut-2.7.4/drivers/Makefile.in-1761-
nut-2.7.4/drivers/Makefile.in-1762-nutdrv_qx-nutdrv_qx_zinto.obj: nutdrv_qx_zinto.c
nut-2.7.4/drivers/Makefile.in:1763:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -MT nutdrv_qx-nutdrv_qx_zinto.obj -MD -MP -MF $(DEPDIR)/nutdrv_qx-nutdrv_qx_zinto.Tpo -c -o nutdrv_qx-nutdrv_qx_zinto.obj `if test -f 'nutdrv_qx_zinto.c'; then $(CYGPATH_W) 'nutdrv_qx_zinto.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_zinto.c'; fi`
nut-2.7.4/drivers/Makefile.in-1764-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nutdrv_qx-nutdrv_qx_zinto.Tpo $(DEPDIR)/nutdrv_qx-nutdrv_qx_zinto.Po
##############################################
nut-2.7.4/drivers/Makefile.in-1766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/drivers/Makefile.in:1767:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nutdrv_qx_CFLAGS) $(CFLAGS) -c -o nutdrv_qx-nutdrv_qx_zinto.obj `if test -f 'nutdrv_qx_zinto.c'; then $(CYGPATH_W) 'nutdrv_qx_zinto.c'; else $(CYGPATH_W) '$(srcdir)/nutdrv_qx_zinto.c'; fi`
nut-2.7.4/drivers/Makefile.in-1768-
##############################################
nut-2.7.4/drivers/Makefile.in-1804-GTAGS:
nut-2.7.4/drivers/Makefile.in:1805:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/drivers/Makefile.in-1806-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/drivers/Makefile.in-1827-distdir: $(DISTFILES)
nut-2.7.4/drivers/Makefile.in:1828:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/drivers/Makefile.in:1829:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/drivers/Makefile.in-1830-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/drivers/Makefile.in-1841-	  if test -d $$d/$$file; then \
nut-2.7.4/drivers/Makefile.in:1842:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/drivers/Makefile.in-1843-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/data/Makefile.in-42-  { \
nut-2.7.4/data/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/data/Makefile.in-44-  }; \
##############################################
nut-2.7.4/data/Makefile.in-141-  esac
nut-2.7.4/data/Makefile.in:142:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/data/Makefile.in-143-am__vpath_adj = case $$p in \
nut-2.7.4/data/Makefile.in:144:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/data/Makefile.in-145-    *) f=$$p;; \
nut-2.7.4/data/Makefile.in-146-  esac;
nut-2.7.4/data/Makefile.in:147:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/data/Makefile.in-148-am__install_max = 40
nut-2.7.4/data/Makefile.in-149-am__nobase_strip_setup = \
nut-2.7.4/data/Makefile.in:150:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/data/Makefile.in-151-am__nobase_strip = \
##############################################
nut-2.7.4/data/Makefile.in-206-  while test -n "$$dir1"; do \
nut-2.7.4/data/Makefile.in:207:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nut-2.7.4/data/Makefile.in-208-    if test "$$first" != "."; then \
nut-2.7.4/data/Makefile.in-209-      if test "$$first" = ".."; then \
nut-2.7.4/data/Makefile.in:210:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nut-2.7.4/data/Makefile.in:211:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nut-2.7.4/data/Makefile.in-212-      else \
nut-2.7.4/data/Makefile.in:213:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nut-2.7.4/data/Makefile.in-214-        if test "$$first2" = "$$first"; then \
nut-2.7.4/data/Makefile.in:215:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nut-2.7.4/data/Makefile.in-216-        else \
##############################################
nut-2.7.4/data/Makefile.in-221-    fi; \
nut-2.7.4/data/Makefile.in:222:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nut-2.7.4/data/Makefile.in-223-  done; \
##############################################
nut-2.7.4/data/Makefile.in-474-	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
nut-2.7.4/data/Makefile.in:475:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/data/Makefile.in-476-	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/data/Makefile.in-495-	@list='$(nodist_data_DATA)'; test -n "$(datadir)" || list=; \
nut-2.7.4/data/Makefile.in:496:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/data/Makefile.in-497-	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/data/Makefile.in-512-	dot_seen=no; \
nut-2.7.4/data/Makefile.in:513:	target=`echo $@ | sed s/-recursive//`; \
nut-2.7.4/data/Makefile.in-514-	case "$@" in \
##############################################
nut-2.7.4/data/Makefile.in-575-GTAGS:
nut-2.7.4/data/Makefile.in:576:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/data/Makefile.in-577-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/data/Makefile.in-598-distdir: $(DISTFILES)
nut-2.7.4/data/Makefile.in:599:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/data/Makefile.in:600:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/data/Makefile.in-601-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/data/Makefile.in-612-	  if test -d $$d/$$file; then \
nut-2.7.4/data/Makefile.in:613:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/data/Makefile.in-614-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/data/html/Makefile.in-40-  { \
nut-2.7.4/data/html/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/data/html/Makefile.in-42-  }; \
##############################################
nut-2.7.4/data/html/Makefile.in-132-am__dist_html_DATA_DIST = index.html bottom.html nut-banner.png
nut-2.7.4/data/html/Makefile.in:133:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/data/html/Makefile.in-134-am__vpath_adj = case $$p in \
nut-2.7.4/data/html/Makefile.in:135:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/data/html/Makefile.in-136-    *) f=$$p;; \
nut-2.7.4/data/html/Makefile.in-137-  esac;
nut-2.7.4/data/html/Makefile.in:138:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/data/html/Makefile.in-139-am__install_max = 40
nut-2.7.4/data/html/Makefile.in-140-am__nobase_strip_setup = \
nut-2.7.4/data/html/Makefile.in:141:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/data/html/Makefile.in-142-am__nobase_strip = \
##############################################
nut-2.7.4/data/html/Makefile.in-415-	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
nut-2.7.4/data/html/Makefile.in:416:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/data/html/Makefile.in-417-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/data/html/Makefile.in-436-	@list='$(nodist_html_DATA)'; test -n "$(htmldir)" || list=; \
nut-2.7.4/data/html/Makefile.in:437:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/data/html/Makefile.in-438-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/data/html/Makefile.in-446-distdir: $(DISTFILES)
nut-2.7.4/data/html/Makefile.in:447:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/data/html/Makefile.in:448:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/data/html/Makefile.in-449-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/data/html/Makefile.in-460-	  if test -d $$d/$$file; then \
nut-2.7.4/data/html/Makefile.in:461:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/data/html/Makefile.in-462-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/ltmain.sh-167-{
nut-2.7.4/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
nut-2.7.4/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
nut-2.7.4/ltmain.sh-179-{
nut-2.7.4/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
nut-2.7.4/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-198-    # Extract subdirectory from the argument.
nut-2.7.4/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
nut-2.7.4/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
nut-2.7.4/ltmain.sh-204-    fi
nut-2.7.4/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
nut-2.7.4/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-217-    case ${2} in
nut-2.7.4/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
nut-2.7.4/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
nut-2.7.4/ltmain.sh-220-    esac
##############################################
nut-2.7.4/ltmain.sh-380-     progdir=$func_dirname_result
nut-2.7.4/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
nut-2.7.4/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
nut-2.7.4/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
nut-2.7.4/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
nut-2.7.4/ltmain.sh-419-bs='\\'
##############################################
nut-2.7.4/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
nut-2.7.4/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
nut-2.7.4/ltmain.sh-533-      done
nut-2.7.4/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
nut-2.7.4/ltmain.sh-535-
##############################################
nut-2.7.4/ltmain.sh-566-      # If mktemp works, use that first and foremost
nut-2.7.4/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
nut-2.7.4/ltmain.sh-568-
##############################################
nut-2.7.4/ltmain.sh-597-      *[\\\`\"\$]*)
nut-2.7.4/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
nut-2.7.4/ltmain.sh-599-      *)
##############################################
nut-2.7.4/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
nut-2.7.4/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
nut-2.7.4/ltmain.sh-704-    ;;
##############################################
nut-2.7.4/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
nut-2.7.4/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
nut-2.7.4/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
nut-2.7.4/ltmain.sh-772-	p
##############################################
nut-2.7.4/ltmain.sh-803-
nut-2.7.4/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
nut-2.7.4/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
nut-2.7.4/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-816-
nut-2.7.4/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
nut-2.7.4/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
nut-2.7.4/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-862-{
nut-2.7.4/ltmain.sh:863:    func_arith_result=`expr "${@}"`
nut-2.7.4/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-870-{
nut-2.7.4/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
nut-2.7.4/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-877-{
nut-2.7.4/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
nut-2.7.4/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-884-{
nut-2.7.4/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
nut-2.7.4/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
nut-2.7.4/ltmain.sh-968-	# quotes we have to do it in 2 steps:
nut-2.7.4/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
nut-2.7.4/ltmain.sh-970-	eval "$extractedcf"
##############################################
nut-2.7.4/ltmain.sh-1382-      done
nut-2.7.4/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
nut-2.7.4/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
nut-2.7.4/ltmain.sh-1385-      case $@ in
##############################################
nut-2.7.4/ltmain.sh-1395-	    # Evaluate the configuration.
nut-2.7.4/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
nut-2.7.4/ltmain.sh-1397-	    CC_quoted=
##############################################
nut-2.7.4/ltmain.sh-1401-	    done
nut-2.7.4/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
nut-2.7.4/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
nut-2.7.4/ltmain.sh-1404-	    case "$@ " in
##############################################
nut-2.7.4/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
nut-2.7.4/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
nut-2.7.4/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
nut-2.7.4/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
nut-2.7.4/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
nut-2.7.4/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
nut-2.7.4/ltmain.sh-1721-    # LT_CYGPATH in this case.
nut-2.7.4/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
nut-2.7.4/ltmain.sh-1723-  fi
##############################################
nut-2.7.4/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
nut-2.7.4/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
nut-2.7.4/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
nut-2.7.4/ltmain.sh-2060-    *.[cCFSifmso] | \
nut-2.7.4/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
nut-2.7.4/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
nut-2.7.4/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
nut-2.7.4/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
nut-2.7.4/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
nut-2.7.4/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
nut-2.7.4/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
nut-2.7.4/ltmain.sh-2158-
##############################################
nut-2.7.4/ltmain.sh-2204-      if test "$need_locks" = warn &&
nut-2.7.4/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
nut-2.7.4/ltmain.sh-2206-	$ECHO "\
nut-2.7.4/ltmain.sh-2207-*** ERROR, $lockfile contains:
nut-2.7.4/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
nut-2.7.4/ltmain.sh-2209-
##############################################
nut-2.7.4/ltmain.sh-2253-      if test "$need_locks" = warn &&
nut-2.7.4/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
nut-2.7.4/ltmain.sh-2255-	$ECHO "\
nut-2.7.4/ltmain.sh-2256-*** ERROR, $lockfile contains:
nut-2.7.4/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
nut-2.7.4/ltmain.sh-2258-
##############################################
nut-2.7.4/ltmain.sh-2548-	  test -n "$library_names" && \
nut-2.7.4/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
nut-2.7.4/ltmain.sh-2550-	  continue
##############################################
nut-2.7.4/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
nut-2.7.4/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
nut-2.7.4/ltmain.sh-2561-	  fi
##############################################
nut-2.7.4/ltmain.sh-2577-      # Get the absolute pathname.
nut-2.7.4/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
nut-2.7.4/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
nut-2.7.4/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
nut-2.7.4/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
nut-2.7.4/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
nut-2.7.4/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
nut-2.7.4/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
nut-2.7.4/ltmain.sh-2959-
##############################################
nut-2.7.4/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
nut-2.7.4/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
nut-2.7.4/ltmain.sh-2972-	  else
nut-2.7.4/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
nut-2.7.4/ltmain.sh-2974-	  fi
##############################################
nut-2.7.4/ltmain.sh-3130-	    fi
nut-2.7.4/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
nut-2.7.4/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
nut-2.7.4/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
nut-2.7.4/ltmain.sh-3134-	      finalize=no
##############################################
nut-2.7.4/ltmain.sh-3149-	        # Replace the output file specification.
nut-2.7.4/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
nut-2.7.4/ltmain.sh-3151-
##############################################
nut-2.7.4/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
nut-2.7.4/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
nut-2.7.4/ltmain.sh-3170-	  fi
##############################################
nut-2.7.4/ltmain.sh-3241-    my_pic_p="${3-no}"
nut-2.7.4/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
nut-2.7.4/ltmain.sh-3243-    my_dlsyms=
##############################################
nut-2.7.4/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
nut-2.7.4/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
nut-2.7.4/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
nut-2.7.4/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
nut-2.7.4/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
nut-2.7.4/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
nut-2.7.4/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
nut-2.7.4/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
nut-2.7.4/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
nut-2.7.4/ltmain.sh-3509-	  else
nut-2.7.4/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nut-2.7.4/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nut-2.7.4/ltmain.sh-3512-	  fi
##############################################
nut-2.7.4/ltmain.sh-3514-	*)
nut-2.7.4/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nut-2.7.4/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nut-2.7.4/ltmain.sh-3517-	  ;;
##############################################
nut-2.7.4/ltmain.sh-3529-      # Nullify the symbol file.
nut-2.7.4/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
nut-2.7.4/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
nut-2.7.4/ltmain.sh-3532-    fi
##############################################
nut-2.7.4/ltmain.sh-3545-  win32_libid_type="unknown"
nut-2.7.4/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
nut-2.7.4/ltmain.sh-3547-  case $win32_fileres in
##############################################
nut-2.7.4/ltmain.sh-3596-  $opt_debug
nut-2.7.4/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
nut-2.7.4/ltmain.sh-3598-}
##############################################
nut-2.7.4/ltmain.sh-3613-  $opt_debug
nut-2.7.4/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
nut-2.7.4/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
nut-2.7.4/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
nut-2.7.4/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
nut-2.7.4/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
nut-2.7.4/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
nut-2.7.4/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
nut-2.7.4/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
nut-2.7.4/ltmain.sh-3700-    # binutils import library
nut-2.7.4/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
nut-2.7.4/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
nut-2.7.4/ltmain.sh-3703-    # ms-generated import library
nut-2.7.4/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
nut-2.7.4/ltmain.sh-3705-  else
##############################################
nut-2.7.4/ltmain.sh-3780-	  darwin_curdir=`pwd`
nut-2.7.4/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
nut-2.7.4/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
nut-2.7.4/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
nut-2.7.4/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
nut-2.7.4/ltmain.sh-3785-	    darwin_arch=
##############################################
nut-2.7.4/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
nut-2.7.4/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
nut-2.7.4/ltmain.sh-3797-	    darwin_file=
##############################################
nut-2.7.4/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
nut-2.7.4/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
nut-2.7.4/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
nut-2.7.4/ltmain.sh-3814-      esac
nut-2.7.4/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
nut-2.7.4/ltmain.sh-3816-    done
##############################################
nut-2.7.4/ltmain.sh-3885-
nut-2.7.4/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
nut-2.7.4/ltmain.sh-3887-    $ECHO "\
##############################################
nut-2.7.4/ltmain.sh-3920-    --lt-dump-script)
nut-2.7.4/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
nut-2.7.4/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
nut-2.7.4/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
nut-2.7.4/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
nut-2.7.4/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
nut-2.7.4/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
nut-2.7.4/ltmain.sh-3949-  done
##############################################
nut-2.7.4/ltmain.sh-4005-  # Find the directory that this script lives in.
nut-2.7.4/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
nut-2.7.4/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
nut-2.7.4/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
nut-2.7.4/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
nut-2.7.4/ltmain.sh-4011-  while test -n \"\$file\"; do
nut-2.7.4/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
nut-2.7.4/ltmain.sh-4013-
##############################################
nut-2.7.4/ltmain.sh-4021-
nut-2.7.4/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
nut-2.7.4/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
nut-2.7.4/ltmain.sh-4024-  done
##############################################
nut-2.7.4/ltmain.sh-4035-    case \"\$thisdir\" in
nut-2.7.4/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
nut-2.7.4/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
nut-2.7.4/ltmain.sh-4041-  # Try to get the absolute directory name.
nut-2.7.4/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
nut-2.7.4/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
nut-2.7.4/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
nut-2.7.4/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
nut-2.7.4/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
nut-2.7.4/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
nut-2.7.4/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
nut-2.7.4/ltmain.sh-4068-      else
##############################################
nut-2.7.4/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
nut-2.7.4/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
nut-2.7.4/ltmain.sh-4112-
##############################################
nut-2.7.4/ltmain.sh-5085-    $opt_debug
nut-2.7.4/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
nut-2.7.4/ltmain.sh-5087-    *import*) : ;;
##############################################
nut-2.7.4/ltmain.sh-5307-	    moreargs=
nut-2.7.4/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
nut-2.7.4/ltmain.sh-5309-	    do
##############################################
nut-2.7.4/ltmain.sh-5563-	*)
nut-2.7.4/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
nut-2.7.4/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
nut-2.7.4/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
nut-2.7.4/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
nut-2.7.4/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
nut-2.7.4/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
nut-2.7.4/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
nut-2.7.4/ltmain.sh-6018-    else
##############################################
nut-2.7.4/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
nut-2.7.4/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nut-2.7.4/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
nut-2.7.4/ltmain.sh-6394-	else
nut-2.7.4/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
nut-2.7.4/ltmain.sh-6396-	fi
##############################################
nut-2.7.4/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
nut-2.7.4/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
nut-2.7.4/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
nut-2.7.4/ltmain.sh-6431-	fi
nut-2.7.4/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
nut-2.7.4/ltmain.sh-6504-	*)
nut-2.7.4/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
nut-2.7.4/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
nut-2.7.4/ltmain.sh-6757-	    shift
nut-2.7.4/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
nut-2.7.4/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
nut-2.7.4/ltmain.sh-7049-		*)
nut-2.7.4/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
nut-2.7.4/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
nut-2.7.4/ltmain.sh-7060-		  depdepl=
nut-2.7.4/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
nut-2.7.4/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
nut-2.7.4/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
nut-2.7.4/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
nut-2.7.4/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
nut-2.7.4/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
nut-2.7.4/ltmain.sh-7071-                      fi
##############################################
nut-2.7.4/ltmain.sh-7082-		else
nut-2.7.4/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
nut-2.7.4/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
nut-2.7.4/ltmain.sh-7105-	else
nut-2.7.4/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh-7107-	fi
##############################################
nut-2.7.4/ltmain.sh-7254-	test "$module" = no && \
nut-2.7.4/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
nut-2.7.4/ltmain.sh-7256-
##############################################
nut-2.7.4/ltmain.sh-7392-	if test "$age" -gt "$current"; then
nut-2.7.4/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
nut-2.7.4/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
nut-2.7.4/ltmain.sh-7553-	removelist=
nut-2.7.4/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
nut-2.7.4/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
nut-2.7.4/ltmain.sh-7579-	# Transform .lo files to .o files.
nut-2.7.4/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
nut-2.7.4/ltmain.sh-7581-      fi
##############################################
nut-2.7.4/ltmain.sh-7584-      #for path in $notinst_path; do
nut-2.7.4/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
nut-2.7.4/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
nut-2.7.4/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
nut-2.7.4/ltmain.sh-7588-      #done
##############################################
nut-2.7.4/ltmain.sh-7705-		if test -n "$i" ; then
nut-2.7.4/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
nut-2.7.4/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
nut-2.7.4/ltmain.sh-7708-		  set dummy $deplib_matches; shift
nut-2.7.4/ltmain.sh-7709-		  deplib_match=$1
nut-2.7.4/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
nut-2.7.4/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
nut-2.7.4/ltmain.sh-7748-		  if test -n "$i" ; then
nut-2.7.4/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
nut-2.7.4/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
nut-2.7.4/ltmain.sh-7751-		    set dummy $deplib_matches; shift
nut-2.7.4/ltmain.sh-7752-		    deplib_match=$1
nut-2.7.4/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
nut-2.7.4/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
nut-2.7.4/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
nut-2.7.4/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nut-2.7.4/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
nut-2.7.4/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
nut-2.7.4/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
nut-2.7.4/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
nut-2.7.4/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
nut-2.7.4/ltmain.sh-7802-		else
##############################################
nut-2.7.4/ltmain.sh-7808-		    shopt -s nocaseglob
nut-2.7.4/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
nut-2.7.4/ltmain.sh-7810-		    $nocaseglob
nut-2.7.4/ltmain.sh-7811-		  else
nut-2.7.4/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
nut-2.7.4/ltmain.sh-7813-		  fi
##############################################
nut-2.7.4/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
nut-2.7.4/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
nut-2.7.4/ltmain.sh-7828-			case $potliblink in
nut-2.7.4/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
nut-2.7.4/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
nut-2.7.4/ltmain.sh-7831-			esac
##############################################
nut-2.7.4/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
nut-2.7.4/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nut-2.7.4/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
nut-2.7.4/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
nut-2.7.4/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
nut-2.7.4/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
nut-2.7.4/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
nut-2.7.4/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
nut-2.7.4/ltmain.sh-7921-	  newdeplibs=""
nut-2.7.4/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
nut-2.7.4/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
nut-2.7.4/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
nut-2.7.4/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
nut-2.7.4/ltmain.sh-7927-	    done
##############################################
nut-2.7.4/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
nut-2.7.4/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
nut-2.7.4/ltmain.sh-7953-	  ;;
##############################################
nut-2.7.4/ltmain.sh-8003-	*-*-darwin*)
nut-2.7.4/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh-8007-	  ;;
##############################################
nut-2.7.4/ltmain.sh-8130-	# Use standard objects if they are pic
nut-2.7.4/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
nut-2.7.4/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
nut-2.7.4/ltmain.sh-8145-	    # exporting using user supplied symfile
nut-2.7.4/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
nut-2.7.4/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
nut-2.7.4/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
nut-2.7.4/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
nut-2.7.4/ltmain.sh-8644-	else
##############################################
nut-2.7.4/ltmain.sh-8656-      # Create the old-style object.
nut-2.7.4/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
nut-2.7.4/ltmain.sh-8658-
##############################################
nut-2.7.4/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
nut-2.7.4/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
nut-2.7.4/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
nut-2.7.4/ltmain.sh-8719-	;;
##############################################
nut-2.7.4/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
nut-2.7.4/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nut-2.7.4/ltmain.sh-8737-	;;
##############################################
nut-2.7.4/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
nut-2.7.4/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
nut-2.7.4/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
nut-2.7.4/ltmain.sh-8872-	# Transform all the library objects into standard objects.
nut-2.7.4/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
nut-2.7.4/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
nut-2.7.4/ltmain.sh-8875-      fi
##############################################
nut-2.7.4/ltmain.sh-8902-	# Replace the output file specification.
nut-2.7.4/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
nut-2.7.4/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
nut-2.7.4/ltmain.sh-8911-	  func_to_tool_file "$output"
nut-2.7.4/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
nut-2.7.4/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
nut-2.7.4/ltmain.sh-8955-	# Replace the output file specification.
nut-2.7.4/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
nut-2.7.4/ltmain.sh-8957-	# Delete the old output file.
##############################################
nut-2.7.4/ltmain.sh-8963-	  func_to_tool_file "$output"
nut-2.7.4/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
nut-2.7.4/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
nut-2.7.4/ltmain.sh-8981-	  if test "$fast_install" = yes; then
nut-2.7.4/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
nut-2.7.4/ltmain.sh-8983-	  else
##############################################
nut-2.7.4/ltmain.sh-8993-      # Replace the output file specification.
nut-2.7.4/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
nut-2.7.4/ltmain.sh-8995-
##############################################
nut-2.7.4/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
nut-2.7.4/ltmain.sh:9003:	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'`
nut-2.7.4/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
nut-2.7.4/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
nut-2.7.4/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
nut-2.7.4/ltmain.sh-9025-      fi
##############################################
nut-2.7.4/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
nut-2.7.4/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
nut-2.7.4/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
nut-2.7.4/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
nut-2.7.4/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
nut-2.7.4/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
nut-2.7.4/ltmain.sh-9314-		name="$func_basename_result"
nut-2.7.4/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
nut-2.7.4/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
nut-2.7.4/ltmain.sh-9333-		name="$func_basename_result"
nut-2.7.4/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
nut-2.7.4/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
nut-2.7.4/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
nut-2.7.4/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
nut-2.7.4/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
nut-2.7.4/lib/Makefile.in-43-  { \
nut-2.7.4/lib/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/lib/Makefile.in-45-  }; \
##############################################
nut-2.7.4/lib/Makefile.in-117-CONFIG_CLEAN_VPATH_FILES =
nut-2.7.4/lib/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/lib/Makefile.in-119-am__vpath_adj = case $$p in \
nut-2.7.4/lib/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/lib/Makefile.in-121-    *) f=$$p;; \
nut-2.7.4/lib/Makefile.in-122-  esac;
nut-2.7.4/lib/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/lib/Makefile.in-124-am__install_max = 40
nut-2.7.4/lib/Makefile.in-125-am__nobase_strip_setup = \
nut-2.7.4/lib/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/lib/Makefile.in-127-am__nobase_strip = \
##############################################
nut-2.7.4/lib/Makefile.in-457-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
nut-2.7.4/lib/Makefile.in:458:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/lib/Makefile.in-459-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/lib/Makefile.in-467-distdir: $(DISTFILES)
nut-2.7.4/lib/Makefile.in:468:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/lib/Makefile.in:469:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/lib/Makefile.in-470-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/lib/Makefile.in-481-	  if test -d $$d/$$file; then \
nut-2.7.4/lib/Makefile.in:482:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/lib/Makefile.in-483-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/clients/Makefile.in-45-  { \
nut-2.7.4/clients/Makefile.in:46:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/clients/Makefile.in-47-  }; \
##############################################
nut-2.7.4/clients/Makefile.in-127-CONFIG_CLEAN_VPATH_FILES =
nut-2.7.4/clients/Makefile.in:128:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/clients/Makefile.in-129-am__vpath_adj = case $$p in \
nut-2.7.4/clients/Makefile.in:130:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/clients/Makefile.in-131-    *) f=$$p;; \
nut-2.7.4/clients/Makefile.in-132-  esac;
nut-2.7.4/clients/Makefile.in:133:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/clients/Makefile.in-134-am__install_max = 40
nut-2.7.4/clients/Makefile.in-135-am__nobase_strip_setup = \
nut-2.7.4/clients/Makefile.in:136:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/clients/Makefile.in-137-am__nobase_strip = \
##############################################
nut-2.7.4/clients/Makefile.in-658-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/clients/Makefile.in:659:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/clients/Makefile.in-660-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/clients/Makefile.in-707-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/clients/Makefile.in:708:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/clients/Makefile.in-709-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/clients/Makefile.in-756-	test -n "$(EXEEXT)" || exit 0; \
nut-2.7.4/clients/Makefile.in:757:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
nut-2.7.4/clients/Makefile.in-758-	echo " rm -f" $$list; \
##############################################
nut-2.7.4/clients/Makefile.in-851-.c.o:
nut-2.7.4/clients/Makefile.in:852:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/clients/Makefile.in-853-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/clients/Makefile.in-859-.c.obj:
nut-2.7.4/clients/Makefile.in:860:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/clients/Makefile.in:861:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/clients/Makefile.in-862-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/clients/Makefile.in-864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/clients/Makefile.in:865:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/clients/Makefile.in-866-
nut-2.7.4/clients/Makefile.in-867-.c.lo:
nut-2.7.4/clients/Makefile.in:868:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/clients/Makefile.in-869-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/clients/Makefile.in-875-.cpp.o:
nut-2.7.4/clients/Makefile.in:876:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/clients/Makefile.in-877-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/clients/Makefile.in-883-.cpp.obj:
nut-2.7.4/clients/Makefile.in:884:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/clients/Makefile.in:885:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/clients/Makefile.in-886-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/clients/Makefile.in-888-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/clients/Makefile.in:889:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/clients/Makefile.in-890-
nut-2.7.4/clients/Makefile.in-891-.cpp.lo:
nut-2.7.4/clients/Makefile.in:892:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/clients/Makefile.in-893-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/clients/Makefile.in-922-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
nut-2.7.4/clients/Makefile.in:923:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/clients/Makefile.in-924-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/clients/Makefile.in-955-GTAGS:
nut-2.7.4/clients/Makefile.in:956:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/clients/Makefile.in-957-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/clients/Makefile.in-978-distdir: $(DISTFILES)
nut-2.7.4/clients/Makefile.in:979:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/clients/Makefile.in:980:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/clients/Makefile.in-981-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/clients/Makefile.in-992-	  if test -d $$d/$$file; then \
nut-2.7.4/clients/Makefile.in:993:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/clients/Makefile.in-994-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/clients/upsclient.c-1444-
nut-2.7.4/clients/upsclient.c:1445:	return upscli_splitaddr(s+1, hostname, port);
nut-2.7.4/clients/upsclient.c-1446-}
##############################################
nut-2.7.4/clients/upsclient.c-1448-/* split hostname[:port] into separate components */
nut-2.7.4/clients/upsclient.c:1449:int upscli_splitaddr(const char *buf, char **hostname, int *port)
nut-2.7.4/clients/upsclient.c-1450-{
##############################################
nut-2.7.4/clients/upsclient.h-95-
nut-2.7.4/clients/upsclient.h:96:int upscli_splitaddr(const char *buf, char **hostname, int *port);
nut-2.7.4/clients/upsclient.h-97-
##############################################
nut-2.7.4/clients/upsc.c-244-	if (varlist) {
nut-2.7.4/clients/upsc.c:245:		if (upscli_splitaddr(argv[0] ? argv[0] : "localhost", &hostname, &port) != 0) {
nut-2.7.4/clients/upsc.c-246-			fatalx(EXIT_FAILURE, "Error: invalid hostname.\nRequired format: [hostname[:port]]");
##############################################
nut-2.7.4/INSTALL-173-directory configuration variables that were expressed in terms of
nut-2.7.4/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
nut-2.7.4/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
nut-2.7.4/include/Makefile.in-40-  { \
nut-2.7.4/include/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/include/Makefile.in-42-  }; \
##############################################
nut-2.7.4/include/Makefile.in-432-GTAGS:
nut-2.7.4/include/Makefile.in:433:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/include/Makefile.in-434-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/include/Makefile.in-455-distdir: $(DISTFILES)
nut-2.7.4/include/Makefile.in:456:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/include/Makefile.in:457:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/include/Makefile.in-458-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/include/Makefile.in-469-	  if test -d $$d/$$file; then \
nut-2.7.4/include/Makefile.in:470:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/include/Makefile.in-471-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/systemd/Makefile.in-41-  { \
nut-2.7.4/scripts/systemd/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/systemd/Makefile.in-43-  }; \
##############################################
nut-2.7.4/scripts/systemd/Makefile.in-120-CONFIG_CLEAN_VPATH_FILES =
nut-2.7.4/scripts/systemd/Makefile.in:121:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/scripts/systemd/Makefile.in-122-am__vpath_adj = case $$p in \
nut-2.7.4/scripts/systemd/Makefile.in:123:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/scripts/systemd/Makefile.in-124-    *) f=$$p;; \
nut-2.7.4/scripts/systemd/Makefile.in-125-  esac;
nut-2.7.4/scripts/systemd/Makefile.in:126:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/scripts/systemd/Makefile.in-127-am__install_max = 40
nut-2.7.4/scripts/systemd/Makefile.in-128-am__nobase_strip_setup = \
nut-2.7.4/scripts/systemd/Makefile.in:129:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/scripts/systemd/Makefile.in-130-am__nobase_strip = \
##############################################
nut-2.7.4/scripts/systemd/Makefile.in-466-	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
nut-2.7.4/scripts/systemd/Makefile.in:467:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/scripts/systemd/Makefile.in-468-	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/scripts/systemd/Makefile.in-476-distdir: $(DISTFILES)
nut-2.7.4/scripts/systemd/Makefile.in:477:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/systemd/Makefile.in:478:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/systemd/Makefile.in-479-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/systemd/Makefile.in-490-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/systemd/Makefile.in:491:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/systemd/Makefile.in-492-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-73-TMPDIR="${TEMPDIR:-/tmp}"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:74:DEBUG=`mktemp "$TMPDIR/$NAME-DEBUG.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:75:DFL_NUMWALKFILE=`mktemp "$TMPDIR/$NAME-NUMWALK.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:76:DFL_STRWALKFILE=`mktemp "$TMPDIR/$NAME-STRWALK.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:77:TMP_NUMWALKFILE=`mktemp "$TMPDIR/$NAME-TMP-NUMWALK.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:78:TMP_STRWALKFILE=`mktemp "$TMPDIR/$NAME-TMP-STRWALK.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-79-
##############################################
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-83-    then
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:84:		SYSOID=`snmpget -On -v1 -c $COMMUNITY -Ov $HOSTNAME .1.3.6.1.2.1.1.2.0 | cut -d' ' -f2`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-85-		echo "sysOID retrieved: ${SYSOID}"
##############################################
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-207-# FIXME: sanity checks (! -z contents -a same `wc -l`)
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:208:NUM_OID_COUNT="`cat $NUMWALKFILE | wc -l`"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:209:STR_OID_COUNT="`cat $STRWALKFILE | wc -l`"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-210-
##############################################
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-213-# create file names
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:214:LDRIVER=`echo $DRIVER | tr A-Z a-z`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:215:UDRIVER=`echo $DRIVER | tr a-z A-Z`
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-216-CFILE="$LDRIVER-mib.c"
##############################################
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-328-while IFS= read -r line; do
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:329:	LINENB="`expr $LINENB + 1`"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-330-	FULL_STR_OID="$line"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:331:	STR_OID="`echo $line | cut -d'.' -f1`"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-332-	echo $line | grep STRING > /dev/null
##############################################
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-340-	# get the matching numeric OID
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh:341:	NUM_OID="`sed -n ${LINENB}p ${NUMWALKFILE} | cut -d' ' -f1`"
nut-2.7.4/scripts/subdriver/gen-snmp-subdriver.sh-342-	printf "\t/* ${FULL_STR_OID} */\n\t{ \"unmapped.${STR_OID}\", ${ST_FLAG_TYPE}, ${SU_INFOSIZE}, \"${NUM_OID}\", NULL, SU_FLAG_OK, NULL, NULL },\n"
##############################################
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-62-TMPDIR="${TEMPDIR:-/tmp}"
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:63:DEBUG=`mktemp "$TMPDIR/$NAME-DEBUG.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:64:UTABLE=`mktemp "$TMPDIR/$NAME-UTABLE.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:65:USAGES=`mktemp "$TMPDIR/$NAME-USAGES.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:66:SUBST=`mktemp "$TMPDIR/$NAME-SUBST.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:67:SEDFILE=`mktemp "$TMPDIR/$NAME-SEDFILE.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:68:NEWUTABLE=`mktemp "$TMPDIR/$NAME-NEWUTABLE.XXXXXX"`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-69-
##############################################
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-88-# try to determine product and vendor id
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:89:VENDORID=`cat "$FILE" | sed -n 's/.*- VendorID: \([0-9a-fA-F]*\).*/\1/p' | tail -1`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:90:PRODUCTID=`cat "$FILE" | sed -n 's/.*- ProductID: \([0-9a-fA-F]*\).*/\1/p' | tail -1`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-91-
##############################################
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-99-
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:100:LDRIVER=`echo $DRIVER | tr A-Z a-z`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:101:UDRIVER=`echo $DRIVER | tr a-z A-Z`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-102-CFILE="$LDRIVER-hid.c"
##############################################
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-114-while read U; do
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:115:    count=`expr $count + 1`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-116-    echo "$U $UDRIVER$count"
##############################################
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-238-cat "$NEWUTABLE" | sort -u | while read U; do
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh:239:    UL=`echo $U | tr A-Z a-z`
nut-2.7.4/scripts/subdriver/gen-usbhid-subdriver.sh-240-    cat >> "$CFILE" <<EOF
##############################################
nut-2.7.4/scripts/HP-UX/postinstall.in-68-for script in $SCRIPTS; do
nut-2.7.4/scripts/HP-UX/postinstall.in:69:	name=`basename ${script} .sh` ;
nut-2.7.4/scripts/HP-UX/postinstall.in-70-	cp $INSTALLPATH/$script $SCRIPTPATH/$name
##############################################
nut-2.7.4/scripts/augeas/Makefile.in-39-  { \
nut-2.7.4/scripts/augeas/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/augeas/Makefile.in-41-  }; \
##############################################
nut-2.7.4/scripts/augeas/Makefile.in-390-distdir: $(DISTFILES)
nut-2.7.4/scripts/augeas/Makefile.in:391:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/augeas/Makefile.in:392:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/augeas/Makefile.in-393-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/augeas/Makefile.in-404-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/augeas/Makefile.in:405:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/augeas/Makefile.in-406-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/python/Makefile.in-41-  { \
nut-2.7.4/scripts/python/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/python/Makefile.in-43-  }; \
##############################################
nut-2.7.4/scripts/python/Makefile.in-383-distdir: $(DISTFILES)
nut-2.7.4/scripts/python/Makefile.in:384:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/python/Makefile.in:385:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/python/Makefile.in-386-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/python/Makefile.in-397-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/python/Makefile.in:398:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/python/Makefile.in-399-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/Makefile.in-39-  { \
nut-2.7.4/scripts/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/Makefile.in-41-  }; \
##############################################
nut-2.7.4/scripts/Makefile.in-173-  while test -n "$$dir1"; do \
nut-2.7.4/scripts/Makefile.in:174:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nut-2.7.4/scripts/Makefile.in-175-    if test "$$first" != "."; then \
nut-2.7.4/scripts/Makefile.in-176-      if test "$$first" = ".."; then \
nut-2.7.4/scripts/Makefile.in:177:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nut-2.7.4/scripts/Makefile.in:178:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nut-2.7.4/scripts/Makefile.in-179-      else \
nut-2.7.4/scripts/Makefile.in:180:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nut-2.7.4/scripts/Makefile.in-181-        if test "$$first2" = "$$first"; then \
nut-2.7.4/scripts/Makefile.in:182:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nut-2.7.4/scripts/Makefile.in-183-        else \
##############################################
nut-2.7.4/scripts/Makefile.in-188-    fi; \
nut-2.7.4/scripts/Makefile.in:189:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nut-2.7.4/scripts/Makefile.in-190-  done; \
##############################################
nut-2.7.4/scripts/Makefile.in-459-	dot_seen=no; \
nut-2.7.4/scripts/Makefile.in:460:	target=`echo $@ | sed s/-recursive//`; \
nut-2.7.4/scripts/Makefile.in-461-	case "$@" in \
##############################################
nut-2.7.4/scripts/Makefile.in-522-GTAGS:
nut-2.7.4/scripts/Makefile.in:523:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/scripts/Makefile.in-524-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/scripts/Makefile.in-545-distdir: $(DISTFILES)
nut-2.7.4/scripts/Makefile.in:546:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/Makefile.in:547:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/Makefile.in-548-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/Makefile.in-559-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/Makefile.in:560:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/Makefile.in-561-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/Aix/nut-aix.spec.in-129-#do
nut-2.7.4/scripts/Aix/nut-aix.spec.in:130:#   mv $file %{buildroot}%{confdir}/`basename $file .sample`
nut-2.7.4/scripts/Aix/nut-aix.spec.in-131-#done
##############################################
nut-2.7.4/scripts/devd/Makefile.in-40-  { \
nut-2.7.4/scripts/devd/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/devd/Makefile.in-42-  }; \
##############################################
nut-2.7.4/scripts/devd/Makefile.in-132-  esac
nut-2.7.4/scripts/devd/Makefile.in:133:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/scripts/devd/Makefile.in-134-am__vpath_adj = case $$p in \
nut-2.7.4/scripts/devd/Makefile.in:135:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/scripts/devd/Makefile.in-136-    *) f=$$p;; \
nut-2.7.4/scripts/devd/Makefile.in-137-  esac;
nut-2.7.4/scripts/devd/Makefile.in:138:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/scripts/devd/Makefile.in-139-am__install_max = 40
nut-2.7.4/scripts/devd/Makefile.in-140-am__nobase_strip_setup = \
nut-2.7.4/scripts/devd/Makefile.in:141:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/scripts/devd/Makefile.in-142-am__nobase_strip = \
##############################################
nut-2.7.4/scripts/devd/Makefile.in-413-	@list='$(devdconf_DATA)'; test -n "$(devdconfdir)" || list=; \
nut-2.7.4/scripts/devd/Makefile.in:414:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/scripts/devd/Makefile.in-415-	dir='$(DESTDIR)$(devdconfdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/scripts/devd/Makefile.in-423-distdir: $(DISTFILES)
nut-2.7.4/scripts/devd/Makefile.in:424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/devd/Makefile.in:425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/devd/Makefile.in-426-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/devd/Makefile.in-437-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/devd/Makefile.in:438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/devd/Makefile.in-439-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/udev/Makefile.in-40-  { \
nut-2.7.4/scripts/udev/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/udev/Makefile.in-42-  }; \
##############################################
nut-2.7.4/scripts/udev/Makefile.in-134-  esac
nut-2.7.4/scripts/udev/Makefile.in:135:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/scripts/udev/Makefile.in-136-am__vpath_adj = case $$p in \
nut-2.7.4/scripts/udev/Makefile.in:137:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/scripts/udev/Makefile.in-138-    *) f=$$p;; \
nut-2.7.4/scripts/udev/Makefile.in-139-  esac;
nut-2.7.4/scripts/udev/Makefile.in:140:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/scripts/udev/Makefile.in-141-am__install_max = 40
nut-2.7.4/scripts/udev/Makefile.in-142-am__nobase_strip_setup = \
nut-2.7.4/scripts/udev/Makefile.in:143:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/scripts/udev/Makefile.in-144-am__nobase_strip = \
##############################################
nut-2.7.4/scripts/udev/Makefile.in-418-	@list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
nut-2.7.4/scripts/udev/Makefile.in:419:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/scripts/udev/Makefile.in-420-	dir='$(DESTDIR)$(udevrulesdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/scripts/udev/Makefile.in-428-distdir: $(DISTFILES)
nut-2.7.4/scripts/udev/Makefile.in:429:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/udev/Makefile.in:430:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/udev/Makefile.in-431-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/udev/Makefile.in-442-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/udev/Makefile.in:443:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/udev/Makefile.in-444-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/hotplug/Makefile.in-41-  { \
nut-2.7.4/scripts/hotplug/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/hotplug/Makefile.in-43-  }; \
##############################################
nut-2.7.4/scripts/hotplug/Makefile.in-113-CONFIG_CLEAN_VPATH_FILES =
nut-2.7.4/scripts/hotplug/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nut-2.7.4/scripts/hotplug/Makefile.in-115-am__vpath_adj = case $$p in \
nut-2.7.4/scripts/hotplug/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nut-2.7.4/scripts/hotplug/Makefile.in-117-    *) f=$$p;; \
nut-2.7.4/scripts/hotplug/Makefile.in-118-  esac;
nut-2.7.4/scripts/hotplug/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nut-2.7.4/scripts/hotplug/Makefile.in-120-am__install_max = 40
nut-2.7.4/scripts/hotplug/Makefile.in-121-am__nobase_strip_setup = \
nut-2.7.4/scripts/hotplug/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nut-2.7.4/scripts/hotplug/Makefile.in-123-am__nobase_strip = \
##############################################
nut-2.7.4/scripts/hotplug/Makefile.in-452-	@list='$(dist_hotplugusb_DATA)'; test -n "$(hotplugusbdir)" || list=; \
nut-2.7.4/scripts/hotplug/Makefile.in:453:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nut-2.7.4/scripts/hotplug/Makefile.in-454-	dir='$(DESTDIR)$(hotplugusbdir)'; $(am__uninstall_files_from_dir)
##############################################
nut-2.7.4/scripts/hotplug/Makefile.in-462-distdir: $(DISTFILES)
nut-2.7.4/scripts/hotplug/Makefile.in:463:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/hotplug/Makefile.in:464:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/hotplug/Makefile.in-465-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/hotplug/Makefile.in-476-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/hotplug/Makefile.in:477:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/hotplug/Makefile.in-478-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/scripts/Solaris/Makefile.in-39-  { \
nut-2.7.4/scripts/Solaris/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/scripts/Solaris/Makefile.in-41-  }; \
##############################################
nut-2.7.4/scripts/Solaris/Makefile.in-375-distdir: $(DISTFILES)
nut-2.7.4/scripts/Solaris/Makefile.in:376:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/Solaris/Makefile.in:377:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/scripts/Solaris/Makefile.in-378-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/scripts/Solaris/Makefile.in-389-	  if test -d $$d/$$file; then \
nut-2.7.4/scripts/Solaris/Makefile.in:390:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/scripts/Solaris/Makefile.in-391-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/common/Makefile.in-42-  { \
nut-2.7.4/common/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nut-2.7.4/common/Makefile.in-44-  }; \
##############################################
nut-2.7.4/common/Makefile.in-463-.c.o:
nut-2.7.4/common/Makefile.in:464:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nut-2.7.4/common/Makefile.in-465-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/common/Makefile.in-471-.c.obj:
nut-2.7.4/common/Makefile.in:472:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nut-2.7.4/common/Makefile.in:473:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nut-2.7.4/common/Makefile.in-474-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nut-2.7.4/common/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nut-2.7.4/common/Makefile.in:477:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nut-2.7.4/common/Makefile.in-478-
nut-2.7.4/common/Makefile.in-479-.c.lo:
nut-2.7.4/common/Makefile.in:480:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
nut-2.7.4/common/Makefile.in-481-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nut-2.7.4/common/Makefile.in-522-GTAGS:
nut-2.7.4/common/Makefile.in:523:	here=`$(am__cd) $(top_builddir) && pwd` \
nut-2.7.4/common/Makefile.in-524-	  && $(am__cd) $(top_srcdir) \
##############################################
nut-2.7.4/common/Makefile.in-545-distdir: $(DISTFILES)
nut-2.7.4/common/Makefile.in:546:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/common/Makefile.in:547:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nut-2.7.4/common/Makefile.in-548-	list='$(DISTFILES)'; \
##############################################
nut-2.7.4/common/Makefile.in-559-	  if test -d $$d/$$file; then \
nut-2.7.4/common/Makefile.in:560:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nut-2.7.4/common/Makefile.in-561-	    if test -d "$(distdir)/$$file"; then \
##############################################
nut-2.7.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
nut-2.7.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nut-2.7.4/configure-47-  as_echo='print -r --'
nut-2.7.4/configure-48-  as_echo_n='print -rn --'
nut-2.7.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nut-2.7.4/configure-50-  as_echo='printf %s\n'
##############################################
nut-2.7.4/configure-52-else
nut-2.7.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nut-2.7.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nut-2.7.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
nut-2.7.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nut-2.7.4/configure-64-      esac;
##############################################
nut-2.7.4/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nut-2.7.4/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nut-2.7.4/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
nut-2.7.4/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
nut-2.7.4/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
nut-2.7.4/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
nut-2.7.4/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nut-2.7.4/configure-335-      case $as_dir in #(
nut-2.7.4/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nut-2.7.4/configure-337-      *) as_qdir=$as_dir;;
##############################################
nut-2.7.4/configure-408-  {
nut-2.7.4/configure:409:    as_val=`expr "$@" || test $? -eq 1`
nut-2.7.4/configure-410-  }
##############################################
nut-2.7.4/configure-415-# ----------------------------------------
nut-2.7.4/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nut-2.7.4/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nut-2.7.4/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nut-2.7.4/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nut-2.7.4/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nut-2.7.4/configure-1036-  case $ac_option in
nut-2.7.4/configure:1037:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nut-2.7.4/configure-1038-  *=)   ac_optarg= ;;
##############################################
nut-2.7.4/configure-1080-  -disable-* | --disable-*)
nut-2.7.4/configure:1081:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nut-2.7.4/configure-1082-    # Reject names that are not valid shell variable names.
##############################################
nut-2.7.4/configure-1085-    ac_useropt_orig=$ac_useropt
nut-2.7.4/configure:1086:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nut-2.7.4/configure-1087-    case $ac_user_opts in
##############################################
nut-2.7.4/configure-1106-  -enable-* | --enable-*)
nut-2.7.4/configure:1107:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nut-2.7.4/configure-1108-    # Reject names that are not valid shell variable names.
##############################################
nut-2.7.4/configure-1111-    ac_useropt_orig=$ac_useropt
nut-2.7.4/configure:1112:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nut-2.7.4/configure-1113-    case $ac_user_opts in
##############################################
nut-2.7.4/configure-1310-  -with-* | --with-*)
nut-2.7.4/configure:1311:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nut-2.7.4/configure-1312-    # Reject names that are not valid shell variable names.
##############################################
nut-2.7.4/configure-1315-    ac_useropt_orig=$ac_useropt
nut-2.7.4/configure:1316:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nut-2.7.4/configure-1317-    case $ac_user_opts in
##############################################
nut-2.7.4/configure-1326-  -without-* | --without-*)
nut-2.7.4/configure:1327:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nut-2.7.4/configure-1328-    # Reject names that are not valid shell variable names.
##############################################
nut-2.7.4/configure-1331-    ac_useropt_orig=$ac_useropt
nut-2.7.4/configure:1332:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nut-2.7.4/configure-1333-    case $ac_user_opts in
##############################################
nut-2.7.4/configure-1364-  *=*)
nut-2.7.4/configure:1365:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nut-2.7.4/configure-1366-    # Reject names that are not valid shell variable names.
##############################################
nut-2.7.4/configure-1385-if test -n "$ac_prev"; then
nut-2.7.4/configure:1386:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nut-2.7.4/configure-1387-  as_fn_error $? "missing argument to $ac_option"
##############################################
nut-2.7.4/configure-1407-    */ )
nut-2.7.4/configure:1408:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nut-2.7.4/configure-1409-      eval $ac_var=\$ac_val;;
##############################################
nut-2.7.4/configure-1442-ac_ls_di=`ls -di .` &&
nut-2.7.4/configure:1443:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nut-2.7.4/configure-1444-  as_fn_error $? "working directory cannot be determined"
##############################################
nut-2.7.4/configure-1498-case $srcdir in
nut-2.7.4/configure:1499:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nut-2.7.4/configure-1500-esac
##############################################
nut-2.7.4/configure-1541-By default, \`make install' will install all the files in
nut-2.7.4/configure:1542:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nut-2.7.4/configure:1543:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nut-2.7.4/configure-1544-for instance \`--prefix=\$HOME'.
##############################################
nut-2.7.4/configure-1740-*)
nut-2.7.4/configure:1741:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nut-2.7.4/configure-1742-  # A ".." for each directory in $ac_dir_suffix.
nut-2.7.4/configure:1743:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nut-2.7.4/configure-1744-  case $ac_top_builddir_sub in
##############################################
nut-2.7.4/configure-2198-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nut-2.7.4/configure:2199:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nut-2.7.4/configure:2200:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nut-2.7.4/configure-2201-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nut-2.7.4/configure-2449-    *\'*)
nut-2.7.4/configure:2450:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nut-2.7.4/configure-2451-    esac
##############################################
nut-2.7.4/configure-2532-      case $ac_val in
nut-2.7.4/configure:2533:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nut-2.7.4/configure-2534-      esac
##############################################
nut-2.7.4/configure-2547-	case $ac_val in
nut-2.7.4/configure:2548:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nut-2.7.4/configure-2549-	esac
##############################################
nut-2.7.4/configure-2667-    set,)
nut-2.7.4/configure:2668:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nut-2.7.4/configure:2669:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nut-2.7.4/configure-2670-      ac_cache_corrupted=: ;;
##############################################
nut-2.7.4/configure-2678-	# differences in whitespace do not lead to failure.
nut-2.7.4/configure:2679:	ac_old_val_w=`echo x $ac_old_val`
nut-2.7.4/configure:2680:	ac_new_val_w=`echo x $ac_new_val`
nut-2.7.4/configure-2681-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nut-2.7.4/configure-2698-    case $ac_new_val in
nut-2.7.4/configure:2699:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nut-2.7.4/configure-2700-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nut-2.7.4/configure-2768-test "x$ac_build_alias" = x &&
nut-2.7.4/configure:2769:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nut-2.7.4/configure-2770-test "x$ac_build_alias" = x &&
nut-2.7.4/configure-2771-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nut-2.7.4/configure:2772:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nut-2.7.4/configure-2773-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nut-2.7.4/configure-2792-IFS=$ac_save_IFS
nut-2.7.4/configure:2793:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nut-2.7.4/configure-2794-
##############################################
nut-2.7.4/configure-2803-else
nut-2.7.4/configure:2804:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nut-2.7.4/configure-2805-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nut-2.7.4/configure-2825-IFS=$ac_save_IFS
nut-2.7.4/configure:2826:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nut-2.7.4/configure-2827-
##############################################
nut-2.7.4/configure-2836-else
nut-2.7.4/configure:2837:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
nut-2.7.4/configure-2838-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
nut-2.7.4/configure-2858-IFS=$ac_save_IFS
nut-2.7.4/configure:2859:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
nut-2.7.4/configure-2860-
##############################################
nut-2.7.4/configure-2972-  	if test -z "$dist_cv_build_flavor" -a ":${dist_cv_build_rel_file:-no}" != :no ; then
nut-2.7.4/configure:2973:	    if test `echo "$dist_cv_build_rel_file" | sed -e 's|.*/||'` != 'debian_version' ; then
nut-2.7.4/configure-2974-		dist_cv_build_flavor=$(os_get_name "$(cat $dist_cv_build_rel_file)")
##############################################
nut-2.7.4/configure-2988-	if test -z "$dist_cv_build_flavor" -a ":${dist_cv_build_rel_file:-no}" != :no ; then
nut-2.7.4/configure:2989:	    if test `echo "$dist_cv_build_rel_file" | sed -e 's|.*/||'` = 'debian_version' ; then
nut-2.7.4/configure-2990-		dist_cv_build_flavor='debian'
##############################################
nut-2.7.4/configure-3129-     echo "timestamp, slept: $am_has_slept" > conftest.file
nut-2.7.4/configure:3130:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nut-2.7.4/configure-3131-     if test "$*" = "X"; then
nut-2.7.4/configure-3132-	# -L didn't work.
nut-2.7.4/configure:3133:	set X `ls -t "$srcdir/configure" conftest.file`
nut-2.7.4/configure-3134-     fi
##############################################
nut-2.7.4/configure-3180-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nut-2.7.4/configure:3181:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nut-2.7.4/configure-3182-
nut-2.7.4/configure-3183-# Expand $ac_aux_dir to an absolute path.
nut-2.7.4/configure:3184:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nut-2.7.4/configure-3185-
##############################################
nut-2.7.4/configure-3325-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nut-2.7.4/configure:3326:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nut-2.7.4/configure-3327-	     'mkdir (GNU coreutils) '* | \
##############################################
nut-2.7.4/configure-3398-set x ${MAKE-make}
nut-2.7.4/configure:3399:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nut-2.7.4/configure-3400-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nut-2.7.4/configure-3408-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nut-2.7.4/configure:3409:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nut-2.7.4/configure-3410-  *@@@%%%=?*=@@@%%%*)
##############################################
nut-2.7.4/configure-3474-
nut-2.7.4/configure:3475:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nut-2.7.4/configure-3476-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nut-2.7.4/configure-3615-# Ignore all kinds of additional output from 'make'.
nut-2.7.4/configure:3616:case `$am_make -s -f confmf 2> /dev/null` in #(
nut-2.7.4/configure-3617-*the\ am__doit\ target*)
##############################################
nut-2.7.4/configure-3625-   echo '.include "confinc"' > confmf
nut-2.7.4/configure:3626:   case `$am_make -s -f confmf 2> /dev/null` in #(
nut-2.7.4/configure-3627-   *the\ am__doit\ target*)
##############################################
nut-2.7.4/configure-4004-$as_echo_n "checking whether the C compiler works... " >&6; }
nut-2.7.4/configure:4005:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nut-2.7.4/configure-4006-
##############################################
nut-2.7.4/configure-4048-	then :; else
nut-2.7.4/configure:4049:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nut-2.7.4/configure-4050-	fi
##############################################
nut-2.7.4/configure-4108-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nut-2.7.4/configure:4109:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nut-2.7.4/configure-4110-	  break;;
##############################################
nut-2.7.4/configure-4217-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nut-2.7.4/configure:4218:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nut-2.7.4/configure-4219-       break;;
##############################################
nut-2.7.4/configure-4535-  if test "$am_compiler_list" = ""; then
nut-2.7.4/configure:4536:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nut-2.7.4/configure-4537-  fi
##############################################
nut-2.7.4/configure-4792-  # Check for GNU $ac_path_GREP
nut-2.7.4/configure:4793:case `"$ac_path_GREP" --version 2>&1` in
nut-2.7.4/configure-4794-*GNU*)
##############################################
nut-2.7.4/configure-4858-  # Check for GNU $ac_path_EGREP
nut-2.7.4/configure:4859:case `"$ac_path_EGREP" --version 2>&1` in
nut-2.7.4/configure-4860-*GNU*)
##############################################
nut-2.7.4/configure-5019-do :
nut-2.7.4/configure:5020:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nut-2.7.4/configure-5021-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nut-2.7.4/configure-5024-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:5025:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nut-2.7.4/configure-5026-_ACEOF
##############################################
nut-2.7.4/configure-5122-
nut-2.7.4/configure:5123:TREE_VERSION="`echo ${PACKAGE_VERSION} | awk '{ print substr($0,1,3) }'`"
nut-2.7.4/configure-5124-
##############################################
nut-2.7.4/configure-5804-  if test "$am_compiler_list" = ""; then
nut-2.7.4/configure:5805:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nut-2.7.4/configure-5806-  fi
##############################################
nut-2.7.4/configure-6327-  if test "$am_compiler_list" = ""; then
nut-2.7.4/configure:6328:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nut-2.7.4/configure-6329-  fi
##############################################
nut-2.7.4/configure-6449-  # Check for GNU $ac_path_EGREP
nut-2.7.4/configure:6450:case `"$ac_path_EGREP" --version 2>&1` in
nut-2.7.4/configure-6451-*GNU*)
##############################################
nut-2.7.4/configure-6968-do :
nut-2.7.4/configure:6969:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nut-2.7.4/configure-6970-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nut-2.7.4/configure-6972-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:6973:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nut-2.7.4/configure-6974-_ACEOF
##############################################
nut-2.7.4/configure-6980-do :
nut-2.7.4/configure:6981:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nut-2.7.4/configure-6982-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nut-2.7.4/configure-6984-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:6985:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nut-2.7.4/configure-6986-_ACEOF
##############################################
nut-2.7.4/configure-6992-do :
nut-2.7.4/configure:6993:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nut-2.7.4/configure-6994-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nut-2.7.4/configure-6996-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:6997:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nut-2.7.4/configure-6998-_ACEOF
##############################################
nut-2.7.4/configure-7004-do :
nut-2.7.4/configure:7005:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nut-2.7.4/configure-7006-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nut-2.7.4/configure-7008-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:7009:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nut-2.7.4/configure-7010-_ACEOF
##############################################
nut-2.7.4/configure-7086-do :
nut-2.7.4/configure:7087:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nut-2.7.4/configure-7088-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nut-2.7.4/configure-7090-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:7091:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nut-2.7.4/configure-7092-_ACEOF
##############################################
nut-2.7.4/configure-7385-  test $ac_status = 0; }; then
nut-2.7.4/configure:7386:  pkg_cv_CPPUNIT_CFLAGS=`$PKG_CONFIG --cflags "cppunit" 2>/dev/null`
nut-2.7.4/configure-7387-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
nut-2.7.4/configure-7402-  test $ac_status = 0; }; then
nut-2.7.4/configure:7403:  pkg_cv_CPPUNIT_LIBS=`$PKG_CONFIG --libs "cppunit" 2>/dev/null`
nut-2.7.4/configure-7404-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
nut-2.7.4/configure-7423-        if test $_pkg_short_errors_supported = yes; then
nut-2.7.4/configure:7424:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cppunit" 2>&1`
nut-2.7.4/configure-7425-        else
nut-2.7.4/configure:7426:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cppunit" 2>&1`
nut-2.7.4/configure-7427-        fi
##############################################
nut-2.7.4/configure-7773-do :
nut-2.7.4/configure:7774:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nut-2.7.4/configure-7775-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nut-2.7.4/configure-7778-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:7779:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nut-2.7.4/configure-7780-_ACEOF
##############################################
nut-2.7.4/configure-8424-do :
nut-2.7.4/configure:8425:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nut-2.7.4/configure-8426-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nut-2.7.4/configure-8428-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:8429:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nut-2.7.4/configure-8430-_ACEOF
##############################################
nut-2.7.4/configure-10289-do :
nut-2.7.4/configure:10290:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nut-2.7.4/configure-10291-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nut-2.7.4/configure-10294-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:10295:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nut-2.7.4/configure-10296-_ACEOF
##############################################
nut-2.7.4/configure-10620-do :
nut-2.7.4/configure:10621:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nut-2.7.4/configure-10622-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nut-2.7.4/configure-10625-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:10626:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nut-2.7.4/configure-10627-_ACEOF
##############################################
nut-2.7.4/configure-11213-do :
nut-2.7.4/configure:11214:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nut-2.7.4/configure-11215-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nut-2.7.4/configure-11218-  cat >>confdefs.h <<_ACEOF
nut-2.7.4/configure:11219:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nut-2.7.4/configure-11220-_ACEOF
##############################################
nut-2.7.4/configure-11396-$as_echo_n "checking for asciiDoc version... " >&6; }
nut-2.7.4/configure:11397:		ASCIIDOC_VERSION="`${ASCIIDOC} --version 2>/dev/null`"
nut-2.7.4/configure-11398-				ASCIIDOC_VERSION="${ASCIIDOC_VERSION##* }"
##############################################
nut-2.7.4/configure-11450-$as_echo_n "checking for a2x version... " >&6; }
nut-2.7.4/configure:11451:		A2X_VERSION="`${A2X} --version 2>/dev/null`"
nut-2.7.4/configure-11452-				A2X_VERSION="${A2X_VERSION##* }"
##############################################
nut-2.7.4/configure-11504-$as_echo_n "checking for dblatex version... " >&6; }
nut-2.7.4/configure:11505:		DBLATEX_VERSION="`${DBLATEX} --version 2>/dev/null`"
nut-2.7.4/configure-11506-				DBLATEX_VERSION="${DBLATEX_VERSION##* }"
##############################################
nut-2.7.4/configure-11558-$as_echo_n "checking for xsltproc version... " >&6; }
nut-2.7.4/configure:11559:		XSLTPROC_VERSION="`${XSLTPROC} --version 2>/dev/null`"
nut-2.7.4/configure-11560-				XSLTPROC_VERSION="${XSLTPROC_VERSION##* }"
##############################################
nut-2.7.4/configure-11612-$as_echo_n "checking for xmllint version... " >&6; }
nut-2.7.4/configure:11613:		XMLLINT_VERSION="`${XMLLINT} --version 2>/dev/null`"
nut-2.7.4/configure-11614-				XMLLINT_VERSION="${XMLLINT_VERSION##* }"
##############################################
nut-2.7.4/configure-11675-	*)
nut-2.7.4/configure:11676:		nut_doc_build_list="`echo ${nut_with_doc} | sed 's/,/ /g'`"
nut-2.7.4/configure-11677-		;;
##############################################
nut-2.7.4/configure-12078-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
nut-2.7.4/configure:12079:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
nut-2.7.4/configure-12080-  ECHO='print -r --'
nut-2.7.4/configure:12081:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
nut-2.7.4/configure-12082-  ECHO='printf %s\n'
##############################################
nut-2.7.4/configure-12147-  # Check for GNU $ac_path_SED
nut-2.7.4/configure:12148:case `"$ac_path_SED" --version 2>&1` in
nut-2.7.4/configure-12149-*GNU*)
##############################################
nut-2.7.4/configure-12226-  # Check for GNU $ac_path_FGREP
nut-2.7.4/configure:12227:case `"$ac_path_FGREP" --version 2>&1` in
nut-2.7.4/configure-12228-*GNU*)
##############################################
nut-2.7.4/configure-12306-    # gcc leaves a trailing carriage return which upsets mingw
nut-2.7.4/configure:12307:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nut-2.7.4/configure-12308-  *)
nut-2.7.4/configure:12309:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nut-2.7.4/configure-12310-  esac
##############################################
nut-2.7.4/configure-12315-      # Canonicalize the pathname of ld
nut-2.7.4/configure:12316:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nut-2.7.4/configure-12317-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nut-2.7.4/configure:12318:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nut-2.7.4/configure-12319-      done
##############################################
nut-2.7.4/configure-12350-      # Break only if it was the GNU/non-GNU ld that we prefer.
nut-2.7.4/configure:12351:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nut-2.7.4/configure-12352-      *GNU* | *'with BFD'*)
##############################################
nut-2.7.4/configure-12381-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
nut-2.7.4/configure:12382:case `$LD -v 2>&1 </dev/null` in
nut-2.7.4/configure-12383-*GNU* | *'with BFD'*)
##############################################
nut-2.7.4/configure-12426-	# Tru64's nm complains that /dev/null is an invalid object file
nut-2.7.4/configure:12427:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
nut-2.7.4/configure-12428-	*/dev/null* | *'Invalid file or object type'*)
##############################################
nut-2.7.4/configure-12432-	*)
nut-2.7.4/configure:12433:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
nut-2.7.4/configure-12434-	  */dev/null*)
##############################################
nut-2.7.4/configure-12560-
nut-2.7.4/configure:12561:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
nut-2.7.4/configure-12562-    *COFF*)
##############################################
nut-2.7.4/configure-12672-    # And add a safety zone
nut-2.7.4/configure:12673:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nut-2.7.4/configure:12674:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nut-2.7.4/configure-12675-    ;;
##############################################
nut-2.7.4/configure-12705-    if test -n "$kargmax"; then
nut-2.7.4/configure:12706:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
nut-2.7.4/configure-12707-    else
##############################################
nut-2.7.4/configure-12714-	test undefined != "$lt_cv_sys_max_cmd_len"; then
nut-2.7.4/configure:12715:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nut-2.7.4/configure:12716:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nut-2.7.4/configure-12717-    else
##############################################
nut-2.7.4/configure-12726-      # we can't tell.
nut-2.7.4/configure:12727:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
nut-2.7.4/configure-12728-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
nut-2.7.4/configure-12730-      do
nut-2.7.4/configure:12731:        i=`expr $i + 1`
nut-2.7.4/configure-12732-        teststring=$teststring$teststring
##############################################
nut-2.7.4/configure-12734-      # Only check the string length outside the loop.
nut-2.7.4/configure:12735:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
nut-2.7.4/configure-12736-      teststring=
##############################################
nut-2.7.4/configure-12739-      # linker.  It appears as though 1/2 is a usable value.
nut-2.7.4/configure:12740:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
nut-2.7.4/configure-12741-    fi
##############################################
nut-2.7.4/configure-13175-openbsd*)
nut-2.7.4/configure:13176:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/configure-13177-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
nut-2.7.4/configure-13242-    else
nut-2.7.4/configure:13243:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
nut-2.7.4/configure-13244-    fi
##############################################
nut-2.7.4/configure-13387-  # decide which to use based on capabilities of $DLLTOOL
nut-2.7.4/configure:13388:  case `$DLLTOOL --help 2>&1` in
nut-2.7.4/configure-13389-  *--identify-strict*)
##############################################
nut-2.7.4/configure-13908-# If we're using GNU nm, then use its standard symbol codes.
nut-2.7.4/configure:13909:case `$NM -V 2>&1` in
nut-2.7.4/configure-13910-*GNU* | *'with BFD'*)
##############################################
nut-2.7.4/configure-13926-mingw*)
nut-2.7.4/configure:13927:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
nut-2.7.4/configure-13928-  ;;
##############################################
nut-2.7.4/configure-14145-   if test "$GCC" = yes; then
nut-2.7.4/configure:14146:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
nut-2.7.4/configure-14147-   fi
##############################################
nut-2.7.4/configure-14149- /*)
nut-2.7.4/configure:14150:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
nut-2.7.4/configure-14151-   ;; #(
##############################################
nut-2.7.4/configure-14185-  test $ac_status = 0; }; then
nut-2.7.4/configure:14186:    case `/usr/bin/file conftest.$ac_objext` in
nut-2.7.4/configure-14187-      *ELF-32*)
##############################################
nut-2.7.4/configure-14205-    if test "$lt_cv_prog_gnu_ld" = yes; then
nut-2.7.4/configure:14206:      case `/usr/bin/file conftest.$ac_objext` in
nut-2.7.4/configure-14207-	*32-bit*)
##############################################
nut-2.7.4/configure-14217-    else
nut-2.7.4/configure:14218:      case `/usr/bin/file conftest.$ac_objext` in
nut-2.7.4/configure-14219-	*32-bit*)
##############################################
nut-2.7.4/configure-15149-  case ${2} in
nut-2.7.4/configure:15150:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
nut-2.7.4/configure:15151:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
nut-2.7.4/configure-15152-  esac
##############################################
nut-2.7.4/configure-15419-done
nut-2.7.4/configure:15420:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
nut-2.7.4/configure-15421-
##############################################
nut-2.7.4/configure-15448-	"file_magic "*)
nut-2.7.4/configure:15449:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nut-2.7.4/configure-15450-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
nut-2.7.4/configure-15514-	"file_magic "*)
nut-2.7.4/configure:15515:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nut-2.7.4/configure-15516-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
nut-2.7.4/configure-15881-      *)
nut-2.7.4/configure:15882:	case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/configure-15883-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
nut-2.7.4/configure-16241-  if test "$hard_links" = no; then
nut-2.7.4/configure:16242:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
nut-2.7.4/configure:16243:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
nut-2.7.4/configure-16244-    need_locks=warn
##############################################
nut-2.7.4/configure-16330-	# shared libraries, regardless of the interface used.
nut-2.7.4/configure:16331:	case `$LD -v 2>&1` in
nut-2.7.4/configure-16332-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
nut-2.7.4/configure-16362-    supports_anon_versioning=no
nut-2.7.4/configure:16363:    case `$LD -v 2>&1` in
nut-2.7.4/configure-16364-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
nut-2.7.4/configure-16431-	# is EXPORTS), use it as is; otherwise, prepend...
nut-2.7.4/configure:16432:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/configure-16433-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
nut-2.7.4/configure-16459-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nut-2.7.4/configure:16460:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nut-2.7.4/configure:16461:      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'
nut-2.7.4/configure-16462-      ;;
##############################################
nut-2.7.4/configure-16477-        pgcc*)				# Portland Group C compiler
nut-2.7.4/configure:16478:	  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'
nut-2.7.4/configure-16479-	  tmp_addflag=' $pic_flag'
##############################################
nut-2.7.4/configure-16482-					# Portland Group f77 and f90 compilers
nut-2.7.4/configure:16483:	  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'
nut-2.7.4/configure-16484-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
nut-2.7.4/configure-16497-	nvcc*)	# Cuda Compiler Driver 2.2
nut-2.7.4/configure:16498:	  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'
nut-2.7.4/configure-16499-	  compiler_needs_object=yes
##############################################
nut-2.7.4/configure-16501-	esac
nut-2.7.4/configure:16502:	case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/configure-16503-	*Sun\ C*)			# Sun C 5.9
nut-2.7.4/configure:16504:	  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'
nut-2.7.4/configure-16505-	  compiler_needs_object=yes
##############################################
nut-2.7.4/configure-16569-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nut-2.7.4/configure:16570:      case `$LD -v 2>&1` in
nut-2.7.4/configure-16571-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
nut-2.7.4/configure-16692-	# below for broken collect2 doesn't work under 4.3+
nut-2.7.4/configure:16693:	  collect2name=`${CC} -print-prog-name=collect2`
nut-2.7.4/configure-16694-	  if test -f "$collect2name" &&
##############################################
nut-2.7.4/configure-16766-      }'
nut-2.7.4/configure:16767:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-16768-  # Check for a 64-bit object if we didn't find anything.
nut-2.7.4/configure-16769-  if test -z "$lt_cv_aix_libpath_"; then
nut-2.7.4/configure:16770:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-16771-  fi
##############################################
nut-2.7.4/configure-16784-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
nut-2.7.4/configure:16785:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nut-2.7.4/configure-16786-      else
##############################################
nut-2.7.4/configure-16819-      }'
nut-2.7.4/configure:16820:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-16821-  # Check for a 64-bit object if we didn't find anything.
nut-2.7.4/configure-16822-  if test -z "$lt_cv_aix_libpath_"; then
nut-2.7.4/configure:16823:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-16824-  fi
##############################################
nut-2.7.4/configure-16892-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
nut-2.7.4/configure:16893:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/configure-16894-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
nut-2.7.4/configure-16929-	# FIXME: Setting linknames here is a bad hack.
nut-2.7.4/configure:16930:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
nut-2.7.4/configure-16931-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
nut-2.7.4/configure-16947-  if test "$lt_cv_ld_force_load" = "yes"; then
nut-2.7.4/configure:16948:    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\"`'
nut-2.7.4/configure-16949-
##############################################
nut-2.7.4/configure-17127-      if test "$GCC" = yes; then
nut-2.7.4/configure:17128:	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'
nut-2.7.4/configure-17129-	# Try to use the -exported_symbol ld option, if it does not
##############################################
nut-2.7.4/configure-17155-	if test "$lt_cv_irix_exported_symbol" = yes; then
nut-2.7.4/configure:17156:          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'
nut-2.7.4/configure-17157-	fi
nut-2.7.4/configure-17158-      else
nut-2.7.4/configure:17159:	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'
nut-2.7.4/configure:17160:	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'
nut-2.7.4/configure-17161-      fi
##############################################
nut-2.7.4/configure-17195-	hardcode_direct_absolute=yes
nut-2.7.4/configure:17196:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/configure-17197-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
nut-2.7.4/configure-17228-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
nut-2.7.4/configure:17229:	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'
nut-2.7.4/configure-17230-      else
nut-2.7.4/configure-17231-	allow_undefined_flag=' -expect_unresolved \*'
nut-2.7.4/configure:17232:	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'
nut-2.7.4/configure-17233-      fi
##############################################
nut-2.7.4/configure-17241-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
nut-2.7.4/configure:17242:	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'
nut-2.7.4/configure-17243-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
nut-2.7.4/configure-17245-	allow_undefined_flag=' -expect_unresolved \*'
nut-2.7.4/configure:17246:	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'
nut-2.7.4/configure:17247:	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~
nut-2.7.4/configure:17248:	$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'
nut-2.7.4/configure-17249-
##############################################
nut-2.7.4/configure-17264-      else
nut-2.7.4/configure:17265:	case `$CC -V 2>&1` in
nut-2.7.4/configure-17266-	*"Compilers 5.0"*)
##############################################
nut-2.7.4/configure-17663-  esac
nut-2.7.4/configure:17664:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
nut-2.7.4/configure-17665-  case $lt_search_path_spec in
##############################################
nut-2.7.4/configure-17670-    # okay in the real world where ";" in dirpaths is itself problematic.
nut-2.7.4/configure:17671:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
nut-2.7.4/configure-17672-    ;;
nut-2.7.4/configure-17673-  *)
nut-2.7.4/configure:17674:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/configure-17675-    ;;
##############################################
nut-2.7.4/configure-17679-  lt_tmp_lt_search_path_spec=
nut-2.7.4/configure:17680:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
nut-2.7.4/configure-17681-  for lt_sys_path in $lt_search_path_spec; do
##############################################
nut-2.7.4/configure-17714-  esac
nut-2.7.4/configure:17715:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
nut-2.7.4/configure-17716-else
##############################################
nut-2.7.4/configure-17802-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nut-2.7.4/configure:17803:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nut-2.7.4/configure-17804-    ;;
##############################################
nut-2.7.4/configure-17838-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nut-2.7.4/configure:17839:    postinstall_cmds='base_file=`basename \${file}`~
nut-2.7.4/configure:17840:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nut-2.7.4/configure:17841:      dldir=$destdir/`dirname \$dlpath`~
nut-2.7.4/configure-17842-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nut-2.7.4/configure-17847-      fi'
nut-2.7.4/configure:17848:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nut-2.7.4/configure-17849-      dlpath=$dir/\$dldll~
##############################################
nut-2.7.4/configure-17855-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nut-2.7.4/configure:17856:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-17857-
##############################################
nut-2.7.4/configure-17861-      # MinGW DLLs use traditional 'lib' prefix
nut-2.7.4/configure:17862:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-17863-      ;;
##############################################
nut-2.7.4/configure-17865-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nut-2.7.4/configure:17866:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-17867-      ;;
##############################################
nut-2.7.4/configure-17874-    libname_spec='$name'
nut-2.7.4/configure:17875:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-17876-    library_names_spec='${libname}.dll.lib'
##############################################
nut-2.7.4/configure-17886-        # Let DOS variable expansion print the short 8.3 style file name.
nut-2.7.4/configure:17887:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
nut-2.7.4/configure-17888-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
nut-2.7.4/configure-17891-      # Convert to MSYS style.
nut-2.7.4/configure:17892:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
nut-2.7.4/configure-17893-      ;;
##############################################
nut-2.7.4/configure-17897-      # like /cygdrive/c/PROGRA~1:/cygdr...
nut-2.7.4/configure:17898:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
nut-2.7.4/configure:17899:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
nut-2.7.4/configure:17900:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/configure-17901-      ;;
##############################################
nut-2.7.4/configure-17905-        # It is most probably a Windows format PATH.
nut-2.7.4/configure:17906:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nut-2.7.4/configure-17907-      else
nut-2.7.4/configure:17908:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/configure-17909-      fi
##############################################
nut-2.7.4/configure-17915-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nut-2.7.4/configure:17916:    postinstall_cmds='base_file=`basename \${file}`~
nut-2.7.4/configure:17917:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nut-2.7.4/configure:17918:      dldir=$destdir/`dirname \$dlpath`~
nut-2.7.4/configure-17919-      test -d \$dldir || mkdir -p \$dldir~
nut-2.7.4/configure-17920-      $install_prog $dir/$dlname \$dldir/$dlname'
nut-2.7.4/configure:17921:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nut-2.7.4/configure-17922-      dlpath=$dir/\$dldll~
##############################################
nut-2.7.4/configure-17929-    # Assume MSVC wrapper
nut-2.7.4/configure:17930:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
nut-2.7.4/configure-17931-    dynamic_linker='Win32 ld.exe'
##############################################
nut-2.7.4/configure-17946-  shlibpath_var=DYLD_LIBRARY_PATH
nut-2.7.4/configure:17947:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nut-2.7.4/configure-17948-
##############################################
nut-2.7.4/configure-18172-  if test -f /etc/ld.so.conf; then
nut-2.7.4/configure:18173:    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' ' '`
nut-2.7.4/configure-18174-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nut-2.7.4/configure-18246-  shlibpath_var=LD_LIBRARY_PATH
nut-2.7.4/configure:18247:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/configure-18248-    case $host_os in
##############################################
nut-2.7.4/configure-19395-done
nut-2.7.4/configure:19396:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
nut-2.7.4/configure-19397-
##############################################
nut-2.7.4/configure-19427-    # gcc leaves a trailing carriage return which upsets mingw
nut-2.7.4/configure:19428:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nut-2.7.4/configure-19429-  *)
nut-2.7.4/configure:19430:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nut-2.7.4/configure-19431-  esac
##############################################
nut-2.7.4/configure-19436-      # Canonicalize the pathname of ld
nut-2.7.4/configure:19437:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nut-2.7.4/configure-19438-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nut-2.7.4/configure:19439:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nut-2.7.4/configure-19440-      done
##############################################
nut-2.7.4/configure-19471-      # Break only if it was the GNU/non-GNU ld that we prefer.
nut-2.7.4/configure:19472:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nut-2.7.4/configure-19473-      *GNU* | *'with BFD'*)
##############################################
nut-2.7.4/configure-19502-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
nut-2.7.4/configure:19503:case `$LD -v 2>&1 </dev/null` in
nut-2.7.4/configure-19504-*GNU* | *'with BFD'*)
##############################################
nut-2.7.4/configure-19536-        # ancient GNU ld didn't support --whole-archive et. al.
nut-2.7.4/configure:19537:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
nut-2.7.4/configure-19538-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
nut-2.7.4/configure-19620-          # below for broken collect2 doesn't work under 4.3+
nut-2.7.4/configure:19621:	  collect2name=`${CC} -print-prog-name=collect2`
nut-2.7.4/configure-19622-	  if test -f "$collect2name" &&
##############################################
nut-2.7.4/configure-19693-      }'
nut-2.7.4/configure:19694:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-19695-  # Check for a 64-bit object if we didn't find anything.
nut-2.7.4/configure-19696-  if test -z "$lt_cv_aix_libpath__CXX"; then
nut-2.7.4/configure:19697:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-19698-  fi
##############################################
nut-2.7.4/configure-19712-
nut-2.7.4/configure:19713:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nut-2.7.4/configure-19714-        else
##############################################
nut-2.7.4/configure-19747-      }'
nut-2.7.4/configure:19748:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-19749-  # Check for a 64-bit object if we didn't find anything.
nut-2.7.4/configure-19750-  if test -z "$lt_cv_aix_libpath__CXX"; then
nut-2.7.4/configure:19751:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nut-2.7.4/configure-19752-  fi
##############################################
nut-2.7.4/configure-19820-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
nut-2.7.4/configure:19821:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/configure-19822-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
nut-2.7.4/configure-19861-	    # is EXPORTS), use it as is; otherwise, prepend...
nut-2.7.4/configure:19862:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nut-2.7.4/configure-19863-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
nut-2.7.4/configure-19882-  if test "$lt_cv_ld_force_load" = "yes"; then
nut-2.7.4/configure:19883:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
nut-2.7.4/configure-19884-
##############################################
nut-2.7.4/configure-19973-            # dependencies.
nut-2.7.4/configure:19974:            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"'
nut-2.7.4/configure-19975-            ;;
##############################################
nut-2.7.4/configure-20038-	    # dependencies.
nut-2.7.4/configure:20039:	    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"'
nut-2.7.4/configure-20040-	    ;;
##############################################
nut-2.7.4/configure-20074-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nut-2.7.4/configure:20075:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nut-2.7.4/configure:20076:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nut-2.7.4/configure-20077-	;;
##############################################
nut-2.7.4/configure-20081-	    # SGI C++
nut-2.7.4/configure:20082:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
nut-2.7.4/configure-20083-
##############################################
nut-2.7.4/configure-20092-	      if test "$with_gnu_ld" = no; then
nut-2.7.4/configure:20093:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nut-2.7.4/configure-20094-	      else
nut-2.7.4/configure:20095:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
nut-2.7.4/configure-20096-	      fi
##############################################
nut-2.7.4/configure-20113-	    # to its proper name (with version) after linking.
nut-2.7.4/configure:20114:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
nut-2.7.4/configure:20115:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
nut-2.7.4/configure-20116-	    # Commands to make compiler produce verbose output that lists
##############################################
nut-2.7.4/configure-20123-	    # dependencies.
nut-2.7.4/configure:20124:	    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"'
nut-2.7.4/configure-20125-
##############################################
nut-2.7.4/configure-20138-	    # earlier do not add the objects themselves.
nut-2.7.4/configure:20139:	    case `$CC -V 2>&1` in
nut-2.7.4/configure-20140-	      *"Version 7."*)
##############################################
nut-2.7.4/configure-20159-            # Portland Group C++ compiler
nut-2.7.4/configure:20160:	    case `$CC -V` in
nut-2.7.4/configure-20161-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
nut-2.7.4/configure-20164-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
nut-2.7.4/configure:20165:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
nut-2.7.4/configure-20166-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
nut-2.7.4/configure-20168-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
nut-2.7.4/configure:20169:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
nut-2.7.4/configure-20170-		$RANLIB $oldlib'
##############################################
nut-2.7.4/configure-20173-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nut-2.7.4/configure:20174:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
nut-2.7.4/configure-20175-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
nut-2.7.4/configure-20177-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nut-2.7.4/configure:20178:		$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'
nut-2.7.4/configure-20179-	      ;;
##############################################
nut-2.7.4/configure-20187-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
nut-2.7.4/configure:20188:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
nut-2.7.4/configure-20189-            ;;
##############################################
nut-2.7.4/configure-20206-	    # dependencies.
nut-2.7.4/configure:20207:	    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'
nut-2.7.4/configure-20208-	    ;;
##############################################
nut-2.7.4/configure-20221-	  *)
nut-2.7.4/configure:20222:	    case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/configure-20223-	    *Sun\ C*)
##############################################
nut-2.7.4/configure-20228-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
nut-2.7.4/configure:20229:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
nut-2.7.4/configure-20230-	      compiler_needs_object_CXX=yes
##############################################
nut-2.7.4/configure-20298-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
nut-2.7.4/configure:20299:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/configure-20300-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
nut-2.7.4/configure-20317-	    # to its proper name (with version) after linking.
nut-2.7.4/configure:20318:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
nut-2.7.4/configure-20319-
##############################################
nut-2.7.4/configure-20338-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
nut-2.7.4/configure:20339:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
nut-2.7.4/configure-20340-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
nut-2.7.4/configure-20343-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
nut-2.7.4/configure:20344:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
nut-2.7.4/configure:20345:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
nut-2.7.4/configure-20346-	          echo "-hidden">> $lib.exp~
nut-2.7.4/configure:20347:	          $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~
nut-2.7.4/configure-20348-	          $RM $lib.exp'
##############################################
nut-2.7.4/configure-20362-	    # dependencies.
nut-2.7.4/configure:20363:	    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"'
nut-2.7.4/configure-20364-	    ;;
##############################################
nut-2.7.4/configure-20369-	        osf3*)
nut-2.7.4/configure:20370:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nut-2.7.4/configure-20371-		  ;;
nut-2.7.4/configure-20372-	        *)
nut-2.7.4/configure:20373:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nut-2.7.4/configure-20374-		  ;;
##############################################
nut-2.7.4/configure-20616-
nut-2.7.4/configure:20617:  for p in `eval "$output_verbose_link_cmd"`; do
nut-2.7.4/configure-20618-    case ${prev}${p} in
##############################################
nut-2.7.4/configure-20713-linux*)
nut-2.7.4/configure:20714:  case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/configure-20715-  *Sun\ C*)
##############################################
nut-2.7.4/configure-20764-if test -n "${compiler_lib_search_path_CXX}"; then
nut-2.7.4/configure:20765: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
nut-2.7.4/configure-20766-fi
##############################################
nut-2.7.4/configure-21005-	  *)
nut-2.7.4/configure:21006:	    case `$CC -V 2>&1 | sed 5q` in
nut-2.7.4/configure-21007-	    *Sun\ C*)
##############################################
nut-2.7.4/configure-21359-  if test "$hard_links" = no; then
nut-2.7.4/configure:21360:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
nut-2.7.4/configure:21361:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
nut-2.7.4/configure-21362-    need_locks=warn
##############################################
nut-2.7.4/configure-21636-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nut-2.7.4/configure:21637:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nut-2.7.4/configure-21638-    ;;
##############################################
nut-2.7.4/configure-21672-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nut-2.7.4/configure:21673:    postinstall_cmds='base_file=`basename \${file}`~
nut-2.7.4/configure:21674:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nut-2.7.4/configure:21675:      dldir=$destdir/`dirname \$dlpath`~
nut-2.7.4/configure-21676-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nut-2.7.4/configure-21681-      fi'
nut-2.7.4/configure:21682:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nut-2.7.4/configure-21683-      dlpath=$dir/\$dldll~
##############################################
nut-2.7.4/configure-21689-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nut-2.7.4/configure:21690:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-21691-
##############################################
nut-2.7.4/configure-21694-      # MinGW DLLs use traditional 'lib' prefix
nut-2.7.4/configure:21695:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-21696-      ;;
##############################################
nut-2.7.4/configure-21698-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nut-2.7.4/configure:21699:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-21700-      ;;
##############################################
nut-2.7.4/configure-21707-    libname_spec='$name'
nut-2.7.4/configure:21708:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nut-2.7.4/configure-21709-    library_names_spec='${libname}.dll.lib'
##############################################
nut-2.7.4/configure-21719-        # Let DOS variable expansion print the short 8.3 style file name.
nut-2.7.4/configure:21720:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
nut-2.7.4/configure-21721-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
nut-2.7.4/configure-21724-      # Convert to MSYS style.
nut-2.7.4/configure:21725:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
nut-2.7.4/configure-21726-      ;;
##############################################
nut-2.7.4/configure-21730-      # like /cygdrive/c/PROGRA~1:/cygdr...
nut-2.7.4/configure:21731:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
nut-2.7.4/configure:21732:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
nut-2.7.4/configure:21733:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/configure-21734-      ;;
##############################################
nut-2.7.4/configure-21738-        # It is most probably a Windows format PATH.
nut-2.7.4/configure:21739:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nut-2.7.4/configure-21740-      else
nut-2.7.4/configure:21741:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nut-2.7.4/configure-21742-      fi
##############################################
nut-2.7.4/configure-21748-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nut-2.7.4/configure:21749:    postinstall_cmds='base_file=`basename \${file}`~
nut-2.7.4/configure:21750:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nut-2.7.4/configure:21751:      dldir=$destdir/`dirname \$dlpath`~
nut-2.7.4/configure-21752-      test -d \$dldir || mkdir -p \$dldir~
nut-2.7.4/configure-21753-      $install_prog $dir/$dlname \$dldir/$dlname'
nut-2.7.4/configure:21754:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nut-2.7.4/configure-21755-      dlpath=$dir/\$dldll~
##############################################
nut-2.7.4/configure-21762-    # Assume MSVC wrapper
nut-2.7.4/configure:21763:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
nut-2.7.4/configure-21764-    dynamic_linker='Win32 ld.exe'
##############################################
nut-2.7.4/configure-21779-  shlibpath_var=DYLD_LIBRARY_PATH
nut-2.7.4/configure:21780:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nut-2.7.4/configure-21781-
##############################################
nut-2.7.4/configure-22004-  if test -f /etc/ld.so.conf; then
nut-2.7.4/configure:22005:    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' ' '`
nut-2.7.4/configure-22006-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nut-2.7.4/configure-22078-  shlibpath_var=LD_LIBRARY_PATH
nut-2.7.4/configure:22079:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nut-2.7.4/configure-22080-    case $host_os in
##############################################
nut-2.7.4/configure-22730-	*)
nut-2.7.4/configure:22731:		DRIVER_BUILD_LIST=`echo ${withval} | sed "s/,/ /g"`
nut-2.7.4/configure-22732-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${DRIVER_BUILD_LIST}" >&5
##############################################
nut-2.7.4/configure-22962-fi
nut-2.7.4/configure:22963:systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd`
nut-2.7.4/configure-22964-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install systemd files" >&5
##############################################
nut-2.7.4/configure-23502-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nut-2.7.4/configure:23503:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nut-2.7.4/configure-23504-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nut-2.7.4/configure-23726-if test -z "$BASH_VERSION$ZSH_VERSION" \
nut-2.7.4/configure:23727:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nut-2.7.4/configure-23728-  as_echo='print -r --'
nut-2.7.4/configure-23729-  as_echo_n='print -rn --'
nut-2.7.4/configure:23730:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nut-2.7.4/configure-23731-  as_echo='printf %s\n'
##############################################
nut-2.7.4/configure-23733-else
nut-2.7.4/configure:23734:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nut-2.7.4/configure-23735-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nut-2.7.4/configure-23743-	expr "X$arg" : "X\\(.*\\)$as_nl";
nut-2.7.4/configure:23744:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nut-2.7.4/configure-23745-      esac;
##############################################
nut-2.7.4/configure-23820-# ----------------------------------------
nut-2.7.4/configure:23821:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nut-2.7.4/configure-23822-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nut-2.7.4/configure-23892-  {
nut-2.7.4/configure:23893:    as_val=`expr "$@" || test $? -eq 1`
nut-2.7.4/configure-23894-  }
##############################################
nut-2.7.4/configure-23996-      case $as_dir in #(
nut-2.7.4/configure:23997:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nut-2.7.4/configure-23998-      *) as_qdir=$as_dir;;
##############################################
nut-2.7.4/configure-24131-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nut-2.7.4/configure:24132:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nut-2.7.4/configure-24133-ac_cs_version="\\
##############################################
nut-2.7.4/configure-24156-  --*=?*)
nut-2.7.4/configure:24157:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nut-2.7.4/configure:24158:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nut-2.7.4/configure-24159-    ac_shift=:
##############################################
nut-2.7.4/configure-24161-  --*=)
nut-2.7.4/configure:24162:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nut-2.7.4/configure-24163-    ac_optarg=
##############################################
nut-2.7.4/configure-24185-    case $ac_optarg in
nut-2.7.4/configure:24186:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nut-2.7.4/configure-24187-    '') as_fn_error $? "missing file argument" ;;
##############################################
nut-2.7.4/configure-24193-    case $ac_optarg in
nut-2.7.4/configure:24194:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nut-2.7.4/configure-24195-    esac
##############################################
nut-2.7.4/configure-24262-delay_variable_subst='$delay_variable_subst'
nut-2.7.4/configure:24263:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24264:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24265:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24266:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24267:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24268:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24269:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24270:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24271:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24272:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24273:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24274:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24275:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24276:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24277:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24278:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24279:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24280:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24281:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24282:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24283:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24284:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24285:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24286:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24287:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24288:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24289:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24290:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24291:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24292:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24293:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24294:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24295:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24296:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24297:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24298:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24299:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24300:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24301:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24302:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24303:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24304:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24305:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24306:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24307:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24308:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24309:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24310:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24311:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24312:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24313:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24314:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24315:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24316:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24317:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24318:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24319: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"`'
nut-2.7.4/configure:24320:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24321:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24322:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24323:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24324:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24325:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24326:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24327:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24328:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24329:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24330:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24331:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24332:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24333:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24334:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24335:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24336:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24337:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24338:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24339:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24340:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24341:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24342:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24343:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24344:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24345:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24346:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24347:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24348:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24349:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24350:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24351:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24352:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24353:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24354:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24355:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24356:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24357:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24358:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24359:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24360:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24361:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24362:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24363:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24364:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24365:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24366:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24367:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24368:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24369:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24370:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24371:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24372:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24373:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24374:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24375:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24376:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24377:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24378:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24379:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24380:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24381:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24382:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24383:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24384:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24385:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24386:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24387:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24388:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24389:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24390:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24391:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24392:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24393:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24394:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24395:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24396:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24397:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24398:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24399:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24400:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24401:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24402:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24403:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24404:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24405:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24406:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24407:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24408:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24409:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24410:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24411:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24412:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24413:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24414:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24415:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24416:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24417:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24418:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24419:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24420:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24421:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24422:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24423:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24424:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24425:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24426:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24427:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24428:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24429:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24430:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24431:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24432:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24433:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24434:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24435:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24436:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24437:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24438:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24439:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24440:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24441:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24442:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24443:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24444:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24445:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure:24446:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
nut-2.7.4/configure-24447-
##############################################
nut-2.7.4/configure-24556-compiler_lib_search_path_CXX; do
nut-2.7.4/configure:24557:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nut-2.7.4/configure-24558-    *[\\\\\\\`\\"\\\$]*)
nut-2.7.4/configure:24559:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
nut-2.7.4/configure-24560-      ;;
##############################################
nut-2.7.4/configure-24597-postlink_cmds_CXX; do
nut-2.7.4/configure:24598:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nut-2.7.4/configure-24599-    *[\\\\\\\`\\"\\\$]*)
nut-2.7.4/configure:24600:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
nut-2.7.4/configure-24601-      ;;
##############################################
nut-2.7.4/configure-24753-fi
nut-2.7.4/configure:24754:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nut-2.7.4/configure-24755-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nut-2.7.4/configure-24770-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nut-2.7.4/configure:24771:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nut-2.7.4/configure-24772-ac_delim='%!_!# '
##############################################
nut-2.7.4/configure-24776-
nut-2.7.4/configure:24777:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nut-2.7.4/configure-24778-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nut-2.7.4/configure-24914-for ac_last_try in false false :; do
nut-2.7.4/configure:24915:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nut-2.7.4/configure-24916-  if test -z "$ac_tt"; then
##############################################
nut-2.7.4/configure-25046-      esac
nut-2.7.4/configure:25047:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nut-2.7.4/configure-25048-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nut-2.7.4/configure-25105-*)
nut-2.7.4/configure:25106:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nut-2.7.4/configure-25107-  # A ".." for each directory in $ac_dir_suffix.
nut-2.7.4/configure:25108:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nut-2.7.4/configure-25109-  case $ac_top_builddir_sub in
##############################################
nut-2.7.4/configure-25166-/@mandir@/p'
nut-2.7.4/configure:25167:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nut-2.7.4/configure-25168-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nut-2.7.4/configure-25183-
nut-2.7.4/configure:25184:# Neutralize VPATH when `$srcdir' = `.'.
nut-2.7.4/configure-25185-# Shell code in configure.ac might set extrasub.
##############################################
nut-2.7.4/configure-25211-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nut-2.7.4/configure:25212:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nut-2.7.4/configure-25213-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nut-2.7.4/configure-25257-    * )
nut-2.7.4/configure:25258:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nut-2.7.4/configure-25259-  esac
##############################################
nut-2.7.4/configure-25304-    # Strip MF so we end up with the name of the file.
nut-2.7.4/configure:25305:    mf=`echo "$mf" | sed -e 's/:.*$//'`
nut-2.7.4/configure-25306-    # Check whether this is an Automake generated Makefile or not.
##############################################
nut-2.7.4/configure-25341-    # from the Makefile without running 'make'.
nut-2.7.4/configure:25342:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nut-2.7.4/configure-25343-    test -z "$DEPDIR" && continue
nut-2.7.4/configure:25344:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
nut-2.7.4/configure-25345-    test -z "$am__include" && continue
nut-2.7.4/configure:25346:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nut-2.7.4/configure-25347-    # Find all dependency output files, they are included files with
##############################################
nut-2.7.4/configure-25400-
nut-2.7.4/configure:25401:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
nut-2.7.4/configure-25402-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
nut-2.7.4/compile-105-# Name of file we expect compiler to create.
nut-2.7.4/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
nut-2.7.4/compile-107-
##############################################
nut-2.7.4/compile-111-# object file name, since that is what matters with a parallel build.
nut-2.7.4/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
nut-2.7.4/compile-113-while true; do
##############################################
nut-2.7.4/debian/nut-client.init-141-        # Sanity check
nut-2.7.4/debian/nut-client.init:142:        flag=`sed -ne 's#^ *POWERDOWNFLAG *\(.*\)$#\1#p' /etc/nut/upsmon.conf`
nut-2.7.4/debian/nut-client.init-143-        if [ -z "$flag" ] ; then
##############################################
nut-2.7.4/debian/nut-server.init-143-  poweroff)
nut-2.7.4/debian/nut-server.init:144:    wait_delay=`sed -ne 's#^ *POWEROFF_WAIT= *\(.*\)$#\1#p' /etc/nut/nut.conf`
nut-2.7.4/debian/nut-server.init-145-    # UPS poweroff action is actually done here.
##############################################
nut-2.7.4/debian/patches/0001-reproductible-build.patch-12--    --xsltproc-opts "--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S`\"" \
nut-2.7.4/debian/patches/0001-reproductible-build.patch:13:+    --xsltproc-opts "--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)`\"" \
nut-2.7.4/debian/patches/0001-reproductible-build.patch:14:+    --xsltproc-opts "--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)`\"" \
nut-2.7.4/debian/patches/0001-reproductible-build.patch-15-     --xsltproc-opts "--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
##############################################
nut-2.7.4/debian/patches/0001-reproductible-build.patch-24--now=`TZ=UTC date +%Y-%m-%d`
nut-2.7.4/debian/patches/0001-reproductible-build.patch:25:+now=`TZ=UTC date +%Y-%m-%d -d @${SOURCE_DATE_EPOCH}`
nut-2.7.4/debian/patches/0001-reproductible-build.patch-26- 
##############################################
nut-2.7.4/debian/patches/0001-reproductible-build.patch-36--		--attribute localtime=`TZ=UTC date +%H:%M:%S` \
nut-2.7.4/debian/patches/0001-reproductible-build.patch:37:+		--attribute localdate=`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)` \
nut-2.7.4/debian/patches/0001-reproductible-build.patch:38:+		--attribute localtime=`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)` \
nut-2.7.4/debian/patches/0001-reproductible-build.patch-39- 		--attribute nutversion="@PACKAGE_VERSION@" \
##############################################
nut-2.7.4/debian/patches/0009-fix-nutshutdown-install.patch-50-+	yes|auto|"")
nut-2.7.4/debian/patches/0009-fix-nutshutdown-install.patch:51:+		systemdshutdowndir=`$PKG_CONFIG --variable=systemdshutdowndir systemd`
nut-2.7.4/debian/patches/0009-fix-nutshutdown-install.patch-52-+	esac
##############################################
nut-2.7.4/debian/patches/0013-fix-doc-build.patch-11--    --xsltproc-opts "--nonet" \
nut-2.7.4/debian/patches/0013-fix-doc-build.patch:12:-    --xsltproc-opts "--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)`\"" \
nut-2.7.4/debian/patches/0013-fix-doc-build.patch:13:-    --xsltproc-opts "--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)`\"" \
nut-2.7.4/debian/patches/0013-fix-doc-build.patch-14--    --xsltproc-opts "--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
nut-2.7.4/debian/patches/0013-fix-doc-build.patch:15:+    --xsltproc-opts "--nonet --stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)`\" --stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)`\" --stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
nut-2.7.4/debian/patches/0013-fix-doc-build.patch-16-     --attribute iconsdir=$(srcdir)/images \
##############################################
nut-2.7.4/debian/rules-65-	for f in $(CURDIR)/debian/tmp/etc/nut/*; do           \
nut-2.7.4/debian/rules:66:		nf=`basename $${f} | sed 's/\(.*\).sample/\1/'`;  \
nut-2.7.4/debian/rules-67-		mv $${f} $(CURDIR)/debian/tmp/etc/nut/$${nf};  \
##############################################
nut-2.7.4/debian/rules-108-	for f in $(CURDIR)/docs/*.chunked/; do \
nut-2.7.4/debian/rules:109:		nf=`basename $${f} | sed 's/\(.*\)\.chunked/\1/'`; \
nut-2.7.4/debian/rules-110-		cp -a $${f} $(CURDIR)/debian/tmp/usr/share/doc/nut-doc/html/$${nf}/; \
##############################################
nut-2.7.4/debian/tests/nut-5-set -e
nut-2.7.4/debian/tests/nut:6:python3 `dirname $0`/test-nut.py 2>&1
##############################################
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-42-dnl However, automatically define the tree version (mostly for AC_SUBST)
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac:43:TREE_VERSION="`echo ${PACKAGE_VERSION} | awk '{ print substr($0,1,3) }'`"
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-44-AC_DEFINE_UNQUOTED(TREE_VERSION, "${TREE_VERSION}", [NUT tree version])
##############################################
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-639-	*)
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac:640:		nut_doc_build_list="`echo ${nut_with_doc} | sed 's/,/ /g'`"
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-641-		;;
##############################################
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-980-	*)
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac:981:		DRIVER_BUILD_LIST=`echo ${withval} | sed "s/,/ /g"`
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-982-		AC_MSG_RESULT(${DRIVER_BUILD_LIST})
##############################################
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-1048-PKG_PROG_PKG_CONFIG
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac:1049:systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd`
nut-2.7.4/.pc/0001-reproductible-build.patch/configure.ac-1050-AC_MSG_CHECKING(whether to install systemd files)
##############################################
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-42-dnl However, automatically define the tree version (mostly for AC_SUBST)
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac:43:TREE_VERSION="`echo ${PACKAGE_VERSION} | awk '{ print substr($0,1,3) }'`"
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-44-AC_DEFINE_UNQUOTED(TREE_VERSION, "${TREE_VERSION}", [NUT tree version])
##############################################
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-639-	*)
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac:640:		nut_doc_build_list="`echo ${nut_with_doc} | sed 's/,/ /g'`"
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-641-		;;
##############################################
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-980-	*)
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac:981:		DRIVER_BUILD_LIST=`echo ${withval} | sed "s/,/ /g"`
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-982-		AC_MSG_RESULT(${DRIVER_BUILD_LIST})
##############################################
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-1048-PKG_PROG_PKG_CONFIG
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac:1049:systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd`
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-1050-AC_MSG_CHECKING(whether to install systemd files)
##############################################
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-1213-dnl Current date
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac:1214:now=`TZ=UTC date +%Y-%m-%d -d @${SOURCE_DATE_EPOCH}`
nut-2.7.4/.pc/0009-fix-nutshutdown-install.patch/configure.ac-1215-
##############################################
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-42-dnl However, automatically define the tree version (mostly for AC_SUBST)
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac:43:TREE_VERSION="`echo ${PACKAGE_VERSION} | awk '{ print substr($0,1,3) }'`"
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-44-AC_DEFINE_UNQUOTED(TREE_VERSION, "${TREE_VERSION}", [NUT tree version])
##############################################
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-639-	*)
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac:640:		nut_doc_build_list="`echo ${nut_with_doc} | sed 's/,/ /g'`"
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-641-		;;
##############################################
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-980-	*)
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac:981:		DRIVER_BUILD_LIST=`echo ${withval} | sed "s/,/ /g"`
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-982-		AC_MSG_RESULT(${DRIVER_BUILD_LIST})
##############################################
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-1048-PKG_PROG_PKG_CONFIG
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac:1049:systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd`
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-1050-AC_MSG_CHECKING(whether to install systemd files)
##############################################
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-1079-	yes|auto|"")
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac:1080:		systemdshutdowndir=`$PKG_CONFIG --variable=systemdshutdowndir systemd`
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-1081-	esac
##############################################
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-1221-dnl Current date
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac:1222:now=`TZ=UTC date +%Y-%m-%d -d @${SOURCE_DATE_EPOCH}`
nut-2.7.4/.pc/0011-use-pkgconfig-module.patch/configure.ac-1223-
##############################################
nut-2.7.4/.pc/0013-fix-doc-build.patch/docs/Makefile.am-94-    --xsltproc-opts "--nonet" \
nut-2.7.4/.pc/0013-fix-doc-build.patch/docs/Makefile.am:95:    --xsltproc-opts "--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d -d @$(SOURCE_DATE_EPOCH)`\"" \
nut-2.7.4/.pc/0013-fix-doc-build.patch/docs/Makefile.am:96:    --xsltproc-opts "--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S -d @$(SOURCE_DATE_EPOCH)`\"" \
nut-2.7.4/.pc/0013-fix-doc-build.patch/docs/Makefile.am-97-    --xsltproc-opts "--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
##############################################
nut-2.7.4/configure.ac-42-dnl However, automatically define the tree version (mostly for AC_SUBST)
nut-2.7.4/configure.ac:43:TREE_VERSION="`echo ${PACKAGE_VERSION} | awk '{ print substr($0,1,3) }'`"
nut-2.7.4/configure.ac-44-AC_DEFINE_UNQUOTED(TREE_VERSION, "${TREE_VERSION}", [NUT tree version])
##############################################
nut-2.7.4/configure.ac-639-	*)
nut-2.7.4/configure.ac:640:		nut_doc_build_list="`echo ${nut_with_doc} | sed 's/,/ /g'`"
nut-2.7.4/configure.ac-641-		;;
##############################################
nut-2.7.4/configure.ac-980-	*)
nut-2.7.4/configure.ac:981:		DRIVER_BUILD_LIST=`echo ${withval} | sed "s/,/ /g"`
nut-2.7.4/configure.ac-982-		AC_MSG_RESULT(${DRIVER_BUILD_LIST})
##############################################
nut-2.7.4/configure.ac-1048-PKG_PROG_PKG_CONFIG
nut-2.7.4/configure.ac:1049:systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd`
nut-2.7.4/configure.ac-1050-AC_MSG_CHECKING(whether to install systemd files)
##############################################
nut-2.7.4/configure.ac-1079-	yes|auto|"")
nut-2.7.4/configure.ac:1080:		systemdshutdowndir=`$PKG_CONFIG --variable=systemdshutdowndir systemd`
nut-2.7.4/configure.ac-1081-	esac
##############################################
nut-2.7.4/configure.ac-1221-dnl Current date
nut-2.7.4/configure.ac:1222:now=`TZ=UTC date +%Y-%m-%d -d @${SOURCE_DATE_EPOCH}`
nut-2.7.4/configure.ac-1223-