===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
powertop-2.11/ltmain.sh-103-#
powertop-2.11/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
powertop-2.11/ltmain.sh-105-#
##############################################
powertop-2.11/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
powertop-2.11/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
powertop-2.11/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
powertop-2.11/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
powertop-2.11/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
powertop-2.11/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
powertop-2.11/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
powertop-2.11/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
powertop-2.11/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
powertop-2.11/ltmain.sh-410-# The name of this program.
powertop-2.11/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
powertop-2.11/ltmain.sh-412-
##############################################
powertop-2.11/ltmain.sh-416-  *[\\/]*)
powertop-2.11/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
powertop-2.11/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
powertop-2.11/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
powertop-2.11/ltmain.sh-610-
powertop-2.11/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
powertop-2.11/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
powertop-2.11/ltmain.sh-613-
##############################################
powertop-2.11/ltmain.sh-639-
powertop-2.11/ltmain.sh:640:    func_arith_result=`expr "$@"`
powertop-2.11/ltmain.sh-641-  }
##############################################
powertop-2.11/ltmain.sh-660-  # ...otherwise fall back to using sed.
powertop-2.11/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
powertop-2.11/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
powertop-2.11/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
powertop-2.11/ltmain.sh-757-      test -n "$_G_tc" && {
powertop-2.11/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
powertop-2.11/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
powertop-2.11/ltmain.sh-760-      }
powertop-2.11/ltmain.sh-761-    done
powertop-2.11/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
powertop-2.11/ltmain.sh-763-
##############################################
powertop-2.11/ltmain.sh-831-
powertop-2.11/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
powertop-2.11/ltmain.sh-833-  }
##############################################
powertop-2.11/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
powertop-2.11/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
powertop-2.11/ltmain.sh-865-      done
powertop-2.11/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
powertop-2.11/ltmain.sh-867-
##############################################
powertop-2.11/ltmain.sh-901-      # If mktemp works, use that first and foremost
powertop-2.11/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
powertop-2.11/ltmain.sh-903-
##############################################
powertop-2.11/ltmain.sh-1111-        *[\\\`\"\$]*)
powertop-2.11/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
powertop-2.11/ltmain.sh-1113-        *)
##############################################
powertop-2.11/ltmain.sh-1198-    case $2 in
powertop-2.11/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
powertop-2.11/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
powertop-2.11/ltmain.sh-1201-    esac
##############################################
powertop-2.11/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
powertop-2.11/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
powertop-2.11/ltmain.sh-1273-      ;;
##############################################
powertop-2.11/ltmain.sh-1358-
powertop-2.11/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
powertop-2.11/ltmain.sh-1360-}
##############################################
powertop-2.11/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
powertop-2.11/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
powertop-2.11/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
powertop-2.11/ltmain.sh-1517-
powertop-2.11/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
powertop-2.11/ltmain.sh-1519-}
##############################################
powertop-2.11/ltmain.sh-1870-
powertop-2.11/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
powertop-2.11/ltmain.sh-1872-      func_split_equals_rhs=
powertop-2.11/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
powertop-2.11/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
powertop-2.11/ltmain.sh-1875-  }
##############################################
powertop-2.11/ltmain.sh-1898-
powertop-2.11/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
powertop-2.11/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
powertop-2.11/ltmain.sh-1901-  }
##############################################
powertop-2.11/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
powertop-2.11/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
powertop-2.11/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
powertop-2.11/ltmain.sh-2074-
##############################################
powertop-2.11/ltmain.sh-2110-  {
powertop-2.11/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
powertop-2.11/ltmain.sh-2112-  }
##############################################
powertop-2.11/ltmain.sh-2115-  {
powertop-2.11/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
powertop-2.11/ltmain.sh-2117-  }
##############################################
powertop-2.11/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
powertop-2.11/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
powertop-2.11/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
powertop-2.11/ltmain.sh-2659-      done
powertop-2.11/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
powertop-2.11/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
powertop-2.11/ltmain.sh-2662-      case $@ in
##############################################
powertop-2.11/ltmain.sh-2672-	    # Evaluate the configuration.
powertop-2.11/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
powertop-2.11/ltmain.sh-2674-	    CC_quoted=
##############################################
powertop-2.11/ltmain.sh-2678-	    done
powertop-2.11/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
powertop-2.11/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
powertop-2.11/ltmain.sh-2681-	    case "$@ " in
##############################################
powertop-2.11/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
powertop-2.11/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
powertop-2.11/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
powertop-2.11/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
powertop-2.11/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
powertop-2.11/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
powertop-2.11/ltmain.sh-3009-    # LT_CYGPATH in this case.
powertop-2.11/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
powertop-2.11/ltmain.sh-3011-  fi
##############################################
powertop-2.11/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
powertop-2.11/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
powertop-2.11/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
powertop-2.11/ltmain.sh-3376-    *.[cCFSifmso] | \
powertop-2.11/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
powertop-2.11/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
powertop-2.11/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
powertop-2.11/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
powertop-2.11/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
powertop-2.11/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
powertop-2.11/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
powertop-2.11/ltmain.sh-3474-
##############################################
powertop-2.11/ltmain.sh-3520-      if test warn = "$need_locks" &&
powertop-2.11/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
powertop-2.11/ltmain.sh-3522-	$ECHO "\
powertop-2.11/ltmain.sh-3523-*** ERROR, $lockfile contains:
powertop-2.11/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
powertop-2.11/ltmain.sh-3525-
##############################################
powertop-2.11/ltmain.sh-3569-      if test warn = "$need_locks" &&
powertop-2.11/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
powertop-2.11/ltmain.sh-3571-	$ECHO "\
powertop-2.11/ltmain.sh-3572-*** ERROR, $lockfile contains:
powertop-2.11/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
powertop-2.11/ltmain.sh-3574-
##############################################
powertop-2.11/ltmain.sh-3895-      # Get the absolute pathname.
powertop-2.11/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
powertop-2.11/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
powertop-2.11/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
powertop-2.11/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
powertop-2.11/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
powertop-2.11/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
powertop-2.11/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
powertop-2.11/ltmain.sh-4280-
##############################################
powertop-2.11/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
powertop-2.11/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
powertop-2.11/ltmain.sh-4293-	  else
powertop-2.11/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
powertop-2.11/ltmain.sh-4295-	  fi
##############################################
powertop-2.11/ltmain.sh-4458-	    fi
powertop-2.11/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
powertop-2.11/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
powertop-2.11/ltmain.sh-4477-	        # Replace the output file specification.
powertop-2.11/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
powertop-2.11/ltmain.sh-4479-
##############################################
powertop-2.11/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
powertop-2.11/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
powertop-2.11/ltmain.sh-4498-	  fi
##############################################
powertop-2.11/ltmain.sh-4570-    my_pic_p=${3-false}
powertop-2.11/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
powertop-2.11/ltmain.sh-4572-    my_dlsyms=
##############################################
powertop-2.11/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
powertop-2.11/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
powertop-2.11/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
powertop-2.11/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
powertop-2.11/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
powertop-2.11/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
powertop-2.11/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
powertop-2.11/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
powertop-2.11/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
powertop-2.11/ltmain.sh-4862-	  else
powertop-2.11/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
powertop-2.11/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
powertop-2.11/ltmain.sh-4865-	  fi
##############################################
powertop-2.11/ltmain.sh-4867-	*)
powertop-2.11/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
powertop-2.11/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
powertop-2.11/ltmain.sh-4870-	  ;;
##############################################
powertop-2.11/ltmain.sh-4882-      # Nullify the symbol file.
powertop-2.11/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
powertop-2.11/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
powertop-2.11/ltmain.sh-4885-    fi
##############################################
powertop-2.11/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
powertop-2.11/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
powertop-2.11/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
powertop-2.11/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
powertop-2.11/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
powertop-2.11/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
powertop-2.11/ltmain.sh-4925-  win32_libid_type=unknown
powertop-2.11/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
powertop-2.11/ltmain.sh-4927-  case $win32_fileres in
##############################################
powertop-2.11/ltmain.sh-4990-
powertop-2.11/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
powertop-2.11/ltmain.sh-4992-}
##############################################
powertop-2.11/ltmain.sh-5008-
powertop-2.11/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
powertop-2.11/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
powertop-2.11/ltmain.sh-5072-    # binutils import library
powertop-2.11/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
powertop-2.11/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
powertop-2.11/ltmain.sh-5075-    # ms-generated import library
powertop-2.11/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
powertop-2.11/ltmain.sh-5077-  else
##############################################
powertop-2.11/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
powertop-2.11/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
powertop-2.11/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
powertop-2.11/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
powertop-2.11/ltmain.sh-5160-	    darwin_arch=
##############################################
powertop-2.11/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
powertop-2.11/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
powertop-2.11/ltmain.sh-5172-	    darwin_file=
##############################################
powertop-2.11/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
powertop-2.11/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
powertop-2.11/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
powertop-2.11/ltmain.sh-5189-      esac
powertop-2.11/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
powertop-2.11/ltmain.sh-5191-    done
##############################################
powertop-2.11/ltmain.sh-5260-
powertop-2.11/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
powertop-2.11/ltmain.sh-5262-    $ECHO "\
##############################################
powertop-2.11/ltmain.sh-5295-    --lt-dump-script)
powertop-2.11/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
powertop-2.11/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
powertop-2.11/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
powertop-2.11/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
powertop-2.11/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
powertop-2.11/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
powertop-2.11/ltmain.sh-5324-  done
##############################################
powertop-2.11/ltmain.sh-5380-  # Find the directory that this script lives in.
powertop-2.11/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
powertop-2.11/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
powertop-2.11/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
powertop-2.11/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
powertop-2.11/ltmain.sh-5386-  while test -n \"\$file\"; do
powertop-2.11/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
powertop-2.11/ltmain.sh-5388-
##############################################
powertop-2.11/ltmain.sh-5396-
powertop-2.11/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
powertop-2.11/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
powertop-2.11/ltmain.sh-5399-  done
##############################################
powertop-2.11/ltmain.sh-5410-    case \"\$thisdir\" in
powertop-2.11/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
powertop-2.11/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
powertop-2.11/ltmain.sh-5416-  # Try to get the absolute directory name.
powertop-2.11/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
powertop-2.11/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
powertop-2.11/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
powertop-2.11/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
powertop-2.11/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
powertop-2.11/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
powertop-2.11/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
powertop-2.11/ltmain.sh-5443-      else
##############################################
powertop-2.11/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
powertop-2.11/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
powertop-2.11/ltmain.sh-5487-
##############################################
powertop-2.11/ltmain.sh-6464-
powertop-2.11/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
powertop-2.11/ltmain.sh-6466-    *import*) : ;;
##############################################
powertop-2.11/ltmain.sh-6712-	    moreargs=
powertop-2.11/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
powertop-2.11/ltmain.sh-6714-	    do
##############################################
powertop-2.11/ltmain.sh-6973-	*)
powertop-2.11/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
powertop-2.11/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
powertop-2.11/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
powertop-2.11/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
powertop-2.11/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
powertop-2.11/ltmain.sh-7290-      -Z*)
powertop-2.11/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
powertop-2.11/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
powertop-2.11/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
powertop-2.11/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
powertop-2.11/ltmain.sh-7462-    else
##############################################
powertop-2.11/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
powertop-2.11/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
powertop-2.11/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
powertop-2.11/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
powertop-2.11/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
powertop-2.11/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
powertop-2.11/ltmain.sh-7877-	fi
powertop-2.11/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
powertop-2.11/ltmain.sh-7950-	*)
powertop-2.11/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
powertop-2.11/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
powertop-2.11/ltmain.sh-8203-	    shift
powertop-2.11/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
powertop-2.11/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
powertop-2.11/ltmain.sh-8495-		*)
powertop-2.11/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
powertop-2.11/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
powertop-2.11/ltmain.sh-8506-		  depdepl=
powertop-2.11/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
powertop-2.11/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
powertop-2.11/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
powertop-2.11/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
powertop-2.11/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
powertop-2.11/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
powertop-2.11/ltmain.sh-8517-                      fi
##############################################
powertop-2.11/ltmain.sh-8528-		else
powertop-2.11/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
powertop-2.11/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
powertop-2.11/ltmain.sh-8551-	else
powertop-2.11/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh-8553-	fi
##############################################
powertop-2.11/ltmain.sh-8640-        linux*)
powertop-2.11/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
powertop-2.11/ltmain.sh-9048-	removelist=
powertop-2.11/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
powertop-2.11/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
powertop-2.11/ltmain.sh-9074-	# Transform .lo files to .o files.
powertop-2.11/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
powertop-2.11/ltmain.sh-9076-      fi
##############################################
powertop-2.11/ltmain.sh-9079-      #for path in $notinst_path; do
powertop-2.11/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
powertop-2.11/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
powertop-2.11/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
powertop-2.11/ltmain.sh-9083-      #done
##############################################
powertop-2.11/ltmain.sh-9200-		if test -n "$i"; then
powertop-2.11/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
powertop-2.11/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
powertop-2.11/ltmain.sh-9203-		  set dummy $deplib_matches; shift
powertop-2.11/ltmain.sh-9204-		  deplib_match=$1
powertop-2.11/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
powertop-2.11/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
powertop-2.11/ltmain.sh-9243-		  if test -n "$i"; then
powertop-2.11/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
powertop-2.11/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
powertop-2.11/ltmain.sh-9246-		    set dummy $deplib_matches; shift
powertop-2.11/ltmain.sh-9247-		    deplib_match=$1
powertop-2.11/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
powertop-2.11/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
powertop-2.11/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
powertop-2.11/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
powertop-2.11/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
powertop-2.11/ltmain.sh-9293-	      if test -n "$a_deplib"; then
powertop-2.11/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
powertop-2.11/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
powertop-2.11/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
powertop-2.11/ltmain.sh-9297-		else
##############################################
powertop-2.11/ltmain.sh-9303-		    shopt -s nocaseglob
powertop-2.11/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
powertop-2.11/ltmain.sh-9305-		    $nocaseglob
powertop-2.11/ltmain.sh-9306-		  else
powertop-2.11/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
powertop-2.11/ltmain.sh-9308-		  fi
##############################################
powertop-2.11/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
powertop-2.11/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
powertop-2.11/ltmain.sh-9323-			case $potliblink in
powertop-2.11/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
powertop-2.11/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
powertop-2.11/ltmain.sh-9326-			esac
##############################################
powertop-2.11/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
powertop-2.11/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
powertop-2.11/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
powertop-2.11/ltmain.sh-9377-	      if test -n "$a_deplib"; then
powertop-2.11/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
powertop-2.11/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
powertop-2.11/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
powertop-2.11/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
powertop-2.11/ltmain.sh-9416-	  newdeplibs=
powertop-2.11/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
powertop-2.11/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
powertop-2.11/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
powertop-2.11/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
powertop-2.11/ltmain.sh-9422-	    done
##############################################
powertop-2.11/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
powertop-2.11/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
powertop-2.11/ltmain.sh-9448-	  ;;
##############################################
powertop-2.11/ltmain.sh-9498-	*-*-darwin*)
powertop-2.11/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh-9502-	  ;;
##############################################
powertop-2.11/ltmain.sh-9625-	# Use standard objects if they are pic
powertop-2.11/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
powertop-2.11/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
powertop-2.11/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
powertop-2.11/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
powertop-2.11/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
powertop-2.11/ltmain.sh-10154-      # Create the old-style object.
powertop-2.11/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
powertop-2.11/ltmain.sh-10156-
##############################################
powertop-2.11/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
powertop-2.11/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
powertop-2.11/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
powertop-2.11/ltmain.sh-10215-	;;
##############################################
powertop-2.11/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
powertop-2.11/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
powertop-2.11/ltmain.sh-10233-	;;
##############################################
powertop-2.11/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
powertop-2.11/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
powertop-2.11/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
powertop-2.11/ltmain.sh-10368-	# Transform all the library objects into standard objects.
powertop-2.11/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
powertop-2.11/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
powertop-2.11/ltmain.sh-10371-      fi
##############################################
powertop-2.11/ltmain.sh-10396-	# Replace the output file specification.
powertop-2.11/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
powertop-2.11/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
powertop-2.11/ltmain.sh-10405-	  func_to_tool_file "$output"
powertop-2.11/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
powertop-2.11/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
powertop-2.11/ltmain.sh-10449-	# Replace the output file specification.
powertop-2.11/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
powertop-2.11/ltmain.sh-10451-	# Delete the old output file.
##############################################
powertop-2.11/ltmain.sh-10457-	  func_to_tool_file "$output"
powertop-2.11/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
powertop-2.11/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
powertop-2.11/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
powertop-2.11/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
powertop-2.11/ltmain.sh-10477-          ;;
##############################################
powertop-2.11/ltmain.sh-10488-      # Replace the output file specification.
powertop-2.11/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
powertop-2.11/ltmain.sh-10490-
##############################################
powertop-2.11/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
powertop-2.11/ltmain.sh:10498:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
powertop-2.11/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
powertop-2.11/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
powertop-2.11/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
powertop-2.11/ltmain.sh-10520-      fi
##############################################
powertop-2.11/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
powertop-2.11/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
powertop-2.11/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
powertop-2.11/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
powertop-2.11/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
powertop-2.11/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
powertop-2.11/ltmain.sh-10811-		name=$func_basename_result
powertop-2.11/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
powertop-2.11/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
powertop-2.11/ltmain.sh-10830-		name=$func_basename_result
powertop-2.11/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
powertop-2.11/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
powertop-2.11/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
powertop-2.11/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
powertop-2.11/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
powertop-2.11/depcomp-64-  case $1 in
powertop-2.11/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
powertop-2.11/depcomp-66-      *) dir=;;
##############################################
powertop-2.11/depcomp-73-{
powertop-2.11/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
powertop-2.11/depcomp-75-}
##############################################
powertop-2.11/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
powertop-2.11/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
powertop-2.11/depcomp-128-
##############################################
powertop-2.11/depcomp-405-        sleep 1
powertop-2.11/depcomp:406:        i=`expr $i - 1`
powertop-2.11/depcomp-407-      done
powertop-2.11/depcomp-408-    fi
powertop-2.11/depcomp:409:    i=`expr $i - 1`
powertop-2.11/depcomp-410-  done
##############################################
powertop-2.11/depcomp-425-  # Do two passes, one to just change these to
powertop-2.11/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
powertop-2.11/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
powertop-2.11/depcomp-659-  done
powertop-2.11/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
powertop-2.11/depcomp-661-  touch "$tmpdepfile"
##############################################
powertop-2.11/config.guess-34-
powertop-2.11/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
powertop-2.11/config.guess-36-
##############################################
powertop-2.11/config.guess-102-: ${TMPDIR=/tmp} ;
powertop-2.11/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
powertop-2.11/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
powertop-2.11/config.guess-151-	EOF
powertop-2.11/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
powertop-2.11/config.guess-153-
##############################################
powertop-2.11/config.guess-188-	    earmv*)
powertop-2.11/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
powertop-2.11/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
powertop-2.11/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
powertop-2.11/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
powertop-2.11/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
powertop-2.11/config.guess-222-		;;
##############################################
powertop-2.11/config.guess-233-	    *)
powertop-2.11/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
powertop-2.11/config.guess-235-		;;
##############################################
powertop-2.11/config.guess-280-	*4.0)
powertop-2.11/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
powertop-2.11/config.guess-282-		;;
powertop-2.11/config.guess-283-	*5.*)
powertop-2.11/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
powertop-2.11/config.guess-285-		;;
##############################################
powertop-2.11/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
powertop-2.11/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
powertop-2.11/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
powertop-2.11/config.guess-328-	# 1.2 uses "1.2" for uname -r.
powertop-2.11/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
powertop-2.11/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
powertop-2.11/config.guess-379-    s390x:SunOS:*:*)
powertop-2.11/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
powertop-2.11/config.guess-381-	exit ;;
powertop-2.11/config.guess-382-    sun4H:SunOS:5.*:*)
powertop-2.11/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
powertop-2.11/config.guess-384-	exit ;;
powertop-2.11/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
powertop-2.11/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
powertop-2.11/config.guess-387-	exit ;;
##############################################
powertop-2.11/config.guess-404-	fi
powertop-2.11/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
powertop-2.11/config.guess-406-	exit ;;
##############################################
powertop-2.11/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
powertop-2.11/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
powertop-2.11/config.guess-412-	exit ;;
##############################################
powertop-2.11/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
powertop-2.11/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
powertop-2.11/config.guess-421-	exit ;;
##############################################
powertop-2.11/config.guess-425-    sun*:*:4.2BSD:*)
powertop-2.11/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
powertop-2.11/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
powertop-2.11/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
powertop-2.11/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
powertop-2.11/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
powertop-2.11/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
powertop-2.11/config.guess-563-    *:IRIX*:*:*)
powertop-2.11/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
powertop-2.11/config.guess-565-	exit ;;
##############################################
powertop-2.11/config.guess-593-EOF
powertop-2.11/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
powertop-2.11/config.guess-595-		then
##############################################
powertop-2.11/config.guess-606-    *:AIX:*:[4567])
powertop-2.11/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
powertop-2.11/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
powertop-2.11/config.guess-642-    9000/[34678]??:HP-UX:*:*)
powertop-2.11/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
powertop-2.11/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
powertop-2.11/config.guess-696-EOF
powertop-2.11/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
powertop-2.11/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
powertop-2.11/config.guess-724-    ia64:HP-UX:*:*)
powertop-2.11/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
powertop-2.11/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
powertop-2.11/config.guess-754-EOF
powertop-2.11/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
powertop-2.11/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
powertop-2.11/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
powertop-2.11/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
powertop-2.11/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
powertop-2.11/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
powertop-2.11/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
powertop-2.11/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
powertop-2.11/config.guess-850-	esac
powertop-2.11/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
powertop-2.11/config.guess-852-	exit ;;
##############################################
powertop-2.11/config.guess-886-    prep*:SunOS:5.*:*)
powertop-2.11/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
powertop-2.11/config.guess-888-	exit ;;
##############################################
powertop-2.11/config.guess-890-	# the GNU system
powertop-2.11/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
powertop-2.11/config.guess-892-	exit ;;
##############################################
powertop-2.11/config.guess-894-	# other systems with GNU libc and userland
powertop-2.11/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
powertop-2.11/config.guess-896-	exit ;;
##############################################
powertop-2.11/config.guess-988-EOF
powertop-2.11/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
powertop-2.11/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
powertop-2.11/config.guess-1092-    i*86:*:4.*:*)
powertop-2.11/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
powertop-2.11/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
powertop-2.11/config.guess-1295-	fi
powertop-2.11/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
powertop-2.11/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
powertop-2.11/config.guess-1393-    *:DragonFly:*:*)
powertop-2.11/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
powertop-2.11/config.guess-1395-	exit ;;
##############################################
powertop-2.11/config.guess-1406-    i*86:skyos:*:*)
powertop-2.11/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
powertop-2.11/config.guess-1408-	exit ;;
##############################################
powertop-2.11/config.sub-52-
powertop-2.11/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
powertop-2.11/config.sub-54-
##############################################
powertop-2.11/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
powertop-2.11/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
powertop-2.11/config.sub-116-case $maybe_os in
##############################################
powertop-2.11/config.sub-122-    os=-$maybe_os
powertop-2.11/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
powertop-2.11/config.sub-124-    ;;
##############################################
powertop-2.11/config.sub-126-    os=-linux-android
powertop-2.11/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
powertop-2.11/config.sub-128-    ;;
powertop-2.11/config.sub-129-  *)
powertop-2.11/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
powertop-2.11/config.sub-131-    if [ "$basic_machine" != "$1" ]
powertop-2.11/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
powertop-2.11/config.sub-133-    else os=; fi
##############################################
powertop-2.11/config.sub-180-		os=-sco5v6
powertop-2.11/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-182-		;;
##############################################
powertop-2.11/config.sub-184-		os=-sco3.2v5
powertop-2.11/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-186-		;;
##############################################
powertop-2.11/config.sub-188-		os=-sco3.2v4
powertop-2.11/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-190-		;;
powertop-2.11/config.sub-191-	-sco3.2.[4-9]*)
powertop-2.11/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
powertop-2.11/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-194-		;;
##############################################
powertop-2.11/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
powertop-2.11/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-198-		;;
##############################################
powertop-2.11/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
powertop-2.11/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-202-		;;
##############################################
powertop-2.11/config.sub-204-		os=-sco3.2v2
powertop-2.11/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-206-		;;
powertop-2.11/config.sub-207-	-udk*)
powertop-2.11/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-209-		;;
##############################################
powertop-2.11/config.sub-211-		os=-isc2.2
powertop-2.11/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-213-		;;
##############################################
powertop-2.11/config.sub-217-	-isc*)
powertop-2.11/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
powertop-2.11/config.sub-219-		;;
##############################################
powertop-2.11/config.sub-229-	-ptx*)
powertop-2.11/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
powertop-2.11/config.sub-231-		;;
##############################################
powertop-2.11/config.sub-364-	*-*-*)
powertop-2.11/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
powertop-2.11/config.sub-366-		exit 1
##############################################
powertop-2.11/config.sub-493-	amd64-*)
powertop-2.11/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-495-		;;
##############################################
powertop-2.11/config.sub-538-	blackfin-*)
powertop-2.11/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-540-		os=-linux
##############################################
powertop-2.11/config.sub-546-	c54x-*)
powertop-2.11/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-548-		;;
powertop-2.11/config.sub-549-	c55x-*)
powertop-2.11/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-551-		;;
powertop-2.11/config.sub-552-	c6x-*)
powertop-2.11/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-554-		;;
##############################################
powertop-2.11/config.sub-650-	e500v[12]-*)
powertop-2.11/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-652-		os=$os"spe"
##############################################
powertop-2.11/config.sub-754-	i*86v32)
powertop-2.11/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
powertop-2.11/config.sub-756-		os=-sysv32
##############################################
powertop-2.11/config.sub-758-	i*86v4*)
powertop-2.11/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
powertop-2.11/config.sub-760-		os=-sysv4
##############################################
powertop-2.11/config.sub-762-	i*86v)
powertop-2.11/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
powertop-2.11/config.sub-764-		os=-sysv
##############################################
powertop-2.11/config.sub-766-	i*86sol2)
powertop-2.11/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
powertop-2.11/config.sub-768-		os=-solaris2
##############################################
powertop-2.11/config.sub-792-	leon-*|leon[3-9]-*)
powertop-2.11/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
powertop-2.11/config.sub-794-		;;
##############################################
powertop-2.11/config.sub-799-	m68knommu-*)
powertop-2.11/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-801-		os=-linux
##############################################
powertop-2.11/config.sub-833-	mips3*-*)
powertop-2.11/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
powertop-2.11/config.sub-835-		;;
powertop-2.11/config.sub-836-	mips3*)
powertop-2.11/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
powertop-2.11/config.sub-838-		;;
##############################################
powertop-2.11/config.sub-855-	ms1-*)
powertop-2.11/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
powertop-2.11/config.sub-857-		;;
##############################################
powertop-2.11/config.sub-980-	parisc-*)
powertop-2.11/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-982-		os=-linux
##############################################
powertop-2.11/config.sub-996-	pc98-*)
powertop-2.11/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-998-		;;
##############################################
powertop-2.11/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
powertop-2.11/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1013-		;;
powertop-2.11/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
powertop-2.11/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1016-		;;
powertop-2.11/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
powertop-2.11/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1019-		;;
powertop-2.11/config.sub-1020-	pentium4-*)
powertop-2.11/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1022-		;;
##############################################
powertop-2.11/config.sub-1030-	ppc-* | ppcbe-*)
powertop-2.11/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1032-		;;
##############################################
powertop-2.11/config.sub-1036-	ppcle-* | powerpclittle-*)
powertop-2.11/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1038-		;;
##############################################
powertop-2.11/config.sub-1040-		;;
powertop-2.11/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1042-		;;
##############################################
powertop-2.11/config.sub-1046-	ppc64le-* | powerpc64little-*)
powertop-2.11/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1048-		;;
##############################################
powertop-2.11/config.sub-1122-	strongarm-* | thumb-*)
powertop-2.11/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
powertop-2.11/config.sub-1124-		;;
##############################################
powertop-2.11/config.sub-1255-	xscale-* | xscalee[bl]-*)
powertop-2.11/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
powertop-2.11/config.sub-1257-		;;
##############################################
powertop-2.11/config.sub-1317-	*)
powertop-2.11/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
powertop-2.11/config.sub-1319-		exit 1
##############################################
powertop-2.11/config.sub-1325-	*-digital*)
powertop-2.11/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
powertop-2.11/config.sub-1327-		;;
powertop-2.11/config.sub-1328-	*-commodore*)
powertop-2.11/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
powertop-2.11/config.sub-1330-		;;
##############################################
powertop-2.11/config.sub-1346-	-solaris1 | -solaris1.*)
powertop-2.11/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
powertop-2.11/config.sub-1348-		;;
##############################################
powertop-2.11/config.sub-1355-	-gnu/linux*)
powertop-2.11/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
powertop-2.11/config.sub-1357-		;;
##############################################
powertop-2.11/config.sub-1407-	-nto*)
powertop-2.11/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
powertop-2.11/config.sub-1409-		;;
##############################################
powertop-2.11/config.sub-1414-	-mac*)
powertop-2.11/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
powertop-2.11/config.sub-1416-		;;
##############################################
powertop-2.11/config.sub-1420-	-linux*)
powertop-2.11/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
powertop-2.11/config.sub-1422-		;;
powertop-2.11/config.sub-1423-	-sunos5*)
powertop-2.11/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
powertop-2.11/config.sub-1425-		;;
powertop-2.11/config.sub-1426-	-sunos6*)
powertop-2.11/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
powertop-2.11/config.sub-1428-		;;
##############################################
powertop-2.11/config.sub-1469-	-sinix5.*)
powertop-2.11/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
powertop-2.11/config.sub-1471-		;;
##############################################
powertop-2.11/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
powertop-2.11/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
powertop-2.11/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
powertop-2.11/config.sub-1531-		exit 1
##############################################
powertop-2.11/config.sub-1788-		esac
powertop-2.11/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
powertop-2.11/config.sub-1790-		;;
##############################################
powertop-2.11/aclocal.m4-152-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
powertop-2.11/aclocal.m4:153:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
powertop-2.11/aclocal.m4-154-# and then we would define $MISSING as
##############################################
powertop-2.11/aclocal.m4-167-# Expand $ac_aux_dir to an absolute path.
powertop-2.11/aclocal.m4:168:am_aux_dir=`cd "$ac_aux_dir" && pwd`
powertop-2.11/aclocal.m4-169-])
##############################################
powertop-2.11/aclocal.m4-265-  if test "$am_compiler_list" = ""; then
powertop-2.11/aclocal.m4:266:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
powertop-2.11/aclocal.m4-267-  fi
##############################################
powertop-2.11/aclocal.m4-416-    # Strip MF so we end up with the name of the file.
powertop-2.11/aclocal.m4:417:    mf=`echo "$mf" | sed -e 's/:.*$//'`
powertop-2.11/aclocal.m4-418-    # Check whether this is an Automake generated Makefile or not.
##############################################
powertop-2.11/aclocal.m4-425-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
powertop-2.11/aclocal.m4:426:      dirpart=`AS_DIRNAME("$mf")`
powertop-2.11/aclocal.m4-427-    else
##############################################
powertop-2.11/aclocal.m4-431-    # from the Makefile without running 'make'.
powertop-2.11/aclocal.m4:432:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
powertop-2.11/aclocal.m4-433-    test -z "$DEPDIR" && continue
powertop-2.11/aclocal.m4:434:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
powertop-2.11/aclocal.m4-435-    test -z "$am__include" && continue
powertop-2.11/aclocal.m4:436:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
powertop-2.11/aclocal.m4-437-    # Find all dependency output files, they are included files with
##############################################
powertop-2.11/aclocal.m4-445-      test -f "$dirpart/$file" && continue
powertop-2.11/aclocal.m4:446:      fdir=`AS_DIRNAME(["$file"])`
powertop-2.11/aclocal.m4-447-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
powertop-2.11/aclocal.m4-503-AC_REQUIRE([AC_PROG_INSTALL])dnl
powertop-2.11/aclocal.m4:504:if test "`cd $srcdir && pwd`" != "`pwd`"; then
powertop-2.11/aclocal.m4-505-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
powertop-2.11/aclocal.m4-662-    * )
powertop-2.11/aclocal.m4:663:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
powertop-2.11/aclocal.m4-664-  esac
powertop-2.11/aclocal.m4-665-done
powertop-2.11/aclocal.m4:666:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
powertop-2.11/aclocal.m4-667-
##############################################
powertop-2.11/aclocal.m4-733-# Ignore all kinds of additional output from 'make'.
powertop-2.11/aclocal.m4:734:case `$am_make -s -f confmf 2> /dev/null` in #(
powertop-2.11/aclocal.m4-735-*the\ am__doit\ target*)
##############################################
powertop-2.11/aclocal.m4-743-   echo '.include "confinc"' > confmf
powertop-2.11/aclocal.m4:744:   case `$am_make -s -f confmf 2> /dev/null` in #(
powertop-2.11/aclocal.m4-745-   *the\ am__doit\ target*)
##############################################
powertop-2.11/aclocal.m4-925-     echo "timestamp, slept: $am_has_slept" > conftest.file
powertop-2.11/aclocal.m4:926:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
powertop-2.11/aclocal.m4-927-     if test "$[*]" = "X"; then
powertop-2.11/aclocal.m4-928-	# -L didn't work.
powertop-2.11/aclocal.m4:929:	set X `ls -t "$srcdir/configure" conftest.file`
powertop-2.11/aclocal.m4-930-     fi
##############################################
powertop-2.11/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
powertop-2.11/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
powertop-2.11/m4/gettext.m4-269-      fi
##############################################
powertop-2.11/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
powertop-2.11/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
powertop-2.11/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
powertop-2.11/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
powertop-2.11/m4/pkg.m4-159-        else 
powertop-2.11/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
powertop-2.11/m4/pkg.m4-161-        fi
##############################################
powertop-2.11/m4/ltsugar.m4-68-m4_define([lt_combine],
powertop-2.11/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
powertop-2.11/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
powertop-2.11/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
powertop-2.11/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
powertop-2.11/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
powertop-2.11/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
powertop-2.11/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
powertop-2.11/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
powertop-2.11/m4/lib-link.m4-322-                -L*)
powertop-2.11/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
powertop-2.11/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
powertop-2.11/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
powertop-2.11/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
powertop-2.11/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
powertop-2.11/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
powertop-2.11/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
powertop-2.11/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
powertop-2.11/m4/lib-link.m4-529-                  -L*)
powertop-2.11/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
powertop-2.11/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
powertop-2.11/m4/lib-link.m4-581-                  -R*)
powertop-2.11/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
powertop-2.11/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
powertop-2.11/m4/lib-link.m4-611-                    dnl Handle this in the next round.
powertop-2.11/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
powertop-2.11/m4/lib-link.m4-613-                    ;;
##############################################
powertop-2.11/m4/lib-link.m4-617-                    dnl option.
powertop-2.11/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
powertop-2.11/m4/lib-link.m4-619-                    ;;
##############################################
powertop-2.11/m4/lib-link.m4-730-            -L) next=yes ;;
powertop-2.11/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
powertop-2.11/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
powertop-2.11/m4/libtool.m4-119-    done
powertop-2.11/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
powertop-2.11/m4/libtool.m4-121-}
##############################################
powertop-2.11/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
powertop-2.11/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
powertop-2.11/m4/libtool.m4-439-
##############################################
powertop-2.11/m4/libtool.m4-447-#
powertop-2.11/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
powertop-2.11/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
powertop-2.11/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
powertop-2.11/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
powertop-2.11/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
powertop-2.11/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
powertop-2.11/m4/libtool.m4-561-      ;;
##############################################
powertop-2.11/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
powertop-2.11/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
powertop-2.11/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
powertop-2.11/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
powertop-2.11/m4/libtool.m4-574-      ;;
##############################################
powertop-2.11/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
powertop-2.11/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
powertop-2.11/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
powertop-2.11/m4/libtool.m4-1164-      }]'
powertop-2.11/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
powertop-2.11/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
powertop-2.11/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/m4/libtool.m4-1169-  fi],[])
##############################################
powertop-2.11/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
powertop-2.11/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
powertop-2.11/m4/libtool.m4-1202-  ECHO='print -r --'
powertop-2.11/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
powertop-2.11/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
powertop-2.11/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
powertop-2.11/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
powertop-2.11/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
powertop-2.11/m4/libtool.m4-1238-
##############################################
powertop-2.11/m4/libtool.m4-1259-   if test yes = "$GCC"; then
powertop-2.11/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
powertop-2.11/m4/libtool.m4-1261-   fi
##############################################
powertop-2.11/m4/libtool.m4-1263- /*)
powertop-2.11/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
powertop-2.11/m4/libtool.m4-1265-   ;; #(
##############################################
powertop-2.11/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
powertop-2.11/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/m4/libtool.m4-1295-      *ELF-32*)
##############################################
powertop-2.11/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
powertop-2.11/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/m4/libtool.m4-1312-	*32-bit*)
##############################################
powertop-2.11/m4/libtool.m4-1322-    else
powertop-2.11/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/m4/libtool.m4-1324-	*32-bit*)
##############################################
powertop-2.11/m4/libtool.m4-1344-    emul=elf
powertop-2.11/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/m4/libtool.m4-1346-      *32-bit*)
##############################################
powertop-2.11/m4/libtool.m4-1352-    esac
powertop-2.11/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/m4/libtool.m4-1354-      *MSB*)
##############################################
powertop-2.11/m4/libtool.m4-1360-    esac
powertop-2.11/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/m4/libtool.m4-1362-      *N32*)
##############################################
powertop-2.11/m4/libtool.m4-1725-    # And add a safety zone
powertop-2.11/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
powertop-2.11/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
powertop-2.11/m4/libtool.m4-1728-    ;;
##############################################
powertop-2.11/m4/libtool.m4-1758-    if test -n "$kargmax"; then
powertop-2.11/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
powertop-2.11/m4/libtool.m4-1760-    else
##############################################
powertop-2.11/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
powertop-2.11/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
powertop-2.11/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
powertop-2.11/m4/libtool.m4-1770-    else
##############################################
powertop-2.11/m4/libtool.m4-1779-      # we can't tell.
powertop-2.11/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
powertop-2.11/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
powertop-2.11/m4/libtool.m4-1783-      do
powertop-2.11/m4/libtool.m4:1784:        i=`expr $i + 1`
powertop-2.11/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
powertop-2.11/m4/libtool.m4-1787-      # Only check the string length outside the loop.
powertop-2.11/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
powertop-2.11/m4/libtool.m4-1789-      teststring=
##############################################
powertop-2.11/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
powertop-2.11/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
powertop-2.11/m4/libtool.m4-1794-    fi
##############################################
powertop-2.11/m4/libtool.m4-2258-    *:)
powertop-2.11/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
powertop-2.11/m4/libtool.m4-2260-        ;;
powertop-2.11/m4/libtool.m4-2261-    x:*)
powertop-2.11/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
powertop-2.11/m4/libtool.m4-2263-        ;;
powertop-2.11/m4/libtool.m4-2264-    *::*)
powertop-2.11/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
powertop-2.11/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
powertop-2.11/m4/libtool.m4-2267-        ;;
powertop-2.11/m4/libtool.m4-2268-    *)
powertop-2.11/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
powertop-2.11/m4/libtool.m4-2270-        ;;
##############################################
powertop-2.11/m4/libtool.m4-2298-  esac
powertop-2.11/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
powertop-2.11/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
powertop-2.11/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
powertop-2.11/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
powertop-2.11/m4/libtool.m4-2307-    ;;
powertop-2.11/m4/libtool.m4-2308-  *)
powertop-2.11/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/m4/libtool.m4-2310-    ;;
##############################################
powertop-2.11/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
powertop-2.11/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
powertop-2.11/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
powertop-2.11/m4/libtool.m4-2356-  esac
powertop-2.11/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
powertop-2.11/m4/libtool.m4-2358-else
##############################################
powertop-2.11/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
powertop-2.11/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
powertop-2.11/m4/libtool.m4-2499-    ;;
##############################################
powertop-2.11/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
powertop-2.11/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
powertop-2.11/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
powertop-2.11/m4/libtool.m4-2542-      fi'
powertop-2.11/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
powertop-2.11/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
powertop-2.11/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
powertop-2.11/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
powertop-2.11/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
powertop-2.11/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
powertop-2.11/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
powertop-2.11/m4/libtool.m4-2558-      ;;
##############################################
powertop-2.11/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
powertop-2.11/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
powertop-2.11/m4/libtool.m4-2562-      ;;
##############################################
powertop-2.11/m4/libtool.m4-2569-    libname_spec='$name'
powertop-2.11/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
powertop-2.11/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
powertop-2.11/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
powertop-2.11/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
powertop-2.11/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
powertop-2.11/m4/libtool.m4-2586-      # Convert to MSYS style.
powertop-2.11/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
powertop-2.11/m4/libtool.m4-2588-      ;;
##############################################
powertop-2.11/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
powertop-2.11/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
powertop-2.11/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
powertop-2.11/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/m4/libtool.m4-2596-      ;;
##############################################
powertop-2.11/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
powertop-2.11/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
powertop-2.11/m4/libtool.m4-2602-      else
powertop-2.11/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/m4/libtool.m4-2604-      fi
##############################################
powertop-2.11/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
powertop-2.11/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
powertop-2.11/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
powertop-2.11/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
powertop-2.11/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
powertop-2.11/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
powertop-2.11/m4/libtool.m4-2624-    # Assume MSVC wrapper
powertop-2.11/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
powertop-2.11/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
powertop-2.11/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
powertop-2.11/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
powertop-2.11/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
powertop-2.11/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
powertop-2.11/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
powertop-2.11/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
powertop-2.11/m4/libtool.m4-2941-  need_lib_prefix=no
powertop-2.11/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/m4/libtool.m4-2943-    need_version=no
##############################################
powertop-2.11/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
powertop-2.11/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
powertop-2.11/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
powertop-2.11/m4/libtool.m4-2977-    fi'
powertop-2.11/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
powertop-2.11/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
powertop-2.11/m4/libtool.m4-3188-	"file_magic "*)
powertop-2.11/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
powertop-2.11/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
powertop-2.11/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
powertop-2.11/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
powertop-2.11/m4/libtool.m4-3273-  *)
powertop-2.11/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
powertop-2.11/m4/libtool.m4-3275-  esac
##############################################
powertop-2.11/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
powertop-2.11/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
powertop-2.11/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
powertop-2.11/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
powertop-2.11/m4/libtool.m4-3284-      done
##############################################
powertop-2.11/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
powertop-2.11/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
powertop-2.11/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
powertop-2.11/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
powertop-2.11/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
powertop-2.11/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/m4/libtool.m4-3578-openbsd* | bitrig*)
powertop-2.11/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
powertop-2.11/m4/libtool.m4-3645-    else
powertop-2.11/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
powertop-2.11/m4/libtool.m4-3647-    fi
##############################################
powertop-2.11/m4/libtool.m4-3696-	esac
powertop-2.11/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
powertop-2.11/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
powertop-2.11/m4/libtool.m4-3702-	*)
powertop-2.11/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
powertop-2.11/m4/libtool.m4-3704-	  */dev/null*)
##############################################
powertop-2.11/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
powertop-2.11/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
powertop-2.11/m4/libtool.m4-3730-    *COFF*)
##############################################
powertop-2.11/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
powertop-2.11/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
powertop-2.11/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
powertop-2.11/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
powertop-2.11/m4/libtool.m4:3962:case `$NM -V 2>&1` in
powertop-2.11/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/m4/libtool.m4-4009-mingw*)
powertop-2.11/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
powertop-2.11/m4/libtool.m4-4011-  ;;
##############################################
powertop-2.11/m4/libtool.m4-4065-    nlist=conftest.nm
powertop-2.11/m4/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
powertop-2.11/m4/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
powertop-2.11/m4/libtool.m4-4413-	  *)
powertop-2.11/m4/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/m4/libtool.m4-4415-	    *Sun\ C*)
##############################################
powertop-2.11/m4/libtool.m4-4749-      *)
powertop-2.11/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/m4/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
powertop-2.11/m4/libtool.m4-4932-    else
powertop-2.11/m4/libtool.m4:4933:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
powertop-2.11/m4/libtool.m4-4934-    fi
##############################################
powertop-2.11/m4/libtool.m4-5031-	# shared libraries, regardless of the interface used.
powertop-2.11/m4/libtool.m4:5032:	case `$LD -v 2>&1` in
powertop-2.11/m4/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
powertop-2.11/m4/libtool.m4-5063-    supports_anon_versioning=no
powertop-2.11/m4/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
powertop-2.11/m4/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
powertop-2.11/m4/libtool.m4-5166-	prefix_cmds="$SED"~
powertop-2.11/m4/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
powertop-2.11/m4/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
powertop-2.11/m4/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
powertop-2.11/m4/libtool.m4:5189:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
powertop-2.11/m4/libtool.m4:5190:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
powertop-2.11/m4/libtool.m4-5191-      ;;
##############################################
powertop-2.11/m4/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
powertop-2.11/m4/libtool.m4:5207:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
powertop-2.11/m4/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
powertop-2.11/m4/libtool.m4-5211-					# Portland Group f77 and f90 compilers
powertop-2.11/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
powertop-2.11/m4/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
powertop-2.11/m4/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
powertop-2.11/m4/libtool.m4:5229:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
powertop-2.11/m4/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
powertop-2.11/m4/libtool.m4-5232-	esac
powertop-2.11/m4/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/m4/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
powertop-2.11/m4/libtool.m4:5235:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
powertop-2.11/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
powertop-2.11/m4/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
powertop-2.11/m4/libtool.m4:5304:      case `$LD -v 2>&1` in
powertop-2.11/m4/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
powertop-2.11/m4/libtool.m4-5392-	else
powertop-2.11/m4/libtool.m4:5393:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
powertop-2.11/m4/libtool.m4-5394-	fi
##############################################
powertop-2.11/m4/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
powertop-2.11/m4/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
powertop-2.11/m4/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
powertop-2.11/m4/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
powertop-2.11/m4/libtool.m4:5514:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
powertop-2.11/m4/libtool.m4-5515-      else
##############################################
powertop-2.11/m4/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
powertop-2.11/m4/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
powertop-2.11/m4/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
powertop-2.11/m4/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
powertop-2.11/m4/libtool.m4:5630:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
powertop-2.11/m4/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
powertop-2.11/m4/libtool.m4-5767-      if test yes = "$GCC"; then
powertop-2.11/m4/libtool.m4:5768:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
powertop-2.11/m4/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
powertop-2.11/m4/libtool.m4:5791:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
powertop-2.11/m4/libtool.m4-5792-	fi
##############################################
powertop-2.11/m4/libtool.m4-5794-      else
powertop-2.11/m4/libtool.m4:5795:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4:5796:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
powertop-2.11/m4/libtool.m4-5797-      fi
##############################################
powertop-2.11/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
powertop-2.11/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
powertop-2.11/m4/libtool.m4-5872-	prefix_cmds="$SED"~
powertop-2.11/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
powertop-2.11/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
powertop-2.11/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
powertop-2.11/m4/libtool.m4:5887:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-5888-      else
powertop-2.11/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
powertop-2.11/m4/libtool.m4:5890:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-5891-      fi
##############################################
powertop-2.11/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
powertop-2.11/m4/libtool.m4:5900:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
powertop-2.11/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
powertop-2.11/m4/libtool.m4:5904:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4:5905:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
powertop-2.11/m4/libtool.m4:5906:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
powertop-2.11/m4/libtool.m4-5907-
##############################################
powertop-2.11/m4/libtool.m4-5922-      else
powertop-2.11/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
powertop-2.11/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
powertop-2.11/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
powertop-2.11/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
powertop-2.11/m4/libtool.m4-6117-	  then
##############################################
powertop-2.11/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
powertop-2.11/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
powertop-2.11/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
powertop-2.11/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
powertop-2.11/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
powertop-2.11/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
powertop-2.11/m4/libtool.m4-6587-
powertop-2.11/m4/libtool.m4:6588:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
powertop-2.11/m4/libtool.m4-6589-        else
##############################################
powertop-2.11/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
powertop-2.11/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
powertop-2.11/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
powertop-2.11/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
powertop-2.11/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
powertop-2.11/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
powertop-2.11/m4/libtool.m4-6815-            # dependencies.
powertop-2.11/m4/libtool.m4:6816:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
powertop-2.11/m4/libtool.m4-6817-            ;;
##############################################
powertop-2.11/m4/libtool.m4-6880-	    # dependencies.
powertop-2.11/m4/libtool.m4:6881:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
powertop-2.11/m4/libtool.m4-6882-	    ;;
##############################################
powertop-2.11/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
powertop-2.11/m4/libtool.m4:6917:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
powertop-2.11/m4/libtool.m4:6918:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
powertop-2.11/m4/libtool.m4-6919-	;;
##############################################
powertop-2.11/m4/libtool.m4-6923-	    # SGI C++
powertop-2.11/m4/libtool.m4:6924:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-6925-
##############################################
powertop-2.11/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
powertop-2.11/m4/libtool.m4:6935:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-6936-	      else
powertop-2.11/m4/libtool.m4:6937:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
powertop-2.11/m4/libtool.m4-6938-	      fi
##############################################
powertop-2.11/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
powertop-2.11/m4/libtool.m4:6956:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
powertop-2.11/m4/libtool.m4:6957:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
powertop-2.11/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
powertop-2.11/m4/libtool.m4-6965-	    # dependencies.
powertop-2.11/m4/libtool.m4:6966:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
powertop-2.11/m4/libtool.m4-6967-
##############################################
powertop-2.11/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
powertop-2.11/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
powertop-2.11/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
powertop-2.11/m4/libtool.m4-7001-            # Portland Group C++ compiler
powertop-2.11/m4/libtool.m4:7002:	    case `$CC -V` in
powertop-2.11/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
powertop-2.11/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
powertop-2.11/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
powertop-2.11/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
powertop-2.11/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
powertop-2.11/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
powertop-2.11/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
powertop-2.11/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
powertop-2.11/m4/libtool.m4:7016:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
powertop-2.11/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
powertop-2.11/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
powertop-2.11/m4/libtool.m4:7020:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
powertop-2.11/m4/libtool.m4-7021-	      ;;
##############################################
powertop-2.11/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
powertop-2.11/m4/libtool.m4:7030:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
powertop-2.11/m4/libtool.m4-7031-            ;;
##############################################
powertop-2.11/m4/libtool.m4-7048-	    # dependencies.
powertop-2.11/m4/libtool.m4:7049:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
powertop-2.11/m4/libtool.m4-7050-	    ;;
##############################################
powertop-2.11/m4/libtool.m4-7063-	  *)
powertop-2.11/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
powertop-2.11/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
powertop-2.11/m4/libtool.m4:7071:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
powertop-2.11/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
powertop-2.11/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
powertop-2.11/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
powertop-2.11/m4/libtool.m4-7137-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
powertop-2.11/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
powertop-2.11/m4/libtool.m4:7155:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
powertop-2.11/m4/libtool.m4-7156-
##############################################
powertop-2.11/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
powertop-2.11/m4/libtool.m4:7176:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
powertop-2.11/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
powertop-2.11/m4/libtool.m4:7181:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
powertop-2.11/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
powertop-2.11/m4/libtool.m4:7184:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
powertop-2.11/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
powertop-2.11/m4/libtool.m4-7199-	    # dependencies.
powertop-2.11/m4/libtool.m4:7200:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
powertop-2.11/m4/libtool.m4-7201-	    ;;
##############################################
powertop-2.11/m4/libtool.m4-7206-	        osf3*)
powertop-2.11/m4/libtool.m4:7207:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-7208-		  ;;
powertop-2.11/m4/libtool.m4-7209-	        *)
powertop-2.11/m4/libtool.m4:7210:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
powertop-2.11/m4/libtool.m4-7211-		  ;;
##############################################
powertop-2.11/m4/libtool.m4-7459-  case @S|@2 in
powertop-2.11/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
powertop-2.11/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
powertop-2.11/m4/libtool.m4-7462-  esac
##############################################
powertop-2.11/m4/libtool.m4-7548-
powertop-2.11/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
powertop-2.11/m4/libtool.m4-7550-    case $prev$p in
##############################################
powertop-2.11/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
powertop-2.11/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
powertop-2.11/m4/libtool.m4-7654-fi
##############################################
powertop-2.11/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
powertop-2.11/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
powertop-2.11/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
powertop-2.11/m4/po.m4-47-changequote(,)dnl
powertop-2.11/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
powertop-2.11/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
powertop-2.11/m4/po.m4-54-changequote(,)dnl
powertop-2.11/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
powertop-2.11/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
powertop-2.11/m4/po.m4-73-changequote(,)dnl
powertop-2.11/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
powertop-2.11/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
powertop-2.11/m4/po.m4-98-      case "$ac_file" in
powertop-2.11/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
powertop-2.11/m4/po.m4-100-      esac
##############################################
powertop-2.11/m4/po.m4-103-        # Adjust a relative srcdir.
powertop-2.11/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
powertop-2.11/m4/po.m4:105:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
powertop-2.11/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
powertop-2.11/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
powertop-2.11/m4/po.m4-110-        case "$ac_given_srcdir" in
powertop-2.11/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
powertop-2.11/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
powertop-2.11/m4/po.m4-131-            fi
powertop-2.11/m4/po.m4:132:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
powertop-2.11/m4/po.m4-133-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
powertop-2.11/m4/po.m4-228-  # Adjust a relative srcdir.
powertop-2.11/m4/po.m4:229:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
powertop-2.11/m4/po.m4:230:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
powertop-2.11/m4/po.m4:231:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
powertop-2.11/m4/po.m4-232-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
powertop-2.11/m4/po.m4-235-  case "$ac_given_srcdir" in
powertop-2.11/m4/po.m4:236:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
powertop-2.11/m4/po.m4-237-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
powertop-2.11/m4/po.m4-297-  # Set POTFILES to the value of the Makefile variable POTFILES.
powertop-2.11/m4/po.m4:298:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
powertop-2.11/m4/po.m4:299:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
powertop-2.11/m4/po.m4-300-  # Compute POTFILES_DEPS as
##############################################
powertop-2.11/m4/po.m4-312-    # The LINGUAS file contains the set of available languages.
powertop-2.11/m4/po.m4:313:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
powertop-2.11/m4/po.m4-314-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
powertop-2.11/m4/po.m4-316-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
powertop-2.11/m4/po.m4:317:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
powertop-2.11/m4/po.m4:318:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
powertop-2.11/m4/po.m4-319-  fi
##############################################
powertop-2.11/m4/po.m4-360-    QMFILES="$QMFILES $srcdirpre$lang.qm"
powertop-2.11/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
powertop-2.11/m4/po.m4-362-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
powertop-2.11/m4/po.m4:363:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
powertop-2.11/m4/po.m4-364-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
powertop-2.11/m4/po.m4-401-      QTCATALOGS="$QTCATALOGS $lang.qm"
powertop-2.11/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
powertop-2.11/m4/po.m4-403-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
powertop-2.11/m4/po.m4:404:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
powertop-2.11/m4/po.m4-405-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
powertop-2.11/m4/po.m4-413-    for lang in $ALL_LINGUAS; do
powertop-2.11/m4/po.m4:414:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
powertop-2.11/m4/po.m4-415-      cat >> "$ac_file.tmp" <<EOF
##############################################
powertop-2.11/m4/po.m4-424-    for lang in $ALL_LINGUAS; do
powertop-2.11/m4/po.m4:425:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
powertop-2.11/m4/po.m4-426-      cat >> "$ac_file.tmp" <<EOF
##############################################
powertop-2.11/m4/lib-prefix.m4-201-    *)
powertop-2.11/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
powertop-2.11/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
powertop-2.11/m4/lib-prefix.m4-211-                ;;
powertop-2.11/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
powertop-2.11/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
powertop-2.11/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
powertop-2.11/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
powertop-2.11/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
powertop-2.11/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
powertop-2.11/m4/lib-ld.m4-58-  *)
powertop-2.11/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
powertop-2.11/m4/lib-ld.m4-60-  esac
##############################################
powertop-2.11/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
powertop-2.11/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
powertop-2.11/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
powertop-2.11/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
powertop-2.11/m4/lib-ld.m4-69-      done
##############################################
powertop-2.11/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
powertop-2.11/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
powertop-2.11/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
powertop-2.11/doc/Makefile.in-49-  { \
powertop-2.11/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
powertop-2.11/doc/Makefile.in-51-  }; \
##############################################
powertop-2.11/doc/Makefile.in-128-  esac
powertop-2.11/doc/Makefile.in:129:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
powertop-2.11/doc/Makefile.in-130-am__vpath_adj = case $$p in \
powertop-2.11/doc/Makefile.in:131:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
powertop-2.11/doc/Makefile.in-132-    *) f=$$p;; \
powertop-2.11/doc/Makefile.in-133-  esac;
powertop-2.11/doc/Makefile.in:134:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
powertop-2.11/doc/Makefile.in-135-am__install_max = 40
powertop-2.11/doc/Makefile.in-136-am__nobase_strip_setup = \
powertop-2.11/doc/Makefile.in:137:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
powertop-2.11/doc/Makefile.in-138-am__nobase_strip = \
##############################################
powertop-2.11/doc/Makefile.in-362-	test -n "$(man8dir)" \
powertop-2.11/doc/Makefile.in:363:	  && test -n "`echo $$list1$$list2`" \
powertop-2.11/doc/Makefile.in-364-	  || exit 0; \
##############################################
powertop-2.11/doc/Makefile.in-408-distdir: $(DISTFILES)
powertop-2.11/doc/Makefile.in:409:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/doc/Makefile.in:410:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/doc/Makefile.in-411-	list='$(DISTFILES)'; \
##############################################
powertop-2.11/doc/Makefile.in-422-	  if test -d $$d/$$file; then \
powertop-2.11/doc/Makefile.in:423:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
powertop-2.11/doc/Makefile.in-424-	    if test -d "$(distdir)/$$file"; then \
##############################################
powertop-2.11/install-sh-234-      fi
powertop-2.11/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
powertop-2.11/install-sh-236-    *)
##############################################
powertop-2.11/install-sh-281-      dstdir=$dst
powertop-2.11/install-sh:282:      dst=$dstdir/`basename "$src"`
powertop-2.11/install-sh-283-      dstdir_status=0
powertop-2.11/install-sh-284-    else
powertop-2.11/install-sh:285:      dstdir=`dirname "$dst"`
powertop-2.11/install-sh-286-      test -d "$dstdir"
##############################################
powertop-2.11/install-sh-344-                   test_tmpdir="$tmpdir/a"
powertop-2.11/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
powertop-2.11/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
powertop-2.11/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
powertop-2.11/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
powertop-2.11/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
powertop-2.11/install-sh-409-            case $prefix in
powertop-2.11/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
powertop-2.11/install-sh-411-              *) qprefix=$prefix;;
##############################################
powertop-2.11/install-sh-458-    if $copy_on_change &&
powertop-2.11/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
powertop-2.11/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
powertop-2.11/install-sh-461-       set -f &&
##############################################
powertop-2.11/src/Makefile.in-50-  { \
powertop-2.11/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
powertop-2.11/src/Makefile.in-52-  }; \
##############################################
powertop-2.11/src/Makefile.in-669-	test -n "$(EXEEXT)" || exit 0; \
powertop-2.11/src/Makefile.in:670:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
powertop-2.11/src/Makefile.in-671-	echo " rm -f" $$list; \
##############################################
powertop-2.11/src/Makefile.in-954-.c.o:
powertop-2.11/src/Makefile.in:955:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
powertop-2.11/src/Makefile.in-956-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
powertop-2.11/src/Makefile.in-962-.c.obj:
powertop-2.11/src/Makefile.in:963:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
powertop-2.11/src/Makefile.in:964:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
powertop-2.11/src/Makefile.in-965-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
powertop-2.11/src/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:968:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
powertop-2.11/src/Makefile.in-969-
powertop-2.11/src/Makefile.in-970-.c.lo:
powertop-2.11/src/Makefile.in:971:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
powertop-2.11/src/Makefile.in-972-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
powertop-2.11/src/Makefile.in-978-tuning/powertop-iw.o: tuning/iw.c
powertop-2.11/src/Makefile.in:979:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tuning/powertop-iw.o -MD -MP -MF tuning/$(DEPDIR)/powertop-iw.Tpo -c -o tuning/powertop-iw.o `test -f 'tuning/iw.c' || echo '$(srcdir)/'`tuning/iw.c
powertop-2.11/src/Makefile.in-980-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-iw.Tpo tuning/$(DEPDIR)/powertop-iw.Po
##############################################
powertop-2.11/src/Makefile.in-982-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:983:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tuning/powertop-iw.o `test -f 'tuning/iw.c' || echo '$(srcdir)/'`tuning/iw.c
powertop-2.11/src/Makefile.in-984-
powertop-2.11/src/Makefile.in-985-tuning/powertop-iw.obj: tuning/iw.c
powertop-2.11/src/Makefile.in:986:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tuning/powertop-iw.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-iw.Tpo -c -o tuning/powertop-iw.obj `if test -f 'tuning/iw.c'; then $(CYGPATH_W) 'tuning/iw.c'; else $(CYGPATH_W) '$(srcdir)/tuning/iw.c'; fi`
powertop-2.11/src/Makefile.in-987-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-iw.Tpo tuning/$(DEPDIR)/powertop-iw.Po
##############################################
powertop-2.11/src/Makefile.in-989-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:990:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tuning/powertop-iw.obj `if test -f 'tuning/iw.c'; then $(CYGPATH_W) 'tuning/iw.c'; else $(CYGPATH_W) '$(srcdir)/tuning/iw.c'; fi`
powertop-2.11/src/Makefile.in-991-
powertop-2.11/src/Makefile.in-992-.cpp.o:
powertop-2.11/src/Makefile.in:993:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
powertop-2.11/src/Makefile.in-994-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
powertop-2.11/src/Makefile.in-1000-.cpp.obj:
powertop-2.11/src/Makefile.in:1001:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
powertop-2.11/src/Makefile.in:1002:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
powertop-2.11/src/Makefile.in-1003-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
powertop-2.11/src/Makefile.in-1005-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1006:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
powertop-2.11/src/Makefile.in-1007-
powertop-2.11/src/Makefile.in-1008-.cpp.lo:
powertop-2.11/src/Makefile.in:1009:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
powertop-2.11/src/Makefile.in-1010-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
powertop-2.11/src/Makefile.in-1016-powertop-devlist.o: devlist.cpp
powertop-2.11/src/Makefile.in:1017:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-devlist.o -MD -MP -MF $(DEPDIR)/powertop-devlist.Tpo -c -o powertop-devlist.o `test -f 'devlist.cpp' || echo '$(srcdir)/'`devlist.cpp
powertop-2.11/src/Makefile.in-1018-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-devlist.Tpo $(DEPDIR)/powertop-devlist.Po
##############################################
powertop-2.11/src/Makefile.in-1020-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1021:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-devlist.o `test -f 'devlist.cpp' || echo '$(srcdir)/'`devlist.cpp
powertop-2.11/src/Makefile.in-1022-
powertop-2.11/src/Makefile.in-1023-powertop-devlist.obj: devlist.cpp
powertop-2.11/src/Makefile.in:1024:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-devlist.obj -MD -MP -MF $(DEPDIR)/powertop-devlist.Tpo -c -o powertop-devlist.obj `if test -f 'devlist.cpp'; then $(CYGPATH_W) 'devlist.cpp'; else $(CYGPATH_W) '$(srcdir)/devlist.cpp'; fi`
powertop-2.11/src/Makefile.in-1025-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-devlist.Tpo $(DEPDIR)/powertop-devlist.Po
##############################################
powertop-2.11/src/Makefile.in-1027-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1028:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-devlist.obj `if test -f 'devlist.cpp'; then $(CYGPATH_W) 'devlist.cpp'; else $(CYGPATH_W) '$(srcdir)/devlist.cpp'; fi`
powertop-2.11/src/Makefile.in-1029-
powertop-2.11/src/Makefile.in-1030-powertop-display.o: display.cpp
powertop-2.11/src/Makefile.in:1031:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-display.o -MD -MP -MF $(DEPDIR)/powertop-display.Tpo -c -o powertop-display.o `test -f 'display.cpp' || echo '$(srcdir)/'`display.cpp
powertop-2.11/src/Makefile.in-1032-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-display.Tpo $(DEPDIR)/powertop-display.Po
##############################################
powertop-2.11/src/Makefile.in-1034-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1035:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-display.o `test -f 'display.cpp' || echo '$(srcdir)/'`display.cpp
powertop-2.11/src/Makefile.in-1036-
powertop-2.11/src/Makefile.in-1037-powertop-display.obj: display.cpp
powertop-2.11/src/Makefile.in:1038:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-display.obj -MD -MP -MF $(DEPDIR)/powertop-display.Tpo -c -o powertop-display.obj `if test -f 'display.cpp'; then $(CYGPATH_W) 'display.cpp'; else $(CYGPATH_W) '$(srcdir)/display.cpp'; fi`
powertop-2.11/src/Makefile.in-1039-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-display.Tpo $(DEPDIR)/powertop-display.Po
##############################################
powertop-2.11/src/Makefile.in-1041-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1042:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-display.obj `if test -f 'display.cpp'; then $(CYGPATH_W) 'display.cpp'; else $(CYGPATH_W) '$(srcdir)/display.cpp'; fi`
powertop-2.11/src/Makefile.in-1043-
powertop-2.11/src/Makefile.in-1044-powertop-lib.o: lib.cpp
powertop-2.11/src/Makefile.in:1045:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-lib.o -MD -MP -MF $(DEPDIR)/powertop-lib.Tpo -c -o powertop-lib.o `test -f 'lib.cpp' || echo '$(srcdir)/'`lib.cpp
powertop-2.11/src/Makefile.in-1046-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-lib.Tpo $(DEPDIR)/powertop-lib.Po
##############################################
powertop-2.11/src/Makefile.in-1048-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1049:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-lib.o `test -f 'lib.cpp' || echo '$(srcdir)/'`lib.cpp
powertop-2.11/src/Makefile.in-1050-
powertop-2.11/src/Makefile.in-1051-powertop-lib.obj: lib.cpp
powertop-2.11/src/Makefile.in:1052:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-lib.obj -MD -MP -MF $(DEPDIR)/powertop-lib.Tpo -c -o powertop-lib.obj `if test -f 'lib.cpp'; then $(CYGPATH_W) 'lib.cpp'; else $(CYGPATH_W) '$(srcdir)/lib.cpp'; fi`
powertop-2.11/src/Makefile.in-1053-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-lib.Tpo $(DEPDIR)/powertop-lib.Po
##############################################
powertop-2.11/src/Makefile.in-1055-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1056:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-lib.obj `if test -f 'lib.cpp'; then $(CYGPATH_W) 'lib.cpp'; else $(CYGPATH_W) '$(srcdir)/lib.cpp'; fi`
powertop-2.11/src/Makefile.in-1057-
powertop-2.11/src/Makefile.in-1058-powertop-main.o: main.cpp
powertop-2.11/src/Makefile.in:1059:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-main.o -MD -MP -MF $(DEPDIR)/powertop-main.Tpo -c -o powertop-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
powertop-2.11/src/Makefile.in-1060-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-main.Tpo $(DEPDIR)/powertop-main.Po
##############################################
powertop-2.11/src/Makefile.in-1062-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1063:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
powertop-2.11/src/Makefile.in-1064-
powertop-2.11/src/Makefile.in-1065-powertop-main.obj: main.cpp
powertop-2.11/src/Makefile.in:1066:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT powertop-main.obj -MD -MP -MF $(DEPDIR)/powertop-main.Tpo -c -o powertop-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
powertop-2.11/src/Makefile.in-1067-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powertop-main.Tpo $(DEPDIR)/powertop-main.Po
##############################################
powertop-2.11/src/Makefile.in-1069-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1070:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o powertop-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
powertop-2.11/src/Makefile.in-1071-
powertop-2.11/src/Makefile.in-1072-calibrate/powertop-calibrate.o: calibrate/calibrate.cpp
powertop-2.11/src/Makefile.in:1073:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT calibrate/powertop-calibrate.o -MD -MP -MF calibrate/$(DEPDIR)/powertop-calibrate.Tpo -c -o calibrate/powertop-calibrate.o `test -f 'calibrate/calibrate.cpp' || echo '$(srcdir)/'`calibrate/calibrate.cpp
powertop-2.11/src/Makefile.in-1074-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) calibrate/$(DEPDIR)/powertop-calibrate.Tpo calibrate/$(DEPDIR)/powertop-calibrate.Po
##############################################
powertop-2.11/src/Makefile.in-1076-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1077:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o calibrate/powertop-calibrate.o `test -f 'calibrate/calibrate.cpp' || echo '$(srcdir)/'`calibrate/calibrate.cpp
powertop-2.11/src/Makefile.in-1078-
powertop-2.11/src/Makefile.in-1079-calibrate/powertop-calibrate.obj: calibrate/calibrate.cpp
powertop-2.11/src/Makefile.in:1080:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT calibrate/powertop-calibrate.obj -MD -MP -MF calibrate/$(DEPDIR)/powertop-calibrate.Tpo -c -o calibrate/powertop-calibrate.obj `if test -f 'calibrate/calibrate.cpp'; then $(CYGPATH_W) 'calibrate/calibrate.cpp'; else $(CYGPATH_W) '$(srcdir)/calibrate/calibrate.cpp'; fi`
powertop-2.11/src/Makefile.in-1081-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) calibrate/$(DEPDIR)/powertop-calibrate.Tpo calibrate/$(DEPDIR)/powertop-calibrate.Po
##############################################
powertop-2.11/src/Makefile.in-1083-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1084:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o calibrate/powertop-calibrate.obj `if test -f 'calibrate/calibrate.cpp'; then $(CYGPATH_W) 'calibrate/calibrate.cpp'; else $(CYGPATH_W) '$(srcdir)/calibrate/calibrate.cpp'; fi`
powertop-2.11/src/Makefile.in-1085-
powertop-2.11/src/Makefile.in-1086-cpu/powertop-abstract_cpu.o: cpu/abstract_cpu.cpp
powertop-2.11/src/Makefile.in:1087:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-abstract_cpu.o -MD -MP -MF cpu/$(DEPDIR)/powertop-abstract_cpu.Tpo -c -o cpu/powertop-abstract_cpu.o `test -f 'cpu/abstract_cpu.cpp' || echo '$(srcdir)/'`cpu/abstract_cpu.cpp
powertop-2.11/src/Makefile.in-1088-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-abstract_cpu.Tpo cpu/$(DEPDIR)/powertop-abstract_cpu.Po
##############################################
powertop-2.11/src/Makefile.in-1090-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1091:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-abstract_cpu.o `test -f 'cpu/abstract_cpu.cpp' || echo '$(srcdir)/'`cpu/abstract_cpu.cpp
powertop-2.11/src/Makefile.in-1092-
powertop-2.11/src/Makefile.in-1093-cpu/powertop-abstract_cpu.obj: cpu/abstract_cpu.cpp
powertop-2.11/src/Makefile.in:1094:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-abstract_cpu.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-abstract_cpu.Tpo -c -o cpu/powertop-abstract_cpu.obj `if test -f 'cpu/abstract_cpu.cpp'; then $(CYGPATH_W) 'cpu/abstract_cpu.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/abstract_cpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1095-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-abstract_cpu.Tpo cpu/$(DEPDIR)/powertop-abstract_cpu.Po
##############################################
powertop-2.11/src/Makefile.in-1097-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1098:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-abstract_cpu.obj `if test -f 'cpu/abstract_cpu.cpp'; then $(CYGPATH_W) 'cpu/abstract_cpu.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/abstract_cpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1099-
powertop-2.11/src/Makefile.in-1100-cpu/powertop-cpu.o: cpu/cpu.cpp
powertop-2.11/src/Makefile.in:1101:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu.o -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu.Tpo -c -o cpu/powertop-cpu.o `test -f 'cpu/cpu.cpp' || echo '$(srcdir)/'`cpu/cpu.cpp
powertop-2.11/src/Makefile.in-1102-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu.Tpo cpu/$(DEPDIR)/powertop-cpu.Po
##############################################
powertop-2.11/src/Makefile.in-1104-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1105:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu.o `test -f 'cpu/cpu.cpp' || echo '$(srcdir)/'`cpu/cpu.cpp
powertop-2.11/src/Makefile.in-1106-
powertop-2.11/src/Makefile.in-1107-cpu/powertop-cpu.obj: cpu/cpu.cpp
powertop-2.11/src/Makefile.in:1108:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu.Tpo -c -o cpu/powertop-cpu.obj `if test -f 'cpu/cpu.cpp'; then $(CYGPATH_W) 'cpu/cpu.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1109-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu.Tpo cpu/$(DEPDIR)/powertop-cpu.Po
##############################################
powertop-2.11/src/Makefile.in-1111-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1112:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu.obj `if test -f 'cpu/cpu.cpp'; then $(CYGPATH_W) 'cpu/cpu.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1113-
powertop-2.11/src/Makefile.in-1114-cpu/powertop-cpu_core.o: cpu/cpu_core.cpp
powertop-2.11/src/Makefile.in:1115:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_core.o -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_core.Tpo -c -o cpu/powertop-cpu_core.o `test -f 'cpu/cpu_core.cpp' || echo '$(srcdir)/'`cpu/cpu_core.cpp
powertop-2.11/src/Makefile.in-1116-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_core.Tpo cpu/$(DEPDIR)/powertop-cpu_core.Po
##############################################
powertop-2.11/src/Makefile.in-1118-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1119:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_core.o `test -f 'cpu/cpu_core.cpp' || echo '$(srcdir)/'`cpu/cpu_core.cpp
powertop-2.11/src/Makefile.in-1120-
powertop-2.11/src/Makefile.in-1121-cpu/powertop-cpu_core.obj: cpu/cpu_core.cpp
powertop-2.11/src/Makefile.in:1122:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_core.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_core.Tpo -c -o cpu/powertop-cpu_core.obj `if test -f 'cpu/cpu_core.cpp'; then $(CYGPATH_W) 'cpu/cpu_core.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_core.cpp'; fi`
powertop-2.11/src/Makefile.in-1123-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_core.Tpo cpu/$(DEPDIR)/powertop-cpu_core.Po
##############################################
powertop-2.11/src/Makefile.in-1125-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1126:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_core.obj `if test -f 'cpu/cpu_core.cpp'; then $(CYGPATH_W) 'cpu/cpu_core.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_core.cpp'; fi`
powertop-2.11/src/Makefile.in-1127-
powertop-2.11/src/Makefile.in-1128-cpu/powertop-cpu_linux.o: cpu/cpu_linux.cpp
powertop-2.11/src/Makefile.in:1129:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_linux.o -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_linux.Tpo -c -o cpu/powertop-cpu_linux.o `test -f 'cpu/cpu_linux.cpp' || echo '$(srcdir)/'`cpu/cpu_linux.cpp
powertop-2.11/src/Makefile.in-1130-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_linux.Tpo cpu/$(DEPDIR)/powertop-cpu_linux.Po
##############################################
powertop-2.11/src/Makefile.in-1132-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1133:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_linux.o `test -f 'cpu/cpu_linux.cpp' || echo '$(srcdir)/'`cpu/cpu_linux.cpp
powertop-2.11/src/Makefile.in-1134-
powertop-2.11/src/Makefile.in-1135-cpu/powertop-cpu_linux.obj: cpu/cpu_linux.cpp
powertop-2.11/src/Makefile.in:1136:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_linux.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_linux.Tpo -c -o cpu/powertop-cpu_linux.obj `if test -f 'cpu/cpu_linux.cpp'; then $(CYGPATH_W) 'cpu/cpu_linux.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_linux.cpp'; fi`
powertop-2.11/src/Makefile.in-1137-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_linux.Tpo cpu/$(DEPDIR)/powertop-cpu_linux.Po
##############################################
powertop-2.11/src/Makefile.in-1139-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1140:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_linux.obj `if test -f 'cpu/cpu_linux.cpp'; then $(CYGPATH_W) 'cpu/cpu_linux.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_linux.cpp'; fi`
powertop-2.11/src/Makefile.in-1141-
powertop-2.11/src/Makefile.in-1142-cpu/powertop-cpu_package.o: cpu/cpu_package.cpp
powertop-2.11/src/Makefile.in:1143:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_package.o -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_package.Tpo -c -o cpu/powertop-cpu_package.o `test -f 'cpu/cpu_package.cpp' || echo '$(srcdir)/'`cpu/cpu_package.cpp
powertop-2.11/src/Makefile.in-1144-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_package.Tpo cpu/$(DEPDIR)/powertop-cpu_package.Po
##############################################
powertop-2.11/src/Makefile.in-1146-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1147:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_package.o `test -f 'cpu/cpu_package.cpp' || echo '$(srcdir)/'`cpu/cpu_package.cpp
powertop-2.11/src/Makefile.in-1148-
powertop-2.11/src/Makefile.in-1149-cpu/powertop-cpu_package.obj: cpu/cpu_package.cpp
powertop-2.11/src/Makefile.in:1150:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_package.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_package.Tpo -c -o cpu/powertop-cpu_package.obj `if test -f 'cpu/cpu_package.cpp'; then $(CYGPATH_W) 'cpu/cpu_package.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_package.cpp'; fi`
powertop-2.11/src/Makefile.in-1151-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_package.Tpo cpu/$(DEPDIR)/powertop-cpu_package.Po
##############################################
powertop-2.11/src/Makefile.in-1153-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1154:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_package.obj `if test -f 'cpu/cpu_package.cpp'; then $(CYGPATH_W) 'cpu/cpu_package.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_package.cpp'; fi`
powertop-2.11/src/Makefile.in-1155-
powertop-2.11/src/Makefile.in-1156-cpu/powertop-cpu_rapl_device.o: cpu/cpu_rapl_device.cpp
powertop-2.11/src/Makefile.in:1157:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_rapl_device.o -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_rapl_device.Tpo -c -o cpu/powertop-cpu_rapl_device.o `test -f 'cpu/cpu_rapl_device.cpp' || echo '$(srcdir)/'`cpu/cpu_rapl_device.cpp
powertop-2.11/src/Makefile.in-1158-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_rapl_device.Tpo cpu/$(DEPDIR)/powertop-cpu_rapl_device.Po
##############################################
powertop-2.11/src/Makefile.in-1160-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1161:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_rapl_device.o `test -f 'cpu/cpu_rapl_device.cpp' || echo '$(srcdir)/'`cpu/cpu_rapl_device.cpp
powertop-2.11/src/Makefile.in-1162-
powertop-2.11/src/Makefile.in-1163-cpu/powertop-cpu_rapl_device.obj: cpu/cpu_rapl_device.cpp
powertop-2.11/src/Makefile.in:1164:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpu_rapl_device.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-cpu_rapl_device.Tpo -c -o cpu/powertop-cpu_rapl_device.obj `if test -f 'cpu/cpu_rapl_device.cpp'; then $(CYGPATH_W) 'cpu/cpu_rapl_device.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_rapl_device.cpp'; fi`
powertop-2.11/src/Makefile.in-1165-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpu_rapl_device.Tpo cpu/$(DEPDIR)/powertop-cpu_rapl_device.Po
##############################################
powertop-2.11/src/Makefile.in-1167-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1168:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpu_rapl_device.obj `if test -f 'cpu/cpu_rapl_device.cpp'; then $(CYGPATH_W) 'cpu/cpu_rapl_device.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpu_rapl_device.cpp'; fi`
powertop-2.11/src/Makefile.in-1169-
powertop-2.11/src/Makefile.in-1170-cpu/powertop-cpudevice.o: cpu/cpudevice.cpp
powertop-2.11/src/Makefile.in:1171:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpudevice.o -MD -MP -MF cpu/$(DEPDIR)/powertop-cpudevice.Tpo -c -o cpu/powertop-cpudevice.o `test -f 'cpu/cpudevice.cpp' || echo '$(srcdir)/'`cpu/cpudevice.cpp
powertop-2.11/src/Makefile.in-1172-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpudevice.Tpo cpu/$(DEPDIR)/powertop-cpudevice.Po
##############################################
powertop-2.11/src/Makefile.in-1174-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1175:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpudevice.o `test -f 'cpu/cpudevice.cpp' || echo '$(srcdir)/'`cpu/cpudevice.cpp
powertop-2.11/src/Makefile.in-1176-
powertop-2.11/src/Makefile.in-1177-cpu/powertop-cpudevice.obj: cpu/cpudevice.cpp
powertop-2.11/src/Makefile.in:1178:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-cpudevice.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-cpudevice.Tpo -c -o cpu/powertop-cpudevice.obj `if test -f 'cpu/cpudevice.cpp'; then $(CYGPATH_W) 'cpu/cpudevice.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpudevice.cpp'; fi`
powertop-2.11/src/Makefile.in-1179-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-cpudevice.Tpo cpu/$(DEPDIR)/powertop-cpudevice.Po
##############################################
powertop-2.11/src/Makefile.in-1181-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1182:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-cpudevice.obj `if test -f 'cpu/cpudevice.cpp'; then $(CYGPATH_W) 'cpu/cpudevice.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/cpudevice.cpp'; fi`
powertop-2.11/src/Makefile.in-1183-
powertop-2.11/src/Makefile.in-1184-cpu/powertop-dram_rapl_device.o: cpu/dram_rapl_device.cpp
powertop-2.11/src/Makefile.in:1185:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-dram_rapl_device.o -MD -MP -MF cpu/$(DEPDIR)/powertop-dram_rapl_device.Tpo -c -o cpu/powertop-dram_rapl_device.o `test -f 'cpu/dram_rapl_device.cpp' || echo '$(srcdir)/'`cpu/dram_rapl_device.cpp
powertop-2.11/src/Makefile.in-1186-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-dram_rapl_device.Tpo cpu/$(DEPDIR)/powertop-dram_rapl_device.Po
##############################################
powertop-2.11/src/Makefile.in-1188-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1189:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-dram_rapl_device.o `test -f 'cpu/dram_rapl_device.cpp' || echo '$(srcdir)/'`cpu/dram_rapl_device.cpp
powertop-2.11/src/Makefile.in-1190-
powertop-2.11/src/Makefile.in-1191-cpu/powertop-dram_rapl_device.obj: cpu/dram_rapl_device.cpp
powertop-2.11/src/Makefile.in:1192:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-dram_rapl_device.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-dram_rapl_device.Tpo -c -o cpu/powertop-dram_rapl_device.obj `if test -f 'cpu/dram_rapl_device.cpp'; then $(CYGPATH_W) 'cpu/dram_rapl_device.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/dram_rapl_device.cpp'; fi`
powertop-2.11/src/Makefile.in-1193-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-dram_rapl_device.Tpo cpu/$(DEPDIR)/powertop-dram_rapl_device.Po
##############################################
powertop-2.11/src/Makefile.in-1195-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1196:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-dram_rapl_device.obj `if test -f 'cpu/dram_rapl_device.cpp'; then $(CYGPATH_W) 'cpu/dram_rapl_device.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/dram_rapl_device.cpp'; fi`
powertop-2.11/src/Makefile.in-1197-
powertop-2.11/src/Makefile.in-1198-cpu/powertop-intel_cpus.o: cpu/intel_cpus.cpp
powertop-2.11/src/Makefile.in:1199:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-intel_cpus.o -MD -MP -MF cpu/$(DEPDIR)/powertop-intel_cpus.Tpo -c -o cpu/powertop-intel_cpus.o `test -f 'cpu/intel_cpus.cpp' || echo '$(srcdir)/'`cpu/intel_cpus.cpp
powertop-2.11/src/Makefile.in-1200-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-intel_cpus.Tpo cpu/$(DEPDIR)/powertop-intel_cpus.Po
##############################################
powertop-2.11/src/Makefile.in-1202-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1203:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-intel_cpus.o `test -f 'cpu/intel_cpus.cpp' || echo '$(srcdir)/'`cpu/intel_cpus.cpp
powertop-2.11/src/Makefile.in-1204-
powertop-2.11/src/Makefile.in-1205-cpu/powertop-intel_cpus.obj: cpu/intel_cpus.cpp
powertop-2.11/src/Makefile.in:1206:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-intel_cpus.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-intel_cpus.Tpo -c -o cpu/powertop-intel_cpus.obj `if test -f 'cpu/intel_cpus.cpp'; then $(CYGPATH_W) 'cpu/intel_cpus.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/intel_cpus.cpp'; fi`
powertop-2.11/src/Makefile.in-1207-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-intel_cpus.Tpo cpu/$(DEPDIR)/powertop-intel_cpus.Po
##############################################
powertop-2.11/src/Makefile.in-1209-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1210:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-intel_cpus.obj `if test -f 'cpu/intel_cpus.cpp'; then $(CYGPATH_W) 'cpu/intel_cpus.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/intel_cpus.cpp'; fi`
powertop-2.11/src/Makefile.in-1211-
powertop-2.11/src/Makefile.in-1212-cpu/powertop-intel_gpu.o: cpu/intel_gpu.cpp
powertop-2.11/src/Makefile.in:1213:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-intel_gpu.o -MD -MP -MF cpu/$(DEPDIR)/powertop-intel_gpu.Tpo -c -o cpu/powertop-intel_gpu.o `test -f 'cpu/intel_gpu.cpp' || echo '$(srcdir)/'`cpu/intel_gpu.cpp
powertop-2.11/src/Makefile.in-1214-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-intel_gpu.Tpo cpu/$(DEPDIR)/powertop-intel_gpu.Po
##############################################
powertop-2.11/src/Makefile.in-1216-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1217:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-intel_gpu.o `test -f 'cpu/intel_gpu.cpp' || echo '$(srcdir)/'`cpu/intel_gpu.cpp
powertop-2.11/src/Makefile.in-1218-
powertop-2.11/src/Makefile.in-1219-cpu/powertop-intel_gpu.obj: cpu/intel_gpu.cpp
powertop-2.11/src/Makefile.in:1220:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/powertop-intel_gpu.obj -MD -MP -MF cpu/$(DEPDIR)/powertop-intel_gpu.Tpo -c -o cpu/powertop-intel_gpu.obj `if test -f 'cpu/intel_gpu.cpp'; then $(CYGPATH_W) 'cpu/intel_gpu.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/intel_gpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1221-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/$(DEPDIR)/powertop-intel_gpu.Tpo cpu/$(DEPDIR)/powertop-intel_gpu.Po
##############################################
powertop-2.11/src/Makefile.in-1223-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1224:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/powertop-intel_gpu.obj `if test -f 'cpu/intel_gpu.cpp'; then $(CYGPATH_W) 'cpu/intel_gpu.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/intel_gpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1225-
powertop-2.11/src/Makefile.in-1226-cpu/rapl/powertop-rapl_interface.o: cpu/rapl/rapl_interface.cpp
powertop-2.11/src/Makefile.in:1227:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/rapl/powertop-rapl_interface.o -MD -MP -MF cpu/rapl/$(DEPDIR)/powertop-rapl_interface.Tpo -c -o cpu/rapl/powertop-rapl_interface.o `test -f 'cpu/rapl/rapl_interface.cpp' || echo '$(srcdir)/'`cpu/rapl/rapl_interface.cpp
powertop-2.11/src/Makefile.in-1228-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/rapl/$(DEPDIR)/powertop-rapl_interface.Tpo cpu/rapl/$(DEPDIR)/powertop-rapl_interface.Po
##############################################
powertop-2.11/src/Makefile.in-1230-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1231:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/rapl/powertop-rapl_interface.o `test -f 'cpu/rapl/rapl_interface.cpp' || echo '$(srcdir)/'`cpu/rapl/rapl_interface.cpp
powertop-2.11/src/Makefile.in-1232-
powertop-2.11/src/Makefile.in-1233-cpu/rapl/powertop-rapl_interface.obj: cpu/rapl/rapl_interface.cpp
powertop-2.11/src/Makefile.in:1234:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT cpu/rapl/powertop-rapl_interface.obj -MD -MP -MF cpu/rapl/$(DEPDIR)/powertop-rapl_interface.Tpo -c -o cpu/rapl/powertop-rapl_interface.obj `if test -f 'cpu/rapl/rapl_interface.cpp'; then $(CYGPATH_W) 'cpu/rapl/rapl_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/rapl/rapl_interface.cpp'; fi`
powertop-2.11/src/Makefile.in-1235-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) cpu/rapl/$(DEPDIR)/powertop-rapl_interface.Tpo cpu/rapl/$(DEPDIR)/powertop-rapl_interface.Po
##############################################
powertop-2.11/src/Makefile.in-1237-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1238:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o cpu/rapl/powertop-rapl_interface.obj `if test -f 'cpu/rapl/rapl_interface.cpp'; then $(CYGPATH_W) 'cpu/rapl/rapl_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu/rapl/rapl_interface.cpp'; fi`
powertop-2.11/src/Makefile.in-1239-
powertop-2.11/src/Makefile.in-1240-devices/powertop-ahci.o: devices/ahci.cpp
powertop-2.11/src/Makefile.in:1241:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-ahci.o -MD -MP -MF devices/$(DEPDIR)/powertop-ahci.Tpo -c -o devices/powertop-ahci.o `test -f 'devices/ahci.cpp' || echo '$(srcdir)/'`devices/ahci.cpp
powertop-2.11/src/Makefile.in-1242-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-ahci.Tpo devices/$(DEPDIR)/powertop-ahci.Po
##############################################
powertop-2.11/src/Makefile.in-1244-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1245:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-ahci.o `test -f 'devices/ahci.cpp' || echo '$(srcdir)/'`devices/ahci.cpp
powertop-2.11/src/Makefile.in-1246-
powertop-2.11/src/Makefile.in-1247-devices/powertop-ahci.obj: devices/ahci.cpp
powertop-2.11/src/Makefile.in:1248:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-ahci.obj -MD -MP -MF devices/$(DEPDIR)/powertop-ahci.Tpo -c -o devices/powertop-ahci.obj `if test -f 'devices/ahci.cpp'; then $(CYGPATH_W) 'devices/ahci.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/ahci.cpp'; fi`
powertop-2.11/src/Makefile.in-1249-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-ahci.Tpo devices/$(DEPDIR)/powertop-ahci.Po
##############################################
powertop-2.11/src/Makefile.in-1251-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1252:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-ahci.obj `if test -f 'devices/ahci.cpp'; then $(CYGPATH_W) 'devices/ahci.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/ahci.cpp'; fi`
powertop-2.11/src/Makefile.in-1253-
powertop-2.11/src/Makefile.in-1254-devices/powertop-alsa.o: devices/alsa.cpp
powertop-2.11/src/Makefile.in:1255:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-alsa.o -MD -MP -MF devices/$(DEPDIR)/powertop-alsa.Tpo -c -o devices/powertop-alsa.o `test -f 'devices/alsa.cpp' || echo '$(srcdir)/'`devices/alsa.cpp
powertop-2.11/src/Makefile.in-1256-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-alsa.Tpo devices/$(DEPDIR)/powertop-alsa.Po
##############################################
powertop-2.11/src/Makefile.in-1258-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1259:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-alsa.o `test -f 'devices/alsa.cpp' || echo '$(srcdir)/'`devices/alsa.cpp
powertop-2.11/src/Makefile.in-1260-
powertop-2.11/src/Makefile.in-1261-devices/powertop-alsa.obj: devices/alsa.cpp
powertop-2.11/src/Makefile.in:1262:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-alsa.obj -MD -MP -MF devices/$(DEPDIR)/powertop-alsa.Tpo -c -o devices/powertop-alsa.obj `if test -f 'devices/alsa.cpp'; then $(CYGPATH_W) 'devices/alsa.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/alsa.cpp'; fi`
powertop-2.11/src/Makefile.in-1263-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-alsa.Tpo devices/$(DEPDIR)/powertop-alsa.Po
##############################################
powertop-2.11/src/Makefile.in-1265-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1266:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-alsa.obj `if test -f 'devices/alsa.cpp'; then $(CYGPATH_W) 'devices/alsa.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/alsa.cpp'; fi`
powertop-2.11/src/Makefile.in-1267-
powertop-2.11/src/Makefile.in-1268-devices/powertop-backlight.o: devices/backlight.cpp
powertop-2.11/src/Makefile.in:1269:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-backlight.o -MD -MP -MF devices/$(DEPDIR)/powertop-backlight.Tpo -c -o devices/powertop-backlight.o `test -f 'devices/backlight.cpp' || echo '$(srcdir)/'`devices/backlight.cpp
powertop-2.11/src/Makefile.in-1270-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-backlight.Tpo devices/$(DEPDIR)/powertop-backlight.Po
##############################################
powertop-2.11/src/Makefile.in-1272-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1273:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-backlight.o `test -f 'devices/backlight.cpp' || echo '$(srcdir)/'`devices/backlight.cpp
powertop-2.11/src/Makefile.in-1274-
powertop-2.11/src/Makefile.in-1275-devices/powertop-backlight.obj: devices/backlight.cpp
powertop-2.11/src/Makefile.in:1276:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-backlight.obj -MD -MP -MF devices/$(DEPDIR)/powertop-backlight.Tpo -c -o devices/powertop-backlight.obj `if test -f 'devices/backlight.cpp'; then $(CYGPATH_W) 'devices/backlight.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/backlight.cpp'; fi`
powertop-2.11/src/Makefile.in-1277-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-backlight.Tpo devices/$(DEPDIR)/powertop-backlight.Po
##############################################
powertop-2.11/src/Makefile.in-1279-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1280:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-backlight.obj `if test -f 'devices/backlight.cpp'; then $(CYGPATH_W) 'devices/backlight.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/backlight.cpp'; fi`
powertop-2.11/src/Makefile.in-1281-
powertop-2.11/src/Makefile.in-1282-devices/powertop-devfreq.o: devices/devfreq.cpp
powertop-2.11/src/Makefile.in:1283:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-devfreq.o -MD -MP -MF devices/$(DEPDIR)/powertop-devfreq.Tpo -c -o devices/powertop-devfreq.o `test -f 'devices/devfreq.cpp' || echo '$(srcdir)/'`devices/devfreq.cpp
powertop-2.11/src/Makefile.in-1284-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-devfreq.Tpo devices/$(DEPDIR)/powertop-devfreq.Po
##############################################
powertop-2.11/src/Makefile.in-1286-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1287:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-devfreq.o `test -f 'devices/devfreq.cpp' || echo '$(srcdir)/'`devices/devfreq.cpp
powertop-2.11/src/Makefile.in-1288-
powertop-2.11/src/Makefile.in-1289-devices/powertop-devfreq.obj: devices/devfreq.cpp
powertop-2.11/src/Makefile.in:1290:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-devfreq.obj -MD -MP -MF devices/$(DEPDIR)/powertop-devfreq.Tpo -c -o devices/powertop-devfreq.obj `if test -f 'devices/devfreq.cpp'; then $(CYGPATH_W) 'devices/devfreq.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/devfreq.cpp'; fi`
powertop-2.11/src/Makefile.in-1291-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-devfreq.Tpo devices/$(DEPDIR)/powertop-devfreq.Po
##############################################
powertop-2.11/src/Makefile.in-1293-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1294:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-devfreq.obj `if test -f 'devices/devfreq.cpp'; then $(CYGPATH_W) 'devices/devfreq.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/devfreq.cpp'; fi`
powertop-2.11/src/Makefile.in-1295-
powertop-2.11/src/Makefile.in-1296-devices/powertop-device.o: devices/device.cpp
powertop-2.11/src/Makefile.in:1297:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-device.o -MD -MP -MF devices/$(DEPDIR)/powertop-device.Tpo -c -o devices/powertop-device.o `test -f 'devices/device.cpp' || echo '$(srcdir)/'`devices/device.cpp
powertop-2.11/src/Makefile.in-1298-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-device.Tpo devices/$(DEPDIR)/powertop-device.Po
##############################################
powertop-2.11/src/Makefile.in-1300-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1301:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-device.o `test -f 'devices/device.cpp' || echo '$(srcdir)/'`devices/device.cpp
powertop-2.11/src/Makefile.in-1302-
powertop-2.11/src/Makefile.in-1303-devices/powertop-device.obj: devices/device.cpp
powertop-2.11/src/Makefile.in:1304:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-device.obj -MD -MP -MF devices/$(DEPDIR)/powertop-device.Tpo -c -o devices/powertop-device.obj `if test -f 'devices/device.cpp'; then $(CYGPATH_W) 'devices/device.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/device.cpp'; fi`
powertop-2.11/src/Makefile.in-1305-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-device.Tpo devices/$(DEPDIR)/powertop-device.Po
##############################################
powertop-2.11/src/Makefile.in-1307-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1308:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-device.obj `if test -f 'devices/device.cpp'; then $(CYGPATH_W) 'devices/device.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/device.cpp'; fi`
powertop-2.11/src/Makefile.in-1309-
powertop-2.11/src/Makefile.in-1310-devices/powertop-gpu_rapl_device.o: devices/gpu_rapl_device.cpp
powertop-2.11/src/Makefile.in:1311:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-gpu_rapl_device.o -MD -MP -MF devices/$(DEPDIR)/powertop-gpu_rapl_device.Tpo -c -o devices/powertop-gpu_rapl_device.o `test -f 'devices/gpu_rapl_device.cpp' || echo '$(srcdir)/'`devices/gpu_rapl_device.cpp
powertop-2.11/src/Makefile.in-1312-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-gpu_rapl_device.Tpo devices/$(DEPDIR)/powertop-gpu_rapl_device.Po
##############################################
powertop-2.11/src/Makefile.in-1314-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1315:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-gpu_rapl_device.o `test -f 'devices/gpu_rapl_device.cpp' || echo '$(srcdir)/'`devices/gpu_rapl_device.cpp
powertop-2.11/src/Makefile.in-1316-
powertop-2.11/src/Makefile.in-1317-devices/powertop-gpu_rapl_device.obj: devices/gpu_rapl_device.cpp
powertop-2.11/src/Makefile.in:1318:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-gpu_rapl_device.obj -MD -MP -MF devices/$(DEPDIR)/powertop-gpu_rapl_device.Tpo -c -o devices/powertop-gpu_rapl_device.obj `if test -f 'devices/gpu_rapl_device.cpp'; then $(CYGPATH_W) 'devices/gpu_rapl_device.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/gpu_rapl_device.cpp'; fi`
powertop-2.11/src/Makefile.in-1319-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-gpu_rapl_device.Tpo devices/$(DEPDIR)/powertop-gpu_rapl_device.Po
##############################################
powertop-2.11/src/Makefile.in-1321-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1322:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-gpu_rapl_device.obj `if test -f 'devices/gpu_rapl_device.cpp'; then $(CYGPATH_W) 'devices/gpu_rapl_device.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/gpu_rapl_device.cpp'; fi`
powertop-2.11/src/Makefile.in-1323-
powertop-2.11/src/Makefile.in-1324-devices/powertop-i915-gpu.o: devices/i915-gpu.cpp
powertop-2.11/src/Makefile.in:1325:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-i915-gpu.o -MD -MP -MF devices/$(DEPDIR)/powertop-i915-gpu.Tpo -c -o devices/powertop-i915-gpu.o `test -f 'devices/i915-gpu.cpp' || echo '$(srcdir)/'`devices/i915-gpu.cpp
powertop-2.11/src/Makefile.in-1326-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-i915-gpu.Tpo devices/$(DEPDIR)/powertop-i915-gpu.Po
##############################################
powertop-2.11/src/Makefile.in-1328-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1329:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-i915-gpu.o `test -f 'devices/i915-gpu.cpp' || echo '$(srcdir)/'`devices/i915-gpu.cpp
powertop-2.11/src/Makefile.in-1330-
powertop-2.11/src/Makefile.in-1331-devices/powertop-i915-gpu.obj: devices/i915-gpu.cpp
powertop-2.11/src/Makefile.in:1332:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-i915-gpu.obj -MD -MP -MF devices/$(DEPDIR)/powertop-i915-gpu.Tpo -c -o devices/powertop-i915-gpu.obj `if test -f 'devices/i915-gpu.cpp'; then $(CYGPATH_W) 'devices/i915-gpu.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/i915-gpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1333-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-i915-gpu.Tpo devices/$(DEPDIR)/powertop-i915-gpu.Po
##############################################
powertop-2.11/src/Makefile.in-1335-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1336:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-i915-gpu.obj `if test -f 'devices/i915-gpu.cpp'; then $(CYGPATH_W) 'devices/i915-gpu.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/i915-gpu.cpp'; fi`
powertop-2.11/src/Makefile.in-1337-
powertop-2.11/src/Makefile.in-1338-devices/powertop-network.o: devices/network.cpp
powertop-2.11/src/Makefile.in:1339:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-network.o -MD -MP -MF devices/$(DEPDIR)/powertop-network.Tpo -c -o devices/powertop-network.o `test -f 'devices/network.cpp' || echo '$(srcdir)/'`devices/network.cpp
powertop-2.11/src/Makefile.in-1340-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-network.Tpo devices/$(DEPDIR)/powertop-network.Po
##############################################
powertop-2.11/src/Makefile.in-1342-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1343:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-network.o `test -f 'devices/network.cpp' || echo '$(srcdir)/'`devices/network.cpp
powertop-2.11/src/Makefile.in-1344-
powertop-2.11/src/Makefile.in-1345-devices/powertop-network.obj: devices/network.cpp
powertop-2.11/src/Makefile.in:1346:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-network.obj -MD -MP -MF devices/$(DEPDIR)/powertop-network.Tpo -c -o devices/powertop-network.obj `if test -f 'devices/network.cpp'; then $(CYGPATH_W) 'devices/network.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/network.cpp'; fi`
powertop-2.11/src/Makefile.in-1347-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-network.Tpo devices/$(DEPDIR)/powertop-network.Po
##############################################
powertop-2.11/src/Makefile.in-1349-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1350:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-network.obj `if test -f 'devices/network.cpp'; then $(CYGPATH_W) 'devices/network.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/network.cpp'; fi`
powertop-2.11/src/Makefile.in-1351-
powertop-2.11/src/Makefile.in-1352-devices/powertop-rfkill.o: devices/rfkill.cpp
powertop-2.11/src/Makefile.in:1353:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-rfkill.o -MD -MP -MF devices/$(DEPDIR)/powertop-rfkill.Tpo -c -o devices/powertop-rfkill.o `test -f 'devices/rfkill.cpp' || echo '$(srcdir)/'`devices/rfkill.cpp
powertop-2.11/src/Makefile.in-1354-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-rfkill.Tpo devices/$(DEPDIR)/powertop-rfkill.Po
##############################################
powertop-2.11/src/Makefile.in-1356-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1357:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-rfkill.o `test -f 'devices/rfkill.cpp' || echo '$(srcdir)/'`devices/rfkill.cpp
powertop-2.11/src/Makefile.in-1358-
powertop-2.11/src/Makefile.in-1359-devices/powertop-rfkill.obj: devices/rfkill.cpp
powertop-2.11/src/Makefile.in:1360:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-rfkill.obj -MD -MP -MF devices/$(DEPDIR)/powertop-rfkill.Tpo -c -o devices/powertop-rfkill.obj `if test -f 'devices/rfkill.cpp'; then $(CYGPATH_W) 'devices/rfkill.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/rfkill.cpp'; fi`
powertop-2.11/src/Makefile.in-1361-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-rfkill.Tpo devices/$(DEPDIR)/powertop-rfkill.Po
##############################################
powertop-2.11/src/Makefile.in-1363-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1364:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-rfkill.obj `if test -f 'devices/rfkill.cpp'; then $(CYGPATH_W) 'devices/rfkill.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/rfkill.cpp'; fi`
powertop-2.11/src/Makefile.in-1365-
powertop-2.11/src/Makefile.in-1366-devices/powertop-runtime_pm.o: devices/runtime_pm.cpp
powertop-2.11/src/Makefile.in:1367:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-runtime_pm.o -MD -MP -MF devices/$(DEPDIR)/powertop-runtime_pm.Tpo -c -o devices/powertop-runtime_pm.o `test -f 'devices/runtime_pm.cpp' || echo '$(srcdir)/'`devices/runtime_pm.cpp
powertop-2.11/src/Makefile.in-1368-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-runtime_pm.Tpo devices/$(DEPDIR)/powertop-runtime_pm.Po
##############################################
powertop-2.11/src/Makefile.in-1370-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1371:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-runtime_pm.o `test -f 'devices/runtime_pm.cpp' || echo '$(srcdir)/'`devices/runtime_pm.cpp
powertop-2.11/src/Makefile.in-1372-
powertop-2.11/src/Makefile.in-1373-devices/powertop-runtime_pm.obj: devices/runtime_pm.cpp
powertop-2.11/src/Makefile.in:1374:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-runtime_pm.obj -MD -MP -MF devices/$(DEPDIR)/powertop-runtime_pm.Tpo -c -o devices/powertop-runtime_pm.obj `if test -f 'devices/runtime_pm.cpp'; then $(CYGPATH_W) 'devices/runtime_pm.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/runtime_pm.cpp'; fi`
powertop-2.11/src/Makefile.in-1375-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-runtime_pm.Tpo devices/$(DEPDIR)/powertop-runtime_pm.Po
##############################################
powertop-2.11/src/Makefile.in-1377-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1378:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-runtime_pm.obj `if test -f 'devices/runtime_pm.cpp'; then $(CYGPATH_W) 'devices/runtime_pm.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/runtime_pm.cpp'; fi`
powertop-2.11/src/Makefile.in-1379-
powertop-2.11/src/Makefile.in-1380-devices/powertop-thinkpad-fan.o: devices/thinkpad-fan.cpp
powertop-2.11/src/Makefile.in:1381:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-thinkpad-fan.o -MD -MP -MF devices/$(DEPDIR)/powertop-thinkpad-fan.Tpo -c -o devices/powertop-thinkpad-fan.o `test -f 'devices/thinkpad-fan.cpp' || echo '$(srcdir)/'`devices/thinkpad-fan.cpp
powertop-2.11/src/Makefile.in-1382-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-thinkpad-fan.Tpo devices/$(DEPDIR)/powertop-thinkpad-fan.Po
##############################################
powertop-2.11/src/Makefile.in-1384-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1385:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-thinkpad-fan.o `test -f 'devices/thinkpad-fan.cpp' || echo '$(srcdir)/'`devices/thinkpad-fan.cpp
powertop-2.11/src/Makefile.in-1386-
powertop-2.11/src/Makefile.in-1387-devices/powertop-thinkpad-fan.obj: devices/thinkpad-fan.cpp
powertop-2.11/src/Makefile.in:1388:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-thinkpad-fan.obj -MD -MP -MF devices/$(DEPDIR)/powertop-thinkpad-fan.Tpo -c -o devices/powertop-thinkpad-fan.obj `if test -f 'devices/thinkpad-fan.cpp'; then $(CYGPATH_W) 'devices/thinkpad-fan.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/thinkpad-fan.cpp'; fi`
powertop-2.11/src/Makefile.in-1389-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-thinkpad-fan.Tpo devices/$(DEPDIR)/powertop-thinkpad-fan.Po
##############################################
powertop-2.11/src/Makefile.in-1391-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1392:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-thinkpad-fan.obj `if test -f 'devices/thinkpad-fan.cpp'; then $(CYGPATH_W) 'devices/thinkpad-fan.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/thinkpad-fan.cpp'; fi`
powertop-2.11/src/Makefile.in-1393-
powertop-2.11/src/Makefile.in-1394-devices/powertop-thinkpad-light.o: devices/thinkpad-light.cpp
powertop-2.11/src/Makefile.in:1395:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-thinkpad-light.o -MD -MP -MF devices/$(DEPDIR)/powertop-thinkpad-light.Tpo -c -o devices/powertop-thinkpad-light.o `test -f 'devices/thinkpad-light.cpp' || echo '$(srcdir)/'`devices/thinkpad-light.cpp
powertop-2.11/src/Makefile.in-1396-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-thinkpad-light.Tpo devices/$(DEPDIR)/powertop-thinkpad-light.Po
##############################################
powertop-2.11/src/Makefile.in-1398-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1399:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-thinkpad-light.o `test -f 'devices/thinkpad-light.cpp' || echo '$(srcdir)/'`devices/thinkpad-light.cpp
powertop-2.11/src/Makefile.in-1400-
powertop-2.11/src/Makefile.in-1401-devices/powertop-thinkpad-light.obj: devices/thinkpad-light.cpp
powertop-2.11/src/Makefile.in:1402:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-thinkpad-light.obj -MD -MP -MF devices/$(DEPDIR)/powertop-thinkpad-light.Tpo -c -o devices/powertop-thinkpad-light.obj `if test -f 'devices/thinkpad-light.cpp'; then $(CYGPATH_W) 'devices/thinkpad-light.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/thinkpad-light.cpp'; fi`
powertop-2.11/src/Makefile.in-1403-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-thinkpad-light.Tpo devices/$(DEPDIR)/powertop-thinkpad-light.Po
##############################################
powertop-2.11/src/Makefile.in-1405-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1406:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-thinkpad-light.obj `if test -f 'devices/thinkpad-light.cpp'; then $(CYGPATH_W) 'devices/thinkpad-light.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/thinkpad-light.cpp'; fi`
powertop-2.11/src/Makefile.in-1407-
powertop-2.11/src/Makefile.in-1408-devices/powertop-usb.o: devices/usb.cpp
powertop-2.11/src/Makefile.in:1409:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-usb.o -MD -MP -MF devices/$(DEPDIR)/powertop-usb.Tpo -c -o devices/powertop-usb.o `test -f 'devices/usb.cpp' || echo '$(srcdir)/'`devices/usb.cpp
powertop-2.11/src/Makefile.in-1410-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-usb.Tpo devices/$(DEPDIR)/powertop-usb.Po
##############################################
powertop-2.11/src/Makefile.in-1412-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1413:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-usb.o `test -f 'devices/usb.cpp' || echo '$(srcdir)/'`devices/usb.cpp
powertop-2.11/src/Makefile.in-1414-
powertop-2.11/src/Makefile.in-1415-devices/powertop-usb.obj: devices/usb.cpp
powertop-2.11/src/Makefile.in:1416:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT devices/powertop-usb.obj -MD -MP -MF devices/$(DEPDIR)/powertop-usb.Tpo -c -o devices/powertop-usb.obj `if test -f 'devices/usb.cpp'; then $(CYGPATH_W) 'devices/usb.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/usb.cpp'; fi`
powertop-2.11/src/Makefile.in-1417-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) devices/$(DEPDIR)/powertop-usb.Tpo devices/$(DEPDIR)/powertop-usb.Po
##############################################
powertop-2.11/src/Makefile.in-1419-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1420:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o devices/powertop-usb.obj `if test -f 'devices/usb.cpp'; then $(CYGPATH_W) 'devices/usb.cpp'; else $(CYGPATH_W) '$(srcdir)/devices/usb.cpp'; fi`
powertop-2.11/src/Makefile.in-1421-
powertop-2.11/src/Makefile.in-1422-measurement/powertop-acpi.o: measurement/acpi.cpp
powertop-2.11/src/Makefile.in:1423:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-acpi.o -MD -MP -MF measurement/$(DEPDIR)/powertop-acpi.Tpo -c -o measurement/powertop-acpi.o `test -f 'measurement/acpi.cpp' || echo '$(srcdir)/'`measurement/acpi.cpp
powertop-2.11/src/Makefile.in-1424-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-acpi.Tpo measurement/$(DEPDIR)/powertop-acpi.Po
##############################################
powertop-2.11/src/Makefile.in-1426-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1427:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-acpi.o `test -f 'measurement/acpi.cpp' || echo '$(srcdir)/'`measurement/acpi.cpp
powertop-2.11/src/Makefile.in-1428-
powertop-2.11/src/Makefile.in-1429-measurement/powertop-acpi.obj: measurement/acpi.cpp
powertop-2.11/src/Makefile.in:1430:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-acpi.obj -MD -MP -MF measurement/$(DEPDIR)/powertop-acpi.Tpo -c -o measurement/powertop-acpi.obj `if test -f 'measurement/acpi.cpp'; then $(CYGPATH_W) 'measurement/acpi.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/acpi.cpp'; fi`
powertop-2.11/src/Makefile.in-1431-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-acpi.Tpo measurement/$(DEPDIR)/powertop-acpi.Po
##############################################
powertop-2.11/src/Makefile.in-1433-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1434:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-acpi.obj `if test -f 'measurement/acpi.cpp'; then $(CYGPATH_W) 'measurement/acpi.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/acpi.cpp'; fi`
powertop-2.11/src/Makefile.in-1435-
powertop-2.11/src/Makefile.in-1436-measurement/powertop-extech.o: measurement/extech.cpp
powertop-2.11/src/Makefile.in:1437:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-extech.o -MD -MP -MF measurement/$(DEPDIR)/powertop-extech.Tpo -c -o measurement/powertop-extech.o `test -f 'measurement/extech.cpp' || echo '$(srcdir)/'`measurement/extech.cpp
powertop-2.11/src/Makefile.in-1438-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-extech.Tpo measurement/$(DEPDIR)/powertop-extech.Po
##############################################
powertop-2.11/src/Makefile.in-1440-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1441:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-extech.o `test -f 'measurement/extech.cpp' || echo '$(srcdir)/'`measurement/extech.cpp
powertop-2.11/src/Makefile.in-1442-
powertop-2.11/src/Makefile.in-1443-measurement/powertop-extech.obj: measurement/extech.cpp
powertop-2.11/src/Makefile.in:1444:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-extech.obj -MD -MP -MF measurement/$(DEPDIR)/powertop-extech.Tpo -c -o measurement/powertop-extech.obj `if test -f 'measurement/extech.cpp'; then $(CYGPATH_W) 'measurement/extech.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/extech.cpp'; fi`
powertop-2.11/src/Makefile.in-1445-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-extech.Tpo measurement/$(DEPDIR)/powertop-extech.Po
##############################################
powertop-2.11/src/Makefile.in-1447-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1448:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-extech.obj `if test -f 'measurement/extech.cpp'; then $(CYGPATH_W) 'measurement/extech.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/extech.cpp'; fi`
powertop-2.11/src/Makefile.in-1449-
powertop-2.11/src/Makefile.in-1450-measurement/powertop-measurement.o: measurement/measurement.cpp
powertop-2.11/src/Makefile.in:1451:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-measurement.o -MD -MP -MF measurement/$(DEPDIR)/powertop-measurement.Tpo -c -o measurement/powertop-measurement.o `test -f 'measurement/measurement.cpp' || echo '$(srcdir)/'`measurement/measurement.cpp
powertop-2.11/src/Makefile.in-1452-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-measurement.Tpo measurement/$(DEPDIR)/powertop-measurement.Po
##############################################
powertop-2.11/src/Makefile.in-1454-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1455:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-measurement.o `test -f 'measurement/measurement.cpp' || echo '$(srcdir)/'`measurement/measurement.cpp
powertop-2.11/src/Makefile.in-1456-
powertop-2.11/src/Makefile.in-1457-measurement/powertop-measurement.obj: measurement/measurement.cpp
powertop-2.11/src/Makefile.in:1458:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-measurement.obj -MD -MP -MF measurement/$(DEPDIR)/powertop-measurement.Tpo -c -o measurement/powertop-measurement.obj `if test -f 'measurement/measurement.cpp'; then $(CYGPATH_W) 'measurement/measurement.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/measurement.cpp'; fi`
powertop-2.11/src/Makefile.in-1459-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-measurement.Tpo measurement/$(DEPDIR)/powertop-measurement.Po
##############################################
powertop-2.11/src/Makefile.in-1461-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1462:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-measurement.obj `if test -f 'measurement/measurement.cpp'; then $(CYGPATH_W) 'measurement/measurement.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/measurement.cpp'; fi`
powertop-2.11/src/Makefile.in-1463-
powertop-2.11/src/Makefile.in-1464-measurement/powertop-sysfs.o: measurement/sysfs.cpp
powertop-2.11/src/Makefile.in:1465:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-sysfs.o -MD -MP -MF measurement/$(DEPDIR)/powertop-sysfs.Tpo -c -o measurement/powertop-sysfs.o `test -f 'measurement/sysfs.cpp' || echo '$(srcdir)/'`measurement/sysfs.cpp
powertop-2.11/src/Makefile.in-1466-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-sysfs.Tpo measurement/$(DEPDIR)/powertop-sysfs.Po
##############################################
powertop-2.11/src/Makefile.in-1468-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1469:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-sysfs.o `test -f 'measurement/sysfs.cpp' || echo '$(srcdir)/'`measurement/sysfs.cpp
powertop-2.11/src/Makefile.in-1470-
powertop-2.11/src/Makefile.in-1471-measurement/powertop-sysfs.obj: measurement/sysfs.cpp
powertop-2.11/src/Makefile.in:1472:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-sysfs.obj -MD -MP -MF measurement/$(DEPDIR)/powertop-sysfs.Tpo -c -o measurement/powertop-sysfs.obj `if test -f 'measurement/sysfs.cpp'; then $(CYGPATH_W) 'measurement/sysfs.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/sysfs.cpp'; fi`
powertop-2.11/src/Makefile.in-1473-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-sysfs.Tpo measurement/$(DEPDIR)/powertop-sysfs.Po
##############################################
powertop-2.11/src/Makefile.in-1475-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1476:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-sysfs.obj `if test -f 'measurement/sysfs.cpp'; then $(CYGPATH_W) 'measurement/sysfs.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/sysfs.cpp'; fi`
powertop-2.11/src/Makefile.in-1477-
powertop-2.11/src/Makefile.in-1478-measurement/powertop-opal-sensors.o: measurement/opal-sensors.cpp
powertop-2.11/src/Makefile.in:1479:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-opal-sensors.o -MD -MP -MF measurement/$(DEPDIR)/powertop-opal-sensors.Tpo -c -o measurement/powertop-opal-sensors.o `test -f 'measurement/opal-sensors.cpp' || echo '$(srcdir)/'`measurement/opal-sensors.cpp
powertop-2.11/src/Makefile.in-1480-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-opal-sensors.Tpo measurement/$(DEPDIR)/powertop-opal-sensors.Po
##############################################
powertop-2.11/src/Makefile.in-1482-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1483:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-opal-sensors.o `test -f 'measurement/opal-sensors.cpp' || echo '$(srcdir)/'`measurement/opal-sensors.cpp
powertop-2.11/src/Makefile.in-1484-
powertop-2.11/src/Makefile.in-1485-measurement/powertop-opal-sensors.obj: measurement/opal-sensors.cpp
powertop-2.11/src/Makefile.in:1486:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT measurement/powertop-opal-sensors.obj -MD -MP -MF measurement/$(DEPDIR)/powertop-opal-sensors.Tpo -c -o measurement/powertop-opal-sensors.obj `if test -f 'measurement/opal-sensors.cpp'; then $(CYGPATH_W) 'measurement/opal-sensors.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/opal-sensors.cpp'; fi`
powertop-2.11/src/Makefile.in-1487-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) measurement/$(DEPDIR)/powertop-opal-sensors.Tpo measurement/$(DEPDIR)/powertop-opal-sensors.Po
##############################################
powertop-2.11/src/Makefile.in-1489-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1490:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o measurement/powertop-opal-sensors.obj `if test -f 'measurement/opal-sensors.cpp'; then $(CYGPATH_W) 'measurement/opal-sensors.cpp'; else $(CYGPATH_W) '$(srcdir)/measurement/opal-sensors.cpp'; fi`
powertop-2.11/src/Makefile.in-1491-
powertop-2.11/src/Makefile.in-1492-parameters/powertop-learn.o: parameters/learn.cpp
powertop-2.11/src/Makefile.in:1493:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT parameters/powertop-learn.o -MD -MP -MF parameters/$(DEPDIR)/powertop-learn.Tpo -c -o parameters/powertop-learn.o `test -f 'parameters/learn.cpp' || echo '$(srcdir)/'`parameters/learn.cpp
powertop-2.11/src/Makefile.in-1494-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) parameters/$(DEPDIR)/powertop-learn.Tpo parameters/$(DEPDIR)/powertop-learn.Po
##############################################
powertop-2.11/src/Makefile.in-1496-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1497:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o parameters/powertop-learn.o `test -f 'parameters/learn.cpp' || echo '$(srcdir)/'`parameters/learn.cpp
powertop-2.11/src/Makefile.in-1498-
powertop-2.11/src/Makefile.in-1499-parameters/powertop-learn.obj: parameters/learn.cpp
powertop-2.11/src/Makefile.in:1500:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT parameters/powertop-learn.obj -MD -MP -MF parameters/$(DEPDIR)/powertop-learn.Tpo -c -o parameters/powertop-learn.obj `if test -f 'parameters/learn.cpp'; then $(CYGPATH_W) 'parameters/learn.cpp'; else $(CYGPATH_W) '$(srcdir)/parameters/learn.cpp'; fi`
powertop-2.11/src/Makefile.in-1501-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) parameters/$(DEPDIR)/powertop-learn.Tpo parameters/$(DEPDIR)/powertop-learn.Po
##############################################
powertop-2.11/src/Makefile.in-1503-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1504:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o parameters/powertop-learn.obj `if test -f 'parameters/learn.cpp'; then $(CYGPATH_W) 'parameters/learn.cpp'; else $(CYGPATH_W) '$(srcdir)/parameters/learn.cpp'; fi`
powertop-2.11/src/Makefile.in-1505-
powertop-2.11/src/Makefile.in-1506-parameters/powertop-parameters.o: parameters/parameters.cpp
powertop-2.11/src/Makefile.in:1507:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT parameters/powertop-parameters.o -MD -MP -MF parameters/$(DEPDIR)/powertop-parameters.Tpo -c -o parameters/powertop-parameters.o `test -f 'parameters/parameters.cpp' || echo '$(srcdir)/'`parameters/parameters.cpp
powertop-2.11/src/Makefile.in-1508-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) parameters/$(DEPDIR)/powertop-parameters.Tpo parameters/$(DEPDIR)/powertop-parameters.Po
##############################################
powertop-2.11/src/Makefile.in-1510-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1511:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o parameters/powertop-parameters.o `test -f 'parameters/parameters.cpp' || echo '$(srcdir)/'`parameters/parameters.cpp
powertop-2.11/src/Makefile.in-1512-
powertop-2.11/src/Makefile.in-1513-parameters/powertop-parameters.obj: parameters/parameters.cpp
powertop-2.11/src/Makefile.in:1514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT parameters/powertop-parameters.obj -MD -MP -MF parameters/$(DEPDIR)/powertop-parameters.Tpo -c -o parameters/powertop-parameters.obj `if test -f 'parameters/parameters.cpp'; then $(CYGPATH_W) 'parameters/parameters.cpp'; else $(CYGPATH_W) '$(srcdir)/parameters/parameters.cpp'; fi`
powertop-2.11/src/Makefile.in-1515-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) parameters/$(DEPDIR)/powertop-parameters.Tpo parameters/$(DEPDIR)/powertop-parameters.Po
##############################################
powertop-2.11/src/Makefile.in-1517-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1518:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o parameters/powertop-parameters.obj `if test -f 'parameters/parameters.cpp'; then $(CYGPATH_W) 'parameters/parameters.cpp'; else $(CYGPATH_W) '$(srcdir)/parameters/parameters.cpp'; fi`
powertop-2.11/src/Makefile.in-1519-
powertop-2.11/src/Makefile.in-1520-parameters/powertop-persistent.o: parameters/persistent.cpp
powertop-2.11/src/Makefile.in:1521:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT parameters/powertop-persistent.o -MD -MP -MF parameters/$(DEPDIR)/powertop-persistent.Tpo -c -o parameters/powertop-persistent.o `test -f 'parameters/persistent.cpp' || echo '$(srcdir)/'`parameters/persistent.cpp
powertop-2.11/src/Makefile.in-1522-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) parameters/$(DEPDIR)/powertop-persistent.Tpo parameters/$(DEPDIR)/powertop-persistent.Po
##############################################
powertop-2.11/src/Makefile.in-1524-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1525:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o parameters/powertop-persistent.o `test -f 'parameters/persistent.cpp' || echo '$(srcdir)/'`parameters/persistent.cpp
powertop-2.11/src/Makefile.in-1526-
powertop-2.11/src/Makefile.in-1527-parameters/powertop-persistent.obj: parameters/persistent.cpp
powertop-2.11/src/Makefile.in:1528:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT parameters/powertop-persistent.obj -MD -MP -MF parameters/$(DEPDIR)/powertop-persistent.Tpo -c -o parameters/powertop-persistent.obj `if test -f 'parameters/persistent.cpp'; then $(CYGPATH_W) 'parameters/persistent.cpp'; else $(CYGPATH_W) '$(srcdir)/parameters/persistent.cpp'; fi`
powertop-2.11/src/Makefile.in-1529-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) parameters/$(DEPDIR)/powertop-persistent.Tpo parameters/$(DEPDIR)/powertop-persistent.Po
##############################################
powertop-2.11/src/Makefile.in-1531-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1532:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o parameters/powertop-persistent.obj `if test -f 'parameters/persistent.cpp'; then $(CYGPATH_W) 'parameters/persistent.cpp'; else $(CYGPATH_W) '$(srcdir)/parameters/persistent.cpp'; fi`
powertop-2.11/src/Makefile.in-1533-
powertop-2.11/src/Makefile.in-1534-perf/powertop-perf.o: perf/perf.cpp
powertop-2.11/src/Makefile.in:1535:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT perf/powertop-perf.o -MD -MP -MF perf/$(DEPDIR)/powertop-perf.Tpo -c -o perf/powertop-perf.o `test -f 'perf/perf.cpp' || echo '$(srcdir)/'`perf/perf.cpp
powertop-2.11/src/Makefile.in-1536-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) perf/$(DEPDIR)/powertop-perf.Tpo perf/$(DEPDIR)/powertop-perf.Po
##############################################
powertop-2.11/src/Makefile.in-1538-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1539:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o perf/powertop-perf.o `test -f 'perf/perf.cpp' || echo '$(srcdir)/'`perf/perf.cpp
powertop-2.11/src/Makefile.in-1540-
powertop-2.11/src/Makefile.in-1541-perf/powertop-perf.obj: perf/perf.cpp
powertop-2.11/src/Makefile.in:1542:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT perf/powertop-perf.obj -MD -MP -MF perf/$(DEPDIR)/powertop-perf.Tpo -c -o perf/powertop-perf.obj `if test -f 'perf/perf.cpp'; then $(CYGPATH_W) 'perf/perf.cpp'; else $(CYGPATH_W) '$(srcdir)/perf/perf.cpp'; fi`
powertop-2.11/src/Makefile.in-1543-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) perf/$(DEPDIR)/powertop-perf.Tpo perf/$(DEPDIR)/powertop-perf.Po
##############################################
powertop-2.11/src/Makefile.in-1545-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1546:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o perf/powertop-perf.obj `if test -f 'perf/perf.cpp'; then $(CYGPATH_W) 'perf/perf.cpp'; else $(CYGPATH_W) '$(srcdir)/perf/perf.cpp'; fi`
powertop-2.11/src/Makefile.in-1547-
powertop-2.11/src/Makefile.in-1548-perf/powertop-perf_bundle.o: perf/perf_bundle.cpp
powertop-2.11/src/Makefile.in:1549:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT perf/powertop-perf_bundle.o -MD -MP -MF perf/$(DEPDIR)/powertop-perf_bundle.Tpo -c -o perf/powertop-perf_bundle.o `test -f 'perf/perf_bundle.cpp' || echo '$(srcdir)/'`perf/perf_bundle.cpp
powertop-2.11/src/Makefile.in-1550-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) perf/$(DEPDIR)/powertop-perf_bundle.Tpo perf/$(DEPDIR)/powertop-perf_bundle.Po
##############################################
powertop-2.11/src/Makefile.in-1552-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1553:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o perf/powertop-perf_bundle.o `test -f 'perf/perf_bundle.cpp' || echo '$(srcdir)/'`perf/perf_bundle.cpp
powertop-2.11/src/Makefile.in-1554-
powertop-2.11/src/Makefile.in-1555-perf/powertop-perf_bundle.obj: perf/perf_bundle.cpp
powertop-2.11/src/Makefile.in:1556:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT perf/powertop-perf_bundle.obj -MD -MP -MF perf/$(DEPDIR)/powertop-perf_bundle.Tpo -c -o perf/powertop-perf_bundle.obj `if test -f 'perf/perf_bundle.cpp'; then $(CYGPATH_W) 'perf/perf_bundle.cpp'; else $(CYGPATH_W) '$(srcdir)/perf/perf_bundle.cpp'; fi`
powertop-2.11/src/Makefile.in-1557-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) perf/$(DEPDIR)/powertop-perf_bundle.Tpo perf/$(DEPDIR)/powertop-perf_bundle.Po
##############################################
powertop-2.11/src/Makefile.in-1559-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1560:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o perf/powertop-perf_bundle.obj `if test -f 'perf/perf_bundle.cpp'; then $(CYGPATH_W) 'perf/perf_bundle.cpp'; else $(CYGPATH_W) '$(srcdir)/perf/perf_bundle.cpp'; fi`
powertop-2.11/src/Makefile.in-1561-
powertop-2.11/src/Makefile.in-1562-process/powertop-do_process.o: process/do_process.cpp
powertop-2.11/src/Makefile.in:1563:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-do_process.o -MD -MP -MF process/$(DEPDIR)/powertop-do_process.Tpo -c -o process/powertop-do_process.o `test -f 'process/do_process.cpp' || echo '$(srcdir)/'`process/do_process.cpp
powertop-2.11/src/Makefile.in-1564-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-do_process.Tpo process/$(DEPDIR)/powertop-do_process.Po
##############################################
powertop-2.11/src/Makefile.in-1566-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1567:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-do_process.o `test -f 'process/do_process.cpp' || echo '$(srcdir)/'`process/do_process.cpp
powertop-2.11/src/Makefile.in-1568-
powertop-2.11/src/Makefile.in-1569-process/powertop-do_process.obj: process/do_process.cpp
powertop-2.11/src/Makefile.in:1570:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-do_process.obj -MD -MP -MF process/$(DEPDIR)/powertop-do_process.Tpo -c -o process/powertop-do_process.obj `if test -f 'process/do_process.cpp'; then $(CYGPATH_W) 'process/do_process.cpp'; else $(CYGPATH_W) '$(srcdir)/process/do_process.cpp'; fi`
powertop-2.11/src/Makefile.in-1571-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-do_process.Tpo process/$(DEPDIR)/powertop-do_process.Po
##############################################
powertop-2.11/src/Makefile.in-1573-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1574:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-do_process.obj `if test -f 'process/do_process.cpp'; then $(CYGPATH_W) 'process/do_process.cpp'; else $(CYGPATH_W) '$(srcdir)/process/do_process.cpp'; fi`
powertop-2.11/src/Makefile.in-1575-
powertop-2.11/src/Makefile.in-1576-process/powertop-interrupt.o: process/interrupt.cpp
powertop-2.11/src/Makefile.in:1577:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-interrupt.o -MD -MP -MF process/$(DEPDIR)/powertop-interrupt.Tpo -c -o process/powertop-interrupt.o `test -f 'process/interrupt.cpp' || echo '$(srcdir)/'`process/interrupt.cpp
powertop-2.11/src/Makefile.in-1578-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-interrupt.Tpo process/$(DEPDIR)/powertop-interrupt.Po
##############################################
powertop-2.11/src/Makefile.in-1580-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1581:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-interrupt.o `test -f 'process/interrupt.cpp' || echo '$(srcdir)/'`process/interrupt.cpp
powertop-2.11/src/Makefile.in-1582-
powertop-2.11/src/Makefile.in-1583-process/powertop-interrupt.obj: process/interrupt.cpp
powertop-2.11/src/Makefile.in:1584:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-interrupt.obj -MD -MP -MF process/$(DEPDIR)/powertop-interrupt.Tpo -c -o process/powertop-interrupt.obj `if test -f 'process/interrupt.cpp'; then $(CYGPATH_W) 'process/interrupt.cpp'; else $(CYGPATH_W) '$(srcdir)/process/interrupt.cpp'; fi`
powertop-2.11/src/Makefile.in-1585-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-interrupt.Tpo process/$(DEPDIR)/powertop-interrupt.Po
##############################################
powertop-2.11/src/Makefile.in-1587-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1588:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-interrupt.obj `if test -f 'process/interrupt.cpp'; then $(CYGPATH_W) 'process/interrupt.cpp'; else $(CYGPATH_W) '$(srcdir)/process/interrupt.cpp'; fi`
powertop-2.11/src/Makefile.in-1589-
powertop-2.11/src/Makefile.in-1590-process/powertop-powerconsumer.o: process/powerconsumer.cpp
powertop-2.11/src/Makefile.in:1591:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-powerconsumer.o -MD -MP -MF process/$(DEPDIR)/powertop-powerconsumer.Tpo -c -o process/powertop-powerconsumer.o `test -f 'process/powerconsumer.cpp' || echo '$(srcdir)/'`process/powerconsumer.cpp
powertop-2.11/src/Makefile.in-1592-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-powerconsumer.Tpo process/$(DEPDIR)/powertop-powerconsumer.Po
##############################################
powertop-2.11/src/Makefile.in-1594-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1595:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-powerconsumer.o `test -f 'process/powerconsumer.cpp' || echo '$(srcdir)/'`process/powerconsumer.cpp
powertop-2.11/src/Makefile.in-1596-
powertop-2.11/src/Makefile.in-1597-process/powertop-powerconsumer.obj: process/powerconsumer.cpp
powertop-2.11/src/Makefile.in:1598:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-powerconsumer.obj -MD -MP -MF process/$(DEPDIR)/powertop-powerconsumer.Tpo -c -o process/powertop-powerconsumer.obj `if test -f 'process/powerconsumer.cpp'; then $(CYGPATH_W) 'process/powerconsumer.cpp'; else $(CYGPATH_W) '$(srcdir)/process/powerconsumer.cpp'; fi`
powertop-2.11/src/Makefile.in-1599-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-powerconsumer.Tpo process/$(DEPDIR)/powertop-powerconsumer.Po
##############################################
powertop-2.11/src/Makefile.in-1601-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1602:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-powerconsumer.obj `if test -f 'process/powerconsumer.cpp'; then $(CYGPATH_W) 'process/powerconsumer.cpp'; else $(CYGPATH_W) '$(srcdir)/process/powerconsumer.cpp'; fi`
powertop-2.11/src/Makefile.in-1603-
powertop-2.11/src/Makefile.in-1604-process/powertop-process.o: process/process.cpp
powertop-2.11/src/Makefile.in:1605:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-process.o -MD -MP -MF process/$(DEPDIR)/powertop-process.Tpo -c -o process/powertop-process.o `test -f 'process/process.cpp' || echo '$(srcdir)/'`process/process.cpp
powertop-2.11/src/Makefile.in-1606-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-process.Tpo process/$(DEPDIR)/powertop-process.Po
##############################################
powertop-2.11/src/Makefile.in-1608-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1609:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-process.o `test -f 'process/process.cpp' || echo '$(srcdir)/'`process/process.cpp
powertop-2.11/src/Makefile.in-1610-
powertop-2.11/src/Makefile.in-1611-process/powertop-process.obj: process/process.cpp
powertop-2.11/src/Makefile.in:1612:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-process.obj -MD -MP -MF process/$(DEPDIR)/powertop-process.Tpo -c -o process/powertop-process.obj `if test -f 'process/process.cpp'; then $(CYGPATH_W) 'process/process.cpp'; else $(CYGPATH_W) '$(srcdir)/process/process.cpp'; fi`
powertop-2.11/src/Makefile.in-1613-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-process.Tpo process/$(DEPDIR)/powertop-process.Po
##############################################
powertop-2.11/src/Makefile.in-1615-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1616:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-process.obj `if test -f 'process/process.cpp'; then $(CYGPATH_W) 'process/process.cpp'; else $(CYGPATH_W) '$(srcdir)/process/process.cpp'; fi`
powertop-2.11/src/Makefile.in-1617-
powertop-2.11/src/Makefile.in-1618-process/powertop-processdevice.o: process/processdevice.cpp
powertop-2.11/src/Makefile.in:1619:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-processdevice.o -MD -MP -MF process/$(DEPDIR)/powertop-processdevice.Tpo -c -o process/powertop-processdevice.o `test -f 'process/processdevice.cpp' || echo '$(srcdir)/'`process/processdevice.cpp
powertop-2.11/src/Makefile.in-1620-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-processdevice.Tpo process/$(DEPDIR)/powertop-processdevice.Po
##############################################
powertop-2.11/src/Makefile.in-1622-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1623:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-processdevice.o `test -f 'process/processdevice.cpp' || echo '$(srcdir)/'`process/processdevice.cpp
powertop-2.11/src/Makefile.in-1624-
powertop-2.11/src/Makefile.in-1625-process/powertop-processdevice.obj: process/processdevice.cpp
powertop-2.11/src/Makefile.in:1626:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-processdevice.obj -MD -MP -MF process/$(DEPDIR)/powertop-processdevice.Tpo -c -o process/powertop-processdevice.obj `if test -f 'process/processdevice.cpp'; then $(CYGPATH_W) 'process/processdevice.cpp'; else $(CYGPATH_W) '$(srcdir)/process/processdevice.cpp'; fi`
powertop-2.11/src/Makefile.in-1627-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-processdevice.Tpo process/$(DEPDIR)/powertop-processdevice.Po
##############################################
powertop-2.11/src/Makefile.in-1629-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1630:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-processdevice.obj `if test -f 'process/processdevice.cpp'; then $(CYGPATH_W) 'process/processdevice.cpp'; else $(CYGPATH_W) '$(srcdir)/process/processdevice.cpp'; fi`
powertop-2.11/src/Makefile.in-1631-
powertop-2.11/src/Makefile.in-1632-process/powertop-timer.o: process/timer.cpp
powertop-2.11/src/Makefile.in:1633:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-timer.o -MD -MP -MF process/$(DEPDIR)/powertop-timer.Tpo -c -o process/powertop-timer.o `test -f 'process/timer.cpp' || echo '$(srcdir)/'`process/timer.cpp
powertop-2.11/src/Makefile.in-1634-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-timer.Tpo process/$(DEPDIR)/powertop-timer.Po
##############################################
powertop-2.11/src/Makefile.in-1636-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1637:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-timer.o `test -f 'process/timer.cpp' || echo '$(srcdir)/'`process/timer.cpp
powertop-2.11/src/Makefile.in-1638-
powertop-2.11/src/Makefile.in-1639-process/powertop-timer.obj: process/timer.cpp
powertop-2.11/src/Makefile.in:1640:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-timer.obj -MD -MP -MF process/$(DEPDIR)/powertop-timer.Tpo -c -o process/powertop-timer.obj `if test -f 'process/timer.cpp'; then $(CYGPATH_W) 'process/timer.cpp'; else $(CYGPATH_W) '$(srcdir)/process/timer.cpp'; fi`
powertop-2.11/src/Makefile.in-1641-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-timer.Tpo process/$(DEPDIR)/powertop-timer.Po
##############################################
powertop-2.11/src/Makefile.in-1643-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1644:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-timer.obj `if test -f 'process/timer.cpp'; then $(CYGPATH_W) 'process/timer.cpp'; else $(CYGPATH_W) '$(srcdir)/process/timer.cpp'; fi`
powertop-2.11/src/Makefile.in-1645-
powertop-2.11/src/Makefile.in-1646-process/powertop-work.o: process/work.cpp
powertop-2.11/src/Makefile.in:1647:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-work.o -MD -MP -MF process/$(DEPDIR)/powertop-work.Tpo -c -o process/powertop-work.o `test -f 'process/work.cpp' || echo '$(srcdir)/'`process/work.cpp
powertop-2.11/src/Makefile.in-1648-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-work.Tpo process/$(DEPDIR)/powertop-work.Po
##############################################
powertop-2.11/src/Makefile.in-1650-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1651:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-work.o `test -f 'process/work.cpp' || echo '$(srcdir)/'`process/work.cpp
powertop-2.11/src/Makefile.in-1652-
powertop-2.11/src/Makefile.in-1653-process/powertop-work.obj: process/work.cpp
powertop-2.11/src/Makefile.in:1654:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT process/powertop-work.obj -MD -MP -MF process/$(DEPDIR)/powertop-work.Tpo -c -o process/powertop-work.obj `if test -f 'process/work.cpp'; then $(CYGPATH_W) 'process/work.cpp'; else $(CYGPATH_W) '$(srcdir)/process/work.cpp'; fi`
powertop-2.11/src/Makefile.in-1655-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) process/$(DEPDIR)/powertop-work.Tpo process/$(DEPDIR)/powertop-work.Po
##############################################
powertop-2.11/src/Makefile.in-1657-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1658:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o process/powertop-work.obj `if test -f 'process/work.cpp'; then $(CYGPATH_W) 'process/work.cpp'; else $(CYGPATH_W) '$(srcdir)/process/work.cpp'; fi`
powertop-2.11/src/Makefile.in-1659-
powertop-2.11/src/Makefile.in-1660-report/powertop-report-data-html.o: report/report-data-html.cpp
powertop-2.11/src/Makefile.in:1661:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-data-html.o -MD -MP -MF report/$(DEPDIR)/powertop-report-data-html.Tpo -c -o report/powertop-report-data-html.o `test -f 'report/report-data-html.cpp' || echo '$(srcdir)/'`report/report-data-html.cpp
powertop-2.11/src/Makefile.in-1662-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-data-html.Tpo report/$(DEPDIR)/powertop-report-data-html.Po
##############################################
powertop-2.11/src/Makefile.in-1664-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1665:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-data-html.o `test -f 'report/report-data-html.cpp' || echo '$(srcdir)/'`report/report-data-html.cpp
powertop-2.11/src/Makefile.in-1666-
powertop-2.11/src/Makefile.in-1667-report/powertop-report-data-html.obj: report/report-data-html.cpp
powertop-2.11/src/Makefile.in:1668:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-data-html.obj -MD -MP -MF report/$(DEPDIR)/powertop-report-data-html.Tpo -c -o report/powertop-report-data-html.obj `if test -f 'report/report-data-html.cpp'; then $(CYGPATH_W) 'report/report-data-html.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-data-html.cpp'; fi`
powertop-2.11/src/Makefile.in-1669-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-data-html.Tpo report/$(DEPDIR)/powertop-report-data-html.Po
##############################################
powertop-2.11/src/Makefile.in-1671-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1672:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-data-html.obj `if test -f 'report/report-data-html.cpp'; then $(CYGPATH_W) 'report/report-data-html.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-data-html.cpp'; fi`
powertop-2.11/src/Makefile.in-1673-
powertop-2.11/src/Makefile.in-1674-report/powertop-report-formatter-base.o: report/report-formatter-base.cpp
powertop-2.11/src/Makefile.in:1675:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-formatter-base.o -MD -MP -MF report/$(DEPDIR)/powertop-report-formatter-base.Tpo -c -o report/powertop-report-formatter-base.o `test -f 'report/report-formatter-base.cpp' || echo '$(srcdir)/'`report/report-formatter-base.cpp
powertop-2.11/src/Makefile.in-1676-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-formatter-base.Tpo report/$(DEPDIR)/powertop-report-formatter-base.Po
##############################################
powertop-2.11/src/Makefile.in-1678-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1679:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-formatter-base.o `test -f 'report/report-formatter-base.cpp' || echo '$(srcdir)/'`report/report-formatter-base.cpp
powertop-2.11/src/Makefile.in-1680-
powertop-2.11/src/Makefile.in-1681-report/powertop-report-formatter-base.obj: report/report-formatter-base.cpp
powertop-2.11/src/Makefile.in:1682:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-formatter-base.obj -MD -MP -MF report/$(DEPDIR)/powertop-report-formatter-base.Tpo -c -o report/powertop-report-formatter-base.obj `if test -f 'report/report-formatter-base.cpp'; then $(CYGPATH_W) 'report/report-formatter-base.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-formatter-base.cpp'; fi`
powertop-2.11/src/Makefile.in-1683-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-formatter-base.Tpo report/$(DEPDIR)/powertop-report-formatter-base.Po
##############################################
powertop-2.11/src/Makefile.in-1685-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1686:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-formatter-base.obj `if test -f 'report/report-formatter-base.cpp'; then $(CYGPATH_W) 'report/report-formatter-base.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-formatter-base.cpp'; fi`
powertop-2.11/src/Makefile.in-1687-
powertop-2.11/src/Makefile.in-1688-report/powertop-report-formatter-csv.o: report/report-formatter-csv.cpp
powertop-2.11/src/Makefile.in:1689:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-formatter-csv.o -MD -MP -MF report/$(DEPDIR)/powertop-report-formatter-csv.Tpo -c -o report/powertop-report-formatter-csv.o `test -f 'report/report-formatter-csv.cpp' || echo '$(srcdir)/'`report/report-formatter-csv.cpp
powertop-2.11/src/Makefile.in-1690-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-formatter-csv.Tpo report/$(DEPDIR)/powertop-report-formatter-csv.Po
##############################################
powertop-2.11/src/Makefile.in-1692-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1693:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-formatter-csv.o `test -f 'report/report-formatter-csv.cpp' || echo '$(srcdir)/'`report/report-formatter-csv.cpp
powertop-2.11/src/Makefile.in-1694-
powertop-2.11/src/Makefile.in-1695-report/powertop-report-formatter-csv.obj: report/report-formatter-csv.cpp
powertop-2.11/src/Makefile.in:1696:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-formatter-csv.obj -MD -MP -MF report/$(DEPDIR)/powertop-report-formatter-csv.Tpo -c -o report/powertop-report-formatter-csv.obj `if test -f 'report/report-formatter-csv.cpp'; then $(CYGPATH_W) 'report/report-formatter-csv.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-formatter-csv.cpp'; fi`
powertop-2.11/src/Makefile.in-1697-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-formatter-csv.Tpo report/$(DEPDIR)/powertop-report-formatter-csv.Po
##############################################
powertop-2.11/src/Makefile.in-1699-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1700:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-formatter-csv.obj `if test -f 'report/report-formatter-csv.cpp'; then $(CYGPATH_W) 'report/report-formatter-csv.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-formatter-csv.cpp'; fi`
powertop-2.11/src/Makefile.in-1701-
powertop-2.11/src/Makefile.in-1702-report/powertop-report-formatter-html.o: report/report-formatter-html.cpp
powertop-2.11/src/Makefile.in:1703:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-formatter-html.o -MD -MP -MF report/$(DEPDIR)/powertop-report-formatter-html.Tpo -c -o report/powertop-report-formatter-html.o `test -f 'report/report-formatter-html.cpp' || echo '$(srcdir)/'`report/report-formatter-html.cpp
powertop-2.11/src/Makefile.in-1704-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-formatter-html.Tpo report/$(DEPDIR)/powertop-report-formatter-html.Po
##############################################
powertop-2.11/src/Makefile.in-1706-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1707:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-formatter-html.o `test -f 'report/report-formatter-html.cpp' || echo '$(srcdir)/'`report/report-formatter-html.cpp
powertop-2.11/src/Makefile.in-1708-
powertop-2.11/src/Makefile.in-1709-report/powertop-report-formatter-html.obj: report/report-formatter-html.cpp
powertop-2.11/src/Makefile.in:1710:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-formatter-html.obj -MD -MP -MF report/$(DEPDIR)/powertop-report-formatter-html.Tpo -c -o report/powertop-report-formatter-html.obj `if test -f 'report/report-formatter-html.cpp'; then $(CYGPATH_W) 'report/report-formatter-html.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-formatter-html.cpp'; fi`
powertop-2.11/src/Makefile.in-1711-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-formatter-html.Tpo report/$(DEPDIR)/powertop-report-formatter-html.Po
##############################################
powertop-2.11/src/Makefile.in-1713-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1714:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-formatter-html.obj `if test -f 'report/report-formatter-html.cpp'; then $(CYGPATH_W) 'report/report-formatter-html.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-formatter-html.cpp'; fi`
powertop-2.11/src/Makefile.in-1715-
powertop-2.11/src/Makefile.in-1716-report/powertop-report-maker.o: report/report-maker.cpp
powertop-2.11/src/Makefile.in:1717:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-maker.o -MD -MP -MF report/$(DEPDIR)/powertop-report-maker.Tpo -c -o report/powertop-report-maker.o `test -f 'report/report-maker.cpp' || echo '$(srcdir)/'`report/report-maker.cpp
powertop-2.11/src/Makefile.in-1718-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-maker.Tpo report/$(DEPDIR)/powertop-report-maker.Po
##############################################
powertop-2.11/src/Makefile.in-1720-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1721:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-maker.o `test -f 'report/report-maker.cpp' || echo '$(srcdir)/'`report/report-maker.cpp
powertop-2.11/src/Makefile.in-1722-
powertop-2.11/src/Makefile.in-1723-report/powertop-report-maker.obj: report/report-maker.cpp
powertop-2.11/src/Makefile.in:1724:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report-maker.obj -MD -MP -MF report/$(DEPDIR)/powertop-report-maker.Tpo -c -o report/powertop-report-maker.obj `if test -f 'report/report-maker.cpp'; then $(CYGPATH_W) 'report/report-maker.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-maker.cpp'; fi`
powertop-2.11/src/Makefile.in-1725-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report-maker.Tpo report/$(DEPDIR)/powertop-report-maker.Po
##############################################
powertop-2.11/src/Makefile.in-1727-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1728:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report-maker.obj `if test -f 'report/report-maker.cpp'; then $(CYGPATH_W) 'report/report-maker.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report-maker.cpp'; fi`
powertop-2.11/src/Makefile.in-1729-
powertop-2.11/src/Makefile.in-1730-report/powertop-report.o: report/report.cpp
powertop-2.11/src/Makefile.in:1731:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report.o -MD -MP -MF report/$(DEPDIR)/powertop-report.Tpo -c -o report/powertop-report.o `test -f 'report/report.cpp' || echo '$(srcdir)/'`report/report.cpp
powertop-2.11/src/Makefile.in-1732-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report.Tpo report/$(DEPDIR)/powertop-report.Po
##############################################
powertop-2.11/src/Makefile.in-1734-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1735:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report.o `test -f 'report/report.cpp' || echo '$(srcdir)/'`report/report.cpp
powertop-2.11/src/Makefile.in-1736-
powertop-2.11/src/Makefile.in-1737-report/powertop-report.obj: report/report.cpp
powertop-2.11/src/Makefile.in:1738:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT report/powertop-report.obj -MD -MP -MF report/$(DEPDIR)/powertop-report.Tpo -c -o report/powertop-report.obj `if test -f 'report/report.cpp'; then $(CYGPATH_W) 'report/report.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report.cpp'; fi`
powertop-2.11/src/Makefile.in-1739-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) report/$(DEPDIR)/powertop-report.Tpo report/$(DEPDIR)/powertop-report.Po
##############################################
powertop-2.11/src/Makefile.in-1741-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1742:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o report/powertop-report.obj `if test -f 'report/report.cpp'; then $(CYGPATH_W) 'report/report.cpp'; else $(CYGPATH_W) '$(srcdir)/report/report.cpp'; fi`
powertop-2.11/src/Makefile.in-1743-
powertop-2.11/src/Makefile.in-1744-tuning/powertop-bluetooth.o: tuning/bluetooth.cpp
powertop-2.11/src/Makefile.in:1745:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-bluetooth.o -MD -MP -MF tuning/$(DEPDIR)/powertop-bluetooth.Tpo -c -o tuning/powertop-bluetooth.o `test -f 'tuning/bluetooth.cpp' || echo '$(srcdir)/'`tuning/bluetooth.cpp
powertop-2.11/src/Makefile.in-1746-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-bluetooth.Tpo tuning/$(DEPDIR)/powertop-bluetooth.Po
##############################################
powertop-2.11/src/Makefile.in-1748-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1749:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-bluetooth.o `test -f 'tuning/bluetooth.cpp' || echo '$(srcdir)/'`tuning/bluetooth.cpp
powertop-2.11/src/Makefile.in-1750-
powertop-2.11/src/Makefile.in-1751-tuning/powertop-bluetooth.obj: tuning/bluetooth.cpp
powertop-2.11/src/Makefile.in:1752:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-bluetooth.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-bluetooth.Tpo -c -o tuning/powertop-bluetooth.obj `if test -f 'tuning/bluetooth.cpp'; then $(CYGPATH_W) 'tuning/bluetooth.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/bluetooth.cpp'; fi`
powertop-2.11/src/Makefile.in-1753-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-bluetooth.Tpo tuning/$(DEPDIR)/powertop-bluetooth.Po
##############################################
powertop-2.11/src/Makefile.in-1755-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1756:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-bluetooth.obj `if test -f 'tuning/bluetooth.cpp'; then $(CYGPATH_W) 'tuning/bluetooth.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/bluetooth.cpp'; fi`
powertop-2.11/src/Makefile.in-1757-
powertop-2.11/src/Makefile.in-1758-tuning/powertop-ethernet.o: tuning/ethernet.cpp
powertop-2.11/src/Makefile.in:1759:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-ethernet.o -MD -MP -MF tuning/$(DEPDIR)/powertop-ethernet.Tpo -c -o tuning/powertop-ethernet.o `test -f 'tuning/ethernet.cpp' || echo '$(srcdir)/'`tuning/ethernet.cpp
powertop-2.11/src/Makefile.in-1760-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-ethernet.Tpo tuning/$(DEPDIR)/powertop-ethernet.Po
##############################################
powertop-2.11/src/Makefile.in-1762-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1763:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-ethernet.o `test -f 'tuning/ethernet.cpp' || echo '$(srcdir)/'`tuning/ethernet.cpp
powertop-2.11/src/Makefile.in-1764-
powertop-2.11/src/Makefile.in-1765-tuning/powertop-ethernet.obj: tuning/ethernet.cpp
powertop-2.11/src/Makefile.in:1766:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-ethernet.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-ethernet.Tpo -c -o tuning/powertop-ethernet.obj `if test -f 'tuning/ethernet.cpp'; then $(CYGPATH_W) 'tuning/ethernet.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/ethernet.cpp'; fi`
powertop-2.11/src/Makefile.in-1767-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-ethernet.Tpo tuning/$(DEPDIR)/powertop-ethernet.Po
##############################################
powertop-2.11/src/Makefile.in-1769-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1770:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-ethernet.obj `if test -f 'tuning/ethernet.cpp'; then $(CYGPATH_W) 'tuning/ethernet.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/ethernet.cpp'; fi`
powertop-2.11/src/Makefile.in-1771-
powertop-2.11/src/Makefile.in-1772-tuning/powertop-runtime.o: tuning/runtime.cpp
powertop-2.11/src/Makefile.in:1773:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-runtime.o -MD -MP -MF tuning/$(DEPDIR)/powertop-runtime.Tpo -c -o tuning/powertop-runtime.o `test -f 'tuning/runtime.cpp' || echo '$(srcdir)/'`tuning/runtime.cpp
powertop-2.11/src/Makefile.in-1774-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-runtime.Tpo tuning/$(DEPDIR)/powertop-runtime.Po
##############################################
powertop-2.11/src/Makefile.in-1776-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1777:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-runtime.o `test -f 'tuning/runtime.cpp' || echo '$(srcdir)/'`tuning/runtime.cpp
powertop-2.11/src/Makefile.in-1778-
powertop-2.11/src/Makefile.in-1779-tuning/powertop-runtime.obj: tuning/runtime.cpp
powertop-2.11/src/Makefile.in:1780:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-runtime.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-runtime.Tpo -c -o tuning/powertop-runtime.obj `if test -f 'tuning/runtime.cpp'; then $(CYGPATH_W) 'tuning/runtime.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/runtime.cpp'; fi`
powertop-2.11/src/Makefile.in-1781-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-runtime.Tpo tuning/$(DEPDIR)/powertop-runtime.Po
##############################################
powertop-2.11/src/Makefile.in-1783-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1784:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-runtime.obj `if test -f 'tuning/runtime.cpp'; then $(CYGPATH_W) 'tuning/runtime.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/runtime.cpp'; fi`
powertop-2.11/src/Makefile.in-1785-
powertop-2.11/src/Makefile.in-1786-tuning/powertop-tunable.o: tuning/tunable.cpp
powertop-2.11/src/Makefile.in:1787:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tunable.o -MD -MP -MF tuning/$(DEPDIR)/powertop-tunable.Tpo -c -o tuning/powertop-tunable.o `test -f 'tuning/tunable.cpp' || echo '$(srcdir)/'`tuning/tunable.cpp
powertop-2.11/src/Makefile.in-1788-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tunable.Tpo tuning/$(DEPDIR)/powertop-tunable.Po
##############################################
powertop-2.11/src/Makefile.in-1790-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1791:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tunable.o `test -f 'tuning/tunable.cpp' || echo '$(srcdir)/'`tuning/tunable.cpp
powertop-2.11/src/Makefile.in-1792-
powertop-2.11/src/Makefile.in-1793-tuning/powertop-tunable.obj: tuning/tunable.cpp
powertop-2.11/src/Makefile.in:1794:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tunable.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-tunable.Tpo -c -o tuning/powertop-tunable.obj `if test -f 'tuning/tunable.cpp'; then $(CYGPATH_W) 'tuning/tunable.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tunable.cpp'; fi`
powertop-2.11/src/Makefile.in-1795-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tunable.Tpo tuning/$(DEPDIR)/powertop-tunable.Po
##############################################
powertop-2.11/src/Makefile.in-1797-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1798:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tunable.obj `if test -f 'tuning/tunable.cpp'; then $(CYGPATH_W) 'tuning/tunable.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tunable.cpp'; fi`
powertop-2.11/src/Makefile.in-1799-
powertop-2.11/src/Makefile.in-1800-tuning/powertop-tuning.o: tuning/tuning.cpp
powertop-2.11/src/Makefile.in:1801:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuning.o -MD -MP -MF tuning/$(DEPDIR)/powertop-tuning.Tpo -c -o tuning/powertop-tuning.o `test -f 'tuning/tuning.cpp' || echo '$(srcdir)/'`tuning/tuning.cpp
powertop-2.11/src/Makefile.in-1802-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuning.Tpo tuning/$(DEPDIR)/powertop-tuning.Po
##############################################
powertop-2.11/src/Makefile.in-1804-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1805:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuning.o `test -f 'tuning/tuning.cpp' || echo '$(srcdir)/'`tuning/tuning.cpp
powertop-2.11/src/Makefile.in-1806-
powertop-2.11/src/Makefile.in-1807-tuning/powertop-tuning.obj: tuning/tuning.cpp
powertop-2.11/src/Makefile.in:1808:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuning.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-tuning.Tpo -c -o tuning/powertop-tuning.obj `if test -f 'tuning/tuning.cpp'; then $(CYGPATH_W) 'tuning/tuning.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuning.cpp'; fi`
powertop-2.11/src/Makefile.in-1809-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuning.Tpo tuning/$(DEPDIR)/powertop-tuning.Po
##############################################
powertop-2.11/src/Makefile.in-1811-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1812:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuning.obj `if test -f 'tuning/tuning.cpp'; then $(CYGPATH_W) 'tuning/tuning.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuning.cpp'; fi`
powertop-2.11/src/Makefile.in-1813-
powertop-2.11/src/Makefile.in-1814-tuning/powertop-tuningsysfs.o: tuning/tuningsysfs.cpp
powertop-2.11/src/Makefile.in:1815:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuningsysfs.o -MD -MP -MF tuning/$(DEPDIR)/powertop-tuningsysfs.Tpo -c -o tuning/powertop-tuningsysfs.o `test -f 'tuning/tuningsysfs.cpp' || echo '$(srcdir)/'`tuning/tuningsysfs.cpp
powertop-2.11/src/Makefile.in-1816-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuningsysfs.Tpo tuning/$(DEPDIR)/powertop-tuningsysfs.Po
##############################################
powertop-2.11/src/Makefile.in-1818-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1819:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuningsysfs.o `test -f 'tuning/tuningsysfs.cpp' || echo '$(srcdir)/'`tuning/tuningsysfs.cpp
powertop-2.11/src/Makefile.in-1820-
powertop-2.11/src/Makefile.in-1821-tuning/powertop-tuningsysfs.obj: tuning/tuningsysfs.cpp
powertop-2.11/src/Makefile.in:1822:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuningsysfs.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-tuningsysfs.Tpo -c -o tuning/powertop-tuningsysfs.obj `if test -f 'tuning/tuningsysfs.cpp'; then $(CYGPATH_W) 'tuning/tuningsysfs.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuningsysfs.cpp'; fi`
powertop-2.11/src/Makefile.in-1823-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuningsysfs.Tpo tuning/$(DEPDIR)/powertop-tuningsysfs.Po
##############################################
powertop-2.11/src/Makefile.in-1825-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1826:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuningsysfs.obj `if test -f 'tuning/tuningsysfs.cpp'; then $(CYGPATH_W) 'tuning/tuningsysfs.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuningsysfs.cpp'; fi`
powertop-2.11/src/Makefile.in-1827-
powertop-2.11/src/Makefile.in-1828-tuning/powertop-tuningusb.o: tuning/tuningusb.cpp
powertop-2.11/src/Makefile.in:1829:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuningusb.o -MD -MP -MF tuning/$(DEPDIR)/powertop-tuningusb.Tpo -c -o tuning/powertop-tuningusb.o `test -f 'tuning/tuningusb.cpp' || echo '$(srcdir)/'`tuning/tuningusb.cpp
powertop-2.11/src/Makefile.in-1830-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuningusb.Tpo tuning/$(DEPDIR)/powertop-tuningusb.Po
##############################################
powertop-2.11/src/Makefile.in-1832-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1833:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuningusb.o `test -f 'tuning/tuningusb.cpp' || echo '$(srcdir)/'`tuning/tuningusb.cpp
powertop-2.11/src/Makefile.in-1834-
powertop-2.11/src/Makefile.in-1835-tuning/powertop-tuningusb.obj: tuning/tuningusb.cpp
powertop-2.11/src/Makefile.in:1836:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuningusb.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-tuningusb.Tpo -c -o tuning/powertop-tuningusb.obj `if test -f 'tuning/tuningusb.cpp'; then $(CYGPATH_W) 'tuning/tuningusb.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuningusb.cpp'; fi`
powertop-2.11/src/Makefile.in-1837-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuningusb.Tpo tuning/$(DEPDIR)/powertop-tuningusb.Po
##############################################
powertop-2.11/src/Makefile.in-1839-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1840:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuningusb.obj `if test -f 'tuning/tuningusb.cpp'; then $(CYGPATH_W) 'tuning/tuningusb.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuningusb.cpp'; fi`
powertop-2.11/src/Makefile.in-1841-
powertop-2.11/src/Makefile.in-1842-tuning/powertop-tuningi2c.o: tuning/tuningi2c.cpp
powertop-2.11/src/Makefile.in:1843:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuningi2c.o -MD -MP -MF tuning/$(DEPDIR)/powertop-tuningi2c.Tpo -c -o tuning/powertop-tuningi2c.o `test -f 'tuning/tuningi2c.cpp' || echo '$(srcdir)/'`tuning/tuningi2c.cpp
powertop-2.11/src/Makefile.in-1844-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuningi2c.Tpo tuning/$(DEPDIR)/powertop-tuningi2c.Po
##############################################
powertop-2.11/src/Makefile.in-1846-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1847:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuningi2c.o `test -f 'tuning/tuningi2c.cpp' || echo '$(srcdir)/'`tuning/tuningi2c.cpp
powertop-2.11/src/Makefile.in-1848-
powertop-2.11/src/Makefile.in-1849-tuning/powertop-tuningi2c.obj: tuning/tuningi2c.cpp
powertop-2.11/src/Makefile.in:1850:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-tuningi2c.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-tuningi2c.Tpo -c -o tuning/powertop-tuningi2c.obj `if test -f 'tuning/tuningi2c.cpp'; then $(CYGPATH_W) 'tuning/tuningi2c.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuningi2c.cpp'; fi`
powertop-2.11/src/Makefile.in-1851-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-tuningi2c.Tpo tuning/$(DEPDIR)/powertop-tuningi2c.Po
##############################################
powertop-2.11/src/Makefile.in-1853-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1854:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-tuningi2c.obj `if test -f 'tuning/tuningi2c.cpp'; then $(CYGPATH_W) 'tuning/tuningi2c.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/tuningi2c.cpp'; fi`
powertop-2.11/src/Makefile.in-1855-
powertop-2.11/src/Makefile.in-1856-tuning/powertop-wifi.o: tuning/wifi.cpp
powertop-2.11/src/Makefile.in:1857:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-wifi.o -MD -MP -MF tuning/$(DEPDIR)/powertop-wifi.Tpo -c -o tuning/powertop-wifi.o `test -f 'tuning/wifi.cpp' || echo '$(srcdir)/'`tuning/wifi.cpp
powertop-2.11/src/Makefile.in-1858-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-wifi.Tpo tuning/$(DEPDIR)/powertop-wifi.Po
##############################################
powertop-2.11/src/Makefile.in-1860-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1861:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-wifi.o `test -f 'tuning/wifi.cpp' || echo '$(srcdir)/'`tuning/wifi.cpp
powertop-2.11/src/Makefile.in-1862-
powertop-2.11/src/Makefile.in-1863-tuning/powertop-wifi.obj: tuning/wifi.cpp
powertop-2.11/src/Makefile.in:1864:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT tuning/powertop-wifi.obj -MD -MP -MF tuning/$(DEPDIR)/powertop-wifi.Tpo -c -o tuning/powertop-wifi.obj `if test -f 'tuning/wifi.cpp'; then $(CYGPATH_W) 'tuning/wifi.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/wifi.cpp'; fi`
powertop-2.11/src/Makefile.in-1865-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tuning/$(DEPDIR)/powertop-wifi.Tpo tuning/$(DEPDIR)/powertop-wifi.Po
##############################################
powertop-2.11/src/Makefile.in-1867-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1868:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o tuning/powertop-wifi.obj `if test -f 'tuning/wifi.cpp'; then $(CYGPATH_W) 'tuning/wifi.cpp'; else $(CYGPATH_W) '$(srcdir)/tuning/wifi.cpp'; fi`
powertop-2.11/src/Makefile.in-1869-
powertop-2.11/src/Makefile.in-1870-wakeup/powertop-wakeup.o: wakeup/wakeup.cpp
powertop-2.11/src/Makefile.in:1871:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-wakeup.o -MD -MP -MF wakeup/$(DEPDIR)/powertop-wakeup.Tpo -c -o wakeup/powertop-wakeup.o `test -f 'wakeup/wakeup.cpp' || echo '$(srcdir)/'`wakeup/wakeup.cpp
powertop-2.11/src/Makefile.in-1872-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-wakeup.Tpo wakeup/$(DEPDIR)/powertop-wakeup.Po
##############################################
powertop-2.11/src/Makefile.in-1874-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1875:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-wakeup.o `test -f 'wakeup/wakeup.cpp' || echo '$(srcdir)/'`wakeup/wakeup.cpp
powertop-2.11/src/Makefile.in-1876-
powertop-2.11/src/Makefile.in-1877-wakeup/powertop-wakeup.obj: wakeup/wakeup.cpp
powertop-2.11/src/Makefile.in:1878:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-wakeup.obj -MD -MP -MF wakeup/$(DEPDIR)/powertop-wakeup.Tpo -c -o wakeup/powertop-wakeup.obj `if test -f 'wakeup/wakeup.cpp'; then $(CYGPATH_W) 'wakeup/wakeup.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/wakeup.cpp'; fi`
powertop-2.11/src/Makefile.in-1879-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-wakeup.Tpo wakeup/$(DEPDIR)/powertop-wakeup.Po
##############################################
powertop-2.11/src/Makefile.in-1881-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1882:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-wakeup.obj `if test -f 'wakeup/wakeup.cpp'; then $(CYGPATH_W) 'wakeup/wakeup.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/wakeup.cpp'; fi`
powertop-2.11/src/Makefile.in-1883-
powertop-2.11/src/Makefile.in-1884-wakeup/powertop-waketab.o: wakeup/waketab.cpp
powertop-2.11/src/Makefile.in:1885:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-waketab.o -MD -MP -MF wakeup/$(DEPDIR)/powertop-waketab.Tpo -c -o wakeup/powertop-waketab.o `test -f 'wakeup/waketab.cpp' || echo '$(srcdir)/'`wakeup/waketab.cpp
powertop-2.11/src/Makefile.in-1886-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-waketab.Tpo wakeup/$(DEPDIR)/powertop-waketab.Po
##############################################
powertop-2.11/src/Makefile.in-1888-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1889:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-waketab.o `test -f 'wakeup/waketab.cpp' || echo '$(srcdir)/'`wakeup/waketab.cpp
powertop-2.11/src/Makefile.in-1890-
powertop-2.11/src/Makefile.in-1891-wakeup/powertop-waketab.obj: wakeup/waketab.cpp
powertop-2.11/src/Makefile.in:1892:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-waketab.obj -MD -MP -MF wakeup/$(DEPDIR)/powertop-waketab.Tpo -c -o wakeup/powertop-waketab.obj `if test -f 'wakeup/waketab.cpp'; then $(CYGPATH_W) 'wakeup/waketab.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/waketab.cpp'; fi`
powertop-2.11/src/Makefile.in-1893-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-waketab.Tpo wakeup/$(DEPDIR)/powertop-waketab.Po
##############################################
powertop-2.11/src/Makefile.in-1895-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1896:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-waketab.obj `if test -f 'wakeup/waketab.cpp'; then $(CYGPATH_W) 'wakeup/waketab.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/waketab.cpp'; fi`
powertop-2.11/src/Makefile.in-1897-
powertop-2.11/src/Makefile.in-1898-wakeup/powertop-wakeup_ethernet.o: wakeup/wakeup_ethernet.cpp
powertop-2.11/src/Makefile.in:1899:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-wakeup_ethernet.o -MD -MP -MF wakeup/$(DEPDIR)/powertop-wakeup_ethernet.Tpo -c -o wakeup/powertop-wakeup_ethernet.o `test -f 'wakeup/wakeup_ethernet.cpp' || echo '$(srcdir)/'`wakeup/wakeup_ethernet.cpp
powertop-2.11/src/Makefile.in-1900-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-wakeup_ethernet.Tpo wakeup/$(DEPDIR)/powertop-wakeup_ethernet.Po
##############################################
powertop-2.11/src/Makefile.in-1902-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1903:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-wakeup_ethernet.o `test -f 'wakeup/wakeup_ethernet.cpp' || echo '$(srcdir)/'`wakeup/wakeup_ethernet.cpp
powertop-2.11/src/Makefile.in-1904-
powertop-2.11/src/Makefile.in-1905-wakeup/powertop-wakeup_ethernet.obj: wakeup/wakeup_ethernet.cpp
powertop-2.11/src/Makefile.in:1906:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-wakeup_ethernet.obj -MD -MP -MF wakeup/$(DEPDIR)/powertop-wakeup_ethernet.Tpo -c -o wakeup/powertop-wakeup_ethernet.obj `if test -f 'wakeup/wakeup_ethernet.cpp'; then $(CYGPATH_W) 'wakeup/wakeup_ethernet.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/wakeup_ethernet.cpp'; fi`
powertop-2.11/src/Makefile.in-1907-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-wakeup_ethernet.Tpo wakeup/$(DEPDIR)/powertop-wakeup_ethernet.Po
##############################################
powertop-2.11/src/Makefile.in-1909-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1910:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-wakeup_ethernet.obj `if test -f 'wakeup/wakeup_ethernet.cpp'; then $(CYGPATH_W) 'wakeup/wakeup_ethernet.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/wakeup_ethernet.cpp'; fi`
powertop-2.11/src/Makefile.in-1911-
powertop-2.11/src/Makefile.in-1912-wakeup/powertop-wakeup_usb.o: wakeup/wakeup_usb.cpp
powertop-2.11/src/Makefile.in:1913:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-wakeup_usb.o -MD -MP -MF wakeup/$(DEPDIR)/powertop-wakeup_usb.Tpo -c -o wakeup/powertop-wakeup_usb.o `test -f 'wakeup/wakeup_usb.cpp' || echo '$(srcdir)/'`wakeup/wakeup_usb.cpp
powertop-2.11/src/Makefile.in-1914-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-wakeup_usb.Tpo wakeup/$(DEPDIR)/powertop-wakeup_usb.Po
##############################################
powertop-2.11/src/Makefile.in-1916-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1917:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-wakeup_usb.o `test -f 'wakeup/wakeup_usb.cpp' || echo '$(srcdir)/'`wakeup/wakeup_usb.cpp
powertop-2.11/src/Makefile.in-1918-
powertop-2.11/src/Makefile.in-1919-wakeup/powertop-wakeup_usb.obj: wakeup/wakeup_usb.cpp
powertop-2.11/src/Makefile.in:1920:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -MT wakeup/powertop-wakeup_usb.obj -MD -MP -MF wakeup/$(DEPDIR)/powertop-wakeup_usb.Tpo -c -o wakeup/powertop-wakeup_usb.obj `if test -f 'wakeup/wakeup_usb.cpp'; then $(CYGPATH_W) 'wakeup/wakeup_usb.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/wakeup_usb.cpp'; fi`
powertop-2.11/src/Makefile.in-1921-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wakeup/$(DEPDIR)/powertop-wakeup_usb.Tpo wakeup/$(DEPDIR)/powertop-wakeup_usb.Po
##############################################
powertop-2.11/src/Makefile.in-1923-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/src/Makefile.in:1924:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(powertop_CPPFLAGS) $(CPPFLAGS) $(powertop_CXXFLAGS) $(CXXFLAGS) -c -o wakeup/powertop-wakeup_usb.obj `if test -f 'wakeup/wakeup_usb.cpp'; then $(CYGPATH_W) 'wakeup/wakeup_usb.cpp'; else $(CYGPATH_W) '$(srcdir)/wakeup/wakeup_usb.cpp'; fi`
powertop-2.11/src/Makefile.in-1925-
##############################################
powertop-2.11/src/Makefile.in-1961-GTAGS:
powertop-2.11/src/Makefile.in:1962:	here=`$(am__cd) $(top_builddir) && pwd` \
powertop-2.11/src/Makefile.in-1963-	  && $(am__cd) $(top_srcdir) \
##############################################
powertop-2.11/src/Makefile.in-1984-distdir: $(DISTFILES)
powertop-2.11/src/Makefile.in:1985:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/src/Makefile.in:1986:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/src/Makefile.in-1987-	list='$(DISTFILES)'; \
##############################################
powertop-2.11/src/Makefile.in-1998-	  if test -d $$d/$$file; then \
powertop-2.11/src/Makefile.in:1999:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
powertop-2.11/src/Makefile.in-2000-	    if test -d "$(distdir)/$$file"; then \
##############################################
powertop-2.11/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
powertop-2.11/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
powertop-2.11/configure-47-  as_echo='print -r --'
powertop-2.11/configure-48-  as_echo_n='print -rn --'
powertop-2.11/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
powertop-2.11/configure-50-  as_echo='printf %s\n'
##############################################
powertop-2.11/configure-52-else
powertop-2.11/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
powertop-2.11/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
powertop-2.11/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
powertop-2.11/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
powertop-2.11/configure-64-      esac;
##############################################
powertop-2.11/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
powertop-2.11/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
powertop-2.11/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
powertop-2.11/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
powertop-2.11/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
powertop-2.11/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
powertop-2.11/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
powertop-2.11/configure-335-      case $as_dir in #(
powertop-2.11/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
powertop-2.11/configure-337-      *) as_qdir=$as_dir;;
##############################################
powertop-2.11/configure-408-  {
powertop-2.11/configure:409:    as_val=`expr "$@" || test $? -eq 1`
powertop-2.11/configure-410-  }
##############################################
powertop-2.11/configure-415-# ----------------------------------------
powertop-2.11/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
powertop-2.11/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
powertop-2.11/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
powertop-2.11/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
powertop-2.11/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
powertop-2.11/configure-899-  case $ac_option in
powertop-2.11/configure:900:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
powertop-2.11/configure-901-  *=)   ac_optarg= ;;
##############################################
powertop-2.11/configure-943-  -disable-* | --disable-*)
powertop-2.11/configure:944:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
powertop-2.11/configure-945-    # Reject names that are not valid shell variable names.
##############################################
powertop-2.11/configure-948-    ac_useropt_orig=$ac_useropt
powertop-2.11/configure:949:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
powertop-2.11/configure-950-    case $ac_user_opts in
##############################################
powertop-2.11/configure-969-  -enable-* | --enable-*)
powertop-2.11/configure:970:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
powertop-2.11/configure-971-    # Reject names that are not valid shell variable names.
##############################################
powertop-2.11/configure-974-    ac_useropt_orig=$ac_useropt
powertop-2.11/configure:975:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
powertop-2.11/configure-976-    case $ac_user_opts in
##############################################
powertop-2.11/configure-1182-  -with-* | --with-*)
powertop-2.11/configure:1183:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
powertop-2.11/configure-1184-    # Reject names that are not valid shell variable names.
##############################################
powertop-2.11/configure-1187-    ac_useropt_orig=$ac_useropt
powertop-2.11/configure:1188:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
powertop-2.11/configure-1189-    case $ac_user_opts in
##############################################
powertop-2.11/configure-1198-  -without-* | --without-*)
powertop-2.11/configure:1199:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
powertop-2.11/configure-1200-    # Reject names that are not valid shell variable names.
##############################################
powertop-2.11/configure-1203-    ac_useropt_orig=$ac_useropt
powertop-2.11/configure:1204:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
powertop-2.11/configure-1205-    case $ac_user_opts in
##############################################
powertop-2.11/configure-1236-  *=*)
powertop-2.11/configure:1237:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
powertop-2.11/configure-1238-    # Reject names that are not valid shell variable names.
##############################################
powertop-2.11/configure-1257-if test -n "$ac_prev"; then
powertop-2.11/configure:1258:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
powertop-2.11/configure-1259-  as_fn_error $? "missing argument to $ac_option"
##############################################
powertop-2.11/configure-1279-    */ )
powertop-2.11/configure:1280:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
powertop-2.11/configure-1281-      eval $ac_var=\$ac_val;;
##############################################
powertop-2.11/configure-1314-ac_ls_di=`ls -di .` &&
powertop-2.11/configure:1315:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
powertop-2.11/configure-1316-  as_fn_error $? "working directory cannot be determined"
##############################################
powertop-2.11/configure-1370-case $srcdir in
powertop-2.11/configure:1371:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
powertop-2.11/configure-1372-esac
##############################################
powertop-2.11/configure-1413-By default, \`make install' will install all the files in
powertop-2.11/configure:1414:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
powertop-2.11/configure:1415:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
powertop-2.11/configure-1416-for instance \`--prefix=\$HOME'.
##############################################
powertop-2.11/configure-1547-*)
powertop-2.11/configure:1548:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
powertop-2.11/configure-1549-  # A ".." for each directory in $ac_dir_suffix.
powertop-2.11/configure:1550:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
powertop-2.11/configure-1551-  case $ac_top_builddir_sub in
##############################################
powertop-2.11/configure-2438-    *\'*)
powertop-2.11/configure:2439:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
powertop-2.11/configure-2440-    esac
##############################################
powertop-2.11/configure-2521-      case $ac_val in
powertop-2.11/configure:2522:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
powertop-2.11/configure-2523-      esac
##############################################
powertop-2.11/configure-2536-	case $ac_val in
powertop-2.11/configure:2537:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
powertop-2.11/configure-2538-	esac
##############################################
powertop-2.11/configure-2660-    set,)
powertop-2.11/configure:2661:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
powertop-2.11/configure:2662:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
powertop-2.11/configure-2663-      ac_cache_corrupted=: ;;
##############################################
powertop-2.11/configure-2671-	# differences in whitespace do not lead to failure.
powertop-2.11/configure:2672:	ac_old_val_w=`echo x $ac_old_val`
powertop-2.11/configure:2673:	ac_new_val_w=`echo x $ac_new_val`
powertop-2.11/configure-2674-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
powertop-2.11/configure-2691-    case $ac_new_val in
powertop-2.11/configure:2692:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
powertop-2.11/configure-2693-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
powertop-2.11/configure-2866-     echo "timestamp, slept: $am_has_slept" > conftest.file
powertop-2.11/configure:2867:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
powertop-2.11/configure-2868-     if test "$*" = "X"; then
powertop-2.11/configure-2869-	# -L didn't work.
powertop-2.11/configure:2870:	set X `ls -t "$srcdir/configure" conftest.file`
powertop-2.11/configure-2871-     fi
##############################################
powertop-2.11/configure-2917-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
powertop-2.11/configure:2918:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
powertop-2.11/configure-2919-
powertop-2.11/configure-2920-# Expand $ac_aux_dir to an absolute path.
powertop-2.11/configure:2921:am_aux_dir=`cd "$ac_aux_dir" && pwd`
powertop-2.11/configure-2922-
##############################################
powertop-2.11/configure-3062-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
powertop-2.11/configure:3063:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
powertop-2.11/configure-3064-	     'mkdir (GNU coreutils) '* | \
##############################################
powertop-2.11/configure-3135-set x ${MAKE-make}
powertop-2.11/configure:3136:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
powertop-2.11/configure-3137-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
powertop-2.11/configure-3145-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
powertop-2.11/configure:3146:case `${MAKE-make} -f conftest.make 2>/dev/null` in
powertop-2.11/configure-3147-  *@@@%%%=?*=@@@%%%*)
##############################################
powertop-2.11/configure-3211-
powertop-2.11/configure:3212:if test "`cd $srcdir && pwd`" != "`pwd`"; then
powertop-2.11/configure-3213-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
powertop-2.11/configure-3356-# Ignore all kinds of additional output from 'make'.
powertop-2.11/configure:3357:case `$am_make -s -f confmf 2> /dev/null` in #(
powertop-2.11/configure-3358-*the\ am__doit\ target*)
##############################################
powertop-2.11/configure-3366-   echo '.include "confinc"' > confmf
powertop-2.11/configure:3367:   case `$am_make -s -f confmf 2> /dev/null` in #(
powertop-2.11/configure-3368-   *the\ am__doit\ target*)
##############################################
powertop-2.11/configure-3553-$as_echo_n "checking whether the C++ compiler works... " >&6; }
powertop-2.11/configure:3554:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
powertop-2.11/configure-3555-
##############################################
powertop-2.11/configure-3597-	then :; else
powertop-2.11/configure:3598:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
powertop-2.11/configure-3599-	fi
##############################################
powertop-2.11/configure-3657-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
powertop-2.11/configure:3658:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
powertop-2.11/configure-3659-	  break;;
##############################################
powertop-2.11/configure-3766-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
powertop-2.11/configure:3767:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
powertop-2.11/configure-3768-       break;;
##############################################
powertop-2.11/configure-3935-  if test "$am_compiler_list" = ""; then
powertop-2.11/configure:3936:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
powertop-2.11/configure-3937-  fi
##############################################
powertop-2.11/configure-4188-  # Check for GNU $ac_path_GREP
powertop-2.11/configure:4189:case `"$ac_path_GREP" --version 2>&1` in
powertop-2.11/configure-4190-*GNU*)
##############################################
powertop-2.11/configure-4254-  # Check for GNU $ac_path_EGREP
powertop-2.11/configure:4255:case `"$ac_path_EGREP" --version 2>&1` in
powertop-2.11/configure-4256-*GNU*)
##############################################
powertop-2.11/configure-4415-do :
powertop-2.11/configure:4416:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
powertop-2.11/configure-4417-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
powertop-2.11/configure-4420-  cat >>confdefs.h <<_ACEOF
powertop-2.11/configure:4421:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
powertop-2.11/configure-4422-_ACEOF
##############################################
powertop-2.11/configure-4663-
powertop-2.11/configure:4664:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
powertop-2.11/configure-4665-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
powertop-2.11/configure-4668-
powertop-2.11/configure:4669:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
powertop-2.11/configure-4670-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
powertop-2.11/configure-4745-
powertop-2.11/configure:4746:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
powertop-2.11/configure-4747-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
powertop-2.11/configure-5472-  if test "$am_compiler_list" = ""; then
powertop-2.11/configure:5473:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
powertop-2.11/configure-5474-  fi
##############################################
powertop-2.11/configure-5582-test "x$ac_build_alias" = x &&
powertop-2.11/configure:5583:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
powertop-2.11/configure-5584-test "x$ac_build_alias" = x &&
powertop-2.11/configure-5585-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
powertop-2.11/configure:5586:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
powertop-2.11/configure-5587-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
powertop-2.11/configure-5606-IFS=$ac_save_IFS
powertop-2.11/configure:5607:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
powertop-2.11/configure-5608-
##############################################
powertop-2.11/configure-5617-else
powertop-2.11/configure:5618:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
powertop-2.11/configure-5619-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
powertop-2.11/configure-5639-IFS=$ac_save_IFS
powertop-2.11/configure:5640:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
powertop-2.11/configure-5641-
##############################################
powertop-2.11/configure-5672-    # gcc leaves a trailing carriage return which upsets mingw
powertop-2.11/configure:5673:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
powertop-2.11/configure-5674-  *)
powertop-2.11/configure:5675:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
powertop-2.11/configure-5676-  esac
##############################################
powertop-2.11/configure-5681-      # Canonicalize the pathname of ld
powertop-2.11/configure:5682:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
powertop-2.11/configure-5683-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
powertop-2.11/configure:5684:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
powertop-2.11/configure-5685-      done
##############################################
powertop-2.11/configure-5716-      # Break only if it was the GNU/non-GNU ld that we prefer.
powertop-2.11/configure:5717:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
powertop-2.11/configure-5718-      *GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-5747-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
powertop-2.11/configure:5748:case `$LD -v 2>&1 </dev/null` in
powertop-2.11/configure-5749-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-5835-    *)
powertop-2.11/configure:5836:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
powertop-2.11/configure-5837-      if test -n "$searchpath"; then
##############################################
powertop-2.11/configure-5845-                ;;
powertop-2.11/configure:5846:              *) searchdir=`cd "$searchdir" && pwd`
powertop-2.11/configure-5847-                 case "$searchdir" in
##############################################
powertop-2.11/configure-5936-        names_already_handled="$names_already_handled $name"
powertop-2.11/configure:5937:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
powertop-2.11/configure-5938-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
powertop-2.11/configure-6012-                -L*)
powertop-2.11/configure:6013:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
powertop-2.11/configure-6014-                                    if test -n "$acl_shlibext"; then
##############################################
powertop-2.11/configure-6129-              */$acl_libdirstem | */$acl_libdirstem/)
powertop-2.11/configure:6130:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
powertop-2.11/configure-6131-                if test "$name" = 'iconv'; then
##############################################
powertop-2.11/configure-6136-              */$acl_libdirstem2 | */$acl_libdirstem2/)
powertop-2.11/configure:6137:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
powertop-2.11/configure-6138-                if test "$name" = 'iconv'; then
##############################################
powertop-2.11/configure-6187-                  -L*)
powertop-2.11/configure:6188:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
powertop-2.11/configure-6189-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
powertop-2.11/configure-6246-                  -R*)
powertop-2.11/configure:6247:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
powertop-2.11/configure-6248-                    if test "$enable_rpath" != no; then
##############################################
powertop-2.11/configure-6271-                  -l*)
powertop-2.11/configure:6272:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
powertop-2.11/configure-6273-                    ;;
powertop-2.11/configure-6274-                  *.la)
powertop-2.11/configure:6275:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
powertop-2.11/configure-6276-                    ;;
##############################################
powertop-2.11/configure-6820-        names_already_handled="$names_already_handled $name"
powertop-2.11/configure:6821:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
powertop-2.11/configure-6822-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
powertop-2.11/configure-6896-                -L*)
powertop-2.11/configure:6897:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
powertop-2.11/configure-6898-                                    if test -n "$acl_shlibext"; then
##############################################
powertop-2.11/configure-7013-              */$acl_libdirstem | */$acl_libdirstem/)
powertop-2.11/configure:7014:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
powertop-2.11/configure-7015-                if test "$name" = 'intl'; then
##############################################
powertop-2.11/configure-7020-              */$acl_libdirstem2 | */$acl_libdirstem2/)
powertop-2.11/configure:7021:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
powertop-2.11/configure-7022-                if test "$name" = 'intl'; then
##############################################
powertop-2.11/configure-7071-                  -L*)
powertop-2.11/configure:7072:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
powertop-2.11/configure-7073-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
powertop-2.11/configure-7130-                  -R*)
powertop-2.11/configure:7131:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
powertop-2.11/configure-7132-                    if test "$enable_rpath" != no; then
##############################################
powertop-2.11/configure-7155-                  -l*)
powertop-2.11/configure:7156:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
powertop-2.11/configure-7157-                    ;;
powertop-2.11/configure-7158-                  *.la)
powertop-2.11/configure:7159:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
powertop-2.11/configure-7160-                    ;;
##############################################
powertop-2.11/configure-7990-  if test "$am_compiler_list" = ""; then
powertop-2.11/configure:7991:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
powertop-2.11/configure-7992-  fi
##############################################
powertop-2.11/configure-8139-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
powertop-2.11/configure:8140:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
powertop-2.11/configure-8141-  ECHO='print -r --'
powertop-2.11/configure:8142:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
powertop-2.11/configure-8143-  ECHO='printf %s\n'
##############################################
powertop-2.11/configure-8208-  # Check for GNU $ac_path_SED
powertop-2.11/configure:8209:case `"$ac_path_SED" --version 2>&1` in
powertop-2.11/configure-8210-*GNU*)
##############################################
powertop-2.11/configure-8287-  # Check for GNU $ac_path_FGREP
powertop-2.11/configure:8288:case `"$ac_path_FGREP" --version 2>&1` in
powertop-2.11/configure-8289-*GNU*)
##############################################
powertop-2.11/configure-8367-    # gcc leaves a trailing carriage return, which upsets mingw
powertop-2.11/configure:8368:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
powertop-2.11/configure-8369-  *)
powertop-2.11/configure:8370:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
powertop-2.11/configure-8371-  esac
##############################################
powertop-2.11/configure-8376-      # Canonicalize the pathname of ld
powertop-2.11/configure:8377:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
powertop-2.11/configure-8378-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
powertop-2.11/configure:8379:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
powertop-2.11/configure-8380-      done
##############################################
powertop-2.11/configure-8411-      # Break only if it was the GNU/non-GNU ld that we prefer.
powertop-2.11/configure:8412:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
powertop-2.11/configure-8413-      *GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-8442-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
powertop-2.11/configure:8443:case `$LD -v 2>&1 </dev/null` in
powertop-2.11/configure-8444-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-8492-	esac
powertop-2.11/configure:8493:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
powertop-2.11/configure-8494-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
powertop-2.11/configure-8498-	*)
powertop-2.11/configure:8499:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
powertop-2.11/configure-8500-	  */dev/null*)
##############################################
powertop-2.11/configure-8626-
powertop-2.11/configure:8627:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
powertop-2.11/configure-8628-    *COFF*)
##############################################
powertop-2.11/configure-8738-    # And add a safety zone
powertop-2.11/configure:8739:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
powertop-2.11/configure:8740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
powertop-2.11/configure-8741-    ;;
##############################################
powertop-2.11/configure-8771-    if test -n "$kargmax"; then
powertop-2.11/configure:8772:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
powertop-2.11/configure-8773-    else
##############################################
powertop-2.11/configure-8780-       test undefined != "$lt_cv_sys_max_cmd_len"; then
powertop-2.11/configure:8781:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
powertop-2.11/configure:8782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
powertop-2.11/configure-8783-    else
##############################################
powertop-2.11/configure-8792-      # we can't tell.
powertop-2.11/configure:8793:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
powertop-2.11/configure-8794-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
powertop-2.11/configure-8796-      do
powertop-2.11/configure:8797:        i=`expr $i + 1`
powertop-2.11/configure-8798-        teststring=$teststring$teststring
##############################################
powertop-2.11/configure-8800-      # Only check the string length outside the loop.
powertop-2.11/configure:8801:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
powertop-2.11/configure-8802-      teststring=
##############################################
powertop-2.11/configure-8805-      # linker.  It appears as though 1/2 is a usable value.
powertop-2.11/configure:8806:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
powertop-2.11/configure-8807-    fi
##############################################
powertop-2.11/configure-9216-openbsd* | bitrig*)
powertop-2.11/configure:9217:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/configure-9218-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
powertop-2.11/configure-9286-    else
powertop-2.11/configure:9287:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
powertop-2.11/configure-9288-    fi
##############################################
powertop-2.11/configure-9431-  # decide which one to use based on capabilities of $DLLTOOL
powertop-2.11/configure:9432:  case `$DLLTOOL --help 2>&1` in
powertop-2.11/configure-9433-  *--identify-strict*)
##############################################
powertop-2.11/configure-9952-# If we're using GNU nm, then use its standard symbol codes.
powertop-2.11/configure:9953:case `$NM -V 2>&1` in
powertop-2.11/configure-9954-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-10000-mingw*)
powertop-2.11/configure:10001:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
powertop-2.11/configure-10002-  ;;
##############################################
powertop-2.11/configure-10232-   if test yes = "$GCC"; then
powertop-2.11/configure:10233:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
powertop-2.11/configure-10234-   fi
##############################################
powertop-2.11/configure-10236- /*)
powertop-2.11/configure:10237:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
powertop-2.11/configure-10238-   ;; #(
##############################################
powertop-2.11/configure-10331-    done
powertop-2.11/configure:10332:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
powertop-2.11/configure-10333-}
##############################################
powertop-2.11/configure-10353-  test $ac_status = 0; }; then
powertop-2.11/configure:10354:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/configure-10355-      *ELF-32*)
##############################################
powertop-2.11/configure-10374-    if test yes = "$lt_cv_prog_gnu_ld"; then
powertop-2.11/configure:10375:      case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/configure-10376-	*32-bit*)
##############################################
powertop-2.11/configure-10386-    else
powertop-2.11/configure:10387:      case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/configure-10388-	*32-bit*)
##############################################
powertop-2.11/configure-10412-    emul=elf
powertop-2.11/configure:10413:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/configure-10414-      *32-bit*)
##############################################
powertop-2.11/configure-10420-    esac
powertop-2.11/configure:10421:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/configure-10422-      *MSB*)
##############################################
powertop-2.11/configure-10428-    esac
powertop-2.11/configure:10429:    case `/usr/bin/file conftest.$ac_objext` in
powertop-2.11/configure-10430-      *N32*)
##############################################
powertop-2.11/configure-11361-    *:)
powertop-2.11/configure:11362:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
powertop-2.11/configure-11363-        ;;
powertop-2.11/configure-11364-    x:*)
powertop-2.11/configure:11365:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
powertop-2.11/configure-11366-        ;;
powertop-2.11/configure-11367-    *::*)
powertop-2.11/configure:11368:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
powertop-2.11/configure:11369:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
powertop-2.11/configure-11370-        ;;
powertop-2.11/configure-11371-    *)
powertop-2.11/configure:11372:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
powertop-2.11/configure-11373-        ;;
##############################################
powertop-2.11/configure-11394-  case $2 in
powertop-2.11/configure:11395:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
powertop-2.11/configure:11396:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
powertop-2.11/configure-11397-  esac
##############################################
powertop-2.11/configure-11736-	"file_magic "*)
powertop-2.11/configure:11737:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
powertop-2.11/configure-11738-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
powertop-2.11/configure-11802-	"file_magic "*)
powertop-2.11/configure:11803:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
powertop-2.11/configure-11804-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
powertop-2.11/configure-12200-      *)
powertop-2.11/configure:12201:	case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/configure-12202-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
powertop-2.11/configure-12649-	# shared libraries, regardless of the interface used.
powertop-2.11/configure:12650:	case `$LD -v 2>&1` in
powertop-2.11/configure-12651-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
powertop-2.11/configure-12681-    supports_anon_versioning=no
powertop-2.11/configure:12682:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
powertop-2.11/configure-12683-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
powertop-2.11/configure-12750-	# is; otherwise, prepend EXPORTS...
powertop-2.11/configure:12751:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
powertop-2.11/configure-12752-          cp $export_symbols $output_objdir/$soname.def;
##############################################
powertop-2.11/configure-12784-	prefix_cmds="$SED"~
powertop-2.11/configure:12785:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
powertop-2.11/configure-12786-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
powertop-2.11/configure-12806-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
powertop-2.11/configure:12807:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
powertop-2.11/configure:12808:      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'
powertop-2.11/configure-12809-      ;;
##############################################
powertop-2.11/configure-12824-        pgcc*)				# Portland Group C compiler
powertop-2.11/configure:12825:	  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'
powertop-2.11/configure-12826-	  tmp_addflag=' $pic_flag'
##############################################
powertop-2.11/configure-12829-					# Portland Group f77 and f90 compilers
powertop-2.11/configure:12830:	  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'
powertop-2.11/configure-12831-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
powertop-2.11/configure-12846-	nvcc*)	# Cuda Compiler Driver 2.2
powertop-2.11/configure:12847:	  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'
powertop-2.11/configure-12848-	  compiler_needs_object=yes
##############################################
powertop-2.11/configure-12850-	esac
powertop-2.11/configure:12851:	case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/configure-12852-	*Sun\ C*)			# Sun C 5.9
powertop-2.11/configure:12853:	  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'
powertop-2.11/configure-12854-	  compiler_needs_object=yes
##############################################
powertop-2.11/configure-12921-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
powertop-2.11/configure:12922:      case `$LD -v 2>&1` in
powertop-2.11/configure-12923-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
powertop-2.11/configure-13010-	else
powertop-2.11/configure:13011:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
powertop-2.11/configure-13012-	fi
##############################################
powertop-2.11/configure-13075-	# below for broken collect2 doesn't work under 4.3+
powertop-2.11/configure:13076:	  collect2name=`$CC -print-prog-name=collect2`
powertop-2.11/configure-13077-	  if test -f "$collect2name" &&
##############################################
powertop-2.11/configure-13155-      }'
powertop-2.11/configure:13156:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-13157-  # Check for a 64-bit object if we didn't find anything.
powertop-2.11/configure-13158-  if test -z "$lt_cv_aix_libpath_"; then
powertop-2.11/configure:13159:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-13160-  fi
##############################################
powertop-2.11/configure-13173-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
powertop-2.11/configure:13174:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
powertop-2.11/configure-13175-      else
##############################################
powertop-2.11/configure-13208-      }'
powertop-2.11/configure:13209:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-13210-  # Check for a 64-bit object if we didn't find anything.
powertop-2.11/configure-13211-  if test -z "$lt_cv_aix_libpath_"; then
powertop-2.11/configure:13212:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-13213-  fi
##############################################
powertop-2.11/configure-13240-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
powertop-2.11/configure:13241:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
powertop-2.11/configure-13242-	  if test svr4 != "$with_aix_soname"; then
##############################################
powertop-2.11/configure-13293-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
powertop-2.11/configure:13294:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
powertop-2.11/configure-13295-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
powertop-2.11/configure-13331-	# FIXME: Setting linknames here is a bad hack.
powertop-2.11/configure:13332:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
powertop-2.11/configure-13333-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
powertop-2.11/configure-13349-  if test yes = "$lt_cv_ld_force_load"; then
powertop-2.11/configure:13350:    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\"`'
powertop-2.11/configure-13351-
##############################################
powertop-2.11/configure-13529-      if test yes = "$GCC"; then
powertop-2.11/configure:13530:	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'
powertop-2.11/configure-13531-	# Try to use the -exported_symbol ld option, if it does not
##############################################
powertop-2.11/configure-13557-	if test yes = "$lt_cv_irix_exported_symbol"; then
powertop-2.11/configure:13558:          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'
powertop-2.11/configure-13559-	fi
##############################################
powertop-2.11/configure-13561-      else
powertop-2.11/configure:13562:	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'
powertop-2.11/configure:13563:	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'
powertop-2.11/configure-13564-      fi
##############################################
powertop-2.11/configure-13608-	hardcode_direct_absolute=yes
powertop-2.11/configure:13609:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/configure-13610-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
powertop-2.11/configure-13639-	prefix_cmds="$SED"~
powertop-2.11/configure:13640:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
powertop-2.11/configure-13641-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
powertop-2.11/configure-13653-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
powertop-2.11/configure:13654:	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'
powertop-2.11/configure-13655-      else
powertop-2.11/configure-13656-	allow_undefined_flag=' -expect_unresolved \*'
powertop-2.11/configure:13657:	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'
powertop-2.11/configure-13658-      fi
##############################################
powertop-2.11/configure-13666-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
powertop-2.11/configure:13667:	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'
powertop-2.11/configure-13668-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
powertop-2.11/configure-13670-	allow_undefined_flag=' -expect_unresolved \*'
powertop-2.11/configure:13671:	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'
powertop-2.11/configure:13672:	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~
powertop-2.11/configure:13673:          $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'
powertop-2.11/configure-13674-
##############################################
powertop-2.11/configure-13689-      else
powertop-2.11/configure:13690:	case `$CC -V 2>&1` in
powertop-2.11/configure-13691-	*"Compilers 5.0"*)
##############################################
powertop-2.11/configure-14088-  esac
powertop-2.11/configure:14089:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
powertop-2.11/configure-14090-  case $lt_search_path_spec in
##############################################
powertop-2.11/configure-14095-    # okay in the real world where ";" in dirpaths is itself problematic.
powertop-2.11/configure:14096:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
powertop-2.11/configure-14097-    ;;
powertop-2.11/configure-14098-  *)
powertop-2.11/configure:14099:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/configure-14100-    ;;
##############################################
powertop-2.11/configure-14104-  lt_tmp_lt_search_path_spec=
powertop-2.11/configure:14105:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
powertop-2.11/configure-14106-  # ...but if some path component already ends with the multilib dir we assume
##############################################
powertop-2.11/configure-14146-  esac
powertop-2.11/configure:14147:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
powertop-2.11/configure-14148-else
##############################################
powertop-2.11/configure-14286-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
powertop-2.11/configure:14287:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
powertop-2.11/configure-14288-    ;;
##############################################
powertop-2.11/configure-14322-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
powertop-2.11/configure:14323:    postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/configure:14324:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
powertop-2.11/configure:14325:      dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/configure-14326-      test -d \$dldir || mkdir -p \$dldir~
##############################################
powertop-2.11/configure-14331-      fi'
powertop-2.11/configure:14332:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
powertop-2.11/configure-14333-      dlpath=$dir/\$dldll~
##############################################
powertop-2.11/configure-14339-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
powertop-2.11/configure:14340:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-14341-
##############################################
powertop-2.11/configure-14345-      # MinGW DLLs use traditional 'lib' prefix
powertop-2.11/configure:14346:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-14347-      ;;
##############################################
powertop-2.11/configure-14349-      # pw32 DLLs use 'pw' prefix rather than 'lib'
powertop-2.11/configure:14350:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-14351-      ;;
##############################################
powertop-2.11/configure-14358-    libname_spec='$name'
powertop-2.11/configure:14359:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-14360-    library_names_spec='$libname.dll.lib'
##############################################
powertop-2.11/configure-14370-        # Let DOS variable expansion print the short 8.3 style file name.
powertop-2.11/configure:14371:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
powertop-2.11/configure-14372-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
powertop-2.11/configure-14375-      # Convert to MSYS style.
powertop-2.11/configure:14376:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
powertop-2.11/configure-14377-      ;;
##############################################
powertop-2.11/configure-14381-      # like /cygdrive/c/PROGRA~1:/cygdr...
powertop-2.11/configure:14382:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
powertop-2.11/configure:14383:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
powertop-2.11/configure:14384:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/configure-14385-      ;;
##############################################
powertop-2.11/configure-14389-        # It is most probably a Windows format PATH.
powertop-2.11/configure:14390:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
powertop-2.11/configure-14391-      else
powertop-2.11/configure:14392:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/configure-14393-      fi
##############################################
powertop-2.11/configure-14399-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
powertop-2.11/configure:14400:    postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/configure:14401:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
powertop-2.11/configure:14402:      dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/configure-14403-      test -d \$dldir || mkdir -p \$dldir~
powertop-2.11/configure-14404-      $install_prog $dir/$dlname \$dldir/$dlname'
powertop-2.11/configure:14405:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
powertop-2.11/configure-14406-      dlpath=$dir/\$dldll~
##############################################
powertop-2.11/configure-14413-    # Assume MSVC wrapper
powertop-2.11/configure:14414:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
powertop-2.11/configure-14415-    dynamic_linker='Win32 ld.exe'
##############################################
powertop-2.11/configure-14430-  shlibpath_var=DYLD_LIBRARY_PATH
powertop-2.11/configure:14431:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
powertop-2.11/configure-14432-
##############################################
powertop-2.11/configure-14683-  if test -f /etc/ld.so.conf; then
powertop-2.11/configure:14684:    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' ' '`
powertop-2.11/configure-14685-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
powertop-2.11/configure-14749-  need_lib_prefix=no
powertop-2.11/configure:14750:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/configure-14751-    need_version=no
##############################################
powertop-2.11/configure-14776-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
powertop-2.11/configure:14777:  postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/configure:14778:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
powertop-2.11/configure:14779:    dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/configure-14780-    test -d \$dldir || mkdir -p \$dldir~
##############################################
powertop-2.11/configure-14785-    fi'
powertop-2.11/configure:14786:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
powertop-2.11/configure-14787-    dlpath=$dir/\$dldll~
##############################################
powertop-2.11/configure-15968-    # gcc leaves a trailing carriage return, which upsets mingw
powertop-2.11/configure:15969:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
powertop-2.11/configure-15970-  *)
powertop-2.11/configure:15971:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
powertop-2.11/configure-15972-  esac
##############################################
powertop-2.11/configure-15977-      # Canonicalize the pathname of ld
powertop-2.11/configure:15978:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
powertop-2.11/configure-15979-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
powertop-2.11/configure:15980:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
powertop-2.11/configure-15981-      done
##############################################
powertop-2.11/configure-16012-      # Break only if it was the GNU/non-GNU ld that we prefer.
powertop-2.11/configure:16013:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
powertop-2.11/configure-16014-      *GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-16043-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
powertop-2.11/configure:16044:case `$LD -v 2>&1 </dev/null` in
powertop-2.11/configure-16045-*GNU* | *'with BFD'*)
##############################################
powertop-2.11/configure-16077-        # ancient GNU ld didn't support --whole-archive et. al.
powertop-2.11/configure:16078:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
powertop-2.11/configure-16079-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
powertop-2.11/configure-16188-          # below for broken collect2 doesn't work under 4.3+
powertop-2.11/configure:16189:	  collect2name=`$CC -print-prog-name=collect2`
powertop-2.11/configure-16190-	  if test -f "$collect2name" &&
##############################################
powertop-2.11/configure-16269-      }'
powertop-2.11/configure:16270:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-16271-  # Check for a 64-bit object if we didn't find anything.
powertop-2.11/configure-16272-  if test -z "$lt_cv_aix_libpath__CXX"; then
powertop-2.11/configure:16273:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-16274-  fi
##############################################
powertop-2.11/configure-16288-
powertop-2.11/configure:16289:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
powertop-2.11/configure-16290-        else
##############################################
powertop-2.11/configure-16323-      }'
powertop-2.11/configure:16324:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-16325-  # Check for a 64-bit object if we didn't find anything.
powertop-2.11/configure-16326-  if test -z "$lt_cv_aix_libpath__CXX"; then
powertop-2.11/configure:16327:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
powertop-2.11/configure-16328-  fi
##############################################
powertop-2.11/configure-16355-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
powertop-2.11/configure:16356:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
powertop-2.11/configure-16357-	    if test svr4 != "$with_aix_soname"; then
##############################################
powertop-2.11/configure-16408-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
powertop-2.11/configure:16409:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
powertop-2.11/configure-16410-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
powertop-2.11/configure-16450-	    # is; otherwise, prepend EXPORTS...
powertop-2.11/configure:16451:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
powertop-2.11/configure-16452-              cp $export_symbols $output_objdir/$soname.def;
##############################################
powertop-2.11/configure-16471-  if test yes = "$lt_cv_ld_force_load"; then
powertop-2.11/configure:16472:    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\"`'
powertop-2.11/configure-16473-
##############################################
powertop-2.11/configure-16516-	  prefix_cmds="$SED"~
powertop-2.11/configure:16517:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
powertop-2.11/configure-16518-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
powertop-2.11/configure-16590-            # dependencies.
powertop-2.11/configure:16591:            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"'
powertop-2.11/configure-16592-            ;;
##############################################
powertop-2.11/configure-16655-	    # dependencies.
powertop-2.11/configure:16656:	    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"'
powertop-2.11/configure-16657-	    ;;
##############################################
powertop-2.11/configure-16691-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
powertop-2.11/configure:16692:	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'
powertop-2.11/configure:16693:	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'
powertop-2.11/configure-16694-	;;
##############################################
powertop-2.11/configure-16698-	    # SGI C++
powertop-2.11/configure:16699:	    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'
powertop-2.11/configure-16700-
##############################################
powertop-2.11/configure-16709-	      if test no = "$with_gnu_ld"; then
powertop-2.11/configure:16710:	        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'
powertop-2.11/configure-16711-	      else
powertop-2.11/configure:16712:	        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'
powertop-2.11/configure-16713-	      fi
##############################################
powertop-2.11/configure-16730-	    # to its proper name (with version) after linking.
powertop-2.11/configure:16731:	    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'
powertop-2.11/configure:16732:	    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'
powertop-2.11/configure-16733-	    # Commands to make compiler produce verbose output that lists
##############################################
powertop-2.11/configure-16740-	    # dependencies.
powertop-2.11/configure:16741:	    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"'
powertop-2.11/configure-16742-
##############################################
powertop-2.11/configure-16755-	    # earlier do not add the objects themselves.
powertop-2.11/configure:16756:	    case `$CC -V 2>&1` in
powertop-2.11/configure-16757-	      *"Version 7."*)
##############################################
powertop-2.11/configure-16776-            # Portland Group C++ compiler
powertop-2.11/configure:16777:	    case `$CC -V` in
powertop-2.11/configure-16778-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
powertop-2.11/configure-16781-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
powertop-2.11/configure:16782:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
powertop-2.11/configure-16783-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
powertop-2.11/configure-16785-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
powertop-2.11/configure:16786:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
powertop-2.11/configure-16787-                $RANLIB $oldlib'
##############################################
powertop-2.11/configure-16790-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
powertop-2.11/configure:16791:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
powertop-2.11/configure-16792-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
powertop-2.11/configure-16794-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
powertop-2.11/configure:16795:                $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'
powertop-2.11/configure-16796-	      ;;
##############################################
powertop-2.11/configure-16804-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
powertop-2.11/configure:16805:	    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'
powertop-2.11/configure-16806-            ;;
##############################################
powertop-2.11/configure-16823-	    # dependencies.
powertop-2.11/configure:16824:	    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'
powertop-2.11/configure-16825-	    ;;
##############################################
powertop-2.11/configure-16838-	  *)
powertop-2.11/configure:16839:	    case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/configure-16840-	    *Sun\ C*)
##############################################
powertop-2.11/configure-16845-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
powertop-2.11/configure:16846:	      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'
powertop-2.11/configure-16847-	      compiler_needs_object_CXX=yes
##############################################
powertop-2.11/configure-16910-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
powertop-2.11/configure:16911:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
powertop-2.11/configure-16912-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
powertop-2.11/configure-16929-	    # to its proper name (with version) after linking.
powertop-2.11/configure:16930:	    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'
powertop-2.11/configure-16931-
##############################################
powertop-2.11/configure-16950-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
powertop-2.11/configure:16951:	        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'
powertop-2.11/configure-16952-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
powertop-2.11/configure-16955-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
powertop-2.11/configure:16956:	        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'
powertop-2.11/configure:16957:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
powertop-2.11/configure-16958-                  echo "-hidden">> $lib.exp~
powertop-2.11/configure:16959:                  $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~
powertop-2.11/configure-16960-                  $RM $lib.exp'
##############################################
powertop-2.11/configure-16974-	    # dependencies.
powertop-2.11/configure:16975:	    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"'
powertop-2.11/configure-16976-	    ;;
##############################################
powertop-2.11/configure-16981-	        osf3*)
powertop-2.11/configure:16982:	          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'
powertop-2.11/configure-16983-		  ;;
powertop-2.11/configure-16984-	        *)
powertop-2.11/configure:16985:	          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'
powertop-2.11/configure-16986-		  ;;
##############################################
powertop-2.11/configure-17228-
powertop-2.11/configure:17229:  for p in `eval "$output_verbose_link_cmd"`; do
powertop-2.11/configure-17230-    case $prev$p in
##############################################
powertop-2.11/configure-17331-if test -n "${compiler_lib_search_path_CXX}"; then
powertop-2.11/configure:17332: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
powertop-2.11/configure-17333-fi
##############################################
powertop-2.11/configure-17578-	  *)
powertop-2.11/configure:17579:	    case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/configure-17580-	    *Sun\ C*)
##############################################
powertop-2.11/configure-17960-    else
powertop-2.11/configure:17961:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
powertop-2.11/configure-17962-    fi
##############################################
powertop-2.11/configure-18265-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
powertop-2.11/configure:18266:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
powertop-2.11/configure-18267-    ;;
##############################################
powertop-2.11/configure-18301-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
powertop-2.11/configure:18302:    postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/configure:18303:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
powertop-2.11/configure:18304:      dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/configure-18305-      test -d \$dldir || mkdir -p \$dldir~
##############################################
powertop-2.11/configure-18310-      fi'
powertop-2.11/configure:18311:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
powertop-2.11/configure-18312-      dlpath=$dir/\$dldll~
##############################################
powertop-2.11/configure-18318-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
powertop-2.11/configure:18319:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-18320-
##############################################
powertop-2.11/configure-18323-      # MinGW DLLs use traditional 'lib' prefix
powertop-2.11/configure:18324:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-18325-      ;;
##############################################
powertop-2.11/configure-18327-      # pw32 DLLs use 'pw' prefix rather than 'lib'
powertop-2.11/configure:18328:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-18329-      ;;
##############################################
powertop-2.11/configure-18336-    libname_spec='$name'
powertop-2.11/configure:18337:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
powertop-2.11/configure-18338-    library_names_spec='$libname.dll.lib'
##############################################
powertop-2.11/configure-18348-        # Let DOS variable expansion print the short 8.3 style file name.
powertop-2.11/configure:18349:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
powertop-2.11/configure-18350-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
powertop-2.11/configure-18353-      # Convert to MSYS style.
powertop-2.11/configure:18354:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
powertop-2.11/configure-18355-      ;;
##############################################
powertop-2.11/configure-18359-      # like /cygdrive/c/PROGRA~1:/cygdr...
powertop-2.11/configure:18360:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
powertop-2.11/configure:18361:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
powertop-2.11/configure:18362:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/configure-18363-      ;;
##############################################
powertop-2.11/configure-18367-        # It is most probably a Windows format PATH.
powertop-2.11/configure:18368:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
powertop-2.11/configure-18369-      else
powertop-2.11/configure:18370:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
powertop-2.11/configure-18371-      fi
##############################################
powertop-2.11/configure-18377-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
powertop-2.11/configure:18378:    postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/configure:18379:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
powertop-2.11/configure:18380:      dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/configure-18381-      test -d \$dldir || mkdir -p \$dldir~
powertop-2.11/configure-18382-      $install_prog $dir/$dlname \$dldir/$dlname'
powertop-2.11/configure:18383:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
powertop-2.11/configure-18384-      dlpath=$dir/\$dldll~
##############################################
powertop-2.11/configure-18391-    # Assume MSVC wrapper
powertop-2.11/configure:18392:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
powertop-2.11/configure-18393-    dynamic_linker='Win32 ld.exe'
##############################################
powertop-2.11/configure-18408-  shlibpath_var=DYLD_LIBRARY_PATH
powertop-2.11/configure:18409:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
powertop-2.11/configure-18410-
##############################################
powertop-2.11/configure-18660-  if test -f /etc/ld.so.conf; then
powertop-2.11/configure:18661:    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' ' '`
powertop-2.11/configure-18662-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
powertop-2.11/configure-18726-  need_lib_prefix=no
powertop-2.11/configure:18727:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
powertop-2.11/configure-18728-    need_version=no
##############################################
powertop-2.11/configure-18753-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
powertop-2.11/configure:18754:  postinstall_cmds='base_file=`basename \$file`~
powertop-2.11/configure:18755:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
powertop-2.11/configure:18756:    dldir=$destdir/`dirname \$dlpath`~
powertop-2.11/configure-18757-    test -d \$dldir || mkdir -p \$dldir~
##############################################
powertop-2.11/configure-18762-    fi'
powertop-2.11/configure:18763:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
powertop-2.11/configure-18764-    dlpath=$dir/\$dldll~
##############################################
powertop-2.11/configure-19661-  if test "$am_compiler_list" = ""; then
powertop-2.11/configure:19662:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
powertop-2.11/configure-19663-  fi
##############################################
powertop-2.11/configure-19858-    for switch in -std=c++11 -std=c++0x; do
powertop-2.11/configure:19859:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
powertop-2.11/configure-19860-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
powertop-2.11/configure-20406-do :
powertop-2.11/configure:20407:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
powertop-2.11/configure-20408-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
powertop-2.11/configure-20410-  cat >>confdefs.h <<_ACEOF
powertop-2.11/configure:20411:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
powertop-2.11/configure-20412-_ACEOF
##############################################
powertop-2.11/configure-20712-do :
powertop-2.11/configure:20713:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
powertop-2.11/configure-20714-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
powertop-2.11/configure-20717-  cat >>confdefs.h <<_ACEOF
powertop-2.11/configure:20718:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
powertop-2.11/configure-20719-_ACEOF
##############################################
powertop-2.11/configure-21115-do :
powertop-2.11/configure:21116:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
powertop-2.11/configure-21117-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
powertop-2.11/configure-21119-  cat >>confdefs.h <<_ACEOF
powertop-2.11/configure:21120:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
powertop-2.11/configure-21121-_ACEOF
##############################################
powertop-2.11/configure-21317-  test $ac_status = 0; }; then
powertop-2.11/configure:21318:  pkg_cv_NCURSES_CFLAGS=`$PKG_CONFIG --cflags "ncursesw ncurses" 2>/dev/null`
powertop-2.11/configure-21319-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21334-  test $ac_status = 0; }; then
powertop-2.11/configure:21335:  pkg_cv_NCURSES_LIBS=`$PKG_CONFIG --libs "ncursesw ncurses" 2>/dev/null`
powertop-2.11/configure-21336-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21355-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:21356:	        NCURSES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ncursesw ncurses" 2>&1`
powertop-2.11/configure-21357-        else
powertop-2.11/configure:21358:	        NCURSES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ncursesw ncurses" 2>&1`
powertop-2.11/configure-21359-        fi
##############################################
powertop-2.11/configure-21512-  test $ac_status = 0; }; then
powertop-2.11/configure:21513:  pkg_cv_PCIUTILS_CFLAGS=`$PKG_CONFIG --cflags "libpci" 2>/dev/null`
powertop-2.11/configure-21514-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21529-  test $ac_status = 0; }; then
powertop-2.11/configure:21530:  pkg_cv_PCIUTILS_LIBS=`$PKG_CONFIG --libs "libpci" 2>/dev/null`
powertop-2.11/configure-21531-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21550-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:21551:	        PCIUTILS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpci" 2>&1`
powertop-2.11/configure-21552-        else
powertop-2.11/configure:21553:	        PCIUTILS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpci" 2>&1`
powertop-2.11/configure-21554-        fi
##############################################
powertop-2.11/configure-21704-  test $ac_status = 0; }; then
powertop-2.11/configure:21705:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0 >= 3.0 libnl-genl-3.0 >= 3.0" 2>/dev/null`
powertop-2.11/configure-21706-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21721-  test $ac_status = 0; }; then
powertop-2.11/configure:21722:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-3.0 >= 3.0 libnl-genl-3.0 >= 3.0" 2>/dev/null`
powertop-2.11/configure-21723-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21742-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:21743:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0 >= 3.0 libnl-genl-3.0 >= 3.0" 2>&1`
powertop-2.11/configure-21744-        else
powertop-2.11/configure:21745:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-3.0 >= 3.0 libnl-genl-3.0 >= 3.0" 2>&1`
powertop-2.11/configure-21746-        fi
##############################################
powertop-2.11/configure-21764-  test $ac_status = 0; }; then
powertop-2.11/configure:21765:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0 >= 2.0" 2>/dev/null`
powertop-2.11/configure-21766-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21781-  test $ac_status = 0; }; then
powertop-2.11/configure:21782:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-2.0 >= 2.0" 2>/dev/null`
powertop-2.11/configure-21783-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21802-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:21803:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-2.0 >= 2.0" 2>&1`
powertop-2.11/configure-21804-        else
powertop-2.11/configure:21805:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-2.0 >= 2.0" 2>&1`
powertop-2.11/configure-21806-        fi
##############################################
powertop-2.11/configure-21824-  test $ac_status = 0; }; then
powertop-2.11/configure:21825:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null`
powertop-2.11/configure-21826-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21841-  test $ac_status = 0; }; then
powertop-2.11/configure:21842:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null`
powertop-2.11/configure-21843-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21862-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:21863:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-21864-        else
powertop-2.11/configure:21865:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-21866-        fi
##############################################
powertop-2.11/configure-21900-  test $ac_status = 0; }; then
powertop-2.11/configure:21901:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null`
powertop-2.11/configure-21902-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21917-  test $ac_status = 0; }; then
powertop-2.11/configure:21918:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null`
powertop-2.11/configure-21919-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-21938-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:21939:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-21940-        else
powertop-2.11/configure:21941:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-21942-        fi
##############################################
powertop-2.11/configure-21984-  test $ac_status = 0; }; then
powertop-2.11/configure:21985:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0 >= 2.0" 2>/dev/null`
powertop-2.11/configure-21986-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-22001-  test $ac_status = 0; }; then
powertop-2.11/configure:22002:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-2.0 >= 2.0" 2>/dev/null`
powertop-2.11/configure-22003-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-22022-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:22023:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-2.0 >= 2.0" 2>&1`
powertop-2.11/configure-22024-        else
powertop-2.11/configure:22025:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-2.0 >= 2.0" 2>&1`
powertop-2.11/configure-22026-        fi
##############################################
powertop-2.11/configure-22044-  test $ac_status = 0; }; then
powertop-2.11/configure:22045:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null`
powertop-2.11/configure-22046-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-22061-  test $ac_status = 0; }; then
powertop-2.11/configure:22062:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null`
powertop-2.11/configure-22063-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-22082-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:22083:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-22084-        else
powertop-2.11/configure:22085:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-22086-        fi
##############################################
powertop-2.11/configure-22120-  test $ac_status = 0; }; then
powertop-2.11/configure:22121:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null`
powertop-2.11/configure-22122-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-22137-  test $ac_status = 0; }; then
powertop-2.11/configure:22138:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null`
powertop-2.11/configure-22139-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
powertop-2.11/configure-22158-        if test $_pkg_short_errors_supported = yes; then
powertop-2.11/configure:22159:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-22160-        else
powertop-2.11/configure:22161:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1`
powertop-2.11/configure-22162-        fi
##############################################
powertop-2.11/configure-22293-
powertop-2.11/configure:22294:	bashcompletiondir=`pkg-config --variable=completionsdir --define-variable=prefix=${prefix} bash-completion`
powertop-2.11/configure-22295-
##############################################
powertop-2.11/configure-22401-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
powertop-2.11/configure:22402:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
powertop-2.11/configure-22403-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
powertop-2.11/configure-22504-if test -z "$BASH_VERSION$ZSH_VERSION" \
powertop-2.11/configure:22505:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
powertop-2.11/configure-22506-  as_echo='print -r --'
powertop-2.11/configure-22507-  as_echo_n='print -rn --'
powertop-2.11/configure:22508:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
powertop-2.11/configure-22509-  as_echo='printf %s\n'
##############################################
powertop-2.11/configure-22511-else
powertop-2.11/configure:22512:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
powertop-2.11/configure-22513-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
powertop-2.11/configure-22521-	expr "X$arg" : "X\\(.*\\)$as_nl";
powertop-2.11/configure:22522:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
powertop-2.11/configure-22523-      esac;
##############################################
powertop-2.11/configure-22598-# ----------------------------------------
powertop-2.11/configure:22599:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
powertop-2.11/configure-22600-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
powertop-2.11/configure-22670-  {
powertop-2.11/configure:22671:    as_val=`expr "$@" || test $? -eq 1`
powertop-2.11/configure-22672-  }
##############################################
powertop-2.11/configure-22774-      case $as_dir in #(
powertop-2.11/configure:22775:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
powertop-2.11/configure-22776-      *) as_qdir=$as_dir;;
##############################################
powertop-2.11/configure-22910-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
powertop-2.11/configure:22911:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
powertop-2.11/configure-22912-ac_cs_version="\\
##############################################
powertop-2.11/configure-22935-  --*=?*)
powertop-2.11/configure:22936:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
powertop-2.11/configure:22937:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
powertop-2.11/configure-22938-    ac_shift=:
##############################################
powertop-2.11/configure-22940-  --*=)
powertop-2.11/configure:22941:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
powertop-2.11/configure-22942-    ac_optarg=
##############################################
powertop-2.11/configure-22964-    case $ac_optarg in
powertop-2.11/configure:22965:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
powertop-2.11/configure-22966-    '') as_fn_error $? "missing file argument" ;;
##############################################
powertop-2.11/configure-22972-    case $ac_optarg in
powertop-2.11/configure:22973:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
powertop-2.11/configure-22974-    esac
##############################################
powertop-2.11/configure-23048-delay_variable_subst='$delay_variable_subst'
powertop-2.11/configure:23049:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23050:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23051:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23052:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23053:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23054:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23055:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23056:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23057:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23058:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23059:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23060:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23061:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23062:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23063:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23064:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23065:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23066:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23067:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23068:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23069:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23070:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23071:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23072:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23073:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23074:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23075:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23076:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23077:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23078:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23079:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23080:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23081:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23082:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23083:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23084:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23085:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23086:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23087:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23088:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23089:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23090:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23091:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23092:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23093:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23094:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23095:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23096:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23097:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23098:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23099:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23100:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23101:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23102:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23103:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23104:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23105:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23106:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23107: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"`'
powertop-2.11/configure:23108:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23109:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23110:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23111:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23112:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23113:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23114:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23115:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23116:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23117:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23118:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23119:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23120:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23121:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23122:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23123:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23124:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23125:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23126:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23127:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23128:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23129:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23130:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23131:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23132:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23133:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23134:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23135:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23136:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23137:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23138:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23139:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23140:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23141:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23142:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23143:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23144:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23145:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23146:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23147:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23148:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23149:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23150:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23151:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23152:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23153:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23154:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23155:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23156:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23157:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23158:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23159:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23160:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23161:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23162:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23163:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23164:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23165:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23166:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23167:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23168:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23169:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23170:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23171:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23172:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23173:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23174:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23175:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23176:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23177:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23178:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23179:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23180:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23181:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23182:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23183:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23184:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23185:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23186:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23187:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23188:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23189:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23190:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23191:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23192:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23193:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23194:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23195:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23196:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23197:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23198:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23199:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23200:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23201:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23202:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23203:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23204:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23205:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23206:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23207:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23208:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23209:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23210:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23211:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23212:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23213:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23214:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23215:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23216:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23217:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23218:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23219:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23220:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23221:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23222:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23223:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23224:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23225:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23226:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23227:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23228:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23229:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23230:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23231:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23232:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23233:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23234:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23235:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23236:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure:23237:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
powertop-2.11/configure-23238-
##############################################
powertop-2.11/configure-23350-compiler_lib_search_path_CXX; do
powertop-2.11/configure:23351:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
powertop-2.11/configure-23352-    *[\\\\\\\`\\"\\\$]*)
powertop-2.11/configure:23353:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
powertop-2.11/configure-23354-      ;;
##############################################
powertop-2.11/configure-23392-postlink_cmds_CXX; do
powertop-2.11/configure:23393:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
powertop-2.11/configure-23394-    *[\\\\\\\`\\"\\\$]*)
powertop-2.11/configure:23395:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
powertop-2.11/configure-23396-      ;;
##############################################
powertop-2.11/configure-23496-fi
powertop-2.11/configure:23497:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
powertop-2.11/configure-23498-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
powertop-2.11/configure-23513-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
powertop-2.11/configure:23514:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
powertop-2.11/configure-23515-ac_delim='%!_!# '
##############################################
powertop-2.11/configure-23519-
powertop-2.11/configure:23520:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
powertop-2.11/configure-23521-  if test $ac_delim_n = $ac_delim_num; then
##############################################
powertop-2.11/configure-23657-for ac_last_try in false false :; do
powertop-2.11/configure:23658:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
powertop-2.11/configure-23659-  if test -z "$ac_tt"; then
##############################################
powertop-2.11/configure-23789-      esac
powertop-2.11/configure:23790:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
powertop-2.11/configure-23791-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
powertop-2.11/configure-23848-*)
powertop-2.11/configure:23849:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
powertop-2.11/configure-23850-  # A ".." for each directory in $ac_dir_suffix.
powertop-2.11/configure:23851:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
powertop-2.11/configure-23852-  case $ac_top_builddir_sub in
##############################################
powertop-2.11/configure-23909-/@mandir@/p'
powertop-2.11/configure:23910:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
powertop-2.11/configure-23911-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
powertop-2.11/configure-23926-
powertop-2.11/configure:23927:# Neutralize VPATH when `$srcdir' = `.'.
powertop-2.11/configure-23928-# Shell code in configure.ac might set extrasub.
##############################################
powertop-2.11/configure-23954-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
powertop-2.11/configure:23955:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
powertop-2.11/configure-23956-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
powertop-2.11/configure-24000-    * )
powertop-2.11/configure:24001:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
powertop-2.11/configure-24002-  esac
##############################################
powertop-2.11/configure-24047-    # Strip MF so we end up with the name of the file.
powertop-2.11/configure:24048:    mf=`echo "$mf" | sed -e 's/:.*$//'`
powertop-2.11/configure-24049-    # Check whether this is an Automake generated Makefile or not.
##############################################
powertop-2.11/configure-24084-    # from the Makefile without running 'make'.
powertop-2.11/configure:24085:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
powertop-2.11/configure-24086-    test -z "$DEPDIR" && continue
powertop-2.11/configure:24087:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
powertop-2.11/configure-24088-    test -z "$am__include" && continue
powertop-2.11/configure:24089:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
powertop-2.11/configure-24090-    # Find all dependency output files, they are included files with
##############################################
powertop-2.11/configure-24132-      case "$ac_file" in
powertop-2.11/configure:24133:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
powertop-2.11/configure-24134-      esac
##############################################
powertop-2.11/configure-24137-        # Adjust a relative srcdir.
powertop-2.11/configure:24138:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
powertop-2.11/configure:24139:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
powertop-2.11/configure:24140:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
powertop-2.11/configure-24141-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
powertop-2.11/configure-24144-        case "$ac_given_srcdir" in
powertop-2.11/configure:24145:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
powertop-2.11/configure-24146-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
powertop-2.11/configure-24165-            fi
powertop-2.11/configure:24166:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
powertop-2.11/configure-24167-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
powertop-2.11/configure-24733-    *:)
powertop-2.11/configure:24734:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
powertop-2.11/configure-24735-        ;;
powertop-2.11/configure-24736-    x:*)
powertop-2.11/configure:24737:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
powertop-2.11/configure-24738-        ;;
powertop-2.11/configure-24739-    *::*)
powertop-2.11/configure:24740:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
powertop-2.11/configure:24741:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
powertop-2.11/configure-24742-        ;;
powertop-2.11/configure-24743-    *)
powertop-2.11/configure:24744:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
powertop-2.11/configure-24745-        ;;
##############################################
powertop-2.11/configure-24760-    done
powertop-2.11/configure:24761:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
powertop-2.11/configure-24762-}
##############################################
powertop-2.11/traceevent/Makefile.in-50-  { \
powertop-2.11/traceevent/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
powertop-2.11/traceevent/Makefile.in-52-  }; \
##############################################
powertop-2.11/traceevent/Makefile.in-411-.c.obj:
powertop-2.11/traceevent/Makefile.in:412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
powertop-2.11/traceevent/Makefile.in-413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
powertop-2.11/traceevent/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
powertop-2.11/traceevent/Makefile.in:416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
powertop-2.11/traceevent/Makefile.in-417-
##############################################
powertop-2.11/traceevent/Makefile.in-460-GTAGS:
powertop-2.11/traceevent/Makefile.in:461:	here=`$(am__cd) $(top_builddir) && pwd` \
powertop-2.11/traceevent/Makefile.in-462-	  && $(am__cd) $(top_srcdir) \
##############################################
powertop-2.11/traceevent/Makefile.in-483-distdir: $(DISTFILES)
powertop-2.11/traceevent/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/traceevent/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/traceevent/Makefile.in-486-	list='$(DISTFILES)'; \
##############################################
powertop-2.11/traceevent/Makefile.in-497-	  if test -d $$d/$$file; then \
powertop-2.11/traceevent/Makefile.in:498:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
powertop-2.11/traceevent/Makefile.in-499-	    if test -d "$(distdir)/$$file"; then \
##############################################
powertop-2.11/Makefile.in-49-  { \
powertop-2.11/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
powertop-2.11/Makefile.in-51-  }; \
##############################################
powertop-2.11/Makefile.in-190-  while test -n "$$dir1"; do \
powertop-2.11/Makefile.in:191:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
powertop-2.11/Makefile.in-192-    if test "$$first" != "."; then \
powertop-2.11/Makefile.in-193-      if test "$$first" = ".."; then \
powertop-2.11/Makefile.in:194:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
powertop-2.11/Makefile.in:195:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
powertop-2.11/Makefile.in-196-      else \
powertop-2.11/Makefile.in:197:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
powertop-2.11/Makefile.in-198-        if test "$$first2" = "$$first"; then \
powertop-2.11/Makefile.in:199:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
powertop-2.11/Makefile.in-200-        else \
##############################################
powertop-2.11/Makefile.in-205-    fi; \
powertop-2.11/Makefile.in:206:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
powertop-2.11/Makefile.in-207-  done; \
##############################################
powertop-2.11/Makefile.in-468-	dot_seen=no; \
powertop-2.11/Makefile.in:469:	target=`echo $@ | sed s/-recursive//`; \
powertop-2.11/Makefile.in-470-	case "$@" in \
##############################################
powertop-2.11/Makefile.in-531-GTAGS:
powertop-2.11/Makefile.in:532:	here=`$(am__cd) $(top_builddir) && pwd` \
powertop-2.11/Makefile.in-533-	  && $(am__cd) $(top_srcdir) \
##############################################
powertop-2.11/Makefile.in-563-	test -d "$(distdir)" || mkdir "$(distdir)"
powertop-2.11/Makefile.in:564:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/Makefile.in:565:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/Makefile.in-566-	list='$(DISTFILES)'; \
##############################################
powertop-2.11/Makefile.in-577-	  if test -d $$d/$$file; then \
powertop-2.11/Makefile.in:578:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
powertop-2.11/Makefile.in-579-	    if test -d "$(distdir)/$$file"; then \
##############################################
powertop-2.11/Makefile.in-688-	test -d $(distdir)/_build || exit 0; \
powertop-2.11/Makefile.in:689:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
powertop-2.11/Makefile.in-690-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
powertop-2.11/Makefile.in-732-	}; \
powertop-2.11/Makefile.in:733:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
powertop-2.11/Makefile.in-734-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
powertop-2.11/Makefile.in-744-	fi
powertop-2.11/Makefile.in:745:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
powertop-2.11/Makefile.in-746-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
powertop-2.11/compile-67-	mingw/*)
powertop-2.11/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
powertop-2.11/compile-69-	  ;;
powertop-2.11/compile-70-	cygwin/*)
powertop-2.11/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
powertop-2.11/compile-72-	  ;;
powertop-2.11/compile-73-	wine/*)
powertop-2.11/compile:74:	  file=`winepath -w "$file" || echo "$file"`
powertop-2.11/compile-75-	  ;;
##############################################
powertop-2.11/compile-309-# Name of file we expect compiler to create.
powertop-2.11/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
powertop-2.11/compile-311-
##############################################
powertop-2.11/compile-315-# object file name, since that is what matters with a parallel build.
powertop-2.11/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
powertop-2.11/compile-317-while true; do
##############################################
powertop-2.11/config.rpath-33-host="$1"
powertop-2.11/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
powertop-2.11/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
powertop-2.11/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
powertop-2.11/config.rpath-37-
##############################################
powertop-2.11/config.rpath-47-done
powertop-2.11/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
powertop-2.11/config.rpath-49-
##############################################
powertop-2.11/config.rpath-94-        *)
powertop-2.11/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
powertop-2.11/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
powertop-2.11/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
powertop-2.11/config.rpath:236:      case `$LD -v 2>&1` in
powertop-2.11/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
powertop-2.11/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
powertop-2.11/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
powertop-2.11/config.rpath-243-          else
##############################################
powertop-2.11/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
powertop-2.11/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
powertop-2.11/config.rpath-300-          if test -f "$collect2name" && \
##############################################
powertop-2.11/config.rpath-434-        hardcode_direct=yes
powertop-2.11/config.rpath:435:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
powertop-2.11/config.rpath-436-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
powertop-2.11/config.rpath-498-    sysv5* | sco3.2v5* | sco5v6*)
powertop-2.11/config.rpath:499:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
powertop-2.11/config.rpath-500-      hardcode_libdir_separator=':'
##############################################
powertop-2.11/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
powertop-2.11/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
powertop-2.11/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
powertop-2.11/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
powertop-2.11/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
powertop-2.11/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
powertop-2.11/config.rpath-657-
##############################################
powertop-2.11/po/Rules-quot-15-.insert-header.po-update-en:
powertop-2.11/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
powertop-2.11/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
powertop-2.11/po/Rules-quot-18-	tmpdir=`pwd`; \
powertop-2.11/po/Rules-quot-19-	echo "$$lang:"; \
powertop-2.11/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
powertop-2.11/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
powertop-2.11/po/Rules-quot-22-	cd $(srcdir); \
powertop-2.11/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
powertop-2.11/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
powertop-2.11/po/Makefile.in.in-88-.po.gmo:
powertop-2.11/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
powertop-2.11/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
powertop-2.11/po/Makefile.in.in-159-	fi; \
powertop-2.11/po/Makefile.in.in:160:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
powertop-2.11/po/Makefile.in.in-161-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
powertop-2.11/po/Makefile.in.in-201-$(POFILES): $(srcdir)/$(DOMAIN).pot
powertop-2.11/po/Makefile.in.in:202:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
powertop-2.11/po/Makefile.in.in-203-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
powertop-2.11/po/Makefile.in.in-206-	  cd $(srcdir) \
powertop-2.11/po/Makefile.in.in:207:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
powertop-2.11/po/Makefile.in.in-208-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
powertop-2.11/po/Makefile.in.in-237-	for cat in $$catalogs; do \
powertop-2.11/po/Makefile.in.in:238:	  cat=`basename $$cat`; \
powertop-2.11/po/Makefile.in.in:239:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
powertop-2.11/po/Makefile.in.in-240-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
powertop-2.11/po/Makefile.in.in-247-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
powertop-2.11/po/Makefile.in.in:248:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
powertop-2.11/po/Makefile.in.in-249-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
powertop-2.11/po/Makefile.in.in-288-	for cat in $$catalogs; do \
powertop-2.11/po/Makefile.in.in:289:	  cat=`basename $$cat`; \
powertop-2.11/po/Makefile.in.in:290:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
powertop-2.11/po/Makefile.in.in-291-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
powertop-2.11/po/Makefile.in.in-295-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
powertop-2.11/po/Makefile.in.in:296:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
powertop-2.11/po/Makefile.in.in-297-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
powertop-2.11/po/Makefile.in.in-334-	for cat in $$catalogs; do \
powertop-2.11/po/Makefile.in.in:335:	  cat=`basename $$cat`; \
powertop-2.11/po/Makefile.in.in:336:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
powertop-2.11/po/Makefile.in.in-337-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
powertop-2.11/po/Makefile.in.in-399-.nop.po-create:
powertop-2.11/po/Makefile.in.in:400:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
powertop-2.11/po/Makefile.in.in-401-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
powertop-2.11/po/Makefile.in.in-406-.nop.po-update:
powertop-2.11/po/Makefile.in.in:407:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
powertop-2.11/po/Makefile.in.in-408-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
powertop-2.11/po/Makefile.in.in-413-	cd $(srcdir); \
powertop-2.11/po/Makefile.in.in:414:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
powertop-2.11/po/Makefile.in.in-415-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
powertop-2.11/ar-lib-65-	mingw)
powertop-2.11/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
powertop-2.11/ar-lib-67-	  ;;
powertop-2.11/ar-lib-68-	cygwin)
powertop-2.11/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
powertop-2.11/ar-lib-70-	  ;;
powertop-2.11/ar-lib-71-	wine)
powertop-2.11/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
powertop-2.11/ar-lib-73-	  ;;
##############################################
powertop-2.11/ar-lib-88-  archive=$3
powertop-2.11/ar-lib:89:  at_file_contents=`cat "$1"`
powertop-2.11/ar-lib-90-  eval set x "$at_file_contents"
##############################################
powertop-2.11/scripts/bash-completion/Makefile.in-50-  { \
powertop-2.11/scripts/bash-completion/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
powertop-2.11/scripts/bash-completion/Makefile.in-52-  }; \
##############################################
powertop-2.11/scripts/bash-completion/Makefile.in-130-  esac
powertop-2.11/scripts/bash-completion/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
powertop-2.11/scripts/bash-completion/Makefile.in-132-am__vpath_adj = case $$p in \
powertop-2.11/scripts/bash-completion/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
powertop-2.11/scripts/bash-completion/Makefile.in-134-    *) f=$$p;; \
powertop-2.11/scripts/bash-completion/Makefile.in-135-  esac;
powertop-2.11/scripts/bash-completion/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
powertop-2.11/scripts/bash-completion/Makefile.in-137-am__install_max = 40
powertop-2.11/scripts/bash-completion/Makefile.in-138-am__nobase_strip_setup = \
powertop-2.11/scripts/bash-completion/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
powertop-2.11/scripts/bash-completion/Makefile.in-140-am__nobase_strip = \
##############################################
powertop-2.11/scripts/bash-completion/Makefile.in-375-	@list='$(dist_bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
powertop-2.11/scripts/bash-completion/Makefile.in:376:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
powertop-2.11/scripts/bash-completion/Makefile.in-377-	dir='$(DESTDIR)$(bashcompletiondir)'; $(am__uninstall_files_from_dir)
##############################################
powertop-2.11/scripts/bash-completion/Makefile.in-385-distdir: $(DISTFILES)
powertop-2.11/scripts/bash-completion/Makefile.in:386:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/scripts/bash-completion/Makefile.in:387:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
powertop-2.11/scripts/bash-completion/Makefile.in-388-	list='$(DISTFILES)'; \
##############################################
powertop-2.11/scripts/bash-completion/Makefile.in-399-	  if test -d $$d/$$file; then \
powertop-2.11/scripts/bash-completion/Makefile.in:400:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
powertop-2.11/scripts/bash-completion/Makefile.in-401-	    if test -d "$(distdir)/$$file"; then \
##############################################
powertop-2.11/.pc/0002-Avoid-linking-to-ncurses.patch/configure.ac-158-AS_IF([`pkg-config --exists bash-completion`], [
powertop-2.11/.pc/0002-Avoid-linking-to-ncurses.patch/configure.ac:159:	bashcompletiondir=`pkg-config --variable=completionsdir --define-variable=prefix=${prefix} bash-completion`
powertop-2.11/.pc/0002-Avoid-linking-to-ncurses.patch/configure.ac-160-], [
##############################################
powertop-2.11/configure.ac-158-AS_IF([`pkg-config --exists bash-completion`], [
powertop-2.11/configure.ac:159:	bashcompletiondir=`pkg-config --variable=completionsdir --define-variable=prefix=${prefix} bash-completion`
powertop-2.11/configure.ac-160-], [