===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ethtool-5.9/netlink/extapi.h-21-int nl_sset(struct cmd_context *ctx);
ethtool-5.9/netlink/extapi.h:22:int nl_permaddr(struct cmd_context *ctx);
ethtool-5.9/netlink/extapi.h-23-int nl_gfeatures(struct cmd_context *ctx);
##############################################
ethtool-5.9/netlink/permaddr.c-101-
ethtool-5.9/netlink/permaddr.c:102:int nl_permaddr(struct cmd_context *ctx)
ethtool-5.9/netlink/permaddr.c-103-{
##############################################
ethtool-5.9/uapi/linux/if_link.h-405-	IFLA_INET6_MCAST,	/* MC things. What of them?	*/
ethtool-5.9/uapi/linux/if_link.h:406:	IFLA_INET6_CACHEINFO,	/* time values and max reasm size */
ethtool-5.9/uapi/linux/if_link.h-407-	IFLA_INET6_ICMP6STATS,	/* statistics (icmpv6)		*/
##############################################
ethtool-5.9/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ethtool-5.9/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ethtool-5.9/configure-47-  as_echo='print -r --'
ethtool-5.9/configure-48-  as_echo_n='print -rn --'
ethtool-5.9/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ethtool-5.9/configure-50-  as_echo='printf %s\n'
##############################################
ethtool-5.9/configure-52-else
ethtool-5.9/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ethtool-5.9/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ethtool-5.9/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ethtool-5.9/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ethtool-5.9/configure-64-      esac;
##############################################
ethtool-5.9/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ethtool-5.9/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ethtool-5.9/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ethtool-5.9/configure-327-      case $as_dir in #(
ethtool-5.9/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ethtool-5.9/configure-329-      *) as_qdir=$as_dir;;
##############################################
ethtool-5.9/configure-400-  {
ethtool-5.9/configure:401:    as_val=`expr "$@" || test $? -eq 1`
ethtool-5.9/configure-402-  }
##############################################
ethtool-5.9/configure-407-# ----------------------------------------
ethtool-5.9/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ethtool-5.9/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ethtool-5.9/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ethtool-5.9/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ethtool-5.9/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ethtool-5.9/configure-778-  case $ac_option in
ethtool-5.9/configure:779:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ethtool-5.9/configure-780-  *=)   ac_optarg= ;;
##############################################
ethtool-5.9/configure-822-  -disable-* | --disable-*)
ethtool-5.9/configure:823:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ethtool-5.9/configure-824-    # Reject names that are not valid shell variable names.
##############################################
ethtool-5.9/configure-827-    ac_useropt_orig=$ac_useropt
ethtool-5.9/configure:828:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ethtool-5.9/configure-829-    case $ac_user_opts in
##############################################
ethtool-5.9/configure-848-  -enable-* | --enable-*)
ethtool-5.9/configure:849:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ethtool-5.9/configure-850-    # Reject names that are not valid shell variable names.
##############################################
ethtool-5.9/configure-853-    ac_useropt_orig=$ac_useropt
ethtool-5.9/configure:854:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ethtool-5.9/configure-855-    case $ac_user_opts in
##############################################
ethtool-5.9/configure-1052-  -with-* | --with-*)
ethtool-5.9/configure:1053:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ethtool-5.9/configure-1054-    # Reject names that are not valid shell variable names.
##############################################
ethtool-5.9/configure-1057-    ac_useropt_orig=$ac_useropt
ethtool-5.9/configure:1058:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ethtool-5.9/configure-1059-    case $ac_user_opts in
##############################################
ethtool-5.9/configure-1068-  -without-* | --without-*)
ethtool-5.9/configure:1069:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ethtool-5.9/configure-1070-    # Reject names that are not valid shell variable names.
##############################################
ethtool-5.9/configure-1073-    ac_useropt_orig=$ac_useropt
ethtool-5.9/configure:1074:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ethtool-5.9/configure-1075-    case $ac_user_opts in
##############################################
ethtool-5.9/configure-1106-  *=*)
ethtool-5.9/configure:1107:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ethtool-5.9/configure-1108-    # Reject names that are not valid shell variable names.
##############################################
ethtool-5.9/configure-1127-if test -n "$ac_prev"; then
ethtool-5.9/configure:1128:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ethtool-5.9/configure-1129-  as_fn_error $? "missing argument to $ac_option"
##############################################
ethtool-5.9/configure-1149-    */ )
ethtool-5.9/configure:1150:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ethtool-5.9/configure-1151-      eval $ac_var=\$ac_val;;
##############################################
ethtool-5.9/configure-1184-ac_ls_di=`ls -di .` &&
ethtool-5.9/configure:1185:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ethtool-5.9/configure-1186-  as_fn_error $? "working directory cannot be determined"
##############################################
ethtool-5.9/configure-1240-case $srcdir in
ethtool-5.9/configure:1241:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ethtool-5.9/configure-1242-esac
##############################################
ethtool-5.9/configure-1283-By default, \`make install' will install all the files in
ethtool-5.9/configure:1284:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ethtool-5.9/configure:1285:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ethtool-5.9/configure-1286-for instance \`--prefix=\$HOME'.
##############################################
ethtool-5.9/configure-1385-*)
ethtool-5.9/configure:1386:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ethtool-5.9/configure-1387-  # A ".." for each directory in $ac_dir_suffix.
ethtool-5.9/configure:1388:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ethtool-5.9/configure-1389-  case $ac_top_builddir_sub in
##############################################
ethtool-5.9/configure-1751-    *\'*)
ethtool-5.9/configure:1752:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ethtool-5.9/configure-1753-    esac
##############################################
ethtool-5.9/configure-1834-      case $ac_val in
ethtool-5.9/configure:1835:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ethtool-5.9/configure-1836-      esac
##############################################
ethtool-5.9/configure-1849-	case $ac_val in
ethtool-5.9/configure:1850:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ethtool-5.9/configure-1851-	esac
##############################################
ethtool-5.9/configure-1969-    set,)
ethtool-5.9/configure:1970:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ethtool-5.9/configure:1971:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ethtool-5.9/configure-1972-      ac_cache_corrupted=: ;;
##############################################
ethtool-5.9/configure-1980-	# differences in whitespace do not lead to failure.
ethtool-5.9/configure:1981:	ac_old_val_w=`echo x $ac_old_val`
ethtool-5.9/configure:1982:	ac_new_val_w=`echo x $ac_new_val`
ethtool-5.9/configure-1983-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ethtool-5.9/configure-2000-    case $ac_new_val in
ethtool-5.9/configure:2001:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ethtool-5.9/configure-2002-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ethtool-5.9/configure-2177-     echo "timestamp, slept: $am_has_slept" > conftest.file
ethtool-5.9/configure:2178:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ethtool-5.9/configure-2179-     if test "$*" = "X"; then
ethtool-5.9/configure-2180-	# -L didn't work.
ethtool-5.9/configure:2181:	set X `ls -t "$srcdir/configure" conftest.file`
ethtool-5.9/configure-2182-     fi
##############################################
ethtool-5.9/configure-2228-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ethtool-5.9/configure:2229:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ethtool-5.9/configure-2230-
ethtool-5.9/configure-2231-# Expand $ac_aux_dir to an absolute path.
ethtool-5.9/configure:2232:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ethtool-5.9/configure-2233-
##############################################
ethtool-5.9/configure-2373-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ethtool-5.9/configure:2374:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ethtool-5.9/configure-2375-	     'mkdir (GNU coreutils) '* | \
##############################################
ethtool-5.9/configure-2446-set x ${MAKE-make}
ethtool-5.9/configure:2447:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ethtool-5.9/configure-2448-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ethtool-5.9/configure-2456-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ethtool-5.9/configure:2457:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ethtool-5.9/configure-2458-  *@@@%%%=?*=@@@%%%*)
##############################################
ethtool-5.9/configure-2522-
ethtool-5.9/configure:2523:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ethtool-5.9/configure-2524-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ethtool-5.9/configure-3010-$as_echo_n "checking whether the C compiler works... " >&6; }
ethtool-5.9/configure:3011:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ethtool-5.9/configure-3012-
##############################################
ethtool-5.9/configure-3054-	then :; else
ethtool-5.9/configure:3055:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ethtool-5.9/configure-3056-	fi
##############################################
ethtool-5.9/configure-3114-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ethtool-5.9/configure:3115:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ethtool-5.9/configure-3116-	  break;;
##############################################
ethtool-5.9/configure-3223-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ethtool-5.9/configure:3224:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ethtool-5.9/configure-3225-       break;;
##############################################
ethtool-5.9/configure-3531-# Ignore all kinds of additional output from 'make'.
ethtool-5.9/configure:3532:case `$am_make -s -f confmf 2> /dev/null` in #(
ethtool-5.9/configure-3533-*the\ am__doit\ target*)
##############################################
ethtool-5.9/configure-3541-   echo '.include "confinc"' > confmf
ethtool-5.9/configure:3542:   case `$am_make -s -f confmf 2> /dev/null` in #(
ethtool-5.9/configure-3543-   *the\ am__doit\ target*)
##############################################
ethtool-5.9/configure-3604-  if test "$am_compiler_list" = ""; then
ethtool-5.9/configure:3605:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ethtool-5.9/configure-3606-  fi
##############################################
ethtool-5.9/configure-3861-  # Check for GNU $ac_path_GREP
ethtool-5.9/configure:3862:case `"$ac_path_GREP" --version 2>&1` in
ethtool-5.9/configure-3863-*GNU*)
##############################################
ethtool-5.9/configure-3927-  # Check for GNU $ac_path_EGREP
ethtool-5.9/configure:3928:case `"$ac_path_EGREP" --version 2>&1` in
ethtool-5.9/configure-3929-*GNU*)
##############################################
ethtool-5.9/configure-4277-do :
ethtool-5.9/configure:4278:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ethtool-5.9/configure-4279-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ethtool-5.9/configure-4281-  cat >>confdefs.h <<_ACEOF
ethtool-5.9/configure:4282:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ethtool-5.9/configure-4283-_ACEOF
##############################################
ethtool-5.9/configure-4321-                                          if test "x$PKG_CONFIG" != x \
ethtool-5.9/configure:4322:	      && bash_completion_prefix=`"$PKG_CONFIG" --print-errors --variable=prefix bash-completion 2>&5` \
ethtool-5.9/configure:4323:	      && bash_completion_dir=`"$PKG_CONFIG" --print-errors --variable=completionsdir bash-completion 2>&5`; then :
ethtool-5.9/configure-4324-  bash_completion_dir="${bash_completion_dir#"$bash_completion_prefix"}"
##############################################
ethtool-5.9/configure-4486-  test $ac_status = 0; }; then
ethtool-5.9/configure:4487:  pkg_cv_MNL_CFLAGS=`$PKG_CONFIG --cflags "libmnl" 2>/dev/null`
ethtool-5.9/configure-4488-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ethtool-5.9/configure-4503-  test $ac_status = 0; }; then
ethtool-5.9/configure:4504:  pkg_cv_MNL_LIBS=`$PKG_CONFIG --libs "libmnl" 2>/dev/null`
ethtool-5.9/configure-4505-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ethtool-5.9/configure-4524-        if test $_pkg_short_errors_supported = yes; then
ethtool-5.9/configure:4525:	        MNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmnl" 2>&1`
ethtool-5.9/configure-4526-        else
ethtool-5.9/configure:4527:	        MNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmnl" 2>&1`
ethtool-5.9/configure-4528-        fi
##############################################
ethtool-5.9/configure-4676-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ethtool-5.9/configure:4677:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ethtool-5.9/configure-4678-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ethtool-5.9/configure-4783-if test -z "$BASH_VERSION$ZSH_VERSION" \
ethtool-5.9/configure:4784:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ethtool-5.9/configure-4785-  as_echo='print -r --'
ethtool-5.9/configure-4786-  as_echo_n='print -rn --'
ethtool-5.9/configure:4787:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ethtool-5.9/configure-4788-  as_echo='printf %s\n'
##############################################
ethtool-5.9/configure-4790-else
ethtool-5.9/configure:4791:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ethtool-5.9/configure-4792-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ethtool-5.9/configure-4800-	expr "X$arg" : "X\\(.*\\)$as_nl";
ethtool-5.9/configure:4801:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ethtool-5.9/configure-4802-      esac;
##############################################
ethtool-5.9/configure-4877-# ----------------------------------------
ethtool-5.9/configure:4878:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ethtool-5.9/configure-4879-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ethtool-5.9/configure-4949-  {
ethtool-5.9/configure:4950:    as_val=`expr "$@" || test $? -eq 1`
ethtool-5.9/configure-4951-  }
##############################################
ethtool-5.9/configure-5053-      case $as_dir in #(
ethtool-5.9/configure:5054:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ethtool-5.9/configure-5055-      *) as_qdir=$as_dir;;
##############################################
ethtool-5.9/configure-5188-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ethtool-5.9/configure:5189:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ethtool-5.9/configure-5190-ac_cs_version="\\
##############################################
ethtool-5.9/configure-5213-  --*=?*)
ethtool-5.9/configure:5214:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ethtool-5.9/configure:5215:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ethtool-5.9/configure-5216-    ac_shift=:
##############################################
ethtool-5.9/configure-5218-  --*=)
ethtool-5.9/configure:5219:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ethtool-5.9/configure-5220-    ac_optarg=
##############################################
ethtool-5.9/configure-5242-    case $ac_optarg in
ethtool-5.9/configure:5243:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ethtool-5.9/configure-5244-    '') as_fn_error $? "missing file argument" ;;
##############################################
ethtool-5.9/configure-5250-    case $ac_optarg in
ethtool-5.9/configure:5251:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ethtool-5.9/configure-5252-    esac
##############################################
ethtool-5.9/configure-5380-fi
ethtool-5.9/configure:5381:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ethtool-5.9/configure-5382-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ethtool-5.9/configure-5397-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ethtool-5.9/configure:5398:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ethtool-5.9/configure-5399-ac_delim='%!_!# '
##############################################
ethtool-5.9/configure-5403-
ethtool-5.9/configure:5404:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ethtool-5.9/configure-5405-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ethtool-5.9/configure-5541-for ac_last_try in false false :; do
ethtool-5.9/configure:5542:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ethtool-5.9/configure-5543-  if test -z "$ac_tt"; then
##############################################
ethtool-5.9/configure-5673-      esac
ethtool-5.9/configure:5674:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ethtool-5.9/configure-5675-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ethtool-5.9/configure-5732-*)
ethtool-5.9/configure:5733:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ethtool-5.9/configure-5734-  # A ".." for each directory in $ac_dir_suffix.
ethtool-5.9/configure:5735:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ethtool-5.9/configure-5736-  case $ac_top_builddir_sub in
##############################################
ethtool-5.9/configure-5793-/@mandir@/p'
ethtool-5.9/configure:5794:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ethtool-5.9/configure-5795-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ethtool-5.9/configure-5810-
ethtool-5.9/configure:5811:# Neutralize VPATH when `$srcdir' = `.'.
ethtool-5.9/configure-5812-# Shell code in configure.ac might set extrasub.
##############################################
ethtool-5.9/configure-5838-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ethtool-5.9/configure:5839:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ethtool-5.9/configure-5840-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ethtool-5.9/configure-5884-    * )
ethtool-5.9/configure:5885:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ethtool-5.9/configure-5886-  esac
##############################################
ethtool-5.9/configure-5931-    # Strip MF so we end up with the name of the file.
ethtool-5.9/configure:5932:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ethtool-5.9/configure-5933-    # Check whether this is an Automake generated Makefile or not.
##############################################
ethtool-5.9/configure-5968-    # from the Makefile without running 'make'.
ethtool-5.9/configure:5969:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ethtool-5.9/configure-5970-    test -z "$DEPDIR" && continue
ethtool-5.9/configure:5971:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ethtool-5.9/configure-5972-    test -z "$am__include" && continue
ethtool-5.9/configure:5973:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ethtool-5.9/configure-5974-    # Find all dependency output files, they are included files with
##############################################
ethtool-5.9/configure.ac-56-       AS_IF([test "x$PKG_CONFIG" != x \
ethtool-5.9/configure.ac:57:	      && bash_completion_prefix=`"$PKG_CONFIG" --print-errors --variable=prefix bash-completion 2>&AS_MESSAGE_LOG_FD` \
ethtool-5.9/configure.ac:58:	      && bash_completion_dir=`"$PKG_CONFIG" --print-errors --variable=completionsdir bash-completion 2>&AS_MESSAGE_LOG_FD`],
ethtool-5.9/configure.ac-59-	     [bash_completion_dir="${bash_completion_dir#"$bash_completion_prefix"}"
##############################################
ethtool-5.9/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
ethtool-5.9/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
ethtool-5.9/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
ethtool-5.9/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
ethtool-5.9/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
ethtool-5.9/aclocal.m4-181-        else
ethtool-5.9/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
ethtool-5.9/aclocal.m4-183-        fi
##############################################
ethtool-5.9/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ethtool-5.9/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ethtool-5.9/aclocal.m4-370-# and then we would define $MISSING as
##############################################
ethtool-5.9/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
ethtool-5.9/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ethtool-5.9/aclocal.m4-385-])
##############################################
ethtool-5.9/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
ethtool-5.9/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ethtool-5.9/aclocal.m4-483-  fi
##############################################
ethtool-5.9/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
ethtool-5.9/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ethtool-5.9/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
ethtool-5.9/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ethtool-5.9/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
ethtool-5.9/aclocal.m4-643-    else
##############################################
ethtool-5.9/aclocal.m4-647-    # from the Makefile without running 'make'.
ethtool-5.9/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ethtool-5.9/aclocal.m4-649-    test -z "$DEPDIR" && continue
ethtool-5.9/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ethtool-5.9/aclocal.m4-651-    test -z "$am__include" && continue
ethtool-5.9/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ethtool-5.9/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
ethtool-5.9/aclocal.m4-661-      test -f "$dirpart/$file" && continue
ethtool-5.9/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
ethtool-5.9/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ethtool-5.9/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
ethtool-5.9/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ethtool-5.9/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ethtool-5.9/aclocal.m4-878-    * )
ethtool-5.9/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ethtool-5.9/aclocal.m4-880-  esac
ethtool-5.9/aclocal.m4-881-done
ethtool-5.9/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ethtool-5.9/aclocal.m4-883-
##############################################
ethtool-5.9/aclocal.m4-985-# Ignore all kinds of additional output from 'make'.
ethtool-5.9/aclocal.m4:986:case `$am_make -s -f confmf 2> /dev/null` in #(
ethtool-5.9/aclocal.m4-987-*the\ am__doit\ target*)
##############################################
ethtool-5.9/aclocal.m4-995-   echo '.include "confinc"' > confmf
ethtool-5.9/aclocal.m4:996:   case `$am_make -s -f confmf 2> /dev/null` in #(
ethtool-5.9/aclocal.m4-997-   *the\ am__doit\ target*)
##############################################
ethtool-5.9/aclocal.m4-1177-     echo "timestamp, slept: $am_has_slept" > conftest.file
ethtool-5.9/aclocal.m4:1178:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ethtool-5.9/aclocal.m4-1179-     if test "$[*]" = "X"; then
ethtool-5.9/aclocal.m4-1180-	# -L didn't work.
ethtool-5.9/aclocal.m4:1181:	set X `ls -t "$srcdir/configure" conftest.file`
ethtool-5.9/aclocal.m4-1182-     fi
##############################################
ethtool-5.9/Makefile.in-51-  { \
ethtool-5.9/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ethtool-5.9/Makefile.in-53-  }; \
##############################################
ethtool-5.9/Makefile.in-451-  esac
ethtool-5.9/Makefile.in:452:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ethtool-5.9/Makefile.in-453-am__vpath_adj = case $$p in \
ethtool-5.9/Makefile.in:454:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ethtool-5.9/Makefile.in-455-    *) f=$$p;; \
ethtool-5.9/Makefile.in-456-  esac;
ethtool-5.9/Makefile.in:457:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ethtool-5.9/Makefile.in-458-am__install_max = 40
ethtool-5.9/Makefile.in-459-am__nobase_strip_setup = \
ethtool-5.9/Makefile.in:460:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ethtool-5.9/Makefile.in-461-am__nobase_strip = \
##############################################
ethtool-5.9/Makefile.in-628-case "$@" in						\
ethtool-5.9/Makefile.in:629:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ethtool-5.9/Makefile.in-630-    *) am__odir=.;; 					\
##############################################
ethtool-5.9/Makefile.in-658-  bases='$(TEST_LOGS)'; \
ethtool-5.9/Makefile.in:659:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ethtool-5.9/Makefile.in:660:  bases=`echo $$bases`
ethtool-5.9/Makefile.in-661-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ethtool-5.9/Makefile.in-670-        */*) b='$*';; \
ethtool-5.9/Makefile.in:671:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ethtool-5.9/Makefile.in-672-       esac;; \
##############################################
ethtool-5.9/Makefile.in-1269-.c.o:
ethtool-5.9/Makefile.in:1270:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
ethtool-5.9/Makefile.in-1271-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
ethtool-5.9/Makefile.in-1277-.c.obj:
ethtool-5.9/Makefile.in:1278:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
ethtool-5.9/Makefile.in:1279:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
ethtool-5.9/Makefile.in-1280-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
ethtool-5.9/Makefile.in-1282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ethtool-5.9/Makefile.in-1284-
ethtool-5.9/Makefile.in-1285-test_cmdline-test-cmdline.o: test-cmdline.c
ethtool-5.9/Makefile.in:1286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-test-cmdline.o -MD -MP -MF $(DEPDIR)/test_cmdline-test-cmdline.Tpo -c -o test_cmdline-test-cmdline.o `test -f 'test-cmdline.c' || echo '$(srcdir)/'`test-cmdline.c
ethtool-5.9/Makefile.in-1287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-test-cmdline.Tpo $(DEPDIR)/test_cmdline-test-cmdline.Po
##############################################
ethtool-5.9/Makefile.in-1289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-test-cmdline.o `test -f 'test-cmdline.c' || echo '$(srcdir)/'`test-cmdline.c
ethtool-5.9/Makefile.in-1291-
ethtool-5.9/Makefile.in-1292-test_cmdline-test-cmdline.obj: test-cmdline.c
ethtool-5.9/Makefile.in:1293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-test-cmdline.obj -MD -MP -MF $(DEPDIR)/test_cmdline-test-cmdline.Tpo -c -o test_cmdline-test-cmdline.obj `if test -f 'test-cmdline.c'; then $(CYGPATH_W) 'test-cmdline.c'; else $(CYGPATH_W) '$(srcdir)/test-cmdline.c'; fi`
ethtool-5.9/Makefile.in-1294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-test-cmdline.Tpo $(DEPDIR)/test_cmdline-test-cmdline.Po
##############################################
ethtool-5.9/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-test-cmdline.obj `if test -f 'test-cmdline.c'; then $(CYGPATH_W) 'test-cmdline.c'; else $(CYGPATH_W) '$(srcdir)/test-cmdline.c'; fi`
ethtool-5.9/Makefile.in-1298-
ethtool-5.9/Makefile.in-1299-test_cmdline-test-common.o: test-common.c
ethtool-5.9/Makefile.in:1300:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-test-common.o -MD -MP -MF $(DEPDIR)/test_cmdline-test-common.Tpo -c -o test_cmdline-test-common.o `test -f 'test-common.c' || echo '$(srcdir)/'`test-common.c
ethtool-5.9/Makefile.in-1301-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-test-common.Tpo $(DEPDIR)/test_cmdline-test-common.Po
##############################################
ethtool-5.9/Makefile.in-1303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1304:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-test-common.o `test -f 'test-common.c' || echo '$(srcdir)/'`test-common.c
ethtool-5.9/Makefile.in-1305-
ethtool-5.9/Makefile.in-1306-test_cmdline-test-common.obj: test-common.c
ethtool-5.9/Makefile.in:1307:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-test-common.obj -MD -MP -MF $(DEPDIR)/test_cmdline-test-common.Tpo -c -o test_cmdline-test-common.obj `if test -f 'test-common.c'; then $(CYGPATH_W) 'test-common.c'; else $(CYGPATH_W) '$(srcdir)/test-common.c'; fi`
ethtool-5.9/Makefile.in-1308-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-test-common.Tpo $(DEPDIR)/test_cmdline-test-common.Po
##############################################
ethtool-5.9/Makefile.in-1310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1311:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-test-common.obj `if test -f 'test-common.c'; then $(CYGPATH_W) 'test-common.c'; else $(CYGPATH_W) '$(srcdir)/test-common.c'; fi`
ethtool-5.9/Makefile.in-1312-
ethtool-5.9/Makefile.in-1313-test_cmdline-ethtool.o: ethtool.c
ethtool-5.9/Makefile.in:1314:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ethtool.o -MD -MP -MF $(DEPDIR)/test_cmdline-ethtool.Tpo -c -o test_cmdline-ethtool.o `test -f 'ethtool.c' || echo '$(srcdir)/'`ethtool.c
ethtool-5.9/Makefile.in-1315-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ethtool.Tpo $(DEPDIR)/test_cmdline-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-1317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1318:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ethtool.o `test -f 'ethtool.c' || echo '$(srcdir)/'`ethtool.c
ethtool-5.9/Makefile.in-1319-
ethtool-5.9/Makefile.in-1320-test_cmdline-ethtool.obj: ethtool.c
ethtool-5.9/Makefile.in:1321:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ethtool.obj -MD -MP -MF $(DEPDIR)/test_cmdline-ethtool.Tpo -c -o test_cmdline-ethtool.obj `if test -f 'ethtool.c'; then $(CYGPATH_W) 'ethtool.c'; else $(CYGPATH_W) '$(srcdir)/ethtool.c'; fi`
ethtool-5.9/Makefile.in-1322-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ethtool.Tpo $(DEPDIR)/test_cmdline-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-1324-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1325:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ethtool.obj `if test -f 'ethtool.c'; then $(CYGPATH_W) 'ethtool.c'; else $(CYGPATH_W) '$(srcdir)/ethtool.c'; fi`
ethtool-5.9/Makefile.in-1326-
ethtool-5.9/Makefile.in-1327-test_cmdline-rxclass.o: rxclass.c
ethtool-5.9/Makefile.in:1328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-rxclass.o -MD -MP -MF $(DEPDIR)/test_cmdline-rxclass.Tpo -c -o test_cmdline-rxclass.o `test -f 'rxclass.c' || echo '$(srcdir)/'`rxclass.c
ethtool-5.9/Makefile.in-1329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-rxclass.Tpo $(DEPDIR)/test_cmdline-rxclass.Po
##############################################
ethtool-5.9/Makefile.in-1331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-rxclass.o `test -f 'rxclass.c' || echo '$(srcdir)/'`rxclass.c
ethtool-5.9/Makefile.in-1333-
ethtool-5.9/Makefile.in-1334-test_cmdline-rxclass.obj: rxclass.c
ethtool-5.9/Makefile.in:1335:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-rxclass.obj -MD -MP -MF $(DEPDIR)/test_cmdline-rxclass.Tpo -c -o test_cmdline-rxclass.obj `if test -f 'rxclass.c'; then $(CYGPATH_W) 'rxclass.c'; else $(CYGPATH_W) '$(srcdir)/rxclass.c'; fi`
ethtool-5.9/Makefile.in-1336-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-rxclass.Tpo $(DEPDIR)/test_cmdline-rxclass.Po
##############################################
ethtool-5.9/Makefile.in-1338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1339:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-rxclass.obj `if test -f 'rxclass.c'; then $(CYGPATH_W) 'rxclass.c'; else $(CYGPATH_W) '$(srcdir)/rxclass.c'; fi`
ethtool-5.9/Makefile.in-1340-
ethtool-5.9/Makefile.in-1341-test_cmdline-common.o: common.c
ethtool-5.9/Makefile.in:1342:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-common.o -MD -MP -MF $(DEPDIR)/test_cmdline-common.Tpo -c -o test_cmdline-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
ethtool-5.9/Makefile.in-1343-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-common.Tpo $(DEPDIR)/test_cmdline-common.Po
##############################################
ethtool-5.9/Makefile.in-1345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1346:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
ethtool-5.9/Makefile.in-1347-
ethtool-5.9/Makefile.in-1348-test_cmdline-common.obj: common.c
ethtool-5.9/Makefile.in:1349:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-common.obj -MD -MP -MF $(DEPDIR)/test_cmdline-common.Tpo -c -o test_cmdline-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
ethtool-5.9/Makefile.in-1350-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-common.Tpo $(DEPDIR)/test_cmdline-common.Po
##############################################
ethtool-5.9/Makefile.in-1352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1353:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
ethtool-5.9/Makefile.in-1354-
ethtool-5.9/Makefile.in-1355-test_cmdline-json_writer.o: json_writer.c
ethtool-5.9/Makefile.in:1356:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-json_writer.o -MD -MP -MF $(DEPDIR)/test_cmdline-json_writer.Tpo -c -o test_cmdline-json_writer.o `test -f 'json_writer.c' || echo '$(srcdir)/'`json_writer.c
ethtool-5.9/Makefile.in-1357-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-json_writer.Tpo $(DEPDIR)/test_cmdline-json_writer.Po
##############################################
ethtool-5.9/Makefile.in-1359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1360:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-json_writer.o `test -f 'json_writer.c' || echo '$(srcdir)/'`json_writer.c
ethtool-5.9/Makefile.in-1361-
ethtool-5.9/Makefile.in-1362-test_cmdline-json_writer.obj: json_writer.c
ethtool-5.9/Makefile.in:1363:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-json_writer.obj -MD -MP -MF $(DEPDIR)/test_cmdline-json_writer.Tpo -c -o test_cmdline-json_writer.obj `if test -f 'json_writer.c'; then $(CYGPATH_W) 'json_writer.c'; else $(CYGPATH_W) '$(srcdir)/json_writer.c'; fi`
ethtool-5.9/Makefile.in-1364-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-json_writer.Tpo $(DEPDIR)/test_cmdline-json_writer.Po
##############################################
ethtool-5.9/Makefile.in-1366-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1367:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-json_writer.obj `if test -f 'json_writer.c'; then $(CYGPATH_W) 'json_writer.c'; else $(CYGPATH_W) '$(srcdir)/json_writer.c'; fi`
ethtool-5.9/Makefile.in-1368-
ethtool-5.9/Makefile.in-1369-test_cmdline-json_print.o: json_print.c
ethtool-5.9/Makefile.in:1370:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-json_print.o -MD -MP -MF $(DEPDIR)/test_cmdline-json_print.Tpo -c -o test_cmdline-json_print.o `test -f 'json_print.c' || echo '$(srcdir)/'`json_print.c
ethtool-5.9/Makefile.in-1371-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-json_print.Tpo $(DEPDIR)/test_cmdline-json_print.Po
##############################################
ethtool-5.9/Makefile.in-1373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1374:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-json_print.o `test -f 'json_print.c' || echo '$(srcdir)/'`json_print.c
ethtool-5.9/Makefile.in-1375-
ethtool-5.9/Makefile.in-1376-test_cmdline-json_print.obj: json_print.c
ethtool-5.9/Makefile.in:1377:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-json_print.obj -MD -MP -MF $(DEPDIR)/test_cmdline-json_print.Tpo -c -o test_cmdline-json_print.obj `if test -f 'json_print.c'; then $(CYGPATH_W) 'json_print.c'; else $(CYGPATH_W) '$(srcdir)/json_print.c'; fi`
ethtool-5.9/Makefile.in-1378-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-json_print.Tpo $(DEPDIR)/test_cmdline-json_print.Po
##############################################
ethtool-5.9/Makefile.in-1380-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1381:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-json_print.obj `if test -f 'json_print.c'; then $(CYGPATH_W) 'json_print.c'; else $(CYGPATH_W) '$(srcdir)/json_print.c'; fi`
ethtool-5.9/Makefile.in-1382-
ethtool-5.9/Makefile.in-1383-test_cmdline-amd8111e.o: amd8111e.c
ethtool-5.9/Makefile.in:1384:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-amd8111e.o -MD -MP -MF $(DEPDIR)/test_cmdline-amd8111e.Tpo -c -o test_cmdline-amd8111e.o `test -f 'amd8111e.c' || echo '$(srcdir)/'`amd8111e.c
ethtool-5.9/Makefile.in-1385-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-amd8111e.Tpo $(DEPDIR)/test_cmdline-amd8111e.Po
##############################################
ethtool-5.9/Makefile.in-1387-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1388:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-amd8111e.o `test -f 'amd8111e.c' || echo '$(srcdir)/'`amd8111e.c
ethtool-5.9/Makefile.in-1389-
ethtool-5.9/Makefile.in-1390-test_cmdline-amd8111e.obj: amd8111e.c
ethtool-5.9/Makefile.in:1391:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-amd8111e.obj -MD -MP -MF $(DEPDIR)/test_cmdline-amd8111e.Tpo -c -o test_cmdline-amd8111e.obj `if test -f 'amd8111e.c'; then $(CYGPATH_W) 'amd8111e.c'; else $(CYGPATH_W) '$(srcdir)/amd8111e.c'; fi`
ethtool-5.9/Makefile.in-1392-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-amd8111e.Tpo $(DEPDIR)/test_cmdline-amd8111e.Po
##############################################
ethtool-5.9/Makefile.in-1394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1395:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-amd8111e.obj `if test -f 'amd8111e.c'; then $(CYGPATH_W) 'amd8111e.c'; else $(CYGPATH_W) '$(srcdir)/amd8111e.c'; fi`
ethtool-5.9/Makefile.in-1396-
ethtool-5.9/Makefile.in-1397-test_cmdline-de2104x.o: de2104x.c
ethtool-5.9/Makefile.in:1398:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-de2104x.o -MD -MP -MF $(DEPDIR)/test_cmdline-de2104x.Tpo -c -o test_cmdline-de2104x.o `test -f 'de2104x.c' || echo '$(srcdir)/'`de2104x.c
ethtool-5.9/Makefile.in-1399-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-de2104x.Tpo $(DEPDIR)/test_cmdline-de2104x.Po
##############################################
ethtool-5.9/Makefile.in-1401-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1402:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-de2104x.o `test -f 'de2104x.c' || echo '$(srcdir)/'`de2104x.c
ethtool-5.9/Makefile.in-1403-
ethtool-5.9/Makefile.in-1404-test_cmdline-de2104x.obj: de2104x.c
ethtool-5.9/Makefile.in:1405:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-de2104x.obj -MD -MP -MF $(DEPDIR)/test_cmdline-de2104x.Tpo -c -o test_cmdline-de2104x.obj `if test -f 'de2104x.c'; then $(CYGPATH_W) 'de2104x.c'; else $(CYGPATH_W) '$(srcdir)/de2104x.c'; fi`
ethtool-5.9/Makefile.in-1406-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-de2104x.Tpo $(DEPDIR)/test_cmdline-de2104x.Po
##############################################
ethtool-5.9/Makefile.in-1408-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1409:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-de2104x.obj `if test -f 'de2104x.c'; then $(CYGPATH_W) 'de2104x.c'; else $(CYGPATH_W) '$(srcdir)/de2104x.c'; fi`
ethtool-5.9/Makefile.in-1410-
ethtool-5.9/Makefile.in-1411-test_cmdline-dsa.o: dsa.c
ethtool-5.9/Makefile.in:1412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-dsa.o -MD -MP -MF $(DEPDIR)/test_cmdline-dsa.Tpo -c -o test_cmdline-dsa.o `test -f 'dsa.c' || echo '$(srcdir)/'`dsa.c
ethtool-5.9/Makefile.in-1413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-dsa.Tpo $(DEPDIR)/test_cmdline-dsa.Po
##############################################
ethtool-5.9/Makefile.in-1415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-dsa.o `test -f 'dsa.c' || echo '$(srcdir)/'`dsa.c
ethtool-5.9/Makefile.in-1417-
ethtool-5.9/Makefile.in-1418-test_cmdline-dsa.obj: dsa.c
ethtool-5.9/Makefile.in:1419:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-dsa.obj -MD -MP -MF $(DEPDIR)/test_cmdline-dsa.Tpo -c -o test_cmdline-dsa.obj `if test -f 'dsa.c'; then $(CYGPATH_W) 'dsa.c'; else $(CYGPATH_W) '$(srcdir)/dsa.c'; fi`
ethtool-5.9/Makefile.in-1420-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-dsa.Tpo $(DEPDIR)/test_cmdline-dsa.Po
##############################################
ethtool-5.9/Makefile.in-1422-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1423:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-dsa.obj `if test -f 'dsa.c'; then $(CYGPATH_W) 'dsa.c'; else $(CYGPATH_W) '$(srcdir)/dsa.c'; fi`
ethtool-5.9/Makefile.in-1424-
ethtool-5.9/Makefile.in-1425-test_cmdline-e100.o: e100.c
ethtool-5.9/Makefile.in:1426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-e100.o -MD -MP -MF $(DEPDIR)/test_cmdline-e100.Tpo -c -o test_cmdline-e100.o `test -f 'e100.c' || echo '$(srcdir)/'`e100.c
ethtool-5.9/Makefile.in-1427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-e100.Tpo $(DEPDIR)/test_cmdline-e100.Po
##############################################
ethtool-5.9/Makefile.in-1429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-e100.o `test -f 'e100.c' || echo '$(srcdir)/'`e100.c
ethtool-5.9/Makefile.in-1431-
ethtool-5.9/Makefile.in-1432-test_cmdline-e100.obj: e100.c
ethtool-5.9/Makefile.in:1433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-e100.obj -MD -MP -MF $(DEPDIR)/test_cmdline-e100.Tpo -c -o test_cmdline-e100.obj `if test -f 'e100.c'; then $(CYGPATH_W) 'e100.c'; else $(CYGPATH_W) '$(srcdir)/e100.c'; fi`
ethtool-5.9/Makefile.in-1434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-e100.Tpo $(DEPDIR)/test_cmdline-e100.Po
##############################################
ethtool-5.9/Makefile.in-1436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-e100.obj `if test -f 'e100.c'; then $(CYGPATH_W) 'e100.c'; else $(CYGPATH_W) '$(srcdir)/e100.c'; fi`
ethtool-5.9/Makefile.in-1438-
ethtool-5.9/Makefile.in-1439-test_cmdline-e1000.o: e1000.c
ethtool-5.9/Makefile.in:1440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-e1000.o -MD -MP -MF $(DEPDIR)/test_cmdline-e1000.Tpo -c -o test_cmdline-e1000.o `test -f 'e1000.c' || echo '$(srcdir)/'`e1000.c
ethtool-5.9/Makefile.in-1441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-e1000.Tpo $(DEPDIR)/test_cmdline-e1000.Po
##############################################
ethtool-5.9/Makefile.in-1443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-e1000.o `test -f 'e1000.c' || echo '$(srcdir)/'`e1000.c
ethtool-5.9/Makefile.in-1445-
ethtool-5.9/Makefile.in-1446-test_cmdline-e1000.obj: e1000.c
ethtool-5.9/Makefile.in:1447:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-e1000.obj -MD -MP -MF $(DEPDIR)/test_cmdline-e1000.Tpo -c -o test_cmdline-e1000.obj `if test -f 'e1000.c'; then $(CYGPATH_W) 'e1000.c'; else $(CYGPATH_W) '$(srcdir)/e1000.c'; fi`
ethtool-5.9/Makefile.in-1448-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-e1000.Tpo $(DEPDIR)/test_cmdline-e1000.Po
##############################################
ethtool-5.9/Makefile.in-1450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1451:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-e1000.obj `if test -f 'e1000.c'; then $(CYGPATH_W) 'e1000.c'; else $(CYGPATH_W) '$(srcdir)/e1000.c'; fi`
ethtool-5.9/Makefile.in-1452-
ethtool-5.9/Makefile.in-1453-test_cmdline-et131x.o: et131x.c
ethtool-5.9/Makefile.in:1454:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-et131x.o -MD -MP -MF $(DEPDIR)/test_cmdline-et131x.Tpo -c -o test_cmdline-et131x.o `test -f 'et131x.c' || echo '$(srcdir)/'`et131x.c
ethtool-5.9/Makefile.in-1455-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-et131x.Tpo $(DEPDIR)/test_cmdline-et131x.Po
##############################################
ethtool-5.9/Makefile.in-1457-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1458:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-et131x.o `test -f 'et131x.c' || echo '$(srcdir)/'`et131x.c
ethtool-5.9/Makefile.in-1459-
ethtool-5.9/Makefile.in-1460-test_cmdline-et131x.obj: et131x.c
ethtool-5.9/Makefile.in:1461:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-et131x.obj -MD -MP -MF $(DEPDIR)/test_cmdline-et131x.Tpo -c -o test_cmdline-et131x.obj `if test -f 'et131x.c'; then $(CYGPATH_W) 'et131x.c'; else $(CYGPATH_W) '$(srcdir)/et131x.c'; fi`
ethtool-5.9/Makefile.in-1462-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-et131x.Tpo $(DEPDIR)/test_cmdline-et131x.Po
##############################################
ethtool-5.9/Makefile.in-1464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1465:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-et131x.obj `if test -f 'et131x.c'; then $(CYGPATH_W) 'et131x.c'; else $(CYGPATH_W) '$(srcdir)/et131x.c'; fi`
ethtool-5.9/Makefile.in-1466-
ethtool-5.9/Makefile.in-1467-test_cmdline-igb.o: igb.c
ethtool-5.9/Makefile.in:1468:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-igb.o -MD -MP -MF $(DEPDIR)/test_cmdline-igb.Tpo -c -o test_cmdline-igb.o `test -f 'igb.c' || echo '$(srcdir)/'`igb.c
ethtool-5.9/Makefile.in-1469-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-igb.Tpo $(DEPDIR)/test_cmdline-igb.Po
##############################################
ethtool-5.9/Makefile.in-1471-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1472:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-igb.o `test -f 'igb.c' || echo '$(srcdir)/'`igb.c
ethtool-5.9/Makefile.in-1473-
ethtool-5.9/Makefile.in-1474-test_cmdline-igb.obj: igb.c
ethtool-5.9/Makefile.in:1475:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-igb.obj -MD -MP -MF $(DEPDIR)/test_cmdline-igb.Tpo -c -o test_cmdline-igb.obj `if test -f 'igb.c'; then $(CYGPATH_W) 'igb.c'; else $(CYGPATH_W) '$(srcdir)/igb.c'; fi`
ethtool-5.9/Makefile.in-1476-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-igb.Tpo $(DEPDIR)/test_cmdline-igb.Po
##############################################
ethtool-5.9/Makefile.in-1478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1479:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-igb.obj `if test -f 'igb.c'; then $(CYGPATH_W) 'igb.c'; else $(CYGPATH_W) '$(srcdir)/igb.c'; fi`
ethtool-5.9/Makefile.in-1480-
ethtool-5.9/Makefile.in-1481-test_cmdline-fec.o: fec.c
ethtool-5.9/Makefile.in:1482:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-fec.o -MD -MP -MF $(DEPDIR)/test_cmdline-fec.Tpo -c -o test_cmdline-fec.o `test -f 'fec.c' || echo '$(srcdir)/'`fec.c
ethtool-5.9/Makefile.in-1483-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-fec.Tpo $(DEPDIR)/test_cmdline-fec.Po
##############################################
ethtool-5.9/Makefile.in-1485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1486:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-fec.o `test -f 'fec.c' || echo '$(srcdir)/'`fec.c
ethtool-5.9/Makefile.in-1487-
ethtool-5.9/Makefile.in-1488-test_cmdline-fec.obj: fec.c
ethtool-5.9/Makefile.in:1489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-fec.obj -MD -MP -MF $(DEPDIR)/test_cmdline-fec.Tpo -c -o test_cmdline-fec.obj `if test -f 'fec.c'; then $(CYGPATH_W) 'fec.c'; else $(CYGPATH_W) '$(srcdir)/fec.c'; fi`
ethtool-5.9/Makefile.in-1490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-fec.Tpo $(DEPDIR)/test_cmdline-fec.Po
##############################################
ethtool-5.9/Makefile.in-1492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-fec.obj `if test -f 'fec.c'; then $(CYGPATH_W) 'fec.c'; else $(CYGPATH_W) '$(srcdir)/fec.c'; fi`
ethtool-5.9/Makefile.in-1494-
ethtool-5.9/Makefile.in-1495-test_cmdline-fec_8xx.o: fec_8xx.c
ethtool-5.9/Makefile.in:1496:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-fec_8xx.o -MD -MP -MF $(DEPDIR)/test_cmdline-fec_8xx.Tpo -c -o test_cmdline-fec_8xx.o `test -f 'fec_8xx.c' || echo '$(srcdir)/'`fec_8xx.c
ethtool-5.9/Makefile.in-1497-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-fec_8xx.Tpo $(DEPDIR)/test_cmdline-fec_8xx.Po
##############################################
ethtool-5.9/Makefile.in-1499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1500:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-fec_8xx.o `test -f 'fec_8xx.c' || echo '$(srcdir)/'`fec_8xx.c
ethtool-5.9/Makefile.in-1501-
ethtool-5.9/Makefile.in-1502-test_cmdline-fec_8xx.obj: fec_8xx.c
ethtool-5.9/Makefile.in:1503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-fec_8xx.obj -MD -MP -MF $(DEPDIR)/test_cmdline-fec_8xx.Tpo -c -o test_cmdline-fec_8xx.obj `if test -f 'fec_8xx.c'; then $(CYGPATH_W) 'fec_8xx.c'; else $(CYGPATH_W) '$(srcdir)/fec_8xx.c'; fi`
ethtool-5.9/Makefile.in-1504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-fec_8xx.Tpo $(DEPDIR)/test_cmdline-fec_8xx.Po
##############################################
ethtool-5.9/Makefile.in-1506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-fec_8xx.obj `if test -f 'fec_8xx.c'; then $(CYGPATH_W) 'fec_8xx.c'; else $(CYGPATH_W) '$(srcdir)/fec_8xx.c'; fi`
ethtool-5.9/Makefile.in-1508-
ethtool-5.9/Makefile.in-1509-test_cmdline-ibm_emac.o: ibm_emac.c
ethtool-5.9/Makefile.in:1510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ibm_emac.o -MD -MP -MF $(DEPDIR)/test_cmdline-ibm_emac.Tpo -c -o test_cmdline-ibm_emac.o `test -f 'ibm_emac.c' || echo '$(srcdir)/'`ibm_emac.c
ethtool-5.9/Makefile.in-1511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ibm_emac.Tpo $(DEPDIR)/test_cmdline-ibm_emac.Po
##############################################
ethtool-5.9/Makefile.in-1513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ibm_emac.o `test -f 'ibm_emac.c' || echo '$(srcdir)/'`ibm_emac.c
ethtool-5.9/Makefile.in-1515-
ethtool-5.9/Makefile.in-1516-test_cmdline-ibm_emac.obj: ibm_emac.c
ethtool-5.9/Makefile.in:1517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ibm_emac.obj -MD -MP -MF $(DEPDIR)/test_cmdline-ibm_emac.Tpo -c -o test_cmdline-ibm_emac.obj `if test -f 'ibm_emac.c'; then $(CYGPATH_W) 'ibm_emac.c'; else $(CYGPATH_W) '$(srcdir)/ibm_emac.c'; fi`
ethtool-5.9/Makefile.in-1518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ibm_emac.Tpo $(DEPDIR)/test_cmdline-ibm_emac.Po
##############################################
ethtool-5.9/Makefile.in-1520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ibm_emac.obj `if test -f 'ibm_emac.c'; then $(CYGPATH_W) 'ibm_emac.c'; else $(CYGPATH_W) '$(srcdir)/ibm_emac.c'; fi`
ethtool-5.9/Makefile.in-1522-
ethtool-5.9/Makefile.in-1523-test_cmdline-ixgb.o: ixgb.c
ethtool-5.9/Makefile.in:1524:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ixgb.o -MD -MP -MF $(DEPDIR)/test_cmdline-ixgb.Tpo -c -o test_cmdline-ixgb.o `test -f 'ixgb.c' || echo '$(srcdir)/'`ixgb.c
ethtool-5.9/Makefile.in-1525-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ixgb.Tpo $(DEPDIR)/test_cmdline-ixgb.Po
##############################################
ethtool-5.9/Makefile.in-1527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1528:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ixgb.o `test -f 'ixgb.c' || echo '$(srcdir)/'`ixgb.c
ethtool-5.9/Makefile.in-1529-
ethtool-5.9/Makefile.in-1530-test_cmdline-ixgb.obj: ixgb.c
ethtool-5.9/Makefile.in:1531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ixgb.obj -MD -MP -MF $(DEPDIR)/test_cmdline-ixgb.Tpo -c -o test_cmdline-ixgb.obj `if test -f 'ixgb.c'; then $(CYGPATH_W) 'ixgb.c'; else $(CYGPATH_W) '$(srcdir)/ixgb.c'; fi`
ethtool-5.9/Makefile.in-1532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ixgb.Tpo $(DEPDIR)/test_cmdline-ixgb.Po
##############################################
ethtool-5.9/Makefile.in-1534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ixgb.obj `if test -f 'ixgb.c'; then $(CYGPATH_W) 'ixgb.c'; else $(CYGPATH_W) '$(srcdir)/ixgb.c'; fi`
ethtool-5.9/Makefile.in-1536-
ethtool-5.9/Makefile.in-1537-test_cmdline-ixgbe.o: ixgbe.c
ethtool-5.9/Makefile.in:1538:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ixgbe.o -MD -MP -MF $(DEPDIR)/test_cmdline-ixgbe.Tpo -c -o test_cmdline-ixgbe.o `test -f 'ixgbe.c' || echo '$(srcdir)/'`ixgbe.c
ethtool-5.9/Makefile.in-1539-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ixgbe.Tpo $(DEPDIR)/test_cmdline-ixgbe.Po
##############################################
ethtool-5.9/Makefile.in-1541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1542:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ixgbe.o `test -f 'ixgbe.c' || echo '$(srcdir)/'`ixgbe.c
ethtool-5.9/Makefile.in-1543-
ethtool-5.9/Makefile.in-1544-test_cmdline-ixgbe.obj: ixgbe.c
ethtool-5.9/Makefile.in:1545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ixgbe.obj -MD -MP -MF $(DEPDIR)/test_cmdline-ixgbe.Tpo -c -o test_cmdline-ixgbe.obj `if test -f 'ixgbe.c'; then $(CYGPATH_W) 'ixgbe.c'; else $(CYGPATH_W) '$(srcdir)/ixgbe.c'; fi`
ethtool-5.9/Makefile.in-1546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ixgbe.Tpo $(DEPDIR)/test_cmdline-ixgbe.Po
##############################################
ethtool-5.9/Makefile.in-1548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ixgbe.obj `if test -f 'ixgbe.c'; then $(CYGPATH_W) 'ixgbe.c'; else $(CYGPATH_W) '$(srcdir)/ixgbe.c'; fi`
ethtool-5.9/Makefile.in-1550-
ethtool-5.9/Makefile.in-1551-test_cmdline-natsemi.o: natsemi.c
ethtool-5.9/Makefile.in:1552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-natsemi.o -MD -MP -MF $(DEPDIR)/test_cmdline-natsemi.Tpo -c -o test_cmdline-natsemi.o `test -f 'natsemi.c' || echo '$(srcdir)/'`natsemi.c
ethtool-5.9/Makefile.in-1553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-natsemi.Tpo $(DEPDIR)/test_cmdline-natsemi.Po
##############################################
ethtool-5.9/Makefile.in-1555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-natsemi.o `test -f 'natsemi.c' || echo '$(srcdir)/'`natsemi.c
ethtool-5.9/Makefile.in-1557-
ethtool-5.9/Makefile.in-1558-test_cmdline-natsemi.obj: natsemi.c
ethtool-5.9/Makefile.in:1559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-natsemi.obj -MD -MP -MF $(DEPDIR)/test_cmdline-natsemi.Tpo -c -o test_cmdline-natsemi.obj `if test -f 'natsemi.c'; then $(CYGPATH_W) 'natsemi.c'; else $(CYGPATH_W) '$(srcdir)/natsemi.c'; fi`
ethtool-5.9/Makefile.in-1560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-natsemi.Tpo $(DEPDIR)/test_cmdline-natsemi.Po
##############################################
ethtool-5.9/Makefile.in-1562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-natsemi.obj `if test -f 'natsemi.c'; then $(CYGPATH_W) 'natsemi.c'; else $(CYGPATH_W) '$(srcdir)/natsemi.c'; fi`
ethtool-5.9/Makefile.in-1564-
ethtool-5.9/Makefile.in-1565-test_cmdline-pcnet32.o: pcnet32.c
ethtool-5.9/Makefile.in:1566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-pcnet32.o -MD -MP -MF $(DEPDIR)/test_cmdline-pcnet32.Tpo -c -o test_cmdline-pcnet32.o `test -f 'pcnet32.c' || echo '$(srcdir)/'`pcnet32.c
ethtool-5.9/Makefile.in-1567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-pcnet32.Tpo $(DEPDIR)/test_cmdline-pcnet32.Po
##############################################
ethtool-5.9/Makefile.in-1569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-pcnet32.o `test -f 'pcnet32.c' || echo '$(srcdir)/'`pcnet32.c
ethtool-5.9/Makefile.in-1571-
ethtool-5.9/Makefile.in-1572-test_cmdline-pcnet32.obj: pcnet32.c
ethtool-5.9/Makefile.in:1573:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-pcnet32.obj -MD -MP -MF $(DEPDIR)/test_cmdline-pcnet32.Tpo -c -o test_cmdline-pcnet32.obj `if test -f 'pcnet32.c'; then $(CYGPATH_W) 'pcnet32.c'; else $(CYGPATH_W) '$(srcdir)/pcnet32.c'; fi`
ethtool-5.9/Makefile.in-1574-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-pcnet32.Tpo $(DEPDIR)/test_cmdline-pcnet32.Po
##############################################
ethtool-5.9/Makefile.in-1576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1577:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-pcnet32.obj `if test -f 'pcnet32.c'; then $(CYGPATH_W) 'pcnet32.c'; else $(CYGPATH_W) '$(srcdir)/pcnet32.c'; fi`
ethtool-5.9/Makefile.in-1578-
ethtool-5.9/Makefile.in-1579-test_cmdline-realtek.o: realtek.c
ethtool-5.9/Makefile.in:1580:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-realtek.o -MD -MP -MF $(DEPDIR)/test_cmdline-realtek.Tpo -c -o test_cmdline-realtek.o `test -f 'realtek.c' || echo '$(srcdir)/'`realtek.c
ethtool-5.9/Makefile.in-1581-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-realtek.Tpo $(DEPDIR)/test_cmdline-realtek.Po
##############################################
ethtool-5.9/Makefile.in-1583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-realtek.o `test -f 'realtek.c' || echo '$(srcdir)/'`realtek.c
ethtool-5.9/Makefile.in-1585-
ethtool-5.9/Makefile.in-1586-test_cmdline-realtek.obj: realtek.c
ethtool-5.9/Makefile.in:1587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-realtek.obj -MD -MP -MF $(DEPDIR)/test_cmdline-realtek.Tpo -c -o test_cmdline-realtek.obj `if test -f 'realtek.c'; then $(CYGPATH_W) 'realtek.c'; else $(CYGPATH_W) '$(srcdir)/realtek.c'; fi`
ethtool-5.9/Makefile.in-1588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-realtek.Tpo $(DEPDIR)/test_cmdline-realtek.Po
##############################################
ethtool-5.9/Makefile.in-1590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-realtek.obj `if test -f 'realtek.c'; then $(CYGPATH_W) 'realtek.c'; else $(CYGPATH_W) '$(srcdir)/realtek.c'; fi`
ethtool-5.9/Makefile.in-1592-
ethtool-5.9/Makefile.in-1593-test_cmdline-tg3.o: tg3.c
ethtool-5.9/Makefile.in:1594:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-tg3.o -MD -MP -MF $(DEPDIR)/test_cmdline-tg3.Tpo -c -o test_cmdline-tg3.o `test -f 'tg3.c' || echo '$(srcdir)/'`tg3.c
ethtool-5.9/Makefile.in-1595-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-tg3.Tpo $(DEPDIR)/test_cmdline-tg3.Po
##############################################
ethtool-5.9/Makefile.in-1597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1598:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-tg3.o `test -f 'tg3.c' || echo '$(srcdir)/'`tg3.c
ethtool-5.9/Makefile.in-1599-
ethtool-5.9/Makefile.in-1600-test_cmdline-tg3.obj: tg3.c
ethtool-5.9/Makefile.in:1601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-tg3.obj -MD -MP -MF $(DEPDIR)/test_cmdline-tg3.Tpo -c -o test_cmdline-tg3.obj `if test -f 'tg3.c'; then $(CYGPATH_W) 'tg3.c'; else $(CYGPATH_W) '$(srcdir)/tg3.c'; fi`
ethtool-5.9/Makefile.in-1602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-tg3.Tpo $(DEPDIR)/test_cmdline-tg3.Po
##############################################
ethtool-5.9/Makefile.in-1604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-tg3.obj `if test -f 'tg3.c'; then $(CYGPATH_W) 'tg3.c'; else $(CYGPATH_W) '$(srcdir)/tg3.c'; fi`
ethtool-5.9/Makefile.in-1606-
ethtool-5.9/Makefile.in-1607-test_cmdline-marvell.o: marvell.c
ethtool-5.9/Makefile.in:1608:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-marvell.o -MD -MP -MF $(DEPDIR)/test_cmdline-marvell.Tpo -c -o test_cmdline-marvell.o `test -f 'marvell.c' || echo '$(srcdir)/'`marvell.c
ethtool-5.9/Makefile.in-1609-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-marvell.Tpo $(DEPDIR)/test_cmdline-marvell.Po
##############################################
ethtool-5.9/Makefile.in-1611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1612:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-marvell.o `test -f 'marvell.c' || echo '$(srcdir)/'`marvell.c
ethtool-5.9/Makefile.in-1613-
ethtool-5.9/Makefile.in-1614-test_cmdline-marvell.obj: marvell.c
ethtool-5.9/Makefile.in:1615:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-marvell.obj -MD -MP -MF $(DEPDIR)/test_cmdline-marvell.Tpo -c -o test_cmdline-marvell.obj `if test -f 'marvell.c'; then $(CYGPATH_W) 'marvell.c'; else $(CYGPATH_W) '$(srcdir)/marvell.c'; fi`
ethtool-5.9/Makefile.in-1616-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-marvell.Tpo $(DEPDIR)/test_cmdline-marvell.Po
##############################################
ethtool-5.9/Makefile.in-1618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1619:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-marvell.obj `if test -f 'marvell.c'; then $(CYGPATH_W) 'marvell.c'; else $(CYGPATH_W) '$(srcdir)/marvell.c'; fi`
ethtool-5.9/Makefile.in-1620-
ethtool-5.9/Makefile.in-1621-test_cmdline-vioc.o: vioc.c
ethtool-5.9/Makefile.in:1622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-vioc.o -MD -MP -MF $(DEPDIR)/test_cmdline-vioc.Tpo -c -o test_cmdline-vioc.o `test -f 'vioc.c' || echo '$(srcdir)/'`vioc.c
ethtool-5.9/Makefile.in-1623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-vioc.Tpo $(DEPDIR)/test_cmdline-vioc.Po
##############################################
ethtool-5.9/Makefile.in-1625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-vioc.o `test -f 'vioc.c' || echo '$(srcdir)/'`vioc.c
ethtool-5.9/Makefile.in-1627-
ethtool-5.9/Makefile.in-1628-test_cmdline-vioc.obj: vioc.c
ethtool-5.9/Makefile.in:1629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-vioc.obj -MD -MP -MF $(DEPDIR)/test_cmdline-vioc.Tpo -c -o test_cmdline-vioc.obj `if test -f 'vioc.c'; then $(CYGPATH_W) 'vioc.c'; else $(CYGPATH_W) '$(srcdir)/vioc.c'; fi`
ethtool-5.9/Makefile.in-1630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-vioc.Tpo $(DEPDIR)/test_cmdline-vioc.Po
##############################################
ethtool-5.9/Makefile.in-1632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-vioc.obj `if test -f 'vioc.c'; then $(CYGPATH_W) 'vioc.c'; else $(CYGPATH_W) '$(srcdir)/vioc.c'; fi`
ethtool-5.9/Makefile.in-1634-
ethtool-5.9/Makefile.in-1635-test_cmdline-smsc911x.o: smsc911x.c
ethtool-5.9/Makefile.in:1636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-smsc911x.o -MD -MP -MF $(DEPDIR)/test_cmdline-smsc911x.Tpo -c -o test_cmdline-smsc911x.o `test -f 'smsc911x.c' || echo '$(srcdir)/'`smsc911x.c
ethtool-5.9/Makefile.in-1637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-smsc911x.Tpo $(DEPDIR)/test_cmdline-smsc911x.Po
##############################################
ethtool-5.9/Makefile.in-1639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-smsc911x.o `test -f 'smsc911x.c' || echo '$(srcdir)/'`smsc911x.c
ethtool-5.9/Makefile.in-1641-
ethtool-5.9/Makefile.in-1642-test_cmdline-smsc911x.obj: smsc911x.c
ethtool-5.9/Makefile.in:1643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-smsc911x.obj -MD -MP -MF $(DEPDIR)/test_cmdline-smsc911x.Tpo -c -o test_cmdline-smsc911x.obj `if test -f 'smsc911x.c'; then $(CYGPATH_W) 'smsc911x.c'; else $(CYGPATH_W) '$(srcdir)/smsc911x.c'; fi`
ethtool-5.9/Makefile.in-1644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-smsc911x.Tpo $(DEPDIR)/test_cmdline-smsc911x.Po
##############################################
ethtool-5.9/Makefile.in-1646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-smsc911x.obj `if test -f 'smsc911x.c'; then $(CYGPATH_W) 'smsc911x.c'; else $(CYGPATH_W) '$(srcdir)/smsc911x.c'; fi`
ethtool-5.9/Makefile.in-1648-
ethtool-5.9/Makefile.in-1649-test_cmdline-at76c50x-usb.o: at76c50x-usb.c
ethtool-5.9/Makefile.in:1650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-at76c50x-usb.o -MD -MP -MF $(DEPDIR)/test_cmdline-at76c50x-usb.Tpo -c -o test_cmdline-at76c50x-usb.o `test -f 'at76c50x-usb.c' || echo '$(srcdir)/'`at76c50x-usb.c
ethtool-5.9/Makefile.in-1651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-at76c50x-usb.Tpo $(DEPDIR)/test_cmdline-at76c50x-usb.Po
##############################################
ethtool-5.9/Makefile.in-1653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-at76c50x-usb.o `test -f 'at76c50x-usb.c' || echo '$(srcdir)/'`at76c50x-usb.c
ethtool-5.9/Makefile.in-1655-
ethtool-5.9/Makefile.in-1656-test_cmdline-at76c50x-usb.obj: at76c50x-usb.c
ethtool-5.9/Makefile.in:1657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-at76c50x-usb.obj -MD -MP -MF $(DEPDIR)/test_cmdline-at76c50x-usb.Tpo -c -o test_cmdline-at76c50x-usb.obj `if test -f 'at76c50x-usb.c'; then $(CYGPATH_W) 'at76c50x-usb.c'; else $(CYGPATH_W) '$(srcdir)/at76c50x-usb.c'; fi`
ethtool-5.9/Makefile.in-1658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-at76c50x-usb.Tpo $(DEPDIR)/test_cmdline-at76c50x-usb.Po
##############################################
ethtool-5.9/Makefile.in-1660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-at76c50x-usb.obj `if test -f 'at76c50x-usb.c'; then $(CYGPATH_W) 'at76c50x-usb.c'; else $(CYGPATH_W) '$(srcdir)/at76c50x-usb.c'; fi`
ethtool-5.9/Makefile.in-1662-
ethtool-5.9/Makefile.in-1663-test_cmdline-sfc.o: sfc.c
ethtool-5.9/Makefile.in:1664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sfc.o -MD -MP -MF $(DEPDIR)/test_cmdline-sfc.Tpo -c -o test_cmdline-sfc.o `test -f 'sfc.c' || echo '$(srcdir)/'`sfc.c
ethtool-5.9/Makefile.in-1665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sfc.Tpo $(DEPDIR)/test_cmdline-sfc.Po
##############################################
ethtool-5.9/Makefile.in-1667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sfc.o `test -f 'sfc.c' || echo '$(srcdir)/'`sfc.c
ethtool-5.9/Makefile.in-1669-
ethtool-5.9/Makefile.in-1670-test_cmdline-sfc.obj: sfc.c
ethtool-5.9/Makefile.in:1671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sfc.obj -MD -MP -MF $(DEPDIR)/test_cmdline-sfc.Tpo -c -o test_cmdline-sfc.obj `if test -f 'sfc.c'; then $(CYGPATH_W) 'sfc.c'; else $(CYGPATH_W) '$(srcdir)/sfc.c'; fi`
ethtool-5.9/Makefile.in-1672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sfc.Tpo $(DEPDIR)/test_cmdline-sfc.Po
##############################################
ethtool-5.9/Makefile.in-1674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sfc.obj `if test -f 'sfc.c'; then $(CYGPATH_W) 'sfc.c'; else $(CYGPATH_W) '$(srcdir)/sfc.c'; fi`
ethtool-5.9/Makefile.in-1676-
ethtool-5.9/Makefile.in-1677-test_cmdline-stmmac.o: stmmac.c
ethtool-5.9/Makefile.in:1678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-stmmac.o -MD -MP -MF $(DEPDIR)/test_cmdline-stmmac.Tpo -c -o test_cmdline-stmmac.o `test -f 'stmmac.c' || echo '$(srcdir)/'`stmmac.c
ethtool-5.9/Makefile.in-1679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-stmmac.Tpo $(DEPDIR)/test_cmdline-stmmac.Po
##############################################
ethtool-5.9/Makefile.in-1681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-stmmac.o `test -f 'stmmac.c' || echo '$(srcdir)/'`stmmac.c
ethtool-5.9/Makefile.in-1683-
ethtool-5.9/Makefile.in-1684-test_cmdline-stmmac.obj: stmmac.c
ethtool-5.9/Makefile.in:1685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-stmmac.obj -MD -MP -MF $(DEPDIR)/test_cmdline-stmmac.Tpo -c -o test_cmdline-stmmac.obj `if test -f 'stmmac.c'; then $(CYGPATH_W) 'stmmac.c'; else $(CYGPATH_W) '$(srcdir)/stmmac.c'; fi`
ethtool-5.9/Makefile.in-1686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-stmmac.Tpo $(DEPDIR)/test_cmdline-stmmac.Po
##############################################
ethtool-5.9/Makefile.in-1688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-stmmac.obj `if test -f 'stmmac.c'; then $(CYGPATH_W) 'stmmac.c'; else $(CYGPATH_W) '$(srcdir)/stmmac.c'; fi`
ethtool-5.9/Makefile.in-1690-
ethtool-5.9/Makefile.in-1691-test_cmdline-sff-common.o: sff-common.c
ethtool-5.9/Makefile.in:1692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sff-common.o -MD -MP -MF $(DEPDIR)/test_cmdline-sff-common.Tpo -c -o test_cmdline-sff-common.o `test -f 'sff-common.c' || echo '$(srcdir)/'`sff-common.c
ethtool-5.9/Makefile.in-1693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sff-common.Tpo $(DEPDIR)/test_cmdline-sff-common.Po
##############################################
ethtool-5.9/Makefile.in-1695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sff-common.o `test -f 'sff-common.c' || echo '$(srcdir)/'`sff-common.c
ethtool-5.9/Makefile.in-1697-
ethtool-5.9/Makefile.in-1698-test_cmdline-sff-common.obj: sff-common.c
ethtool-5.9/Makefile.in:1699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sff-common.obj -MD -MP -MF $(DEPDIR)/test_cmdline-sff-common.Tpo -c -o test_cmdline-sff-common.obj `if test -f 'sff-common.c'; then $(CYGPATH_W) 'sff-common.c'; else $(CYGPATH_W) '$(srcdir)/sff-common.c'; fi`
ethtool-5.9/Makefile.in-1700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sff-common.Tpo $(DEPDIR)/test_cmdline-sff-common.Po
##############################################
ethtool-5.9/Makefile.in-1702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sff-common.obj `if test -f 'sff-common.c'; then $(CYGPATH_W) 'sff-common.c'; else $(CYGPATH_W) '$(srcdir)/sff-common.c'; fi`
ethtool-5.9/Makefile.in-1704-
ethtool-5.9/Makefile.in-1705-test_cmdline-sfpid.o: sfpid.c
ethtool-5.9/Makefile.in:1706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sfpid.o -MD -MP -MF $(DEPDIR)/test_cmdline-sfpid.Tpo -c -o test_cmdline-sfpid.o `test -f 'sfpid.c' || echo '$(srcdir)/'`sfpid.c
ethtool-5.9/Makefile.in-1707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sfpid.Tpo $(DEPDIR)/test_cmdline-sfpid.Po
##############################################
ethtool-5.9/Makefile.in-1709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sfpid.o `test -f 'sfpid.c' || echo '$(srcdir)/'`sfpid.c
ethtool-5.9/Makefile.in-1711-
ethtool-5.9/Makefile.in-1712-test_cmdline-sfpid.obj: sfpid.c
ethtool-5.9/Makefile.in:1713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sfpid.obj -MD -MP -MF $(DEPDIR)/test_cmdline-sfpid.Tpo -c -o test_cmdline-sfpid.obj `if test -f 'sfpid.c'; then $(CYGPATH_W) 'sfpid.c'; else $(CYGPATH_W) '$(srcdir)/sfpid.c'; fi`
ethtool-5.9/Makefile.in-1714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sfpid.Tpo $(DEPDIR)/test_cmdline-sfpid.Po
##############################################
ethtool-5.9/Makefile.in-1716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sfpid.obj `if test -f 'sfpid.c'; then $(CYGPATH_W) 'sfpid.c'; else $(CYGPATH_W) '$(srcdir)/sfpid.c'; fi`
ethtool-5.9/Makefile.in-1718-
ethtool-5.9/Makefile.in-1719-test_cmdline-sfpdiag.o: sfpdiag.c
ethtool-5.9/Makefile.in:1720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sfpdiag.o -MD -MP -MF $(DEPDIR)/test_cmdline-sfpdiag.Tpo -c -o test_cmdline-sfpdiag.o `test -f 'sfpdiag.c' || echo '$(srcdir)/'`sfpdiag.c
ethtool-5.9/Makefile.in-1721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sfpdiag.Tpo $(DEPDIR)/test_cmdline-sfpdiag.Po
##############################################
ethtool-5.9/Makefile.in-1723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sfpdiag.o `test -f 'sfpdiag.c' || echo '$(srcdir)/'`sfpdiag.c
ethtool-5.9/Makefile.in-1725-
ethtool-5.9/Makefile.in-1726-test_cmdline-sfpdiag.obj: sfpdiag.c
ethtool-5.9/Makefile.in:1727:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-sfpdiag.obj -MD -MP -MF $(DEPDIR)/test_cmdline-sfpdiag.Tpo -c -o test_cmdline-sfpdiag.obj `if test -f 'sfpdiag.c'; then $(CYGPATH_W) 'sfpdiag.c'; else $(CYGPATH_W) '$(srcdir)/sfpdiag.c'; fi`
ethtool-5.9/Makefile.in-1728-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-sfpdiag.Tpo $(DEPDIR)/test_cmdline-sfpdiag.Po
##############################################
ethtool-5.9/Makefile.in-1730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1731:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-sfpdiag.obj `if test -f 'sfpdiag.c'; then $(CYGPATH_W) 'sfpdiag.c'; else $(CYGPATH_W) '$(srcdir)/sfpdiag.c'; fi`
ethtool-5.9/Makefile.in-1732-
ethtool-5.9/Makefile.in-1733-test_cmdline-ixgbevf.o: ixgbevf.c
ethtool-5.9/Makefile.in:1734:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ixgbevf.o -MD -MP -MF $(DEPDIR)/test_cmdline-ixgbevf.Tpo -c -o test_cmdline-ixgbevf.o `test -f 'ixgbevf.c' || echo '$(srcdir)/'`ixgbevf.c
ethtool-5.9/Makefile.in-1735-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ixgbevf.Tpo $(DEPDIR)/test_cmdline-ixgbevf.Po
##############################################
ethtool-5.9/Makefile.in-1737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1738:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ixgbevf.o `test -f 'ixgbevf.c' || echo '$(srcdir)/'`ixgbevf.c
ethtool-5.9/Makefile.in-1739-
ethtool-5.9/Makefile.in-1740-test_cmdline-ixgbevf.obj: ixgbevf.c
ethtool-5.9/Makefile.in:1741:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-ixgbevf.obj -MD -MP -MF $(DEPDIR)/test_cmdline-ixgbevf.Tpo -c -o test_cmdline-ixgbevf.obj `if test -f 'ixgbevf.c'; then $(CYGPATH_W) 'ixgbevf.c'; else $(CYGPATH_W) '$(srcdir)/ixgbevf.c'; fi`
ethtool-5.9/Makefile.in-1742-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-ixgbevf.Tpo $(DEPDIR)/test_cmdline-ixgbevf.Po
##############################################
ethtool-5.9/Makefile.in-1744-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1745:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-ixgbevf.obj `if test -f 'ixgbevf.c'; then $(CYGPATH_W) 'ixgbevf.c'; else $(CYGPATH_W) '$(srcdir)/ixgbevf.c'; fi`
ethtool-5.9/Makefile.in-1746-
ethtool-5.9/Makefile.in-1747-test_cmdline-tse.o: tse.c
ethtool-5.9/Makefile.in:1748:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-tse.o -MD -MP -MF $(DEPDIR)/test_cmdline-tse.Tpo -c -o test_cmdline-tse.o `test -f 'tse.c' || echo '$(srcdir)/'`tse.c
ethtool-5.9/Makefile.in-1749-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-tse.Tpo $(DEPDIR)/test_cmdline-tse.Po
##############################################
ethtool-5.9/Makefile.in-1751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1752:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-tse.o `test -f 'tse.c' || echo '$(srcdir)/'`tse.c
ethtool-5.9/Makefile.in-1753-
ethtool-5.9/Makefile.in-1754-test_cmdline-tse.obj: tse.c
ethtool-5.9/Makefile.in:1755:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-tse.obj -MD -MP -MF $(DEPDIR)/test_cmdline-tse.Tpo -c -o test_cmdline-tse.obj `if test -f 'tse.c'; then $(CYGPATH_W) 'tse.c'; else $(CYGPATH_W) '$(srcdir)/tse.c'; fi`
ethtool-5.9/Makefile.in-1756-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-tse.Tpo $(DEPDIR)/test_cmdline-tse.Po
##############################################
ethtool-5.9/Makefile.in-1758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1759:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-tse.obj `if test -f 'tse.c'; then $(CYGPATH_W) 'tse.c'; else $(CYGPATH_W) '$(srcdir)/tse.c'; fi`
ethtool-5.9/Makefile.in-1760-
ethtool-5.9/Makefile.in-1761-test_cmdline-vmxnet3.o: vmxnet3.c
ethtool-5.9/Makefile.in:1762:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-vmxnet3.o -MD -MP -MF $(DEPDIR)/test_cmdline-vmxnet3.Tpo -c -o test_cmdline-vmxnet3.o `test -f 'vmxnet3.c' || echo '$(srcdir)/'`vmxnet3.c
ethtool-5.9/Makefile.in-1763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-vmxnet3.Tpo $(DEPDIR)/test_cmdline-vmxnet3.Po
##############################################
ethtool-5.9/Makefile.in-1765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1766:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-vmxnet3.o `test -f 'vmxnet3.c' || echo '$(srcdir)/'`vmxnet3.c
ethtool-5.9/Makefile.in-1767-
ethtool-5.9/Makefile.in-1768-test_cmdline-vmxnet3.obj: vmxnet3.c
ethtool-5.9/Makefile.in:1769:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-vmxnet3.obj -MD -MP -MF $(DEPDIR)/test_cmdline-vmxnet3.Tpo -c -o test_cmdline-vmxnet3.obj `if test -f 'vmxnet3.c'; then $(CYGPATH_W) 'vmxnet3.c'; else $(CYGPATH_W) '$(srcdir)/vmxnet3.c'; fi`
ethtool-5.9/Makefile.in-1770-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-vmxnet3.Tpo $(DEPDIR)/test_cmdline-vmxnet3.Po
##############################################
ethtool-5.9/Makefile.in-1772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1773:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-vmxnet3.obj `if test -f 'vmxnet3.c'; then $(CYGPATH_W) 'vmxnet3.c'; else $(CYGPATH_W) '$(srcdir)/vmxnet3.c'; fi`
ethtool-5.9/Makefile.in-1774-
ethtool-5.9/Makefile.in-1775-test_cmdline-qsfp.o: qsfp.c
ethtool-5.9/Makefile.in:1776:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-qsfp.o -MD -MP -MF $(DEPDIR)/test_cmdline-qsfp.Tpo -c -o test_cmdline-qsfp.o `test -f 'qsfp.c' || echo '$(srcdir)/'`qsfp.c
ethtool-5.9/Makefile.in-1777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-qsfp.Tpo $(DEPDIR)/test_cmdline-qsfp.Po
##############################################
ethtool-5.9/Makefile.in-1779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-qsfp.o `test -f 'qsfp.c' || echo '$(srcdir)/'`qsfp.c
ethtool-5.9/Makefile.in-1781-
ethtool-5.9/Makefile.in-1782-test_cmdline-qsfp.obj: qsfp.c
ethtool-5.9/Makefile.in:1783:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-qsfp.obj -MD -MP -MF $(DEPDIR)/test_cmdline-qsfp.Tpo -c -o test_cmdline-qsfp.obj `if test -f 'qsfp.c'; then $(CYGPATH_W) 'qsfp.c'; else $(CYGPATH_W) '$(srcdir)/qsfp.c'; fi`
ethtool-5.9/Makefile.in-1784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-qsfp.Tpo $(DEPDIR)/test_cmdline-qsfp.Po
##############################################
ethtool-5.9/Makefile.in-1786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1787:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-qsfp.obj `if test -f 'qsfp.c'; then $(CYGPATH_W) 'qsfp.c'; else $(CYGPATH_W) '$(srcdir)/qsfp.c'; fi`
ethtool-5.9/Makefile.in-1788-
ethtool-5.9/Makefile.in-1789-test_cmdline-fjes.o: fjes.c
ethtool-5.9/Makefile.in:1790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-fjes.o -MD -MP -MF $(DEPDIR)/test_cmdline-fjes.Tpo -c -o test_cmdline-fjes.o `test -f 'fjes.c' || echo '$(srcdir)/'`fjes.c
ethtool-5.9/Makefile.in-1791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-fjes.Tpo $(DEPDIR)/test_cmdline-fjes.Po
##############################################
ethtool-5.9/Makefile.in-1793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-fjes.o `test -f 'fjes.c' || echo '$(srcdir)/'`fjes.c
ethtool-5.9/Makefile.in-1795-
ethtool-5.9/Makefile.in-1796-test_cmdline-fjes.obj: fjes.c
ethtool-5.9/Makefile.in:1797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-fjes.obj -MD -MP -MF $(DEPDIR)/test_cmdline-fjes.Tpo -c -o test_cmdline-fjes.obj `if test -f 'fjes.c'; then $(CYGPATH_W) 'fjes.c'; else $(CYGPATH_W) '$(srcdir)/fjes.c'; fi`
ethtool-5.9/Makefile.in-1798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-fjes.Tpo $(DEPDIR)/test_cmdline-fjes.Po
##############################################
ethtool-5.9/Makefile.in-1800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-fjes.obj `if test -f 'fjes.c'; then $(CYGPATH_W) 'fjes.c'; else $(CYGPATH_W) '$(srcdir)/fjes.c'; fi`
ethtool-5.9/Makefile.in-1802-
ethtool-5.9/Makefile.in-1803-test_cmdline-lan78xx.o: lan78xx.c
ethtool-5.9/Makefile.in:1804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-lan78xx.o -MD -MP -MF $(DEPDIR)/test_cmdline-lan78xx.Tpo -c -o test_cmdline-lan78xx.o `test -f 'lan78xx.c' || echo '$(srcdir)/'`lan78xx.c
ethtool-5.9/Makefile.in-1805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-lan78xx.Tpo $(DEPDIR)/test_cmdline-lan78xx.Po
##############################################
ethtool-5.9/Makefile.in-1807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-lan78xx.o `test -f 'lan78xx.c' || echo '$(srcdir)/'`lan78xx.c
ethtool-5.9/Makefile.in-1809-
ethtool-5.9/Makefile.in-1810-test_cmdline-lan78xx.obj: lan78xx.c
ethtool-5.9/Makefile.in:1811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-lan78xx.obj -MD -MP -MF $(DEPDIR)/test_cmdline-lan78xx.Tpo -c -o test_cmdline-lan78xx.obj `if test -f 'lan78xx.c'; then $(CYGPATH_W) 'lan78xx.c'; else $(CYGPATH_W) '$(srcdir)/lan78xx.c'; fi`
ethtool-5.9/Makefile.in-1812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-lan78xx.Tpo $(DEPDIR)/test_cmdline-lan78xx.Po
##############################################
ethtool-5.9/Makefile.in-1814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-lan78xx.obj `if test -f 'lan78xx.c'; then $(CYGPATH_W) 'lan78xx.c'; else $(CYGPATH_W) '$(srcdir)/lan78xx.c'; fi`
ethtool-5.9/Makefile.in-1816-
ethtool-5.9/Makefile.in-1817-test_cmdline-igc.o: igc.c
ethtool-5.9/Makefile.in:1818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-igc.o -MD -MP -MF $(DEPDIR)/test_cmdline-igc.Tpo -c -o test_cmdline-igc.o `test -f 'igc.c' || echo '$(srcdir)/'`igc.c
ethtool-5.9/Makefile.in-1819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-igc.Tpo $(DEPDIR)/test_cmdline-igc.Po
##############################################
ethtool-5.9/Makefile.in-1821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-igc.o `test -f 'igc.c' || echo '$(srcdir)/'`igc.c
ethtool-5.9/Makefile.in-1823-
ethtool-5.9/Makefile.in-1824-test_cmdline-igc.obj: igc.c
ethtool-5.9/Makefile.in:1825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-igc.obj -MD -MP -MF $(DEPDIR)/test_cmdline-igc.Tpo -c -o test_cmdline-igc.obj `if test -f 'igc.c'; then $(CYGPATH_W) 'igc.c'; else $(CYGPATH_W) '$(srcdir)/igc.c'; fi`
ethtool-5.9/Makefile.in-1826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-igc.Tpo $(DEPDIR)/test_cmdline-igc.Po
##############################################
ethtool-5.9/Makefile.in-1828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-igc.obj `if test -f 'igc.c'; then $(CYGPATH_W) 'igc.c'; else $(CYGPATH_W) '$(srcdir)/igc.c'; fi`
ethtool-5.9/Makefile.in-1830-
ethtool-5.9/Makefile.in-1831-test_cmdline-qsfp-dd.o: qsfp-dd.c
ethtool-5.9/Makefile.in:1832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-qsfp-dd.o -MD -MP -MF $(DEPDIR)/test_cmdline-qsfp-dd.Tpo -c -o test_cmdline-qsfp-dd.o `test -f 'qsfp-dd.c' || echo '$(srcdir)/'`qsfp-dd.c
ethtool-5.9/Makefile.in-1833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-qsfp-dd.Tpo $(DEPDIR)/test_cmdline-qsfp-dd.Po
##############################################
ethtool-5.9/Makefile.in-1835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-qsfp-dd.o `test -f 'qsfp-dd.c' || echo '$(srcdir)/'`qsfp-dd.c
ethtool-5.9/Makefile.in-1837-
ethtool-5.9/Makefile.in-1838-test_cmdline-qsfp-dd.obj: qsfp-dd.c
ethtool-5.9/Makefile.in:1839:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-qsfp-dd.obj -MD -MP -MF $(DEPDIR)/test_cmdline-qsfp-dd.Tpo -c -o test_cmdline-qsfp-dd.obj `if test -f 'qsfp-dd.c'; then $(CYGPATH_W) 'qsfp-dd.c'; else $(CYGPATH_W) '$(srcdir)/qsfp-dd.c'; fi`
ethtool-5.9/Makefile.in-1840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-qsfp-dd.Tpo $(DEPDIR)/test_cmdline-qsfp-dd.Po
##############################################
ethtool-5.9/Makefile.in-1842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1843:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-qsfp-dd.obj `if test -f 'qsfp-dd.c'; then $(CYGPATH_W) 'qsfp-dd.c'; else $(CYGPATH_W) '$(srcdir)/qsfp-dd.c'; fi`
ethtool-5.9/Makefile.in-1844-
ethtool-5.9/Makefile.in-1845-test_cmdline-bnxt.o: bnxt.c
ethtool-5.9/Makefile.in:1846:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-bnxt.o -MD -MP -MF $(DEPDIR)/test_cmdline-bnxt.Tpo -c -o test_cmdline-bnxt.o `test -f 'bnxt.c' || echo '$(srcdir)/'`bnxt.c
ethtool-5.9/Makefile.in-1847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-bnxt.Tpo $(DEPDIR)/test_cmdline-bnxt.Po
##############################################
ethtool-5.9/Makefile.in-1849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1850:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-bnxt.o `test -f 'bnxt.c' || echo '$(srcdir)/'`bnxt.c
ethtool-5.9/Makefile.in-1851-
ethtool-5.9/Makefile.in-1852-test_cmdline-bnxt.obj: bnxt.c
ethtool-5.9/Makefile.in:1853:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT test_cmdline-bnxt.obj -MD -MP -MF $(DEPDIR)/test_cmdline-bnxt.Tpo -c -o test_cmdline-bnxt.obj `if test -f 'bnxt.c'; then $(CYGPATH_W) 'bnxt.c'; else $(CYGPATH_W) '$(srcdir)/bnxt.c'; fi`
ethtool-5.9/Makefile.in-1854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_cmdline-bnxt.Tpo $(DEPDIR)/test_cmdline-bnxt.Po
##############################################
ethtool-5.9/Makefile.in-1856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1857:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o test_cmdline-bnxt.obj `if test -f 'bnxt.c'; then $(CYGPATH_W) 'bnxt.c'; else $(CYGPATH_W) '$(srcdir)/bnxt.c'; fi`
ethtool-5.9/Makefile.in-1858-
ethtool-5.9/Makefile.in-1859-netlink/test_cmdline-netlink.o: netlink/netlink.c
ethtool-5.9/Makefile.in:1860:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-netlink.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-netlink.Tpo -c -o netlink/test_cmdline-netlink.o `test -f 'netlink/netlink.c' || echo '$(srcdir)/'`netlink/netlink.c
ethtool-5.9/Makefile.in-1861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-netlink.Tpo netlink/$(DEPDIR)/test_cmdline-netlink.Po
##############################################
ethtool-5.9/Makefile.in-1863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1864:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-netlink.o `test -f 'netlink/netlink.c' || echo '$(srcdir)/'`netlink/netlink.c
ethtool-5.9/Makefile.in-1865-
ethtool-5.9/Makefile.in-1866-netlink/test_cmdline-netlink.obj: netlink/netlink.c
ethtool-5.9/Makefile.in:1867:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-netlink.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-netlink.Tpo -c -o netlink/test_cmdline-netlink.obj `if test -f 'netlink/netlink.c'; then $(CYGPATH_W) 'netlink/netlink.c'; else $(CYGPATH_W) '$(srcdir)/netlink/netlink.c'; fi`
ethtool-5.9/Makefile.in-1868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-netlink.Tpo netlink/$(DEPDIR)/test_cmdline-netlink.Po
##############################################
ethtool-5.9/Makefile.in-1870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1871:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-netlink.obj `if test -f 'netlink/netlink.c'; then $(CYGPATH_W) 'netlink/netlink.c'; else $(CYGPATH_W) '$(srcdir)/netlink/netlink.c'; fi`
ethtool-5.9/Makefile.in-1872-
ethtool-5.9/Makefile.in-1873-netlink/test_cmdline-msgbuff.o: netlink/msgbuff.c
ethtool-5.9/Makefile.in:1874:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-msgbuff.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-msgbuff.Tpo -c -o netlink/test_cmdline-msgbuff.o `test -f 'netlink/msgbuff.c' || echo '$(srcdir)/'`netlink/msgbuff.c
ethtool-5.9/Makefile.in-1875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-msgbuff.Tpo netlink/$(DEPDIR)/test_cmdline-msgbuff.Po
##############################################
ethtool-5.9/Makefile.in-1877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1878:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-msgbuff.o `test -f 'netlink/msgbuff.c' || echo '$(srcdir)/'`netlink/msgbuff.c
ethtool-5.9/Makefile.in-1879-
ethtool-5.9/Makefile.in-1880-netlink/test_cmdline-msgbuff.obj: netlink/msgbuff.c
ethtool-5.9/Makefile.in:1881:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-msgbuff.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-msgbuff.Tpo -c -o netlink/test_cmdline-msgbuff.obj `if test -f 'netlink/msgbuff.c'; then $(CYGPATH_W) 'netlink/msgbuff.c'; else $(CYGPATH_W) '$(srcdir)/netlink/msgbuff.c'; fi`
ethtool-5.9/Makefile.in-1882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-msgbuff.Tpo netlink/$(DEPDIR)/test_cmdline-msgbuff.Po
##############################################
ethtool-5.9/Makefile.in-1884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1885:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-msgbuff.obj `if test -f 'netlink/msgbuff.c'; then $(CYGPATH_W) 'netlink/msgbuff.c'; else $(CYGPATH_W) '$(srcdir)/netlink/msgbuff.c'; fi`
ethtool-5.9/Makefile.in-1886-
ethtool-5.9/Makefile.in-1887-netlink/test_cmdline-nlsock.o: netlink/nlsock.c
ethtool-5.9/Makefile.in:1888:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-nlsock.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-nlsock.Tpo -c -o netlink/test_cmdline-nlsock.o `test -f 'netlink/nlsock.c' || echo '$(srcdir)/'`netlink/nlsock.c
ethtool-5.9/Makefile.in-1889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-nlsock.Tpo netlink/$(DEPDIR)/test_cmdline-nlsock.Po
##############################################
ethtool-5.9/Makefile.in-1891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1892:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-nlsock.o `test -f 'netlink/nlsock.c' || echo '$(srcdir)/'`netlink/nlsock.c
ethtool-5.9/Makefile.in-1893-
ethtool-5.9/Makefile.in-1894-netlink/test_cmdline-nlsock.obj: netlink/nlsock.c
ethtool-5.9/Makefile.in:1895:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-nlsock.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-nlsock.Tpo -c -o netlink/test_cmdline-nlsock.obj `if test -f 'netlink/nlsock.c'; then $(CYGPATH_W) 'netlink/nlsock.c'; else $(CYGPATH_W) '$(srcdir)/netlink/nlsock.c'; fi`
ethtool-5.9/Makefile.in-1896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-nlsock.Tpo netlink/$(DEPDIR)/test_cmdline-nlsock.Po
##############################################
ethtool-5.9/Makefile.in-1898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1899:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-nlsock.obj `if test -f 'netlink/nlsock.c'; then $(CYGPATH_W) 'netlink/nlsock.c'; else $(CYGPATH_W) '$(srcdir)/netlink/nlsock.c'; fi`
ethtool-5.9/Makefile.in-1900-
ethtool-5.9/Makefile.in-1901-netlink/test_cmdline-strset.o: netlink/strset.c
ethtool-5.9/Makefile.in:1902:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-strset.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-strset.Tpo -c -o netlink/test_cmdline-strset.o `test -f 'netlink/strset.c' || echo '$(srcdir)/'`netlink/strset.c
ethtool-5.9/Makefile.in-1903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-strset.Tpo netlink/$(DEPDIR)/test_cmdline-strset.Po
##############################################
ethtool-5.9/Makefile.in-1905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1906:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-strset.o `test -f 'netlink/strset.c' || echo '$(srcdir)/'`netlink/strset.c
ethtool-5.9/Makefile.in-1907-
ethtool-5.9/Makefile.in-1908-netlink/test_cmdline-strset.obj: netlink/strset.c
ethtool-5.9/Makefile.in:1909:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-strset.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-strset.Tpo -c -o netlink/test_cmdline-strset.obj `if test -f 'netlink/strset.c'; then $(CYGPATH_W) 'netlink/strset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/strset.c'; fi`
ethtool-5.9/Makefile.in-1910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-strset.Tpo netlink/$(DEPDIR)/test_cmdline-strset.Po
##############################################
ethtool-5.9/Makefile.in-1912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1913:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-strset.obj `if test -f 'netlink/strset.c'; then $(CYGPATH_W) 'netlink/strset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/strset.c'; fi`
ethtool-5.9/Makefile.in-1914-
ethtool-5.9/Makefile.in-1915-netlink/test_cmdline-monitor.o: netlink/monitor.c
ethtool-5.9/Makefile.in:1916:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-monitor.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-monitor.Tpo -c -o netlink/test_cmdline-monitor.o `test -f 'netlink/monitor.c' || echo '$(srcdir)/'`netlink/monitor.c
ethtool-5.9/Makefile.in-1917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-monitor.Tpo netlink/$(DEPDIR)/test_cmdline-monitor.Po
##############################################
ethtool-5.9/Makefile.in-1919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1920:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-monitor.o `test -f 'netlink/monitor.c' || echo '$(srcdir)/'`netlink/monitor.c
ethtool-5.9/Makefile.in-1921-
ethtool-5.9/Makefile.in-1922-netlink/test_cmdline-monitor.obj: netlink/monitor.c
ethtool-5.9/Makefile.in:1923:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-monitor.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-monitor.Tpo -c -o netlink/test_cmdline-monitor.obj `if test -f 'netlink/monitor.c'; then $(CYGPATH_W) 'netlink/monitor.c'; else $(CYGPATH_W) '$(srcdir)/netlink/monitor.c'; fi`
ethtool-5.9/Makefile.in-1924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-monitor.Tpo netlink/$(DEPDIR)/test_cmdline-monitor.Po
##############################################
ethtool-5.9/Makefile.in-1926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1927:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-monitor.obj `if test -f 'netlink/monitor.c'; then $(CYGPATH_W) 'netlink/monitor.c'; else $(CYGPATH_W) '$(srcdir)/netlink/monitor.c'; fi`
ethtool-5.9/Makefile.in-1928-
ethtool-5.9/Makefile.in-1929-netlink/test_cmdline-bitset.o: netlink/bitset.c
ethtool-5.9/Makefile.in:1930:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-bitset.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-bitset.Tpo -c -o netlink/test_cmdline-bitset.o `test -f 'netlink/bitset.c' || echo '$(srcdir)/'`netlink/bitset.c
ethtool-5.9/Makefile.in-1931-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-bitset.Tpo netlink/$(DEPDIR)/test_cmdline-bitset.Po
##############################################
ethtool-5.9/Makefile.in-1933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1934:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-bitset.o `test -f 'netlink/bitset.c' || echo '$(srcdir)/'`netlink/bitset.c
ethtool-5.9/Makefile.in-1935-
ethtool-5.9/Makefile.in-1936-netlink/test_cmdline-bitset.obj: netlink/bitset.c
ethtool-5.9/Makefile.in:1937:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-bitset.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-bitset.Tpo -c -o netlink/test_cmdline-bitset.obj `if test -f 'netlink/bitset.c'; then $(CYGPATH_W) 'netlink/bitset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/bitset.c'; fi`
ethtool-5.9/Makefile.in-1938-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-bitset.Tpo netlink/$(DEPDIR)/test_cmdline-bitset.Po
##############################################
ethtool-5.9/Makefile.in-1940-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1941:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-bitset.obj `if test -f 'netlink/bitset.c'; then $(CYGPATH_W) 'netlink/bitset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/bitset.c'; fi`
ethtool-5.9/Makefile.in-1942-
ethtool-5.9/Makefile.in-1943-netlink/test_cmdline-settings.o: netlink/settings.c
ethtool-5.9/Makefile.in:1944:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-settings.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-settings.Tpo -c -o netlink/test_cmdline-settings.o `test -f 'netlink/settings.c' || echo '$(srcdir)/'`netlink/settings.c
ethtool-5.9/Makefile.in-1945-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-settings.Tpo netlink/$(DEPDIR)/test_cmdline-settings.Po
##############################################
ethtool-5.9/Makefile.in-1947-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1948:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-settings.o `test -f 'netlink/settings.c' || echo '$(srcdir)/'`netlink/settings.c
ethtool-5.9/Makefile.in-1949-
ethtool-5.9/Makefile.in-1950-netlink/test_cmdline-settings.obj: netlink/settings.c
ethtool-5.9/Makefile.in:1951:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-settings.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-settings.Tpo -c -o netlink/test_cmdline-settings.obj `if test -f 'netlink/settings.c'; then $(CYGPATH_W) 'netlink/settings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/settings.c'; fi`
ethtool-5.9/Makefile.in-1952-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-settings.Tpo netlink/$(DEPDIR)/test_cmdline-settings.Po
##############################################
ethtool-5.9/Makefile.in-1954-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1955:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-settings.obj `if test -f 'netlink/settings.c'; then $(CYGPATH_W) 'netlink/settings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/settings.c'; fi`
ethtool-5.9/Makefile.in-1956-
ethtool-5.9/Makefile.in-1957-netlink/test_cmdline-parser.o: netlink/parser.c
ethtool-5.9/Makefile.in:1958:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-parser.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-parser.Tpo -c -o netlink/test_cmdline-parser.o `test -f 'netlink/parser.c' || echo '$(srcdir)/'`netlink/parser.c
ethtool-5.9/Makefile.in-1959-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-parser.Tpo netlink/$(DEPDIR)/test_cmdline-parser.Po
##############################################
ethtool-5.9/Makefile.in-1961-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1962:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-parser.o `test -f 'netlink/parser.c' || echo '$(srcdir)/'`netlink/parser.c
ethtool-5.9/Makefile.in-1963-
ethtool-5.9/Makefile.in-1964-netlink/test_cmdline-parser.obj: netlink/parser.c
ethtool-5.9/Makefile.in:1965:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-parser.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-parser.Tpo -c -o netlink/test_cmdline-parser.obj `if test -f 'netlink/parser.c'; then $(CYGPATH_W) 'netlink/parser.c'; else $(CYGPATH_W) '$(srcdir)/netlink/parser.c'; fi`
ethtool-5.9/Makefile.in-1966-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-parser.Tpo netlink/$(DEPDIR)/test_cmdline-parser.Po
##############################################
ethtool-5.9/Makefile.in-1968-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1969:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-parser.obj `if test -f 'netlink/parser.c'; then $(CYGPATH_W) 'netlink/parser.c'; else $(CYGPATH_W) '$(srcdir)/netlink/parser.c'; fi`
ethtool-5.9/Makefile.in-1970-
ethtool-5.9/Makefile.in-1971-netlink/test_cmdline-permaddr.o: netlink/permaddr.c
ethtool-5.9/Makefile.in:1972:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-permaddr.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-permaddr.Tpo -c -o netlink/test_cmdline-permaddr.o `test -f 'netlink/permaddr.c' || echo '$(srcdir)/'`netlink/permaddr.c
ethtool-5.9/Makefile.in-1973-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-permaddr.Tpo netlink/$(DEPDIR)/test_cmdline-permaddr.Po
##############################################
ethtool-5.9/Makefile.in-1975-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1976:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-permaddr.o `test -f 'netlink/permaddr.c' || echo '$(srcdir)/'`netlink/permaddr.c
ethtool-5.9/Makefile.in-1977-
ethtool-5.9/Makefile.in-1978-netlink/test_cmdline-permaddr.obj: netlink/permaddr.c
ethtool-5.9/Makefile.in:1979:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-permaddr.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-permaddr.Tpo -c -o netlink/test_cmdline-permaddr.obj `if test -f 'netlink/permaddr.c'; then $(CYGPATH_W) 'netlink/permaddr.c'; else $(CYGPATH_W) '$(srcdir)/netlink/permaddr.c'; fi`
ethtool-5.9/Makefile.in-1980-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-permaddr.Tpo netlink/$(DEPDIR)/test_cmdline-permaddr.Po
##############################################
ethtool-5.9/Makefile.in-1982-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1983:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-permaddr.obj `if test -f 'netlink/permaddr.c'; then $(CYGPATH_W) 'netlink/permaddr.c'; else $(CYGPATH_W) '$(srcdir)/netlink/permaddr.c'; fi`
ethtool-5.9/Makefile.in-1984-
ethtool-5.9/Makefile.in-1985-netlink/test_cmdline-prettymsg.o: netlink/prettymsg.c
ethtool-5.9/Makefile.in:1986:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-prettymsg.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-prettymsg.Tpo -c -o netlink/test_cmdline-prettymsg.o `test -f 'netlink/prettymsg.c' || echo '$(srcdir)/'`netlink/prettymsg.c
ethtool-5.9/Makefile.in-1987-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-prettymsg.Tpo netlink/$(DEPDIR)/test_cmdline-prettymsg.Po
##############################################
ethtool-5.9/Makefile.in-1989-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1990:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-prettymsg.o `test -f 'netlink/prettymsg.c' || echo '$(srcdir)/'`netlink/prettymsg.c
ethtool-5.9/Makefile.in-1991-
ethtool-5.9/Makefile.in-1992-netlink/test_cmdline-prettymsg.obj: netlink/prettymsg.c
ethtool-5.9/Makefile.in:1993:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-prettymsg.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-prettymsg.Tpo -c -o netlink/test_cmdline-prettymsg.obj `if test -f 'netlink/prettymsg.c'; then $(CYGPATH_W) 'netlink/prettymsg.c'; else $(CYGPATH_W) '$(srcdir)/netlink/prettymsg.c'; fi`
ethtool-5.9/Makefile.in-1994-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-prettymsg.Tpo netlink/$(DEPDIR)/test_cmdline-prettymsg.Po
##############################################
ethtool-5.9/Makefile.in-1996-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:1997:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-prettymsg.obj `if test -f 'netlink/prettymsg.c'; then $(CYGPATH_W) 'netlink/prettymsg.c'; else $(CYGPATH_W) '$(srcdir)/netlink/prettymsg.c'; fi`
ethtool-5.9/Makefile.in-1998-
ethtool-5.9/Makefile.in-1999-netlink/test_cmdline-features.o: netlink/features.c
ethtool-5.9/Makefile.in:2000:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-features.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-features.Tpo -c -o netlink/test_cmdline-features.o `test -f 'netlink/features.c' || echo '$(srcdir)/'`netlink/features.c
ethtool-5.9/Makefile.in-2001-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-features.Tpo netlink/$(DEPDIR)/test_cmdline-features.Po
##############################################
ethtool-5.9/Makefile.in-2003-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2004:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-features.o `test -f 'netlink/features.c' || echo '$(srcdir)/'`netlink/features.c
ethtool-5.9/Makefile.in-2005-
ethtool-5.9/Makefile.in-2006-netlink/test_cmdline-features.obj: netlink/features.c
ethtool-5.9/Makefile.in:2007:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-features.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-features.Tpo -c -o netlink/test_cmdline-features.obj `if test -f 'netlink/features.c'; then $(CYGPATH_W) 'netlink/features.c'; else $(CYGPATH_W) '$(srcdir)/netlink/features.c'; fi`
ethtool-5.9/Makefile.in-2008-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-features.Tpo netlink/$(DEPDIR)/test_cmdline-features.Po
##############################################
ethtool-5.9/Makefile.in-2010-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2011:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-features.obj `if test -f 'netlink/features.c'; then $(CYGPATH_W) 'netlink/features.c'; else $(CYGPATH_W) '$(srcdir)/netlink/features.c'; fi`
ethtool-5.9/Makefile.in-2012-
ethtool-5.9/Makefile.in-2013-netlink/test_cmdline-privflags.o: netlink/privflags.c
ethtool-5.9/Makefile.in:2014:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-privflags.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-privflags.Tpo -c -o netlink/test_cmdline-privflags.o `test -f 'netlink/privflags.c' || echo '$(srcdir)/'`netlink/privflags.c
ethtool-5.9/Makefile.in-2015-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-privflags.Tpo netlink/$(DEPDIR)/test_cmdline-privflags.Po
##############################################
ethtool-5.9/Makefile.in-2017-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2018:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-privflags.o `test -f 'netlink/privflags.c' || echo '$(srcdir)/'`netlink/privflags.c
ethtool-5.9/Makefile.in-2019-
ethtool-5.9/Makefile.in-2020-netlink/test_cmdline-privflags.obj: netlink/privflags.c
ethtool-5.9/Makefile.in:2021:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-privflags.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-privflags.Tpo -c -o netlink/test_cmdline-privflags.obj `if test -f 'netlink/privflags.c'; then $(CYGPATH_W) 'netlink/privflags.c'; else $(CYGPATH_W) '$(srcdir)/netlink/privflags.c'; fi`
ethtool-5.9/Makefile.in-2022-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-privflags.Tpo netlink/$(DEPDIR)/test_cmdline-privflags.Po
##############################################
ethtool-5.9/Makefile.in-2024-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2025:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-privflags.obj `if test -f 'netlink/privflags.c'; then $(CYGPATH_W) 'netlink/privflags.c'; else $(CYGPATH_W) '$(srcdir)/netlink/privflags.c'; fi`
ethtool-5.9/Makefile.in-2026-
ethtool-5.9/Makefile.in-2027-netlink/test_cmdline-rings.o: netlink/rings.c
ethtool-5.9/Makefile.in:2028:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-rings.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-rings.Tpo -c -o netlink/test_cmdline-rings.o `test -f 'netlink/rings.c' || echo '$(srcdir)/'`netlink/rings.c
ethtool-5.9/Makefile.in-2029-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-rings.Tpo netlink/$(DEPDIR)/test_cmdline-rings.Po
##############################################
ethtool-5.9/Makefile.in-2031-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2032:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-rings.o `test -f 'netlink/rings.c' || echo '$(srcdir)/'`netlink/rings.c
ethtool-5.9/Makefile.in-2033-
ethtool-5.9/Makefile.in-2034-netlink/test_cmdline-rings.obj: netlink/rings.c
ethtool-5.9/Makefile.in:2035:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-rings.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-rings.Tpo -c -o netlink/test_cmdline-rings.obj `if test -f 'netlink/rings.c'; then $(CYGPATH_W) 'netlink/rings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/rings.c'; fi`
ethtool-5.9/Makefile.in-2036-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-rings.Tpo netlink/$(DEPDIR)/test_cmdline-rings.Po
##############################################
ethtool-5.9/Makefile.in-2038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2039:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-rings.obj `if test -f 'netlink/rings.c'; then $(CYGPATH_W) 'netlink/rings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/rings.c'; fi`
ethtool-5.9/Makefile.in-2040-
ethtool-5.9/Makefile.in-2041-netlink/test_cmdline-channels.o: netlink/channels.c
ethtool-5.9/Makefile.in:2042:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-channels.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-channels.Tpo -c -o netlink/test_cmdline-channels.o `test -f 'netlink/channels.c' || echo '$(srcdir)/'`netlink/channels.c
ethtool-5.9/Makefile.in-2043-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-channels.Tpo netlink/$(DEPDIR)/test_cmdline-channels.Po
##############################################
ethtool-5.9/Makefile.in-2045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2046:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-channels.o `test -f 'netlink/channels.c' || echo '$(srcdir)/'`netlink/channels.c
ethtool-5.9/Makefile.in-2047-
ethtool-5.9/Makefile.in-2048-netlink/test_cmdline-channels.obj: netlink/channels.c
ethtool-5.9/Makefile.in:2049:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-channels.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-channels.Tpo -c -o netlink/test_cmdline-channels.obj `if test -f 'netlink/channels.c'; then $(CYGPATH_W) 'netlink/channels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/channels.c'; fi`
ethtool-5.9/Makefile.in-2050-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-channels.Tpo netlink/$(DEPDIR)/test_cmdline-channels.Po
##############################################
ethtool-5.9/Makefile.in-2052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2053:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-channels.obj `if test -f 'netlink/channels.c'; then $(CYGPATH_W) 'netlink/channels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/channels.c'; fi`
ethtool-5.9/Makefile.in-2054-
ethtool-5.9/Makefile.in-2055-netlink/test_cmdline-coalesce.o: netlink/coalesce.c
ethtool-5.9/Makefile.in:2056:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-coalesce.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-coalesce.Tpo -c -o netlink/test_cmdline-coalesce.o `test -f 'netlink/coalesce.c' || echo '$(srcdir)/'`netlink/coalesce.c
ethtool-5.9/Makefile.in-2057-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-coalesce.Tpo netlink/$(DEPDIR)/test_cmdline-coalesce.Po
##############################################
ethtool-5.9/Makefile.in-2059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2060:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-coalesce.o `test -f 'netlink/coalesce.c' || echo '$(srcdir)/'`netlink/coalesce.c
ethtool-5.9/Makefile.in-2061-
ethtool-5.9/Makefile.in-2062-netlink/test_cmdline-coalesce.obj: netlink/coalesce.c
ethtool-5.9/Makefile.in:2063:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-coalesce.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-coalesce.Tpo -c -o netlink/test_cmdline-coalesce.obj `if test -f 'netlink/coalesce.c'; then $(CYGPATH_W) 'netlink/coalesce.c'; else $(CYGPATH_W) '$(srcdir)/netlink/coalesce.c'; fi`
ethtool-5.9/Makefile.in-2064-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-coalesce.Tpo netlink/$(DEPDIR)/test_cmdline-coalesce.Po
##############################################
ethtool-5.9/Makefile.in-2066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2067:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-coalesce.obj `if test -f 'netlink/coalesce.c'; then $(CYGPATH_W) 'netlink/coalesce.c'; else $(CYGPATH_W) '$(srcdir)/netlink/coalesce.c'; fi`
ethtool-5.9/Makefile.in-2068-
ethtool-5.9/Makefile.in-2069-netlink/test_cmdline-pause.o: netlink/pause.c
ethtool-5.9/Makefile.in:2070:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-pause.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-pause.Tpo -c -o netlink/test_cmdline-pause.o `test -f 'netlink/pause.c' || echo '$(srcdir)/'`netlink/pause.c
ethtool-5.9/Makefile.in-2071-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-pause.Tpo netlink/$(DEPDIR)/test_cmdline-pause.Po
##############################################
ethtool-5.9/Makefile.in-2073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2074:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-pause.o `test -f 'netlink/pause.c' || echo '$(srcdir)/'`netlink/pause.c
ethtool-5.9/Makefile.in-2075-
ethtool-5.9/Makefile.in-2076-netlink/test_cmdline-pause.obj: netlink/pause.c
ethtool-5.9/Makefile.in:2077:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-pause.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-pause.Tpo -c -o netlink/test_cmdline-pause.obj `if test -f 'netlink/pause.c'; then $(CYGPATH_W) 'netlink/pause.c'; else $(CYGPATH_W) '$(srcdir)/netlink/pause.c'; fi`
ethtool-5.9/Makefile.in-2078-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-pause.Tpo netlink/$(DEPDIR)/test_cmdline-pause.Po
##############################################
ethtool-5.9/Makefile.in-2080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2081:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-pause.obj `if test -f 'netlink/pause.c'; then $(CYGPATH_W) 'netlink/pause.c'; else $(CYGPATH_W) '$(srcdir)/netlink/pause.c'; fi`
ethtool-5.9/Makefile.in-2082-
ethtool-5.9/Makefile.in-2083-netlink/test_cmdline-eee.o: netlink/eee.c
ethtool-5.9/Makefile.in:2084:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-eee.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-eee.Tpo -c -o netlink/test_cmdline-eee.o `test -f 'netlink/eee.c' || echo '$(srcdir)/'`netlink/eee.c
ethtool-5.9/Makefile.in-2085-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-eee.Tpo netlink/$(DEPDIR)/test_cmdline-eee.Po
##############################################
ethtool-5.9/Makefile.in-2087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2088:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-eee.o `test -f 'netlink/eee.c' || echo '$(srcdir)/'`netlink/eee.c
ethtool-5.9/Makefile.in-2089-
ethtool-5.9/Makefile.in-2090-netlink/test_cmdline-eee.obj: netlink/eee.c
ethtool-5.9/Makefile.in:2091:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-eee.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-eee.Tpo -c -o netlink/test_cmdline-eee.obj `if test -f 'netlink/eee.c'; then $(CYGPATH_W) 'netlink/eee.c'; else $(CYGPATH_W) '$(srcdir)/netlink/eee.c'; fi`
ethtool-5.9/Makefile.in-2092-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-eee.Tpo netlink/$(DEPDIR)/test_cmdline-eee.Po
##############################################
ethtool-5.9/Makefile.in-2094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2095:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-eee.obj `if test -f 'netlink/eee.c'; then $(CYGPATH_W) 'netlink/eee.c'; else $(CYGPATH_W) '$(srcdir)/netlink/eee.c'; fi`
ethtool-5.9/Makefile.in-2096-
ethtool-5.9/Makefile.in-2097-netlink/test_cmdline-tsinfo.o: netlink/tsinfo.c
ethtool-5.9/Makefile.in:2098:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-tsinfo.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-tsinfo.Tpo -c -o netlink/test_cmdline-tsinfo.o `test -f 'netlink/tsinfo.c' || echo '$(srcdir)/'`netlink/tsinfo.c
ethtool-5.9/Makefile.in-2099-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-tsinfo.Tpo netlink/$(DEPDIR)/test_cmdline-tsinfo.Po
##############################################
ethtool-5.9/Makefile.in-2101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2102:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-tsinfo.o `test -f 'netlink/tsinfo.c' || echo '$(srcdir)/'`netlink/tsinfo.c
ethtool-5.9/Makefile.in-2103-
ethtool-5.9/Makefile.in-2104-netlink/test_cmdline-tsinfo.obj: netlink/tsinfo.c
ethtool-5.9/Makefile.in:2105:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-tsinfo.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-tsinfo.Tpo -c -o netlink/test_cmdline-tsinfo.obj `if test -f 'netlink/tsinfo.c'; then $(CYGPATH_W) 'netlink/tsinfo.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tsinfo.c'; fi`
ethtool-5.9/Makefile.in-2106-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-tsinfo.Tpo netlink/$(DEPDIR)/test_cmdline-tsinfo.Po
##############################################
ethtool-5.9/Makefile.in-2108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2109:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-tsinfo.obj `if test -f 'netlink/tsinfo.c'; then $(CYGPATH_W) 'netlink/tsinfo.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tsinfo.c'; fi`
ethtool-5.9/Makefile.in-2110-
ethtool-5.9/Makefile.in-2111-netlink/test_cmdline-desc-ethtool.o: netlink/desc-ethtool.c
ethtool-5.9/Makefile.in:2112:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-desc-ethtool.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-desc-ethtool.Tpo -c -o netlink/test_cmdline-desc-ethtool.o `test -f 'netlink/desc-ethtool.c' || echo '$(srcdir)/'`netlink/desc-ethtool.c
ethtool-5.9/Makefile.in-2113-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-desc-ethtool.Tpo netlink/$(DEPDIR)/test_cmdline-desc-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-2115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2116:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-desc-ethtool.o `test -f 'netlink/desc-ethtool.c' || echo '$(srcdir)/'`netlink/desc-ethtool.c
ethtool-5.9/Makefile.in-2117-
ethtool-5.9/Makefile.in-2118-netlink/test_cmdline-desc-ethtool.obj: netlink/desc-ethtool.c
ethtool-5.9/Makefile.in:2119:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-desc-ethtool.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-desc-ethtool.Tpo -c -o netlink/test_cmdline-desc-ethtool.obj `if test -f 'netlink/desc-ethtool.c'; then $(CYGPATH_W) 'netlink/desc-ethtool.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-ethtool.c'; fi`
ethtool-5.9/Makefile.in-2120-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-desc-ethtool.Tpo netlink/$(DEPDIR)/test_cmdline-desc-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-2122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2123:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-desc-ethtool.obj `if test -f 'netlink/desc-ethtool.c'; then $(CYGPATH_W) 'netlink/desc-ethtool.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-ethtool.c'; fi`
ethtool-5.9/Makefile.in-2124-
ethtool-5.9/Makefile.in-2125-netlink/test_cmdline-desc-genlctrl.o: netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in:2126:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-desc-genlctrl.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-desc-genlctrl.Tpo -c -o netlink/test_cmdline-desc-genlctrl.o `test -f 'netlink/desc-genlctrl.c' || echo '$(srcdir)/'`netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in-2127-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-desc-genlctrl.Tpo netlink/$(DEPDIR)/test_cmdline-desc-genlctrl.Po
##############################################
ethtool-5.9/Makefile.in-2129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2130:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-desc-genlctrl.o `test -f 'netlink/desc-genlctrl.c' || echo '$(srcdir)/'`netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in-2131-
ethtool-5.9/Makefile.in-2132-netlink/test_cmdline-desc-genlctrl.obj: netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in:2133:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-desc-genlctrl.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-desc-genlctrl.Tpo -c -o netlink/test_cmdline-desc-genlctrl.obj `if test -f 'netlink/desc-genlctrl.c'; then $(CYGPATH_W) 'netlink/desc-genlctrl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-genlctrl.c'; fi`
ethtool-5.9/Makefile.in-2134-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-desc-genlctrl.Tpo netlink/$(DEPDIR)/test_cmdline-desc-genlctrl.Po
##############################################
ethtool-5.9/Makefile.in-2136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2137:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-desc-genlctrl.obj `if test -f 'netlink/desc-genlctrl.c'; then $(CYGPATH_W) 'netlink/desc-genlctrl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-genlctrl.c'; fi`
ethtool-5.9/Makefile.in-2138-
ethtool-5.9/Makefile.in-2139-netlink/test_cmdline-desc-rtnl.o: netlink/desc-rtnl.c
ethtool-5.9/Makefile.in:2140:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-desc-rtnl.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-desc-rtnl.Tpo -c -o netlink/test_cmdline-desc-rtnl.o `test -f 'netlink/desc-rtnl.c' || echo '$(srcdir)/'`netlink/desc-rtnl.c
ethtool-5.9/Makefile.in-2141-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-desc-rtnl.Tpo netlink/$(DEPDIR)/test_cmdline-desc-rtnl.Po
##############################################
ethtool-5.9/Makefile.in-2143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2144:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-desc-rtnl.o `test -f 'netlink/desc-rtnl.c' || echo '$(srcdir)/'`netlink/desc-rtnl.c
ethtool-5.9/Makefile.in-2145-
ethtool-5.9/Makefile.in-2146-netlink/test_cmdline-desc-rtnl.obj: netlink/desc-rtnl.c
ethtool-5.9/Makefile.in:2147:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-desc-rtnl.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-desc-rtnl.Tpo -c -o netlink/test_cmdline-desc-rtnl.obj `if test -f 'netlink/desc-rtnl.c'; then $(CYGPATH_W) 'netlink/desc-rtnl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-rtnl.c'; fi`
ethtool-5.9/Makefile.in-2148-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-desc-rtnl.Tpo netlink/$(DEPDIR)/test_cmdline-desc-rtnl.Po
##############################################
ethtool-5.9/Makefile.in-2150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2151:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-desc-rtnl.obj `if test -f 'netlink/desc-rtnl.c'; then $(CYGPATH_W) 'netlink/desc-rtnl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-rtnl.c'; fi`
ethtool-5.9/Makefile.in-2152-
ethtool-5.9/Makefile.in-2153-netlink/test_cmdline-cable_test.o: netlink/cable_test.c
ethtool-5.9/Makefile.in:2154:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-cable_test.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-cable_test.Tpo -c -o netlink/test_cmdline-cable_test.o `test -f 'netlink/cable_test.c' || echo '$(srcdir)/'`netlink/cable_test.c
ethtool-5.9/Makefile.in-2155-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-cable_test.Tpo netlink/$(DEPDIR)/test_cmdline-cable_test.Po
##############################################
ethtool-5.9/Makefile.in-2157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2158:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-cable_test.o `test -f 'netlink/cable_test.c' || echo '$(srcdir)/'`netlink/cable_test.c
ethtool-5.9/Makefile.in-2159-
ethtool-5.9/Makefile.in-2160-netlink/test_cmdline-cable_test.obj: netlink/cable_test.c
ethtool-5.9/Makefile.in:2161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-cable_test.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-cable_test.Tpo -c -o netlink/test_cmdline-cable_test.obj `if test -f 'netlink/cable_test.c'; then $(CYGPATH_W) 'netlink/cable_test.c'; else $(CYGPATH_W) '$(srcdir)/netlink/cable_test.c'; fi`
ethtool-5.9/Makefile.in-2162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-cable_test.Tpo netlink/$(DEPDIR)/test_cmdline-cable_test.Po
##############################################
ethtool-5.9/Makefile.in-2164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-cable_test.obj `if test -f 'netlink/cable_test.c'; then $(CYGPATH_W) 'netlink/cable_test.c'; else $(CYGPATH_W) '$(srcdir)/netlink/cable_test.c'; fi`
ethtool-5.9/Makefile.in-2166-
ethtool-5.9/Makefile.in-2167-netlink/test_cmdline-tunnels.o: netlink/tunnels.c
ethtool-5.9/Makefile.in:2168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-tunnels.o -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-tunnels.Tpo -c -o netlink/test_cmdline-tunnels.o `test -f 'netlink/tunnels.c' || echo '$(srcdir)/'`netlink/tunnels.c
ethtool-5.9/Makefile.in-2169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-tunnels.Tpo netlink/$(DEPDIR)/test_cmdline-tunnels.Po
##############################################
ethtool-5.9/Makefile.in-2171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-tunnels.o `test -f 'netlink/tunnels.c' || echo '$(srcdir)/'`netlink/tunnels.c
ethtool-5.9/Makefile.in-2173-
ethtool-5.9/Makefile.in-2174-netlink/test_cmdline-tunnels.obj: netlink/tunnels.c
ethtool-5.9/Makefile.in:2175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -MT netlink/test_cmdline-tunnels.obj -MD -MP -MF netlink/$(DEPDIR)/test_cmdline-tunnels.Tpo -c -o netlink/test_cmdline-tunnels.obj `if test -f 'netlink/tunnels.c'; then $(CYGPATH_W) 'netlink/tunnels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tunnels.c'; fi`
ethtool-5.9/Makefile.in-2176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_cmdline-tunnels.Tpo netlink/$(DEPDIR)/test_cmdline-tunnels.Po
##############################################
ethtool-5.9/Makefile.in-2178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_cmdline_CFLAGS) $(CFLAGS) -c -o netlink/test_cmdline-tunnels.obj `if test -f 'netlink/tunnels.c'; then $(CYGPATH_W) 'netlink/tunnels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tunnels.c'; fi`
ethtool-5.9/Makefile.in-2180-
ethtool-5.9/Makefile.in-2181-test_features-test-features.o: test-features.c
ethtool-5.9/Makefile.in:2182:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-test-features.o -MD -MP -MF $(DEPDIR)/test_features-test-features.Tpo -c -o test_features-test-features.o `test -f 'test-features.c' || echo '$(srcdir)/'`test-features.c
ethtool-5.9/Makefile.in-2183-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-test-features.Tpo $(DEPDIR)/test_features-test-features.Po
##############################################
ethtool-5.9/Makefile.in-2185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2186:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-test-features.o `test -f 'test-features.c' || echo '$(srcdir)/'`test-features.c
ethtool-5.9/Makefile.in-2187-
ethtool-5.9/Makefile.in-2188-test_features-test-features.obj: test-features.c
ethtool-5.9/Makefile.in:2189:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-test-features.obj -MD -MP -MF $(DEPDIR)/test_features-test-features.Tpo -c -o test_features-test-features.obj `if test -f 'test-features.c'; then $(CYGPATH_W) 'test-features.c'; else $(CYGPATH_W) '$(srcdir)/test-features.c'; fi`
ethtool-5.9/Makefile.in-2190-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-test-features.Tpo $(DEPDIR)/test_features-test-features.Po
##############################################
ethtool-5.9/Makefile.in-2192-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2193:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-test-features.obj `if test -f 'test-features.c'; then $(CYGPATH_W) 'test-features.c'; else $(CYGPATH_W) '$(srcdir)/test-features.c'; fi`
ethtool-5.9/Makefile.in-2194-
ethtool-5.9/Makefile.in-2195-test_features-test-common.o: test-common.c
ethtool-5.9/Makefile.in:2196:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-test-common.o -MD -MP -MF $(DEPDIR)/test_features-test-common.Tpo -c -o test_features-test-common.o `test -f 'test-common.c' || echo '$(srcdir)/'`test-common.c
ethtool-5.9/Makefile.in-2197-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-test-common.Tpo $(DEPDIR)/test_features-test-common.Po
##############################################
ethtool-5.9/Makefile.in-2199-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2200:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-test-common.o `test -f 'test-common.c' || echo '$(srcdir)/'`test-common.c
ethtool-5.9/Makefile.in-2201-
ethtool-5.9/Makefile.in-2202-test_features-test-common.obj: test-common.c
ethtool-5.9/Makefile.in:2203:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-test-common.obj -MD -MP -MF $(DEPDIR)/test_features-test-common.Tpo -c -o test_features-test-common.obj `if test -f 'test-common.c'; then $(CYGPATH_W) 'test-common.c'; else $(CYGPATH_W) '$(srcdir)/test-common.c'; fi`
ethtool-5.9/Makefile.in-2204-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-test-common.Tpo $(DEPDIR)/test_features-test-common.Po
##############################################
ethtool-5.9/Makefile.in-2206-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2207:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-test-common.obj `if test -f 'test-common.c'; then $(CYGPATH_W) 'test-common.c'; else $(CYGPATH_W) '$(srcdir)/test-common.c'; fi`
ethtool-5.9/Makefile.in-2208-
ethtool-5.9/Makefile.in-2209-test_features-ethtool.o: ethtool.c
ethtool-5.9/Makefile.in:2210:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ethtool.o -MD -MP -MF $(DEPDIR)/test_features-ethtool.Tpo -c -o test_features-ethtool.o `test -f 'ethtool.c' || echo '$(srcdir)/'`ethtool.c
ethtool-5.9/Makefile.in-2211-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ethtool.Tpo $(DEPDIR)/test_features-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-2213-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2214:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ethtool.o `test -f 'ethtool.c' || echo '$(srcdir)/'`ethtool.c
ethtool-5.9/Makefile.in-2215-
ethtool-5.9/Makefile.in-2216-test_features-ethtool.obj: ethtool.c
ethtool-5.9/Makefile.in:2217:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ethtool.obj -MD -MP -MF $(DEPDIR)/test_features-ethtool.Tpo -c -o test_features-ethtool.obj `if test -f 'ethtool.c'; then $(CYGPATH_W) 'ethtool.c'; else $(CYGPATH_W) '$(srcdir)/ethtool.c'; fi`
ethtool-5.9/Makefile.in-2218-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ethtool.Tpo $(DEPDIR)/test_features-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-2220-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2221:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ethtool.obj `if test -f 'ethtool.c'; then $(CYGPATH_W) 'ethtool.c'; else $(CYGPATH_W) '$(srcdir)/ethtool.c'; fi`
ethtool-5.9/Makefile.in-2222-
ethtool-5.9/Makefile.in-2223-test_features-rxclass.o: rxclass.c
ethtool-5.9/Makefile.in:2224:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-rxclass.o -MD -MP -MF $(DEPDIR)/test_features-rxclass.Tpo -c -o test_features-rxclass.o `test -f 'rxclass.c' || echo '$(srcdir)/'`rxclass.c
ethtool-5.9/Makefile.in-2225-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-rxclass.Tpo $(DEPDIR)/test_features-rxclass.Po
##############################################
ethtool-5.9/Makefile.in-2227-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2228:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-rxclass.o `test -f 'rxclass.c' || echo '$(srcdir)/'`rxclass.c
ethtool-5.9/Makefile.in-2229-
ethtool-5.9/Makefile.in-2230-test_features-rxclass.obj: rxclass.c
ethtool-5.9/Makefile.in:2231:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-rxclass.obj -MD -MP -MF $(DEPDIR)/test_features-rxclass.Tpo -c -o test_features-rxclass.obj `if test -f 'rxclass.c'; then $(CYGPATH_W) 'rxclass.c'; else $(CYGPATH_W) '$(srcdir)/rxclass.c'; fi`
ethtool-5.9/Makefile.in-2232-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-rxclass.Tpo $(DEPDIR)/test_features-rxclass.Po
##############################################
ethtool-5.9/Makefile.in-2234-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2235:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-rxclass.obj `if test -f 'rxclass.c'; then $(CYGPATH_W) 'rxclass.c'; else $(CYGPATH_W) '$(srcdir)/rxclass.c'; fi`
ethtool-5.9/Makefile.in-2236-
ethtool-5.9/Makefile.in-2237-test_features-common.o: common.c
ethtool-5.9/Makefile.in:2238:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-common.o -MD -MP -MF $(DEPDIR)/test_features-common.Tpo -c -o test_features-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
ethtool-5.9/Makefile.in-2239-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-common.Tpo $(DEPDIR)/test_features-common.Po
##############################################
ethtool-5.9/Makefile.in-2241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2242:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
ethtool-5.9/Makefile.in-2243-
ethtool-5.9/Makefile.in-2244-test_features-common.obj: common.c
ethtool-5.9/Makefile.in:2245:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-common.obj -MD -MP -MF $(DEPDIR)/test_features-common.Tpo -c -o test_features-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
ethtool-5.9/Makefile.in-2246-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-common.Tpo $(DEPDIR)/test_features-common.Po
##############################################
ethtool-5.9/Makefile.in-2248-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2249:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
ethtool-5.9/Makefile.in-2250-
ethtool-5.9/Makefile.in-2251-test_features-json_writer.o: json_writer.c
ethtool-5.9/Makefile.in:2252:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-json_writer.o -MD -MP -MF $(DEPDIR)/test_features-json_writer.Tpo -c -o test_features-json_writer.o `test -f 'json_writer.c' || echo '$(srcdir)/'`json_writer.c
ethtool-5.9/Makefile.in-2253-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-json_writer.Tpo $(DEPDIR)/test_features-json_writer.Po
##############################################
ethtool-5.9/Makefile.in-2255-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2256:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-json_writer.o `test -f 'json_writer.c' || echo '$(srcdir)/'`json_writer.c
ethtool-5.9/Makefile.in-2257-
ethtool-5.9/Makefile.in-2258-test_features-json_writer.obj: json_writer.c
ethtool-5.9/Makefile.in:2259:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-json_writer.obj -MD -MP -MF $(DEPDIR)/test_features-json_writer.Tpo -c -o test_features-json_writer.obj `if test -f 'json_writer.c'; then $(CYGPATH_W) 'json_writer.c'; else $(CYGPATH_W) '$(srcdir)/json_writer.c'; fi`
ethtool-5.9/Makefile.in-2260-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-json_writer.Tpo $(DEPDIR)/test_features-json_writer.Po
##############################################
ethtool-5.9/Makefile.in-2262-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2263:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-json_writer.obj `if test -f 'json_writer.c'; then $(CYGPATH_W) 'json_writer.c'; else $(CYGPATH_W) '$(srcdir)/json_writer.c'; fi`
ethtool-5.9/Makefile.in-2264-
ethtool-5.9/Makefile.in-2265-test_features-json_print.o: json_print.c
ethtool-5.9/Makefile.in:2266:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-json_print.o -MD -MP -MF $(DEPDIR)/test_features-json_print.Tpo -c -o test_features-json_print.o `test -f 'json_print.c' || echo '$(srcdir)/'`json_print.c
ethtool-5.9/Makefile.in-2267-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-json_print.Tpo $(DEPDIR)/test_features-json_print.Po
##############################################
ethtool-5.9/Makefile.in-2269-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2270:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-json_print.o `test -f 'json_print.c' || echo '$(srcdir)/'`json_print.c
ethtool-5.9/Makefile.in-2271-
ethtool-5.9/Makefile.in-2272-test_features-json_print.obj: json_print.c
ethtool-5.9/Makefile.in:2273:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-json_print.obj -MD -MP -MF $(DEPDIR)/test_features-json_print.Tpo -c -o test_features-json_print.obj `if test -f 'json_print.c'; then $(CYGPATH_W) 'json_print.c'; else $(CYGPATH_W) '$(srcdir)/json_print.c'; fi`
ethtool-5.9/Makefile.in-2274-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-json_print.Tpo $(DEPDIR)/test_features-json_print.Po
##############################################
ethtool-5.9/Makefile.in-2276-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2277:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-json_print.obj `if test -f 'json_print.c'; then $(CYGPATH_W) 'json_print.c'; else $(CYGPATH_W) '$(srcdir)/json_print.c'; fi`
ethtool-5.9/Makefile.in-2278-
ethtool-5.9/Makefile.in-2279-test_features-amd8111e.o: amd8111e.c
ethtool-5.9/Makefile.in:2280:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-amd8111e.o -MD -MP -MF $(DEPDIR)/test_features-amd8111e.Tpo -c -o test_features-amd8111e.o `test -f 'amd8111e.c' || echo '$(srcdir)/'`amd8111e.c
ethtool-5.9/Makefile.in-2281-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-amd8111e.Tpo $(DEPDIR)/test_features-amd8111e.Po
##############################################
ethtool-5.9/Makefile.in-2283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2284:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-amd8111e.o `test -f 'amd8111e.c' || echo '$(srcdir)/'`amd8111e.c
ethtool-5.9/Makefile.in-2285-
ethtool-5.9/Makefile.in-2286-test_features-amd8111e.obj: amd8111e.c
ethtool-5.9/Makefile.in:2287:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-amd8111e.obj -MD -MP -MF $(DEPDIR)/test_features-amd8111e.Tpo -c -o test_features-amd8111e.obj `if test -f 'amd8111e.c'; then $(CYGPATH_W) 'amd8111e.c'; else $(CYGPATH_W) '$(srcdir)/amd8111e.c'; fi`
ethtool-5.9/Makefile.in-2288-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-amd8111e.Tpo $(DEPDIR)/test_features-amd8111e.Po
##############################################
ethtool-5.9/Makefile.in-2290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2291:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-amd8111e.obj `if test -f 'amd8111e.c'; then $(CYGPATH_W) 'amd8111e.c'; else $(CYGPATH_W) '$(srcdir)/amd8111e.c'; fi`
ethtool-5.9/Makefile.in-2292-
ethtool-5.9/Makefile.in-2293-test_features-de2104x.o: de2104x.c
ethtool-5.9/Makefile.in:2294:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-de2104x.o -MD -MP -MF $(DEPDIR)/test_features-de2104x.Tpo -c -o test_features-de2104x.o `test -f 'de2104x.c' || echo '$(srcdir)/'`de2104x.c
ethtool-5.9/Makefile.in-2295-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-de2104x.Tpo $(DEPDIR)/test_features-de2104x.Po
##############################################
ethtool-5.9/Makefile.in-2297-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2298:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-de2104x.o `test -f 'de2104x.c' || echo '$(srcdir)/'`de2104x.c
ethtool-5.9/Makefile.in-2299-
ethtool-5.9/Makefile.in-2300-test_features-de2104x.obj: de2104x.c
ethtool-5.9/Makefile.in:2301:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-de2104x.obj -MD -MP -MF $(DEPDIR)/test_features-de2104x.Tpo -c -o test_features-de2104x.obj `if test -f 'de2104x.c'; then $(CYGPATH_W) 'de2104x.c'; else $(CYGPATH_W) '$(srcdir)/de2104x.c'; fi`
ethtool-5.9/Makefile.in-2302-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-de2104x.Tpo $(DEPDIR)/test_features-de2104x.Po
##############################################
ethtool-5.9/Makefile.in-2304-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2305:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-de2104x.obj `if test -f 'de2104x.c'; then $(CYGPATH_W) 'de2104x.c'; else $(CYGPATH_W) '$(srcdir)/de2104x.c'; fi`
ethtool-5.9/Makefile.in-2306-
ethtool-5.9/Makefile.in-2307-test_features-dsa.o: dsa.c
ethtool-5.9/Makefile.in:2308:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-dsa.o -MD -MP -MF $(DEPDIR)/test_features-dsa.Tpo -c -o test_features-dsa.o `test -f 'dsa.c' || echo '$(srcdir)/'`dsa.c
ethtool-5.9/Makefile.in-2309-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-dsa.Tpo $(DEPDIR)/test_features-dsa.Po
##############################################
ethtool-5.9/Makefile.in-2311-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2312:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-dsa.o `test -f 'dsa.c' || echo '$(srcdir)/'`dsa.c
ethtool-5.9/Makefile.in-2313-
ethtool-5.9/Makefile.in-2314-test_features-dsa.obj: dsa.c
ethtool-5.9/Makefile.in:2315:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-dsa.obj -MD -MP -MF $(DEPDIR)/test_features-dsa.Tpo -c -o test_features-dsa.obj `if test -f 'dsa.c'; then $(CYGPATH_W) 'dsa.c'; else $(CYGPATH_W) '$(srcdir)/dsa.c'; fi`
ethtool-5.9/Makefile.in-2316-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-dsa.Tpo $(DEPDIR)/test_features-dsa.Po
##############################################
ethtool-5.9/Makefile.in-2318-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2319:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-dsa.obj `if test -f 'dsa.c'; then $(CYGPATH_W) 'dsa.c'; else $(CYGPATH_W) '$(srcdir)/dsa.c'; fi`
ethtool-5.9/Makefile.in-2320-
ethtool-5.9/Makefile.in-2321-test_features-e100.o: e100.c
ethtool-5.9/Makefile.in:2322:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-e100.o -MD -MP -MF $(DEPDIR)/test_features-e100.Tpo -c -o test_features-e100.o `test -f 'e100.c' || echo '$(srcdir)/'`e100.c
ethtool-5.9/Makefile.in-2323-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-e100.Tpo $(DEPDIR)/test_features-e100.Po
##############################################
ethtool-5.9/Makefile.in-2325-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2326:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-e100.o `test -f 'e100.c' || echo '$(srcdir)/'`e100.c
ethtool-5.9/Makefile.in-2327-
ethtool-5.9/Makefile.in-2328-test_features-e100.obj: e100.c
ethtool-5.9/Makefile.in:2329:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-e100.obj -MD -MP -MF $(DEPDIR)/test_features-e100.Tpo -c -o test_features-e100.obj `if test -f 'e100.c'; then $(CYGPATH_W) 'e100.c'; else $(CYGPATH_W) '$(srcdir)/e100.c'; fi`
ethtool-5.9/Makefile.in-2330-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-e100.Tpo $(DEPDIR)/test_features-e100.Po
##############################################
ethtool-5.9/Makefile.in-2332-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2333:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-e100.obj `if test -f 'e100.c'; then $(CYGPATH_W) 'e100.c'; else $(CYGPATH_W) '$(srcdir)/e100.c'; fi`
ethtool-5.9/Makefile.in-2334-
ethtool-5.9/Makefile.in-2335-test_features-e1000.o: e1000.c
ethtool-5.9/Makefile.in:2336:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-e1000.o -MD -MP -MF $(DEPDIR)/test_features-e1000.Tpo -c -o test_features-e1000.o `test -f 'e1000.c' || echo '$(srcdir)/'`e1000.c
ethtool-5.9/Makefile.in-2337-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-e1000.Tpo $(DEPDIR)/test_features-e1000.Po
##############################################
ethtool-5.9/Makefile.in-2339-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2340:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-e1000.o `test -f 'e1000.c' || echo '$(srcdir)/'`e1000.c
ethtool-5.9/Makefile.in-2341-
ethtool-5.9/Makefile.in-2342-test_features-e1000.obj: e1000.c
ethtool-5.9/Makefile.in:2343:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-e1000.obj -MD -MP -MF $(DEPDIR)/test_features-e1000.Tpo -c -o test_features-e1000.obj `if test -f 'e1000.c'; then $(CYGPATH_W) 'e1000.c'; else $(CYGPATH_W) '$(srcdir)/e1000.c'; fi`
ethtool-5.9/Makefile.in-2344-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-e1000.Tpo $(DEPDIR)/test_features-e1000.Po
##############################################
ethtool-5.9/Makefile.in-2346-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2347:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-e1000.obj `if test -f 'e1000.c'; then $(CYGPATH_W) 'e1000.c'; else $(CYGPATH_W) '$(srcdir)/e1000.c'; fi`
ethtool-5.9/Makefile.in-2348-
ethtool-5.9/Makefile.in-2349-test_features-et131x.o: et131x.c
ethtool-5.9/Makefile.in:2350:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-et131x.o -MD -MP -MF $(DEPDIR)/test_features-et131x.Tpo -c -o test_features-et131x.o `test -f 'et131x.c' || echo '$(srcdir)/'`et131x.c
ethtool-5.9/Makefile.in-2351-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-et131x.Tpo $(DEPDIR)/test_features-et131x.Po
##############################################
ethtool-5.9/Makefile.in-2353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2354:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-et131x.o `test -f 'et131x.c' || echo '$(srcdir)/'`et131x.c
ethtool-5.9/Makefile.in-2355-
ethtool-5.9/Makefile.in-2356-test_features-et131x.obj: et131x.c
ethtool-5.9/Makefile.in:2357:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-et131x.obj -MD -MP -MF $(DEPDIR)/test_features-et131x.Tpo -c -o test_features-et131x.obj `if test -f 'et131x.c'; then $(CYGPATH_W) 'et131x.c'; else $(CYGPATH_W) '$(srcdir)/et131x.c'; fi`
ethtool-5.9/Makefile.in-2358-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-et131x.Tpo $(DEPDIR)/test_features-et131x.Po
##############################################
ethtool-5.9/Makefile.in-2360-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2361:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-et131x.obj `if test -f 'et131x.c'; then $(CYGPATH_W) 'et131x.c'; else $(CYGPATH_W) '$(srcdir)/et131x.c'; fi`
ethtool-5.9/Makefile.in-2362-
ethtool-5.9/Makefile.in-2363-test_features-igb.o: igb.c
ethtool-5.9/Makefile.in:2364:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-igb.o -MD -MP -MF $(DEPDIR)/test_features-igb.Tpo -c -o test_features-igb.o `test -f 'igb.c' || echo '$(srcdir)/'`igb.c
ethtool-5.9/Makefile.in-2365-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-igb.Tpo $(DEPDIR)/test_features-igb.Po
##############################################
ethtool-5.9/Makefile.in-2367-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2368:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-igb.o `test -f 'igb.c' || echo '$(srcdir)/'`igb.c
ethtool-5.9/Makefile.in-2369-
ethtool-5.9/Makefile.in-2370-test_features-igb.obj: igb.c
ethtool-5.9/Makefile.in:2371:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-igb.obj -MD -MP -MF $(DEPDIR)/test_features-igb.Tpo -c -o test_features-igb.obj `if test -f 'igb.c'; then $(CYGPATH_W) 'igb.c'; else $(CYGPATH_W) '$(srcdir)/igb.c'; fi`
ethtool-5.9/Makefile.in-2372-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-igb.Tpo $(DEPDIR)/test_features-igb.Po
##############################################
ethtool-5.9/Makefile.in-2374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2375:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-igb.obj `if test -f 'igb.c'; then $(CYGPATH_W) 'igb.c'; else $(CYGPATH_W) '$(srcdir)/igb.c'; fi`
ethtool-5.9/Makefile.in-2376-
ethtool-5.9/Makefile.in-2377-test_features-fec.o: fec.c
ethtool-5.9/Makefile.in:2378:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-fec.o -MD -MP -MF $(DEPDIR)/test_features-fec.Tpo -c -o test_features-fec.o `test -f 'fec.c' || echo '$(srcdir)/'`fec.c
ethtool-5.9/Makefile.in-2379-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-fec.Tpo $(DEPDIR)/test_features-fec.Po
##############################################
ethtool-5.9/Makefile.in-2381-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2382:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-fec.o `test -f 'fec.c' || echo '$(srcdir)/'`fec.c
ethtool-5.9/Makefile.in-2383-
ethtool-5.9/Makefile.in-2384-test_features-fec.obj: fec.c
ethtool-5.9/Makefile.in:2385:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-fec.obj -MD -MP -MF $(DEPDIR)/test_features-fec.Tpo -c -o test_features-fec.obj `if test -f 'fec.c'; then $(CYGPATH_W) 'fec.c'; else $(CYGPATH_W) '$(srcdir)/fec.c'; fi`
ethtool-5.9/Makefile.in-2386-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-fec.Tpo $(DEPDIR)/test_features-fec.Po
##############################################
ethtool-5.9/Makefile.in-2388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2389:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-fec.obj `if test -f 'fec.c'; then $(CYGPATH_W) 'fec.c'; else $(CYGPATH_W) '$(srcdir)/fec.c'; fi`
ethtool-5.9/Makefile.in-2390-
ethtool-5.9/Makefile.in-2391-test_features-fec_8xx.o: fec_8xx.c
ethtool-5.9/Makefile.in:2392:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-fec_8xx.o -MD -MP -MF $(DEPDIR)/test_features-fec_8xx.Tpo -c -o test_features-fec_8xx.o `test -f 'fec_8xx.c' || echo '$(srcdir)/'`fec_8xx.c
ethtool-5.9/Makefile.in-2393-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-fec_8xx.Tpo $(DEPDIR)/test_features-fec_8xx.Po
##############################################
ethtool-5.9/Makefile.in-2395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2396:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-fec_8xx.o `test -f 'fec_8xx.c' || echo '$(srcdir)/'`fec_8xx.c
ethtool-5.9/Makefile.in-2397-
ethtool-5.9/Makefile.in-2398-test_features-fec_8xx.obj: fec_8xx.c
ethtool-5.9/Makefile.in:2399:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-fec_8xx.obj -MD -MP -MF $(DEPDIR)/test_features-fec_8xx.Tpo -c -o test_features-fec_8xx.obj `if test -f 'fec_8xx.c'; then $(CYGPATH_W) 'fec_8xx.c'; else $(CYGPATH_W) '$(srcdir)/fec_8xx.c'; fi`
ethtool-5.9/Makefile.in-2400-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-fec_8xx.Tpo $(DEPDIR)/test_features-fec_8xx.Po
##############################################
ethtool-5.9/Makefile.in-2402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2403:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-fec_8xx.obj `if test -f 'fec_8xx.c'; then $(CYGPATH_W) 'fec_8xx.c'; else $(CYGPATH_W) '$(srcdir)/fec_8xx.c'; fi`
ethtool-5.9/Makefile.in-2404-
ethtool-5.9/Makefile.in-2405-test_features-ibm_emac.o: ibm_emac.c
ethtool-5.9/Makefile.in:2406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ibm_emac.o -MD -MP -MF $(DEPDIR)/test_features-ibm_emac.Tpo -c -o test_features-ibm_emac.o `test -f 'ibm_emac.c' || echo '$(srcdir)/'`ibm_emac.c
ethtool-5.9/Makefile.in-2407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ibm_emac.Tpo $(DEPDIR)/test_features-ibm_emac.Po
##############################################
ethtool-5.9/Makefile.in-2409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ibm_emac.o `test -f 'ibm_emac.c' || echo '$(srcdir)/'`ibm_emac.c
ethtool-5.9/Makefile.in-2411-
ethtool-5.9/Makefile.in-2412-test_features-ibm_emac.obj: ibm_emac.c
ethtool-5.9/Makefile.in:2413:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ibm_emac.obj -MD -MP -MF $(DEPDIR)/test_features-ibm_emac.Tpo -c -o test_features-ibm_emac.obj `if test -f 'ibm_emac.c'; then $(CYGPATH_W) 'ibm_emac.c'; else $(CYGPATH_W) '$(srcdir)/ibm_emac.c'; fi`
ethtool-5.9/Makefile.in-2414-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ibm_emac.Tpo $(DEPDIR)/test_features-ibm_emac.Po
##############################################
ethtool-5.9/Makefile.in-2416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2417:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ibm_emac.obj `if test -f 'ibm_emac.c'; then $(CYGPATH_W) 'ibm_emac.c'; else $(CYGPATH_W) '$(srcdir)/ibm_emac.c'; fi`
ethtool-5.9/Makefile.in-2418-
ethtool-5.9/Makefile.in-2419-test_features-ixgb.o: ixgb.c
ethtool-5.9/Makefile.in:2420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ixgb.o -MD -MP -MF $(DEPDIR)/test_features-ixgb.Tpo -c -o test_features-ixgb.o `test -f 'ixgb.c' || echo '$(srcdir)/'`ixgb.c
ethtool-5.9/Makefile.in-2421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ixgb.Tpo $(DEPDIR)/test_features-ixgb.Po
##############################################
ethtool-5.9/Makefile.in-2423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ixgb.o `test -f 'ixgb.c' || echo '$(srcdir)/'`ixgb.c
ethtool-5.9/Makefile.in-2425-
ethtool-5.9/Makefile.in-2426-test_features-ixgb.obj: ixgb.c
ethtool-5.9/Makefile.in:2427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ixgb.obj -MD -MP -MF $(DEPDIR)/test_features-ixgb.Tpo -c -o test_features-ixgb.obj `if test -f 'ixgb.c'; then $(CYGPATH_W) 'ixgb.c'; else $(CYGPATH_W) '$(srcdir)/ixgb.c'; fi`
ethtool-5.9/Makefile.in-2428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ixgb.Tpo $(DEPDIR)/test_features-ixgb.Po
##############################################
ethtool-5.9/Makefile.in-2430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ixgb.obj `if test -f 'ixgb.c'; then $(CYGPATH_W) 'ixgb.c'; else $(CYGPATH_W) '$(srcdir)/ixgb.c'; fi`
ethtool-5.9/Makefile.in-2432-
ethtool-5.9/Makefile.in-2433-test_features-ixgbe.o: ixgbe.c
ethtool-5.9/Makefile.in:2434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ixgbe.o -MD -MP -MF $(DEPDIR)/test_features-ixgbe.Tpo -c -o test_features-ixgbe.o `test -f 'ixgbe.c' || echo '$(srcdir)/'`ixgbe.c
ethtool-5.9/Makefile.in-2435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ixgbe.Tpo $(DEPDIR)/test_features-ixgbe.Po
##############################################
ethtool-5.9/Makefile.in-2437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ixgbe.o `test -f 'ixgbe.c' || echo '$(srcdir)/'`ixgbe.c
ethtool-5.9/Makefile.in-2439-
ethtool-5.9/Makefile.in-2440-test_features-ixgbe.obj: ixgbe.c
ethtool-5.9/Makefile.in:2441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ixgbe.obj -MD -MP -MF $(DEPDIR)/test_features-ixgbe.Tpo -c -o test_features-ixgbe.obj `if test -f 'ixgbe.c'; then $(CYGPATH_W) 'ixgbe.c'; else $(CYGPATH_W) '$(srcdir)/ixgbe.c'; fi`
ethtool-5.9/Makefile.in-2442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ixgbe.Tpo $(DEPDIR)/test_features-ixgbe.Po
##############################################
ethtool-5.9/Makefile.in-2444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ixgbe.obj `if test -f 'ixgbe.c'; then $(CYGPATH_W) 'ixgbe.c'; else $(CYGPATH_W) '$(srcdir)/ixgbe.c'; fi`
ethtool-5.9/Makefile.in-2446-
ethtool-5.9/Makefile.in-2447-test_features-natsemi.o: natsemi.c
ethtool-5.9/Makefile.in:2448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-natsemi.o -MD -MP -MF $(DEPDIR)/test_features-natsemi.Tpo -c -o test_features-natsemi.o `test -f 'natsemi.c' || echo '$(srcdir)/'`natsemi.c
ethtool-5.9/Makefile.in-2449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-natsemi.Tpo $(DEPDIR)/test_features-natsemi.Po
##############################################
ethtool-5.9/Makefile.in-2451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-natsemi.o `test -f 'natsemi.c' || echo '$(srcdir)/'`natsemi.c
ethtool-5.9/Makefile.in-2453-
ethtool-5.9/Makefile.in-2454-test_features-natsemi.obj: natsemi.c
ethtool-5.9/Makefile.in:2455:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-natsemi.obj -MD -MP -MF $(DEPDIR)/test_features-natsemi.Tpo -c -o test_features-natsemi.obj `if test -f 'natsemi.c'; then $(CYGPATH_W) 'natsemi.c'; else $(CYGPATH_W) '$(srcdir)/natsemi.c'; fi`
ethtool-5.9/Makefile.in-2456-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-natsemi.Tpo $(DEPDIR)/test_features-natsemi.Po
##############################################
ethtool-5.9/Makefile.in-2458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2459:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-natsemi.obj `if test -f 'natsemi.c'; then $(CYGPATH_W) 'natsemi.c'; else $(CYGPATH_W) '$(srcdir)/natsemi.c'; fi`
ethtool-5.9/Makefile.in-2460-
ethtool-5.9/Makefile.in-2461-test_features-pcnet32.o: pcnet32.c
ethtool-5.9/Makefile.in:2462:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-pcnet32.o -MD -MP -MF $(DEPDIR)/test_features-pcnet32.Tpo -c -o test_features-pcnet32.o `test -f 'pcnet32.c' || echo '$(srcdir)/'`pcnet32.c
ethtool-5.9/Makefile.in-2463-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-pcnet32.Tpo $(DEPDIR)/test_features-pcnet32.Po
##############################################
ethtool-5.9/Makefile.in-2465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2466:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-pcnet32.o `test -f 'pcnet32.c' || echo '$(srcdir)/'`pcnet32.c
ethtool-5.9/Makefile.in-2467-
ethtool-5.9/Makefile.in-2468-test_features-pcnet32.obj: pcnet32.c
ethtool-5.9/Makefile.in:2469:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-pcnet32.obj -MD -MP -MF $(DEPDIR)/test_features-pcnet32.Tpo -c -o test_features-pcnet32.obj `if test -f 'pcnet32.c'; then $(CYGPATH_W) 'pcnet32.c'; else $(CYGPATH_W) '$(srcdir)/pcnet32.c'; fi`
ethtool-5.9/Makefile.in-2470-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-pcnet32.Tpo $(DEPDIR)/test_features-pcnet32.Po
##############################################
ethtool-5.9/Makefile.in-2472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2473:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-pcnet32.obj `if test -f 'pcnet32.c'; then $(CYGPATH_W) 'pcnet32.c'; else $(CYGPATH_W) '$(srcdir)/pcnet32.c'; fi`
ethtool-5.9/Makefile.in-2474-
ethtool-5.9/Makefile.in-2475-test_features-realtek.o: realtek.c
ethtool-5.9/Makefile.in:2476:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-realtek.o -MD -MP -MF $(DEPDIR)/test_features-realtek.Tpo -c -o test_features-realtek.o `test -f 'realtek.c' || echo '$(srcdir)/'`realtek.c
ethtool-5.9/Makefile.in-2477-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-realtek.Tpo $(DEPDIR)/test_features-realtek.Po
##############################################
ethtool-5.9/Makefile.in-2479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2480:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-realtek.o `test -f 'realtek.c' || echo '$(srcdir)/'`realtek.c
ethtool-5.9/Makefile.in-2481-
ethtool-5.9/Makefile.in-2482-test_features-realtek.obj: realtek.c
ethtool-5.9/Makefile.in:2483:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-realtek.obj -MD -MP -MF $(DEPDIR)/test_features-realtek.Tpo -c -o test_features-realtek.obj `if test -f 'realtek.c'; then $(CYGPATH_W) 'realtek.c'; else $(CYGPATH_W) '$(srcdir)/realtek.c'; fi`
ethtool-5.9/Makefile.in-2484-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-realtek.Tpo $(DEPDIR)/test_features-realtek.Po
##############################################
ethtool-5.9/Makefile.in-2486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2487:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-realtek.obj `if test -f 'realtek.c'; then $(CYGPATH_W) 'realtek.c'; else $(CYGPATH_W) '$(srcdir)/realtek.c'; fi`
ethtool-5.9/Makefile.in-2488-
ethtool-5.9/Makefile.in-2489-test_features-tg3.o: tg3.c
ethtool-5.9/Makefile.in:2490:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-tg3.o -MD -MP -MF $(DEPDIR)/test_features-tg3.Tpo -c -o test_features-tg3.o `test -f 'tg3.c' || echo '$(srcdir)/'`tg3.c
ethtool-5.9/Makefile.in-2491-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-tg3.Tpo $(DEPDIR)/test_features-tg3.Po
##############################################
ethtool-5.9/Makefile.in-2493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2494:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-tg3.o `test -f 'tg3.c' || echo '$(srcdir)/'`tg3.c
ethtool-5.9/Makefile.in-2495-
ethtool-5.9/Makefile.in-2496-test_features-tg3.obj: tg3.c
ethtool-5.9/Makefile.in:2497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-tg3.obj -MD -MP -MF $(DEPDIR)/test_features-tg3.Tpo -c -o test_features-tg3.obj `if test -f 'tg3.c'; then $(CYGPATH_W) 'tg3.c'; else $(CYGPATH_W) '$(srcdir)/tg3.c'; fi`
ethtool-5.9/Makefile.in-2498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-tg3.Tpo $(DEPDIR)/test_features-tg3.Po
##############################################
ethtool-5.9/Makefile.in-2500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-tg3.obj `if test -f 'tg3.c'; then $(CYGPATH_W) 'tg3.c'; else $(CYGPATH_W) '$(srcdir)/tg3.c'; fi`
ethtool-5.9/Makefile.in-2502-
ethtool-5.9/Makefile.in-2503-test_features-marvell.o: marvell.c
ethtool-5.9/Makefile.in:2504:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-marvell.o -MD -MP -MF $(DEPDIR)/test_features-marvell.Tpo -c -o test_features-marvell.o `test -f 'marvell.c' || echo '$(srcdir)/'`marvell.c
ethtool-5.9/Makefile.in-2505-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-marvell.Tpo $(DEPDIR)/test_features-marvell.Po
##############################################
ethtool-5.9/Makefile.in-2507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2508:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-marvell.o `test -f 'marvell.c' || echo '$(srcdir)/'`marvell.c
ethtool-5.9/Makefile.in-2509-
ethtool-5.9/Makefile.in-2510-test_features-marvell.obj: marvell.c
ethtool-5.9/Makefile.in:2511:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-marvell.obj -MD -MP -MF $(DEPDIR)/test_features-marvell.Tpo -c -o test_features-marvell.obj `if test -f 'marvell.c'; then $(CYGPATH_W) 'marvell.c'; else $(CYGPATH_W) '$(srcdir)/marvell.c'; fi`
ethtool-5.9/Makefile.in-2512-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-marvell.Tpo $(DEPDIR)/test_features-marvell.Po
##############################################
ethtool-5.9/Makefile.in-2514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2515:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-marvell.obj `if test -f 'marvell.c'; then $(CYGPATH_W) 'marvell.c'; else $(CYGPATH_W) '$(srcdir)/marvell.c'; fi`
ethtool-5.9/Makefile.in-2516-
ethtool-5.9/Makefile.in-2517-test_features-vioc.o: vioc.c
ethtool-5.9/Makefile.in:2518:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-vioc.o -MD -MP -MF $(DEPDIR)/test_features-vioc.Tpo -c -o test_features-vioc.o `test -f 'vioc.c' || echo '$(srcdir)/'`vioc.c
ethtool-5.9/Makefile.in-2519-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-vioc.Tpo $(DEPDIR)/test_features-vioc.Po
##############################################
ethtool-5.9/Makefile.in-2521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2522:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-vioc.o `test -f 'vioc.c' || echo '$(srcdir)/'`vioc.c
ethtool-5.9/Makefile.in-2523-
ethtool-5.9/Makefile.in-2524-test_features-vioc.obj: vioc.c
ethtool-5.9/Makefile.in:2525:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-vioc.obj -MD -MP -MF $(DEPDIR)/test_features-vioc.Tpo -c -o test_features-vioc.obj `if test -f 'vioc.c'; then $(CYGPATH_W) 'vioc.c'; else $(CYGPATH_W) '$(srcdir)/vioc.c'; fi`
ethtool-5.9/Makefile.in-2526-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-vioc.Tpo $(DEPDIR)/test_features-vioc.Po
##############################################
ethtool-5.9/Makefile.in-2528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-vioc.obj `if test -f 'vioc.c'; then $(CYGPATH_W) 'vioc.c'; else $(CYGPATH_W) '$(srcdir)/vioc.c'; fi`
ethtool-5.9/Makefile.in-2530-
ethtool-5.9/Makefile.in-2531-test_features-smsc911x.o: smsc911x.c
ethtool-5.9/Makefile.in:2532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-smsc911x.o -MD -MP -MF $(DEPDIR)/test_features-smsc911x.Tpo -c -o test_features-smsc911x.o `test -f 'smsc911x.c' || echo '$(srcdir)/'`smsc911x.c
ethtool-5.9/Makefile.in-2533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-smsc911x.Tpo $(DEPDIR)/test_features-smsc911x.Po
##############################################
ethtool-5.9/Makefile.in-2535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-smsc911x.o `test -f 'smsc911x.c' || echo '$(srcdir)/'`smsc911x.c
ethtool-5.9/Makefile.in-2537-
ethtool-5.9/Makefile.in-2538-test_features-smsc911x.obj: smsc911x.c
ethtool-5.9/Makefile.in:2539:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-smsc911x.obj -MD -MP -MF $(DEPDIR)/test_features-smsc911x.Tpo -c -o test_features-smsc911x.obj `if test -f 'smsc911x.c'; then $(CYGPATH_W) 'smsc911x.c'; else $(CYGPATH_W) '$(srcdir)/smsc911x.c'; fi`
ethtool-5.9/Makefile.in-2540-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-smsc911x.Tpo $(DEPDIR)/test_features-smsc911x.Po
##############################################
ethtool-5.9/Makefile.in-2542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2543:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-smsc911x.obj `if test -f 'smsc911x.c'; then $(CYGPATH_W) 'smsc911x.c'; else $(CYGPATH_W) '$(srcdir)/smsc911x.c'; fi`
ethtool-5.9/Makefile.in-2544-
ethtool-5.9/Makefile.in-2545-test_features-at76c50x-usb.o: at76c50x-usb.c
ethtool-5.9/Makefile.in:2546:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-at76c50x-usb.o -MD -MP -MF $(DEPDIR)/test_features-at76c50x-usb.Tpo -c -o test_features-at76c50x-usb.o `test -f 'at76c50x-usb.c' || echo '$(srcdir)/'`at76c50x-usb.c
ethtool-5.9/Makefile.in-2547-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-at76c50x-usb.Tpo $(DEPDIR)/test_features-at76c50x-usb.Po
##############################################
ethtool-5.9/Makefile.in-2549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-at76c50x-usb.o `test -f 'at76c50x-usb.c' || echo '$(srcdir)/'`at76c50x-usb.c
ethtool-5.9/Makefile.in-2551-
ethtool-5.9/Makefile.in-2552-test_features-at76c50x-usb.obj: at76c50x-usb.c
ethtool-5.9/Makefile.in:2553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-at76c50x-usb.obj -MD -MP -MF $(DEPDIR)/test_features-at76c50x-usb.Tpo -c -o test_features-at76c50x-usb.obj `if test -f 'at76c50x-usb.c'; then $(CYGPATH_W) 'at76c50x-usb.c'; else $(CYGPATH_W) '$(srcdir)/at76c50x-usb.c'; fi`
ethtool-5.9/Makefile.in-2554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-at76c50x-usb.Tpo $(DEPDIR)/test_features-at76c50x-usb.Po
##############################################
ethtool-5.9/Makefile.in-2556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-at76c50x-usb.obj `if test -f 'at76c50x-usb.c'; then $(CYGPATH_W) 'at76c50x-usb.c'; else $(CYGPATH_W) '$(srcdir)/at76c50x-usb.c'; fi`
ethtool-5.9/Makefile.in-2558-
ethtool-5.9/Makefile.in-2559-test_features-sfc.o: sfc.c
ethtool-5.9/Makefile.in:2560:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sfc.o -MD -MP -MF $(DEPDIR)/test_features-sfc.Tpo -c -o test_features-sfc.o `test -f 'sfc.c' || echo '$(srcdir)/'`sfc.c
ethtool-5.9/Makefile.in-2561-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sfc.Tpo $(DEPDIR)/test_features-sfc.Po
##############################################
ethtool-5.9/Makefile.in-2563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2564:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sfc.o `test -f 'sfc.c' || echo '$(srcdir)/'`sfc.c
ethtool-5.9/Makefile.in-2565-
ethtool-5.9/Makefile.in-2566-test_features-sfc.obj: sfc.c
ethtool-5.9/Makefile.in:2567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sfc.obj -MD -MP -MF $(DEPDIR)/test_features-sfc.Tpo -c -o test_features-sfc.obj `if test -f 'sfc.c'; then $(CYGPATH_W) 'sfc.c'; else $(CYGPATH_W) '$(srcdir)/sfc.c'; fi`
ethtool-5.9/Makefile.in-2568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sfc.Tpo $(DEPDIR)/test_features-sfc.Po
##############################################
ethtool-5.9/Makefile.in-2570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sfc.obj `if test -f 'sfc.c'; then $(CYGPATH_W) 'sfc.c'; else $(CYGPATH_W) '$(srcdir)/sfc.c'; fi`
ethtool-5.9/Makefile.in-2572-
ethtool-5.9/Makefile.in-2573-test_features-stmmac.o: stmmac.c
ethtool-5.9/Makefile.in:2574:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-stmmac.o -MD -MP -MF $(DEPDIR)/test_features-stmmac.Tpo -c -o test_features-stmmac.o `test -f 'stmmac.c' || echo '$(srcdir)/'`stmmac.c
ethtool-5.9/Makefile.in-2575-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-stmmac.Tpo $(DEPDIR)/test_features-stmmac.Po
##############################################
ethtool-5.9/Makefile.in-2577-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2578:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-stmmac.o `test -f 'stmmac.c' || echo '$(srcdir)/'`stmmac.c
ethtool-5.9/Makefile.in-2579-
ethtool-5.9/Makefile.in-2580-test_features-stmmac.obj: stmmac.c
ethtool-5.9/Makefile.in:2581:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-stmmac.obj -MD -MP -MF $(DEPDIR)/test_features-stmmac.Tpo -c -o test_features-stmmac.obj `if test -f 'stmmac.c'; then $(CYGPATH_W) 'stmmac.c'; else $(CYGPATH_W) '$(srcdir)/stmmac.c'; fi`
ethtool-5.9/Makefile.in-2582-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-stmmac.Tpo $(DEPDIR)/test_features-stmmac.Po
##############################################
ethtool-5.9/Makefile.in-2584-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2585:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-stmmac.obj `if test -f 'stmmac.c'; then $(CYGPATH_W) 'stmmac.c'; else $(CYGPATH_W) '$(srcdir)/stmmac.c'; fi`
ethtool-5.9/Makefile.in-2586-
ethtool-5.9/Makefile.in-2587-test_features-sff-common.o: sff-common.c
ethtool-5.9/Makefile.in:2588:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sff-common.o -MD -MP -MF $(DEPDIR)/test_features-sff-common.Tpo -c -o test_features-sff-common.o `test -f 'sff-common.c' || echo '$(srcdir)/'`sff-common.c
ethtool-5.9/Makefile.in-2589-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sff-common.Tpo $(DEPDIR)/test_features-sff-common.Po
##############################################
ethtool-5.9/Makefile.in-2591-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2592:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sff-common.o `test -f 'sff-common.c' || echo '$(srcdir)/'`sff-common.c
ethtool-5.9/Makefile.in-2593-
ethtool-5.9/Makefile.in-2594-test_features-sff-common.obj: sff-common.c
ethtool-5.9/Makefile.in:2595:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sff-common.obj -MD -MP -MF $(DEPDIR)/test_features-sff-common.Tpo -c -o test_features-sff-common.obj `if test -f 'sff-common.c'; then $(CYGPATH_W) 'sff-common.c'; else $(CYGPATH_W) '$(srcdir)/sff-common.c'; fi`
ethtool-5.9/Makefile.in-2596-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sff-common.Tpo $(DEPDIR)/test_features-sff-common.Po
##############################################
ethtool-5.9/Makefile.in-2598-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2599:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sff-common.obj `if test -f 'sff-common.c'; then $(CYGPATH_W) 'sff-common.c'; else $(CYGPATH_W) '$(srcdir)/sff-common.c'; fi`
ethtool-5.9/Makefile.in-2600-
ethtool-5.9/Makefile.in-2601-test_features-sfpid.o: sfpid.c
ethtool-5.9/Makefile.in:2602:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sfpid.o -MD -MP -MF $(DEPDIR)/test_features-sfpid.Tpo -c -o test_features-sfpid.o `test -f 'sfpid.c' || echo '$(srcdir)/'`sfpid.c
ethtool-5.9/Makefile.in-2603-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sfpid.Tpo $(DEPDIR)/test_features-sfpid.Po
##############################################
ethtool-5.9/Makefile.in-2605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2606:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sfpid.o `test -f 'sfpid.c' || echo '$(srcdir)/'`sfpid.c
ethtool-5.9/Makefile.in-2607-
ethtool-5.9/Makefile.in-2608-test_features-sfpid.obj: sfpid.c
ethtool-5.9/Makefile.in:2609:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sfpid.obj -MD -MP -MF $(DEPDIR)/test_features-sfpid.Tpo -c -o test_features-sfpid.obj `if test -f 'sfpid.c'; then $(CYGPATH_W) 'sfpid.c'; else $(CYGPATH_W) '$(srcdir)/sfpid.c'; fi`
ethtool-5.9/Makefile.in-2610-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sfpid.Tpo $(DEPDIR)/test_features-sfpid.Po
##############################################
ethtool-5.9/Makefile.in-2612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2613:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sfpid.obj `if test -f 'sfpid.c'; then $(CYGPATH_W) 'sfpid.c'; else $(CYGPATH_W) '$(srcdir)/sfpid.c'; fi`
ethtool-5.9/Makefile.in-2614-
ethtool-5.9/Makefile.in-2615-test_features-sfpdiag.o: sfpdiag.c
ethtool-5.9/Makefile.in:2616:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sfpdiag.o -MD -MP -MF $(DEPDIR)/test_features-sfpdiag.Tpo -c -o test_features-sfpdiag.o `test -f 'sfpdiag.c' || echo '$(srcdir)/'`sfpdiag.c
ethtool-5.9/Makefile.in-2617-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sfpdiag.Tpo $(DEPDIR)/test_features-sfpdiag.Po
##############################################
ethtool-5.9/Makefile.in-2619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sfpdiag.o `test -f 'sfpdiag.c' || echo '$(srcdir)/'`sfpdiag.c
ethtool-5.9/Makefile.in-2621-
ethtool-5.9/Makefile.in-2622-test_features-sfpdiag.obj: sfpdiag.c
ethtool-5.9/Makefile.in:2623:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-sfpdiag.obj -MD -MP -MF $(DEPDIR)/test_features-sfpdiag.Tpo -c -o test_features-sfpdiag.obj `if test -f 'sfpdiag.c'; then $(CYGPATH_W) 'sfpdiag.c'; else $(CYGPATH_W) '$(srcdir)/sfpdiag.c'; fi`
ethtool-5.9/Makefile.in-2624-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-sfpdiag.Tpo $(DEPDIR)/test_features-sfpdiag.Po
##############################################
ethtool-5.9/Makefile.in-2626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2627:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-sfpdiag.obj `if test -f 'sfpdiag.c'; then $(CYGPATH_W) 'sfpdiag.c'; else $(CYGPATH_W) '$(srcdir)/sfpdiag.c'; fi`
ethtool-5.9/Makefile.in-2628-
ethtool-5.9/Makefile.in-2629-test_features-ixgbevf.o: ixgbevf.c
ethtool-5.9/Makefile.in:2630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ixgbevf.o -MD -MP -MF $(DEPDIR)/test_features-ixgbevf.Tpo -c -o test_features-ixgbevf.o `test -f 'ixgbevf.c' || echo '$(srcdir)/'`ixgbevf.c
ethtool-5.9/Makefile.in-2631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ixgbevf.Tpo $(DEPDIR)/test_features-ixgbevf.Po
##############################################
ethtool-5.9/Makefile.in-2633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ixgbevf.o `test -f 'ixgbevf.c' || echo '$(srcdir)/'`ixgbevf.c
ethtool-5.9/Makefile.in-2635-
ethtool-5.9/Makefile.in-2636-test_features-ixgbevf.obj: ixgbevf.c
ethtool-5.9/Makefile.in:2637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-ixgbevf.obj -MD -MP -MF $(DEPDIR)/test_features-ixgbevf.Tpo -c -o test_features-ixgbevf.obj `if test -f 'ixgbevf.c'; then $(CYGPATH_W) 'ixgbevf.c'; else $(CYGPATH_W) '$(srcdir)/ixgbevf.c'; fi`
ethtool-5.9/Makefile.in-2638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-ixgbevf.Tpo $(DEPDIR)/test_features-ixgbevf.Po
##############################################
ethtool-5.9/Makefile.in-2640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-ixgbevf.obj `if test -f 'ixgbevf.c'; then $(CYGPATH_W) 'ixgbevf.c'; else $(CYGPATH_W) '$(srcdir)/ixgbevf.c'; fi`
ethtool-5.9/Makefile.in-2642-
ethtool-5.9/Makefile.in-2643-test_features-tse.o: tse.c
ethtool-5.9/Makefile.in:2644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-tse.o -MD -MP -MF $(DEPDIR)/test_features-tse.Tpo -c -o test_features-tse.o `test -f 'tse.c' || echo '$(srcdir)/'`tse.c
ethtool-5.9/Makefile.in-2645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-tse.Tpo $(DEPDIR)/test_features-tse.Po
##############################################
ethtool-5.9/Makefile.in-2647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-tse.o `test -f 'tse.c' || echo '$(srcdir)/'`tse.c
ethtool-5.9/Makefile.in-2649-
ethtool-5.9/Makefile.in-2650-test_features-tse.obj: tse.c
ethtool-5.9/Makefile.in:2651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-tse.obj -MD -MP -MF $(DEPDIR)/test_features-tse.Tpo -c -o test_features-tse.obj `if test -f 'tse.c'; then $(CYGPATH_W) 'tse.c'; else $(CYGPATH_W) '$(srcdir)/tse.c'; fi`
ethtool-5.9/Makefile.in-2652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-tse.Tpo $(DEPDIR)/test_features-tse.Po
##############################################
ethtool-5.9/Makefile.in-2654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-tse.obj `if test -f 'tse.c'; then $(CYGPATH_W) 'tse.c'; else $(CYGPATH_W) '$(srcdir)/tse.c'; fi`
ethtool-5.9/Makefile.in-2656-
ethtool-5.9/Makefile.in-2657-test_features-vmxnet3.o: vmxnet3.c
ethtool-5.9/Makefile.in:2658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-vmxnet3.o -MD -MP -MF $(DEPDIR)/test_features-vmxnet3.Tpo -c -o test_features-vmxnet3.o `test -f 'vmxnet3.c' || echo '$(srcdir)/'`vmxnet3.c
ethtool-5.9/Makefile.in-2659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-vmxnet3.Tpo $(DEPDIR)/test_features-vmxnet3.Po
##############################################
ethtool-5.9/Makefile.in-2661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-vmxnet3.o `test -f 'vmxnet3.c' || echo '$(srcdir)/'`vmxnet3.c
ethtool-5.9/Makefile.in-2663-
ethtool-5.9/Makefile.in-2664-test_features-vmxnet3.obj: vmxnet3.c
ethtool-5.9/Makefile.in:2665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-vmxnet3.obj -MD -MP -MF $(DEPDIR)/test_features-vmxnet3.Tpo -c -o test_features-vmxnet3.obj `if test -f 'vmxnet3.c'; then $(CYGPATH_W) 'vmxnet3.c'; else $(CYGPATH_W) '$(srcdir)/vmxnet3.c'; fi`
ethtool-5.9/Makefile.in-2666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-vmxnet3.Tpo $(DEPDIR)/test_features-vmxnet3.Po
##############################################
ethtool-5.9/Makefile.in-2668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-vmxnet3.obj `if test -f 'vmxnet3.c'; then $(CYGPATH_W) 'vmxnet3.c'; else $(CYGPATH_W) '$(srcdir)/vmxnet3.c'; fi`
ethtool-5.9/Makefile.in-2670-
ethtool-5.9/Makefile.in-2671-test_features-qsfp.o: qsfp.c
ethtool-5.9/Makefile.in:2672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-qsfp.o -MD -MP -MF $(DEPDIR)/test_features-qsfp.Tpo -c -o test_features-qsfp.o `test -f 'qsfp.c' || echo '$(srcdir)/'`qsfp.c
ethtool-5.9/Makefile.in-2673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-qsfp.Tpo $(DEPDIR)/test_features-qsfp.Po
##############################################
ethtool-5.9/Makefile.in-2675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-qsfp.o `test -f 'qsfp.c' || echo '$(srcdir)/'`qsfp.c
ethtool-5.9/Makefile.in-2677-
ethtool-5.9/Makefile.in-2678-test_features-qsfp.obj: qsfp.c
ethtool-5.9/Makefile.in:2679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-qsfp.obj -MD -MP -MF $(DEPDIR)/test_features-qsfp.Tpo -c -o test_features-qsfp.obj `if test -f 'qsfp.c'; then $(CYGPATH_W) 'qsfp.c'; else $(CYGPATH_W) '$(srcdir)/qsfp.c'; fi`
ethtool-5.9/Makefile.in-2680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-qsfp.Tpo $(DEPDIR)/test_features-qsfp.Po
##############################################
ethtool-5.9/Makefile.in-2682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-qsfp.obj `if test -f 'qsfp.c'; then $(CYGPATH_W) 'qsfp.c'; else $(CYGPATH_W) '$(srcdir)/qsfp.c'; fi`
ethtool-5.9/Makefile.in-2684-
ethtool-5.9/Makefile.in-2685-test_features-fjes.o: fjes.c
ethtool-5.9/Makefile.in:2686:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-fjes.o -MD -MP -MF $(DEPDIR)/test_features-fjes.Tpo -c -o test_features-fjes.o `test -f 'fjes.c' || echo '$(srcdir)/'`fjes.c
ethtool-5.9/Makefile.in-2687-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-fjes.Tpo $(DEPDIR)/test_features-fjes.Po
##############################################
ethtool-5.9/Makefile.in-2689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2690:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-fjes.o `test -f 'fjes.c' || echo '$(srcdir)/'`fjes.c
ethtool-5.9/Makefile.in-2691-
ethtool-5.9/Makefile.in-2692-test_features-fjes.obj: fjes.c
ethtool-5.9/Makefile.in:2693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-fjes.obj -MD -MP -MF $(DEPDIR)/test_features-fjes.Tpo -c -o test_features-fjes.obj `if test -f 'fjes.c'; then $(CYGPATH_W) 'fjes.c'; else $(CYGPATH_W) '$(srcdir)/fjes.c'; fi`
ethtool-5.9/Makefile.in-2694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-fjes.Tpo $(DEPDIR)/test_features-fjes.Po
##############################################
ethtool-5.9/Makefile.in-2696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-fjes.obj `if test -f 'fjes.c'; then $(CYGPATH_W) 'fjes.c'; else $(CYGPATH_W) '$(srcdir)/fjes.c'; fi`
ethtool-5.9/Makefile.in-2698-
ethtool-5.9/Makefile.in-2699-test_features-lan78xx.o: lan78xx.c
ethtool-5.9/Makefile.in:2700:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-lan78xx.o -MD -MP -MF $(DEPDIR)/test_features-lan78xx.Tpo -c -o test_features-lan78xx.o `test -f 'lan78xx.c' || echo '$(srcdir)/'`lan78xx.c
ethtool-5.9/Makefile.in-2701-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-lan78xx.Tpo $(DEPDIR)/test_features-lan78xx.Po
##############################################
ethtool-5.9/Makefile.in-2703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2704:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-lan78xx.o `test -f 'lan78xx.c' || echo '$(srcdir)/'`lan78xx.c
ethtool-5.9/Makefile.in-2705-
ethtool-5.9/Makefile.in-2706-test_features-lan78xx.obj: lan78xx.c
ethtool-5.9/Makefile.in:2707:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-lan78xx.obj -MD -MP -MF $(DEPDIR)/test_features-lan78xx.Tpo -c -o test_features-lan78xx.obj `if test -f 'lan78xx.c'; then $(CYGPATH_W) 'lan78xx.c'; else $(CYGPATH_W) '$(srcdir)/lan78xx.c'; fi`
ethtool-5.9/Makefile.in-2708-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-lan78xx.Tpo $(DEPDIR)/test_features-lan78xx.Po
##############################################
ethtool-5.9/Makefile.in-2710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2711:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-lan78xx.obj `if test -f 'lan78xx.c'; then $(CYGPATH_W) 'lan78xx.c'; else $(CYGPATH_W) '$(srcdir)/lan78xx.c'; fi`
ethtool-5.9/Makefile.in-2712-
ethtool-5.9/Makefile.in-2713-test_features-igc.o: igc.c
ethtool-5.9/Makefile.in:2714:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-igc.o -MD -MP -MF $(DEPDIR)/test_features-igc.Tpo -c -o test_features-igc.o `test -f 'igc.c' || echo '$(srcdir)/'`igc.c
ethtool-5.9/Makefile.in-2715-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-igc.Tpo $(DEPDIR)/test_features-igc.Po
##############################################
ethtool-5.9/Makefile.in-2717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2718:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-igc.o `test -f 'igc.c' || echo '$(srcdir)/'`igc.c
ethtool-5.9/Makefile.in-2719-
ethtool-5.9/Makefile.in-2720-test_features-igc.obj: igc.c
ethtool-5.9/Makefile.in:2721:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-igc.obj -MD -MP -MF $(DEPDIR)/test_features-igc.Tpo -c -o test_features-igc.obj `if test -f 'igc.c'; then $(CYGPATH_W) 'igc.c'; else $(CYGPATH_W) '$(srcdir)/igc.c'; fi`
ethtool-5.9/Makefile.in-2722-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-igc.Tpo $(DEPDIR)/test_features-igc.Po
##############################################
ethtool-5.9/Makefile.in-2724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2725:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-igc.obj `if test -f 'igc.c'; then $(CYGPATH_W) 'igc.c'; else $(CYGPATH_W) '$(srcdir)/igc.c'; fi`
ethtool-5.9/Makefile.in-2726-
ethtool-5.9/Makefile.in-2727-test_features-qsfp-dd.o: qsfp-dd.c
ethtool-5.9/Makefile.in:2728:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-qsfp-dd.o -MD -MP -MF $(DEPDIR)/test_features-qsfp-dd.Tpo -c -o test_features-qsfp-dd.o `test -f 'qsfp-dd.c' || echo '$(srcdir)/'`qsfp-dd.c
ethtool-5.9/Makefile.in-2729-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-qsfp-dd.Tpo $(DEPDIR)/test_features-qsfp-dd.Po
##############################################
ethtool-5.9/Makefile.in-2731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2732:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-qsfp-dd.o `test -f 'qsfp-dd.c' || echo '$(srcdir)/'`qsfp-dd.c
ethtool-5.9/Makefile.in-2733-
ethtool-5.9/Makefile.in-2734-test_features-qsfp-dd.obj: qsfp-dd.c
ethtool-5.9/Makefile.in:2735:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-qsfp-dd.obj -MD -MP -MF $(DEPDIR)/test_features-qsfp-dd.Tpo -c -o test_features-qsfp-dd.obj `if test -f 'qsfp-dd.c'; then $(CYGPATH_W) 'qsfp-dd.c'; else $(CYGPATH_W) '$(srcdir)/qsfp-dd.c'; fi`
ethtool-5.9/Makefile.in-2736-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-qsfp-dd.Tpo $(DEPDIR)/test_features-qsfp-dd.Po
##############################################
ethtool-5.9/Makefile.in-2738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2739:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-qsfp-dd.obj `if test -f 'qsfp-dd.c'; then $(CYGPATH_W) 'qsfp-dd.c'; else $(CYGPATH_W) '$(srcdir)/qsfp-dd.c'; fi`
ethtool-5.9/Makefile.in-2740-
ethtool-5.9/Makefile.in-2741-test_features-bnxt.o: bnxt.c
ethtool-5.9/Makefile.in:2742:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-bnxt.o -MD -MP -MF $(DEPDIR)/test_features-bnxt.Tpo -c -o test_features-bnxt.o `test -f 'bnxt.c' || echo '$(srcdir)/'`bnxt.c
ethtool-5.9/Makefile.in-2743-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-bnxt.Tpo $(DEPDIR)/test_features-bnxt.Po
##############################################
ethtool-5.9/Makefile.in-2745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2746:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-bnxt.o `test -f 'bnxt.c' || echo '$(srcdir)/'`bnxt.c
ethtool-5.9/Makefile.in-2747-
ethtool-5.9/Makefile.in-2748-test_features-bnxt.obj: bnxt.c
ethtool-5.9/Makefile.in:2749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT test_features-bnxt.obj -MD -MP -MF $(DEPDIR)/test_features-bnxt.Tpo -c -o test_features-bnxt.obj `if test -f 'bnxt.c'; then $(CYGPATH_W) 'bnxt.c'; else $(CYGPATH_W) '$(srcdir)/bnxt.c'; fi`
ethtool-5.9/Makefile.in-2750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_features-bnxt.Tpo $(DEPDIR)/test_features-bnxt.Po
##############################################
ethtool-5.9/Makefile.in-2752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o test_features-bnxt.obj `if test -f 'bnxt.c'; then $(CYGPATH_W) 'bnxt.c'; else $(CYGPATH_W) '$(srcdir)/bnxt.c'; fi`
ethtool-5.9/Makefile.in-2754-
ethtool-5.9/Makefile.in-2755-netlink/test_features-netlink.o: netlink/netlink.c
ethtool-5.9/Makefile.in:2756:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-netlink.o -MD -MP -MF netlink/$(DEPDIR)/test_features-netlink.Tpo -c -o netlink/test_features-netlink.o `test -f 'netlink/netlink.c' || echo '$(srcdir)/'`netlink/netlink.c
ethtool-5.9/Makefile.in-2757-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-netlink.Tpo netlink/$(DEPDIR)/test_features-netlink.Po
##############################################
ethtool-5.9/Makefile.in-2759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2760:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-netlink.o `test -f 'netlink/netlink.c' || echo '$(srcdir)/'`netlink/netlink.c
ethtool-5.9/Makefile.in-2761-
ethtool-5.9/Makefile.in-2762-netlink/test_features-netlink.obj: netlink/netlink.c
ethtool-5.9/Makefile.in:2763:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-netlink.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-netlink.Tpo -c -o netlink/test_features-netlink.obj `if test -f 'netlink/netlink.c'; then $(CYGPATH_W) 'netlink/netlink.c'; else $(CYGPATH_W) '$(srcdir)/netlink/netlink.c'; fi`
ethtool-5.9/Makefile.in-2764-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-netlink.Tpo netlink/$(DEPDIR)/test_features-netlink.Po
##############################################
ethtool-5.9/Makefile.in-2766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2767:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-netlink.obj `if test -f 'netlink/netlink.c'; then $(CYGPATH_W) 'netlink/netlink.c'; else $(CYGPATH_W) '$(srcdir)/netlink/netlink.c'; fi`
ethtool-5.9/Makefile.in-2768-
ethtool-5.9/Makefile.in-2769-netlink/test_features-msgbuff.o: netlink/msgbuff.c
ethtool-5.9/Makefile.in:2770:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-msgbuff.o -MD -MP -MF netlink/$(DEPDIR)/test_features-msgbuff.Tpo -c -o netlink/test_features-msgbuff.o `test -f 'netlink/msgbuff.c' || echo '$(srcdir)/'`netlink/msgbuff.c
ethtool-5.9/Makefile.in-2771-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-msgbuff.Tpo netlink/$(DEPDIR)/test_features-msgbuff.Po
##############################################
ethtool-5.9/Makefile.in-2773-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2774:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-msgbuff.o `test -f 'netlink/msgbuff.c' || echo '$(srcdir)/'`netlink/msgbuff.c
ethtool-5.9/Makefile.in-2775-
ethtool-5.9/Makefile.in-2776-netlink/test_features-msgbuff.obj: netlink/msgbuff.c
ethtool-5.9/Makefile.in:2777:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-msgbuff.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-msgbuff.Tpo -c -o netlink/test_features-msgbuff.obj `if test -f 'netlink/msgbuff.c'; then $(CYGPATH_W) 'netlink/msgbuff.c'; else $(CYGPATH_W) '$(srcdir)/netlink/msgbuff.c'; fi`
ethtool-5.9/Makefile.in-2778-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-msgbuff.Tpo netlink/$(DEPDIR)/test_features-msgbuff.Po
##############################################
ethtool-5.9/Makefile.in-2780-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2781:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-msgbuff.obj `if test -f 'netlink/msgbuff.c'; then $(CYGPATH_W) 'netlink/msgbuff.c'; else $(CYGPATH_W) '$(srcdir)/netlink/msgbuff.c'; fi`
ethtool-5.9/Makefile.in-2782-
ethtool-5.9/Makefile.in-2783-netlink/test_features-nlsock.o: netlink/nlsock.c
ethtool-5.9/Makefile.in:2784:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-nlsock.o -MD -MP -MF netlink/$(DEPDIR)/test_features-nlsock.Tpo -c -o netlink/test_features-nlsock.o `test -f 'netlink/nlsock.c' || echo '$(srcdir)/'`netlink/nlsock.c
ethtool-5.9/Makefile.in-2785-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-nlsock.Tpo netlink/$(DEPDIR)/test_features-nlsock.Po
##############################################
ethtool-5.9/Makefile.in-2787-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2788:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-nlsock.o `test -f 'netlink/nlsock.c' || echo '$(srcdir)/'`netlink/nlsock.c
ethtool-5.9/Makefile.in-2789-
ethtool-5.9/Makefile.in-2790-netlink/test_features-nlsock.obj: netlink/nlsock.c
ethtool-5.9/Makefile.in:2791:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-nlsock.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-nlsock.Tpo -c -o netlink/test_features-nlsock.obj `if test -f 'netlink/nlsock.c'; then $(CYGPATH_W) 'netlink/nlsock.c'; else $(CYGPATH_W) '$(srcdir)/netlink/nlsock.c'; fi`
ethtool-5.9/Makefile.in-2792-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-nlsock.Tpo netlink/$(DEPDIR)/test_features-nlsock.Po
##############################################
ethtool-5.9/Makefile.in-2794-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2795:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-nlsock.obj `if test -f 'netlink/nlsock.c'; then $(CYGPATH_W) 'netlink/nlsock.c'; else $(CYGPATH_W) '$(srcdir)/netlink/nlsock.c'; fi`
ethtool-5.9/Makefile.in-2796-
ethtool-5.9/Makefile.in-2797-netlink/test_features-strset.o: netlink/strset.c
ethtool-5.9/Makefile.in:2798:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-strset.o -MD -MP -MF netlink/$(DEPDIR)/test_features-strset.Tpo -c -o netlink/test_features-strset.o `test -f 'netlink/strset.c' || echo '$(srcdir)/'`netlink/strset.c
ethtool-5.9/Makefile.in-2799-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-strset.Tpo netlink/$(DEPDIR)/test_features-strset.Po
##############################################
ethtool-5.9/Makefile.in-2801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2802:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-strset.o `test -f 'netlink/strset.c' || echo '$(srcdir)/'`netlink/strset.c
ethtool-5.9/Makefile.in-2803-
ethtool-5.9/Makefile.in-2804-netlink/test_features-strset.obj: netlink/strset.c
ethtool-5.9/Makefile.in:2805:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-strset.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-strset.Tpo -c -o netlink/test_features-strset.obj `if test -f 'netlink/strset.c'; then $(CYGPATH_W) 'netlink/strset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/strset.c'; fi`
ethtool-5.9/Makefile.in-2806-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-strset.Tpo netlink/$(DEPDIR)/test_features-strset.Po
##############################################
ethtool-5.9/Makefile.in-2808-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2809:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-strset.obj `if test -f 'netlink/strset.c'; then $(CYGPATH_W) 'netlink/strset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/strset.c'; fi`
ethtool-5.9/Makefile.in-2810-
ethtool-5.9/Makefile.in-2811-netlink/test_features-monitor.o: netlink/monitor.c
ethtool-5.9/Makefile.in:2812:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-monitor.o -MD -MP -MF netlink/$(DEPDIR)/test_features-monitor.Tpo -c -o netlink/test_features-monitor.o `test -f 'netlink/monitor.c' || echo '$(srcdir)/'`netlink/monitor.c
ethtool-5.9/Makefile.in-2813-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-monitor.Tpo netlink/$(DEPDIR)/test_features-monitor.Po
##############################################
ethtool-5.9/Makefile.in-2815-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2816:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-monitor.o `test -f 'netlink/monitor.c' || echo '$(srcdir)/'`netlink/monitor.c
ethtool-5.9/Makefile.in-2817-
ethtool-5.9/Makefile.in-2818-netlink/test_features-monitor.obj: netlink/monitor.c
ethtool-5.9/Makefile.in:2819:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-monitor.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-monitor.Tpo -c -o netlink/test_features-monitor.obj `if test -f 'netlink/monitor.c'; then $(CYGPATH_W) 'netlink/monitor.c'; else $(CYGPATH_W) '$(srcdir)/netlink/monitor.c'; fi`
ethtool-5.9/Makefile.in-2820-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-monitor.Tpo netlink/$(DEPDIR)/test_features-monitor.Po
##############################################
ethtool-5.9/Makefile.in-2822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2823:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-monitor.obj `if test -f 'netlink/monitor.c'; then $(CYGPATH_W) 'netlink/monitor.c'; else $(CYGPATH_W) '$(srcdir)/netlink/monitor.c'; fi`
ethtool-5.9/Makefile.in-2824-
ethtool-5.9/Makefile.in-2825-netlink/test_features-bitset.o: netlink/bitset.c
ethtool-5.9/Makefile.in:2826:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-bitset.o -MD -MP -MF netlink/$(DEPDIR)/test_features-bitset.Tpo -c -o netlink/test_features-bitset.o `test -f 'netlink/bitset.c' || echo '$(srcdir)/'`netlink/bitset.c
ethtool-5.9/Makefile.in-2827-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-bitset.Tpo netlink/$(DEPDIR)/test_features-bitset.Po
##############################################
ethtool-5.9/Makefile.in-2829-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2830:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-bitset.o `test -f 'netlink/bitset.c' || echo '$(srcdir)/'`netlink/bitset.c
ethtool-5.9/Makefile.in-2831-
ethtool-5.9/Makefile.in-2832-netlink/test_features-bitset.obj: netlink/bitset.c
ethtool-5.9/Makefile.in:2833:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-bitset.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-bitset.Tpo -c -o netlink/test_features-bitset.obj `if test -f 'netlink/bitset.c'; then $(CYGPATH_W) 'netlink/bitset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/bitset.c'; fi`
ethtool-5.9/Makefile.in-2834-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-bitset.Tpo netlink/$(DEPDIR)/test_features-bitset.Po
##############################################
ethtool-5.9/Makefile.in-2836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2837:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-bitset.obj `if test -f 'netlink/bitset.c'; then $(CYGPATH_W) 'netlink/bitset.c'; else $(CYGPATH_W) '$(srcdir)/netlink/bitset.c'; fi`
ethtool-5.9/Makefile.in-2838-
ethtool-5.9/Makefile.in-2839-netlink/test_features-settings.o: netlink/settings.c
ethtool-5.9/Makefile.in:2840:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-settings.o -MD -MP -MF netlink/$(DEPDIR)/test_features-settings.Tpo -c -o netlink/test_features-settings.o `test -f 'netlink/settings.c' || echo '$(srcdir)/'`netlink/settings.c
ethtool-5.9/Makefile.in-2841-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-settings.Tpo netlink/$(DEPDIR)/test_features-settings.Po
##############################################
ethtool-5.9/Makefile.in-2843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2844:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-settings.o `test -f 'netlink/settings.c' || echo '$(srcdir)/'`netlink/settings.c
ethtool-5.9/Makefile.in-2845-
ethtool-5.9/Makefile.in-2846-netlink/test_features-settings.obj: netlink/settings.c
ethtool-5.9/Makefile.in:2847:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-settings.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-settings.Tpo -c -o netlink/test_features-settings.obj `if test -f 'netlink/settings.c'; then $(CYGPATH_W) 'netlink/settings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/settings.c'; fi`
ethtool-5.9/Makefile.in-2848-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-settings.Tpo netlink/$(DEPDIR)/test_features-settings.Po
##############################################
ethtool-5.9/Makefile.in-2850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2851:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-settings.obj `if test -f 'netlink/settings.c'; then $(CYGPATH_W) 'netlink/settings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/settings.c'; fi`
ethtool-5.9/Makefile.in-2852-
ethtool-5.9/Makefile.in-2853-netlink/test_features-parser.o: netlink/parser.c
ethtool-5.9/Makefile.in:2854:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-parser.o -MD -MP -MF netlink/$(DEPDIR)/test_features-parser.Tpo -c -o netlink/test_features-parser.o `test -f 'netlink/parser.c' || echo '$(srcdir)/'`netlink/parser.c
ethtool-5.9/Makefile.in-2855-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-parser.Tpo netlink/$(DEPDIR)/test_features-parser.Po
##############################################
ethtool-5.9/Makefile.in-2857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2858:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-parser.o `test -f 'netlink/parser.c' || echo '$(srcdir)/'`netlink/parser.c
ethtool-5.9/Makefile.in-2859-
ethtool-5.9/Makefile.in-2860-netlink/test_features-parser.obj: netlink/parser.c
ethtool-5.9/Makefile.in:2861:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-parser.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-parser.Tpo -c -o netlink/test_features-parser.obj `if test -f 'netlink/parser.c'; then $(CYGPATH_W) 'netlink/parser.c'; else $(CYGPATH_W) '$(srcdir)/netlink/parser.c'; fi`
ethtool-5.9/Makefile.in-2862-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-parser.Tpo netlink/$(DEPDIR)/test_features-parser.Po
##############################################
ethtool-5.9/Makefile.in-2864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2865:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-parser.obj `if test -f 'netlink/parser.c'; then $(CYGPATH_W) 'netlink/parser.c'; else $(CYGPATH_W) '$(srcdir)/netlink/parser.c'; fi`
ethtool-5.9/Makefile.in-2866-
ethtool-5.9/Makefile.in-2867-netlink/test_features-permaddr.o: netlink/permaddr.c
ethtool-5.9/Makefile.in:2868:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-permaddr.o -MD -MP -MF netlink/$(DEPDIR)/test_features-permaddr.Tpo -c -o netlink/test_features-permaddr.o `test -f 'netlink/permaddr.c' || echo '$(srcdir)/'`netlink/permaddr.c
ethtool-5.9/Makefile.in-2869-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-permaddr.Tpo netlink/$(DEPDIR)/test_features-permaddr.Po
##############################################
ethtool-5.9/Makefile.in-2871-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2872:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-permaddr.o `test -f 'netlink/permaddr.c' || echo '$(srcdir)/'`netlink/permaddr.c
ethtool-5.9/Makefile.in-2873-
ethtool-5.9/Makefile.in-2874-netlink/test_features-permaddr.obj: netlink/permaddr.c
ethtool-5.9/Makefile.in:2875:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-permaddr.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-permaddr.Tpo -c -o netlink/test_features-permaddr.obj `if test -f 'netlink/permaddr.c'; then $(CYGPATH_W) 'netlink/permaddr.c'; else $(CYGPATH_W) '$(srcdir)/netlink/permaddr.c'; fi`
ethtool-5.9/Makefile.in-2876-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-permaddr.Tpo netlink/$(DEPDIR)/test_features-permaddr.Po
##############################################
ethtool-5.9/Makefile.in-2878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2879:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-permaddr.obj `if test -f 'netlink/permaddr.c'; then $(CYGPATH_W) 'netlink/permaddr.c'; else $(CYGPATH_W) '$(srcdir)/netlink/permaddr.c'; fi`
ethtool-5.9/Makefile.in-2880-
ethtool-5.9/Makefile.in-2881-netlink/test_features-prettymsg.o: netlink/prettymsg.c
ethtool-5.9/Makefile.in:2882:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-prettymsg.o -MD -MP -MF netlink/$(DEPDIR)/test_features-prettymsg.Tpo -c -o netlink/test_features-prettymsg.o `test -f 'netlink/prettymsg.c' || echo '$(srcdir)/'`netlink/prettymsg.c
ethtool-5.9/Makefile.in-2883-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-prettymsg.Tpo netlink/$(DEPDIR)/test_features-prettymsg.Po
##############################################
ethtool-5.9/Makefile.in-2885-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2886:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-prettymsg.o `test -f 'netlink/prettymsg.c' || echo '$(srcdir)/'`netlink/prettymsg.c
ethtool-5.9/Makefile.in-2887-
ethtool-5.9/Makefile.in-2888-netlink/test_features-prettymsg.obj: netlink/prettymsg.c
ethtool-5.9/Makefile.in:2889:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-prettymsg.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-prettymsg.Tpo -c -o netlink/test_features-prettymsg.obj `if test -f 'netlink/prettymsg.c'; then $(CYGPATH_W) 'netlink/prettymsg.c'; else $(CYGPATH_W) '$(srcdir)/netlink/prettymsg.c'; fi`
ethtool-5.9/Makefile.in-2890-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-prettymsg.Tpo netlink/$(DEPDIR)/test_features-prettymsg.Po
##############################################
ethtool-5.9/Makefile.in-2892-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2893:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-prettymsg.obj `if test -f 'netlink/prettymsg.c'; then $(CYGPATH_W) 'netlink/prettymsg.c'; else $(CYGPATH_W) '$(srcdir)/netlink/prettymsg.c'; fi`
ethtool-5.9/Makefile.in-2894-
ethtool-5.9/Makefile.in-2895-netlink/test_features-features.o: netlink/features.c
ethtool-5.9/Makefile.in:2896:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-features.o -MD -MP -MF netlink/$(DEPDIR)/test_features-features.Tpo -c -o netlink/test_features-features.o `test -f 'netlink/features.c' || echo '$(srcdir)/'`netlink/features.c
ethtool-5.9/Makefile.in-2897-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-features.Tpo netlink/$(DEPDIR)/test_features-features.Po
##############################################
ethtool-5.9/Makefile.in-2899-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2900:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-features.o `test -f 'netlink/features.c' || echo '$(srcdir)/'`netlink/features.c
ethtool-5.9/Makefile.in-2901-
ethtool-5.9/Makefile.in-2902-netlink/test_features-features.obj: netlink/features.c
ethtool-5.9/Makefile.in:2903:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-features.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-features.Tpo -c -o netlink/test_features-features.obj `if test -f 'netlink/features.c'; then $(CYGPATH_W) 'netlink/features.c'; else $(CYGPATH_W) '$(srcdir)/netlink/features.c'; fi`
ethtool-5.9/Makefile.in-2904-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-features.Tpo netlink/$(DEPDIR)/test_features-features.Po
##############################################
ethtool-5.9/Makefile.in-2906-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2907:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-features.obj `if test -f 'netlink/features.c'; then $(CYGPATH_W) 'netlink/features.c'; else $(CYGPATH_W) '$(srcdir)/netlink/features.c'; fi`
ethtool-5.9/Makefile.in-2908-
ethtool-5.9/Makefile.in-2909-netlink/test_features-privflags.o: netlink/privflags.c
ethtool-5.9/Makefile.in:2910:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-privflags.o -MD -MP -MF netlink/$(DEPDIR)/test_features-privflags.Tpo -c -o netlink/test_features-privflags.o `test -f 'netlink/privflags.c' || echo '$(srcdir)/'`netlink/privflags.c
ethtool-5.9/Makefile.in-2911-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-privflags.Tpo netlink/$(DEPDIR)/test_features-privflags.Po
##############################################
ethtool-5.9/Makefile.in-2913-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2914:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-privflags.o `test -f 'netlink/privflags.c' || echo '$(srcdir)/'`netlink/privflags.c
ethtool-5.9/Makefile.in-2915-
ethtool-5.9/Makefile.in-2916-netlink/test_features-privflags.obj: netlink/privflags.c
ethtool-5.9/Makefile.in:2917:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-privflags.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-privflags.Tpo -c -o netlink/test_features-privflags.obj `if test -f 'netlink/privflags.c'; then $(CYGPATH_W) 'netlink/privflags.c'; else $(CYGPATH_W) '$(srcdir)/netlink/privflags.c'; fi`
ethtool-5.9/Makefile.in-2918-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-privflags.Tpo netlink/$(DEPDIR)/test_features-privflags.Po
##############################################
ethtool-5.9/Makefile.in-2920-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2921:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-privflags.obj `if test -f 'netlink/privflags.c'; then $(CYGPATH_W) 'netlink/privflags.c'; else $(CYGPATH_W) '$(srcdir)/netlink/privflags.c'; fi`
ethtool-5.9/Makefile.in-2922-
ethtool-5.9/Makefile.in-2923-netlink/test_features-rings.o: netlink/rings.c
ethtool-5.9/Makefile.in:2924:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-rings.o -MD -MP -MF netlink/$(DEPDIR)/test_features-rings.Tpo -c -o netlink/test_features-rings.o `test -f 'netlink/rings.c' || echo '$(srcdir)/'`netlink/rings.c
ethtool-5.9/Makefile.in-2925-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-rings.Tpo netlink/$(DEPDIR)/test_features-rings.Po
##############################################
ethtool-5.9/Makefile.in-2927-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2928:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-rings.o `test -f 'netlink/rings.c' || echo '$(srcdir)/'`netlink/rings.c
ethtool-5.9/Makefile.in-2929-
ethtool-5.9/Makefile.in-2930-netlink/test_features-rings.obj: netlink/rings.c
ethtool-5.9/Makefile.in:2931:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-rings.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-rings.Tpo -c -o netlink/test_features-rings.obj `if test -f 'netlink/rings.c'; then $(CYGPATH_W) 'netlink/rings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/rings.c'; fi`
ethtool-5.9/Makefile.in-2932-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-rings.Tpo netlink/$(DEPDIR)/test_features-rings.Po
##############################################
ethtool-5.9/Makefile.in-2934-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2935:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-rings.obj `if test -f 'netlink/rings.c'; then $(CYGPATH_W) 'netlink/rings.c'; else $(CYGPATH_W) '$(srcdir)/netlink/rings.c'; fi`
ethtool-5.9/Makefile.in-2936-
ethtool-5.9/Makefile.in-2937-netlink/test_features-channels.o: netlink/channels.c
ethtool-5.9/Makefile.in:2938:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-channels.o -MD -MP -MF netlink/$(DEPDIR)/test_features-channels.Tpo -c -o netlink/test_features-channels.o `test -f 'netlink/channels.c' || echo '$(srcdir)/'`netlink/channels.c
ethtool-5.9/Makefile.in-2939-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-channels.Tpo netlink/$(DEPDIR)/test_features-channels.Po
##############################################
ethtool-5.9/Makefile.in-2941-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2942:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-channels.o `test -f 'netlink/channels.c' || echo '$(srcdir)/'`netlink/channels.c
ethtool-5.9/Makefile.in-2943-
ethtool-5.9/Makefile.in-2944-netlink/test_features-channels.obj: netlink/channels.c
ethtool-5.9/Makefile.in:2945:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-channels.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-channels.Tpo -c -o netlink/test_features-channels.obj `if test -f 'netlink/channels.c'; then $(CYGPATH_W) 'netlink/channels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/channels.c'; fi`
ethtool-5.9/Makefile.in-2946-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-channels.Tpo netlink/$(DEPDIR)/test_features-channels.Po
##############################################
ethtool-5.9/Makefile.in-2948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2949:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-channels.obj `if test -f 'netlink/channels.c'; then $(CYGPATH_W) 'netlink/channels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/channels.c'; fi`
ethtool-5.9/Makefile.in-2950-
ethtool-5.9/Makefile.in-2951-netlink/test_features-coalesce.o: netlink/coalesce.c
ethtool-5.9/Makefile.in:2952:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-coalesce.o -MD -MP -MF netlink/$(DEPDIR)/test_features-coalesce.Tpo -c -o netlink/test_features-coalesce.o `test -f 'netlink/coalesce.c' || echo '$(srcdir)/'`netlink/coalesce.c
ethtool-5.9/Makefile.in-2953-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-coalesce.Tpo netlink/$(DEPDIR)/test_features-coalesce.Po
##############################################
ethtool-5.9/Makefile.in-2955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2956:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-coalesce.o `test -f 'netlink/coalesce.c' || echo '$(srcdir)/'`netlink/coalesce.c
ethtool-5.9/Makefile.in-2957-
ethtool-5.9/Makefile.in-2958-netlink/test_features-coalesce.obj: netlink/coalesce.c
ethtool-5.9/Makefile.in:2959:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-coalesce.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-coalesce.Tpo -c -o netlink/test_features-coalesce.obj `if test -f 'netlink/coalesce.c'; then $(CYGPATH_W) 'netlink/coalesce.c'; else $(CYGPATH_W) '$(srcdir)/netlink/coalesce.c'; fi`
ethtool-5.9/Makefile.in-2960-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-coalesce.Tpo netlink/$(DEPDIR)/test_features-coalesce.Po
##############################################
ethtool-5.9/Makefile.in-2962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2963:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-coalesce.obj `if test -f 'netlink/coalesce.c'; then $(CYGPATH_W) 'netlink/coalesce.c'; else $(CYGPATH_W) '$(srcdir)/netlink/coalesce.c'; fi`
ethtool-5.9/Makefile.in-2964-
ethtool-5.9/Makefile.in-2965-netlink/test_features-pause.o: netlink/pause.c
ethtool-5.9/Makefile.in:2966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-pause.o -MD -MP -MF netlink/$(DEPDIR)/test_features-pause.Tpo -c -o netlink/test_features-pause.o `test -f 'netlink/pause.c' || echo '$(srcdir)/'`netlink/pause.c
ethtool-5.9/Makefile.in-2967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-pause.Tpo netlink/$(DEPDIR)/test_features-pause.Po
##############################################
ethtool-5.9/Makefile.in-2969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-pause.o `test -f 'netlink/pause.c' || echo '$(srcdir)/'`netlink/pause.c
ethtool-5.9/Makefile.in-2971-
ethtool-5.9/Makefile.in-2972-netlink/test_features-pause.obj: netlink/pause.c
ethtool-5.9/Makefile.in:2973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-pause.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-pause.Tpo -c -o netlink/test_features-pause.obj `if test -f 'netlink/pause.c'; then $(CYGPATH_W) 'netlink/pause.c'; else $(CYGPATH_W) '$(srcdir)/netlink/pause.c'; fi`
ethtool-5.9/Makefile.in-2974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-pause.Tpo netlink/$(DEPDIR)/test_features-pause.Po
##############################################
ethtool-5.9/Makefile.in-2976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-pause.obj `if test -f 'netlink/pause.c'; then $(CYGPATH_W) 'netlink/pause.c'; else $(CYGPATH_W) '$(srcdir)/netlink/pause.c'; fi`
ethtool-5.9/Makefile.in-2978-
ethtool-5.9/Makefile.in-2979-netlink/test_features-eee.o: netlink/eee.c
ethtool-5.9/Makefile.in:2980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-eee.o -MD -MP -MF netlink/$(DEPDIR)/test_features-eee.Tpo -c -o netlink/test_features-eee.o `test -f 'netlink/eee.c' || echo '$(srcdir)/'`netlink/eee.c
ethtool-5.9/Makefile.in-2981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-eee.Tpo netlink/$(DEPDIR)/test_features-eee.Po
##############################################
ethtool-5.9/Makefile.in-2983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-eee.o `test -f 'netlink/eee.c' || echo '$(srcdir)/'`netlink/eee.c
ethtool-5.9/Makefile.in-2985-
ethtool-5.9/Makefile.in-2986-netlink/test_features-eee.obj: netlink/eee.c
ethtool-5.9/Makefile.in:2987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-eee.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-eee.Tpo -c -o netlink/test_features-eee.obj `if test -f 'netlink/eee.c'; then $(CYGPATH_W) 'netlink/eee.c'; else $(CYGPATH_W) '$(srcdir)/netlink/eee.c'; fi`
ethtool-5.9/Makefile.in-2988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-eee.Tpo netlink/$(DEPDIR)/test_features-eee.Po
##############################################
ethtool-5.9/Makefile.in-2990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-eee.obj `if test -f 'netlink/eee.c'; then $(CYGPATH_W) 'netlink/eee.c'; else $(CYGPATH_W) '$(srcdir)/netlink/eee.c'; fi`
ethtool-5.9/Makefile.in-2992-
ethtool-5.9/Makefile.in-2993-netlink/test_features-tsinfo.o: netlink/tsinfo.c
ethtool-5.9/Makefile.in:2994:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-tsinfo.o -MD -MP -MF netlink/$(DEPDIR)/test_features-tsinfo.Tpo -c -o netlink/test_features-tsinfo.o `test -f 'netlink/tsinfo.c' || echo '$(srcdir)/'`netlink/tsinfo.c
ethtool-5.9/Makefile.in-2995-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-tsinfo.Tpo netlink/$(DEPDIR)/test_features-tsinfo.Po
##############################################
ethtool-5.9/Makefile.in-2997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:2998:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-tsinfo.o `test -f 'netlink/tsinfo.c' || echo '$(srcdir)/'`netlink/tsinfo.c
ethtool-5.9/Makefile.in-2999-
ethtool-5.9/Makefile.in-3000-netlink/test_features-tsinfo.obj: netlink/tsinfo.c
ethtool-5.9/Makefile.in:3001:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-tsinfo.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-tsinfo.Tpo -c -o netlink/test_features-tsinfo.obj `if test -f 'netlink/tsinfo.c'; then $(CYGPATH_W) 'netlink/tsinfo.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tsinfo.c'; fi`
ethtool-5.9/Makefile.in-3002-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-tsinfo.Tpo netlink/$(DEPDIR)/test_features-tsinfo.Po
##############################################
ethtool-5.9/Makefile.in-3004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3005:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-tsinfo.obj `if test -f 'netlink/tsinfo.c'; then $(CYGPATH_W) 'netlink/tsinfo.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tsinfo.c'; fi`
ethtool-5.9/Makefile.in-3006-
ethtool-5.9/Makefile.in-3007-netlink/test_features-desc-ethtool.o: netlink/desc-ethtool.c
ethtool-5.9/Makefile.in:3008:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-desc-ethtool.o -MD -MP -MF netlink/$(DEPDIR)/test_features-desc-ethtool.Tpo -c -o netlink/test_features-desc-ethtool.o `test -f 'netlink/desc-ethtool.c' || echo '$(srcdir)/'`netlink/desc-ethtool.c
ethtool-5.9/Makefile.in-3009-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-desc-ethtool.Tpo netlink/$(DEPDIR)/test_features-desc-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-3011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3012:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-desc-ethtool.o `test -f 'netlink/desc-ethtool.c' || echo '$(srcdir)/'`netlink/desc-ethtool.c
ethtool-5.9/Makefile.in-3013-
ethtool-5.9/Makefile.in-3014-netlink/test_features-desc-ethtool.obj: netlink/desc-ethtool.c
ethtool-5.9/Makefile.in:3015:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-desc-ethtool.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-desc-ethtool.Tpo -c -o netlink/test_features-desc-ethtool.obj `if test -f 'netlink/desc-ethtool.c'; then $(CYGPATH_W) 'netlink/desc-ethtool.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-ethtool.c'; fi`
ethtool-5.9/Makefile.in-3016-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-desc-ethtool.Tpo netlink/$(DEPDIR)/test_features-desc-ethtool.Po
##############################################
ethtool-5.9/Makefile.in-3018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3019:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-desc-ethtool.obj `if test -f 'netlink/desc-ethtool.c'; then $(CYGPATH_W) 'netlink/desc-ethtool.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-ethtool.c'; fi`
ethtool-5.9/Makefile.in-3020-
ethtool-5.9/Makefile.in-3021-netlink/test_features-desc-genlctrl.o: netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in:3022:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-desc-genlctrl.o -MD -MP -MF netlink/$(DEPDIR)/test_features-desc-genlctrl.Tpo -c -o netlink/test_features-desc-genlctrl.o `test -f 'netlink/desc-genlctrl.c' || echo '$(srcdir)/'`netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in-3023-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-desc-genlctrl.Tpo netlink/$(DEPDIR)/test_features-desc-genlctrl.Po
##############################################
ethtool-5.9/Makefile.in-3025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3026:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-desc-genlctrl.o `test -f 'netlink/desc-genlctrl.c' || echo '$(srcdir)/'`netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in-3027-
ethtool-5.9/Makefile.in-3028-netlink/test_features-desc-genlctrl.obj: netlink/desc-genlctrl.c
ethtool-5.9/Makefile.in:3029:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-desc-genlctrl.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-desc-genlctrl.Tpo -c -o netlink/test_features-desc-genlctrl.obj `if test -f 'netlink/desc-genlctrl.c'; then $(CYGPATH_W) 'netlink/desc-genlctrl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-genlctrl.c'; fi`
ethtool-5.9/Makefile.in-3030-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-desc-genlctrl.Tpo netlink/$(DEPDIR)/test_features-desc-genlctrl.Po
##############################################
ethtool-5.9/Makefile.in-3032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3033:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-desc-genlctrl.obj `if test -f 'netlink/desc-genlctrl.c'; then $(CYGPATH_W) 'netlink/desc-genlctrl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-genlctrl.c'; fi`
ethtool-5.9/Makefile.in-3034-
ethtool-5.9/Makefile.in-3035-netlink/test_features-desc-rtnl.o: netlink/desc-rtnl.c
ethtool-5.9/Makefile.in:3036:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-desc-rtnl.o -MD -MP -MF netlink/$(DEPDIR)/test_features-desc-rtnl.Tpo -c -o netlink/test_features-desc-rtnl.o `test -f 'netlink/desc-rtnl.c' || echo '$(srcdir)/'`netlink/desc-rtnl.c
ethtool-5.9/Makefile.in-3037-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-desc-rtnl.Tpo netlink/$(DEPDIR)/test_features-desc-rtnl.Po
##############################################
ethtool-5.9/Makefile.in-3039-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3040:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-desc-rtnl.o `test -f 'netlink/desc-rtnl.c' || echo '$(srcdir)/'`netlink/desc-rtnl.c
ethtool-5.9/Makefile.in-3041-
ethtool-5.9/Makefile.in-3042-netlink/test_features-desc-rtnl.obj: netlink/desc-rtnl.c
ethtool-5.9/Makefile.in:3043:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-desc-rtnl.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-desc-rtnl.Tpo -c -o netlink/test_features-desc-rtnl.obj `if test -f 'netlink/desc-rtnl.c'; then $(CYGPATH_W) 'netlink/desc-rtnl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-rtnl.c'; fi`
ethtool-5.9/Makefile.in-3044-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-desc-rtnl.Tpo netlink/$(DEPDIR)/test_features-desc-rtnl.Po
##############################################
ethtool-5.9/Makefile.in-3046-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3047:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-desc-rtnl.obj `if test -f 'netlink/desc-rtnl.c'; then $(CYGPATH_W) 'netlink/desc-rtnl.c'; else $(CYGPATH_W) '$(srcdir)/netlink/desc-rtnl.c'; fi`
ethtool-5.9/Makefile.in-3048-
ethtool-5.9/Makefile.in-3049-netlink/test_features-cable_test.o: netlink/cable_test.c
ethtool-5.9/Makefile.in:3050:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-cable_test.o -MD -MP -MF netlink/$(DEPDIR)/test_features-cable_test.Tpo -c -o netlink/test_features-cable_test.o `test -f 'netlink/cable_test.c' || echo '$(srcdir)/'`netlink/cable_test.c
ethtool-5.9/Makefile.in-3051-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-cable_test.Tpo netlink/$(DEPDIR)/test_features-cable_test.Po
##############################################
ethtool-5.9/Makefile.in-3053-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3054:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-cable_test.o `test -f 'netlink/cable_test.c' || echo '$(srcdir)/'`netlink/cable_test.c
ethtool-5.9/Makefile.in-3055-
ethtool-5.9/Makefile.in-3056-netlink/test_features-cable_test.obj: netlink/cable_test.c
ethtool-5.9/Makefile.in:3057:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-cable_test.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-cable_test.Tpo -c -o netlink/test_features-cable_test.obj `if test -f 'netlink/cable_test.c'; then $(CYGPATH_W) 'netlink/cable_test.c'; else $(CYGPATH_W) '$(srcdir)/netlink/cable_test.c'; fi`
ethtool-5.9/Makefile.in-3058-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-cable_test.Tpo netlink/$(DEPDIR)/test_features-cable_test.Po
##############################################
ethtool-5.9/Makefile.in-3060-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3061:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-cable_test.obj `if test -f 'netlink/cable_test.c'; then $(CYGPATH_W) 'netlink/cable_test.c'; else $(CYGPATH_W) '$(srcdir)/netlink/cable_test.c'; fi`
ethtool-5.9/Makefile.in-3062-
ethtool-5.9/Makefile.in-3063-netlink/test_features-tunnels.o: netlink/tunnels.c
ethtool-5.9/Makefile.in:3064:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-tunnels.o -MD -MP -MF netlink/$(DEPDIR)/test_features-tunnels.Tpo -c -o netlink/test_features-tunnels.o `test -f 'netlink/tunnels.c' || echo '$(srcdir)/'`netlink/tunnels.c
ethtool-5.9/Makefile.in-3065-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-tunnels.Tpo netlink/$(DEPDIR)/test_features-tunnels.Po
##############################################
ethtool-5.9/Makefile.in-3067-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3068:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-tunnels.o `test -f 'netlink/tunnels.c' || echo '$(srcdir)/'`netlink/tunnels.c
ethtool-5.9/Makefile.in-3069-
ethtool-5.9/Makefile.in-3070-netlink/test_features-tunnels.obj: netlink/tunnels.c
ethtool-5.9/Makefile.in:3071:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -MT netlink/test_features-tunnels.obj -MD -MP -MF netlink/$(DEPDIR)/test_features-tunnels.Tpo -c -o netlink/test_features-tunnels.obj `if test -f 'netlink/tunnels.c'; then $(CYGPATH_W) 'netlink/tunnels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tunnels.c'; fi`
ethtool-5.9/Makefile.in-3072-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netlink/$(DEPDIR)/test_features-tunnels.Tpo netlink/$(DEPDIR)/test_features-tunnels.Po
##############################################
ethtool-5.9/Makefile.in-3074-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ethtool-5.9/Makefile.in:3075:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_features_CFLAGS) $(CFLAGS) -c -o netlink/test_features-tunnels.obj `if test -f 'netlink/tunnels.c'; then $(CYGPATH_W) 'netlink/tunnels.c'; else $(CYGPATH_W) '$(srcdir)/netlink/tunnels.c'; fi`
ethtool-5.9/Makefile.in-3076-install-man8: $(man_MANS)
##############################################
ethtool-5.9/Makefile.in-3080-	test -n "$(man8dir)" \
ethtool-5.9/Makefile.in:3081:	  && test -n "`echo $$list1$$list2`" \
ethtool-5.9/Makefile.in-3082-	  || exit 0; \
##############################################
ethtool-5.9/Makefile.in-3137-	@list='$(dist_bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
ethtool-5.9/Makefile.in:3138:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ethtool-5.9/Makefile.in-3139-	dir='$(DESTDIR)$(bashcompletiondir)'; $(am__uninstall_files_from_dir)
##############################################
ethtool-5.9/Makefile.in-3170-GTAGS:
ethtool-5.9/Makefile.in:3171:	here=`$(am__cd) $(top_builddir) && pwd` \
ethtool-5.9/Makefile.in-3172-	  && $(am__cd) $(top_srcdir) \
##############################################
ethtool-5.9/Makefile.in-3220-	if test -n "$$redo_bases"; then \
ethtool-5.9/Makefile.in:3221:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ethtool-5.9/Makefile.in:3222:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ethtool-5.9/Makefile.in-3223-	  if $(am__make_dryrun); then :; else \
##############################################
ethtool-5.9/Makefile.in-3245-	ws='[ 	]'; \
ethtool-5.9/Makefile.in:3246:	results=`for b in $$bases; do echo $$b.trs; done`; \
ethtool-5.9/Makefile.in-3247-	test -n "$$results" || results=/dev/null; \
ethtool-5.9/Makefile.in:3248:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ethtool-5.9/Makefile.in:3249:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ethtool-5.9/Makefile.in:3250:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ethtool-5.9/Makefile.in:3251:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ethtool-5.9/Makefile.in:3252:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ethtool-5.9/Makefile.in:3253:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ethtool-5.9/Makefile.in:3254:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ethtool-5.9/Makefile.in:3255:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ethtool-5.9/Makefile.in-3256-	  success=true; \
##############################################
ethtool-5.9/Makefile.in-3324-	@set +e; $(am__set_TESTS_bases); \
ethtool-5.9/Makefile.in:3325:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ethtool-5.9/Makefile.in:3326:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ethtool-5.9/Makefile.in:3327:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ethtool-5.9/Makefile.in-3328-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ethtool-5.9/Makefile.in-3334-	         | $(am__list_recheck_tests)` || exit 1; \
ethtool-5.9/Makefile.in:3335:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ethtool-5.9/Makefile.in:3336:	log_list=`echo $$log_list`; \
ethtool-5.9/Makefile.in-3337-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ethtool-5.9/Makefile.in-3372-	test -d "$(distdir)" || mkdir "$(distdir)"
ethtool-5.9/Makefile.in:3373:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ethtool-5.9/Makefile.in:3374:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ethtool-5.9/Makefile.in-3375-	list='$(DISTFILES)'; \
##############################################
ethtool-5.9/Makefile.in-3386-	  if test -d $$d/$$file; then \
ethtool-5.9/Makefile.in:3387:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ethtool-5.9/Makefile.in-3388-	    if test -d "$(distdir)/$$file"; then \
##############################################
ethtool-5.9/Makefile.in-3475-	test -d $(distdir)/_build || exit 0; \
ethtool-5.9/Makefile.in:3476:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ethtool-5.9/Makefile.in-3477-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ethtool-5.9/Makefile.in-3519-	}; \
ethtool-5.9/Makefile.in:3520:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ethtool-5.9/Makefile.in-3521-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ethtool-5.9/Makefile.in-3531-	fi
ethtool-5.9/Makefile.in:3532:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ethtool-5.9/Makefile.in-3533-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ethtool-5.9/NEWS-75-	* Feature: netlink: support tests with netlink enabled
ethtool-5.9/NEWS:76:	* Feature: netlink: add handler for permaddr (-P)
ethtool-5.9/NEWS-77-	* Feature: netlink: support for pretty printing netlink messages
##############################################
ethtool-5.9/compile-67-	mingw/*)
ethtool-5.9/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ethtool-5.9/compile-69-	  ;;
ethtool-5.9/compile-70-	cygwin/*)
ethtool-5.9/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
ethtool-5.9/compile-72-	  ;;
ethtool-5.9/compile-73-	wine/*)
ethtool-5.9/compile:74:	  file=`winepath -w "$file" || echo "$file"`
ethtool-5.9/compile-75-	  ;;
##############################################
ethtool-5.9/compile-310-# Name of file we expect compiler to create.
ethtool-5.9/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
ethtool-5.9/compile-312-
##############################################
ethtool-5.9/compile-316-# object file name, since that is what matters with a parallel build.
ethtool-5.9/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
ethtool-5.9/compile-318-while true; do
##############################################
ethtool-5.9/depcomp-64-  case $1 in
ethtool-5.9/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
ethtool-5.9/depcomp-66-      *) dir=;;
##############################################
ethtool-5.9/depcomp-73-{
ethtool-5.9/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
ethtool-5.9/depcomp-75-}
##############################################
ethtool-5.9/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ethtool-5.9/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ethtool-5.9/depcomp-128-
##############################################
ethtool-5.9/depcomp-405-        sleep 1
ethtool-5.9/depcomp:406:        i=`expr $i - 1`
ethtool-5.9/depcomp-407-      done
ethtool-5.9/depcomp-408-    fi
ethtool-5.9/depcomp:409:    i=`expr $i - 1`
ethtool-5.9/depcomp-410-  done
##############################################
ethtool-5.9/depcomp-425-  # Do two passes, one to just change these to
ethtool-5.9/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
ethtool-5.9/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ethtool-5.9/depcomp-659-  done
ethtool-5.9/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ethtool-5.9/depcomp-661-  touch "$tmpdepfile"
##############################################
ethtool-5.9/install-sh-234-      fi
ethtool-5.9/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ethtool-5.9/install-sh-236-    *)
##############################################
ethtool-5.9/install-sh-281-      dstdir=$dst
ethtool-5.9/install-sh:282:      dst=$dstdir/`basename "$src"`
ethtool-5.9/install-sh-283-      dstdir_status=0
ethtool-5.9/install-sh-284-    else
ethtool-5.9/install-sh:285:      dstdir=`dirname "$dst"`
ethtool-5.9/install-sh-286-      test -d "$dstdir"
##############################################
ethtool-5.9/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ethtool-5.9/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ethtool-5.9/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
ethtool-5.9/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ethtool-5.9/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ethtool-5.9/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ethtool-5.9/install-sh-402-            case $prefix in
ethtool-5.9/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ethtool-5.9/install-sh-404-              *) qprefix=$prefix;;
##############################################
ethtool-5.9/install-sh-451-    if $copy_on_change &&
ethtool-5.9/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
ethtool-5.9/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
ethtool-5.9/install-sh-454-       set -f &&
##############################################
ethtool-5.9/ethtool.c-168-
ethtool-5.9/ethtool.c:169:static void get_mac_addr(char *src, unsigned char *dest)
ethtool-5.9/ethtool.c-170-{
##############################################
ethtool-5.9/ethtool.c-299-				case CMDL_MAC:
ethtool-5.9/ethtool.c:300:					get_mac_addr(argp[i],
ethtool-5.9/ethtool.c-301-						     info[idx].wanted_val);
##############################################
ethtool-5.9/ethtool.c-3047-				exit_bad_args();
ethtool-5.9/ethtool.c:3048:			get_mac_addr(argp[i], sopass_wanted);
ethtool-5.9/ethtool.c-3049-			sopass_change = 1;
##############################################
ethtool-5.9/ethtool.c-4384-
ethtool-5.9/ethtool.c:4385:static int do_permaddr(struct cmd_context *ctx)
ethtool-5.9/ethtool.c-4386-{
##############################################
ethtool-5.9/et131x.c-64-	fprintf(stdout, "0x0, Control Status             = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:65:	fprintf(stdout, "0x1, Packet Ring Base Addr (Hi) = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:66:	fprintf(stdout, "0x2, Packet Ring Base Addr (Lo) = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c-67-	fprintf(stdout, "0x3, Packet Ring Num Descrs     = 0x%04X\n", *reg++);
##############################################
ethtool-5.9/et131x.c-70-	fprintf(stdout, "0x6, TX Queue Read Address      = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:71:	fprintf(stdout, "0x7, Status Writeback Addr (Hi) = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:72:	fprintf(stdout, "0x8, Status Writeback Addr (Lo) = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c-73-	fprintf(stdout, "0x9, Service Request            = 0x%04X\n", *reg++);
##############################################
ethtool-5.9/et131x.c-93-	fprintf(stdout, "0x0, Control Status             = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:94:	fprintf(stdout, "0x1, Writeback Addr (Hi)        = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:95:	fprintf(stdout, "0x2, Writeback Addr (Lo)        = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c-96-	fprintf(stdout, "0x3, Num Packets Done           = 0x%04X\n", *reg++);
##############################################
ethtool-5.9/et131x.c-100-	fprintf(stdout, "0x7, RX Queue Write Addr        = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:101:	fprintf(stdout, "0x8, Packet Ring Base Addr (Hi) = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c:102:	fprintf(stdout, "0x9, Packet Ring Base Addr (Lo) = 0x%04X\n", *reg++);
ethtool-5.9/et131x.c-103-	fprintf(stdout, "0xA, Packet Ring Num Descrs     = 0x%04X\n", *reg++);
##############################################
ethtool-5.9/natsemi.c-255-#define REG_PHYCR			57
ethtool-5.9/natsemi.c:256:#define   BIT_PHYCR_PHYADDR		(0x1f<<0)
ethtool-5.9/natsemi.c-257-#define   BIT_PHYCR_PAUSE_STS		(1<<7)
##############################################
ethtool-5.9/realtek.c-329-	fprintf(stdout,
ethtool-5.9/realtek.c:330:		"0x30: Rx buffer addr (C mode)                 0x%08x\n",
ethtool-5.9/realtek.c-331-		data[0x30 >> 2]);
##############################################
ethtool-5.9/marvell.c-11-
ethtool-5.9/marvell.c:12:static void dump_addr(int n, const u8 *a)
ethtool-5.9/marvell.c-13-{
##############################################
ethtool-5.9/marvell.c-161-	printf("---------------\n");
ethtool-5.9/marvell.c:162:	dump_addr(1, r + 0x100);
ethtool-5.9/marvell.c:163:	dump_addr(2, r + 0x108);
ethtool-5.9/marvell.c:164:	dump_addr(3, r + 0x110);
ethtool-5.9/marvell.c-165-	printf("\n");