===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
network-manager-1.27.91/autogen.sh-5-
network-manager-1.27.91/autogen.sh:6:srcdir=`dirname $0`
network-manager-1.27.91/autogen.sh-7-if test -z "$srcdir"; then
##############################################
network-manager-1.27.91/libnm/nm-property-infos-ifcfg-rh.xml-64-<setting name="bridge">
network-manager-1.27.91/libnm/nm-property-infos-ifcfg-rh.xml:65:<property name="mac-address" variable="BRIDGE_MACADDR(+)" format="" values="" default="" example="" description="MAC address of the bridge. Note that this requires a recent
network-manager-1.27.91/libnm/nm-property-infos-ifcfg-rh.xml-66-kernel support, originally introduced in 3.15 upstream kernel)
##############################################
network-manager-1.27.91/libnm/nm-device-bt.c-152-        }
network-manager-1.27.91/libnm/nm-device-bt.c:153:        setting_addr = nm_setting_bluetooth_get_bdaddr(s_bt);
network-manager-1.27.91/libnm/nm-device-bt.c-154-        if (setting_addr && !nm_utils_hwaddr_matches(setting_addr, -1, hw_addr, -1)) {
##############################################
network-manager-1.27.91/libnm/nm-settings-docs-gir.xml-25-    <property name="slave-type" name_upper="SLAVE_TYPE" type="string" description="Setting name of the device type of this slave's master connection (eg, &quot;bond&quot;), or NULL if this connection is not a slave." />
network-manager-1.27.91/libnm/nm-settings-docs-gir.xml:26:    <property name="stable-id" name_upper="STABLE_ID" type="string" description="This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are &quot;${CONNECTION}&quot;, &quot;${DEVICE}&quot;, &quot;${MAC}&quot;, &quot;${BOOT}&quot;, &quot;${RANDOM}&quot;. These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that &quot;${DEVICE}&quot; corresponds to the interface name of the device and &quot;${MAC}&quot; is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as &quot;$$&quot;. For example, set it to &quot;${CONNECTION}-${BOOT}-${DEVICE}&quot; to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to &quot;${CONNECTION}&quot; and uses a unique, fixed ID for the connection." />
network-manager-1.27.91/libnm/nm-settings-docs-gir.xml-27-    <property name="timestamp" name_upper="TIMESTAMP" type="uint64" default="0" description="The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved)." />
##############################################
network-manager-1.27.91/libnm/nm-settings-docs-gir.xml-278-    <property name="kernel-command-line" name_upper="KERNEL_COMMAND_LINE" type="array of string" description="A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated &quot;=&quot;). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern." />
network-manager-1.27.91/libnm/nm-settings-docs-gir.xml:279:    <property name="path" name_upper="PATH" type="array of string" description="A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form &quot;pci-$domain:$bus:$device.$function&quot;, where each variable is an hexadecimal value; for example &quot;pci-0000:0a:00.0&quot;. The path of a device can be obtained with &quot;udevadm info /sys/class/net/$dev | grep ID_PATH=&quot; or by looking at the &quot;path&quot; property exported by NetworkManager (&quot;nmcli -f general.path device show $dev&quot;). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern." />
network-manager-1.27.91/libnm/nm-settings-docs-gir.xml-280-  </setting>
##############################################
network-manager-1.27.91/libnm/nm-ip-config.c-177-                            goto next;
network-manager-1.27.91/libnm/nm-ip-config.c:178:                        if (!nm_utils_parse_inaddr(AF_INET,
network-manager-1.27.91/libnm/nm-ip-config.c-179-                                                   g_variant_get_string(val, NULL),
##############################################
network-manager-1.27.91/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
network-manager-1.27.91/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
network-manager-1.27.91/configure-47-  as_echo='print -r --'
network-manager-1.27.91/configure-48-  as_echo_n='print -rn --'
network-manager-1.27.91/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
network-manager-1.27.91/configure-50-  as_echo='printf %s\n'
##############################################
network-manager-1.27.91/configure-52-else
network-manager-1.27.91/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
network-manager-1.27.91/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
network-manager-1.27.91/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
network-manager-1.27.91/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
network-manager-1.27.91/configure-64-      esac;
##############################################
network-manager-1.27.91/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
network-manager-1.27.91/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
network-manager-1.27.91/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
network-manager-1.27.91/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
network-manager-1.27.91/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
network-manager-1.27.91/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
network-manager-1.27.91/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
network-manager-1.27.91/configure-336-      case $as_dir in #(
network-manager-1.27.91/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
network-manager-1.27.91/configure-338-      *) as_qdir=$as_dir;;
##############################################
network-manager-1.27.91/configure-409-  {
network-manager-1.27.91/configure:410:    as_val=`expr "$@" || test $? -eq 1`
network-manager-1.27.91/configure-411-  }
##############################################
network-manager-1.27.91/configure-416-# ----------------------------------------
network-manager-1.27.91/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
network-manager-1.27.91/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
network-manager-1.27.91/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
network-manager-1.27.91/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
network-manager-1.27.91/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
network-manager-1.27.91/configure-1250-  case $ac_option in
network-manager-1.27.91/configure:1251:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
network-manager-1.27.91/configure-1252-  *=)   ac_optarg= ;;
##############################################
network-manager-1.27.91/configure-1294-  -disable-* | --disable-*)
network-manager-1.27.91/configure:1295:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
network-manager-1.27.91/configure-1296-    # Reject names that are not valid shell variable names.
##############################################
network-manager-1.27.91/configure-1299-    ac_useropt_orig=$ac_useropt
network-manager-1.27.91/configure:1300:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
network-manager-1.27.91/configure-1301-    case $ac_user_opts in
##############################################
network-manager-1.27.91/configure-1320-  -enable-* | --enable-*)
network-manager-1.27.91/configure:1321:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
network-manager-1.27.91/configure-1322-    # Reject names that are not valid shell variable names.
##############################################
network-manager-1.27.91/configure-1325-    ac_useropt_orig=$ac_useropt
network-manager-1.27.91/configure:1326:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
network-manager-1.27.91/configure-1327-    case $ac_user_opts in
##############################################
network-manager-1.27.91/configure-1524-  -with-* | --with-*)
network-manager-1.27.91/configure:1525:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
network-manager-1.27.91/configure-1526-    # Reject names that are not valid shell variable names.
##############################################
network-manager-1.27.91/configure-1529-    ac_useropt_orig=$ac_useropt
network-manager-1.27.91/configure:1530:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
network-manager-1.27.91/configure-1531-    case $ac_user_opts in
##############################################
network-manager-1.27.91/configure-1540-  -without-* | --without-*)
network-manager-1.27.91/configure:1541:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
network-manager-1.27.91/configure-1542-    # Reject names that are not valid shell variable names.
##############################################
network-manager-1.27.91/configure-1545-    ac_useropt_orig=$ac_useropt
network-manager-1.27.91/configure:1546:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
network-manager-1.27.91/configure-1547-    case $ac_user_opts in
##############################################
network-manager-1.27.91/configure-1578-  *=*)
network-manager-1.27.91/configure:1579:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
network-manager-1.27.91/configure-1580-    # Reject names that are not valid shell variable names.
##############################################
network-manager-1.27.91/configure-1599-if test -n "$ac_prev"; then
network-manager-1.27.91/configure:1600:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
network-manager-1.27.91/configure-1601-  as_fn_error $? "missing argument to $ac_option"
##############################################
network-manager-1.27.91/configure-1621-    */ )
network-manager-1.27.91/configure:1622:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
network-manager-1.27.91/configure-1623-      eval $ac_var=\$ac_val;;
##############################################
network-manager-1.27.91/configure-1656-ac_ls_di=`ls -di .` &&
network-manager-1.27.91/configure:1657:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
network-manager-1.27.91/configure-1658-  as_fn_error $? "working directory cannot be determined"
##############################################
network-manager-1.27.91/configure-1712-case $srcdir in
network-manager-1.27.91/configure:1713:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
network-manager-1.27.91/configure-1714-esac
##############################################
network-manager-1.27.91/configure-1755-By default, \`make install' will install all the files in
network-manager-1.27.91/configure:1756:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
network-manager-1.27.91/configure:1757:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
network-manager-1.27.91/configure-1758-for instance \`--prefix=\$HOME'.
##############################################
network-manager-1.27.91/configure-2097-*)
network-manager-1.27.91/configure:2098:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
network-manager-1.27.91/configure-2099-  # A ".." for each directory in $ac_dir_suffix.
network-manager-1.27.91/configure:2100:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
network-manager-1.27.91/configure-2101-  case $ac_top_builddir_sub in
##############################################
network-manager-1.27.91/configure-2875-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
network-manager-1.27.91/configure:2876:  as_decl_name=`echo $2|sed 's/ *(.*//'`
network-manager-1.27.91/configure:2877:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
network-manager-1.27.91/configure-2878-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
network-manager-1.27.91/configure-2989-    *\'*)
network-manager-1.27.91/configure:2990:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
network-manager-1.27.91/configure-2991-    esac
##############################################
network-manager-1.27.91/configure-3072-      case $ac_val in
network-manager-1.27.91/configure:3073:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
network-manager-1.27.91/configure-3074-      esac
##############################################
network-manager-1.27.91/configure-3087-	case $ac_val in
network-manager-1.27.91/configure:3088:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
network-manager-1.27.91/configure-3089-	esac
##############################################
network-manager-1.27.91/configure-3208-    set,)
network-manager-1.27.91/configure:3209:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
network-manager-1.27.91/configure:3210:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
network-manager-1.27.91/configure-3211-      ac_cache_corrupted=: ;;
##############################################
network-manager-1.27.91/configure-3219-	# differences in whitespace do not lead to failure.
network-manager-1.27.91/configure:3220:	ac_old_val_w=`echo x $ac_old_val`
network-manager-1.27.91/configure:3221:	ac_new_val_w=`echo x $ac_new_val`
network-manager-1.27.91/configure-3222-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
network-manager-1.27.91/configure-3239-    case $ac_new_val in
network-manager-1.27.91/configure:3240:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
network-manager-1.27.91/configure-3241-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
network-manager-1.27.91/configure-3420-     echo "timestamp, slept: $am_has_slept" > conftest.file
network-manager-1.27.91/configure:3421:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
network-manager-1.27.91/configure-3422-     if test "$*" = "X"; then
network-manager-1.27.91/configure-3423-	# -L didn't work.
network-manager-1.27.91/configure:3424:	set X `ls -t "$srcdir/configure" conftest.file`
network-manager-1.27.91/configure-3425-     fi
##############################################
network-manager-1.27.91/configure-3471-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
network-manager-1.27.91/configure:3472:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
network-manager-1.27.91/configure-3473-
network-manager-1.27.91/configure-3474-# Expand $ac_aux_dir to an absolute path.
network-manager-1.27.91/configure:3475:am_aux_dir=`cd "$ac_aux_dir" && pwd`
network-manager-1.27.91/configure-3476-
##############################################
network-manager-1.27.91/configure-3616-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
network-manager-1.27.91/configure:3617:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
network-manager-1.27.91/configure-3618-	     'mkdir (GNU coreutils) '* | \
##############################################
network-manager-1.27.91/configure-3689-set x ${MAKE-make}
network-manager-1.27.91/configure:3690:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
network-manager-1.27.91/configure-3691-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
network-manager-1.27.91/configure-3699-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
network-manager-1.27.91/configure:3700:case `${MAKE-make} -f conftest.make 2>/dev/null` in
network-manager-1.27.91/configure-3701-  *@@@%%%=?*=@@@%%%*)
##############################################
network-manager-1.27.91/configure-3765-
network-manager-1.27.91/configure:3766:if test "`cd $srcdir && pwd`" != "`pwd`"; then
network-manager-1.27.91/configure-3767-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
network-manager-1.27.91/configure-4467-$as_echo_n "checking whether the C compiler works... " >&6; }
network-manager-1.27.91/configure:4468:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
network-manager-1.27.91/configure-4469-
##############################################
network-manager-1.27.91/configure-4511-	then :; else
network-manager-1.27.91/configure:4512:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
network-manager-1.27.91/configure-4513-	fi
##############################################
network-manager-1.27.91/configure-4571-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
network-manager-1.27.91/configure:4572:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
network-manager-1.27.91/configure-4573-	  break;;
##############################################
network-manager-1.27.91/configure-4680-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
network-manager-1.27.91/configure:4681:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
network-manager-1.27.91/configure-4682-       break;;
##############################################
network-manager-1.27.91/configure-4998-  if test "$am_compiler_list" = ""; then
network-manager-1.27.91/configure:4999:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
network-manager-1.27.91/configure-5000-  fi
##############################################
network-manager-1.27.91/configure-5255-  # Check for GNU $ac_path_GREP
network-manager-1.27.91/configure:5256:case `"$ac_path_GREP" --version 2>&1` in
network-manager-1.27.91/configure-5257-*GNU*)
##############################################
network-manager-1.27.91/configure-5321-  # Check for GNU $ac_path_EGREP
network-manager-1.27.91/configure:5322:case `"$ac_path_EGREP" --version 2>&1` in
network-manager-1.27.91/configure-5323-*GNU*)
##############################################
network-manager-1.27.91/configure-5482-do :
network-manager-1.27.91/configure:5483:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
network-manager-1.27.91/configure-5484-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
network-manager-1.27.91/configure-5487-  cat >>confdefs.h <<_ACEOF
network-manager-1.27.91/configure:5488:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
network-manager-1.27.91/configure-5489-_ACEOF
##############################################
network-manager-1.27.91/configure-6184-  if test "$am_compiler_list" = ""; then
network-manager-1.27.91/configure:6185:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
network-manager-1.27.91/configure-6186-  fi
##############################################
network-manager-1.27.91/configure-6572-  if test "$am_compiler_list" = ""; then
network-manager-1.27.91/configure:6573:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
network-manager-1.27.91/configure-6574-  fi
##############################################
network-manager-1.27.91/configure-7024-test "x$ac_build_alias" = x &&
network-manager-1.27.91/configure:7025:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
network-manager-1.27.91/configure-7026-test "x$ac_build_alias" = x &&
network-manager-1.27.91/configure-7027-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
network-manager-1.27.91/configure:7028:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
network-manager-1.27.91/configure-7029-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
network-manager-1.27.91/configure-7048-IFS=$ac_save_IFS
network-manager-1.27.91/configure:7049:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
network-manager-1.27.91/configure-7050-
##############################################
network-manager-1.27.91/configure-7059-else
network-manager-1.27.91/configure:7060:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
network-manager-1.27.91/configure-7061-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
network-manager-1.27.91/configure-7081-IFS=$ac_save_IFS
network-manager-1.27.91/configure:7082:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
network-manager-1.27.91/configure-7083-
##############################################
network-manager-1.27.91/configure-7109-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
network-manager-1.27.91/configure:7110:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
network-manager-1.27.91/configure-7111-  ECHO='print -r --'
network-manager-1.27.91/configure:7112:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
network-manager-1.27.91/configure-7113-  ECHO='printf %s\n'
##############################################
network-manager-1.27.91/configure-7178-  # Check for GNU $ac_path_SED
network-manager-1.27.91/configure:7179:case `"$ac_path_SED" --version 2>&1` in
network-manager-1.27.91/configure-7180-*GNU*)
##############################################
network-manager-1.27.91/configure-7257-  # Check for GNU $ac_path_FGREP
network-manager-1.27.91/configure:7258:case `"$ac_path_FGREP" --version 2>&1` in
network-manager-1.27.91/configure-7259-*GNU*)
##############################################
network-manager-1.27.91/configure-7337-    # gcc leaves a trailing carriage return, which upsets mingw
network-manager-1.27.91/configure:7338:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
network-manager-1.27.91/configure-7339-  *)
network-manager-1.27.91/configure:7340:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
network-manager-1.27.91/configure-7341-  esac
##############################################
network-manager-1.27.91/configure-7346-      # Canonicalize the pathname of ld
network-manager-1.27.91/configure:7347:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
network-manager-1.27.91/configure-7348-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
network-manager-1.27.91/configure:7349:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
network-manager-1.27.91/configure-7350-      done
##############################################
network-manager-1.27.91/configure-7381-      # Break only if it was the GNU/non-GNU ld that we prefer.
network-manager-1.27.91/configure:7382:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
network-manager-1.27.91/configure-7383-      *GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-7412-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
network-manager-1.27.91/configure:7413:case `$LD -v 2>&1 </dev/null` in
network-manager-1.27.91/configure-7414-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-7462-	esac
network-manager-1.27.91/configure:7463:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
network-manager-1.27.91/configure-7464-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
network-manager-1.27.91/configure-7468-	*)
network-manager-1.27.91/configure:7469:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
network-manager-1.27.91/configure-7470-	  */dev/null*)
##############################################
network-manager-1.27.91/configure-7596-
network-manager-1.27.91/configure:7597:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
network-manager-1.27.91/configure-7598-    *COFF*)
##############################################
network-manager-1.27.91/configure-7697-    # And add a safety zone
network-manager-1.27.91/configure:7698:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
network-manager-1.27.91/configure:7699:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
network-manager-1.27.91/configure-7700-    ;;
##############################################
network-manager-1.27.91/configure-7730-    if test -n "$kargmax"; then
network-manager-1.27.91/configure:7731:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
network-manager-1.27.91/configure-7732-    else
##############################################
network-manager-1.27.91/configure-7739-       test undefined != "$lt_cv_sys_max_cmd_len"; then
network-manager-1.27.91/configure:7740:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
network-manager-1.27.91/configure:7741:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
network-manager-1.27.91/configure-7742-    else
##############################################
network-manager-1.27.91/configure-7751-      # we can't tell.
network-manager-1.27.91/configure:7752:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
network-manager-1.27.91/configure-7753-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
network-manager-1.27.91/configure-7755-      do
network-manager-1.27.91/configure:7756:        i=`expr $i + 1`
network-manager-1.27.91/configure-7757-        teststring=$teststring$teststring
##############################################
network-manager-1.27.91/configure-7759-      # Only check the string length outside the loop.
network-manager-1.27.91/configure:7760:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
network-manager-1.27.91/configure-7761-      teststring=
##############################################
network-manager-1.27.91/configure-7764-      # linker.  It appears as though 1/2 is a usable value.
network-manager-1.27.91/configure:7765:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
network-manager-1.27.91/configure-7766-    fi
##############################################
network-manager-1.27.91/configure-8175-openbsd* | bitrig*)
network-manager-1.27.91/configure:8176:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/configure-8177-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
network-manager-1.27.91/configure-8245-    else
network-manager-1.27.91/configure:8246:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
network-manager-1.27.91/configure-8247-    fi
##############################################
network-manager-1.27.91/configure-8390-  # decide which one to use based on capabilities of $DLLTOOL
network-manager-1.27.91/configure:8391:  case `$DLLTOOL --help 2>&1` in
network-manager-1.27.91/configure-8392-  *--identify-strict*)
##############################################
network-manager-1.27.91/configure-8911-# If we're using GNU nm, then use its standard symbol codes.
network-manager-1.27.91/configure:8912:case `$NM -V 2>&1` in
network-manager-1.27.91/configure-8913-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-8959-mingw*)
network-manager-1.27.91/configure:8960:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
network-manager-1.27.91/configure-8961-  ;;
##############################################
network-manager-1.27.91/configure-9191-   if test yes = "$GCC"; then
network-manager-1.27.91/configure:9192:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
network-manager-1.27.91/configure-9193-   fi
##############################################
network-manager-1.27.91/configure-9195- /*)
network-manager-1.27.91/configure:9196:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
network-manager-1.27.91/configure-9197-   ;; #(
##############################################
network-manager-1.27.91/configure-9290-    done
network-manager-1.27.91/configure:9291:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
network-manager-1.27.91/configure-9292-}
##############################################
network-manager-1.27.91/configure-9312-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:9313:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/configure-9314-      *ELF-32*)
##############################################
network-manager-1.27.91/configure-9333-    if test yes = "$lt_cv_prog_gnu_ld"; then
network-manager-1.27.91/configure:9334:      case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/configure-9335-	*32-bit*)
##############################################
network-manager-1.27.91/configure-9345-    else
network-manager-1.27.91/configure:9346:      case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/configure-9347-	*32-bit*)
##############################################
network-manager-1.27.91/configure-9371-    emul=elf
network-manager-1.27.91/configure:9372:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/configure-9373-      *32-bit*)
##############################################
network-manager-1.27.91/configure-9379-    esac
network-manager-1.27.91/configure:9380:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/configure-9381-      *MSB*)
##############################################
network-manager-1.27.91/configure-9387-    esac
network-manager-1.27.91/configure:9388:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/configure-9389-      *N32*)
##############################################
network-manager-1.27.91/configure-10320-    *:)
network-manager-1.27.91/configure:10321:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
network-manager-1.27.91/configure-10322-        ;;
network-manager-1.27.91/configure-10323-    x:*)
network-manager-1.27.91/configure:10324:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
network-manager-1.27.91/configure-10325-        ;;
network-manager-1.27.91/configure-10326-    *::*)
network-manager-1.27.91/configure:10327:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
network-manager-1.27.91/configure:10328:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
network-manager-1.27.91/configure-10329-        ;;
network-manager-1.27.91/configure-10330-    *)
network-manager-1.27.91/configure:10331:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
network-manager-1.27.91/configure-10332-        ;;
##############################################
network-manager-1.27.91/configure-10354-  case $2 in
network-manager-1.27.91/configure:10355:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
network-manager-1.27.91/configure:10356:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
network-manager-1.27.91/configure-10357-  esac
##############################################
network-manager-1.27.91/configure-10695-	"file_magic "*)
network-manager-1.27.91/configure:10696:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
network-manager-1.27.91/configure-10697-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
network-manager-1.27.91/configure-10761-	"file_magic "*)
network-manager-1.27.91/configure:10762:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
network-manager-1.27.91/configure-10763-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
network-manager-1.27.91/configure-11159-      *)
network-manager-1.27.91/configure:11160:	case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/configure-11161-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
network-manager-1.27.91/configure-11605-	# shared libraries, regardless of the interface used.
network-manager-1.27.91/configure:11606:	case `$LD -v 2>&1` in
network-manager-1.27.91/configure-11607-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
network-manager-1.27.91/configure-11637-    supports_anon_versioning=no
network-manager-1.27.91/configure:11638:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
network-manager-1.27.91/configure-11639-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
network-manager-1.27.91/configure-11706-	# is; otherwise, prepend EXPORTS...
network-manager-1.27.91/configure:11707:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
network-manager-1.27.91/configure-11708-          cp $export_symbols $output_objdir/$soname.def;
##############################################
network-manager-1.27.91/configure-11740-	prefix_cmds="$SED"~
network-manager-1.27.91/configure:11741:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
network-manager-1.27.91/configure-11742-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
network-manager-1.27.91/configure-11762-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
network-manager-1.27.91/configure:11763:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/configure:11764:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/configure-11765-      ;;
##############################################
network-manager-1.27.91/configure-11780-        pgcc*)				# Portland Group C compiler
network-manager-1.27.91/configure:11781:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/configure-11782-	  tmp_addflag=' $pic_flag'
##############################################
network-manager-1.27.91/configure-11785-					# Portland Group f77 and f90 compilers
network-manager-1.27.91/configure:11786:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/configure-11787-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
network-manager-1.27.91/configure-11802-	nvcc*)	# Cuda Compiler Driver 2.2
network-manager-1.27.91/configure:11803:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/configure-11804-	  compiler_needs_object=yes
##############################################
network-manager-1.27.91/configure-11806-	esac
network-manager-1.27.91/configure:11807:	case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/configure-11808-	*Sun\ C*)			# Sun C 5.9
network-manager-1.27.91/configure:11809:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/configure-11810-	  compiler_needs_object=yes
##############################################
network-manager-1.27.91/configure-11877-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
network-manager-1.27.91/configure:11878:      case `$LD -v 2>&1` in
network-manager-1.27.91/configure-11879-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
network-manager-1.27.91/configure-11966-	else
network-manager-1.27.91/configure:11967:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
network-manager-1.27.91/configure-11968-	fi
##############################################
network-manager-1.27.91/configure-12031-	# below for broken collect2 doesn't work under 4.3+
network-manager-1.27.91/configure:12032:	  collect2name=`$CC -print-prog-name=collect2`
network-manager-1.27.91/configure-12033-	  if test -f "$collect2name" &&
##############################################
network-manager-1.27.91/configure-12111-      }'
network-manager-1.27.91/configure:12112:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-12113-  # Check for a 64-bit object if we didn't find anything.
network-manager-1.27.91/configure-12114-  if test -z "$lt_cv_aix_libpath_"; then
network-manager-1.27.91/configure:12115:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-12116-  fi
##############################################
network-manager-1.27.91/configure-12129-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
network-manager-1.27.91/configure:12130:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
network-manager-1.27.91/configure-12131-      else
##############################################
network-manager-1.27.91/configure-12164-      }'
network-manager-1.27.91/configure:12165:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-12166-  # Check for a 64-bit object if we didn't find anything.
network-manager-1.27.91/configure-12167-  if test -z "$lt_cv_aix_libpath_"; then
network-manager-1.27.91/configure:12168:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-12169-  fi
##############################################
network-manager-1.27.91/configure-12196-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
network-manager-1.27.91/configure:12197:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
network-manager-1.27.91/configure-12198-	  if test svr4 != "$with_aix_soname"; then
##############################################
network-manager-1.27.91/configure-12249-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
network-manager-1.27.91/configure:12250:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
network-manager-1.27.91/configure-12251-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
network-manager-1.27.91/configure-12287-	# FIXME: Setting linknames here is a bad hack.
network-manager-1.27.91/configure:12288:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
network-manager-1.27.91/configure-12289-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
network-manager-1.27.91/configure-12305-  if test yes = "$lt_cv_ld_force_load"; then
network-manager-1.27.91/configure:12306:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
network-manager-1.27.91/configure-12307-
##############################################
network-manager-1.27.91/configure-12485-      if test yes = "$GCC"; then
network-manager-1.27.91/configure:12486:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-12487-	# Try to use the -exported_symbol ld option, if it does not
##############################################
network-manager-1.27.91/configure-12513-	if test yes = "$lt_cv_irix_exported_symbol"; then
network-manager-1.27.91/configure:12514:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
network-manager-1.27.91/configure-12515-	fi
network-manager-1.27.91/configure-12516-      else
network-manager-1.27.91/configure:12517:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure:12518:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
network-manager-1.27.91/configure-12519-      fi
##############################################
network-manager-1.27.91/configure-12563-	hardcode_direct_absolute=yes
network-manager-1.27.91/configure:12564:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/configure-12565-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
network-manager-1.27.91/configure-12594-	prefix_cmds="$SED"~
network-manager-1.27.91/configure:12595:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
network-manager-1.27.91/configure-12596-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
network-manager-1.27.91/configure-12608-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
network-manager-1.27.91/configure:12609:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-12610-      else
network-manager-1.27.91/configure-12611-	allow_undefined_flag=' -expect_unresolved \*'
network-manager-1.27.91/configure:12612:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-12613-      fi
##############################################
network-manager-1.27.91/configure-12621-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
network-manager-1.27.91/configure:12622:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-12623-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
network-manager-1.27.91/configure-12625-	allow_undefined_flag=' -expect_unresolved \*'
network-manager-1.27.91/configure:12626:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure:12627:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
network-manager-1.27.91/configure:12628:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
network-manager-1.27.91/configure-12629-
##############################################
network-manager-1.27.91/configure-12644-      else
network-manager-1.27.91/configure:12645:	case `$CC -V 2>&1` in
network-manager-1.27.91/configure-12646-	*"Compilers 5.0"*)
##############################################
network-manager-1.27.91/configure-13043-  esac
network-manager-1.27.91/configure:13044:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
network-manager-1.27.91/configure-13045-  case $lt_search_path_spec in
##############################################
network-manager-1.27.91/configure-13050-    # okay in the real world where ";" in dirpaths is itself problematic.
network-manager-1.27.91/configure:13051:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
network-manager-1.27.91/configure-13052-    ;;
network-manager-1.27.91/configure-13053-  *)
network-manager-1.27.91/configure:13054:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/configure-13055-    ;;
##############################################
network-manager-1.27.91/configure-13059-  lt_tmp_lt_search_path_spec=
network-manager-1.27.91/configure:13060:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
network-manager-1.27.91/configure-13061-  # ...but if some path component already ends with the multilib dir we assume
##############################################
network-manager-1.27.91/configure-13101-  esac
network-manager-1.27.91/configure:13102:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
network-manager-1.27.91/configure-13103-else
##############################################
network-manager-1.27.91/configure-13241-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
network-manager-1.27.91/configure:13242:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
network-manager-1.27.91/configure-13243-    ;;
##############################################
network-manager-1.27.91/configure-13277-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
network-manager-1.27.91/configure:13278:    postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/configure:13279:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
network-manager-1.27.91/configure:13280:      dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/configure-13281-      test -d \$dldir || mkdir -p \$dldir~
##############################################
network-manager-1.27.91/configure-13286-      fi'
network-manager-1.27.91/configure:13287:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
network-manager-1.27.91/configure-13288-      dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/configure-13294-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
network-manager-1.27.91/configure:13295:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-13296-
##############################################
network-manager-1.27.91/configure-13300-      # MinGW DLLs use traditional 'lib' prefix
network-manager-1.27.91/configure:13301:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-13302-      ;;
##############################################
network-manager-1.27.91/configure-13304-      # pw32 DLLs use 'pw' prefix rather than 'lib'
network-manager-1.27.91/configure:13305:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-13306-      ;;
##############################################
network-manager-1.27.91/configure-13313-    libname_spec='$name'
network-manager-1.27.91/configure:13314:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-13315-    library_names_spec='$libname.dll.lib'
##############################################
network-manager-1.27.91/configure-13325-        # Let DOS variable expansion print the short 8.3 style file name.
network-manager-1.27.91/configure:13326:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
network-manager-1.27.91/configure-13327-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
network-manager-1.27.91/configure-13330-      # Convert to MSYS style.
network-manager-1.27.91/configure:13331:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
network-manager-1.27.91/configure-13332-      ;;
##############################################
network-manager-1.27.91/configure-13336-      # like /cygdrive/c/PROGRA~1:/cygdr...
network-manager-1.27.91/configure:13337:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
network-manager-1.27.91/configure:13338:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
network-manager-1.27.91/configure:13339:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/configure-13340-      ;;
##############################################
network-manager-1.27.91/configure-13344-        # It is most probably a Windows format PATH.
network-manager-1.27.91/configure:13345:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
network-manager-1.27.91/configure-13346-      else
network-manager-1.27.91/configure:13347:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/configure-13348-      fi
##############################################
network-manager-1.27.91/configure-13354-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
network-manager-1.27.91/configure:13355:    postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/configure:13356:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
network-manager-1.27.91/configure:13357:      dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/configure-13358-      test -d \$dldir || mkdir -p \$dldir~
network-manager-1.27.91/configure-13359-      $install_prog $dir/$dlname \$dldir/$dlname'
network-manager-1.27.91/configure:13360:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
network-manager-1.27.91/configure-13361-      dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/configure-13368-    # Assume MSVC wrapper
network-manager-1.27.91/configure:13369:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
network-manager-1.27.91/configure-13370-    dynamic_linker='Win32 ld.exe'
##############################################
network-manager-1.27.91/configure-13385-  shlibpath_var=DYLD_LIBRARY_PATH
network-manager-1.27.91/configure:13386:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
network-manager-1.27.91/configure-13387-
##############################################
network-manager-1.27.91/configure-13641-  if test -f /etc/ld.so.conf; then
network-manager-1.27.91/configure:13642:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
network-manager-1.27.91/configure-13643-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
network-manager-1.27.91/configure-13695-  need_lib_prefix=no
network-manager-1.27.91/configure:13696:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/configure-13697-    need_version=no
##############################################
network-manager-1.27.91/configure-13722-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
network-manager-1.27.91/configure:13723:  postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/configure:13724:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
network-manager-1.27.91/configure:13725:    dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/configure-13726-    test -d \$dldir || mkdir -p \$dldir~
##############################################
network-manager-1.27.91/configure-13731-    fi'
network-manager-1.27.91/configure:13732:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
network-manager-1.27.91/configure-13733-    dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/configure-14914-    # gcc leaves a trailing carriage return, which upsets mingw
network-manager-1.27.91/configure:14915:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
network-manager-1.27.91/configure-14916-  *)
network-manager-1.27.91/configure:14917:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
network-manager-1.27.91/configure-14918-  esac
##############################################
network-manager-1.27.91/configure-14923-      # Canonicalize the pathname of ld
network-manager-1.27.91/configure:14924:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
network-manager-1.27.91/configure-14925-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
network-manager-1.27.91/configure:14926:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
network-manager-1.27.91/configure-14927-      done
##############################################
network-manager-1.27.91/configure-14958-      # Break only if it was the GNU/non-GNU ld that we prefer.
network-manager-1.27.91/configure:14959:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
network-manager-1.27.91/configure-14960-      *GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-14989-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
network-manager-1.27.91/configure:14990:case `$LD -v 2>&1 </dev/null` in
network-manager-1.27.91/configure-14991-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-15023-        # ancient GNU ld didn't support --whole-archive et. al.
network-manager-1.27.91/configure:15024:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
network-manager-1.27.91/configure-15025-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
network-manager-1.27.91/configure-15134-          # below for broken collect2 doesn't work under 4.3+
network-manager-1.27.91/configure:15135:	  collect2name=`$CC -print-prog-name=collect2`
network-manager-1.27.91/configure-15136-	  if test -f "$collect2name" &&
##############################################
network-manager-1.27.91/configure-15215-      }'
network-manager-1.27.91/configure:15216:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-15217-  # Check for a 64-bit object if we didn't find anything.
network-manager-1.27.91/configure-15218-  if test -z "$lt_cv_aix_libpath__CXX"; then
network-manager-1.27.91/configure:15219:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-15220-  fi
##############################################
network-manager-1.27.91/configure-15234-
network-manager-1.27.91/configure:15235:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
network-manager-1.27.91/configure-15236-        else
##############################################
network-manager-1.27.91/configure-15269-      }'
network-manager-1.27.91/configure:15270:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-15271-  # Check for a 64-bit object if we didn't find anything.
network-manager-1.27.91/configure-15272-  if test -z "$lt_cv_aix_libpath__CXX"; then
network-manager-1.27.91/configure:15273:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/configure-15274-  fi
##############################################
network-manager-1.27.91/configure-15301-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
network-manager-1.27.91/configure:15302:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
network-manager-1.27.91/configure-15303-	    if test svr4 != "$with_aix_soname"; then
##############################################
network-manager-1.27.91/configure-15354-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
network-manager-1.27.91/configure:15355:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
network-manager-1.27.91/configure-15356-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
network-manager-1.27.91/configure-15396-	    # is; otherwise, prepend EXPORTS...
network-manager-1.27.91/configure:15397:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
network-manager-1.27.91/configure-15398-              cp $export_symbols $output_objdir/$soname.def;
##############################################
network-manager-1.27.91/configure-15417-  if test yes = "$lt_cv_ld_force_load"; then
network-manager-1.27.91/configure:15418:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
network-manager-1.27.91/configure-15419-
##############################################
network-manager-1.27.91/configure-15462-	  prefix_cmds="$SED"~
network-manager-1.27.91/configure:15463:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
network-manager-1.27.91/configure-15464-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
network-manager-1.27.91/configure-15536-            # dependencies.
network-manager-1.27.91/configure:15537:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/configure-15538-            ;;
##############################################
network-manager-1.27.91/configure-15601-	    # dependencies.
network-manager-1.27.91/configure:15602:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/configure-15603-	    ;;
##############################################
network-manager-1.27.91/configure-15637-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
network-manager-1.27.91/configure:15638:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/configure:15639:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/configure-15640-	;;
##############################################
network-manager-1.27.91/configure-15644-	    # SGI C++
network-manager-1.27.91/configure:15645:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-15646-
##############################################
network-manager-1.27.91/configure-15655-	      if test no = "$with_gnu_ld"; then
network-manager-1.27.91/configure:15656:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-15657-	      else
network-manager-1.27.91/configure:15658:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
network-manager-1.27.91/configure-15659-	      fi
##############################################
network-manager-1.27.91/configure-15676-	    # to its proper name (with version) after linking.
network-manager-1.27.91/configure:15677:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
network-manager-1.27.91/configure:15678:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
network-manager-1.27.91/configure-15679-	    # Commands to make compiler produce verbose output that lists
##############################################
network-manager-1.27.91/configure-15686-	    # dependencies.
network-manager-1.27.91/configure:15687:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/configure-15688-
##############################################
network-manager-1.27.91/configure-15701-	    # earlier do not add the objects themselves.
network-manager-1.27.91/configure:15702:	    case `$CC -V 2>&1` in
network-manager-1.27.91/configure-15703-	      *"Version 7."*)
##############################################
network-manager-1.27.91/configure-15722-            # Portland Group C++ compiler
network-manager-1.27.91/configure:15723:	    case `$CC -V` in
network-manager-1.27.91/configure-15724-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
network-manager-1.27.91/configure-15727-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
network-manager-1.27.91/configure:15728:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
network-manager-1.27.91/configure-15729-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
network-manager-1.27.91/configure-15731-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
network-manager-1.27.91/configure:15732:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
network-manager-1.27.91/configure-15733-                $RANLIB $oldlib'
##############################################
network-manager-1.27.91/configure-15736-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
network-manager-1.27.91/configure:15737:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
network-manager-1.27.91/configure-15738-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
network-manager-1.27.91/configure-15740-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
network-manager-1.27.91/configure:15741:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
network-manager-1.27.91/configure-15742-	      ;;
##############################################
network-manager-1.27.91/configure-15750-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
network-manager-1.27.91/configure:15751:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/configure-15752-            ;;
##############################################
network-manager-1.27.91/configure-15769-	    # dependencies.
network-manager-1.27.91/configure:15770:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
network-manager-1.27.91/configure-15771-	    ;;
##############################################
network-manager-1.27.91/configure-15784-	  *)
network-manager-1.27.91/configure:15785:	    case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/configure-15786-	    *Sun\ C*)
##############################################
network-manager-1.27.91/configure-15791-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
network-manager-1.27.91/configure:15792:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/configure-15793-	      compiler_needs_object_CXX=yes
##############################################
network-manager-1.27.91/configure-15856-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
network-manager-1.27.91/configure:15857:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
network-manager-1.27.91/configure-15858-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
network-manager-1.27.91/configure-15875-	    # to its proper name (with version) after linking.
network-manager-1.27.91/configure:15876:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
network-manager-1.27.91/configure-15877-
##############################################
network-manager-1.27.91/configure-15896-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
network-manager-1.27.91/configure:15897:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-15898-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
network-manager-1.27.91/configure-15901-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
network-manager-1.27.91/configure:15902:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure:15903:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
network-manager-1.27.91/configure-15904-                  echo "-hidden">> $lib.exp~
network-manager-1.27.91/configure:15905:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
network-manager-1.27.91/configure-15906-                  $RM $lib.exp'
##############################################
network-manager-1.27.91/configure-15920-	    # dependencies.
network-manager-1.27.91/configure:15921:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/configure-15922-	    ;;
##############################################
network-manager-1.27.91/configure-15927-	        osf3*)
network-manager-1.27.91/configure:15928:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-15929-		  ;;
network-manager-1.27.91/configure-15930-	        *)
network-manager-1.27.91/configure:15931:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/configure-15932-		  ;;
##############################################
network-manager-1.27.91/configure-16174-
network-manager-1.27.91/configure:16175:  for p in `eval "$output_verbose_link_cmd"`; do
network-manager-1.27.91/configure-16176-    case $prev$p in
##############################################
network-manager-1.27.91/configure-16277-if test -n "${compiler_lib_search_path_CXX}"; then
network-manager-1.27.91/configure:16278: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
network-manager-1.27.91/configure-16279-fi
##############################################
network-manager-1.27.91/configure-16524-	  *)
network-manager-1.27.91/configure:16525:	    case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/configure-16526-	    *Sun\ C*)
##############################################
network-manager-1.27.91/configure-16906-    else
network-manager-1.27.91/configure:16907:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
network-manager-1.27.91/configure-16908-    fi
##############################################
network-manager-1.27.91/configure-17208-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
network-manager-1.27.91/configure:17209:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
network-manager-1.27.91/configure-17210-    ;;
##############################################
network-manager-1.27.91/configure-17244-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
network-manager-1.27.91/configure:17245:    postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/configure:17246:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
network-manager-1.27.91/configure:17247:      dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/configure-17248-      test -d \$dldir || mkdir -p \$dldir~
##############################################
network-manager-1.27.91/configure-17253-      fi'
network-manager-1.27.91/configure:17254:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
network-manager-1.27.91/configure-17255-      dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/configure-17261-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
network-manager-1.27.91/configure:17262:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-17263-
##############################################
network-manager-1.27.91/configure-17266-      # MinGW DLLs use traditional 'lib' prefix
network-manager-1.27.91/configure:17267:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-17268-      ;;
##############################################
network-manager-1.27.91/configure-17270-      # pw32 DLLs use 'pw' prefix rather than 'lib'
network-manager-1.27.91/configure:17271:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-17272-      ;;
##############################################
network-manager-1.27.91/configure-17279-    libname_spec='$name'
network-manager-1.27.91/configure:17280:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/configure-17281-    library_names_spec='$libname.dll.lib'
##############################################
network-manager-1.27.91/configure-17291-        # Let DOS variable expansion print the short 8.3 style file name.
network-manager-1.27.91/configure:17292:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
network-manager-1.27.91/configure-17293-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
network-manager-1.27.91/configure-17296-      # Convert to MSYS style.
network-manager-1.27.91/configure:17297:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
network-manager-1.27.91/configure-17298-      ;;
##############################################
network-manager-1.27.91/configure-17302-      # like /cygdrive/c/PROGRA~1:/cygdr...
network-manager-1.27.91/configure:17303:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
network-manager-1.27.91/configure:17304:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
network-manager-1.27.91/configure:17305:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/configure-17306-      ;;
##############################################
network-manager-1.27.91/configure-17310-        # It is most probably a Windows format PATH.
network-manager-1.27.91/configure:17311:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
network-manager-1.27.91/configure-17312-      else
network-manager-1.27.91/configure:17313:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/configure-17314-      fi
##############################################
network-manager-1.27.91/configure-17320-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
network-manager-1.27.91/configure:17321:    postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/configure:17322:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
network-manager-1.27.91/configure:17323:      dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/configure-17324-      test -d \$dldir || mkdir -p \$dldir~
network-manager-1.27.91/configure-17325-      $install_prog $dir/$dlname \$dldir/$dlname'
network-manager-1.27.91/configure:17326:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
network-manager-1.27.91/configure-17327-      dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/configure-17334-    # Assume MSVC wrapper
network-manager-1.27.91/configure:17335:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
network-manager-1.27.91/configure-17336-    dynamic_linker='Win32 ld.exe'
##############################################
network-manager-1.27.91/configure-17351-  shlibpath_var=DYLD_LIBRARY_PATH
network-manager-1.27.91/configure:17352:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
network-manager-1.27.91/configure-17353-
##############################################
network-manager-1.27.91/configure-17606-  if test -f /etc/ld.so.conf; then
network-manager-1.27.91/configure:17607:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
network-manager-1.27.91/configure-17608-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
network-manager-1.27.91/configure-17660-  need_lib_prefix=no
network-manager-1.27.91/configure:17661:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/configure-17662-    need_version=no
##############################################
network-manager-1.27.91/configure-17687-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
network-manager-1.27.91/configure:17688:  postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/configure:17689:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
network-manager-1.27.91/configure:17690:    dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/configure-17691-    test -d \$dldir || mkdir -p \$dldir~
##############################################
network-manager-1.27.91/configure-17696-    fi'
network-manager-1.27.91/configure:17697:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
network-manager-1.27.91/configure-17698-    dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/configure-18423-
network-manager-1.27.91/configure:18424:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
network-manager-1.27.91/configure-18425-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
network-manager-1.27.91/configure:18426:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
network-manager-1.27.91/configure-18427-if test -n "0.40.0"; then
##############################################
network-manager-1.27.91/configure-18863-fi
network-manager-1.27.91/configure:18864:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
network-manager-1.27.91/configure:18865:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
network-manager-1.27.91/configure:18866:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
network-manager-1.27.91/configure-18867-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
network-manager-1.27.91/configure-18919-else
network-manager-1.27.91/configure:18920:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
network-manager-1.27.91/configure-18921-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
network-manager-1.27.91/configure-18926-$as_echo_n "checking for XML::Parser... " >&6; }
network-manager-1.27.91/configure:18927:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
network-manager-1.27.91/configure-18928-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
network-manager-1.27.91/configure-19066-
network-manager-1.27.91/configure:19067:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
network-manager-1.27.91/configure-19068-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
network-manager-1.27.91/configure-19071-
network-manager-1.27.91/configure:19072:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
network-manager-1.27.91/configure-19073-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
network-manager-1.27.91/configure-19149-
network-manager-1.27.91/configure:19150:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
network-manager-1.27.91/configure-19151-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
network-manager-1.27.91/configure-19279-    # gcc leaves a trailing carriage return which upsets mingw
network-manager-1.27.91/configure:19280:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
network-manager-1.27.91/configure-19281-  *)
network-manager-1.27.91/configure:19282:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
network-manager-1.27.91/configure-19283-  esac
##############################################
network-manager-1.27.91/configure-19288-      # Canonicalize the path of ld
network-manager-1.27.91/configure:19289:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
network-manager-1.27.91/configure-19290-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
network-manager-1.27.91/configure:19291:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
network-manager-1.27.91/configure-19292-      done
##############################################
network-manager-1.27.91/configure-19322-      # Break only if it was the GNU/non-GNU ld that we prefer.
network-manager-1.27.91/configure:19323:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
network-manager-1.27.91/configure-19324-      *GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-19351-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
network-manager-1.27.91/configure:19352:case `$LD -v 2>&1 </dev/null` in
network-manager-1.27.91/configure-19353-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/configure-19399-                  acl_libdirstem=lib
network-manager-1.27.91/configure:19400:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
network-manager-1.27.91/configure-19401-  if test -n "$searchpath"; then
##############################################
network-manager-1.27.91/configure-19406-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
network-manager-1.27.91/configure:19407:          *) searchdir=`cd "$searchdir" && pwd`
network-manager-1.27.91/configure-19408-             case "$searchdir" in
##############################################
network-manager-1.27.91/configure-19486-        names_already_handled="$names_already_handled $name"
network-manager-1.27.91/configure:19487:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
network-manager-1.27.91/configure-19488-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
network-manager-1.27.91/configure-19562-                -L*)
network-manager-1.27.91/configure:19563:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
network-manager-1.27.91/configure-19564-                                    if test -n "$acl_shlibext"; then
##############################################
network-manager-1.27.91/configure-19677-              */$acl_libdirstem | */$acl_libdirstem/)
network-manager-1.27.91/configure:19678:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
network-manager-1.27.91/configure-19679-                LIBICONV_PREFIX="$basedir"
##############################################
network-manager-1.27.91/configure-19726-                  -L*)
network-manager-1.27.91/configure:19727:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
network-manager-1.27.91/configure-19728-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
network-manager-1.27.91/configure-19783-                  -R*)
network-manager-1.27.91/configure:19784:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
network-manager-1.27.91/configure-19785-                    if test "$enable_rpath" != no; then
##############################################
network-manager-1.27.91/configure-19808-                  -l*)
network-manager-1.27.91/configure:19809:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
network-manager-1.27.91/configure-19810-                    ;;
network-manager-1.27.91/configure-19811-                  *.la)
network-manager-1.27.91/configure:19812:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
network-manager-1.27.91/configure-19813-                    ;;
##############################################
network-manager-1.27.91/configure-20291-        names_already_handled="$names_already_handled $name"
network-manager-1.27.91/configure:20292:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
network-manager-1.27.91/configure-20293-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
network-manager-1.27.91/configure-20367-                -L*)
network-manager-1.27.91/configure:20368:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
network-manager-1.27.91/configure-20369-                                    if test -n "$acl_shlibext"; then
##############################################
network-manager-1.27.91/configure-20482-              */$acl_libdirstem | */$acl_libdirstem/)
network-manager-1.27.91/configure:20483:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
network-manager-1.27.91/configure-20484-                LIBINTL_PREFIX="$basedir"
##############################################
network-manager-1.27.91/configure-20531-                  -L*)
network-manager-1.27.91/configure:20532:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
network-manager-1.27.91/configure-20533-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
network-manager-1.27.91/configure-20588-                  -R*)
network-manager-1.27.91/configure:20589:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
network-manager-1.27.91/configure-20590-                    if test "$enable_rpath" != no; then
##############################################
network-manager-1.27.91/configure-20613-                  -l*)
network-manager-1.27.91/configure:20614:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
network-manager-1.27.91/configure-20615-                    ;;
network-manager-1.27.91/configure-20616-                  *.la)
network-manager-1.27.91/configure:20617:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
network-manager-1.27.91/configure-20618-                    ;;
##############################################
network-manager-1.27.91/configure-20879-do :
network-manager-1.27.91/configure:20880:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
network-manager-1.27.91/configure-20881-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
network-manager-1.27.91/configure-20883-  cat >>confdefs.h <<_ACEOF
network-manager-1.27.91/configure:20884:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
network-manager-1.27.91/configure-20885-_ACEOF
##############################################
network-manager-1.27.91/configure-21458-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21459:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "gio-unix-2.0 >= 2.37.6 gmodule-2.0" 2>/dev/null`
network-manager-1.27.91/configure-21460-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21475-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21476:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "gio-unix-2.0 >= 2.37.6 gmodule-2.0" 2>/dev/null`
network-manager-1.27.91/configure-21477-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21496-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:21497:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-unix-2.0 >= 2.37.6 gmodule-2.0" 2>&1`
network-manager-1.27.91/configure-21498-        else
network-manager-1.27.91/configure:21499:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-unix-2.0 >= 2.37.6 gmodule-2.0" 2>&1`
network-manager-1.27.91/configure-21500-        fi
##############################################
network-manager-1.27.91/configure-21517-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21518:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>/dev/null`
network-manager-1.27.91/configure-21519-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21534-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21535:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>/dev/null`
network-manager-1.27.91/configure-21536-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21555-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:21556:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>&1`
network-manager-1.27.91/configure-21557-        else
network-manager-1.27.91/configure:21558:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>&1`
network-manager-1.27.91/configure-21559-        fi
##############################################
network-manager-1.27.91/configure-21613-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21614:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>/dev/null`
network-manager-1.27.91/configure-21615-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21630-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21631:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>/dev/null`
network-manager-1.27.91/configure-21632-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21651-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:21652:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>&1`
network-manager-1.27.91/configure-21653-        else
network-manager-1.27.91/configure:21654:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-unix-2.0 >= 2.40 gmodule-2.0" 2>&1`
network-manager-1.27.91/configure-21655-        fi
##############################################
network-manager-1.27.91/configure-21735-
network-manager-1.27.91/configure:21736:           INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
network-manager-1.27.91/configure:21737:           INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
network-manager-1.27.91/configure:21738:           INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
network-manager-1.27.91/configure:21739:           INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
network-manager-1.27.91/configure-21740-           INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
network-manager-1.27.91/configure:21741:           INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
network-manager-1.27.91/configure:21742:           INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
network-manager-1.27.91/configure:21743:           INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
network-manager-1.27.91/configure-21744-
##############################################
network-manager-1.27.91/configure-21802-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21803:  pkg_cv_LIBUDEV_CFLAGS=`$PKG_CONFIG --cflags "libudev >= 175" 2>/dev/null`
network-manager-1.27.91/configure-21804-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21819-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21820:  pkg_cv_LIBUDEV_LIBS=`$PKG_CONFIG --libs "libudev >= 175" 2>/dev/null`
network-manager-1.27.91/configure-21821-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21840-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:21841:	        LIBUDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libudev >= 175" 2>&1`
network-manager-1.27.91/configure-21842-        else
network-manager-1.27.91/configure:21843:	        LIBUDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libudev >= 175" 2>&1`
network-manager-1.27.91/configure-21844-        fi
##############################################
network-manager-1.27.91/configure-21895-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21896:  pkg_cv_QT_CFLAGS=`$PKG_CONFIG --cflags "QtCore >= 4 QtDBus QtNetwork" 2>/dev/null`
network-manager-1.27.91/configure-21897-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21912-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:21913:  pkg_cv_QT_LIBS=`$PKG_CONFIG --libs "QtCore >= 4 QtDBus QtNetwork" 2>/dev/null`
network-manager-1.27.91/configure-21914-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-21933-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:21934:	        QT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "QtCore >= 4 QtDBus QtNetwork" 2>&1`
network-manager-1.27.91/configure-21935-        else
network-manager-1.27.91/configure:21936:	        QT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "QtCore >= 4 QtDBus QtNetwork" 2>&1`
network-manager-1.27.91/configure-21937-        fi
##############################################
network-manager-1.27.91/configure-21964-	# Check for moc-qt4 and if not found then moc
network-manager-1.27.91/configure:21965:	QT4_BINDIR=`$PKG_CONFIG QtCore --variable moc_location`
network-manager-1.27.91/configure-21966-	for ac_prog in moc-qt4 moc
##############################################
network-manager-1.27.91/configure-22087-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22088:  pkg_cv_SYSTEMD_200_CFLAGS=`$PKG_CONFIG --cflags "systemd >= 200" 2>/dev/null`
network-manager-1.27.91/configure-22089-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22104-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22105:  pkg_cv_SYSTEMD_200_LIBS=`$PKG_CONFIG --libs "systemd >= 200" 2>/dev/null`
network-manager-1.27.91/configure-22106-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22125-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22126:	        SYSTEMD_200_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "systemd >= 200" 2>&1`
network-manager-1.27.91/configure-22127-        else
network-manager-1.27.91/configure:22128:	        SYSTEMD_200_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "systemd >= 200" 2>&1`
network-manager-1.27.91/configure-22129-        fi
##############################################
network-manager-1.27.91/configure-22215-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22216:  pkg_cv_LIBSYSTEMD_CFLAGS=`$PKG_CONFIG --cflags "libsystemd >= 209" 2>/dev/null`
network-manager-1.27.91/configure-22217-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22232-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22233:  pkg_cv_LIBSYSTEMD_LIBS=`$PKG_CONFIG --libs "libsystemd >= 209" 2>/dev/null`
network-manager-1.27.91/configure-22234-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22253-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22254:	        LIBSYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd >= 209" 2>&1`
network-manager-1.27.91/configure-22255-        else
network-manager-1.27.91/configure:22256:	        LIBSYSTEMD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd >= 209" 2>&1`
network-manager-1.27.91/configure-22257-        fi
##############################################
network-manager-1.27.91/configure-22301-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22302:  pkg_cv_SYSTEMD_JOURNAL_CFLAGS=`$PKG_CONFIG --cflags "libsystemd >= 209" 2>/dev/null`
network-manager-1.27.91/configure-22303-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22318-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22319:  pkg_cv_SYSTEMD_JOURNAL_LIBS=`$PKG_CONFIG --libs "libsystemd >= 209" 2>/dev/null`
network-manager-1.27.91/configure-22320-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22339-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22340:	        SYSTEMD_JOURNAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd >= 209" 2>&1`
network-manager-1.27.91/configure-22341-        else
network-manager-1.27.91/configure:22342:	        SYSTEMD_JOURNAL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd >= 209" 2>&1`
network-manager-1.27.91/configure-22343-        fi
##############################################
network-manager-1.27.91/configure-22360-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22361:  pkg_cv_SYSTEMD_JOURNAL_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-journal" 2>/dev/null`
network-manager-1.27.91/configure-22362-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22377-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22378:  pkg_cv_SYSTEMD_JOURNAL_LIBS=`$PKG_CONFIG --libs "libsystemd-journal" 2>/dev/null`
network-manager-1.27.91/configure-22379-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22398-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22399:	        SYSTEMD_JOURNAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-journal" 2>&1`
network-manager-1.27.91/configure-22400-        else
network-manager-1.27.91/configure:22401:	        SYSTEMD_JOURNAL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-journal" 2>&1`
network-manager-1.27.91/configure-22402-        fi
##############################################
network-manager-1.27.91/configure-22434-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22435:  pkg_cv_SYSTEMD_JOURNAL_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-journal" 2>/dev/null`
network-manager-1.27.91/configure-22436-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22451-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22452:  pkg_cv_SYSTEMD_JOURNAL_LIBS=`$PKG_CONFIG --libs "libsystemd-journal" 2>/dev/null`
network-manager-1.27.91/configure-22453-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22472-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22473:	        SYSTEMD_JOURNAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-journal" 2>&1`
network-manager-1.27.91/configure-22474-        else
network-manager-1.27.91/configure:22475:	        SYSTEMD_JOURNAL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-journal" 2>&1`
network-manager-1.27.91/configure-22476-        fi
##############################################
network-manager-1.27.91/configure-22613-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22614:  pkg_cv_SYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libsystemd" 2>/dev/null`
network-manager-1.27.91/configure-22615-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22630-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22631:  pkg_cv_SYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libsystemd" 2>/dev/null`
network-manager-1.27.91/configure-22632-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22651-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22652:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd" 2>&1`
network-manager-1.27.91/configure-22653-        else
network-manager-1.27.91/configure:22654:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd" 2>&1`
network-manager-1.27.91/configure-22655-        fi
##############################################
network-manager-1.27.91/configure-22672-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22673:  pkg_cv_SYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login" 2>/dev/null`
network-manager-1.27.91/configure-22674-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22689-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22690:  pkg_cv_SYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libsystemd-login" 2>/dev/null`
network-manager-1.27.91/configure-22691-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22710-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22711:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login" 2>&1`
network-manager-1.27.91/configure-22712-        else
network-manager-1.27.91/configure:22713:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login" 2>&1`
network-manager-1.27.91/configure-22714-        fi
##############################################
network-manager-1.27.91/configure-22746-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22747:  pkg_cv_SYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login" 2>/dev/null`
network-manager-1.27.91/configure-22748-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22763-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22764:  pkg_cv_SYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libsystemd-login" 2>/dev/null`
network-manager-1.27.91/configure-22765-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22784-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22785:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login" 2>&1`
network-manager-1.27.91/configure-22786-        else
network-manager-1.27.91/configure:22787:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login" 2>&1`
network-manager-1.27.91/configure-22788-        fi
##############################################
network-manager-1.27.91/configure-22845-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22846:  pkg_cv_SYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libelogind" 2>/dev/null`
network-manager-1.27.91/configure-22847-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22862-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22863:  pkg_cv_SYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libelogind" 2>/dev/null`
network-manager-1.27.91/configure-22864-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22883-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22884:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind" 2>&1`
network-manager-1.27.91/configure-22885-        else
network-manager-1.27.91/configure:22886:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind" 2>&1`
network-manager-1.27.91/configure-22887-        fi
##############################################
network-manager-1.27.91/configure-22904-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22905:  pkg_cv_SYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libelogind" 2>/dev/null`
network-manager-1.27.91/configure-22906-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22921-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22922:  pkg_cv_SYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libelogind" 2>/dev/null`
network-manager-1.27.91/configure-22923-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22942-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:22943:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind" 2>&1`
network-manager-1.27.91/configure-22944-        else
network-manager-1.27.91/configure:22945:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind" 2>&1`
network-manager-1.27.91/configure-22946-        fi
##############################################
network-manager-1.27.91/configure-22978-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22979:  pkg_cv_SYSTEMD_LOGIN_CFLAGS=`$PKG_CONFIG --cflags "libelogind" 2>/dev/null`
network-manager-1.27.91/configure-22980-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-22995-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:22996:  pkg_cv_SYSTEMD_LOGIN_LIBS=`$PKG_CONFIG --libs "libelogind" 2>/dev/null`
network-manager-1.27.91/configure-22997-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23016-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23017:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind" 2>&1`
network-manager-1.27.91/configure-23018-        else
network-manager-1.27.91/configure:23019:	        SYSTEMD_LOGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind" 2>&1`
network-manager-1.27.91/configure-23020-        fi
##############################################
network-manager-1.27.91/configure-23156-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23157:  pkg_cv_SYSTEMD_INHIBIT_CFLAGS=`$PKG_CONFIG --cflags "libsystemd >= 209" 2>/dev/null`
network-manager-1.27.91/configure-23158-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23173-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23174:  pkg_cv_SYSTEMD_INHIBIT_LIBS=`$PKG_CONFIG --libs "libsystemd >= 209" 2>/dev/null`
network-manager-1.27.91/configure-23175-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23194-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23195:	        SYSTEMD_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd >= 209" 2>&1`
network-manager-1.27.91/configure-23196-        else
network-manager-1.27.91/configure:23197:	        SYSTEMD_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd >= 209" 2>&1`
network-manager-1.27.91/configure-23198-        fi
##############################################
network-manager-1.27.91/configure-23215-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23216:  pkg_cv_SYSTEMD_INHIBIT_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login >= 183" 2>/dev/null`
network-manager-1.27.91/configure-23217-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23232-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23233:  pkg_cv_SYSTEMD_INHIBIT_LIBS=`$PKG_CONFIG --libs "libsystemd-login >= 183" 2>/dev/null`
network-manager-1.27.91/configure-23234-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23253-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23254:	        SYSTEMD_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login >= 183" 2>&1`
network-manager-1.27.91/configure-23255-        else
network-manager-1.27.91/configure:23256:	        SYSTEMD_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login >= 183" 2>&1`
network-manager-1.27.91/configure-23257-        fi
##############################################
network-manager-1.27.91/configure-23309-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23310:  pkg_cv_SYSTEMD_INHIBIT_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login >= 183" 2>/dev/null`
network-manager-1.27.91/configure-23311-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23326-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23327:  pkg_cv_SYSTEMD_INHIBIT_LIBS=`$PKG_CONFIG --libs "libsystemd-login >= 183" 2>/dev/null`
network-manager-1.27.91/configure-23328-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23347-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23348:	        SYSTEMD_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login >= 183" 2>&1`
network-manager-1.27.91/configure-23349-        else
network-manager-1.27.91/configure:23350:	        SYSTEMD_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login >= 183" 2>&1`
network-manager-1.27.91/configure-23351-        fi
##############################################
network-manager-1.27.91/configure-23412-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23413:  pkg_cv_ELOGIND_INHIBIT_CFLAGS=`$PKG_CONFIG --cflags "libelogind >= 219" 2>/dev/null`
network-manager-1.27.91/configure-23414-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23429-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23430:  pkg_cv_ELOGIND_INHIBIT_LIBS=`$PKG_CONFIG --libs "libelogind >= 219" 2>/dev/null`
network-manager-1.27.91/configure-23431-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23450-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23451:	        ELOGIND_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind >= 219" 2>&1`
network-manager-1.27.91/configure-23452-        else
network-manager-1.27.91/configure:23453:	        ELOGIND_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind >= 219" 2>&1`
network-manager-1.27.91/configure-23454-        fi
##############################################
network-manager-1.27.91/configure-23471-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23472:  pkg_cv_ELOGIND_INHIBIT_CFLAGS=`$PKG_CONFIG --cflags "libelogind >= 219" 2>/dev/null`
network-manager-1.27.91/configure-23473-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23488-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23489:  pkg_cv_ELOGIND_INHIBIT_LIBS=`$PKG_CONFIG --libs "libelogind >= 219" 2>/dev/null`
network-manager-1.27.91/configure-23490-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23509-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23510:	        ELOGIND_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind >= 219" 2>&1`
network-manager-1.27.91/configure-23511-        else
network-manager-1.27.91/configure:23512:	        ELOGIND_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind >= 219" 2>&1`
network-manager-1.27.91/configure-23513-        fi
##############################################
network-manager-1.27.91/configure-23565-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23566:  pkg_cv_ELOGIND_INHIBIT_CFLAGS=`$PKG_CONFIG --cflags "libelogind >= 219" 2>/dev/null`
network-manager-1.27.91/configure-23567-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23582-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23583:  pkg_cv_ELOGIND_INHIBIT_LIBS=`$PKG_CONFIG --libs "libelogind >= 219" 2>/dev/null`
network-manager-1.27.91/configure-23584-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23603-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23604:	        ELOGIND_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind >= 219" 2>&1`
network-manager-1.27.91/configure-23605-        else
network-manager-1.27.91/configure:23606:	        ELOGIND_INHIBIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind >= 219" 2>&1`
network-manager-1.27.91/configure-23607-        fi
##############################################
network-manager-1.27.91/configure-23721-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23722:  pkg_cv_SELINUX_CFLAGS=`$PKG_CONFIG --cflags "libselinux" 2>/dev/null`
network-manager-1.27.91/configure-23723-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23738-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23739:  pkg_cv_SELINUX_LIBS=`$PKG_CONFIG --libs "libselinux" 2>/dev/null`
network-manager-1.27.91/configure-23740-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23759-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23760:	        SELINUX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libselinux" 2>&1`
network-manager-1.27.91/configure-23761-        else
network-manager-1.27.91/configure:23762:	        SELINUX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libselinux" 2>&1`
network-manager-1.27.91/configure-23763-        fi
##############################################
network-manager-1.27.91/configure-23818-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23819:  pkg_cv_LIBAUDIT_CFLAGS=`$PKG_CONFIG --cflags "audit" 2>/dev/null`
network-manager-1.27.91/configure-23820-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23835-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23836:  pkg_cv_LIBAUDIT_LIBS=`$PKG_CONFIG --libs "audit" 2>/dev/null`
network-manager-1.27.91/configure-23837-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23856-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23857:	        LIBAUDIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "audit" 2>&1`
network-manager-1.27.91/configure-23858-        else
network-manager-1.27.91/configure:23859:	        LIBAUDIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "audit" 2>&1`
network-manager-1.27.91/configure-23860-        fi
##############################################
network-manager-1.27.91/configure-23922-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23923:  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid" 2>/dev/null`
network-manager-1.27.91/configure-23924-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23939-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:23940:  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid" 2>/dev/null`
network-manager-1.27.91/configure-23941-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-23960-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:23961:	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid" 2>&1`
network-manager-1.27.91/configure-23962-        else
network-manager-1.27.91/configure:23963:	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid" 2>&1`
network-manager-1.27.91/configure-23964-        fi
##############################################
network-manager-1.27.91/configure-24016-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24017:  pkg_cv_JANSSON_CFLAGS=`$PKG_CONFIG --cflags "jansson >= 2.7" 2>/dev/null`
network-manager-1.27.91/configure-24018-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24033-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24034:  pkg_cv_JANSSON_LIBS=`$PKG_CONFIG --libs "jansson >= 2.7" 2>/dev/null`
network-manager-1.27.91/configure-24035-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24054-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24055:	        JANSSON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jansson >= 2.7" 2>&1`
network-manager-1.27.91/configure-24056-        else
network-manager-1.27.91/configure:24057:	        JANSSON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jansson >= 2.7" 2>&1`
network-manager-1.27.91/configure-24058-        fi
##############################################
network-manager-1.27.91/configure-24178-
network-manager-1.27.91/configure:24179:	JANSSON_LIBDIR=`$PKG_CONFIG --variable=libdir jansson`
network-manager-1.27.91/configure:24180:	JANSSON_SONAME=`$READELF -d $JANSSON_LIBDIR/libjansson.so |sed -n 's/.*SONAME.*\[\([^]]*\)]/\1/p'`
network-manager-1.27.91/configure-24181-
##############################################
network-manager-1.27.91/configure-24219-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24220:  pkg_cv_LIBTEAMDCTL_CFLAGS=`$PKG_CONFIG --cflags "libteamdctl >= 1.9" 2>/dev/null`
network-manager-1.27.91/configure-24221-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24236-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24237:  pkg_cv_LIBTEAMDCTL_LIBS=`$PKG_CONFIG --libs "libteamdctl >= 1.9" 2>/dev/null`
network-manager-1.27.91/configure-24238-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24257-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24258:	        LIBTEAMDCTL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libteamdctl >= 1.9" 2>&1`
network-manager-1.27.91/configure-24259-        else
network-manager-1.27.91/configure:24260:	        LIBTEAMDCTL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libteamdctl >= 1.9" 2>&1`
network-manager-1.27.91/configure-24261-        fi
##############################################
network-manager-1.27.91/configure-24297-	# temporary bug workaround
network-manager-1.27.91/configure:24298:	LIBTEAMDCTL_CFLAGS=`echo $LIBTEAMDCTL_CFLAGS | sed -e 's:/teamdctl.h::'`
network-manager-1.27.91/configure-24299-fi
##############################################
network-manager-1.27.91/configure-24347-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24348:  pkg_cv_POLKIT_CFLAGS=`$PKG_CONFIG --cflags "polkit-agent-1 >= 0.97" 2>/dev/null`
network-manager-1.27.91/configure-24349-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24364-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24365:  pkg_cv_POLKIT_LIBS=`$PKG_CONFIG --libs "polkit-agent-1 >= 0.97" 2>/dev/null`
network-manager-1.27.91/configure-24366-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24385-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24386:	        POLKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "polkit-agent-1 >= 0.97" 2>&1`
network-manager-1.27.91/configure-24387-        else
network-manager-1.27.91/configure:24388:	        POLKIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "polkit-agent-1 >= 0.97" 2>&1`
network-manager-1.27.91/configure-24389-        fi
##############################################
network-manager-1.27.91/configure-24407-else
network-manager-1.27.91/configure:24408:	POLKIT_PACKAGE_PREFIX=`$PKG_CONFIG --variable=prefix polkit-agent-1`
network-manager-1.27.91/configure-24409-fi
##############################################
network-manager-1.27.91/configure-24468-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24469:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 2.12" 2>/dev/null`
network-manager-1.27.91/configure-24470-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24485-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24486:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 2.12" 2>/dev/null`
network-manager-1.27.91/configure-24487-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24506-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24507:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 2.12" 2>&1`
network-manager-1.27.91/configure-24508-        else
network-manager-1.27.91/configure:24509:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 2.12" 2>&1`
network-manager-1.27.91/configure-24510-        fi
##############################################
network-manager-1.27.91/configure-24539-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24540:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss" 2>/dev/null`
network-manager-1.27.91/configure-24541-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24556-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24557:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss" 2>/dev/null`
network-manager-1.27.91/configure-24558-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24577-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24578:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss" 2>&1`
network-manager-1.27.91/configure-24579-        else
network-manager-1.27.91/configure:24580:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss" 2>&1`
network-manager-1.27.91/configure-24581-        fi
##############################################
network-manager-1.27.91/configure-24598-	# Work around a pkg-config bug (fdo #29801) where exists != usable
network-manager-1.27.91/configure:24599:	FOO=`$PKG_CONFIG --cflags --libs nss`
network-manager-1.27.91/configure-24600-	if test x"$?" != "x0"; then
##############################################
network-manager-1.27.91/configure-24658-
network-manager-1.27.91/configure:24659:GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
network-manager-1.27.91/configure-24660-
##############################################
network-manager-1.27.91/configure-24812-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24813:  pkg_cv_MM_GLIB_CFLAGS=`$PKG_CONFIG --cflags "mm-glib >= 0.7.991" 2>/dev/null`
network-manager-1.27.91/configure-24814-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24829-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24830:  pkg_cv_MM_GLIB_LIBS=`$PKG_CONFIG --libs "mm-glib >= 0.7.991" 2>/dev/null`
network-manager-1.27.91/configure-24831-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24850-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24851:	        MM_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mm-glib >= 0.7.991" 2>&1`
network-manager-1.27.91/configure-24852-        else
network-manager-1.27.91/configure:24853:	        MM_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mm-glib >= 0.7.991" 2>&1`
network-manager-1.27.91/configure-24854-        fi
##############################################
network-manager-1.27.91/configure-24893-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24894:  pkg_cv_MOBILE_BROADBAND_PROVIDER_INFO_CFLAGS=`$PKG_CONFIG --cflags "mobile-broadband-provider-info" 2>/dev/null`
network-manager-1.27.91/configure-24895-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24910-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24911:  pkg_cv_MOBILE_BROADBAND_PROVIDER_INFO_LIBS=`$PKG_CONFIG --libs "mobile-broadband-provider-info" 2>/dev/null`
network-manager-1.27.91/configure-24912-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-24931-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:24932:	        MOBILE_BROADBAND_PROVIDER_INFO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mobile-broadband-provider-info" 2>&1`
network-manager-1.27.91/configure-24933-        else
network-manager-1.27.91/configure:24934:	        MOBILE_BROADBAND_PROVIDER_INFO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mobile-broadband-provider-info" 2>&1`
network-manager-1.27.91/configure-24935-        fi
##############################################
network-manager-1.27.91/configure-24948-$as_echo "yes" >&6; }
network-manager-1.27.91/configure:24949:	MOBILE_BROADBAND_PROVIDER_INFO_DATABASE=`$PKG_CONFIG --variable=database mobile-broadband-provider-info`
network-manager-1.27.91/configure-24950-fi
##############################################
network-manager-1.27.91/configure-24984-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:24985:  pkg_cv_BLUEZ5_CFLAGS=`$PKG_CONFIG --cflags "bluez >= 5" 2>/dev/null`
network-manager-1.27.91/configure-24986-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25001-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25002:  pkg_cv_BLUEZ5_LIBS=`$PKG_CONFIG --libs "bluez >= 5" 2>/dev/null`
network-manager-1.27.91/configure-25003-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25022-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:25023:	        BLUEZ5_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "bluez >= 5" 2>&1`
network-manager-1.27.91/configure-25024-        else
network-manager-1.27.91/configure:25025:	        BLUEZ5_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "bluez >= 5" 2>&1`
network-manager-1.27.91/configure-25026-        fi
##############################################
network-manager-1.27.91/configure-25772-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25773:  pkg_cv_LIBPSL_CFLAGS=`$PKG_CONFIG --cflags "libpsl >= 0.1" 2>/dev/null`
network-manager-1.27.91/configure-25774-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25789-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25790:  pkg_cv_LIBPSL_LIBS=`$PKG_CONFIG --libs "libpsl >= 0.1" 2>/dev/null`
network-manager-1.27.91/configure-25791-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25810-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:25811:	        LIBPSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpsl >= 0.1" 2>&1`
network-manager-1.27.91/configure-25812-        else
network-manager-1.27.91/configure:25813:	        LIBPSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpsl >= 0.1" 2>&1`
network-manager-1.27.91/configure-25814-        fi
##############################################
network-manager-1.27.91/configure-25882-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25883:  pkg_cv_LIBCURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7.24.0" 2>/dev/null`
network-manager-1.27.91/configure-25884-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25899-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25900:  pkg_cv_LIBCURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7.24.0" 2>/dev/null`
network-manager-1.27.91/configure-25901-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25920-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:25921:	        LIBCURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.24.0" 2>&1`
network-manager-1.27.91/configure-25922-        else
network-manager-1.27.91/configure:25923:	        LIBCURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.24.0" 2>&1`
network-manager-1.27.91/configure-25924-        fi
##############################################
network-manager-1.27.91/configure-25966-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25967:  pkg_cv_LIBNDP_CFLAGS=`$PKG_CONFIG --cflags "libndp" 2>/dev/null`
network-manager-1.27.91/configure-25968-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-25983-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:25984:  pkg_cv_LIBNDP_LIBS=`$PKG_CONFIG --libs "libndp" 2>/dev/null`
network-manager-1.27.91/configure-25985-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-26004-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:26005:	        LIBNDP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libndp" 2>&1`
network-manager-1.27.91/configure-26006-        else
network-manager-1.27.91/configure:26007:	        LIBNDP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libndp" 2>&1`
network-manager-1.27.91/configure-26008-        fi
##############################################
network-manager-1.27.91/configure-26113-do :
network-manager-1.27.91/configure:26114:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
network-manager-1.27.91/configure-26115-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
network-manager-1.27.91/configure-26117-  cat >>confdefs.h <<_ACEOF
network-manager-1.27.91/configure:26118:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
network-manager-1.27.91/configure-26119-_ACEOF
##############################################
network-manager-1.27.91/configure-26165-do :
network-manager-1.27.91/configure:26166:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
network-manager-1.27.91/configure-26167-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
network-manager-1.27.91/configure-26169-  cat >>confdefs.h <<_ACEOF
network-manager-1.27.91/configure:26170:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
network-manager-1.27.91/configure-26171-_ACEOF
##############################################
network-manager-1.27.91/configure-26254-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:26255:  pkg_cv_LIBCURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7.24.0" 2>/dev/null`
network-manager-1.27.91/configure-26256-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-26271-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:26272:  pkg_cv_LIBCURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7.24.0" 2>/dev/null`
network-manager-1.27.91/configure-26273-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-26292-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:26293:	        LIBCURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.24.0" 2>&1`
network-manager-1.27.91/configure-26294-        else
network-manager-1.27.91/configure:26295:	        LIBCURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.24.0" 2>&1`
network-manager-1.27.91/configure-26296-        fi
##############################################
network-manager-1.27.91/configure-26346-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:26347:  pkg_cv_NEWT_CFLAGS=`$PKG_CONFIG --cflags "libnewt >= 0.52.15" 2>/dev/null`
network-manager-1.27.91/configure-26348-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-26363-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:26364:  pkg_cv_NEWT_LIBS=`$PKG_CONFIG --libs "libnewt >= 0.52.15" 2>/dev/null`
network-manager-1.27.91/configure-26365-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-26384-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:26385:	        NEWT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnewt >= 0.52.15" 2>&1`
network-manager-1.27.91/configure-26386-        else
network-manager-1.27.91/configure:26387:	        NEWT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnewt >= 0.52.15" 2>&1`
network-manager-1.27.91/configure-26388-        fi
##############################################
network-manager-1.27.91/configure-26990-$as_echo_n "checking if $CC supports flag $flag in envvar CFLAGS... " >&6; }
network-manager-1.27.91/configure:26991:if { as_var=`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then :
network-manager-1.27.91/configure-26992-  $as_echo_n "(cached) " >&6
##############################################
network-manager-1.27.91/configure-26994-  eval "cc_save_CFLAGS='${CFLAGS}'"
network-manager-1.27.91/configure:26995:           eval "CFLAGS='${cc_save_CFLAGS} -Werror `echo "$flag" | sed 's/^-Wno-/-W/'`'"
network-manager-1.27.91/configure-26996-           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
network-manager-1.27.91/configure-27000-if ac_fn_c_try_link "$LINENO"; then :
network-manager-1.27.91/configure:27001:  eval "`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`='yes'"
network-manager-1.27.91/configure-27002-else
network-manager-1.27.91/configure:27003:  eval "`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`='no'"
network-manager-1.27.91/configure-27004-fi
##############################################
network-manager-1.27.91/configure-27008-fi
network-manager-1.27.91/configure:27009:eval ac_res=\$`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`
network-manager-1.27.91/configure-27010-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
##############################################
network-manager-1.27.91/configure-27012-
network-manager-1.27.91/configure:27013:  if eval test x$`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh` = xyes; then :
network-manager-1.27.91/configure-27014-  eval "with_cflags='${with_cflags} $flag'"
##############################################
network-manager-1.27.91/configure-27170-$as_echo_n "checking if $CC supports flag $flag in envvar CFLAGS... " >&6; }
network-manager-1.27.91/configure:27171:if { as_var=`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then :
network-manager-1.27.91/configure-27172-  $as_echo_n "(cached) " >&6
##############################################
network-manager-1.27.91/configure-27174-  eval "cc_save_CFLAGS='${CFLAGS}'"
network-manager-1.27.91/configure:27175:           eval "CFLAGS='${cc_save_CFLAGS} -Werror `echo "$flag" | sed 's/^-Wno-/-W/'`'"
network-manager-1.27.91/configure-27176-           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
network-manager-1.27.91/configure-27180-if ac_fn_c_try_link "$LINENO"; then :
network-manager-1.27.91/configure:27181:  eval "`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`='yes'"
network-manager-1.27.91/configure-27182-else
network-manager-1.27.91/configure:27183:  eval "`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`='no'"
network-manager-1.27.91/configure-27184-fi
##############################################
network-manager-1.27.91/configure-27188-fi
network-manager-1.27.91/configure:27189:eval ac_res=\$`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`
network-manager-1.27.91/configure-27190-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
##############################################
network-manager-1.27.91/configure-27192-
network-manager-1.27.91/configure:27193:  if eval test x$`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh` = xyes; then :
network-manager-1.27.91/configure-27194-  eval "asan_cflags='${asan_cflags} $flag'"
##############################################
network-manager-1.27.91/configure-27233-$as_echo_n "checking if $CC supports flag $flag in envvar CFLAGS... " >&6; }
network-manager-1.27.91/configure:27234:if { as_var=`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then :
network-manager-1.27.91/configure-27235-  $as_echo_n "(cached) " >&6
##############################################
network-manager-1.27.91/configure-27237-  eval "cc_save_CFLAGS='${CFLAGS}'"
network-manager-1.27.91/configure:27238:           eval "CFLAGS='${cc_save_CFLAGS} -Werror `echo "$flag" | sed 's/^-Wno-/-W/'`'"
network-manager-1.27.91/configure-27239-           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
network-manager-1.27.91/configure-27243-if ac_fn_c_try_link "$LINENO"; then :
network-manager-1.27.91/configure:27244:  eval "`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`='yes'"
network-manager-1.27.91/configure-27245-else
network-manager-1.27.91/configure:27246:  eval "`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`='no'"
network-manager-1.27.91/configure-27247-fi
##############################################
network-manager-1.27.91/configure-27251-fi
network-manager-1.27.91/configure:27252:eval ac_res=\$`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh`
network-manager-1.27.91/configure-27253-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
##############################################
network-manager-1.27.91/configure-27255-
network-manager-1.27.91/configure:27256:  if eval test x$`$as_echo "cc_cv_CFLAGS_$flag" | $as_tr_sh` = xyes; then :
network-manager-1.27.91/configure-27257-  eval "ubsan_cflags='${ubsan_cflags} $flag'"
##############################################
network-manager-1.27.91/configure-27541-
network-manager-1.27.91/configure:27542:      VAPIGEN=`$PKG_CONFIG --variable=vapigen vapigen`
network-manager-1.27.91/configure:27543:      VAPIGEN_MAKEFILE=`$PKG_CONFIG --variable=datadir vapigen`/vala/Makefile.vapigen
network-manager-1.27.91/configure-27544-      if test "x" = "x"; then :
network-manager-1.27.91/configure-27545-
network-manager-1.27.91/configure:27546:          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir vapigen`
network-manager-1.27.91/configure-27547-
##############################################
network-manager-1.27.91/configure-27549-
network-manager-1.27.91/configure:27550:          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir_versioned vapigen`
network-manager-1.27.91/configure-27551-
##############################################
network-manager-1.27.91/configure-27810-else
network-manager-1.27.91/configure:27811:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
network-manager-1.27.91/configure-27812-fi
##############################################
network-manager-1.27.91/configure-27829-else
network-manager-1.27.91/configure:27830:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
network-manager-1.27.91/configure-27831-fi
##############################################
network-manager-1.27.91/configure-27878-     $am_py_prefix*)
network-manager-1.27.91/configure:27879:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
network-manager-1.27.91/configure:27880:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
network-manager-1.27.91/configure-27881-       ;;
##############################################
network-manager-1.27.91/configure-27922-     $am_py_exec_prefix*)
network-manager-1.27.91/configure:27923:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
network-manager-1.27.91/configure:27924:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
network-manager-1.27.91/configure-27925-       ;;
##############################################
network-manager-1.27.91/configure-28018-else
network-manager-1.27.91/configure:28019:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
network-manager-1.27.91/configure-28020-fi
##############################################
network-manager-1.27.91/configure-28037-else
network-manager-1.27.91/configure:28038:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
network-manager-1.27.91/configure-28039-fi
##############################################
network-manager-1.27.91/configure-28086-     $am_py_prefix*)
network-manager-1.27.91/configure:28087:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
network-manager-1.27.91/configure:28088:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
network-manager-1.27.91/configure-28089-       ;;
##############################################
network-manager-1.27.91/configure-28130-     $am_py_exec_prefix*)
network-manager-1.27.91/configure:28131:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
network-manager-1.27.91/configure:28132:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
network-manager-1.27.91/configure-28133-       ;;
##############################################
network-manager-1.27.91/configure-28404-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:28405:  pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
network-manager-1.27.91/configure-28406-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-28421-  test $ac_status = 0; }; then
network-manager-1.27.91/configure:28422:  pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>/dev/null`
network-manager-1.27.91/configure-28423-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
network-manager-1.27.91/configure-28442-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/configure:28443:	        GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
network-manager-1.27.91/configure-28444-        else
network-manager-1.27.91/configure:28445:	        GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0" 2>&1`
network-manager-1.27.91/configure-28446-        fi
##############################################
network-manager-1.27.91/configure-28839-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
network-manager-1.27.91/configure:28840:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
network-manager-1.27.91/configure-28841-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
network-manager-1.27.91/configure-29106-if test -z "$BASH_VERSION$ZSH_VERSION" \
network-manager-1.27.91/configure:29107:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
network-manager-1.27.91/configure-29108-  as_echo='print -r --'
network-manager-1.27.91/configure-29109-  as_echo_n='print -rn --'
network-manager-1.27.91/configure:29110:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
network-manager-1.27.91/configure-29111-  as_echo='printf %s\n'
##############################################
network-manager-1.27.91/configure-29113-else
network-manager-1.27.91/configure:29114:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
network-manager-1.27.91/configure-29115-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
network-manager-1.27.91/configure-29123-	expr "X$arg" : "X\\(.*\\)$as_nl";
network-manager-1.27.91/configure:29124:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
network-manager-1.27.91/configure-29125-      esac;
##############################################
network-manager-1.27.91/configure-29200-# ----------------------------------------
network-manager-1.27.91/configure:29201:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
network-manager-1.27.91/configure-29202-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
network-manager-1.27.91/configure-29272-  {
network-manager-1.27.91/configure:29273:    as_val=`expr "$@" || test $? -eq 1`
network-manager-1.27.91/configure-29274-  }
##############################################
network-manager-1.27.91/configure-29376-      case $as_dir in #(
network-manager-1.27.91/configure:29377:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
network-manager-1.27.91/configure-29378-      *) as_qdir=$as_dir;;
##############################################
network-manager-1.27.91/configure-29511-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
network-manager-1.27.91/configure:29512:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
network-manager-1.27.91/configure-29513-ac_cs_version="\\
##############################################
network-manager-1.27.91/configure-29536-  --*=?*)
network-manager-1.27.91/configure:29537:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
network-manager-1.27.91/configure:29538:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
network-manager-1.27.91/configure-29539-    ac_shift=:
##############################################
network-manager-1.27.91/configure-29541-  --*=)
network-manager-1.27.91/configure:29542:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
network-manager-1.27.91/configure-29543-    ac_optarg=
##############################################
network-manager-1.27.91/configure-29565-    case $ac_optarg in
network-manager-1.27.91/configure:29566:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
network-manager-1.27.91/configure-29567-    '') as_fn_error $? "missing file argument" ;;
##############################################
network-manager-1.27.91/configure-29573-    case $ac_optarg in
network-manager-1.27.91/configure:29574:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
network-manager-1.27.91/configure-29575-    esac
##############################################
network-manager-1.27.91/configure-29642-delay_variable_subst='$delay_variable_subst'
network-manager-1.27.91/configure:29643:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29644:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29645:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29646:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29647:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29648:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29649:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29650:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29651:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29652:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29653:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29654:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29655:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29656:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29657:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29658:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29659:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29660:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29661:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29662:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29663:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29664:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29665:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29666:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29667:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29668:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29669:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29670:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29671:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29672:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29673:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29674:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29675:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29676:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29677:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29678:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29679:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29680:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29681:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29682:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29683:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29684:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29685:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29686:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29687:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29688:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29689:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29690:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29691:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29692:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29693:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29694:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29695:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29696:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29697:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29698:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29699:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29700:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29701:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29702:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29703:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29704:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29705:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29706:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29707:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29708:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29709:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29710:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29711:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29712:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29713:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29714:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29715:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29716:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29717:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29718:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29719:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29720:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29721:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29722:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29723:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29724:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29725:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29726:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29727:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29728:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29729:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29730:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29731:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29732:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29733:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29734:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29735:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29736:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29737:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29738:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29739:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29740:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29741:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29742:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29743:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29744:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29745:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29746:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29747:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29748:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29749:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29750:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29751:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29752:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29753:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29754:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29755:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29756:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29757:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29758:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29759:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29760:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29761:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29762:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29763:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29764:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29765:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29766:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29767:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29768:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29769:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29770:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29771:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29772:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29773:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29774:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29775:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29776:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29777:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29778:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29779:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29780:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29781:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29782:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29783:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29784:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29785:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29786:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29787:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29788:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29789:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29790:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29791:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29792:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29793:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29794:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29795:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29796:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29797:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29798:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29799:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29800:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29801:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29802:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29803:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29804:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29805:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29806:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29807:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29808:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29809:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29810:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29811:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29812:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29813:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29814:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29815:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29816:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29817:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29818:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29819:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29820:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29821:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29822:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29823:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29824:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29825:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29826:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29827:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29828:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29829:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29830:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure:29831:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/configure-29832-
##############################################
network-manager-1.27.91/configure-29944-compiler_lib_search_path_CXX; do
network-manager-1.27.91/configure:29945:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
network-manager-1.27.91/configure-29946-    *[\\\\\\\`\\"\\\$]*)
network-manager-1.27.91/configure:29947:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
network-manager-1.27.91/configure-29948-      ;;
##############################################
network-manager-1.27.91/configure-29986-postlink_cmds_CXX; do
network-manager-1.27.91/configure:29987:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
network-manager-1.27.91/configure-29988-    *[\\\\\\\`\\"\\\$]*)
network-manager-1.27.91/configure:29989:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
network-manager-1.27.91/configure-29990-      ;;
##############################################
network-manager-1.27.91/configure-30102-fi
network-manager-1.27.91/configure:30103:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
network-manager-1.27.91/configure-30104-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
network-manager-1.27.91/configure-30119-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
network-manager-1.27.91/configure:30120:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
network-manager-1.27.91/configure-30121-ac_delim='%!_!# '
##############################################
network-manager-1.27.91/configure-30125-
network-manager-1.27.91/configure:30126:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
network-manager-1.27.91/configure-30127-  if test $ac_delim_n = $ac_delim_num; then
##############################################
network-manager-1.27.91/configure-30263-for ac_last_try in false false :; do
network-manager-1.27.91/configure:30264:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
network-manager-1.27.91/configure-30265-  if test -z "$ac_tt"; then
##############################################
network-manager-1.27.91/configure-30395-      esac
network-manager-1.27.91/configure:30396:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
network-manager-1.27.91/configure-30397-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
network-manager-1.27.91/configure-30454-*)
network-manager-1.27.91/configure:30455:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
network-manager-1.27.91/configure-30456-  # A ".." for each directory in $ac_dir_suffix.
network-manager-1.27.91/configure:30457:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
network-manager-1.27.91/configure-30458-  case $ac_top_builddir_sub in
##############################################
network-manager-1.27.91/configure-30515-/@mandir@/p'
network-manager-1.27.91/configure:30516:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
network-manager-1.27.91/configure-30517-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
network-manager-1.27.91/configure-30532-
network-manager-1.27.91/configure:30533:# Neutralize VPATH when `$srcdir' = `.'.
network-manager-1.27.91/configure-30534-# Shell code in configure.ac might set extrasub.
##############################################
network-manager-1.27.91/configure-30560-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
network-manager-1.27.91/configure:30561:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
network-manager-1.27.91/configure-30562-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
network-manager-1.27.91/configure-30606-    * )
network-manager-1.27.91/configure:30607:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
network-manager-1.27.91/configure-30608-  esac
##############################################
network-manager-1.27.91/configure-30661-    # Strip MF so we end up with the name of the file.
network-manager-1.27.91/configure:30662:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
network-manager-1.27.91/configure-30663-    # Check whether this is an Automake generated Makefile which includes
##############################################
network-manager-1.27.91/configure-31227-    *:)
network-manager-1.27.91/configure:31228:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
network-manager-1.27.91/configure-31229-        ;;
network-manager-1.27.91/configure-31230-    x:*)
network-manager-1.27.91/configure:31231:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
network-manager-1.27.91/configure-31232-        ;;
network-manager-1.27.91/configure-31233-    *::*)
network-manager-1.27.91/configure:31234:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
network-manager-1.27.91/configure:31235:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
network-manager-1.27.91/configure-31236-        ;;
network-manager-1.27.91/configure-31237-    *)
network-manager-1.27.91/configure:31238:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
network-manager-1.27.91/configure-31239-        ;;
##############################################
network-manager-1.27.91/configure-31254-    done
network-manager-1.27.91/configure:31255:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
network-manager-1.27.91/configure-31256-}
##############################################
network-manager-1.27.91/configure-31449-      case "$ac_file" in
network-manager-1.27.91/configure:31450:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
network-manager-1.27.91/configure-31451-      esac
##############################################
network-manager-1.27.91/configure-31454-        # Adjust a relative srcdir.
network-manager-1.27.91/configure:31455:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
network-manager-1.27.91/configure:31456:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
network-manager-1.27.91/configure:31457:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
network-manager-1.27.91/configure-31458-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
network-manager-1.27.91/configure-31461-        case "$ac_given_srcdir" in
network-manager-1.27.91/configure:31462:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
network-manager-1.27.91/configure-31463-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
network-manager-1.27.91/configure-31481-            fi
network-manager-1.27.91/configure:31482:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
network-manager-1.27.91/configure-31483-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
network-manager-1.27.91/examples/shell/active-wifi.sh-41-{
network-manager-1.27.91/examples/shell/active-wifi.sh:42:  DEV_TYPE=`get_property $device $DEVICE_IFACE "DeviceType"`
network-manager-1.27.91/examples/shell/active-wifi.sh-43-
##############################################
network-manager-1.27.91/examples/shell/active-wifi.sh-54-  do
network-manager-1.27.91/examples/shell/active-wifi.sh:55:    INTERFACE=`get_property $device $DEVICE_IFACE "Interface"`
network-manager-1.27.91/examples/shell/active-wifi.sh-56-
network-manager-1.27.91/examples/shell/active-wifi.sh-57-    if `is_wifi_device`; then
network-manager-1.27.91/examples/shell/active-wifi.sh:58:      ACTIVE_AP=`get_property $device $DEVICE_WIFI_IFACE "ActiveAccessPoint"`
network-manager-1.27.91/examples/shell/active-wifi.sh-59-      if [ "$ACTIVE_AP" != "/" ]; then
network-manager-1.27.91/examples/shell/active-wifi.sh:60:        SSID=`get_property $ACTIVE_AP $ACCESS_POINT_IFACE "Ssid"`
network-manager-1.27.91/examples/shell/active-wifi.sh:61:        BSSID=`get_property $ACTIVE_AP $ACCESS_POINT_IFACE "HwAddress"`
network-manager-1.27.91/examples/shell/active-wifi.sh-62-        echo "Device '$INTERFACE' is connected to '$SSID' (BSSID=$BSSID)"
##############################################
network-manager-1.27.91/examples/shell/list-devices.sh-83-  do
network-manager-1.27.91/examples/shell/list-devices.sh:84:    DEV_INTERFACE=`get_device_property "$device" "Interface"`
network-manager-1.27.91/examples/shell/list-devices.sh:85:    DEV_TYPE=`get_device_property "$device" "DeviceType"`
network-manager-1.27.91/examples/shell/list-devices.sh:86:    DEV_DRIVER=`get_device_property "$device" "Driver"`
network-manager-1.27.91/examples/shell/list-devices.sh:87:    DEV_STATE=`get_device_property "$device" "State"`
network-manager-1.27.91/examples/shell/list-devices.sh-88-
##############################################
network-manager-1.27.91/examples/shell/list-devices.sh-90-    echo "Interface: $DEV_INTERFACE"
network-manager-1.27.91/examples/shell/list-devices.sh:91:    echo "Type: `devtype_to_name $DEV_TYPE`"
network-manager-1.27.91/examples/shell/list-devices.sh-92-    echo "Driver: $DEV_DRIVER"
network-manager-1.27.91/examples/shell/list-devices.sh:93:    echo "State: `state_to_name $DEV_STATE`"
network-manager-1.27.91/examples/shell/list-devices.sh-94-  done
##############################################
network-manager-1.27.91/examples/shell/disconnect-device.sh-39-  do
network-manager-1.27.91/examples/shell/disconnect-device.sh:40:    DEV_INTERFACE=`get_device_property "$device" "Interface"`
network-manager-1.27.91/examples/shell/disconnect-device.sh-41-
##############################################
network-manager-1.27.91/examples/shell/disconnect-device.sh-55-if [ ! -n "$1" ]; then
network-manager-1.27.91/examples/shell/disconnect-device.sh:56:  echo "Usage: `basename $0` <interface name>"
network-manager-1.27.91/examples/shell/disconnect-device.sh-57-  exit 2
##############################################
network-manager-1.27.91/libnm-core/nm-utils.c-257-gboolean
network-manager-1.27.91/libnm-core/nm-utils.c:258:nm_sock_addr_endpoint_get_fixed_sockaddr(NMSockAddrEndpoint *self, gpointer sockaddr)
network-manager-1.27.91/libnm-core/nm-utils.c-259-{
##############################################
network-manager-1.27.91/libnm-core/nm-utils.c-4154- * Return value: %TRUE if @mac is link local
network-manager-1.27.91/libnm-core/nm-utils.c:4155: * reserved addr (01:80:c2:00:00:0X) per IEEE 802.1Q 8.6.3 Frame filtering, %FALSE if not.
network-manager-1.27.91/libnm-core/nm-utils.c-4156- */
##############################################
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.c-73-const char *
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.c:74:nm_setting_bluetooth_get_bdaddr(NMSettingBluetooth *setting)
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.c-75-{
##############################################
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.c-221-    case PROP_BDADDR:
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.c:222:        g_value_set_string(value, nm_setting_bluetooth_get_bdaddr(setting));
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.c-223-        break;
##############################################
network-manager-1.27.91/libnm-core/nm-setting-bridge.h-148-NM_AVAILABLE_IN_1_24
network-manager-1.27.91/libnm-core/nm-setting-bridge.h:149:gboolean nm_setting_bridge_get_multicast_query_use_ifaddr(const NMSettingBridge *setting);
network-manager-1.27.91/libnm-core/nm-setting-bridge.h-150-
##############################################
network-manager-1.27.91/libnm-core/nm-core-internal.h-639-
network-manager-1.27.91/libnm-core/nm-core-internal.h:640:gboolean nm_sock_addr_endpoint_get_fixed_sockaddr(NMSockAddrEndpoint *self, gpointer sockaddr);
network-manager-1.27.91/libnm-core/nm-core-internal.h-641-
##############################################
network-manager-1.27.91/libnm-core/nm-setting-bridge.c-984-gboolean
network-manager-1.27.91/libnm-core/nm-setting-bridge.c:985:nm_setting_bridge_get_multicast_query_use_ifaddr(const NMSettingBridge *setting)
network-manager-1.27.91/libnm-core/nm-setting-bridge.c-986-{
##############################################
network-manager-1.27.91/libnm-core/nm-setting-bridge.c-1635-     * property: mac-address
network-manager-1.27.91/libnm-core/nm-setting-bridge.c:1636:     * variable: BRIDGE_MACADDR(+)
network-manager-1.27.91/libnm-core/nm-setting-bridge.c-1637-     * description: MAC address of the bridge. Note that this requires a recent
##############################################
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.h-76-NMSetting * nm_setting_bluetooth_new(void);
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.h:77:const char *nm_setting_bluetooth_get_bdaddr(NMSettingBluetooth *setting);
network-manager-1.27.91/libnm-core/nm-setting-bluetooth.h-78-const char *nm_setting_bluetooth_get_connection_type(NMSettingBluetooth *setting);
##############################################
network-manager-1.27.91/libnm-core/tests/test-general.c-6712-
network-manager-1.27.91/libnm-core/tests/test-general.c:6713:    g_assert(!nm_sock_addr_endpoint_get_fixed_sockaddr(ep, &sockaddr));
network-manager-1.27.91/libnm-core/tests/test-general.c-6714-
##############################################
network-manager-1.27.91/libnm-core/tests/test-general.c-6759-
network-manager-1.27.91/libnm-core/tests/test-general.c:6760:    if (!nm_sock_addr_endpoint_get_fixed_sockaddr(ep, &sockaddr))
network-manager-1.27.91/libnm-core/tests/test-general.c-6761-        g_assert_not_reached();
##############################################
network-manager-1.27.91/libnm-core/tests/test-setting.c-110-static char *
network-manager-1.27.91/libnm-core/tests/test-setting.c:111:_create_random_ipaddr(int addr_family, gboolean as_service)
network-manager-1.27.91/libnm-core/tests/test-setting.c-112-{
##############################################
network-manager-1.27.91/libnm-core/tests/test-setting.c-3002-
network-manager-1.27.91/libnm-core/tests/test-setting.c:3003:        s_endpoint = _create_random_ipaddr(AF_UNSPEC, TRUE);
network-manager-1.27.91/libnm-core/tests/test-setting.c-3004-
##############################################
network-manager-1.27.91/libnm-core/tests/test-setting.c-3030-
network-manager-1.27.91/libnm-core/tests/test-setting.c:3031:            aip = _create_random_ipaddr(AF_UNSPEC, FALSE);
network-manager-1.27.91/libnm-core/tests/test-setting.c-3032-            if (!nm_wireguard_peer_append_allowed_ip(peer, aip, FALSE))
##############################################
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3148-    /* NM_IP_ROUTING_RULE_TO_STRING_TYPE_IPROUTE gives a string representation that is
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c:3149:     * partly compatibly with iproute2. That is, the part after `ip -[46] rule add $ARGS`.
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3150-     * There are differences though:
##############################################
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3477-static void
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c:3478:_rr_string_append_inet_addr(NMStrBuf *      str,
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3479-                            gboolean        is_from /* or else is-to */,
##############################################
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3574-
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c:3575:    _rr_string_append_inet_addr(&str,
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3576-                                TRUE,
##############################################
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3581-
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c:3582:    _rr_string_append_inet_addr(&str,
network-manager-1.27.91/libnm-core/nm-setting-ip-config.c-3583-                                FALSE,
##############################################
network-manager-1.27.91/Makefile.in-97-  { \
network-manager-1.27.91/Makefile.in:98:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
network-manager-1.27.91/Makefile.in-99-  }; \
##############################################
network-manager-1.27.91/Makefile.in-482-LIBRARIES = $(noinst_LIBRARIES)
network-manager-1.27.91/Makefile.in:483:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
network-manager-1.27.91/Makefile.in-484-am__vpath_adj = case $$p in \
network-manager-1.27.91/Makefile.in:485:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
network-manager-1.27.91/Makefile.in-486-    *) f=$$p;; \
network-manager-1.27.91/Makefile.in-487-  esac;
network-manager-1.27.91/Makefile.in:488:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
network-manager-1.27.91/Makefile.in-489-am__install_max = 40
network-manager-1.27.91/Makefile.in-490-am__nobase_strip_setup = \
network-manager-1.27.91/Makefile.in:491:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
network-manager-1.27.91/Makefile.in-492-am__nobase_strip = \
##############################################
network-manager-1.27.91/Makefile.in-3537-case "$@" in						\
network-manager-1.27.91/Makefile.in:3538:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
network-manager-1.27.91/Makefile.in-3539-    *) am__odir=.;; 					\
##############################################
network-manager-1.27.91/Makefile.in-3567-  bases='$(TEST_LOGS)'; \
network-manager-1.27.91/Makefile.in:3568:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
network-manager-1.27.91/Makefile.in:3569:  bases=`echo $$bases`
network-manager-1.27.91/Makefile.in-3570-RECHECK_LOGS = $(TEST_LOGS)
##############################################
network-manager-1.27.91/Makefile.in-3578-        */*) b='$*';; \
network-manager-1.27.91/Makefile.in:3579:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
network-manager-1.27.91/Makefile.in-3580-       esac;; \
##############################################
network-manager-1.27.91/Makefile.in-3627-  while test -n "$$dir1"; do \
network-manager-1.27.91/Makefile.in:3628:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
network-manager-1.27.91/Makefile.in-3629-    if test "$$first" != "."; then \
network-manager-1.27.91/Makefile.in-3630-      if test "$$first" = ".."; then \
network-manager-1.27.91/Makefile.in:3631:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
network-manager-1.27.91/Makefile.in:3632:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
network-manager-1.27.91/Makefile.in-3633-      else \
network-manager-1.27.91/Makefile.in:3634:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
network-manager-1.27.91/Makefile.in-3635-        if test "$$first2" = "$$first"; then \
network-manager-1.27.91/Makefile.in:3636:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
network-manager-1.27.91/Makefile.in-3637-        else \
##############################################
network-manager-1.27.91/Makefile.in-3642-    fi; \
network-manager-1.27.91/Makefile.in:3643:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
network-manager-1.27.91/Makefile.in-3644-  done; \
##############################################
network-manager-1.27.91/Makefile.in-8126-	test -n "$(EXEEXT)" || exit 0; \
network-manager-1.27.91/Makefile.in:8127:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
network-manager-1.27.91/Makefile.in-8128-	echo " rm -f" $$list; \
##############################################
network-manager-1.27.91/Makefile.in-8135-	test -n "$(EXEEXT)" || exit 0; \
network-manager-1.27.91/Makefile.in:8136:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
network-manager-1.27.91/Makefile.in-8137-	echo " rm -f" $$list; \
##############################################
network-manager-1.27.91/Makefile.in-8184-	test -n "$(EXEEXT)" || exit 0; \
network-manager-1.27.91/Makefile.in:8185:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
network-manager-1.27.91/Makefile.in-8186-	echo " rm -f" $$list; \
##############################################
network-manager-1.27.91/Makefile.in-8193-	test -n "$(EXEEXT)" || exit 0; \
network-manager-1.27.91/Makefile.in:8194:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
network-manager-1.27.91/Makefile.in-8195-	echo " rm -f" $$list; \
##############################################
network-manager-1.27.91/Makefile.in-8242-	test -n "$(EXEEXT)" || exit 0; \
network-manager-1.27.91/Makefile.in:8243:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
network-manager-1.27.91/Makefile.in-8244-	echo " rm -f" $$list; \
##############################################
network-manager-1.27.91/Makefile.in-11692-.c.o:
network-manager-1.27.91/Makefile.in:11693:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
network-manager-1.27.91/Makefile.in-11694-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
network-manager-1.27.91/Makefile.in-11700-.c.obj:
network-manager-1.27.91/Makefile.in:11701:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
network-manager-1.27.91/Makefile.in:11702:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
network-manager-1.27.91/Makefile.in-11703-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
network-manager-1.27.91/Makefile.in-11705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
network-manager-1.27.91/Makefile.in-11707-
network-manager-1.27.91/Makefile.in-11708-.c.lo:
network-manager-1.27.91/Makefile.in:11709:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
network-manager-1.27.91/Makefile.in-11710-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
network-manager-1.27.91/Makefile.in-11716-clients/tui/newt/libnmt_newt_a-nmt-newt-button.o: clients/tui/newt/nmt-newt-button.c
network-manager-1.27.91/Makefile.in:11717:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-button.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button.o `test -f 'clients/tui/newt/nmt-newt-button.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-button.c
network-manager-1.27.91/Makefile.in-11718-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button.Po
##############################################
network-manager-1.27.91/Makefile.in-11720-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11721:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button.o `test -f 'clients/tui/newt/nmt-newt-button.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-button.c
network-manager-1.27.91/Makefile.in-11722-
network-manager-1.27.91/Makefile.in-11723-clients/tui/newt/libnmt_newt_a-nmt-newt-button.obj: clients/tui/newt/nmt-newt-button.c
network-manager-1.27.91/Makefile.in:11724:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-button.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button.obj `if test -f 'clients/tui/newt/nmt-newt-button.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-button.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-button.c'; fi`
network-manager-1.27.91/Makefile.in-11725-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button.Po
##############################################
network-manager-1.27.91/Makefile.in-11727-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11728:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button.obj `if test -f 'clients/tui/newt/nmt-newt-button.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-button.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-button.c'; fi`
network-manager-1.27.91/Makefile.in-11729-
network-manager-1.27.91/Makefile.in-11730-clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.o: clients/tui/newt/nmt-newt-button-box.c
network-manager-1.27.91/Makefile.in:11731:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button-box.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.o `test -f 'clients/tui/newt/nmt-newt-button-box.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-button-box.c
network-manager-1.27.91/Makefile.in-11732-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button-box.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button-box.Po
##############################################
network-manager-1.27.91/Makefile.in-11734-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11735:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.o `test -f 'clients/tui/newt/nmt-newt-button-box.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-button-box.c
network-manager-1.27.91/Makefile.in-11736-
network-manager-1.27.91/Makefile.in-11737-clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.obj: clients/tui/newt/nmt-newt-button-box.c
network-manager-1.27.91/Makefile.in:11738:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button-box.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.obj `if test -f 'clients/tui/newt/nmt-newt-button-box.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-button-box.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-button-box.c'; fi`
network-manager-1.27.91/Makefile.in-11739-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button-box.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-button-box.Po
##############################################
network-manager-1.27.91/Makefile.in-11741-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11742:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-button-box.obj `if test -f 'clients/tui/newt/nmt-newt-button-box.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-button-box.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-button-box.c'; fi`
network-manager-1.27.91/Makefile.in-11743-
network-manager-1.27.91/Makefile.in-11744-clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.o: clients/tui/newt/nmt-newt-checkbox.c
network-manager-1.27.91/Makefile.in:11745:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-checkbox.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.o `test -f 'clients/tui/newt/nmt-newt-checkbox.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-checkbox.c
network-manager-1.27.91/Makefile.in-11746-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-checkbox.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-checkbox.Po
##############################################
network-manager-1.27.91/Makefile.in-11748-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11749:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.o `test -f 'clients/tui/newt/nmt-newt-checkbox.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-checkbox.c
network-manager-1.27.91/Makefile.in-11750-
network-manager-1.27.91/Makefile.in-11751-clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.obj: clients/tui/newt/nmt-newt-checkbox.c
network-manager-1.27.91/Makefile.in:11752:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-checkbox.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.obj `if test -f 'clients/tui/newt/nmt-newt-checkbox.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-checkbox.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-checkbox.c'; fi`
network-manager-1.27.91/Makefile.in-11753-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-checkbox.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-checkbox.Po
##############################################
network-manager-1.27.91/Makefile.in-11755-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11756:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-checkbox.obj `if test -f 'clients/tui/newt/nmt-newt-checkbox.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-checkbox.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-checkbox.c'; fi`
network-manager-1.27.91/Makefile.in-11757-
network-manager-1.27.91/Makefile.in-11758-clients/tui/newt/libnmt_newt_a-nmt-newt-component.o: clients/tui/newt/nmt-newt-component.c
network-manager-1.27.91/Makefile.in:11759:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-component.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-component.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-component.o `test -f 'clients/tui/newt/nmt-newt-component.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-component.c
network-manager-1.27.91/Makefile.in-11760-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-component.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-component.Po
##############################################
network-manager-1.27.91/Makefile.in-11762-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11763:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-component.o `test -f 'clients/tui/newt/nmt-newt-component.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-component.c
network-manager-1.27.91/Makefile.in-11764-
network-manager-1.27.91/Makefile.in-11765-clients/tui/newt/libnmt_newt_a-nmt-newt-component.obj: clients/tui/newt/nmt-newt-component.c
network-manager-1.27.91/Makefile.in:11766:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-component.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-component.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-component.obj `if test -f 'clients/tui/newt/nmt-newt-component.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-component.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-component.c'; fi`
network-manager-1.27.91/Makefile.in-11767-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-component.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-component.Po
##############################################
network-manager-1.27.91/Makefile.in-11769-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11770:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-component.obj `if test -f 'clients/tui/newt/nmt-newt-component.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-component.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-component.c'; fi`
network-manager-1.27.91/Makefile.in-11771-
network-manager-1.27.91/Makefile.in-11772-clients/tui/newt/libnmt_newt_a-nmt-newt-container.o: clients/tui/newt/nmt-newt-container.c
network-manager-1.27.91/Makefile.in:11773:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-container.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-container.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-container.o `test -f 'clients/tui/newt/nmt-newt-container.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-container.c
network-manager-1.27.91/Makefile.in-11774-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-container.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-container.Po
##############################################
network-manager-1.27.91/Makefile.in-11776-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11777:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-container.o `test -f 'clients/tui/newt/nmt-newt-container.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-container.c
network-manager-1.27.91/Makefile.in-11778-
network-manager-1.27.91/Makefile.in-11779-clients/tui/newt/libnmt_newt_a-nmt-newt-container.obj: clients/tui/newt/nmt-newt-container.c
network-manager-1.27.91/Makefile.in:11780:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-container.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-container.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-container.obj `if test -f 'clients/tui/newt/nmt-newt-container.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-container.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-container.c'; fi`
network-manager-1.27.91/Makefile.in-11781-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-container.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-container.Po
##############################################
network-manager-1.27.91/Makefile.in-11783-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11784:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-container.obj `if test -f 'clients/tui/newt/nmt-newt-container.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-container.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-container.c'; fi`
network-manager-1.27.91/Makefile.in-11785-
network-manager-1.27.91/Makefile.in-11786-clients/tui/newt/libnmt_newt_a-nmt-newt-entry.o: clients/tui/newt/nmt-newt-entry.c
network-manager-1.27.91/Makefile.in:11787:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-entry.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry.o `test -f 'clients/tui/newt/nmt-newt-entry.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-entry.c
network-manager-1.27.91/Makefile.in-11788-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-11790-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11791:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry.o `test -f 'clients/tui/newt/nmt-newt-entry.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-entry.c
network-manager-1.27.91/Makefile.in-11792-
network-manager-1.27.91/Makefile.in-11793-clients/tui/newt/libnmt_newt_a-nmt-newt-entry.obj: clients/tui/newt/nmt-newt-entry.c
network-manager-1.27.91/Makefile.in:11794:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-entry.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry.obj `if test -f 'clients/tui/newt/nmt-newt-entry.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-entry.c'; fi`
network-manager-1.27.91/Makefile.in-11795-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-11797-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11798:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry.obj `if test -f 'clients/tui/newt/nmt-newt-entry.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-entry.c'; fi`
network-manager-1.27.91/Makefile.in-11799-
network-manager-1.27.91/Makefile.in-11800-clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.o: clients/tui/newt/nmt-newt-entry-numeric.c
network-manager-1.27.91/Makefile.in:11801:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry-numeric.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.o `test -f 'clients/tui/newt/nmt-newt-entry-numeric.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-entry-numeric.c
network-manager-1.27.91/Makefile.in-11802-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry-numeric.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry-numeric.Po
##############################################
network-manager-1.27.91/Makefile.in-11804-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11805:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.o `test -f 'clients/tui/newt/nmt-newt-entry-numeric.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-entry-numeric.c
network-manager-1.27.91/Makefile.in-11806-
network-manager-1.27.91/Makefile.in-11807-clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.obj: clients/tui/newt/nmt-newt-entry-numeric.c
network-manager-1.27.91/Makefile.in:11808:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry-numeric.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.obj `if test -f 'clients/tui/newt/nmt-newt-entry-numeric.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-entry-numeric.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-entry-numeric.c'; fi`
network-manager-1.27.91/Makefile.in-11809-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry-numeric.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-entry-numeric.Po
##############################################
network-manager-1.27.91/Makefile.in-11811-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11812:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-entry-numeric.obj `if test -f 'clients/tui/newt/nmt-newt-entry-numeric.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-entry-numeric.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-entry-numeric.c'; fi`
network-manager-1.27.91/Makefile.in-11813-
network-manager-1.27.91/Makefile.in-11814-clients/tui/newt/libnmt_newt_a-nmt-newt-form.o: clients/tui/newt/nmt-newt-form.c
network-manager-1.27.91/Makefile.in:11815:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-form.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-form.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-form.o `test -f 'clients/tui/newt/nmt-newt-form.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-form.c
network-manager-1.27.91/Makefile.in-11816-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-form.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-form.Po
##############################################
network-manager-1.27.91/Makefile.in-11818-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11819:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-form.o `test -f 'clients/tui/newt/nmt-newt-form.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-form.c
network-manager-1.27.91/Makefile.in-11820-
network-manager-1.27.91/Makefile.in-11821-clients/tui/newt/libnmt_newt_a-nmt-newt-form.obj: clients/tui/newt/nmt-newt-form.c
network-manager-1.27.91/Makefile.in:11822:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-form.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-form.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-form.obj `if test -f 'clients/tui/newt/nmt-newt-form.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-form.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-form.c'; fi`
network-manager-1.27.91/Makefile.in-11823-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-form.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-form.Po
##############################################
network-manager-1.27.91/Makefile.in-11825-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11826:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-form.obj `if test -f 'clients/tui/newt/nmt-newt-form.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-form.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-form.c'; fi`
network-manager-1.27.91/Makefile.in-11827-
network-manager-1.27.91/Makefile.in-11828-clients/tui/newt/libnmt_newt_a-nmt-newt-grid.o: clients/tui/newt/nmt-newt-grid.c
network-manager-1.27.91/Makefile.in:11829:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-grid.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-grid.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-grid.o `test -f 'clients/tui/newt/nmt-newt-grid.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-grid.c
network-manager-1.27.91/Makefile.in-11830-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-grid.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-grid.Po
##############################################
network-manager-1.27.91/Makefile.in-11832-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11833:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-grid.o `test -f 'clients/tui/newt/nmt-newt-grid.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-grid.c
network-manager-1.27.91/Makefile.in-11834-
network-manager-1.27.91/Makefile.in-11835-clients/tui/newt/libnmt_newt_a-nmt-newt-grid.obj: clients/tui/newt/nmt-newt-grid.c
network-manager-1.27.91/Makefile.in:11836:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-grid.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-grid.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-grid.obj `if test -f 'clients/tui/newt/nmt-newt-grid.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-grid.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-grid.c'; fi`
network-manager-1.27.91/Makefile.in-11837-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-grid.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-grid.Po
##############################################
network-manager-1.27.91/Makefile.in-11839-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11840:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-grid.obj `if test -f 'clients/tui/newt/nmt-newt-grid.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-grid.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-grid.c'; fi`
network-manager-1.27.91/Makefile.in-11841-
network-manager-1.27.91/Makefile.in-11842-clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.o: clients/tui/newt/nmt-newt-hacks.c
network-manager-1.27.91/Makefile.in:11843:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-hacks.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.o `test -f 'clients/tui/newt/nmt-newt-hacks.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-hacks.c
network-manager-1.27.91/Makefile.in-11844-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-hacks.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-hacks.Po
##############################################
network-manager-1.27.91/Makefile.in-11846-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11847:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.o `test -f 'clients/tui/newt/nmt-newt-hacks.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-hacks.c
network-manager-1.27.91/Makefile.in-11848-
network-manager-1.27.91/Makefile.in-11849-clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.obj: clients/tui/newt/nmt-newt-hacks.c
network-manager-1.27.91/Makefile.in:11850:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-hacks.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.obj `if test -f 'clients/tui/newt/nmt-newt-hacks.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-hacks.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-hacks.c'; fi`
network-manager-1.27.91/Makefile.in-11851-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-hacks.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-hacks.Po
##############################################
network-manager-1.27.91/Makefile.in-11853-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11854:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-hacks.obj `if test -f 'clients/tui/newt/nmt-newt-hacks.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-hacks.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-hacks.c'; fi`
network-manager-1.27.91/Makefile.in-11855-
network-manager-1.27.91/Makefile.in-11856-clients/tui/newt/libnmt_newt_a-nmt-newt-label.o: clients/tui/newt/nmt-newt-label.c
network-manager-1.27.91/Makefile.in:11857:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-label.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-label.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-label.o `test -f 'clients/tui/newt/nmt-newt-label.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-label.c
network-manager-1.27.91/Makefile.in-11858-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-label.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-label.Po
##############################################
network-manager-1.27.91/Makefile.in-11860-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11861:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-label.o `test -f 'clients/tui/newt/nmt-newt-label.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-label.c
network-manager-1.27.91/Makefile.in-11862-
network-manager-1.27.91/Makefile.in-11863-clients/tui/newt/libnmt_newt_a-nmt-newt-label.obj: clients/tui/newt/nmt-newt-label.c
network-manager-1.27.91/Makefile.in:11864:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-label.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-label.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-label.obj `if test -f 'clients/tui/newt/nmt-newt-label.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-label.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-label.c'; fi`
network-manager-1.27.91/Makefile.in-11865-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-label.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-label.Po
##############################################
network-manager-1.27.91/Makefile.in-11867-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11868:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-label.obj `if test -f 'clients/tui/newt/nmt-newt-label.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-label.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-label.c'; fi`
network-manager-1.27.91/Makefile.in-11869-
network-manager-1.27.91/Makefile.in-11870-clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.o: clients/tui/newt/nmt-newt-listbox.c
network-manager-1.27.91/Makefile.in:11871:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-listbox.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.o `test -f 'clients/tui/newt/nmt-newt-listbox.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-listbox.c
network-manager-1.27.91/Makefile.in-11872-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-listbox.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-listbox.Po
##############################################
network-manager-1.27.91/Makefile.in-11874-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11875:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.o `test -f 'clients/tui/newt/nmt-newt-listbox.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-listbox.c
network-manager-1.27.91/Makefile.in-11876-
network-manager-1.27.91/Makefile.in-11877-clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.obj: clients/tui/newt/nmt-newt-listbox.c
network-manager-1.27.91/Makefile.in:11878:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-listbox.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.obj `if test -f 'clients/tui/newt/nmt-newt-listbox.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-listbox.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-listbox.c'; fi`
network-manager-1.27.91/Makefile.in-11879-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-listbox.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-listbox.Po
##############################################
network-manager-1.27.91/Makefile.in-11881-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11882:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-listbox.obj `if test -f 'clients/tui/newt/nmt-newt-listbox.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-listbox.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-listbox.c'; fi`
network-manager-1.27.91/Makefile.in-11883-
network-manager-1.27.91/Makefile.in-11884-clients/tui/newt/libnmt_newt_a-nmt-newt-popup.o: clients/tui/newt/nmt-newt-popup.c
network-manager-1.27.91/Makefile.in:11885:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-popup.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-popup.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-popup.o `test -f 'clients/tui/newt/nmt-newt-popup.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-popup.c
network-manager-1.27.91/Makefile.in-11886-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-popup.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-popup.Po
##############################################
network-manager-1.27.91/Makefile.in-11888-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11889:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-popup.o `test -f 'clients/tui/newt/nmt-newt-popup.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-popup.c
network-manager-1.27.91/Makefile.in-11890-
network-manager-1.27.91/Makefile.in-11891-clients/tui/newt/libnmt_newt_a-nmt-newt-popup.obj: clients/tui/newt/nmt-newt-popup.c
network-manager-1.27.91/Makefile.in:11892:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-popup.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-popup.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-popup.obj `if test -f 'clients/tui/newt/nmt-newt-popup.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-popup.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-popup.c'; fi`
network-manager-1.27.91/Makefile.in-11893-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-popup.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-popup.Po
##############################################
network-manager-1.27.91/Makefile.in-11895-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11896:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-popup.obj `if test -f 'clients/tui/newt/nmt-newt-popup.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-popup.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-popup.c'; fi`
network-manager-1.27.91/Makefile.in-11897-
network-manager-1.27.91/Makefile.in-11898-clients/tui/newt/libnmt_newt_a-nmt-newt-section.o: clients/tui/newt/nmt-newt-section.c
network-manager-1.27.91/Makefile.in:11899:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-section.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-section.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-section.o `test -f 'clients/tui/newt/nmt-newt-section.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-section.c
network-manager-1.27.91/Makefile.in-11900-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-section.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-section.Po
##############################################
network-manager-1.27.91/Makefile.in-11902-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11903:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-section.o `test -f 'clients/tui/newt/nmt-newt-section.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-section.c
network-manager-1.27.91/Makefile.in-11904-
network-manager-1.27.91/Makefile.in-11905-clients/tui/newt/libnmt_newt_a-nmt-newt-section.obj: clients/tui/newt/nmt-newt-section.c
network-manager-1.27.91/Makefile.in:11906:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-section.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-section.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-section.obj `if test -f 'clients/tui/newt/nmt-newt-section.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-section.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-section.c'; fi`
network-manager-1.27.91/Makefile.in-11907-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-section.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-section.Po
##############################################
network-manager-1.27.91/Makefile.in-11909-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11910:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-section.obj `if test -f 'clients/tui/newt/nmt-newt-section.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-section.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-section.c'; fi`
network-manager-1.27.91/Makefile.in-11911-
network-manager-1.27.91/Makefile.in-11912-clients/tui/newt/libnmt_newt_a-nmt-newt-separator.o: clients/tui/newt/nmt-newt-separator.c
network-manager-1.27.91/Makefile.in:11913:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-separator.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-separator.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-separator.o `test -f 'clients/tui/newt/nmt-newt-separator.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-separator.c
network-manager-1.27.91/Makefile.in-11914-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-separator.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-separator.Po
##############################################
network-manager-1.27.91/Makefile.in-11916-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11917:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-separator.o `test -f 'clients/tui/newt/nmt-newt-separator.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-separator.c
network-manager-1.27.91/Makefile.in-11918-
network-manager-1.27.91/Makefile.in-11919-clients/tui/newt/libnmt_newt_a-nmt-newt-separator.obj: clients/tui/newt/nmt-newt-separator.c
network-manager-1.27.91/Makefile.in:11920:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-separator.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-separator.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-separator.obj `if test -f 'clients/tui/newt/nmt-newt-separator.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-separator.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-separator.c'; fi`
network-manager-1.27.91/Makefile.in-11921-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-separator.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-separator.Po
##############################################
network-manager-1.27.91/Makefile.in-11923-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11924:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-separator.obj `if test -f 'clients/tui/newt/nmt-newt-separator.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-separator.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-separator.c'; fi`
network-manager-1.27.91/Makefile.in-11925-
network-manager-1.27.91/Makefile.in-11926-clients/tui/newt/libnmt_newt_a-nmt-newt-stack.o: clients/tui/newt/nmt-newt-stack.c
network-manager-1.27.91/Makefile.in:11927:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-stack.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-stack.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-stack.o `test -f 'clients/tui/newt/nmt-newt-stack.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-stack.c
network-manager-1.27.91/Makefile.in-11928-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-stack.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-stack.Po
##############################################
network-manager-1.27.91/Makefile.in-11930-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11931:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-stack.o `test -f 'clients/tui/newt/nmt-newt-stack.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-stack.c
network-manager-1.27.91/Makefile.in-11932-
network-manager-1.27.91/Makefile.in-11933-clients/tui/newt/libnmt_newt_a-nmt-newt-stack.obj: clients/tui/newt/nmt-newt-stack.c
network-manager-1.27.91/Makefile.in:11934:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-stack.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-stack.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-stack.obj `if test -f 'clients/tui/newt/nmt-newt-stack.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-stack.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-stack.c'; fi`
network-manager-1.27.91/Makefile.in-11935-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-stack.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-stack.Po
##############################################
network-manager-1.27.91/Makefile.in-11937-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11938:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-stack.obj `if test -f 'clients/tui/newt/nmt-newt-stack.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-stack.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-stack.c'; fi`
network-manager-1.27.91/Makefile.in-11939-
network-manager-1.27.91/Makefile.in-11940-clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.o: clients/tui/newt/nmt-newt-textbox.c
network-manager-1.27.91/Makefile.in:11941:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-textbox.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.o `test -f 'clients/tui/newt/nmt-newt-textbox.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-textbox.c
network-manager-1.27.91/Makefile.in-11942-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-textbox.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-textbox.Po
##############################################
network-manager-1.27.91/Makefile.in-11944-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11945:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.o `test -f 'clients/tui/newt/nmt-newt-textbox.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-textbox.c
network-manager-1.27.91/Makefile.in-11946-
network-manager-1.27.91/Makefile.in-11947-clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.obj: clients/tui/newt/nmt-newt-textbox.c
network-manager-1.27.91/Makefile.in:11948:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-textbox.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.obj `if test -f 'clients/tui/newt/nmt-newt-textbox.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-textbox.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-textbox.c'; fi`
network-manager-1.27.91/Makefile.in-11949-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-textbox.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-textbox.Po
##############################################
network-manager-1.27.91/Makefile.in-11951-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11952:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-textbox.obj `if test -f 'clients/tui/newt/nmt-newt-textbox.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-textbox.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-textbox.c'; fi`
network-manager-1.27.91/Makefile.in-11953-
network-manager-1.27.91/Makefile.in-11954-clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.o: clients/tui/newt/nmt-newt-toggle-button.c
network-manager-1.27.91/Makefile.in:11955:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-toggle-button.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.o `test -f 'clients/tui/newt/nmt-newt-toggle-button.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-toggle-button.c
network-manager-1.27.91/Makefile.in-11956-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-toggle-button.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-toggle-button.Po
##############################################
network-manager-1.27.91/Makefile.in-11958-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11959:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.o `test -f 'clients/tui/newt/nmt-newt-toggle-button.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-toggle-button.c
network-manager-1.27.91/Makefile.in-11960-
network-manager-1.27.91/Makefile.in-11961-clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.obj: clients/tui/newt/nmt-newt-toggle-button.c
network-manager-1.27.91/Makefile.in:11962:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-toggle-button.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.obj `if test -f 'clients/tui/newt/nmt-newt-toggle-button.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-toggle-button.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-toggle-button.c'; fi`
network-manager-1.27.91/Makefile.in-11963-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-toggle-button.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-toggle-button.Po
##############################################
network-manager-1.27.91/Makefile.in-11965-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11966:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-toggle-button.obj `if test -f 'clients/tui/newt/nmt-newt-toggle-button.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-toggle-button.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-toggle-button.c'; fi`
network-manager-1.27.91/Makefile.in-11967-
network-manager-1.27.91/Makefile.in-11968-clients/tui/newt/libnmt_newt_a-nmt-newt-utils.o: clients/tui/newt/nmt-newt-utils.c
network-manager-1.27.91/Makefile.in:11969:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-utils.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-utils.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-utils.o `test -f 'clients/tui/newt/nmt-newt-utils.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-utils.c
network-manager-1.27.91/Makefile.in-11970-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-utils.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-11972-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11973:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-utils.o `test -f 'clients/tui/newt/nmt-newt-utils.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-utils.c
network-manager-1.27.91/Makefile.in-11974-
network-manager-1.27.91/Makefile.in-11975-clients/tui/newt/libnmt_newt_a-nmt-newt-utils.obj: clients/tui/newt/nmt-newt-utils.c
network-manager-1.27.91/Makefile.in:11976:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-utils.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-utils.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-utils.obj `if test -f 'clients/tui/newt/nmt-newt-utils.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-utils.c'; fi`
network-manager-1.27.91/Makefile.in-11977-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-utils.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-11979-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11980:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-utils.obj `if test -f 'clients/tui/newt/nmt-newt-utils.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-utils.c'; fi`
network-manager-1.27.91/Makefile.in-11981-
network-manager-1.27.91/Makefile.in-11982-clients/tui/newt/libnmt_newt_a-nmt-newt-widget.o: clients/tui/newt/nmt-newt-widget.c
network-manager-1.27.91/Makefile.in:11983:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-widget.o -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-widget.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-widget.o `test -f 'clients/tui/newt/nmt-newt-widget.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-widget.c
network-manager-1.27.91/Makefile.in-11984-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-widget.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-widget.Po
##############################################
network-manager-1.27.91/Makefile.in-11986-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11987:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-widget.o `test -f 'clients/tui/newt/nmt-newt-widget.c' || echo '$(srcdir)/'`clients/tui/newt/nmt-newt-widget.c
network-manager-1.27.91/Makefile.in-11988-
network-manager-1.27.91/Makefile.in-11989-clients/tui/newt/libnmt_newt_a-nmt-newt-widget.obj: clients/tui/newt/nmt-newt-widget.c
network-manager-1.27.91/Makefile.in:11990:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/newt/libnmt_newt_a-nmt-newt-widget.obj -MD -MP -MF clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-widget.Tpo -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-widget.obj `if test -f 'clients/tui/newt/nmt-newt-widget.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-widget.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-widget.c'; fi`
network-manager-1.27.91/Makefile.in-11991-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-widget.Tpo clients/tui/newt/$(DEPDIR)/libnmt_newt_a-nmt-newt-widget.Po
##############################################
network-manager-1.27.91/Makefile.in-11993-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:11994:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_newt_libnmt_newt_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/newt/libnmt_newt_a-nmt-newt-widget.obj `if test -f 'clients/tui/newt/nmt-newt-widget.c'; then $(CYGPATH_W) 'clients/tui/newt/nmt-newt-widget.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/newt/nmt-newt-widget.c'; fi`
network-manager-1.27.91/Makefile.in-11995-
network-manager-1.27.91/Makefile.in-11996-clients/common/libnmc_base_la-nm-secret-agent-simple.lo: clients/common/nm-secret-agent-simple.c
network-manager-1.27.91/Makefile.in:11997:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/libnmc_base_la-nm-secret-agent-simple.lo -MD -MP -MF clients/common/$(DEPDIR)/libnmc_base_la-nm-secret-agent-simple.Tpo -c -o clients/common/libnmc_base_la-nm-secret-agent-simple.lo `test -f 'clients/common/nm-secret-agent-simple.c' || echo '$(srcdir)/'`clients/common/nm-secret-agent-simple.c
network-manager-1.27.91/Makefile.in-11998-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/$(DEPDIR)/libnmc_base_la-nm-secret-agent-simple.Tpo clients/common/$(DEPDIR)/libnmc_base_la-nm-secret-agent-simple.Plo
##############################################
network-manager-1.27.91/Makefile.in-12000-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12001:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/libnmc_base_la-nm-secret-agent-simple.lo `test -f 'clients/common/nm-secret-agent-simple.c' || echo '$(srcdir)/'`clients/common/nm-secret-agent-simple.c
network-manager-1.27.91/Makefile.in-12002-
network-manager-1.27.91/Makefile.in-12003-clients/common/libnmc_base_la-nm-vpn-helpers.lo: clients/common/nm-vpn-helpers.c
network-manager-1.27.91/Makefile.in:12004:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/libnmc_base_la-nm-vpn-helpers.lo -MD -MP -MF clients/common/$(DEPDIR)/libnmc_base_la-nm-vpn-helpers.Tpo -c -o clients/common/libnmc_base_la-nm-vpn-helpers.lo `test -f 'clients/common/nm-vpn-helpers.c' || echo '$(srcdir)/'`clients/common/nm-vpn-helpers.c
network-manager-1.27.91/Makefile.in-12005-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/$(DEPDIR)/libnmc_base_la-nm-vpn-helpers.Tpo clients/common/$(DEPDIR)/libnmc_base_la-nm-vpn-helpers.Plo
##############################################
network-manager-1.27.91/Makefile.in-12007-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12008:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/libnmc_base_la-nm-vpn-helpers.lo `test -f 'clients/common/nm-vpn-helpers.c' || echo '$(srcdir)/'`clients/common/nm-vpn-helpers.c
network-manager-1.27.91/Makefile.in-12009-
network-manager-1.27.91/Makefile.in-12010-clients/common/libnmc_base_la-nm-client-utils.lo: clients/common/nm-client-utils.c
network-manager-1.27.91/Makefile.in:12011:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/libnmc_base_la-nm-client-utils.lo -MD -MP -MF clients/common/$(DEPDIR)/libnmc_base_la-nm-client-utils.Tpo -c -o clients/common/libnmc_base_la-nm-client-utils.lo `test -f 'clients/common/nm-client-utils.c' || echo '$(srcdir)/'`clients/common/nm-client-utils.c
network-manager-1.27.91/Makefile.in-12012-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/$(DEPDIR)/libnmc_base_la-nm-client-utils.Tpo clients/common/$(DEPDIR)/libnmc_base_la-nm-client-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12014-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12015:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/libnmc_base_la-nm-client-utils.lo `test -f 'clients/common/nm-client-utils.c' || echo '$(srcdir)/'`clients/common/nm-client-utils.c
network-manager-1.27.91/Makefile.in-12016-
network-manager-1.27.91/Makefile.in-12017-clients/common/libnmc_base_la-nm-polkit-listener.lo: clients/common/nm-polkit-listener.c
network-manager-1.27.91/Makefile.in:12018:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/libnmc_base_la-nm-polkit-listener.lo -MD -MP -MF clients/common/$(DEPDIR)/libnmc_base_la-nm-polkit-listener.Tpo -c -o clients/common/libnmc_base_la-nm-polkit-listener.lo `test -f 'clients/common/nm-polkit-listener.c' || echo '$(srcdir)/'`clients/common/nm-polkit-listener.c
network-manager-1.27.91/Makefile.in-12019-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/$(DEPDIR)/libnmc_base_la-nm-polkit-listener.Tpo clients/common/$(DEPDIR)/libnmc_base_la-nm-polkit-listener.Plo
##############################################
network-manager-1.27.91/Makefile.in-12021-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12022:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/libnmc_base_la-nm-polkit-listener.lo `test -f 'clients/common/nm-polkit-listener.c' || echo '$(srcdir)/'`clients/common/nm-polkit-listener.c
network-manager-1.27.91/Makefile.in-12023-
network-manager-1.27.91/Makefile.in-12024-shared/clients_common_libnmc_la-nm-meta-setting.lo: shared/nm-meta-setting.c
network-manager-1.27.91/Makefile.in:12025:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/clients_common_libnmc_la-nm-meta-setting.lo -MD -MP -MF shared/$(DEPDIR)/clients_common_libnmc_la-nm-meta-setting.Tpo -c -o shared/clients_common_libnmc_la-nm-meta-setting.lo `test -f 'shared/nm-meta-setting.c' || echo '$(srcdir)/'`shared/nm-meta-setting.c
network-manager-1.27.91/Makefile.in-12026-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/clients_common_libnmc_la-nm-meta-setting.Tpo shared/$(DEPDIR)/clients_common_libnmc_la-nm-meta-setting.Plo
##############################################
network-manager-1.27.91/Makefile.in-12028-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12029:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/clients_common_libnmc_la-nm-meta-setting.lo `test -f 'shared/nm-meta-setting.c' || echo '$(srcdir)/'`shared/nm-meta-setting.c
network-manager-1.27.91/Makefile.in-12030-
network-manager-1.27.91/Makefile.in-12031-clients/common/libnmc_la-nm-meta-setting-desc.lo: clients/common/nm-meta-setting-desc.c
network-manager-1.27.91/Makefile.in:12032:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/libnmc_la-nm-meta-setting-desc.lo -MD -MP -MF clients/common/$(DEPDIR)/libnmc_la-nm-meta-setting-desc.Tpo -c -o clients/common/libnmc_la-nm-meta-setting-desc.lo `test -f 'clients/common/nm-meta-setting-desc.c' || echo '$(srcdir)/'`clients/common/nm-meta-setting-desc.c
network-manager-1.27.91/Makefile.in-12033-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/$(DEPDIR)/libnmc_la-nm-meta-setting-desc.Tpo clients/common/$(DEPDIR)/libnmc_la-nm-meta-setting-desc.Plo
##############################################
network-manager-1.27.91/Makefile.in-12035-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12036:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/libnmc_la-nm-meta-setting-desc.lo `test -f 'clients/common/nm-meta-setting-desc.c' || echo '$(srcdir)/'`clients/common/nm-meta-setting-desc.c
network-manager-1.27.91/Makefile.in-12037-
network-manager-1.27.91/Makefile.in-12038-clients/common/libnmc_la-nm-meta-setting-access.lo: clients/common/nm-meta-setting-access.c
network-manager-1.27.91/Makefile.in:12039:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/libnmc_la-nm-meta-setting-access.lo -MD -MP -MF clients/common/$(DEPDIR)/libnmc_la-nm-meta-setting-access.Tpo -c -o clients/common/libnmc_la-nm-meta-setting-access.lo `test -f 'clients/common/nm-meta-setting-access.c' || echo '$(srcdir)/'`clients/common/nm-meta-setting-access.c
network-manager-1.27.91/Makefile.in-12040-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/$(DEPDIR)/libnmc_la-nm-meta-setting-access.Tpo clients/common/$(DEPDIR)/libnmc_la-nm-meta-setting-access.Plo
##############################################
network-manager-1.27.91/Makefile.in-12042-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12043:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_libnmc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/libnmc_la-nm-meta-setting-access.lo `test -f 'clients/common/nm-meta-setting-access.c' || echo '$(srcdir)/'`clients/common/nm-meta-setting-access.c
network-manager-1.27.91/Makefile.in-12044-
network-manager-1.27.91/Makefile.in-12045-dispatcher/libnm_dispatcher_core_la-nm-dispatcher-utils.lo: dispatcher/nm-dispatcher-utils.c
network-manager-1.27.91/Makefile.in:12046:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_libnm_dispatcher_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/libnm_dispatcher_core_la-nm-dispatcher-utils.lo -MD -MP -MF dispatcher/$(DEPDIR)/libnm_dispatcher_core_la-nm-dispatcher-utils.Tpo -c -o dispatcher/libnm_dispatcher_core_la-nm-dispatcher-utils.lo `test -f 'dispatcher/nm-dispatcher-utils.c' || echo '$(srcdir)/'`dispatcher/nm-dispatcher-utils.c
network-manager-1.27.91/Makefile.in-12047-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/$(DEPDIR)/libnm_dispatcher_core_la-nm-dispatcher-utils.Tpo dispatcher/$(DEPDIR)/libnm_dispatcher_core_la-nm-dispatcher-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12049-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12050:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_libnm_dispatcher_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/libnm_dispatcher_core_la-nm-dispatcher-utils.lo `test -f 'dispatcher/nm-dispatcher-utils.c' || echo '$(srcdir)/'`dispatcher/nm-dispatcher-utils.c
network-manager-1.27.91/Makefile.in-12051-
network-manager-1.27.91/Makefile.in-12052-introspection/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.lo: introspection/org.freedesktop.NetworkManager.AccessPoint.c
network-manager-1.27.91/Makefile.in:12053:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.lo `test -f 'introspection/org.freedesktop.NetworkManager.AccessPoint.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.AccessPoint.c
network-manager-1.27.91/Makefile.in-12054-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.Plo
##############################################
network-manager-1.27.91/Makefile.in-12056-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12057:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.AccessPoint.lo `test -f 'introspection/org.freedesktop.NetworkManager.AccessPoint.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.AccessPoint.c
network-manager-1.27.91/Makefile.in-12058-
network-manager-1.27.91/Makefile.in-12059-introspection/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.lo: introspection/org.freedesktop.NetworkManager.AgentManager.c
network-manager-1.27.91/Makefile.in:12060:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.lo `test -f 'introspection/org.freedesktop.NetworkManager.AgentManager.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.AgentManager.c
network-manager-1.27.91/Makefile.in-12061-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.Plo
##############################################
network-manager-1.27.91/Makefile.in-12063-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12064:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.AgentManager.lo `test -f 'introspection/org.freedesktop.NetworkManager.AgentManager.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.AgentManager.c
network-manager-1.27.91/Makefile.in-12065-
network-manager-1.27.91/Makefile.in-12066-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.lo: introspection/org.freedesktop.NetworkManager.Checkpoint.c
network-manager-1.27.91/Makefile.in:12067:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.lo `test -f 'introspection/org.freedesktop.NetworkManager.Checkpoint.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Checkpoint.c
network-manager-1.27.91/Makefile.in-12068-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.Plo
##############################################
network-manager-1.27.91/Makefile.in-12070-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12071:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Checkpoint.lo `test -f 'introspection/org.freedesktop.NetworkManager.Checkpoint.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Checkpoint.c
network-manager-1.27.91/Makefile.in-12072-
network-manager-1.27.91/Makefile.in-12073-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.lo: introspection/org.freedesktop.NetworkManager.Connection.Active.c
network-manager-1.27.91/Makefile.in:12074:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.lo `test -f 'introspection/org.freedesktop.NetworkManager.Connection.Active.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Connection.Active.c
network-manager-1.27.91/Makefile.in-12075-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.Plo
##############################################
network-manager-1.27.91/Makefile.in-12077-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12078:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Connection.Active.lo `test -f 'introspection/org.freedesktop.NetworkManager.Connection.Active.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Connection.Active.c
network-manager-1.27.91/Makefile.in-12079-
network-manager-1.27.91/Makefile.in-12080-introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.lo: introspection/org.freedesktop.NetworkManager.DHCP4Config.c
network-manager-1.27.91/Makefile.in:12081:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.DHCP4Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.DHCP4Config.c
network-manager-1.27.91/Makefile.in-12082-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12084-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12085:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP4Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.DHCP4Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.DHCP4Config.c
network-manager-1.27.91/Makefile.in-12086-
network-manager-1.27.91/Makefile.in-12087-introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.lo: introspection/org.freedesktop.NetworkManager.DHCP6Config.c
network-manager-1.27.91/Makefile.in:12088:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.DHCP6Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.DHCP6Config.c
network-manager-1.27.91/Makefile.in-12089-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12091-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12092:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.DHCP6Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.DHCP6Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.DHCP6Config.c
network-manager-1.27.91/Makefile.in-12093-
network-manager-1.27.91/Makefile.in-12094-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.lo: introspection/org.freedesktop.NetworkManager.Device.Adsl.c
network-manager-1.27.91/Makefile.in:12095:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Adsl.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Adsl.c
network-manager-1.27.91/Makefile.in-12096-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.Plo
##############################################
network-manager-1.27.91/Makefile.in-12098-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12099:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Adsl.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Adsl.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Adsl.c
network-manager-1.27.91/Makefile.in-12100-
network-manager-1.27.91/Makefile.in-12101-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.lo: introspection/org.freedesktop.NetworkManager.Device.Bluetooth.c
network-manager-1.27.91/Makefile.in:12102:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Bluetooth.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Bluetooth.c
network-manager-1.27.91/Makefile.in-12103-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.Plo
##############################################
network-manager-1.27.91/Makefile.in-12105-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12106:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bluetooth.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Bluetooth.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Bluetooth.c
network-manager-1.27.91/Makefile.in-12107-
network-manager-1.27.91/Makefile.in-12108-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.lo: introspection/org.freedesktop.NetworkManager.Device.Bond.c
network-manager-1.27.91/Makefile.in:12109:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Bond.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Bond.c
network-manager-1.27.91/Makefile.in-12110-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.Plo
##############################################
network-manager-1.27.91/Makefile.in-12112-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12113:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bond.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Bond.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Bond.c
network-manager-1.27.91/Makefile.in-12114-
network-manager-1.27.91/Makefile.in-12115-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.lo: introspection/org.freedesktop.NetworkManager.Device.Bridge.c
network-manager-1.27.91/Makefile.in:12116:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Bridge.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Bridge.c
network-manager-1.27.91/Makefile.in-12117-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-12119-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12120:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Bridge.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Bridge.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Bridge.c
network-manager-1.27.91/Makefile.in-12121-
network-manager-1.27.91/Makefile.in-12122-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.lo: introspection/org.freedesktop.NetworkManager.Device.Dummy.c
network-manager-1.27.91/Makefile.in:12123:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Dummy.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Dummy.c
network-manager-1.27.91/Makefile.in-12124-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.Plo
##############################################
network-manager-1.27.91/Makefile.in-12126-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12127:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Dummy.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Dummy.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Dummy.c
network-manager-1.27.91/Makefile.in-12128-
network-manager-1.27.91/Makefile.in-12129-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.lo: introspection/org.freedesktop.NetworkManager.Device.Generic.c
network-manager-1.27.91/Makefile.in:12130:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Generic.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Generic.c
network-manager-1.27.91/Makefile.in-12131-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.Plo
##############################################
network-manager-1.27.91/Makefile.in-12133-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12134:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Generic.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Generic.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Generic.c
network-manager-1.27.91/Makefile.in-12135-
network-manager-1.27.91/Makefile.in-12136-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.lo: introspection/org.freedesktop.NetworkManager.Device.IPTunnel.c
network-manager-1.27.91/Makefile.in:12137:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.IPTunnel.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.IPTunnel.c
network-manager-1.27.91/Makefile.in-12138-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.Plo
##############################################
network-manager-1.27.91/Makefile.in-12140-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12141:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.IPTunnel.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.IPTunnel.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.IPTunnel.c
network-manager-1.27.91/Makefile.in-12142-
network-manager-1.27.91/Makefile.in-12143-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.lo: introspection/org.freedesktop.NetworkManager.Device.Infiniband.c
network-manager-1.27.91/Makefile.in:12144:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Infiniband.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Infiniband.c
network-manager-1.27.91/Makefile.in-12145-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.Plo
##############################################
network-manager-1.27.91/Makefile.in-12147-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12148:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Infiniband.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Infiniband.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Infiniband.c
network-manager-1.27.91/Makefile.in-12149-
network-manager-1.27.91/Makefile.in-12150-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.lo: introspection/org.freedesktop.NetworkManager.Device.Lowpan.c
network-manager-1.27.91/Makefile.in:12151:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Lowpan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Lowpan.c
network-manager-1.27.91/Makefile.in-12152-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12154-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12155:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Lowpan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Lowpan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Lowpan.c
network-manager-1.27.91/Makefile.in-12156-
network-manager-1.27.91/Makefile.in-12157-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.lo: introspection/org.freedesktop.NetworkManager.Device.Macsec.c
network-manager-1.27.91/Makefile.in:12158:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Macsec.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Macsec.c
network-manager-1.27.91/Makefile.in-12159-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.Plo
##############################################
network-manager-1.27.91/Makefile.in-12161-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12162:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macsec.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Macsec.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Macsec.c
network-manager-1.27.91/Makefile.in-12163-
network-manager-1.27.91/Makefile.in-12164-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.lo: introspection/org.freedesktop.NetworkManager.Device.Macvlan.c
network-manager-1.27.91/Makefile.in:12165:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Macvlan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Macvlan.c
network-manager-1.27.91/Makefile.in-12166-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12168-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12169:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Macvlan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Macvlan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Macvlan.c
network-manager-1.27.91/Makefile.in-12170-
network-manager-1.27.91/Makefile.in-12171-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.lo: introspection/org.freedesktop.NetworkManager.Device.Modem.c
network-manager-1.27.91/Makefile.in:12172:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Modem.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Modem.c
network-manager-1.27.91/Makefile.in-12173-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.Plo
##############################################
network-manager-1.27.91/Makefile.in-12175-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12176:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Modem.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Modem.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Modem.c
network-manager-1.27.91/Makefile.in-12177-
network-manager-1.27.91/Makefile.in-12178-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.lo: introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.c
network-manager-1.27.91/Makefile.in:12179:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.c
network-manager-1.27.91/Makefile.in-12180-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.Plo
##############################################
network-manager-1.27.91/Makefile.in-12182-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12183:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OlpcMesh.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.c
network-manager-1.27.91/Makefile.in-12184-
network-manager-1.27.91/Makefile.in-12185-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.lo: introspection/org.freedesktop.NetworkManager.Device.OvsBridge.c
network-manager-1.27.91/Makefile.in:12186:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OvsBridge.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OvsBridge.c
network-manager-1.27.91/Makefile.in-12187-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-12189-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12190:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsBridge.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OvsBridge.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OvsBridge.c
network-manager-1.27.91/Makefile.in-12191-
network-manager-1.27.91/Makefile.in-12192-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.lo: introspection/org.freedesktop.NetworkManager.Device.OvsInterface.c
network-manager-1.27.91/Makefile.in:12193:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OvsInterface.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OvsInterface.c
network-manager-1.27.91/Makefile.in-12194-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.Plo
##############################################
network-manager-1.27.91/Makefile.in-12196-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12197:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsInterface.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OvsInterface.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OvsInterface.c
network-manager-1.27.91/Makefile.in-12198-
network-manager-1.27.91/Makefile.in-12199-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.lo: introspection/org.freedesktop.NetworkManager.Device.OvsPort.c
network-manager-1.27.91/Makefile.in:12200:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OvsPort.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OvsPort.c
network-manager-1.27.91/Makefile.in-12201-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.Plo
##############################################
network-manager-1.27.91/Makefile.in-12203-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12204:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.OvsPort.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.OvsPort.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.OvsPort.c
network-manager-1.27.91/Makefile.in-12205-
network-manager-1.27.91/Makefile.in-12206-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.lo: introspection/org.freedesktop.NetworkManager.Device.Ppp.c
network-manager-1.27.91/Makefile.in:12207:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Ppp.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Ppp.c
network-manager-1.27.91/Makefile.in-12208-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.Plo
##############################################
network-manager-1.27.91/Makefile.in-12210-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12211:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Ppp.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Ppp.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Ppp.c
network-manager-1.27.91/Makefile.in-12212-
network-manager-1.27.91/Makefile.in-12213-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.lo: introspection/org.freedesktop.NetworkManager.Device.Statistics.c
network-manager-1.27.91/Makefile.in:12214:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Statistics.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Statistics.c
network-manager-1.27.91/Makefile.in-12215-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.Plo
##############################################
network-manager-1.27.91/Makefile.in-12217-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12218:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Statistics.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Statistics.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Statistics.c
network-manager-1.27.91/Makefile.in-12219-
network-manager-1.27.91/Makefile.in-12220-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.lo: introspection/org.freedesktop.NetworkManager.Device.Team.c
network-manager-1.27.91/Makefile.in:12221:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Team.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Team.c
network-manager-1.27.91/Makefile.in-12222-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.Plo
##############################################
network-manager-1.27.91/Makefile.in-12224-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12225:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Team.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Team.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Team.c
network-manager-1.27.91/Makefile.in-12226-
network-manager-1.27.91/Makefile.in-12227-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.lo: introspection/org.freedesktop.NetworkManager.Device.Tun.c
network-manager-1.27.91/Makefile.in:12228:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Tun.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Tun.c
network-manager-1.27.91/Makefile.in-12229-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.Plo
##############################################
network-manager-1.27.91/Makefile.in-12231-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12232:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tun.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Tun.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Tun.c
network-manager-1.27.91/Makefile.in-12233-
network-manager-1.27.91/Makefile.in-12234-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.lo: introspection/org.freedesktop.NetworkManager.Device.Veth.c
network-manager-1.27.91/Makefile.in:12235:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Veth.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Veth.c
network-manager-1.27.91/Makefile.in-12236-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.Plo
##############################################
network-manager-1.27.91/Makefile.in-12238-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12239:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Veth.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Veth.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Veth.c
network-manager-1.27.91/Makefile.in-12240-
network-manager-1.27.91/Makefile.in-12241-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.lo: introspection/org.freedesktop.NetworkManager.Device.Vlan.c
network-manager-1.27.91/Makefile.in:12242:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Vlan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Vlan.c
network-manager-1.27.91/Makefile.in-12243-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12245-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12246:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vlan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Vlan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Vlan.c
network-manager-1.27.91/Makefile.in-12247-
network-manager-1.27.91/Makefile.in-12248-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.lo: introspection/org.freedesktop.NetworkManager.Device.Vrf.c
network-manager-1.27.91/Makefile.in:12249:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Vrf.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Vrf.c
network-manager-1.27.91/Makefile.in-12250-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.Plo
##############################################
network-manager-1.27.91/Makefile.in-12252-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12253:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vrf.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Vrf.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Vrf.c
network-manager-1.27.91/Makefile.in-12254-
network-manager-1.27.91/Makefile.in-12255-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.lo: introspection/org.freedesktop.NetworkManager.Device.Vxlan.c
network-manager-1.27.91/Makefile.in:12256:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Vxlan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Vxlan.c
network-manager-1.27.91/Makefile.in-12257-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12259-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12260:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Vxlan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Vxlan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Vxlan.c
network-manager-1.27.91/Makefile.in-12261-
network-manager-1.27.91/Makefile.in-12262-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.lo: introspection/org.freedesktop.NetworkManager.Device.WiMax.c
network-manager-1.27.91/Makefile.in:12263:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.WiMax.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.WiMax.c
network-manager-1.27.91/Makefile.in-12264-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.Plo
##############################################
network-manager-1.27.91/Makefile.in-12266-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12267:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WiMax.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.WiMax.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.WiMax.c
network-manager-1.27.91/Makefile.in-12268-
network-manager-1.27.91/Makefile.in-12269-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.lo: introspection/org.freedesktop.NetworkManager.Device.WifiP2P.c
network-manager-1.27.91/Makefile.in:12270:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.WifiP2P.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.WifiP2P.c
network-manager-1.27.91/Makefile.in-12271-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.Plo
##############################################
network-manager-1.27.91/Makefile.in-12273-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12274:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WifiP2P.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.WifiP2P.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.WifiP2P.c
network-manager-1.27.91/Makefile.in-12275-
network-manager-1.27.91/Makefile.in-12276-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.lo: introspection/org.freedesktop.NetworkManager.Device.WireGuard.c
network-manager-1.27.91/Makefile.in:12277:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.WireGuard.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.WireGuard.c
network-manager-1.27.91/Makefile.in-12278-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.Plo
##############################################
network-manager-1.27.91/Makefile.in-12280-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12281:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.WireGuard.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.WireGuard.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.WireGuard.c
network-manager-1.27.91/Makefile.in-12282-
network-manager-1.27.91/Makefile.in-12283-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.lo: introspection/org.freedesktop.NetworkManager.Device.Wired.c
network-manager-1.27.91/Makefile.in:12284:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Wired.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Wired.c
network-manager-1.27.91/Makefile.in-12285-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.Plo
##############################################
network-manager-1.27.91/Makefile.in-12287-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12288:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wired.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Wired.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Wired.c
network-manager-1.27.91/Makefile.in-12289-
network-manager-1.27.91/Makefile.in-12290-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.lo: introspection/org.freedesktop.NetworkManager.Device.Wireless.c
network-manager-1.27.91/Makefile.in:12291:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Wireless.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Wireless.c
network-manager-1.27.91/Makefile.in-12292-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.Plo
##############################################
network-manager-1.27.91/Makefile.in-12294-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12295:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wireless.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Wireless.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Wireless.c
network-manager-1.27.91/Makefile.in-12296-
network-manager-1.27.91/Makefile.in-12297-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.lo: introspection/org.freedesktop.NetworkManager.Device.Wpan.c
network-manager-1.27.91/Makefile.in:12298:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Wpan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Wpan.c
network-manager-1.27.91/Makefile.in-12299-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12302:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.Wpan.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.Wpan.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.Wpan.c
network-manager-1.27.91/Makefile.in-12303-
network-manager-1.27.91/Makefile.in-12304-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.lo: introspection/org.freedesktop.NetworkManager.Device.c
network-manager-1.27.91/Makefile.in:12305:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.c
network-manager-1.27.91/Makefile.in-12306-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Device.Plo
##############################################
network-manager-1.27.91/Makefile.in-12308-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12309:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Device.lo `test -f 'introspection/org.freedesktop.NetworkManager.Device.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Device.c
network-manager-1.27.91/Makefile.in-12310-
network-manager-1.27.91/Makefile.in-12311-introspection/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.lo: introspection/org.freedesktop.NetworkManager.DnsManager.c
network-manager-1.27.91/Makefile.in:12312:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.lo `test -f 'introspection/org.freedesktop.NetworkManager.DnsManager.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.DnsManager.c
network-manager-1.27.91/Makefile.in-12313-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.Plo
##############################################
network-manager-1.27.91/Makefile.in-12315-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12316:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.DnsManager.lo `test -f 'introspection/org.freedesktop.NetworkManager.DnsManager.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.DnsManager.c
network-manager-1.27.91/Makefile.in-12317-
network-manager-1.27.91/Makefile.in-12318-introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.lo: introspection/org.freedesktop.NetworkManager.IP4Config.c
network-manager-1.27.91/Makefile.in:12319:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.IP4Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.IP4Config.c
network-manager-1.27.91/Makefile.in-12320-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12322-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12323:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP4Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.IP4Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.IP4Config.c
network-manager-1.27.91/Makefile.in-12324-
network-manager-1.27.91/Makefile.in-12325-introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.lo: introspection/org.freedesktop.NetworkManager.IP6Config.c
network-manager-1.27.91/Makefile.in:12326:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.IP6Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.IP6Config.c
network-manager-1.27.91/Makefile.in-12327-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12329-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12330:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.IP6Config.lo `test -f 'introspection/org.freedesktop.NetworkManager.IP6Config.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.IP6Config.c
network-manager-1.27.91/Makefile.in-12331-
network-manager-1.27.91/Makefile.in-12332-introspection/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.lo: introspection/org.freedesktop.NetworkManager.WifiP2PPeer.c
network-manager-1.27.91/Makefile.in:12333:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.lo `test -f 'introspection/org.freedesktop.NetworkManager.WifiP2PPeer.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.WifiP2PPeer.c
network-manager-1.27.91/Makefile.in-12334-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.Plo
##############################################
network-manager-1.27.91/Makefile.in-12336-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12337:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.WifiP2PPeer.lo `test -f 'introspection/org.freedesktop.NetworkManager.WifiP2PPeer.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.WifiP2PPeer.c
network-manager-1.27.91/Makefile.in-12338-
network-manager-1.27.91/Makefile.in-12339-introspection/libnmdbus_la-org.freedesktop.NetworkManager.PPP.lo: introspection/org.freedesktop.NetworkManager.PPP.c
network-manager-1.27.91/Makefile.in:12340:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.PPP.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.PPP.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.PPP.lo `test -f 'introspection/org.freedesktop.NetworkManager.PPP.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.PPP.c
network-manager-1.27.91/Makefile.in-12341-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.PPP.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.PPP.Plo
##############################################
network-manager-1.27.91/Makefile.in-12343-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12344:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.PPP.lo `test -f 'introspection/org.freedesktop.NetworkManager.PPP.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.PPP.c
network-manager-1.27.91/Makefile.in-12345-
network-manager-1.27.91/Makefile.in-12346-introspection/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.lo: introspection/org.freedesktop.NetworkManager.SecretAgent.c
network-manager-1.27.91/Makefile.in:12347:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.lo `test -f 'introspection/org.freedesktop.NetworkManager.SecretAgent.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.SecretAgent.c
network-manager-1.27.91/Makefile.in-12348-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.Plo
##############################################
network-manager-1.27.91/Makefile.in-12350-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12351:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.SecretAgent.lo `test -f 'introspection/org.freedesktop.NetworkManager.SecretAgent.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.SecretAgent.c
network-manager-1.27.91/Makefile.in-12352-
network-manager-1.27.91/Makefile.in-12353-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.lo: introspection/org.freedesktop.NetworkManager.Settings.Connection.c
network-manager-1.27.91/Makefile.in:12354:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.lo `test -f 'introspection/org.freedesktop.NetworkManager.Settings.Connection.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Settings.Connection.c
network-manager-1.27.91/Makefile.in-12355-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-12357-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12358:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Connection.lo `test -f 'introspection/org.freedesktop.NetworkManager.Settings.Connection.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Settings.Connection.c
network-manager-1.27.91/Makefile.in-12359-
network-manager-1.27.91/Makefile.in-12360-introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.lo: introspection/org.freedesktop.NetworkManager.Settings.c
network-manager-1.27.91/Makefile.in:12361:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.lo `test -f 'introspection/org.freedesktop.NetworkManager.Settings.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Settings.c
network-manager-1.27.91/Makefile.in-12362-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Settings.Plo
##############################################
network-manager-1.27.91/Makefile.in-12364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12365:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.Settings.lo `test -f 'introspection/org.freedesktop.NetworkManager.Settings.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.Settings.c
network-manager-1.27.91/Makefile.in-12366-
network-manager-1.27.91/Makefile.in-12367-introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.lo: introspection/org.freedesktop.NetworkManager.VPN.Connection.c
network-manager-1.27.91/Makefile.in:12368:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.lo `test -f 'introspection/org.freedesktop.NetworkManager.VPN.Connection.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.VPN.Connection.c
network-manager-1.27.91/Makefile.in-12369-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-12371-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12372:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Connection.lo `test -f 'introspection/org.freedesktop.NetworkManager.VPN.Connection.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.VPN.Connection.c
network-manager-1.27.91/Makefile.in-12373-
network-manager-1.27.91/Makefile.in-12374-introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.lo: introspection/org.freedesktop.NetworkManager.VPN.Plugin.c
network-manager-1.27.91/Makefile.in:12375:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.lo `test -f 'introspection/org.freedesktop.NetworkManager.VPN.Plugin.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.VPN.Plugin.c
network-manager-1.27.91/Makefile.in-12376-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-12378-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12379:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.VPN.Plugin.lo `test -f 'introspection/org.freedesktop.NetworkManager.VPN.Plugin.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.VPN.Plugin.c
network-manager-1.27.91/Makefile.in-12380-
network-manager-1.27.91/Makefile.in-12381-introspection/libnmdbus_la-org.freedesktop.NetworkManager.lo: introspection/org.freedesktop.NetworkManager.c
network-manager-1.27.91/Makefile.in:12382:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT introspection/libnmdbus_la-org.freedesktop.NetworkManager.lo -MD -MP -MF introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Tpo -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.lo `test -f 'introspection/org.freedesktop.NetworkManager.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.c
network-manager-1.27.91/Makefile.in-12383-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Tpo introspection/$(DEPDIR)/libnmdbus_la-org.freedesktop.NetworkManager.Plo
##############################################
network-manager-1.27.91/Makefile.in-12385-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12386:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(introspection_libnmdbus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o introspection/libnmdbus_la-org.freedesktop.NetworkManager.lo `test -f 'introspection/org.freedesktop.NetworkManager.c' || echo '$(srcdir)/'`introspection/org.freedesktop.NetworkManager.c
network-manager-1.27.91/Makefile.in-12387-
network-manager-1.27.91/Makefile.in-12388-libnm-core/libnm_core_la-nm-setting-6lowpan.lo: libnm-core/nm-setting-6lowpan.c
network-manager-1.27.91/Makefile.in:12389:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-6lowpan.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-6lowpan.Tpo -c -o libnm-core/libnm_core_la-nm-setting-6lowpan.lo `test -f 'libnm-core/nm-setting-6lowpan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-6lowpan.c
network-manager-1.27.91/Makefile.in-12390-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-6lowpan.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-6lowpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12392-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12393:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-6lowpan.lo `test -f 'libnm-core/nm-setting-6lowpan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-6lowpan.c
network-manager-1.27.91/Makefile.in-12394-
network-manager-1.27.91/Makefile.in-12395-libnm-core/libnm_core_la-nm-setting-8021x.lo: libnm-core/nm-setting-8021x.c
network-manager-1.27.91/Makefile.in:12396:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-8021x.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-8021x.Tpo -c -o libnm-core/libnm_core_la-nm-setting-8021x.lo `test -f 'libnm-core/nm-setting-8021x.c' || echo '$(srcdir)/'`libnm-core/nm-setting-8021x.c
network-manager-1.27.91/Makefile.in-12397-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-8021x.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-8021x.Plo
##############################################
network-manager-1.27.91/Makefile.in-12399-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12400:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-8021x.lo `test -f 'libnm-core/nm-setting-8021x.c' || echo '$(srcdir)/'`libnm-core/nm-setting-8021x.c
network-manager-1.27.91/Makefile.in-12401-
network-manager-1.27.91/Makefile.in-12402-libnm-core/libnm_core_la-nm-setting-adsl.lo: libnm-core/nm-setting-adsl.c
network-manager-1.27.91/Makefile.in:12403:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-adsl.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-adsl.Tpo -c -o libnm-core/libnm_core_la-nm-setting-adsl.lo `test -f 'libnm-core/nm-setting-adsl.c' || echo '$(srcdir)/'`libnm-core/nm-setting-adsl.c
network-manager-1.27.91/Makefile.in-12404-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-adsl.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-adsl.Plo
##############################################
network-manager-1.27.91/Makefile.in-12406-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12407:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-adsl.lo `test -f 'libnm-core/nm-setting-adsl.c' || echo '$(srcdir)/'`libnm-core/nm-setting-adsl.c
network-manager-1.27.91/Makefile.in-12408-
network-manager-1.27.91/Makefile.in-12409-libnm-core/libnm_core_la-nm-setting-bluetooth.lo: libnm-core/nm-setting-bluetooth.c
network-manager-1.27.91/Makefile.in:12410:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-bluetooth.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bluetooth.Tpo -c -o libnm-core/libnm_core_la-nm-setting-bluetooth.lo `test -f 'libnm-core/nm-setting-bluetooth.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bluetooth.c
network-manager-1.27.91/Makefile.in-12411-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bluetooth.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bluetooth.Plo
##############################################
network-manager-1.27.91/Makefile.in-12413-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12414:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-bluetooth.lo `test -f 'libnm-core/nm-setting-bluetooth.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bluetooth.c
network-manager-1.27.91/Makefile.in-12415-
network-manager-1.27.91/Makefile.in-12416-libnm-core/libnm_core_la-nm-setting-bond.lo: libnm-core/nm-setting-bond.c
network-manager-1.27.91/Makefile.in:12417:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-bond.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bond.Tpo -c -o libnm-core/libnm_core_la-nm-setting-bond.lo `test -f 'libnm-core/nm-setting-bond.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bond.c
network-manager-1.27.91/Makefile.in-12418-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bond.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bond.Plo
##############################################
network-manager-1.27.91/Makefile.in-12420-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12421:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-bond.lo `test -f 'libnm-core/nm-setting-bond.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bond.c
network-manager-1.27.91/Makefile.in-12422-
network-manager-1.27.91/Makefile.in-12423-libnm-core/libnm_core_la-nm-setting-bridge-port.lo: libnm-core/nm-setting-bridge-port.c
network-manager-1.27.91/Makefile.in:12424:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-bridge-port.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bridge-port.Tpo -c -o libnm-core/libnm_core_la-nm-setting-bridge-port.lo `test -f 'libnm-core/nm-setting-bridge-port.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bridge-port.c
network-manager-1.27.91/Makefile.in-12425-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bridge-port.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bridge-port.Plo
##############################################
network-manager-1.27.91/Makefile.in-12427-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12428:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-bridge-port.lo `test -f 'libnm-core/nm-setting-bridge-port.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bridge-port.c
network-manager-1.27.91/Makefile.in-12429-
network-manager-1.27.91/Makefile.in-12430-libnm-core/libnm_core_la-nm-setting-bridge.lo: libnm-core/nm-setting-bridge.c
network-manager-1.27.91/Makefile.in:12431:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-bridge.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bridge.Tpo -c -o libnm-core/libnm_core_la-nm-setting-bridge.lo `test -f 'libnm-core/nm-setting-bridge.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bridge.c
network-manager-1.27.91/Makefile.in-12432-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bridge.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-12434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12435:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-bridge.lo `test -f 'libnm-core/nm-setting-bridge.c' || echo '$(srcdir)/'`libnm-core/nm-setting-bridge.c
network-manager-1.27.91/Makefile.in-12436-
network-manager-1.27.91/Makefile.in-12437-libnm-core/libnm_core_la-nm-setting-cdma.lo: libnm-core/nm-setting-cdma.c
network-manager-1.27.91/Makefile.in:12438:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-cdma.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-cdma.Tpo -c -o libnm-core/libnm_core_la-nm-setting-cdma.lo `test -f 'libnm-core/nm-setting-cdma.c' || echo '$(srcdir)/'`libnm-core/nm-setting-cdma.c
network-manager-1.27.91/Makefile.in-12439-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-cdma.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-cdma.Plo
##############################################
network-manager-1.27.91/Makefile.in-12441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12442:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-cdma.lo `test -f 'libnm-core/nm-setting-cdma.c' || echo '$(srcdir)/'`libnm-core/nm-setting-cdma.c
network-manager-1.27.91/Makefile.in-12443-
network-manager-1.27.91/Makefile.in-12444-libnm-core/libnm_core_la-nm-setting-connection.lo: libnm-core/nm-setting-connection.c
network-manager-1.27.91/Makefile.in:12445:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-connection.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-connection.Tpo -c -o libnm-core/libnm_core_la-nm-setting-connection.lo `test -f 'libnm-core/nm-setting-connection.c' || echo '$(srcdir)/'`libnm-core/nm-setting-connection.c
network-manager-1.27.91/Makefile.in-12446-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-connection.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-12448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12449:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-connection.lo `test -f 'libnm-core/nm-setting-connection.c' || echo '$(srcdir)/'`libnm-core/nm-setting-connection.c
network-manager-1.27.91/Makefile.in-12450-
network-manager-1.27.91/Makefile.in-12451-libnm-core/libnm_core_la-nm-setting-dcb.lo: libnm-core/nm-setting-dcb.c
network-manager-1.27.91/Makefile.in:12452:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-dcb.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-dcb.Tpo -c -o libnm-core/libnm_core_la-nm-setting-dcb.lo `test -f 'libnm-core/nm-setting-dcb.c' || echo '$(srcdir)/'`libnm-core/nm-setting-dcb.c
network-manager-1.27.91/Makefile.in-12453-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-dcb.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-dcb.Plo
##############################################
network-manager-1.27.91/Makefile.in-12455-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12456:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-dcb.lo `test -f 'libnm-core/nm-setting-dcb.c' || echo '$(srcdir)/'`libnm-core/nm-setting-dcb.c
network-manager-1.27.91/Makefile.in-12457-
network-manager-1.27.91/Makefile.in-12458-libnm-core/libnm_core_la-nm-setting-dummy.lo: libnm-core/nm-setting-dummy.c
network-manager-1.27.91/Makefile.in:12459:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-dummy.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-dummy.Tpo -c -o libnm-core/libnm_core_la-nm-setting-dummy.lo `test -f 'libnm-core/nm-setting-dummy.c' || echo '$(srcdir)/'`libnm-core/nm-setting-dummy.c
network-manager-1.27.91/Makefile.in-12460-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-dummy.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-dummy.Plo
##############################################
network-manager-1.27.91/Makefile.in-12462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12463:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-dummy.lo `test -f 'libnm-core/nm-setting-dummy.c' || echo '$(srcdir)/'`libnm-core/nm-setting-dummy.c
network-manager-1.27.91/Makefile.in-12464-
network-manager-1.27.91/Makefile.in-12465-libnm-core/libnm_core_la-nm-setting-ethtool.lo: libnm-core/nm-setting-ethtool.c
network-manager-1.27.91/Makefile.in:12466:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ethtool.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ethtool.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ethtool.lo `test -f 'libnm-core/nm-setting-ethtool.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ethtool.c
network-manager-1.27.91/Makefile.in-12467-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ethtool.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ethtool.Plo
##############################################
network-manager-1.27.91/Makefile.in-12469-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12470:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ethtool.lo `test -f 'libnm-core/nm-setting-ethtool.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ethtool.c
network-manager-1.27.91/Makefile.in-12471-
network-manager-1.27.91/Makefile.in-12472-libnm-core/libnm_core_la-nm-setting-generic.lo: libnm-core/nm-setting-generic.c
network-manager-1.27.91/Makefile.in:12473:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-generic.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-generic.Tpo -c -o libnm-core/libnm_core_la-nm-setting-generic.lo `test -f 'libnm-core/nm-setting-generic.c' || echo '$(srcdir)/'`libnm-core/nm-setting-generic.c
network-manager-1.27.91/Makefile.in-12474-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-generic.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-generic.Plo
##############################################
network-manager-1.27.91/Makefile.in-12476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12477:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-generic.lo `test -f 'libnm-core/nm-setting-generic.c' || echo '$(srcdir)/'`libnm-core/nm-setting-generic.c
network-manager-1.27.91/Makefile.in-12478-
network-manager-1.27.91/Makefile.in-12479-libnm-core/libnm_core_la-nm-setting-gsm.lo: libnm-core/nm-setting-gsm.c
network-manager-1.27.91/Makefile.in:12480:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-gsm.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-gsm.Tpo -c -o libnm-core/libnm_core_la-nm-setting-gsm.lo `test -f 'libnm-core/nm-setting-gsm.c' || echo '$(srcdir)/'`libnm-core/nm-setting-gsm.c
network-manager-1.27.91/Makefile.in-12481-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-gsm.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-gsm.Plo
##############################################
network-manager-1.27.91/Makefile.in-12483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12484:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-gsm.lo `test -f 'libnm-core/nm-setting-gsm.c' || echo '$(srcdir)/'`libnm-core/nm-setting-gsm.c
network-manager-1.27.91/Makefile.in-12485-
network-manager-1.27.91/Makefile.in-12486-libnm-core/libnm_core_la-nm-setting-infiniband.lo: libnm-core/nm-setting-infiniband.c
network-manager-1.27.91/Makefile.in:12487:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-infiniband.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-infiniband.Tpo -c -o libnm-core/libnm_core_la-nm-setting-infiniband.lo `test -f 'libnm-core/nm-setting-infiniband.c' || echo '$(srcdir)/'`libnm-core/nm-setting-infiniband.c
network-manager-1.27.91/Makefile.in-12488-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-infiniband.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-infiniband.Plo
##############################################
network-manager-1.27.91/Makefile.in-12490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12491:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-infiniband.lo `test -f 'libnm-core/nm-setting-infiniband.c' || echo '$(srcdir)/'`libnm-core/nm-setting-infiniband.c
network-manager-1.27.91/Makefile.in-12492-
network-manager-1.27.91/Makefile.in-12493-libnm-core/libnm_core_la-nm-setting-ip-config.lo: libnm-core/nm-setting-ip-config.c
network-manager-1.27.91/Makefile.in:12494:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ip-config.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip-config.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ip-config.lo `test -f 'libnm-core/nm-setting-ip-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip-config.c
network-manager-1.27.91/Makefile.in-12495-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip-config.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12498:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ip-config.lo `test -f 'libnm-core/nm-setting-ip-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip-config.c
network-manager-1.27.91/Makefile.in-12499-
network-manager-1.27.91/Makefile.in-12500-libnm-core/libnm_core_la-nm-setting-ip-tunnel.lo: libnm-core/nm-setting-ip-tunnel.c
network-manager-1.27.91/Makefile.in:12501:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ip-tunnel.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip-tunnel.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ip-tunnel.lo `test -f 'libnm-core/nm-setting-ip-tunnel.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip-tunnel.c
network-manager-1.27.91/Makefile.in-12502-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip-tunnel.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip-tunnel.Plo
##############################################
network-manager-1.27.91/Makefile.in-12504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12505:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ip-tunnel.lo `test -f 'libnm-core/nm-setting-ip-tunnel.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip-tunnel.c
network-manager-1.27.91/Makefile.in-12506-
network-manager-1.27.91/Makefile.in-12507-libnm-core/libnm_core_la-nm-setting-ip4-config.lo: libnm-core/nm-setting-ip4-config.c
network-manager-1.27.91/Makefile.in:12508:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ip4-config.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip4-config.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ip4-config.lo `test -f 'libnm-core/nm-setting-ip4-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip4-config.c
network-manager-1.27.91/Makefile.in-12509-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip4-config.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip4-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12512:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ip4-config.lo `test -f 'libnm-core/nm-setting-ip4-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip4-config.c
network-manager-1.27.91/Makefile.in-12513-
network-manager-1.27.91/Makefile.in-12514-libnm-core/libnm_core_la-nm-setting-ip6-config.lo: libnm-core/nm-setting-ip6-config.c
network-manager-1.27.91/Makefile.in:12515:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ip6-config.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip6-config.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ip6-config.lo `test -f 'libnm-core/nm-setting-ip6-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip6-config.c
network-manager-1.27.91/Makefile.in-12516-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip6-config.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ip6-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12518-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12519:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ip6-config.lo `test -f 'libnm-core/nm-setting-ip6-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ip6-config.c
network-manager-1.27.91/Makefile.in-12520-
network-manager-1.27.91/Makefile.in-12521-libnm-core/libnm_core_la-nm-setting-macsec.lo: libnm-core/nm-setting-macsec.c
network-manager-1.27.91/Makefile.in:12522:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-macsec.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-macsec.Tpo -c -o libnm-core/libnm_core_la-nm-setting-macsec.lo `test -f 'libnm-core/nm-setting-macsec.c' || echo '$(srcdir)/'`libnm-core/nm-setting-macsec.c
network-manager-1.27.91/Makefile.in-12523-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-macsec.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-macsec.Plo
##############################################
network-manager-1.27.91/Makefile.in-12525-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12526:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-macsec.lo `test -f 'libnm-core/nm-setting-macsec.c' || echo '$(srcdir)/'`libnm-core/nm-setting-macsec.c
network-manager-1.27.91/Makefile.in-12527-
network-manager-1.27.91/Makefile.in-12528-libnm-core/libnm_core_la-nm-setting-macvlan.lo: libnm-core/nm-setting-macvlan.c
network-manager-1.27.91/Makefile.in:12529:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-macvlan.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-macvlan.Tpo -c -o libnm-core/libnm_core_la-nm-setting-macvlan.lo `test -f 'libnm-core/nm-setting-macvlan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-macvlan.c
network-manager-1.27.91/Makefile.in-12530-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-macvlan.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-macvlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12532-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12533:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-macvlan.lo `test -f 'libnm-core/nm-setting-macvlan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-macvlan.c
network-manager-1.27.91/Makefile.in-12534-
network-manager-1.27.91/Makefile.in-12535-libnm-core/libnm_core_la-nm-setting-match.lo: libnm-core/nm-setting-match.c
network-manager-1.27.91/Makefile.in:12536:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-match.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-match.Tpo -c -o libnm-core/libnm_core_la-nm-setting-match.lo `test -f 'libnm-core/nm-setting-match.c' || echo '$(srcdir)/'`libnm-core/nm-setting-match.c
network-manager-1.27.91/Makefile.in-12537-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-match.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-match.Plo
##############################################
network-manager-1.27.91/Makefile.in-12539-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12540:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-match.lo `test -f 'libnm-core/nm-setting-match.c' || echo '$(srcdir)/'`libnm-core/nm-setting-match.c
network-manager-1.27.91/Makefile.in-12541-
network-manager-1.27.91/Makefile.in-12542-libnm-core/libnm_core_la-nm-setting-olpc-mesh.lo: libnm-core/nm-setting-olpc-mesh.c
network-manager-1.27.91/Makefile.in:12543:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-olpc-mesh.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-olpc-mesh.Tpo -c -o libnm-core/libnm_core_la-nm-setting-olpc-mesh.lo `test -f 'libnm-core/nm-setting-olpc-mesh.c' || echo '$(srcdir)/'`libnm-core/nm-setting-olpc-mesh.c
network-manager-1.27.91/Makefile.in-12544-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-olpc-mesh.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-olpc-mesh.Plo
##############################################
network-manager-1.27.91/Makefile.in-12546-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12547:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-olpc-mesh.lo `test -f 'libnm-core/nm-setting-olpc-mesh.c' || echo '$(srcdir)/'`libnm-core/nm-setting-olpc-mesh.c
network-manager-1.27.91/Makefile.in-12548-
network-manager-1.27.91/Makefile.in-12549-libnm-core/libnm_core_la-nm-setting-ovs-bridge.lo: libnm-core/nm-setting-ovs-bridge.c
network-manager-1.27.91/Makefile.in:12550:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ovs-bridge.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-bridge.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ovs-bridge.lo `test -f 'libnm-core/nm-setting-ovs-bridge.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-bridge.c
network-manager-1.27.91/Makefile.in-12551-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-bridge.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-12553-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12554:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ovs-bridge.lo `test -f 'libnm-core/nm-setting-ovs-bridge.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-bridge.c
network-manager-1.27.91/Makefile.in-12555-
network-manager-1.27.91/Makefile.in-12556-libnm-core/libnm_core_la-nm-setting-ovs-dpdk.lo: libnm-core/nm-setting-ovs-dpdk.c
network-manager-1.27.91/Makefile.in:12557:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ovs-dpdk.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-dpdk.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ovs-dpdk.lo `test -f 'libnm-core/nm-setting-ovs-dpdk.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-dpdk.c
network-manager-1.27.91/Makefile.in-12558-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-dpdk.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-dpdk.Plo
##############################################
network-manager-1.27.91/Makefile.in-12560-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12561:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ovs-dpdk.lo `test -f 'libnm-core/nm-setting-ovs-dpdk.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-dpdk.c
network-manager-1.27.91/Makefile.in-12562-
network-manager-1.27.91/Makefile.in-12563-libnm-core/libnm_core_la-nm-setting-ovs-interface.lo: libnm-core/nm-setting-ovs-interface.c
network-manager-1.27.91/Makefile.in:12564:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ovs-interface.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-interface.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ovs-interface.lo `test -f 'libnm-core/nm-setting-ovs-interface.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-interface.c
network-manager-1.27.91/Makefile.in-12565-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-interface.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-interface.Plo
##############################################
network-manager-1.27.91/Makefile.in-12567-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12568:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ovs-interface.lo `test -f 'libnm-core/nm-setting-ovs-interface.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-interface.c
network-manager-1.27.91/Makefile.in-12569-
network-manager-1.27.91/Makefile.in-12570-libnm-core/libnm_core_la-nm-setting-ovs-patch.lo: libnm-core/nm-setting-ovs-patch.c
network-manager-1.27.91/Makefile.in:12571:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ovs-patch.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-patch.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ovs-patch.lo `test -f 'libnm-core/nm-setting-ovs-patch.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-patch.c
network-manager-1.27.91/Makefile.in-12572-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-patch.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-patch.Plo
##############################################
network-manager-1.27.91/Makefile.in-12574-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12575:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ovs-patch.lo `test -f 'libnm-core/nm-setting-ovs-patch.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-patch.c
network-manager-1.27.91/Makefile.in-12576-
network-manager-1.27.91/Makefile.in-12577-libnm-core/libnm_core_la-nm-setting-ovs-port.lo: libnm-core/nm-setting-ovs-port.c
network-manager-1.27.91/Makefile.in:12578:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ovs-port.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-port.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ovs-port.lo `test -f 'libnm-core/nm-setting-ovs-port.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-port.c
network-manager-1.27.91/Makefile.in-12579-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-port.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ovs-port.Plo
##############################################
network-manager-1.27.91/Makefile.in-12581-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12582:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ovs-port.lo `test -f 'libnm-core/nm-setting-ovs-port.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ovs-port.c
network-manager-1.27.91/Makefile.in-12583-
network-manager-1.27.91/Makefile.in-12584-libnm-core/libnm_core_la-nm-setting-ppp.lo: libnm-core/nm-setting-ppp.c
network-manager-1.27.91/Makefile.in:12585:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-ppp.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ppp.Tpo -c -o libnm-core/libnm_core_la-nm-setting-ppp.lo `test -f 'libnm-core/nm-setting-ppp.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ppp.c
network-manager-1.27.91/Makefile.in-12586-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ppp.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-ppp.Plo
##############################################
network-manager-1.27.91/Makefile.in-12588-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12589:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-ppp.lo `test -f 'libnm-core/nm-setting-ppp.c' || echo '$(srcdir)/'`libnm-core/nm-setting-ppp.c
network-manager-1.27.91/Makefile.in-12590-
network-manager-1.27.91/Makefile.in-12591-libnm-core/libnm_core_la-nm-setting-pppoe.lo: libnm-core/nm-setting-pppoe.c
network-manager-1.27.91/Makefile.in:12592:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-pppoe.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-pppoe.Tpo -c -o libnm-core/libnm_core_la-nm-setting-pppoe.lo `test -f 'libnm-core/nm-setting-pppoe.c' || echo '$(srcdir)/'`libnm-core/nm-setting-pppoe.c
network-manager-1.27.91/Makefile.in-12593-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-pppoe.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-pppoe.Plo
##############################################
network-manager-1.27.91/Makefile.in-12595-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12596:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-pppoe.lo `test -f 'libnm-core/nm-setting-pppoe.c' || echo '$(srcdir)/'`libnm-core/nm-setting-pppoe.c
network-manager-1.27.91/Makefile.in-12597-
network-manager-1.27.91/Makefile.in-12598-libnm-core/libnm_core_la-nm-setting-proxy.lo: libnm-core/nm-setting-proxy.c
network-manager-1.27.91/Makefile.in:12599:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-proxy.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-proxy.Tpo -c -o libnm-core/libnm_core_la-nm-setting-proxy.lo `test -f 'libnm-core/nm-setting-proxy.c' || echo '$(srcdir)/'`libnm-core/nm-setting-proxy.c
network-manager-1.27.91/Makefile.in-12600-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-proxy.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-proxy.Plo
##############################################
network-manager-1.27.91/Makefile.in-12602-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12603:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-proxy.lo `test -f 'libnm-core/nm-setting-proxy.c' || echo '$(srcdir)/'`libnm-core/nm-setting-proxy.c
network-manager-1.27.91/Makefile.in-12604-
network-manager-1.27.91/Makefile.in-12605-libnm-core/libnm_core_la-nm-setting-serial.lo: libnm-core/nm-setting-serial.c
network-manager-1.27.91/Makefile.in:12606:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-serial.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-serial.Tpo -c -o libnm-core/libnm_core_la-nm-setting-serial.lo `test -f 'libnm-core/nm-setting-serial.c' || echo '$(srcdir)/'`libnm-core/nm-setting-serial.c
network-manager-1.27.91/Makefile.in-12607-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-serial.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-serial.Plo
##############################################
network-manager-1.27.91/Makefile.in-12609-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12610:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-serial.lo `test -f 'libnm-core/nm-setting-serial.c' || echo '$(srcdir)/'`libnm-core/nm-setting-serial.c
network-manager-1.27.91/Makefile.in-12611-
network-manager-1.27.91/Makefile.in-12612-libnm-core/libnm_core_la-nm-setting-sriov.lo: libnm-core/nm-setting-sriov.c
network-manager-1.27.91/Makefile.in:12613:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-sriov.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-sriov.Tpo -c -o libnm-core/libnm_core_la-nm-setting-sriov.lo `test -f 'libnm-core/nm-setting-sriov.c' || echo '$(srcdir)/'`libnm-core/nm-setting-sriov.c
network-manager-1.27.91/Makefile.in-12614-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-sriov.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-sriov.Plo
##############################################
network-manager-1.27.91/Makefile.in-12616-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12617:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-sriov.lo `test -f 'libnm-core/nm-setting-sriov.c' || echo '$(srcdir)/'`libnm-core/nm-setting-sriov.c
network-manager-1.27.91/Makefile.in-12618-
network-manager-1.27.91/Makefile.in-12619-libnm-core/libnm_core_la-nm-setting-tc-config.lo: libnm-core/nm-setting-tc-config.c
network-manager-1.27.91/Makefile.in:12620:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-tc-config.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-tc-config.Tpo -c -o libnm-core/libnm_core_la-nm-setting-tc-config.lo `test -f 'libnm-core/nm-setting-tc-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-tc-config.c
network-manager-1.27.91/Makefile.in-12621-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-tc-config.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-tc-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-12623-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12624:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-tc-config.lo `test -f 'libnm-core/nm-setting-tc-config.c' || echo '$(srcdir)/'`libnm-core/nm-setting-tc-config.c
network-manager-1.27.91/Makefile.in-12625-
network-manager-1.27.91/Makefile.in-12626-libnm-core/libnm_core_la-nm-setting-team-port.lo: libnm-core/nm-setting-team-port.c
network-manager-1.27.91/Makefile.in:12627:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-team-port.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-team-port.Tpo -c -o libnm-core/libnm_core_la-nm-setting-team-port.lo `test -f 'libnm-core/nm-setting-team-port.c' || echo '$(srcdir)/'`libnm-core/nm-setting-team-port.c
network-manager-1.27.91/Makefile.in-12628-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-team-port.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-team-port.Plo
##############################################
network-manager-1.27.91/Makefile.in-12630-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12631:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-team-port.lo `test -f 'libnm-core/nm-setting-team-port.c' || echo '$(srcdir)/'`libnm-core/nm-setting-team-port.c
network-manager-1.27.91/Makefile.in-12632-
network-manager-1.27.91/Makefile.in-12633-libnm-core/libnm_core_la-nm-setting-team.lo: libnm-core/nm-setting-team.c
network-manager-1.27.91/Makefile.in:12634:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-team.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-team.Tpo -c -o libnm-core/libnm_core_la-nm-setting-team.lo `test -f 'libnm-core/nm-setting-team.c' || echo '$(srcdir)/'`libnm-core/nm-setting-team.c
network-manager-1.27.91/Makefile.in-12635-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-team.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-team.Plo
##############################################
network-manager-1.27.91/Makefile.in-12637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12638:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-team.lo `test -f 'libnm-core/nm-setting-team.c' || echo '$(srcdir)/'`libnm-core/nm-setting-team.c
network-manager-1.27.91/Makefile.in-12639-
network-manager-1.27.91/Makefile.in-12640-libnm-core/libnm_core_la-nm-setting-tun.lo: libnm-core/nm-setting-tun.c
network-manager-1.27.91/Makefile.in:12641:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-tun.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-tun.Tpo -c -o libnm-core/libnm_core_la-nm-setting-tun.lo `test -f 'libnm-core/nm-setting-tun.c' || echo '$(srcdir)/'`libnm-core/nm-setting-tun.c
network-manager-1.27.91/Makefile.in-12642-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-tun.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-tun.Plo
##############################################
network-manager-1.27.91/Makefile.in-12644-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12645:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-tun.lo `test -f 'libnm-core/nm-setting-tun.c' || echo '$(srcdir)/'`libnm-core/nm-setting-tun.c
network-manager-1.27.91/Makefile.in-12646-
network-manager-1.27.91/Makefile.in-12647-libnm-core/libnm_core_la-nm-setting-user.lo: libnm-core/nm-setting-user.c
network-manager-1.27.91/Makefile.in:12648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-user.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-user.Tpo -c -o libnm-core/libnm_core_la-nm-setting-user.lo `test -f 'libnm-core/nm-setting-user.c' || echo '$(srcdir)/'`libnm-core/nm-setting-user.c
network-manager-1.27.91/Makefile.in-12649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-user.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-user.Plo
##############################################
network-manager-1.27.91/Makefile.in-12651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-user.lo `test -f 'libnm-core/nm-setting-user.c' || echo '$(srcdir)/'`libnm-core/nm-setting-user.c
network-manager-1.27.91/Makefile.in-12653-
network-manager-1.27.91/Makefile.in-12654-libnm-core/libnm_core_la-nm-setting-vlan.lo: libnm-core/nm-setting-vlan.c
network-manager-1.27.91/Makefile.in:12655:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-vlan.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vlan.Tpo -c -o libnm-core/libnm_core_la-nm-setting-vlan.lo `test -f 'libnm-core/nm-setting-vlan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vlan.c
network-manager-1.27.91/Makefile.in-12656-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vlan.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12659:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-vlan.lo `test -f 'libnm-core/nm-setting-vlan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vlan.c
network-manager-1.27.91/Makefile.in-12660-
network-manager-1.27.91/Makefile.in-12661-libnm-core/libnm_core_la-nm-setting-vpn.lo: libnm-core/nm-setting-vpn.c
network-manager-1.27.91/Makefile.in:12662:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-vpn.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vpn.Tpo -c -o libnm-core/libnm_core_la-nm-setting-vpn.lo `test -f 'libnm-core/nm-setting-vpn.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vpn.c
network-manager-1.27.91/Makefile.in-12663-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vpn.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vpn.Plo
##############################################
network-manager-1.27.91/Makefile.in-12665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12666:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-vpn.lo `test -f 'libnm-core/nm-setting-vpn.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vpn.c
network-manager-1.27.91/Makefile.in-12667-
network-manager-1.27.91/Makefile.in-12668-libnm-core/libnm_core_la-nm-setting-vrf.lo: libnm-core/nm-setting-vrf.c
network-manager-1.27.91/Makefile.in:12669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-vrf.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vrf.Tpo -c -o libnm-core/libnm_core_la-nm-setting-vrf.lo `test -f 'libnm-core/nm-setting-vrf.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vrf.c
network-manager-1.27.91/Makefile.in-12670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vrf.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vrf.Plo
##############################################
network-manager-1.27.91/Makefile.in-12672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-vrf.lo `test -f 'libnm-core/nm-setting-vrf.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vrf.c
network-manager-1.27.91/Makefile.in-12674-
network-manager-1.27.91/Makefile.in-12675-libnm-core/libnm_core_la-nm-setting-vxlan.lo: libnm-core/nm-setting-vxlan.c
network-manager-1.27.91/Makefile.in:12676:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-vxlan.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vxlan.Tpo -c -o libnm-core/libnm_core_la-nm-setting-vxlan.lo `test -f 'libnm-core/nm-setting-vxlan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vxlan.c
network-manager-1.27.91/Makefile.in-12677-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vxlan.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-vxlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12680:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-vxlan.lo `test -f 'libnm-core/nm-setting-vxlan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-vxlan.c
network-manager-1.27.91/Makefile.in-12681-
network-manager-1.27.91/Makefile.in-12682-libnm-core/libnm_core_la-nm-setting-wifi-p2p.lo: libnm-core/nm-setting-wifi-p2p.c
network-manager-1.27.91/Makefile.in:12683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wifi-p2p.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wifi-p2p.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wifi-p2p.lo `test -f 'libnm-core/nm-setting-wifi-p2p.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wifi-p2p.c
network-manager-1.27.91/Makefile.in-12684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wifi-p2p.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wifi-p2p.Plo
##############################################
network-manager-1.27.91/Makefile.in-12686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wifi-p2p.lo `test -f 'libnm-core/nm-setting-wifi-p2p.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wifi-p2p.c
network-manager-1.27.91/Makefile.in-12688-
network-manager-1.27.91/Makefile.in-12689-libnm-core/libnm_core_la-nm-setting-wimax.lo: libnm-core/nm-setting-wimax.c
network-manager-1.27.91/Makefile.in:12690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wimax.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wimax.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wimax.lo `test -f 'libnm-core/nm-setting-wimax.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wimax.c
network-manager-1.27.91/Makefile.in-12691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wimax.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wimax.Plo
##############################################
network-manager-1.27.91/Makefile.in-12693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wimax.lo `test -f 'libnm-core/nm-setting-wimax.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wimax.c
network-manager-1.27.91/Makefile.in-12695-
network-manager-1.27.91/Makefile.in-12696-libnm-core/libnm_core_la-nm-setting-wired.lo: libnm-core/nm-setting-wired.c
network-manager-1.27.91/Makefile.in:12697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wired.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wired.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wired.lo `test -f 'libnm-core/nm-setting-wired.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wired.c
network-manager-1.27.91/Makefile.in-12698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wired.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wired.Plo
##############################################
network-manager-1.27.91/Makefile.in-12700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wired.lo `test -f 'libnm-core/nm-setting-wired.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wired.c
network-manager-1.27.91/Makefile.in-12702-
network-manager-1.27.91/Makefile.in-12703-libnm-core/libnm_core_la-nm-setting-wireguard.lo: libnm-core/nm-setting-wireguard.c
network-manager-1.27.91/Makefile.in:12704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wireguard.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireguard.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wireguard.lo `test -f 'libnm-core/nm-setting-wireguard.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wireguard.c
network-manager-1.27.91/Makefile.in-12705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireguard.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireguard.Plo
##############################################
network-manager-1.27.91/Makefile.in-12707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wireguard.lo `test -f 'libnm-core/nm-setting-wireguard.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wireguard.c
network-manager-1.27.91/Makefile.in-12709-
network-manager-1.27.91/Makefile.in-12710-libnm-core/libnm_core_la-nm-setting-wireless-security.lo: libnm-core/nm-setting-wireless-security.c
network-manager-1.27.91/Makefile.in:12711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wireless-security.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireless-security.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wireless-security.lo `test -f 'libnm-core/nm-setting-wireless-security.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wireless-security.c
network-manager-1.27.91/Makefile.in-12712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireless-security.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireless-security.Plo
##############################################
network-manager-1.27.91/Makefile.in-12714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wireless-security.lo `test -f 'libnm-core/nm-setting-wireless-security.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wireless-security.c
network-manager-1.27.91/Makefile.in-12716-
network-manager-1.27.91/Makefile.in-12717-libnm-core/libnm_core_la-nm-setting-wireless.lo: libnm-core/nm-setting-wireless.c
network-manager-1.27.91/Makefile.in:12718:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wireless.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireless.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wireless.lo `test -f 'libnm-core/nm-setting-wireless.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wireless.c
network-manager-1.27.91/Makefile.in-12719-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireless.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wireless.Plo
##############################################
network-manager-1.27.91/Makefile.in-12721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12722:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wireless.lo `test -f 'libnm-core/nm-setting-wireless.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wireless.c
network-manager-1.27.91/Makefile.in-12723-
network-manager-1.27.91/Makefile.in-12724-libnm-core/libnm_core_la-nm-setting-wpan.lo: libnm-core/nm-setting-wpan.c
network-manager-1.27.91/Makefile.in:12725:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting-wpan.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wpan.Tpo -c -o libnm-core/libnm_core_la-nm-setting-wpan.lo `test -f 'libnm-core/nm-setting-wpan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wpan.c
network-manager-1.27.91/Makefile.in-12726-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wpan.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting-wpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting-wpan.lo `test -f 'libnm-core/nm-setting-wpan.c' || echo '$(srcdir)/'`libnm-core/nm-setting-wpan.c
network-manager-1.27.91/Makefile.in-12730-
network-manager-1.27.91/Makefile.in-12731-shared/libnm_core_libnm_core_la-nm-meta-setting.lo: shared/nm-meta-setting.c
network-manager-1.27.91/Makefile.in:12732:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_core_libnm_core_la-nm-meta-setting.lo -MD -MP -MF shared/$(DEPDIR)/libnm_core_libnm_core_la-nm-meta-setting.Tpo -c -o shared/libnm_core_libnm_core_la-nm-meta-setting.lo `test -f 'shared/nm-meta-setting.c' || echo '$(srcdir)/'`shared/nm-meta-setting.c
network-manager-1.27.91/Makefile.in-12733-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_core_libnm_core_la-nm-meta-setting.Tpo shared/$(DEPDIR)/libnm_core_libnm_core_la-nm-meta-setting.Plo
##############################################
network-manager-1.27.91/Makefile.in-12735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12736:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_core_libnm_core_la-nm-meta-setting.lo `test -f 'shared/nm-meta-setting.c' || echo '$(srcdir)/'`shared/nm-meta-setting.c
network-manager-1.27.91/Makefile.in-12737-
network-manager-1.27.91/Makefile.in-12738-libnm-core/libnm_core_la-nm-connection.lo: libnm-core/nm-connection.c
network-manager-1.27.91/Makefile.in:12739:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-connection.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-connection.Tpo -c -o libnm-core/libnm_core_la-nm-connection.lo `test -f 'libnm-core/nm-connection.c' || echo '$(srcdir)/'`libnm-core/nm-connection.c
network-manager-1.27.91/Makefile.in-12740-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-connection.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-12742-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12743:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-connection.lo `test -f 'libnm-core/nm-connection.c' || echo '$(srcdir)/'`libnm-core/nm-connection.c
network-manager-1.27.91/Makefile.in-12744-
network-manager-1.27.91/Makefile.in-12745-libnm-core/libnm_core_la-nm-crypto.lo: libnm-core/nm-crypto.c
network-manager-1.27.91/Makefile.in:12746:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-crypto.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-crypto.Tpo -c -o libnm-core/libnm_core_la-nm-crypto.lo `test -f 'libnm-core/nm-crypto.c' || echo '$(srcdir)/'`libnm-core/nm-crypto.c
network-manager-1.27.91/Makefile.in-12747-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-crypto.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-crypto.Plo
##############################################
network-manager-1.27.91/Makefile.in-12749-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12750:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-crypto.lo `test -f 'libnm-core/nm-crypto.c' || echo '$(srcdir)/'`libnm-core/nm-crypto.c
network-manager-1.27.91/Makefile.in-12751-
network-manager-1.27.91/Makefile.in-12752-libnm-core/libnm_core_la-nm-dbus-utils.lo: libnm-core/nm-dbus-utils.c
network-manager-1.27.91/Makefile.in:12753:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-dbus-utils.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-dbus-utils.Tpo -c -o libnm-core/libnm_core_la-nm-dbus-utils.lo `test -f 'libnm-core/nm-dbus-utils.c' || echo '$(srcdir)/'`libnm-core/nm-dbus-utils.c
network-manager-1.27.91/Makefile.in-12754-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-dbus-utils.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-dbus-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12757:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-dbus-utils.lo `test -f 'libnm-core/nm-dbus-utils.c' || echo '$(srcdir)/'`libnm-core/nm-dbus-utils.c
network-manager-1.27.91/Makefile.in-12758-
network-manager-1.27.91/Makefile.in-12759-libnm-core/libnm_core_la-nm-errors.lo: libnm-core/nm-errors.c
network-manager-1.27.91/Makefile.in:12760:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-errors.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-errors.Tpo -c -o libnm-core/libnm_core_la-nm-errors.lo `test -f 'libnm-core/nm-errors.c' || echo '$(srcdir)/'`libnm-core/nm-errors.c
network-manager-1.27.91/Makefile.in-12761-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-errors.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-errors.Plo
##############################################
network-manager-1.27.91/Makefile.in-12763-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12764:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-errors.lo `test -f 'libnm-core/nm-errors.c' || echo '$(srcdir)/'`libnm-core/nm-errors.c
network-manager-1.27.91/Makefile.in-12765-
network-manager-1.27.91/Makefile.in-12766-libnm-core/libnm_core_la-nm-property-compare.lo: libnm-core/nm-property-compare.c
network-manager-1.27.91/Makefile.in:12767:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-property-compare.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-property-compare.Tpo -c -o libnm-core/libnm_core_la-nm-property-compare.lo `test -f 'libnm-core/nm-property-compare.c' || echo '$(srcdir)/'`libnm-core/nm-property-compare.c
network-manager-1.27.91/Makefile.in-12768-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-property-compare.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-property-compare.Plo
##############################################
network-manager-1.27.91/Makefile.in-12770-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12771:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-property-compare.lo `test -f 'libnm-core/nm-property-compare.c' || echo '$(srcdir)/'`libnm-core/nm-property-compare.c
network-manager-1.27.91/Makefile.in-12772-
network-manager-1.27.91/Makefile.in-12773-libnm-core/libnm_core_la-nm-setting.lo: libnm-core/nm-setting.c
network-manager-1.27.91/Makefile.in:12774:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-setting.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-setting.Tpo -c -o libnm-core/libnm_core_la-nm-setting.lo `test -f 'libnm-core/nm-setting.c' || echo '$(srcdir)/'`libnm-core/nm-setting.c
network-manager-1.27.91/Makefile.in-12775-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-setting.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-setting.Plo
##############################################
network-manager-1.27.91/Makefile.in-12777-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12778:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-setting.lo `test -f 'libnm-core/nm-setting.c' || echo '$(srcdir)/'`libnm-core/nm-setting.c
network-manager-1.27.91/Makefile.in-12779-
network-manager-1.27.91/Makefile.in-12780-libnm-core/libnm_core_la-nm-simple-connection.lo: libnm-core/nm-simple-connection.c
network-manager-1.27.91/Makefile.in:12781:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-simple-connection.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-simple-connection.Tpo -c -o libnm-core/libnm_core_la-nm-simple-connection.lo `test -f 'libnm-core/nm-simple-connection.c' || echo '$(srcdir)/'`libnm-core/nm-simple-connection.c
network-manager-1.27.91/Makefile.in-12782-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-simple-connection.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-simple-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-12784-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12785:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-simple-connection.lo `test -f 'libnm-core/nm-simple-connection.c' || echo '$(srcdir)/'`libnm-core/nm-simple-connection.c
network-manager-1.27.91/Makefile.in-12786-
network-manager-1.27.91/Makefile.in-12787-libnm-core/libnm_core_la-nm-team-utils.lo: libnm-core/nm-team-utils.c
network-manager-1.27.91/Makefile.in:12788:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-team-utils.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-team-utils.Tpo -c -o libnm-core/libnm_core_la-nm-team-utils.lo `test -f 'libnm-core/nm-team-utils.c' || echo '$(srcdir)/'`libnm-core/nm-team-utils.c
network-manager-1.27.91/Makefile.in-12789-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-team-utils.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-team-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12791-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12792:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-team-utils.lo `test -f 'libnm-core/nm-team-utils.c' || echo '$(srcdir)/'`libnm-core/nm-team-utils.c
network-manager-1.27.91/Makefile.in-12793-
network-manager-1.27.91/Makefile.in-12794-libnm-core/libnm_core_la-nm-utils.lo: libnm-core/nm-utils.c
network-manager-1.27.91/Makefile.in:12795:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-utils.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-utils.Tpo -c -o libnm-core/libnm_core_la-nm-utils.lo `test -f 'libnm-core/nm-utils.c' || echo '$(srcdir)/'`libnm-core/nm-utils.c
network-manager-1.27.91/Makefile.in-12796-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-utils.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12798-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12799:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-utils.lo `test -f 'libnm-core/nm-utils.c' || echo '$(srcdir)/'`libnm-core/nm-utils.c
network-manager-1.27.91/Makefile.in-12800-
network-manager-1.27.91/Makefile.in-12801-libnm-core/libnm_core_la-nm-vpn-editor-plugin.lo: libnm-core/nm-vpn-editor-plugin.c
network-manager-1.27.91/Makefile.in:12802:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-vpn-editor-plugin.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-vpn-editor-plugin.Tpo -c -o libnm-core/libnm_core_la-nm-vpn-editor-plugin.lo `test -f 'libnm-core/nm-vpn-editor-plugin.c' || echo '$(srcdir)/'`libnm-core/nm-vpn-editor-plugin.c
network-manager-1.27.91/Makefile.in-12803-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-vpn-editor-plugin.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-vpn-editor-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-12805-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12806:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-vpn-editor-plugin.lo `test -f 'libnm-core/nm-vpn-editor-plugin.c' || echo '$(srcdir)/'`libnm-core/nm-vpn-editor-plugin.c
network-manager-1.27.91/Makefile.in-12807-
network-manager-1.27.91/Makefile.in-12808-libnm-core/libnm_core_la-nm-vpn-plugin-info.lo: libnm-core/nm-vpn-plugin-info.c
network-manager-1.27.91/Makefile.in:12809:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-vpn-plugin-info.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-vpn-plugin-info.Tpo -c -o libnm-core/libnm_core_la-nm-vpn-plugin-info.lo `test -f 'libnm-core/nm-vpn-plugin-info.c' || echo '$(srcdir)/'`libnm-core/nm-vpn-plugin-info.c
network-manager-1.27.91/Makefile.in-12810-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-vpn-plugin-info.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-vpn-plugin-info.Plo
##############################################
network-manager-1.27.91/Makefile.in-12812-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12813:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-vpn-plugin-info.lo `test -f 'libnm-core/nm-vpn-plugin-info.c' || echo '$(srcdir)/'`libnm-core/nm-vpn-plugin-info.c
network-manager-1.27.91/Makefile.in-12814-
network-manager-1.27.91/Makefile.in-12815-libnm-core/libnm_core_la-nm-core-enum-types.lo: libnm-core/nm-core-enum-types.c
network-manager-1.27.91/Makefile.in:12816:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_core_la-nm-core-enum-types.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_core_la-nm-core-enum-types.Tpo -c -o libnm-core/libnm_core_la-nm-core-enum-types.lo `test -f 'libnm-core/nm-core-enum-types.c' || echo '$(srcdir)/'`libnm-core/nm-core-enum-types.c
network-manager-1.27.91/Makefile.in-12817-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_core_la-nm-core-enum-types.Tpo libnm-core/$(DEPDIR)/libnm_core_la-nm-core-enum-types.Plo
##############################################
network-manager-1.27.91/Makefile.in-12819-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12820:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_core_la-nm-core-enum-types.lo `test -f 'libnm-core/nm-core-enum-types.c' || echo '$(srcdir)/'`libnm-core/nm-core-enum-types.c
network-manager-1.27.91/Makefile.in-12821-
network-manager-1.27.91/Makefile.in-12822-libnm-core/libnm_crypto_gnutls_la-nm-crypto-gnutls.lo: libnm-core/nm-crypto-gnutls.c
network-manager-1.27.91/Makefile.in:12823:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_crypto_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_crypto_gnutls_la-nm-crypto-gnutls.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_crypto_gnutls_la-nm-crypto-gnutls.Tpo -c -o libnm-core/libnm_crypto_gnutls_la-nm-crypto-gnutls.lo `test -f 'libnm-core/nm-crypto-gnutls.c' || echo '$(srcdir)/'`libnm-core/nm-crypto-gnutls.c
network-manager-1.27.91/Makefile.in-12824-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_crypto_gnutls_la-nm-crypto-gnutls.Tpo libnm-core/$(DEPDIR)/libnm_crypto_gnutls_la-nm-crypto-gnutls.Plo
##############################################
network-manager-1.27.91/Makefile.in-12826-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12827:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_crypto_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_crypto_gnutls_la-nm-crypto-gnutls.lo `test -f 'libnm-core/nm-crypto-gnutls.c' || echo '$(srcdir)/'`libnm-core/nm-crypto-gnutls.c
network-manager-1.27.91/Makefile.in-12828-
network-manager-1.27.91/Makefile.in-12829-libnm-core/libnm_crypto_nss_la-nm-crypto-nss.lo: libnm-core/nm-crypto-nss.c
network-manager-1.27.91/Makefile.in:12830:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_crypto_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/libnm_crypto_nss_la-nm-crypto-nss.lo -MD -MP -MF libnm-core/$(DEPDIR)/libnm_crypto_nss_la-nm-crypto-nss.Tpo -c -o libnm-core/libnm_crypto_nss_la-nm-crypto-nss.lo `test -f 'libnm-core/nm-crypto-nss.c' || echo '$(srcdir)/'`libnm-core/nm-crypto-nss.c
network-manager-1.27.91/Makefile.in-12831-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/$(DEPDIR)/libnm_crypto_nss_la-nm-crypto-nss.Tpo libnm-core/$(DEPDIR)/libnm_crypto_nss_la-nm-crypto-nss.Plo
##############################################
network-manager-1.27.91/Makefile.in-12833-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12834:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_libnm_crypto_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/libnm_crypto_nss_la-nm-crypto-nss.lo `test -f 'libnm-core/nm-crypto-nss.c' || echo '$(srcdir)/'`libnm-core/nm-crypto-nss.c
network-manager-1.27.91/Makefile.in-12835-
network-manager-1.27.91/Makefile.in-12836-libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile-utils.lo: libnm-core/nm-keyfile/nm-keyfile-utils.c
network-manager-1.27.91/Makefile.in:12837:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_keyfile_libnm_keyfile_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile-utils.lo -MD -MP -MF libnm-core/nm-keyfile/$(DEPDIR)/libnm_keyfile_la-nm-keyfile-utils.Tpo -c -o libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile-utils.lo `test -f 'libnm-core/nm-keyfile/nm-keyfile-utils.c' || echo '$(srcdir)/'`libnm-core/nm-keyfile/nm-keyfile-utils.c
network-manager-1.27.91/Makefile.in-12838-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/nm-keyfile/$(DEPDIR)/libnm_keyfile_la-nm-keyfile-utils.Tpo libnm-core/nm-keyfile/$(DEPDIR)/libnm_keyfile_la-nm-keyfile-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12840-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12841:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_keyfile_libnm_keyfile_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile-utils.lo `test -f 'libnm-core/nm-keyfile/nm-keyfile-utils.c' || echo '$(srcdir)/'`libnm-core/nm-keyfile/nm-keyfile-utils.c
network-manager-1.27.91/Makefile.in-12842-
network-manager-1.27.91/Makefile.in-12843-libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile.lo: libnm-core/nm-keyfile/nm-keyfile.c
network-manager-1.27.91/Makefile.in:12844:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_keyfile_libnm_keyfile_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile.lo -MD -MP -MF libnm-core/nm-keyfile/$(DEPDIR)/libnm_keyfile_la-nm-keyfile.Tpo -c -o libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile.lo `test -f 'libnm-core/nm-keyfile/nm-keyfile.c' || echo '$(srcdir)/'`libnm-core/nm-keyfile/nm-keyfile.c
network-manager-1.27.91/Makefile.in-12845-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/nm-keyfile/$(DEPDIR)/libnm_keyfile_la-nm-keyfile.Tpo libnm-core/nm-keyfile/$(DEPDIR)/libnm_keyfile_la-nm-keyfile.Plo
##############################################
network-manager-1.27.91/Makefile.in-12847-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12848:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_keyfile_libnm_keyfile_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/nm-keyfile/libnm_keyfile_la-nm-keyfile.lo `test -f 'libnm-core/nm-keyfile/nm-keyfile.c' || echo '$(srcdir)/'`libnm-core/nm-keyfile/nm-keyfile.c
network-manager-1.27.91/Makefile.in-12849-
network-manager-1.27.91/Makefile.in-12850-libnm-core/nm-libnm-core-aux/libnm_libnm_core_aux_la-nm-libnm-core-aux.lo: libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.c
network-manager-1.27.91/Makefile.in:12851:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_aux_libnm_libnm_core_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/nm-libnm-core-aux/libnm_libnm_core_aux_la-nm-libnm-core-aux.lo -MD -MP -MF libnm-core/nm-libnm-core-aux/$(DEPDIR)/libnm_libnm_core_aux_la-nm-libnm-core-aux.Tpo -c -o libnm-core/nm-libnm-core-aux/libnm_libnm_core_aux_la-nm-libnm-core-aux.lo `test -f 'libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.c
network-manager-1.27.91/Makefile.in-12852-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/nm-libnm-core-aux/$(DEPDIR)/libnm_libnm_core_aux_la-nm-libnm-core-aux.Tpo libnm-core/nm-libnm-core-aux/$(DEPDIR)/libnm_libnm_core_aux_la-nm-libnm-core-aux.Plo
##############################################
network-manager-1.27.91/Makefile.in-12854-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12855:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_aux_libnm_libnm_core_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/nm-libnm-core-aux/libnm_libnm_core_aux_la-nm-libnm-core-aux.lo `test -f 'libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.c
network-manager-1.27.91/Makefile.in-12856-
network-manager-1.27.91/Makefile.in-12857-libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-auth-subject.lo: libnm-core/nm-libnm-core-intern/nm-auth-subject.c
network-manager-1.27.91/Makefile.in:12858:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_intern_libnm_libnm_core_intern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-auth-subject.lo -MD -MP -MF libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-auth-subject.Tpo -c -o libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-auth-subject.lo `test -f 'libnm-core/nm-libnm-core-intern/nm-auth-subject.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-intern/nm-auth-subject.c
network-manager-1.27.91/Makefile.in-12859-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-auth-subject.Tpo libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-auth-subject.Plo
##############################################
network-manager-1.27.91/Makefile.in-12861-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12862:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_intern_libnm_libnm_core_intern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-auth-subject.lo `test -f 'libnm-core/nm-libnm-core-intern/nm-auth-subject.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-intern/nm-auth-subject.c
network-manager-1.27.91/Makefile.in-12863-
network-manager-1.27.91/Makefile.in-12864-libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-ethtool-utils.lo: libnm-core/nm-libnm-core-intern/nm-ethtool-utils.c
network-manager-1.27.91/Makefile.in:12865:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_intern_libnm_libnm_core_intern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-ethtool-utils.lo -MD -MP -MF libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-ethtool-utils.Tpo -c -o libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-ethtool-utils.lo `test -f 'libnm-core/nm-libnm-core-intern/nm-ethtool-utils.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-intern/nm-ethtool-utils.c
network-manager-1.27.91/Makefile.in-12866-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-ethtool-utils.Tpo libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-ethtool-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12868-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12869:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_intern_libnm_libnm_core_intern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-ethtool-utils.lo `test -f 'libnm-core/nm-libnm-core-intern/nm-ethtool-utils.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-intern/nm-ethtool-utils.c
network-manager-1.27.91/Makefile.in-12870-
network-manager-1.27.91/Makefile.in-12871-libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-libnm-core-utils.lo: libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c
network-manager-1.27.91/Makefile.in:12872:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_intern_libnm_libnm_core_intern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-libnm-core-utils.lo -MD -MP -MF libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-libnm-core-utils.Tpo -c -o libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-libnm-core-utils.lo `test -f 'libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c
network-manager-1.27.91/Makefile.in-12873-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-libnm-core-utils.Tpo libnm-core/nm-libnm-core-intern/$(DEPDIR)/libnm_libnm_core_intern_la-nm-libnm-core-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-12875-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12876:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_nm_libnm_core_intern_libnm_libnm_core_intern_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/nm-libnm-core-intern/libnm_libnm_core_intern_la-nm-libnm-core-utils.lo `test -f 'libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c' || echo '$(srcdir)/'`libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c
network-manager-1.27.91/Makefile.in-12877-
network-manager-1.27.91/Makefile.in-12878-libnm/liblibnm_la-nm-client.lo: libnm/nm-client.c
network-manager-1.27.91/Makefile.in:12879:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-client.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-client.Tpo -c -o libnm/liblibnm_la-nm-client.lo `test -f 'libnm/nm-client.c' || echo '$(srcdir)/'`libnm/nm-client.c
network-manager-1.27.91/Makefile.in-12880-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-client.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-client.Plo
##############################################
network-manager-1.27.91/Makefile.in-12882-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12883:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-client.lo `test -f 'libnm/nm-client.c' || echo '$(srcdir)/'`libnm/nm-client.c
network-manager-1.27.91/Makefile.in-12884-
network-manager-1.27.91/Makefile.in-12885-libnm/liblibnm_la-nm-object.lo: libnm/nm-object.c
network-manager-1.27.91/Makefile.in:12886:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-object.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-object.Tpo -c -o libnm/liblibnm_la-nm-object.lo `test -f 'libnm/nm-object.c' || echo '$(srcdir)/'`libnm/nm-object.c
network-manager-1.27.91/Makefile.in-12887-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-object.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-object.Plo
##############################################
network-manager-1.27.91/Makefile.in-12889-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12890:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-object.lo `test -f 'libnm/nm-object.c' || echo '$(srcdir)/'`libnm/nm-object.c
network-manager-1.27.91/Makefile.in-12891-
network-manager-1.27.91/Makefile.in-12892-libnm/liblibnm_la-nm-device.lo: libnm/nm-device.c
network-manager-1.27.91/Makefile.in:12893:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device.Tpo -c -o libnm/liblibnm_la-nm-device.lo `test -f 'libnm/nm-device.c' || echo '$(srcdir)/'`libnm/nm-device.c
network-manager-1.27.91/Makefile.in-12894-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device.Plo
##############################################
network-manager-1.27.91/Makefile.in-12896-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12897:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device.lo `test -f 'libnm/nm-device.c' || echo '$(srcdir)/'`libnm/nm-device.c
network-manager-1.27.91/Makefile.in-12898-
network-manager-1.27.91/Makefile.in-12899-libnm/liblibnm_la-nm-active-connection.lo: libnm/nm-active-connection.c
network-manager-1.27.91/Makefile.in:12900:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-active-connection.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-active-connection.Tpo -c -o libnm/liblibnm_la-nm-active-connection.lo `test -f 'libnm/nm-active-connection.c' || echo '$(srcdir)/'`libnm/nm-active-connection.c
network-manager-1.27.91/Makefile.in-12901-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-active-connection.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-active-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-12903-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12904:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-active-connection.lo `test -f 'libnm/nm-active-connection.c' || echo '$(srcdir)/'`libnm/nm-active-connection.c
network-manager-1.27.91/Makefile.in-12905-
network-manager-1.27.91/Makefile.in-12906-libnm/liblibnm_la-nm-access-point.lo: libnm/nm-access-point.c
network-manager-1.27.91/Makefile.in:12907:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-access-point.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-access-point.Tpo -c -o libnm/liblibnm_la-nm-access-point.lo `test -f 'libnm/nm-access-point.c' || echo '$(srcdir)/'`libnm/nm-access-point.c
network-manager-1.27.91/Makefile.in-12908-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-access-point.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-access-point.Plo
##############################################
network-manager-1.27.91/Makefile.in-12910-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12911:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-access-point.lo `test -f 'libnm/nm-access-point.c' || echo '$(srcdir)/'`libnm/nm-access-point.c
network-manager-1.27.91/Makefile.in-12912-
network-manager-1.27.91/Makefile.in-12913-libnm/liblibnm_la-nm-checkpoint.lo: libnm/nm-checkpoint.c
network-manager-1.27.91/Makefile.in:12914:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-checkpoint.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-checkpoint.Tpo -c -o libnm/liblibnm_la-nm-checkpoint.lo `test -f 'libnm/nm-checkpoint.c' || echo '$(srcdir)/'`libnm/nm-checkpoint.c
network-manager-1.27.91/Makefile.in-12915-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-checkpoint.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-checkpoint.Plo
##############################################
network-manager-1.27.91/Makefile.in-12917-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12918:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-checkpoint.lo `test -f 'libnm/nm-checkpoint.c' || echo '$(srcdir)/'`libnm/nm-checkpoint.c
network-manager-1.27.91/Makefile.in-12919-
network-manager-1.27.91/Makefile.in-12920-libnm/liblibnm_la-nm-dbus-helpers.lo: libnm/nm-dbus-helpers.c
network-manager-1.27.91/Makefile.in:12921:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-dbus-helpers.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-dbus-helpers.Tpo -c -o libnm/liblibnm_la-nm-dbus-helpers.lo `test -f 'libnm/nm-dbus-helpers.c' || echo '$(srcdir)/'`libnm/nm-dbus-helpers.c
network-manager-1.27.91/Makefile.in-12922-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-dbus-helpers.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-dbus-helpers.Plo
##############################################
network-manager-1.27.91/Makefile.in-12924-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12925:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-dbus-helpers.lo `test -f 'libnm/nm-dbus-helpers.c' || echo '$(srcdir)/'`libnm/nm-dbus-helpers.c
network-manager-1.27.91/Makefile.in-12926-
network-manager-1.27.91/Makefile.in-12927-libnm/liblibnm_la-nm-device-6lowpan.lo: libnm/nm-device-6lowpan.c
network-manager-1.27.91/Makefile.in:12928:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-6lowpan.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-6lowpan.Tpo -c -o libnm/liblibnm_la-nm-device-6lowpan.lo `test -f 'libnm/nm-device-6lowpan.c' || echo '$(srcdir)/'`libnm/nm-device-6lowpan.c
network-manager-1.27.91/Makefile.in-12929-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-6lowpan.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-6lowpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-12931-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12932:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-6lowpan.lo `test -f 'libnm/nm-device-6lowpan.c' || echo '$(srcdir)/'`libnm/nm-device-6lowpan.c
network-manager-1.27.91/Makefile.in-12933-
network-manager-1.27.91/Makefile.in-12934-libnm/liblibnm_la-nm-device-adsl.lo: libnm/nm-device-adsl.c
network-manager-1.27.91/Makefile.in:12935:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-adsl.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-adsl.Tpo -c -o libnm/liblibnm_la-nm-device-adsl.lo `test -f 'libnm/nm-device-adsl.c' || echo '$(srcdir)/'`libnm/nm-device-adsl.c
network-manager-1.27.91/Makefile.in-12936-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-adsl.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-adsl.Plo
##############################################
network-manager-1.27.91/Makefile.in-12938-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12939:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-adsl.lo `test -f 'libnm/nm-device-adsl.c' || echo '$(srcdir)/'`libnm/nm-device-adsl.c
network-manager-1.27.91/Makefile.in-12940-
network-manager-1.27.91/Makefile.in-12941-libnm/liblibnm_la-nm-device-bond.lo: libnm/nm-device-bond.c
network-manager-1.27.91/Makefile.in:12942:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-bond.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-bond.Tpo -c -o libnm/liblibnm_la-nm-device-bond.lo `test -f 'libnm/nm-device-bond.c' || echo '$(srcdir)/'`libnm/nm-device-bond.c
network-manager-1.27.91/Makefile.in-12943-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-bond.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-bond.Plo
##############################################
network-manager-1.27.91/Makefile.in-12945-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12946:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-bond.lo `test -f 'libnm/nm-device-bond.c' || echo '$(srcdir)/'`libnm/nm-device-bond.c
network-manager-1.27.91/Makefile.in-12947-
network-manager-1.27.91/Makefile.in-12948-libnm/liblibnm_la-nm-device-bridge.lo: libnm/nm-device-bridge.c
network-manager-1.27.91/Makefile.in:12949:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-bridge.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-bridge.Tpo -c -o libnm/liblibnm_la-nm-device-bridge.lo `test -f 'libnm/nm-device-bridge.c' || echo '$(srcdir)/'`libnm/nm-device-bridge.c
network-manager-1.27.91/Makefile.in-12950-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-bridge.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-12952-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12953:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-bridge.lo `test -f 'libnm/nm-device-bridge.c' || echo '$(srcdir)/'`libnm/nm-device-bridge.c
network-manager-1.27.91/Makefile.in-12954-
network-manager-1.27.91/Makefile.in-12955-libnm/liblibnm_la-nm-device-bt.lo: libnm/nm-device-bt.c
network-manager-1.27.91/Makefile.in:12956:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-bt.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-bt.Tpo -c -o libnm/liblibnm_la-nm-device-bt.lo `test -f 'libnm/nm-device-bt.c' || echo '$(srcdir)/'`libnm/nm-device-bt.c
network-manager-1.27.91/Makefile.in-12957-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-bt.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-bt.Plo
##############################################
network-manager-1.27.91/Makefile.in-12959-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12960:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-bt.lo `test -f 'libnm/nm-device-bt.c' || echo '$(srcdir)/'`libnm/nm-device-bt.c
network-manager-1.27.91/Makefile.in-12961-
network-manager-1.27.91/Makefile.in-12962-libnm/liblibnm_la-nm-device-dummy.lo: libnm/nm-device-dummy.c
network-manager-1.27.91/Makefile.in:12963:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-dummy.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-dummy.Tpo -c -o libnm/liblibnm_la-nm-device-dummy.lo `test -f 'libnm/nm-device-dummy.c' || echo '$(srcdir)/'`libnm/nm-device-dummy.c
network-manager-1.27.91/Makefile.in-12964-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-dummy.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-dummy.Plo
##############################################
network-manager-1.27.91/Makefile.in-12966-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12967:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-dummy.lo `test -f 'libnm/nm-device-dummy.c' || echo '$(srcdir)/'`libnm/nm-device-dummy.c
network-manager-1.27.91/Makefile.in-12968-
network-manager-1.27.91/Makefile.in-12969-libnm/liblibnm_la-nm-device-ethernet.lo: libnm/nm-device-ethernet.c
network-manager-1.27.91/Makefile.in:12970:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-ethernet.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-ethernet.Tpo -c -o libnm/liblibnm_la-nm-device-ethernet.lo `test -f 'libnm/nm-device-ethernet.c' || echo '$(srcdir)/'`libnm/nm-device-ethernet.c
network-manager-1.27.91/Makefile.in-12971-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-ethernet.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-ethernet.Plo
##############################################
network-manager-1.27.91/Makefile.in-12973-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12974:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-ethernet.lo `test -f 'libnm/nm-device-ethernet.c' || echo '$(srcdir)/'`libnm/nm-device-ethernet.c
network-manager-1.27.91/Makefile.in-12975-
network-manager-1.27.91/Makefile.in-12976-libnm/liblibnm_la-nm-device-generic.lo: libnm/nm-device-generic.c
network-manager-1.27.91/Makefile.in:12977:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-generic.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-generic.Tpo -c -o libnm/liblibnm_la-nm-device-generic.lo `test -f 'libnm/nm-device-generic.c' || echo '$(srcdir)/'`libnm/nm-device-generic.c
network-manager-1.27.91/Makefile.in-12978-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-generic.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-generic.Plo
##############################################
network-manager-1.27.91/Makefile.in-12980-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12981:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-generic.lo `test -f 'libnm/nm-device-generic.c' || echo '$(srcdir)/'`libnm/nm-device-generic.c
network-manager-1.27.91/Makefile.in-12982-
network-manager-1.27.91/Makefile.in-12983-libnm/liblibnm_la-nm-device-infiniband.lo: libnm/nm-device-infiniband.c
network-manager-1.27.91/Makefile.in:12984:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-infiniband.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-infiniband.Tpo -c -o libnm/liblibnm_la-nm-device-infiniband.lo `test -f 'libnm/nm-device-infiniband.c' || echo '$(srcdir)/'`libnm/nm-device-infiniband.c
network-manager-1.27.91/Makefile.in-12985-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-infiniband.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-infiniband.Plo
##############################################
network-manager-1.27.91/Makefile.in-12987-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12988:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-infiniband.lo `test -f 'libnm/nm-device-infiniband.c' || echo '$(srcdir)/'`libnm/nm-device-infiniband.c
network-manager-1.27.91/Makefile.in-12989-
network-manager-1.27.91/Makefile.in-12990-libnm/liblibnm_la-nm-device-ip-tunnel.lo: libnm/nm-device-ip-tunnel.c
network-manager-1.27.91/Makefile.in:12991:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-ip-tunnel.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-ip-tunnel.Tpo -c -o libnm/liblibnm_la-nm-device-ip-tunnel.lo `test -f 'libnm/nm-device-ip-tunnel.c' || echo '$(srcdir)/'`libnm/nm-device-ip-tunnel.c
network-manager-1.27.91/Makefile.in-12992-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-ip-tunnel.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-ip-tunnel.Plo
##############################################
network-manager-1.27.91/Makefile.in-12994-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:12995:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-ip-tunnel.lo `test -f 'libnm/nm-device-ip-tunnel.c' || echo '$(srcdir)/'`libnm/nm-device-ip-tunnel.c
network-manager-1.27.91/Makefile.in-12996-
network-manager-1.27.91/Makefile.in-12997-libnm/liblibnm_la-nm-device-macsec.lo: libnm/nm-device-macsec.c
network-manager-1.27.91/Makefile.in:12998:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-macsec.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-macsec.Tpo -c -o libnm/liblibnm_la-nm-device-macsec.lo `test -f 'libnm/nm-device-macsec.c' || echo '$(srcdir)/'`libnm/nm-device-macsec.c
network-manager-1.27.91/Makefile.in-12999-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-macsec.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-macsec.Plo
##############################################
network-manager-1.27.91/Makefile.in-13001-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13002:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-macsec.lo `test -f 'libnm/nm-device-macsec.c' || echo '$(srcdir)/'`libnm/nm-device-macsec.c
network-manager-1.27.91/Makefile.in-13003-
network-manager-1.27.91/Makefile.in-13004-libnm/liblibnm_la-nm-device-macvlan.lo: libnm/nm-device-macvlan.c
network-manager-1.27.91/Makefile.in:13005:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-macvlan.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-macvlan.Tpo -c -o libnm/liblibnm_la-nm-device-macvlan.lo `test -f 'libnm/nm-device-macvlan.c' || echo '$(srcdir)/'`libnm/nm-device-macvlan.c
network-manager-1.27.91/Makefile.in-13006-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-macvlan.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-macvlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-13008-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13009:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-macvlan.lo `test -f 'libnm/nm-device-macvlan.c' || echo '$(srcdir)/'`libnm/nm-device-macvlan.c
network-manager-1.27.91/Makefile.in-13010-
network-manager-1.27.91/Makefile.in-13011-libnm/liblibnm_la-nm-device-modem.lo: libnm/nm-device-modem.c
network-manager-1.27.91/Makefile.in:13012:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-modem.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-modem.Tpo -c -o libnm/liblibnm_la-nm-device-modem.lo `test -f 'libnm/nm-device-modem.c' || echo '$(srcdir)/'`libnm/nm-device-modem.c
network-manager-1.27.91/Makefile.in-13013-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-modem.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-modem.Plo
##############################################
network-manager-1.27.91/Makefile.in-13015-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13016:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-modem.lo `test -f 'libnm/nm-device-modem.c' || echo '$(srcdir)/'`libnm/nm-device-modem.c
network-manager-1.27.91/Makefile.in-13017-
network-manager-1.27.91/Makefile.in-13018-libnm/liblibnm_la-nm-device-olpc-mesh.lo: libnm/nm-device-olpc-mesh.c
network-manager-1.27.91/Makefile.in:13019:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-olpc-mesh.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-olpc-mesh.Tpo -c -o libnm/liblibnm_la-nm-device-olpc-mesh.lo `test -f 'libnm/nm-device-olpc-mesh.c' || echo '$(srcdir)/'`libnm/nm-device-olpc-mesh.c
network-manager-1.27.91/Makefile.in-13020-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-olpc-mesh.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-olpc-mesh.Plo
##############################################
network-manager-1.27.91/Makefile.in-13022-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13023:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-olpc-mesh.lo `test -f 'libnm/nm-device-olpc-mesh.c' || echo '$(srcdir)/'`libnm/nm-device-olpc-mesh.c
network-manager-1.27.91/Makefile.in-13024-
network-manager-1.27.91/Makefile.in-13025-libnm/liblibnm_la-nm-device-ovs-bridge.lo: libnm/nm-device-ovs-bridge.c
network-manager-1.27.91/Makefile.in:13026:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-ovs-bridge.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-bridge.Tpo -c -o libnm/liblibnm_la-nm-device-ovs-bridge.lo `test -f 'libnm/nm-device-ovs-bridge.c' || echo '$(srcdir)/'`libnm/nm-device-ovs-bridge.c
network-manager-1.27.91/Makefile.in-13027-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-bridge.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-13029-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13030:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-ovs-bridge.lo `test -f 'libnm/nm-device-ovs-bridge.c' || echo '$(srcdir)/'`libnm/nm-device-ovs-bridge.c
network-manager-1.27.91/Makefile.in-13031-
network-manager-1.27.91/Makefile.in-13032-libnm/liblibnm_la-nm-device-ovs-interface.lo: libnm/nm-device-ovs-interface.c
network-manager-1.27.91/Makefile.in:13033:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-ovs-interface.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-interface.Tpo -c -o libnm/liblibnm_la-nm-device-ovs-interface.lo `test -f 'libnm/nm-device-ovs-interface.c' || echo '$(srcdir)/'`libnm/nm-device-ovs-interface.c
network-manager-1.27.91/Makefile.in-13034-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-interface.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-interface.Plo
##############################################
network-manager-1.27.91/Makefile.in-13036-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13037:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-ovs-interface.lo `test -f 'libnm/nm-device-ovs-interface.c' || echo '$(srcdir)/'`libnm/nm-device-ovs-interface.c
network-manager-1.27.91/Makefile.in-13038-
network-manager-1.27.91/Makefile.in-13039-libnm/liblibnm_la-nm-device-ovs-port.lo: libnm/nm-device-ovs-port.c
network-manager-1.27.91/Makefile.in:13040:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-ovs-port.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-port.Tpo -c -o libnm/liblibnm_la-nm-device-ovs-port.lo `test -f 'libnm/nm-device-ovs-port.c' || echo '$(srcdir)/'`libnm/nm-device-ovs-port.c
network-manager-1.27.91/Makefile.in-13041-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-port.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-ovs-port.Plo
##############################################
network-manager-1.27.91/Makefile.in-13043-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13044:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-ovs-port.lo `test -f 'libnm/nm-device-ovs-port.c' || echo '$(srcdir)/'`libnm/nm-device-ovs-port.c
network-manager-1.27.91/Makefile.in-13045-
network-manager-1.27.91/Makefile.in-13046-libnm/liblibnm_la-nm-device-ppp.lo: libnm/nm-device-ppp.c
network-manager-1.27.91/Makefile.in:13047:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-ppp.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-ppp.Tpo -c -o libnm/liblibnm_la-nm-device-ppp.lo `test -f 'libnm/nm-device-ppp.c' || echo '$(srcdir)/'`libnm/nm-device-ppp.c
network-manager-1.27.91/Makefile.in-13048-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-ppp.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-ppp.Plo
##############################################
network-manager-1.27.91/Makefile.in-13050-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13051:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-ppp.lo `test -f 'libnm/nm-device-ppp.c' || echo '$(srcdir)/'`libnm/nm-device-ppp.c
network-manager-1.27.91/Makefile.in-13052-
network-manager-1.27.91/Makefile.in-13053-libnm/liblibnm_la-nm-device-team.lo: libnm/nm-device-team.c
network-manager-1.27.91/Makefile.in:13054:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-team.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-team.Tpo -c -o libnm/liblibnm_la-nm-device-team.lo `test -f 'libnm/nm-device-team.c' || echo '$(srcdir)/'`libnm/nm-device-team.c
network-manager-1.27.91/Makefile.in-13055-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-team.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-team.Plo
##############################################
network-manager-1.27.91/Makefile.in-13057-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13058:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-team.lo `test -f 'libnm/nm-device-team.c' || echo '$(srcdir)/'`libnm/nm-device-team.c
network-manager-1.27.91/Makefile.in-13059-
network-manager-1.27.91/Makefile.in-13060-libnm/liblibnm_la-nm-device-tun.lo: libnm/nm-device-tun.c
network-manager-1.27.91/Makefile.in:13061:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-tun.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-tun.Tpo -c -o libnm/liblibnm_la-nm-device-tun.lo `test -f 'libnm/nm-device-tun.c' || echo '$(srcdir)/'`libnm/nm-device-tun.c
network-manager-1.27.91/Makefile.in-13062-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-tun.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-tun.Plo
##############################################
network-manager-1.27.91/Makefile.in-13064-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13065:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-tun.lo `test -f 'libnm/nm-device-tun.c' || echo '$(srcdir)/'`libnm/nm-device-tun.c
network-manager-1.27.91/Makefile.in-13066-
network-manager-1.27.91/Makefile.in-13067-libnm/liblibnm_la-nm-device-vlan.lo: libnm/nm-device-vlan.c
network-manager-1.27.91/Makefile.in:13068:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-vlan.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-vlan.Tpo -c -o libnm/liblibnm_la-nm-device-vlan.lo `test -f 'libnm/nm-device-vlan.c' || echo '$(srcdir)/'`libnm/nm-device-vlan.c
network-manager-1.27.91/Makefile.in-13069-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-vlan.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-vlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-13071-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13072:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-vlan.lo `test -f 'libnm/nm-device-vlan.c' || echo '$(srcdir)/'`libnm/nm-device-vlan.c
network-manager-1.27.91/Makefile.in-13073-
network-manager-1.27.91/Makefile.in-13074-libnm/liblibnm_la-nm-device-vrf.lo: libnm/nm-device-vrf.c
network-manager-1.27.91/Makefile.in:13075:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-vrf.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-vrf.Tpo -c -o libnm/liblibnm_la-nm-device-vrf.lo `test -f 'libnm/nm-device-vrf.c' || echo '$(srcdir)/'`libnm/nm-device-vrf.c
network-manager-1.27.91/Makefile.in-13076-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-vrf.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-vrf.Plo
##############################################
network-manager-1.27.91/Makefile.in-13078-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13079:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-vrf.lo `test -f 'libnm/nm-device-vrf.c' || echo '$(srcdir)/'`libnm/nm-device-vrf.c
network-manager-1.27.91/Makefile.in-13080-
network-manager-1.27.91/Makefile.in-13081-libnm/liblibnm_la-nm-device-vxlan.lo: libnm/nm-device-vxlan.c
network-manager-1.27.91/Makefile.in:13082:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-vxlan.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-vxlan.Tpo -c -o libnm/liblibnm_la-nm-device-vxlan.lo `test -f 'libnm/nm-device-vxlan.c' || echo '$(srcdir)/'`libnm/nm-device-vxlan.c
network-manager-1.27.91/Makefile.in-13083-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-vxlan.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-vxlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-13085-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13086:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-vxlan.lo `test -f 'libnm/nm-device-vxlan.c' || echo '$(srcdir)/'`libnm/nm-device-vxlan.c
network-manager-1.27.91/Makefile.in-13087-
network-manager-1.27.91/Makefile.in-13088-libnm/liblibnm_la-nm-device-wifi-p2p.lo: libnm/nm-device-wifi-p2p.c
network-manager-1.27.91/Makefile.in:13089:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-wifi-p2p.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-wifi-p2p.Tpo -c -o libnm/liblibnm_la-nm-device-wifi-p2p.lo `test -f 'libnm/nm-device-wifi-p2p.c' || echo '$(srcdir)/'`libnm/nm-device-wifi-p2p.c
network-manager-1.27.91/Makefile.in-13090-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-wifi-p2p.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-wifi-p2p.Plo
##############################################
network-manager-1.27.91/Makefile.in-13092-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13093:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-wifi-p2p.lo `test -f 'libnm/nm-device-wifi-p2p.c' || echo '$(srcdir)/'`libnm/nm-device-wifi-p2p.c
network-manager-1.27.91/Makefile.in-13094-
network-manager-1.27.91/Makefile.in-13095-libnm/liblibnm_la-nm-device-wifi.lo: libnm/nm-device-wifi.c
network-manager-1.27.91/Makefile.in:13096:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-wifi.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-wifi.Tpo -c -o libnm/liblibnm_la-nm-device-wifi.lo `test -f 'libnm/nm-device-wifi.c' || echo '$(srcdir)/'`libnm/nm-device-wifi.c
network-manager-1.27.91/Makefile.in-13097-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-wifi.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-wifi.Plo
##############################################
network-manager-1.27.91/Makefile.in-13099-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13100:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-wifi.lo `test -f 'libnm/nm-device-wifi.c' || echo '$(srcdir)/'`libnm/nm-device-wifi.c
network-manager-1.27.91/Makefile.in-13101-
network-manager-1.27.91/Makefile.in-13102-libnm/liblibnm_la-nm-device-wimax.lo: libnm/nm-device-wimax.c
network-manager-1.27.91/Makefile.in:13103:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-wimax.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-wimax.Tpo -c -o libnm/liblibnm_la-nm-device-wimax.lo `test -f 'libnm/nm-device-wimax.c' || echo '$(srcdir)/'`libnm/nm-device-wimax.c
network-manager-1.27.91/Makefile.in-13104-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-wimax.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-wimax.Plo
##############################################
network-manager-1.27.91/Makefile.in-13106-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13107:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-wimax.lo `test -f 'libnm/nm-device-wimax.c' || echo '$(srcdir)/'`libnm/nm-device-wimax.c
network-manager-1.27.91/Makefile.in-13108-
network-manager-1.27.91/Makefile.in-13109-libnm/liblibnm_la-nm-device-wireguard.lo: libnm/nm-device-wireguard.c
network-manager-1.27.91/Makefile.in:13110:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-wireguard.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-wireguard.Tpo -c -o libnm/liblibnm_la-nm-device-wireguard.lo `test -f 'libnm/nm-device-wireguard.c' || echo '$(srcdir)/'`libnm/nm-device-wireguard.c
network-manager-1.27.91/Makefile.in-13111-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-wireguard.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-wireguard.Plo
##############################################
network-manager-1.27.91/Makefile.in-13113-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13114:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-wireguard.lo `test -f 'libnm/nm-device-wireguard.c' || echo '$(srcdir)/'`libnm/nm-device-wireguard.c
network-manager-1.27.91/Makefile.in-13115-
network-manager-1.27.91/Makefile.in-13116-libnm/liblibnm_la-nm-device-wpan.lo: libnm/nm-device-wpan.c
network-manager-1.27.91/Makefile.in:13117:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-device-wpan.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-device-wpan.Tpo -c -o libnm/liblibnm_la-nm-device-wpan.lo `test -f 'libnm/nm-device-wpan.c' || echo '$(srcdir)/'`libnm/nm-device-wpan.c
network-manager-1.27.91/Makefile.in-13118-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-device-wpan.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-device-wpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-13120-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13121:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-device-wpan.lo `test -f 'libnm/nm-device-wpan.c' || echo '$(srcdir)/'`libnm/nm-device-wpan.c
network-manager-1.27.91/Makefile.in-13122-
network-manager-1.27.91/Makefile.in-13123-libnm/liblibnm_la-nm-dhcp-config.lo: libnm/nm-dhcp-config.c
network-manager-1.27.91/Makefile.in:13124:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-dhcp-config.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-dhcp-config.Tpo -c -o libnm/liblibnm_la-nm-dhcp-config.lo `test -f 'libnm/nm-dhcp-config.c' || echo '$(srcdir)/'`libnm/nm-dhcp-config.c
network-manager-1.27.91/Makefile.in-13125-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-dhcp-config.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-dhcp-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-13127-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13128:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-dhcp-config.lo `test -f 'libnm/nm-dhcp-config.c' || echo '$(srcdir)/'`libnm/nm-dhcp-config.c
network-manager-1.27.91/Makefile.in-13129-
network-manager-1.27.91/Makefile.in-13130-libnm/liblibnm_la-nm-dhcp4-config.lo: libnm/nm-dhcp4-config.c
network-manager-1.27.91/Makefile.in:13131:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-dhcp4-config.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-dhcp4-config.Tpo -c -o libnm/liblibnm_la-nm-dhcp4-config.lo `test -f 'libnm/nm-dhcp4-config.c' || echo '$(srcdir)/'`libnm/nm-dhcp4-config.c
network-manager-1.27.91/Makefile.in-13132-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-dhcp4-config.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-dhcp4-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-13134-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13135:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-dhcp4-config.lo `test -f 'libnm/nm-dhcp4-config.c' || echo '$(srcdir)/'`libnm/nm-dhcp4-config.c
network-manager-1.27.91/Makefile.in-13136-
network-manager-1.27.91/Makefile.in-13137-libnm/liblibnm_la-nm-dhcp6-config.lo: libnm/nm-dhcp6-config.c
network-manager-1.27.91/Makefile.in:13138:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-dhcp6-config.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-dhcp6-config.Tpo -c -o libnm/liblibnm_la-nm-dhcp6-config.lo `test -f 'libnm/nm-dhcp6-config.c' || echo '$(srcdir)/'`libnm/nm-dhcp6-config.c
network-manager-1.27.91/Makefile.in-13139-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-dhcp6-config.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-dhcp6-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-13141-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13142:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-dhcp6-config.lo `test -f 'libnm/nm-dhcp6-config.c' || echo '$(srcdir)/'`libnm/nm-dhcp6-config.c
network-manager-1.27.91/Makefile.in-13143-
network-manager-1.27.91/Makefile.in-13144-libnm/liblibnm_la-nm-dns-manager.lo: libnm/nm-dns-manager.c
network-manager-1.27.91/Makefile.in:13145:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-dns-manager.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-dns-manager.Tpo -c -o libnm/liblibnm_la-nm-dns-manager.lo `test -f 'libnm/nm-dns-manager.c' || echo '$(srcdir)/'`libnm/nm-dns-manager.c
network-manager-1.27.91/Makefile.in-13146-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-dns-manager.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-dns-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-13148-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13149:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-dns-manager.lo `test -f 'libnm/nm-dns-manager.c' || echo '$(srcdir)/'`libnm/nm-dns-manager.c
network-manager-1.27.91/Makefile.in-13150-
network-manager-1.27.91/Makefile.in-13151-libnm/liblibnm_la-nm-ip-config.lo: libnm/nm-ip-config.c
network-manager-1.27.91/Makefile.in:13152:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-ip-config.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-ip-config.Tpo -c -o libnm/liblibnm_la-nm-ip-config.lo `test -f 'libnm/nm-ip-config.c' || echo '$(srcdir)/'`libnm/nm-ip-config.c
network-manager-1.27.91/Makefile.in-13153-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-ip-config.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-ip-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-13155-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13156:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-ip-config.lo `test -f 'libnm/nm-ip-config.c' || echo '$(srcdir)/'`libnm/nm-ip-config.c
network-manager-1.27.91/Makefile.in-13157-
network-manager-1.27.91/Makefile.in-13158-libnm/liblibnm_la-nm-ip4-config.lo: libnm/nm-ip4-config.c
network-manager-1.27.91/Makefile.in:13159:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-ip4-config.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-ip4-config.Tpo -c -o libnm/liblibnm_la-nm-ip4-config.lo `test -f 'libnm/nm-ip4-config.c' || echo '$(srcdir)/'`libnm/nm-ip4-config.c
network-manager-1.27.91/Makefile.in-13160-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-ip4-config.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-ip4-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-13162-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13163:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-ip4-config.lo `test -f 'libnm/nm-ip4-config.c' || echo '$(srcdir)/'`libnm/nm-ip4-config.c
network-manager-1.27.91/Makefile.in-13164-
network-manager-1.27.91/Makefile.in-13165-libnm/liblibnm_la-nm-ip6-config.lo: libnm/nm-ip6-config.c
network-manager-1.27.91/Makefile.in:13166:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-ip6-config.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-ip6-config.Tpo -c -o libnm/liblibnm_la-nm-ip6-config.lo `test -f 'libnm/nm-ip6-config.c' || echo '$(srcdir)/'`libnm/nm-ip6-config.c
network-manager-1.27.91/Makefile.in-13167-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-ip6-config.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-ip6-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-13169-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13170:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-ip6-config.lo `test -f 'libnm/nm-ip6-config.c' || echo '$(srcdir)/'`libnm/nm-ip6-config.c
network-manager-1.27.91/Makefile.in-13171-
network-manager-1.27.91/Makefile.in-13172-libnm/liblibnm_la-nm-libnm-utils.lo: libnm/nm-libnm-utils.c
network-manager-1.27.91/Makefile.in:13173:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-libnm-utils.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-libnm-utils.Tpo -c -o libnm/liblibnm_la-nm-libnm-utils.lo `test -f 'libnm/nm-libnm-utils.c' || echo '$(srcdir)/'`libnm/nm-libnm-utils.c
network-manager-1.27.91/Makefile.in-13174-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-libnm-utils.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-libnm-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13176-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13177:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-libnm-utils.lo `test -f 'libnm/nm-libnm-utils.c' || echo '$(srcdir)/'`libnm/nm-libnm-utils.c
network-manager-1.27.91/Makefile.in-13178-
network-manager-1.27.91/Makefile.in-13179-libnm/liblibnm_la-nm-remote-connection.lo: libnm/nm-remote-connection.c
network-manager-1.27.91/Makefile.in:13180:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-remote-connection.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-remote-connection.Tpo -c -o libnm/liblibnm_la-nm-remote-connection.lo `test -f 'libnm/nm-remote-connection.c' || echo '$(srcdir)/'`libnm/nm-remote-connection.c
network-manager-1.27.91/Makefile.in-13181-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-remote-connection.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-remote-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-13183-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13184:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-remote-connection.lo `test -f 'libnm/nm-remote-connection.c' || echo '$(srcdir)/'`libnm/nm-remote-connection.c
network-manager-1.27.91/Makefile.in-13185-
network-manager-1.27.91/Makefile.in-13186-libnm/liblibnm_la-nm-secret-agent-old.lo: libnm/nm-secret-agent-old.c
network-manager-1.27.91/Makefile.in:13187:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-secret-agent-old.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-secret-agent-old.Tpo -c -o libnm/liblibnm_la-nm-secret-agent-old.lo `test -f 'libnm/nm-secret-agent-old.c' || echo '$(srcdir)/'`libnm/nm-secret-agent-old.c
network-manager-1.27.91/Makefile.in-13188-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-secret-agent-old.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-secret-agent-old.Plo
##############################################
network-manager-1.27.91/Makefile.in-13190-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13191:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-secret-agent-old.lo `test -f 'libnm/nm-secret-agent-old.c' || echo '$(srcdir)/'`libnm/nm-secret-agent-old.c
network-manager-1.27.91/Makefile.in-13192-
network-manager-1.27.91/Makefile.in-13193-libnm/liblibnm_la-nm-vpn-connection.lo: libnm/nm-vpn-connection.c
network-manager-1.27.91/Makefile.in:13194:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-vpn-connection.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-vpn-connection.Tpo -c -o libnm/liblibnm_la-nm-vpn-connection.lo `test -f 'libnm/nm-vpn-connection.c' || echo '$(srcdir)/'`libnm/nm-vpn-connection.c
network-manager-1.27.91/Makefile.in-13195-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-vpn-connection.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-vpn-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-13197-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13198:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-vpn-connection.lo `test -f 'libnm/nm-vpn-connection.c' || echo '$(srcdir)/'`libnm/nm-vpn-connection.c
network-manager-1.27.91/Makefile.in-13199-
network-manager-1.27.91/Makefile.in-13200-libnm/liblibnm_la-nm-vpn-editor.lo: libnm/nm-vpn-editor.c
network-manager-1.27.91/Makefile.in:13201:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-vpn-editor.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-vpn-editor.Tpo -c -o libnm/liblibnm_la-nm-vpn-editor.lo `test -f 'libnm/nm-vpn-editor.c' || echo '$(srcdir)/'`libnm/nm-vpn-editor.c
network-manager-1.27.91/Makefile.in-13202-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-vpn-editor.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-vpn-editor.Plo
##############################################
network-manager-1.27.91/Makefile.in-13204-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13205:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-vpn-editor.lo `test -f 'libnm/nm-vpn-editor.c' || echo '$(srcdir)/'`libnm/nm-vpn-editor.c
network-manager-1.27.91/Makefile.in-13206-
network-manager-1.27.91/Makefile.in-13207-libnm/liblibnm_la-nm-vpn-plugin-old.lo: libnm/nm-vpn-plugin-old.c
network-manager-1.27.91/Makefile.in:13208:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-vpn-plugin-old.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-vpn-plugin-old.Tpo -c -o libnm/liblibnm_la-nm-vpn-plugin-old.lo `test -f 'libnm/nm-vpn-plugin-old.c' || echo '$(srcdir)/'`libnm/nm-vpn-plugin-old.c
network-manager-1.27.91/Makefile.in-13209-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-vpn-plugin-old.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-vpn-plugin-old.Plo
##############################################
network-manager-1.27.91/Makefile.in-13211-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13212:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-vpn-plugin-old.lo `test -f 'libnm/nm-vpn-plugin-old.c' || echo '$(srcdir)/'`libnm/nm-vpn-plugin-old.c
network-manager-1.27.91/Makefile.in-13213-
network-manager-1.27.91/Makefile.in-13214-libnm/liblibnm_la-nm-vpn-service-plugin.lo: libnm/nm-vpn-service-plugin.c
network-manager-1.27.91/Makefile.in:13215:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-vpn-service-plugin.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-vpn-service-plugin.Tpo -c -o libnm/liblibnm_la-nm-vpn-service-plugin.lo `test -f 'libnm/nm-vpn-service-plugin.c' || echo '$(srcdir)/'`libnm/nm-vpn-service-plugin.c
network-manager-1.27.91/Makefile.in-13216-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-vpn-service-plugin.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-vpn-service-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-13218-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13219:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-vpn-service-plugin.lo `test -f 'libnm/nm-vpn-service-plugin.c' || echo '$(srcdir)/'`libnm/nm-vpn-service-plugin.c
network-manager-1.27.91/Makefile.in-13220-
network-manager-1.27.91/Makefile.in-13221-libnm/liblibnm_la-nm-wifi-p2p-peer.lo: libnm/nm-wifi-p2p-peer.c
network-manager-1.27.91/Makefile.in:13222:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-wifi-p2p-peer.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-wifi-p2p-peer.Tpo -c -o libnm/liblibnm_la-nm-wifi-p2p-peer.lo `test -f 'libnm/nm-wifi-p2p-peer.c' || echo '$(srcdir)/'`libnm/nm-wifi-p2p-peer.c
network-manager-1.27.91/Makefile.in-13223-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-wifi-p2p-peer.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-wifi-p2p-peer.Plo
##############################################
network-manager-1.27.91/Makefile.in-13225-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13226:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-wifi-p2p-peer.lo `test -f 'libnm/nm-wifi-p2p-peer.c' || echo '$(srcdir)/'`libnm/nm-wifi-p2p-peer.c
network-manager-1.27.91/Makefile.in-13227-
network-manager-1.27.91/Makefile.in-13228-libnm/liblibnm_la-nm-wimax-nsp.lo: libnm/nm-wimax-nsp.c
network-manager-1.27.91/Makefile.in:13229:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-wimax-nsp.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-wimax-nsp.Tpo -c -o libnm/liblibnm_la-nm-wimax-nsp.lo `test -f 'libnm/nm-wimax-nsp.c' || echo '$(srcdir)/'`libnm/nm-wimax-nsp.c
network-manager-1.27.91/Makefile.in-13230-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-wimax-nsp.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-wimax-nsp.Plo
##############################################
network-manager-1.27.91/Makefile.in-13232-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13233:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-wimax-nsp.lo `test -f 'libnm/nm-wimax-nsp.c' || echo '$(srcdir)/'`libnm/nm-wimax-nsp.c
network-manager-1.27.91/Makefile.in-13234-
network-manager-1.27.91/Makefile.in-13235-libnm/liblibnm_la-nm-enum-types.lo: libnm/nm-enum-types.c
network-manager-1.27.91/Makefile.in:13236:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/liblibnm_la-nm-enum-types.lo -MD -MP -MF libnm/$(DEPDIR)/liblibnm_la-nm-enum-types.Tpo -c -o libnm/liblibnm_la-nm-enum-types.lo `test -f 'libnm/nm-enum-types.c' || echo '$(srcdir)/'`libnm/nm-enum-types.c
network-manager-1.27.91/Makefile.in-13237-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/$(DEPDIR)/liblibnm_la-nm-enum-types.Tpo libnm/$(DEPDIR)/liblibnm_la-nm-enum-types.Plo
##############################################
network-manager-1.27.91/Makefile.in-13239-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13240:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_liblibnm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/liblibnm_la-nm-enum-types.lo `test -f 'libnm/nm-enum-types.c' || echo '$(srcdir)/'`libnm/nm-enum-types.c
network-manager-1.27.91/Makefile.in-13241-
network-manager-1.27.91/Makefile.in-13242-libnm/nm-libnm-aux/libnm_libnm_aux_la-nm-libnm-aux.lo: libnm/nm-libnm-aux/nm-libnm-aux.c
network-manager-1.27.91/Makefile.in:13243:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_nm_libnm_aux_libnm_libnm_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/nm-libnm-aux/libnm_libnm_aux_la-nm-libnm-aux.lo -MD -MP -MF libnm/nm-libnm-aux/$(DEPDIR)/libnm_libnm_aux_la-nm-libnm-aux.Tpo -c -o libnm/nm-libnm-aux/libnm_libnm_aux_la-nm-libnm-aux.lo `test -f 'libnm/nm-libnm-aux/nm-libnm-aux.c' || echo '$(srcdir)/'`libnm/nm-libnm-aux/nm-libnm-aux.c
network-manager-1.27.91/Makefile.in-13244-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/nm-libnm-aux/$(DEPDIR)/libnm_libnm_aux_la-nm-libnm-aux.Tpo libnm/nm-libnm-aux/$(DEPDIR)/libnm_libnm_aux_la-nm-libnm-aux.Plo
##############################################
network-manager-1.27.91/Makefile.in-13246-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13247:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_nm_libnm_aux_libnm_libnm_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/nm-libnm-aux/libnm_libnm_aux_la-nm-libnm-aux.lo `test -f 'libnm/nm-libnm-aux/nm-libnm-aux.c' || echo '$(srcdir)/'`libnm/nm-libnm-aux/nm-libnm-aux.c
network-manager-1.27.91/Makefile.in-13248-
network-manager-1.27.91/Makefile.in-13249-shared/nm-utils/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.lo: shared/nm-utils/nm-vpn-plugin-utils.c
network-manager-1.27.91/Makefile.in:13250:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnm_tests_libnm_vpn_plugin_utils_test_la_CFLAGS) $(CFLAGS) -MT shared/nm-utils/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.lo -MD -MP -MF shared/nm-utils/$(DEPDIR)/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.Tpo -c -o shared/nm-utils/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.lo `test -f 'shared/nm-utils/nm-vpn-plugin-utils.c' || echo '$(srcdir)/'`shared/nm-utils/nm-vpn-plugin-utils.c
network-manager-1.27.91/Makefile.in-13251-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-utils/$(DEPDIR)/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.Tpo shared/nm-utils/$(DEPDIR)/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13253-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13254:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnm_tests_libnm_vpn_plugin_utils_test_la_CFLAGS) $(CFLAGS) -c -o shared/nm-utils/libnm_tests_libnm_vpn_plugin_utils_test_la-nm-vpn-plugin-utils.lo `test -f 'shared/nm-utils/nm-vpn-plugin-utils.c' || echo '$(srcdir)/'`shared/nm-utils/nm-vpn-plugin-utils.c
network-manager-1.27.91/Makefile.in-13255-
network-manager-1.27.91/Makefile.in-13256-shared/c-rbtree/src/libcrbtree_la-c-rbtree.lo: shared/c-rbtree/src/c-rbtree.c
network-manager-1.27.91/Makefile.in:13257:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libcrbtree_la_CPPFLAGS) $(CPPFLAGS) $(shared_libcrbtree_la_CFLAGS) $(CFLAGS) -MT shared/c-rbtree/src/libcrbtree_la-c-rbtree.lo -MD -MP -MF shared/c-rbtree/src/$(DEPDIR)/libcrbtree_la-c-rbtree.Tpo -c -o shared/c-rbtree/src/libcrbtree_la-c-rbtree.lo `test -f 'shared/c-rbtree/src/c-rbtree.c' || echo '$(srcdir)/'`shared/c-rbtree/src/c-rbtree.c
network-manager-1.27.91/Makefile.in-13258-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/c-rbtree/src/$(DEPDIR)/libcrbtree_la-c-rbtree.Tpo shared/c-rbtree/src/$(DEPDIR)/libcrbtree_la-c-rbtree.Plo
##############################################
network-manager-1.27.91/Makefile.in-13260-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13261:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libcrbtree_la_CPPFLAGS) $(CPPFLAGS) $(shared_libcrbtree_la_CFLAGS) $(CFLAGS) -c -o shared/c-rbtree/src/libcrbtree_la-c-rbtree.lo `test -f 'shared/c-rbtree/src/c-rbtree.c' || echo '$(srcdir)/'`shared/c-rbtree/src/c-rbtree.c
network-manager-1.27.91/Makefile.in-13262-
network-manager-1.27.91/Makefile.in-13263-shared/c-siphash/src/libcsiphash_la-c-siphash.lo: shared/c-siphash/src/c-siphash.c
network-manager-1.27.91/Makefile.in:13264:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libcsiphash_la_CPPFLAGS) $(CPPFLAGS) $(shared_libcsiphash_la_CFLAGS) $(CFLAGS) -MT shared/c-siphash/src/libcsiphash_la-c-siphash.lo -MD -MP -MF shared/c-siphash/src/$(DEPDIR)/libcsiphash_la-c-siphash.Tpo -c -o shared/c-siphash/src/libcsiphash_la-c-siphash.lo `test -f 'shared/c-siphash/src/c-siphash.c' || echo '$(srcdir)/'`shared/c-siphash/src/c-siphash.c
network-manager-1.27.91/Makefile.in-13265-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/c-siphash/src/$(DEPDIR)/libcsiphash_la-c-siphash.Tpo shared/c-siphash/src/$(DEPDIR)/libcsiphash_la-c-siphash.Plo
##############################################
network-manager-1.27.91/Makefile.in-13267-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13268:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libcsiphash_la_CPPFLAGS) $(CPPFLAGS) $(shared_libcsiphash_la_CFLAGS) $(CFLAGS) -c -o shared/c-siphash/src/libcsiphash_la-c-siphash.lo `test -f 'shared/c-siphash/src/c-siphash.c' || echo '$(srcdir)/'`shared/c-siphash/src/c-siphash.c
network-manager-1.27.91/Makefile.in-13269-
network-manager-1.27.91/Makefile.in-13270-shared/n-acd/src/libnacd_la-n-acd.lo: shared/n-acd/src/n-acd.c
network-manager-1.27.91/Makefile.in:13271:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -MT shared/n-acd/src/libnacd_la-n-acd.lo -MD -MP -MF shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd.Tpo -c -o shared/n-acd/src/libnacd_la-n-acd.lo `test -f 'shared/n-acd/src/n-acd.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd.c
network-manager-1.27.91/Makefile.in-13272-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd.Tpo shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd.Plo
##############################################
network-manager-1.27.91/Makefile.in-13274-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13275:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -c -o shared/n-acd/src/libnacd_la-n-acd.lo `test -f 'shared/n-acd/src/n-acd.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd.c
network-manager-1.27.91/Makefile.in-13276-
network-manager-1.27.91/Makefile.in-13277-shared/n-acd/src/libnacd_la-n-acd-probe.lo: shared/n-acd/src/n-acd-probe.c
network-manager-1.27.91/Makefile.in:13278:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -MT shared/n-acd/src/libnacd_la-n-acd-probe.lo -MD -MP -MF shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-probe.Tpo -c -o shared/n-acd/src/libnacd_la-n-acd-probe.lo `test -f 'shared/n-acd/src/n-acd-probe.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd-probe.c
network-manager-1.27.91/Makefile.in-13279-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-probe.Tpo shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-probe.Plo
##############################################
network-manager-1.27.91/Makefile.in-13281-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13282:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -c -o shared/n-acd/src/libnacd_la-n-acd-probe.lo `test -f 'shared/n-acd/src/n-acd-probe.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd-probe.c
network-manager-1.27.91/Makefile.in-13283-
network-manager-1.27.91/Makefile.in-13284-shared/n-acd/src/util/libnacd_la-timer.lo: shared/n-acd/src/util/timer.c
network-manager-1.27.91/Makefile.in:13285:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -MT shared/n-acd/src/util/libnacd_la-timer.lo -MD -MP -MF shared/n-acd/src/util/$(DEPDIR)/libnacd_la-timer.Tpo -c -o shared/n-acd/src/util/libnacd_la-timer.lo `test -f 'shared/n-acd/src/util/timer.c' || echo '$(srcdir)/'`shared/n-acd/src/util/timer.c
network-manager-1.27.91/Makefile.in-13286-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-acd/src/util/$(DEPDIR)/libnacd_la-timer.Tpo shared/n-acd/src/util/$(DEPDIR)/libnacd_la-timer.Plo
##############################################
network-manager-1.27.91/Makefile.in-13288-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13289:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -c -o shared/n-acd/src/util/libnacd_la-timer.lo `test -f 'shared/n-acd/src/util/timer.c' || echo '$(srcdir)/'`shared/n-acd/src/util/timer.c
network-manager-1.27.91/Makefile.in-13290-
network-manager-1.27.91/Makefile.in-13291-shared/n-acd/src/libnacd_la-n-acd-bpf.lo: shared/n-acd/src/n-acd-bpf.c
network-manager-1.27.91/Makefile.in:13292:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -MT shared/n-acd/src/libnacd_la-n-acd-bpf.lo -MD -MP -MF shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-bpf.Tpo -c -o shared/n-acd/src/libnacd_la-n-acd-bpf.lo `test -f 'shared/n-acd/src/n-acd-bpf.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd-bpf.c
network-manager-1.27.91/Makefile.in-13293-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-bpf.Tpo shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-bpf.Plo
##############################################
network-manager-1.27.91/Makefile.in-13295-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13296:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -c -o shared/n-acd/src/libnacd_la-n-acd-bpf.lo `test -f 'shared/n-acd/src/n-acd-bpf.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd-bpf.c
network-manager-1.27.91/Makefile.in-13297-
network-manager-1.27.91/Makefile.in-13298-shared/n-acd/src/libnacd_la-n-acd-bpf-fallback.lo: shared/n-acd/src/n-acd-bpf-fallback.c
network-manager-1.27.91/Makefile.in:13299:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -MT shared/n-acd/src/libnacd_la-n-acd-bpf-fallback.lo -MD -MP -MF shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-bpf-fallback.Tpo -c -o shared/n-acd/src/libnacd_la-n-acd-bpf-fallback.lo `test -f 'shared/n-acd/src/n-acd-bpf-fallback.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd-bpf-fallback.c
network-manager-1.27.91/Makefile.in-13300-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-bpf-fallback.Tpo shared/n-acd/src/$(DEPDIR)/libnacd_la-n-acd-bpf-fallback.Plo
##############################################
network-manager-1.27.91/Makefile.in-13302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13303:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libnacd_la_CPPFLAGS) $(CPPFLAGS) $(shared_libnacd_la_CFLAGS) $(CFLAGS) -c -o shared/n-acd/src/libnacd_la-n-acd-bpf-fallback.lo `test -f 'shared/n-acd/src/n-acd-bpf-fallback.c' || echo '$(srcdir)/'`shared/n-acd/src/n-acd-bpf-fallback.c
network-manager-1.27.91/Makefile.in-13304-
network-manager-1.27.91/Makefile.in-13305-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-connection.lo: shared/n-dhcp4/src/n-dhcp4-c-connection.c
network-manager-1.27.91/Makefile.in:13306:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-connection.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-connection.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-connection.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-c-connection.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-c-connection.c
network-manager-1.27.91/Makefile.in-13307-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-connection.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-13309-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13310:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-connection.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-c-connection.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-c-connection.c
network-manager-1.27.91/Makefile.in-13311-
network-manager-1.27.91/Makefile.in-13312-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-lease.lo: shared/n-dhcp4/src/n-dhcp4-c-lease.c
network-manager-1.27.91/Makefile.in:13313:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-lease.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-lease.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-lease.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-c-lease.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-c-lease.c
network-manager-1.27.91/Makefile.in-13314-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-lease.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-lease.Plo
##############################################
network-manager-1.27.91/Makefile.in-13316-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13317:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-lease.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-c-lease.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-c-lease.c
network-manager-1.27.91/Makefile.in-13318-
network-manager-1.27.91/Makefile.in-13319-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-probe.lo: shared/n-dhcp4/src/n-dhcp4-c-probe.c
network-manager-1.27.91/Makefile.in:13320:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-probe.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-probe.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-probe.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-c-probe.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-c-probe.c
network-manager-1.27.91/Makefile.in-13321-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-probe.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-c-probe.Plo
##############################################
network-manager-1.27.91/Makefile.in-13323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13324:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-c-probe.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-c-probe.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-c-probe.c
network-manager-1.27.91/Makefile.in-13325-
network-manager-1.27.91/Makefile.in-13326-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-client.lo: shared/n-dhcp4/src/n-dhcp4-client.c
network-manager-1.27.91/Makefile.in:13327:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-client.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-client.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-client.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-client.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-client.c
network-manager-1.27.91/Makefile.in-13328-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-client.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-client.Plo
##############################################
network-manager-1.27.91/Makefile.in-13330-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13331:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-client.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-client.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-client.c
network-manager-1.27.91/Makefile.in-13332-
network-manager-1.27.91/Makefile.in-13333-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-incoming.lo: shared/n-dhcp4/src/n-dhcp4-incoming.c
network-manager-1.27.91/Makefile.in:13334:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-incoming.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-incoming.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-incoming.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-incoming.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-incoming.c
network-manager-1.27.91/Makefile.in-13335-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-incoming.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-incoming.Plo
##############################################
network-manager-1.27.91/Makefile.in-13337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13338:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-incoming.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-incoming.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-incoming.c
network-manager-1.27.91/Makefile.in-13339-
network-manager-1.27.91/Makefile.in-13340-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-outgoing.lo: shared/n-dhcp4/src/n-dhcp4-outgoing.c
network-manager-1.27.91/Makefile.in:13341:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-outgoing.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-outgoing.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-outgoing.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-outgoing.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-outgoing.c
network-manager-1.27.91/Makefile.in-13342-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-outgoing.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-outgoing.Plo
##############################################
network-manager-1.27.91/Makefile.in-13344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13345:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-outgoing.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-outgoing.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-outgoing.c
network-manager-1.27.91/Makefile.in-13346-
network-manager-1.27.91/Makefile.in-13347-shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-socket.lo: shared/n-dhcp4/src/n-dhcp4-socket.c
network-manager-1.27.91/Makefile.in:13348:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-socket.lo -MD -MP -MF shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-socket.Tpo -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-socket.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-socket.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-socket.c
network-manager-1.27.91/Makefile.in-13349-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-socket.Tpo shared/n-dhcp4/src/$(DEPDIR)/libndhcp4_la-n-dhcp4-socket.Plo
##############################################
network-manager-1.27.91/Makefile.in-13351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13352:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/libndhcp4_la-n-dhcp4-socket.lo `test -f 'shared/n-dhcp4/src/n-dhcp4-socket.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/n-dhcp4-socket.c
network-manager-1.27.91/Makefile.in-13353-
network-manager-1.27.91/Makefile.in-13354-shared/n-dhcp4/src/util/libndhcp4_la-packet.lo: shared/n-dhcp4/src/util/packet.c
network-manager-1.27.91/Makefile.in:13355:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/util/libndhcp4_la-packet.lo -MD -MP -MF shared/n-dhcp4/src/util/$(DEPDIR)/libndhcp4_la-packet.Tpo -c -o shared/n-dhcp4/src/util/libndhcp4_la-packet.lo `test -f 'shared/n-dhcp4/src/util/packet.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/util/packet.c
network-manager-1.27.91/Makefile.in-13356-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/util/$(DEPDIR)/libndhcp4_la-packet.Tpo shared/n-dhcp4/src/util/$(DEPDIR)/libndhcp4_la-packet.Plo
##############################################
network-manager-1.27.91/Makefile.in-13358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13359:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/util/libndhcp4_la-packet.lo `test -f 'shared/n-dhcp4/src/util/packet.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/util/packet.c
network-manager-1.27.91/Makefile.in-13360-
network-manager-1.27.91/Makefile.in-13361-shared/n-dhcp4/src/util/libndhcp4_la-socket.lo: shared/n-dhcp4/src/util/socket.c
network-manager-1.27.91/Makefile.in:13362:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -MT shared/n-dhcp4/src/util/libndhcp4_la-socket.lo -MD -MP -MF shared/n-dhcp4/src/util/$(DEPDIR)/libndhcp4_la-socket.Tpo -c -o shared/n-dhcp4/src/util/libndhcp4_la-socket.lo `test -f 'shared/n-dhcp4/src/util/socket.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/util/socket.c
network-manager-1.27.91/Makefile.in-13363-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/n-dhcp4/src/util/$(DEPDIR)/libndhcp4_la-socket.Tpo shared/n-dhcp4/src/util/$(DEPDIR)/libndhcp4_la-socket.Plo
##############################################
network-manager-1.27.91/Makefile.in-13365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13366:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_libndhcp4_la_CPPFLAGS) $(CPPFLAGS) $(shared_libndhcp4_la_CFLAGS) $(CFLAGS) -c -o shared/n-dhcp4/src/util/libndhcp4_la-socket.lo `test -f 'shared/n-dhcp4/src/util/socket.c' || echo '$(srcdir)/'`shared/n-dhcp4/src/util/socket.c
network-manager-1.27.91/Makefile.in-13367-
network-manager-1.27.91/Makefile.in-13368-shared/nm-glib-aux/libnm_glib_aux_la-nm-dbus-aux.lo: shared/nm-glib-aux/nm-dbus-aux.c
network-manager-1.27.91/Makefile.in:13369:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-dbus-aux.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-dbus-aux.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-dbus-aux.lo `test -f 'shared/nm-glib-aux/nm-dbus-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-dbus-aux.c
network-manager-1.27.91/Makefile.in-13370-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-dbus-aux.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-dbus-aux.Plo
##############################################
network-manager-1.27.91/Makefile.in-13372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13373:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-dbus-aux.lo `test -f 'shared/nm-glib-aux/nm-dbus-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-dbus-aux.c
network-manager-1.27.91/Makefile.in-13374-
network-manager-1.27.91/Makefile.in-13375-shared/nm-glib-aux/libnm_glib_aux_la-nm-dedup-multi.lo: shared/nm-glib-aux/nm-dedup-multi.c
network-manager-1.27.91/Makefile.in:13376:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-dedup-multi.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-dedup-multi.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-dedup-multi.lo `test -f 'shared/nm-glib-aux/nm-dedup-multi.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-dedup-multi.c
network-manager-1.27.91/Makefile.in-13377-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-dedup-multi.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-dedup-multi.Plo
##############################################
network-manager-1.27.91/Makefile.in-13379-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13380:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-dedup-multi.lo `test -f 'shared/nm-glib-aux/nm-dedup-multi.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-dedup-multi.c
network-manager-1.27.91/Makefile.in-13381-
network-manager-1.27.91/Makefile.in-13382-shared/nm-glib-aux/libnm_glib_aux_la-nm-enum-utils.lo: shared/nm-glib-aux/nm-enum-utils.c
network-manager-1.27.91/Makefile.in:13383:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-enum-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-enum-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-enum-utils.lo `test -f 'shared/nm-glib-aux/nm-enum-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-enum-utils.c
network-manager-1.27.91/Makefile.in-13384-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-enum-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-enum-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13387:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-enum-utils.lo `test -f 'shared/nm-glib-aux/nm-enum-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-enum-utils.c
network-manager-1.27.91/Makefile.in-13388-
network-manager-1.27.91/Makefile.in-13389-shared/nm-glib-aux/libnm_glib_aux_la-nm-errno.lo: shared/nm-glib-aux/nm-errno.c
network-manager-1.27.91/Makefile.in:13390:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-errno.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-errno.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-errno.lo `test -f 'shared/nm-glib-aux/nm-errno.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-errno.c
network-manager-1.27.91/Makefile.in-13391-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-errno.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-errno.Plo
##############################################
network-manager-1.27.91/Makefile.in-13393-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13394:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-errno.lo `test -f 'shared/nm-glib-aux/nm-errno.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-errno.c
network-manager-1.27.91/Makefile.in-13395-
network-manager-1.27.91/Makefile.in-13396-shared/nm-glib-aux/libnm_glib_aux_la-nm-hash-utils.lo: shared/nm-glib-aux/nm-hash-utils.c
network-manager-1.27.91/Makefile.in:13397:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-hash-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-hash-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-hash-utils.lo `test -f 'shared/nm-glib-aux/nm-hash-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-hash-utils.c
network-manager-1.27.91/Makefile.in-13398-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-hash-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-hash-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13400-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13401:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-hash-utils.lo `test -f 'shared/nm-glib-aux/nm-hash-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-hash-utils.c
network-manager-1.27.91/Makefile.in-13402-
network-manager-1.27.91/Makefile.in-13403-shared/nm-glib-aux/libnm_glib_aux_la-nm-io-utils.lo: shared/nm-glib-aux/nm-io-utils.c
network-manager-1.27.91/Makefile.in:13404:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-io-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-io-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-io-utils.lo `test -f 'shared/nm-glib-aux/nm-io-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-io-utils.c
network-manager-1.27.91/Makefile.in-13405-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-io-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-io-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13408:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-io-utils.lo `test -f 'shared/nm-glib-aux/nm-io-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-io-utils.c
network-manager-1.27.91/Makefile.in-13409-
network-manager-1.27.91/Makefile.in-13410-shared/nm-glib-aux/libnm_glib_aux_la-nm-json-aux.lo: shared/nm-glib-aux/nm-json-aux.c
network-manager-1.27.91/Makefile.in:13411:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-json-aux.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-json-aux.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-json-aux.lo `test -f 'shared/nm-glib-aux/nm-json-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-json-aux.c
network-manager-1.27.91/Makefile.in-13412-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-json-aux.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-json-aux.Plo
##############################################
network-manager-1.27.91/Makefile.in-13414-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13415:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-json-aux.lo `test -f 'shared/nm-glib-aux/nm-json-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-json-aux.c
network-manager-1.27.91/Makefile.in-13416-
network-manager-1.27.91/Makefile.in-13417-shared/nm-glib-aux/libnm_glib_aux_la-nm-keyfile-aux.lo: shared/nm-glib-aux/nm-keyfile-aux.c
network-manager-1.27.91/Makefile.in:13418:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-keyfile-aux.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-keyfile-aux.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-keyfile-aux.lo `test -f 'shared/nm-glib-aux/nm-keyfile-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-keyfile-aux.c
network-manager-1.27.91/Makefile.in-13419-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-keyfile-aux.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-keyfile-aux.Plo
##############################################
network-manager-1.27.91/Makefile.in-13421-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13422:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-keyfile-aux.lo `test -f 'shared/nm-glib-aux/nm-keyfile-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-keyfile-aux.c
network-manager-1.27.91/Makefile.in-13423-
network-manager-1.27.91/Makefile.in-13424-shared/nm-glib-aux/libnm_glib_aux_la-nm-logging-base.lo: shared/nm-glib-aux/nm-logging-base.c
network-manager-1.27.91/Makefile.in:13425:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-logging-base.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-logging-base.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-logging-base.lo `test -f 'shared/nm-glib-aux/nm-logging-base.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-logging-base.c
network-manager-1.27.91/Makefile.in-13426-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-logging-base.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-logging-base.Plo
##############################################
network-manager-1.27.91/Makefile.in-13428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13429:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-logging-base.lo `test -f 'shared/nm-glib-aux/nm-logging-base.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-logging-base.c
network-manager-1.27.91/Makefile.in-13430-
network-manager-1.27.91/Makefile.in-13431-shared/nm-glib-aux/libnm_glib_aux_la-nm-random-utils.lo: shared/nm-glib-aux/nm-random-utils.c
network-manager-1.27.91/Makefile.in:13432:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-random-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-random-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-random-utils.lo `test -f 'shared/nm-glib-aux/nm-random-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-random-utils.c
network-manager-1.27.91/Makefile.in-13433-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-random-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-random-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13435-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13436:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-random-utils.lo `test -f 'shared/nm-glib-aux/nm-random-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-random-utils.c
network-manager-1.27.91/Makefile.in-13437-
network-manager-1.27.91/Makefile.in-13438-shared/nm-glib-aux/libnm_glib_aux_la-nm-ref-string.lo: shared/nm-glib-aux/nm-ref-string.c
network-manager-1.27.91/Makefile.in:13439:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-ref-string.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-ref-string.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-ref-string.lo `test -f 'shared/nm-glib-aux/nm-ref-string.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-ref-string.c
network-manager-1.27.91/Makefile.in-13440-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-ref-string.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-ref-string.Plo
##############################################
network-manager-1.27.91/Makefile.in-13442-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13443:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-ref-string.lo `test -f 'shared/nm-glib-aux/nm-ref-string.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-ref-string.c
network-manager-1.27.91/Makefile.in-13444-
network-manager-1.27.91/Makefile.in-13445-shared/nm-glib-aux/libnm_glib_aux_la-nm-secret-utils.lo: shared/nm-glib-aux/nm-secret-utils.c
network-manager-1.27.91/Makefile.in:13446:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-secret-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-secret-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-secret-utils.lo `test -f 'shared/nm-glib-aux/nm-secret-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-secret-utils.c
network-manager-1.27.91/Makefile.in-13447-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-secret-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-secret-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13449-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13450:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-secret-utils.lo `test -f 'shared/nm-glib-aux/nm-secret-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-secret-utils.c
network-manager-1.27.91/Makefile.in-13451-
network-manager-1.27.91/Makefile.in-13452-shared/nm-glib-aux/libnm_glib_aux_la-nm-shared-utils.lo: shared/nm-glib-aux/nm-shared-utils.c
network-manager-1.27.91/Makefile.in:13453:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-shared-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-shared-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-shared-utils.lo `test -f 'shared/nm-glib-aux/nm-shared-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-shared-utils.c
network-manager-1.27.91/Makefile.in-13454-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-shared-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-shared-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13456-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13457:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-shared-utils.lo `test -f 'shared/nm-glib-aux/nm-shared-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-shared-utils.c
network-manager-1.27.91/Makefile.in-13458-
network-manager-1.27.91/Makefile.in-13459-shared/nm-glib-aux/libnm_glib_aux_la-nm-time-utils.lo: shared/nm-glib-aux/nm-time-utils.c
network-manager-1.27.91/Makefile.in:13460:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/libnm_glib_aux_la-nm-time-utils.lo -MD -MP -MF shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-time-utils.Tpo -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-time-utils.lo `test -f 'shared/nm-glib-aux/nm-time-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-time-utils.c
network-manager-1.27.91/Makefile.in-13461-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-time-utils.Tpo shared/nm-glib-aux/$(DEPDIR)/libnm_glib_aux_la-nm-time-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13463-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13464:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_libnm_glib_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/libnm_glib_aux_la-nm-time-utils.lo `test -f 'shared/nm-glib-aux/nm-time-utils.c' || echo '$(srcdir)/'`shared/nm-glib-aux/nm-time-utils.c
network-manager-1.27.91/Makefile.in-13465-
network-manager-1.27.91/Makefile.in-13466-shared/nm-std-aux/libnm_std_aux_la-c-list-util.lo: shared/nm-std-aux/c-list-util.c
network-manager-1.27.91/Makefile.in:13467:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_std_aux_libnm_std_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-std-aux/libnm_std_aux_la-c-list-util.lo -MD -MP -MF shared/nm-std-aux/$(DEPDIR)/libnm_std_aux_la-c-list-util.Tpo -c -o shared/nm-std-aux/libnm_std_aux_la-c-list-util.lo `test -f 'shared/nm-std-aux/c-list-util.c' || echo '$(srcdir)/'`shared/nm-std-aux/c-list-util.c
network-manager-1.27.91/Makefile.in-13468-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-std-aux/$(DEPDIR)/libnm_std_aux_la-c-list-util.Tpo shared/nm-std-aux/$(DEPDIR)/libnm_std_aux_la-c-list-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13470-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13471:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_std_aux_libnm_std_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-std-aux/libnm_std_aux_la-c-list-util.lo `test -f 'shared/nm-std-aux/c-list-util.c' || echo '$(srcdir)/'`shared/nm-std-aux/c-list-util.c
network-manager-1.27.91/Makefile.in-13472-
network-manager-1.27.91/Makefile.in-13473-shared/nm-std-aux/libnm_std_aux_la-nm-std-utils.lo: shared/nm-std-aux/nm-std-utils.c
network-manager-1.27.91/Makefile.in:13474:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_std_aux_libnm_std_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-std-aux/libnm_std_aux_la-nm-std-utils.lo -MD -MP -MF shared/nm-std-aux/$(DEPDIR)/libnm_std_aux_la-nm-std-utils.Tpo -c -o shared/nm-std-aux/libnm_std_aux_la-nm-std-utils.lo `test -f 'shared/nm-std-aux/nm-std-utils.c' || echo '$(srcdir)/'`shared/nm-std-aux/nm-std-utils.c
network-manager-1.27.91/Makefile.in-13475-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-std-aux/$(DEPDIR)/libnm_std_aux_la-nm-std-utils.Tpo shared/nm-std-aux/$(DEPDIR)/libnm_std_aux_la-nm-std-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13477-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13478:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_std_aux_libnm_std_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-std-aux/libnm_std_aux_la-nm-std-utils.lo `test -f 'shared/nm-std-aux/nm-std-utils.c' || echo '$(srcdir)/'`shared/nm-std-aux/nm-std-utils.c
network-manager-1.27.91/Makefile.in-13479-
network-manager-1.27.91/Makefile.in-13480-shared/nm-udev-aux/libnm_udev_aux_la-nm-udev-utils.lo: shared/nm-udev-aux/nm-udev-utils.c
network-manager-1.27.91/Makefile.in:13481:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_udev_aux_libnm_udev_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-udev-aux/libnm_udev_aux_la-nm-udev-utils.lo -MD -MP -MF shared/nm-udev-aux/$(DEPDIR)/libnm_udev_aux_la-nm-udev-utils.Tpo -c -o shared/nm-udev-aux/libnm_udev_aux_la-nm-udev-utils.lo `test -f 'shared/nm-udev-aux/nm-udev-utils.c' || echo '$(srcdir)/'`shared/nm-udev-aux/nm-udev-utils.c
network-manager-1.27.91/Makefile.in-13482-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-udev-aux/$(DEPDIR)/libnm_udev_aux_la-nm-udev-utils.Tpo shared/nm-udev-aux/$(DEPDIR)/libnm_udev_aux_la-nm-udev-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13484-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13485:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_udev_aux_libnm_udev_aux_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-udev-aux/libnm_udev_aux_la-nm-udev-utils.lo `test -f 'shared/nm-udev-aux/nm-udev-utils.c' || echo '$(srcdir)/'`shared/nm-udev-aux/nm-udev-utils.c
network-manager-1.27.91/Makefile.in-13486-
network-manager-1.27.91/Makefile.in-13487-shared/systemd/libnm_systemd_logging_stub_la-nm-logging-stub.lo: shared/systemd/nm-logging-stub.c
network-manager-1.27.91/Makefile.in:13488:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_logging_stub_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/libnm_systemd_logging_stub_la-nm-logging-stub.lo -MD -MP -MF shared/systemd/$(DEPDIR)/libnm_systemd_logging_stub_la-nm-logging-stub.Tpo -c -o shared/systemd/libnm_systemd_logging_stub_la-nm-logging-stub.lo `test -f 'shared/systemd/nm-logging-stub.c' || echo '$(srcdir)/'`shared/systemd/nm-logging-stub.c
network-manager-1.27.91/Makefile.in-13489-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/$(DEPDIR)/libnm_systemd_logging_stub_la-nm-logging-stub.Tpo shared/systemd/$(DEPDIR)/libnm_systemd_logging_stub_la-nm-logging-stub.Plo
##############################################
network-manager-1.27.91/Makefile.in-13491-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13492:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_logging_stub_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/libnm_systemd_logging_stub_la-nm-logging-stub.lo `test -f 'shared/systemd/nm-logging-stub.c' || echo '$(srcdir)/'`shared/systemd/nm-logging-stub.c
network-manager-1.27.91/Makefile.in-13493-
network-manager-1.27.91/Makefile.in-13494-shared/systemd/libnm_systemd_shared_la-nm-sd-utils-shared.lo: shared/systemd/nm-sd-utils-shared.c
network-manager-1.27.91/Makefile.in:13495:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/libnm_systemd_shared_la-nm-sd-utils-shared.lo -MD -MP -MF shared/systemd/$(DEPDIR)/libnm_systemd_shared_la-nm-sd-utils-shared.Tpo -c -o shared/systemd/libnm_systemd_shared_la-nm-sd-utils-shared.lo `test -f 'shared/systemd/nm-sd-utils-shared.c' || echo '$(srcdir)/'`shared/systemd/nm-sd-utils-shared.c
network-manager-1.27.91/Makefile.in-13496-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/$(DEPDIR)/libnm_systemd_shared_la-nm-sd-utils-shared.Tpo shared/systemd/$(DEPDIR)/libnm_systemd_shared_la-nm-sd-utils-shared.Plo
##############################################
network-manager-1.27.91/Makefile.in-13498-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13499:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/libnm_systemd_shared_la-nm-sd-utils-shared.lo `test -f 'shared/systemd/nm-sd-utils-shared.c' || echo '$(srcdir)/'`shared/systemd/nm-sd-utils-shared.c
network-manager-1.27.91/Makefile.in-13500-
network-manager-1.27.91/Makefile.in-13501-shared/systemd/src/basic/libnm_systemd_shared_la-alloc-util.lo: shared/systemd/src/basic/alloc-util.c
network-manager-1.27.91/Makefile.in:13502:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-alloc-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-alloc-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-alloc-util.lo `test -f 'shared/systemd/src/basic/alloc-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/alloc-util.c
network-manager-1.27.91/Makefile.in-13503-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-alloc-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-alloc-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13505-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13506:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-alloc-util.lo `test -f 'shared/systemd/src/basic/alloc-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/alloc-util.c
network-manager-1.27.91/Makefile.in-13507-
network-manager-1.27.91/Makefile.in-13508-shared/systemd/src/basic/libnm_systemd_shared_la-env-file.lo: shared/systemd/src/basic/env-file.c
network-manager-1.27.91/Makefile.in:13509:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-env-file.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-env-file.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-env-file.lo `test -f 'shared/systemd/src/basic/env-file.c' || echo '$(srcdir)/'`shared/systemd/src/basic/env-file.c
network-manager-1.27.91/Makefile.in-13510-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-env-file.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-env-file.Plo
##############################################
network-manager-1.27.91/Makefile.in-13512-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13513:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-env-file.lo `test -f 'shared/systemd/src/basic/env-file.c' || echo '$(srcdir)/'`shared/systemd/src/basic/env-file.c
network-manager-1.27.91/Makefile.in-13514-
network-manager-1.27.91/Makefile.in-13515-shared/systemd/src/basic/libnm_systemd_shared_la-env-util.lo: shared/systemd/src/basic/env-util.c
network-manager-1.27.91/Makefile.in:13516:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-env-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-env-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-env-util.lo `test -f 'shared/systemd/src/basic/env-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/env-util.c
network-manager-1.27.91/Makefile.in-13517-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-env-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-env-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13519-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13520:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-env-util.lo `test -f 'shared/systemd/src/basic/env-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/env-util.c
network-manager-1.27.91/Makefile.in-13521-
network-manager-1.27.91/Makefile.in-13522-shared/systemd/src/basic/libnm_systemd_shared_la-escape.lo: shared/systemd/src/basic/escape.c
network-manager-1.27.91/Makefile.in:13523:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-escape.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-escape.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-escape.lo `test -f 'shared/systemd/src/basic/escape.c' || echo '$(srcdir)/'`shared/systemd/src/basic/escape.c
network-manager-1.27.91/Makefile.in-13524-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-escape.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-escape.Plo
##############################################
network-manager-1.27.91/Makefile.in-13526-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13527:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-escape.lo `test -f 'shared/systemd/src/basic/escape.c' || echo '$(srcdir)/'`shared/systemd/src/basic/escape.c
network-manager-1.27.91/Makefile.in-13528-
network-manager-1.27.91/Makefile.in-13529-shared/systemd/src/basic/libnm_systemd_shared_la-ether-addr-util.lo: shared/systemd/src/basic/ether-addr-util.c
network-manager-1.27.91/Makefile.in:13530:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-ether-addr-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-ether-addr-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-ether-addr-util.lo `test -f 'shared/systemd/src/basic/ether-addr-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/ether-addr-util.c
network-manager-1.27.91/Makefile.in-13531-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-ether-addr-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-ether-addr-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13534:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-ether-addr-util.lo `test -f 'shared/systemd/src/basic/ether-addr-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/ether-addr-util.c
network-manager-1.27.91/Makefile.in-13535-
network-manager-1.27.91/Makefile.in-13536-shared/systemd/src/basic/libnm_systemd_shared_la-extract-word.lo: shared/systemd/src/basic/extract-word.c
network-manager-1.27.91/Makefile.in:13537:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-extract-word.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-extract-word.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-extract-word.lo `test -f 'shared/systemd/src/basic/extract-word.c' || echo '$(srcdir)/'`shared/systemd/src/basic/extract-word.c
network-manager-1.27.91/Makefile.in-13538-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-extract-word.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-extract-word.Plo
##############################################
network-manager-1.27.91/Makefile.in-13540-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13541:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-extract-word.lo `test -f 'shared/systemd/src/basic/extract-word.c' || echo '$(srcdir)/'`shared/systemd/src/basic/extract-word.c
network-manager-1.27.91/Makefile.in-13542-
network-manager-1.27.91/Makefile.in-13543-shared/systemd/src/basic/libnm_systemd_shared_la-fd-util.lo: shared/systemd/src/basic/fd-util.c
network-manager-1.27.91/Makefile.in:13544:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-fd-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fd-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-fd-util.lo `test -f 'shared/systemd/src/basic/fd-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/fd-util.c
network-manager-1.27.91/Makefile.in-13545-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fd-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fd-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13547-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13548:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-fd-util.lo `test -f 'shared/systemd/src/basic/fd-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/fd-util.c
network-manager-1.27.91/Makefile.in-13549-
network-manager-1.27.91/Makefile.in-13550-shared/systemd/src/basic/libnm_systemd_shared_la-fileio.lo: shared/systemd/src/basic/fileio.c
network-manager-1.27.91/Makefile.in:13551:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-fileio.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fileio.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-fileio.lo `test -f 'shared/systemd/src/basic/fileio.c' || echo '$(srcdir)/'`shared/systemd/src/basic/fileio.c
network-manager-1.27.91/Makefile.in-13552-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fileio.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fileio.Plo
##############################################
network-manager-1.27.91/Makefile.in-13554-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13555:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-fileio.lo `test -f 'shared/systemd/src/basic/fileio.c' || echo '$(srcdir)/'`shared/systemd/src/basic/fileio.c
network-manager-1.27.91/Makefile.in-13556-
network-manager-1.27.91/Makefile.in-13557-shared/systemd/src/basic/libnm_systemd_shared_la-format-util.lo: shared/systemd/src/basic/format-util.c
network-manager-1.27.91/Makefile.in:13558:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-format-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-format-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-format-util.lo `test -f 'shared/systemd/src/basic/format-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/format-util.c
network-manager-1.27.91/Makefile.in-13559-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-format-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-format-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13561-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13562:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-format-util.lo `test -f 'shared/systemd/src/basic/format-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/format-util.c
network-manager-1.27.91/Makefile.in-13563-
network-manager-1.27.91/Makefile.in-13564-shared/systemd/src/basic/libnm_systemd_shared_la-fs-util.lo: shared/systemd/src/basic/fs-util.c
network-manager-1.27.91/Makefile.in:13565:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-fs-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fs-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-fs-util.lo `test -f 'shared/systemd/src/basic/fs-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/fs-util.c
network-manager-1.27.91/Makefile.in-13566-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fs-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-fs-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13568-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13569:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-fs-util.lo `test -f 'shared/systemd/src/basic/fs-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/fs-util.c
network-manager-1.27.91/Makefile.in-13570-
network-manager-1.27.91/Makefile.in-13571-shared/systemd/src/basic/libnm_systemd_shared_la-hash-funcs.lo: shared/systemd/src/basic/hash-funcs.c
network-manager-1.27.91/Makefile.in:13572:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-hash-funcs.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hash-funcs.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hash-funcs.lo `test -f 'shared/systemd/src/basic/hash-funcs.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hash-funcs.c
network-manager-1.27.91/Makefile.in-13573-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hash-funcs.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hash-funcs.Plo
##############################################
network-manager-1.27.91/Makefile.in-13575-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13576:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hash-funcs.lo `test -f 'shared/systemd/src/basic/hash-funcs.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hash-funcs.c
network-manager-1.27.91/Makefile.in-13577-
network-manager-1.27.91/Makefile.in-13578-shared/systemd/src/basic/libnm_systemd_shared_la-hashmap.lo: shared/systemd/src/basic/hashmap.c
network-manager-1.27.91/Makefile.in:13579:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-hashmap.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hashmap.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hashmap.lo `test -f 'shared/systemd/src/basic/hashmap.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hashmap.c
network-manager-1.27.91/Makefile.in-13580-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hashmap.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hashmap.Plo
##############################################
network-manager-1.27.91/Makefile.in-13582-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13583:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hashmap.lo `test -f 'shared/systemd/src/basic/hashmap.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hashmap.c
network-manager-1.27.91/Makefile.in-13584-
network-manager-1.27.91/Makefile.in-13585-shared/systemd/src/basic/libnm_systemd_shared_la-hexdecoct.lo: shared/systemd/src/basic/hexdecoct.c
network-manager-1.27.91/Makefile.in:13586:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-hexdecoct.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hexdecoct.lo `test -f 'shared/systemd/src/basic/hexdecoct.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hexdecoct.c
network-manager-1.27.91/Makefile.in-13587-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hexdecoct.Plo
##############################################
network-manager-1.27.91/Makefile.in-13589-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13590:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hexdecoct.lo `test -f 'shared/systemd/src/basic/hexdecoct.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hexdecoct.c
network-manager-1.27.91/Makefile.in-13591-
network-manager-1.27.91/Makefile.in-13592-shared/systemd/src/basic/libnm_systemd_shared_la-hostname-util.lo: shared/systemd/src/basic/hostname-util.c
network-manager-1.27.91/Makefile.in:13593:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-hostname-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hostname-util.lo `test -f 'shared/systemd/src/basic/hostname-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hostname-util.c
network-manager-1.27.91/Makefile.in-13594-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-hostname-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13596-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13597:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-hostname-util.lo `test -f 'shared/systemd/src/basic/hostname-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/hostname-util.c
network-manager-1.27.91/Makefile.in-13598-
network-manager-1.27.91/Makefile.in-13599-shared/systemd/src/basic/libnm_systemd_shared_la-in-addr-util.lo: shared/systemd/src/basic/in-addr-util.c
network-manager-1.27.91/Makefile.in:13600:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-in-addr-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-in-addr-util.lo `test -f 'shared/systemd/src/basic/in-addr-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/in-addr-util.c
network-manager-1.27.91/Makefile.in-13601-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-in-addr-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13603-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13604:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-in-addr-util.lo `test -f 'shared/systemd/src/basic/in-addr-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/in-addr-util.c
network-manager-1.27.91/Makefile.in-13605-
network-manager-1.27.91/Makefile.in-13606-shared/systemd/src/basic/libnm_systemd_shared_la-io-util.lo: shared/systemd/src/basic/io-util.c
network-manager-1.27.91/Makefile.in:13607:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-io-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-io-util.lo `test -f 'shared/systemd/src/basic/io-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/io-util.c
network-manager-1.27.91/Makefile.in-13608-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-io-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13611:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-io-util.lo `test -f 'shared/systemd/src/basic/io-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/io-util.c
network-manager-1.27.91/Makefile.in-13612-
network-manager-1.27.91/Makefile.in-13613-shared/systemd/src/basic/libnm_systemd_shared_la-memory-util.lo: shared/systemd/src/basic/memory-util.c
network-manager-1.27.91/Makefile.in:13614:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-memory-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-memory-util.lo `test -f 'shared/systemd/src/basic/memory-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/memory-util.c
network-manager-1.27.91/Makefile.in-13615-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-memory-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13617-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13618:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-memory-util.lo `test -f 'shared/systemd/src/basic/memory-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/memory-util.c
network-manager-1.27.91/Makefile.in-13619-
network-manager-1.27.91/Makefile.in-13620-shared/systemd/src/basic/libnm_systemd_shared_la-mempool.lo: shared/systemd/src/basic/mempool.c
network-manager-1.27.91/Makefile.in:13621:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-mempool.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-mempool.lo `test -f 'shared/systemd/src/basic/mempool.c' || echo '$(srcdir)/'`shared/systemd/src/basic/mempool.c
network-manager-1.27.91/Makefile.in-13622-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-mempool.Plo
##############################################
network-manager-1.27.91/Makefile.in-13624-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13625:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-mempool.lo `test -f 'shared/systemd/src/basic/mempool.c' || echo '$(srcdir)/'`shared/systemd/src/basic/mempool.c
network-manager-1.27.91/Makefile.in-13626-
network-manager-1.27.91/Makefile.in-13627-shared/systemd/src/basic/libnm_systemd_shared_la-parse-util.lo: shared/systemd/src/basic/parse-util.c
network-manager-1.27.91/Makefile.in:13628:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-parse-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-parse-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-parse-util.lo `test -f 'shared/systemd/src/basic/parse-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/parse-util.c
network-manager-1.27.91/Makefile.in-13629-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-parse-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-parse-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13631-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13632:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-parse-util.lo `test -f 'shared/systemd/src/basic/parse-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/parse-util.c
network-manager-1.27.91/Makefile.in-13633-
network-manager-1.27.91/Makefile.in-13634-shared/systemd/src/basic/libnm_systemd_shared_la-path-util.lo: shared/systemd/src/basic/path-util.c
network-manager-1.27.91/Makefile.in:13635:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-path-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-path-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-path-util.lo `test -f 'shared/systemd/src/basic/path-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/path-util.c
network-manager-1.27.91/Makefile.in-13636-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-path-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-path-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-path-util.lo `test -f 'shared/systemd/src/basic/path-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/path-util.c
network-manager-1.27.91/Makefile.in-13640-
network-manager-1.27.91/Makefile.in-13641-shared/systemd/src/basic/libnm_systemd_shared_la-prioq.lo: shared/systemd/src/basic/prioq.c
network-manager-1.27.91/Makefile.in:13642:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-prioq.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-prioq.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-prioq.lo `test -f 'shared/systemd/src/basic/prioq.c' || echo '$(srcdir)/'`shared/systemd/src/basic/prioq.c
network-manager-1.27.91/Makefile.in-13643-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-prioq.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-prioq.Plo
##############################################
network-manager-1.27.91/Makefile.in-13645-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13646:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-prioq.lo `test -f 'shared/systemd/src/basic/prioq.c' || echo '$(srcdir)/'`shared/systemd/src/basic/prioq.c
network-manager-1.27.91/Makefile.in-13647-
network-manager-1.27.91/Makefile.in-13648-shared/systemd/src/basic/libnm_systemd_shared_la-process-util.lo: shared/systemd/src/basic/process-util.c
network-manager-1.27.91/Makefile.in:13649:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-process-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-process-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-process-util.lo `test -f 'shared/systemd/src/basic/process-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/process-util.c
network-manager-1.27.91/Makefile.in-13650-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-process-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-process-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13653:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-process-util.lo `test -f 'shared/systemd/src/basic/process-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/process-util.c
network-manager-1.27.91/Makefile.in-13654-
network-manager-1.27.91/Makefile.in-13655-shared/systemd/src/basic/libnm_systemd_shared_la-random-util.lo: shared/systemd/src/basic/random-util.c
network-manager-1.27.91/Makefile.in:13656:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-random-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-random-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-random-util.lo `test -f 'shared/systemd/src/basic/random-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/random-util.c
network-manager-1.27.91/Makefile.in-13657-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-random-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-random-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13660:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-random-util.lo `test -f 'shared/systemd/src/basic/random-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/random-util.c
network-manager-1.27.91/Makefile.in-13661-
network-manager-1.27.91/Makefile.in-13662-shared/systemd/src/basic/libnm_systemd_shared_la-signal-util.lo: shared/systemd/src/basic/signal-util.c
network-manager-1.27.91/Makefile.in:13663:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-signal-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-signal-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-signal-util.lo `test -f 'shared/systemd/src/basic/signal-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/signal-util.c
network-manager-1.27.91/Makefile.in-13664-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-signal-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-signal-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13667:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-signal-util.lo `test -f 'shared/systemd/src/basic/signal-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/signal-util.c
network-manager-1.27.91/Makefile.in-13668-
network-manager-1.27.91/Makefile.in-13669-shared/systemd/src/basic/libnm_systemd_shared_la-socket-util.lo: shared/systemd/src/basic/socket-util.c
network-manager-1.27.91/Makefile.in:13670:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-socket-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-socket-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-socket-util.lo `test -f 'shared/systemd/src/basic/socket-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/socket-util.c
network-manager-1.27.91/Makefile.in-13671-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-socket-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-socket-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13674:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-socket-util.lo `test -f 'shared/systemd/src/basic/socket-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/socket-util.c
network-manager-1.27.91/Makefile.in-13675-
network-manager-1.27.91/Makefile.in-13676-shared/systemd/src/basic/libnm_systemd_shared_la-stat-util.lo: shared/systemd/src/basic/stat-util.c
network-manager-1.27.91/Makefile.in:13677:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-stat-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-stat-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-stat-util.lo `test -f 'shared/systemd/src/basic/stat-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/stat-util.c
network-manager-1.27.91/Makefile.in-13678-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-stat-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-stat-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13681:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-stat-util.lo `test -f 'shared/systemd/src/basic/stat-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/stat-util.c
network-manager-1.27.91/Makefile.in-13682-
network-manager-1.27.91/Makefile.in-13683-shared/systemd/src/basic/libnm_systemd_shared_la-string-table.lo: shared/systemd/src/basic/string-table.c
network-manager-1.27.91/Makefile.in:13684:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-string-table.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-string-table.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-string-table.lo `test -f 'shared/systemd/src/basic/string-table.c' || echo '$(srcdir)/'`shared/systemd/src/basic/string-table.c
network-manager-1.27.91/Makefile.in-13685-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-string-table.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-string-table.Plo
##############################################
network-manager-1.27.91/Makefile.in-13687-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13688:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-string-table.lo `test -f 'shared/systemd/src/basic/string-table.c' || echo '$(srcdir)/'`shared/systemd/src/basic/string-table.c
network-manager-1.27.91/Makefile.in-13689-
network-manager-1.27.91/Makefile.in-13690-shared/systemd/src/basic/libnm_systemd_shared_la-string-util.lo: shared/systemd/src/basic/string-util.c
network-manager-1.27.91/Makefile.in:13691:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-string-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-string-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-string-util.lo `test -f 'shared/systemd/src/basic/string-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/string-util.c
network-manager-1.27.91/Makefile.in-13692-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-string-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-string-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13694-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13695:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-string-util.lo `test -f 'shared/systemd/src/basic/string-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/string-util.c
network-manager-1.27.91/Makefile.in-13696-
network-manager-1.27.91/Makefile.in-13697-shared/systemd/src/basic/libnm_systemd_shared_la-strv.lo: shared/systemd/src/basic/strv.c
network-manager-1.27.91/Makefile.in:13698:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-strv.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-strv.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-strv.lo `test -f 'shared/systemd/src/basic/strv.c' || echo '$(srcdir)/'`shared/systemd/src/basic/strv.c
network-manager-1.27.91/Makefile.in-13699-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-strv.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-strv.Plo
##############################################
network-manager-1.27.91/Makefile.in-13701-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13702:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-strv.lo `test -f 'shared/systemd/src/basic/strv.c' || echo '$(srcdir)/'`shared/systemd/src/basic/strv.c
network-manager-1.27.91/Makefile.in-13703-
network-manager-1.27.91/Makefile.in-13704-shared/systemd/src/basic/libnm_systemd_shared_la-strxcpyx.lo: shared/systemd/src/basic/strxcpyx.c
network-manager-1.27.91/Makefile.in:13705:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-strxcpyx.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-strxcpyx.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-strxcpyx.lo `test -f 'shared/systemd/src/basic/strxcpyx.c' || echo '$(srcdir)/'`shared/systemd/src/basic/strxcpyx.c
network-manager-1.27.91/Makefile.in-13706-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-strxcpyx.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-strxcpyx.Plo
##############################################
network-manager-1.27.91/Makefile.in-13708-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13709:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-strxcpyx.lo `test -f 'shared/systemd/src/basic/strxcpyx.c' || echo '$(srcdir)/'`shared/systemd/src/basic/strxcpyx.c
network-manager-1.27.91/Makefile.in-13710-
network-manager-1.27.91/Makefile.in-13711-shared/systemd/src/basic/libnm_systemd_shared_la-time-util.lo: shared/systemd/src/basic/time-util.c
network-manager-1.27.91/Makefile.in:13712:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-time-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-time-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-time-util.lo `test -f 'shared/systemd/src/basic/time-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/time-util.c
network-manager-1.27.91/Makefile.in-13713-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-time-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-time-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13715-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13716:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-time-util.lo `test -f 'shared/systemd/src/basic/time-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/time-util.c
network-manager-1.27.91/Makefile.in-13717-
network-manager-1.27.91/Makefile.in-13718-shared/systemd/src/basic/libnm_systemd_shared_la-tmpfile-util.lo: shared/systemd/src/basic/tmpfile-util.c
network-manager-1.27.91/Makefile.in:13719:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-tmpfile-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-tmpfile-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-tmpfile-util.lo `test -f 'shared/systemd/src/basic/tmpfile-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/tmpfile-util.c
network-manager-1.27.91/Makefile.in-13720-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-tmpfile-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-tmpfile-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13722-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13723:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-tmpfile-util.lo `test -f 'shared/systemd/src/basic/tmpfile-util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/tmpfile-util.c
network-manager-1.27.91/Makefile.in-13724-
network-manager-1.27.91/Makefile.in-13725-shared/systemd/src/basic/libnm_systemd_shared_la-utf8.lo: shared/systemd/src/basic/utf8.c
network-manager-1.27.91/Makefile.in:13726:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-utf8.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-utf8.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-utf8.lo `test -f 'shared/systemd/src/basic/utf8.c' || echo '$(srcdir)/'`shared/systemd/src/basic/utf8.c
network-manager-1.27.91/Makefile.in-13727-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-utf8.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-utf8.Plo
##############################################
network-manager-1.27.91/Makefile.in-13729-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13730:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-utf8.lo `test -f 'shared/systemd/src/basic/utf8.c' || echo '$(srcdir)/'`shared/systemd/src/basic/utf8.c
network-manager-1.27.91/Makefile.in-13731-
network-manager-1.27.91/Makefile.in-13732-shared/systemd/src/basic/libnm_systemd_shared_la-util.lo: shared/systemd/src/basic/util.c
network-manager-1.27.91/Makefile.in:13733:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/basic/libnm_systemd_shared_la-util.lo -MD -MP -MF shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-util.Tpo -c -o shared/systemd/src/basic/libnm_systemd_shared_la-util.lo `test -f 'shared/systemd/src/basic/util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/util.c
network-manager-1.27.91/Makefile.in-13734-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-util.Tpo shared/systemd/src/basic/$(DEPDIR)/libnm_systemd_shared_la-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13736-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13737:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/basic/libnm_systemd_shared_la-util.lo `test -f 'shared/systemd/src/basic/util.c' || echo '$(srcdir)/'`shared/systemd/src/basic/util.c
network-manager-1.27.91/Makefile.in-13738-
network-manager-1.27.91/Makefile.in-13739-shared/systemd/src/shared/libnm_systemd_shared_la-dns-domain.lo: shared/systemd/src/shared/dns-domain.c
network-manager-1.27.91/Makefile.in:13740:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/shared/libnm_systemd_shared_la-dns-domain.lo -MD -MP -MF shared/systemd/src/shared/$(DEPDIR)/libnm_systemd_shared_la-dns-domain.Tpo -c -o shared/systemd/src/shared/libnm_systemd_shared_la-dns-domain.lo `test -f 'shared/systemd/src/shared/dns-domain.c' || echo '$(srcdir)/'`shared/systemd/src/shared/dns-domain.c
network-manager-1.27.91/Makefile.in-13741-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/shared/$(DEPDIR)/libnm_systemd_shared_la-dns-domain.Tpo shared/systemd/src/shared/$(DEPDIR)/libnm_systemd_shared_la-dns-domain.Plo
##############################################
network-manager-1.27.91/Makefile.in-13743-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13744:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/shared/libnm_systemd_shared_la-dns-domain.lo `test -f 'shared/systemd/src/shared/dns-domain.c' || echo '$(srcdir)/'`shared/systemd/src/shared/dns-domain.c
network-manager-1.27.91/Makefile.in-13745-
network-manager-1.27.91/Makefile.in-13746-shared/systemd/src/shared/libnm_systemd_shared_la-web-util.lo: shared/systemd/src/shared/web-util.c
network-manager-1.27.91/Makefile.in:13747:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/systemd/src/shared/libnm_systemd_shared_la-web-util.lo -MD -MP -MF shared/systemd/src/shared/$(DEPDIR)/libnm_systemd_shared_la-web-util.Tpo -c -o shared/systemd/src/shared/libnm_systemd_shared_la-web-util.lo `test -f 'shared/systemd/src/shared/web-util.c' || echo '$(srcdir)/'`shared/systemd/src/shared/web-util.c
network-manager-1.27.91/Makefile.in-13748-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/systemd/src/shared/$(DEPDIR)/libnm_systemd_shared_la-web-util.Tpo shared/systemd/src/shared/$(DEPDIR)/libnm_systemd_shared_la-web-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-13750-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13751:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_systemd_libnm_systemd_shared_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/systemd/src/shared/libnm_systemd_shared_la-web-util.lo `test -f 'shared/systemd/src/shared/web-util.c' || echo '$(srcdir)/'`shared/systemd/src/shared/web-util.c
network-manager-1.27.91/Makefile.in-13752-
network-manager-1.27.91/Makefile.in-13753-src/devices/adsl/libnm_device_plugin_adsl_la-nm-atm-manager.lo: src/devices/adsl/nm-atm-manager.c
network-manager-1.27.91/Makefile.in:13754:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_adsl_libnm_device_plugin_adsl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/adsl/libnm_device_plugin_adsl_la-nm-atm-manager.lo -MD -MP -MF src/devices/adsl/$(DEPDIR)/libnm_device_plugin_adsl_la-nm-atm-manager.Tpo -c -o src/devices/adsl/libnm_device_plugin_adsl_la-nm-atm-manager.lo `test -f 'src/devices/adsl/nm-atm-manager.c' || echo '$(srcdir)/'`src/devices/adsl/nm-atm-manager.c
network-manager-1.27.91/Makefile.in-13755-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/adsl/$(DEPDIR)/libnm_device_plugin_adsl_la-nm-atm-manager.Tpo src/devices/adsl/$(DEPDIR)/libnm_device_plugin_adsl_la-nm-atm-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-13757-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13758:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_adsl_libnm_device_plugin_adsl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/adsl/libnm_device_plugin_adsl_la-nm-atm-manager.lo `test -f 'src/devices/adsl/nm-atm-manager.c' || echo '$(srcdir)/'`src/devices/adsl/nm-atm-manager.c
network-manager-1.27.91/Makefile.in-13759-
network-manager-1.27.91/Makefile.in-13760-src/devices/adsl/libnm_device_plugin_adsl_la-nm-device-adsl.lo: src/devices/adsl/nm-device-adsl.c
network-manager-1.27.91/Makefile.in:13761:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_adsl_libnm_device_plugin_adsl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/adsl/libnm_device_plugin_adsl_la-nm-device-adsl.lo -MD -MP -MF src/devices/adsl/$(DEPDIR)/libnm_device_plugin_adsl_la-nm-device-adsl.Tpo -c -o src/devices/adsl/libnm_device_plugin_adsl_la-nm-device-adsl.lo `test -f 'src/devices/adsl/nm-device-adsl.c' || echo '$(srcdir)/'`src/devices/adsl/nm-device-adsl.c
network-manager-1.27.91/Makefile.in-13762-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/adsl/$(DEPDIR)/libnm_device_plugin_adsl_la-nm-device-adsl.Tpo src/devices/adsl/$(DEPDIR)/libnm_device_plugin_adsl_la-nm-device-adsl.Plo
##############################################
network-manager-1.27.91/Makefile.in-13764-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13765:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_adsl_libnm_device_plugin_adsl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/adsl/libnm_device_plugin_adsl_la-nm-device-adsl.lo `test -f 'src/devices/adsl/nm-device-adsl.c' || echo '$(srcdir)/'`src/devices/adsl/nm-device-adsl.c
network-manager-1.27.91/Makefile.in-13766-
network-manager-1.27.91/Makefile.in-13767-src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bt-error.lo: src/devices/bluetooth/nm-bt-error.c
network-manager-1.27.91/Makefile.in:13768:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_bluetooth_utils_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bt-error.lo -MD -MP -MF src/devices/bluetooth/$(DEPDIR)/libnm_bluetooth_utils_la-nm-bt-error.Tpo -c -o src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bt-error.lo `test -f 'src/devices/bluetooth/nm-bt-error.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-bt-error.c
network-manager-1.27.91/Makefile.in-13769-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/bluetooth/$(DEPDIR)/libnm_bluetooth_utils_la-nm-bt-error.Tpo src/devices/bluetooth/$(DEPDIR)/libnm_bluetooth_utils_la-nm-bt-error.Plo
##############################################
network-manager-1.27.91/Makefile.in-13771-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13772:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_bluetooth_utils_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bt-error.lo `test -f 'src/devices/bluetooth/nm-bt-error.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-bt-error.c
network-manager-1.27.91/Makefile.in-13773-
network-manager-1.27.91/Makefile.in-13774-src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bluez5-dun.lo: src/devices/bluetooth/nm-bluez5-dun.c
network-manager-1.27.91/Makefile.in:13775:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_bluetooth_utils_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bluez5-dun.lo -MD -MP -MF src/devices/bluetooth/$(DEPDIR)/libnm_bluetooth_utils_la-nm-bluez5-dun.Tpo -c -o src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bluez5-dun.lo `test -f 'src/devices/bluetooth/nm-bluez5-dun.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-bluez5-dun.c
network-manager-1.27.91/Makefile.in-13776-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/bluetooth/$(DEPDIR)/libnm_bluetooth_utils_la-nm-bluez5-dun.Tpo src/devices/bluetooth/$(DEPDIR)/libnm_bluetooth_utils_la-nm-bluez5-dun.Plo
##############################################
network-manager-1.27.91/Makefile.in-13778-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13779:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_bluetooth_utils_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/bluetooth/libnm_bluetooth_utils_la-nm-bluez5-dun.lo `test -f 'src/devices/bluetooth/nm-bluez5-dun.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-bluez5-dun.c
network-manager-1.27.91/Makefile.in-13780-
network-manager-1.27.91/Makefile.in-13781-src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-bluez-manager.lo: src/devices/bluetooth/nm-bluez-manager.c
network-manager-1.27.91/Makefile.in:13782:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-bluez-manager.lo -MD -MP -MF src/devices/bluetooth/$(DEPDIR)/libnm_device_plugin_bluetooth_la-nm-bluez-manager.Tpo -c -o src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-bluez-manager.lo `test -f 'src/devices/bluetooth/nm-bluez-manager.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-bluez-manager.c
network-manager-1.27.91/Makefile.in-13783-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/bluetooth/$(DEPDIR)/libnm_device_plugin_bluetooth_la-nm-bluez-manager.Tpo src/devices/bluetooth/$(DEPDIR)/libnm_device_plugin_bluetooth_la-nm-bluez-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-13785-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13786:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-bluez-manager.lo `test -f 'src/devices/bluetooth/nm-bluez-manager.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-bluez-manager.c
network-manager-1.27.91/Makefile.in-13787-
network-manager-1.27.91/Makefile.in-13788-src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-device-bt.lo: src/devices/bluetooth/nm-device-bt.c
network-manager-1.27.91/Makefile.in:13789:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-device-bt.lo -MD -MP -MF src/devices/bluetooth/$(DEPDIR)/libnm_device_plugin_bluetooth_la-nm-device-bt.Tpo -c -o src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-device-bt.lo `test -f 'src/devices/bluetooth/nm-device-bt.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-device-bt.c
network-manager-1.27.91/Makefile.in-13790-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/bluetooth/$(DEPDIR)/libnm_device_plugin_bluetooth_la-nm-device-bt.Tpo src/devices/bluetooth/$(DEPDIR)/libnm_device_plugin_bluetooth_la-nm-device-bt.Plo
##############################################
network-manager-1.27.91/Makefile.in-13792-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13793:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/bluetooth/libnm_device_plugin_bluetooth_la-nm-device-bt.lo `test -f 'src/devices/bluetooth/nm-device-bt.c' || echo '$(srcdir)/'`src/devices/bluetooth/nm-device-bt.c
network-manager-1.27.91/Makefile.in-13794-
network-manager-1.27.91/Makefile.in-13795-src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovsdb.lo: src/devices/ovs/nm-ovsdb.c
network-manager-1.27.91/Makefile.in:13796:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovsdb.lo -MD -MP -MF src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-ovsdb.Tpo -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovsdb.lo `test -f 'src/devices/ovs/nm-ovsdb.c' || echo '$(srcdir)/'`src/devices/ovs/nm-ovsdb.c
network-manager-1.27.91/Makefile.in-13797-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-ovsdb.Tpo src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-ovsdb.Plo
##############################################
network-manager-1.27.91/Makefile.in-13799-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13800:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovsdb.lo `test -f 'src/devices/ovs/nm-ovsdb.c' || echo '$(srcdir)/'`src/devices/ovs/nm-ovsdb.c
network-manager-1.27.91/Makefile.in-13801-
network-manager-1.27.91/Makefile.in-13802-src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovs-factory.lo: src/devices/ovs/nm-ovs-factory.c
network-manager-1.27.91/Makefile.in:13803:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovs-factory.lo -MD -MP -MF src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-ovs-factory.Tpo -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovs-factory.lo `test -f 'src/devices/ovs/nm-ovs-factory.c' || echo '$(srcdir)/'`src/devices/ovs/nm-ovs-factory.c
network-manager-1.27.91/Makefile.in-13804-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-ovs-factory.Tpo src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-ovs-factory.Plo
##############################################
network-manager-1.27.91/Makefile.in-13806-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13807:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-ovs-factory.lo `test -f 'src/devices/ovs/nm-ovs-factory.c' || echo '$(srcdir)/'`src/devices/ovs/nm-ovs-factory.c
network-manager-1.27.91/Makefile.in-13808-
network-manager-1.27.91/Makefile.in-13809-src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-interface.lo: src/devices/ovs/nm-device-ovs-interface.c
network-manager-1.27.91/Makefile.in:13810:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-interface.lo -MD -MP -MF src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-interface.Tpo -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-interface.lo `test -f 'src/devices/ovs/nm-device-ovs-interface.c' || echo '$(srcdir)/'`src/devices/ovs/nm-device-ovs-interface.c
network-manager-1.27.91/Makefile.in-13811-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-interface.Tpo src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-interface.Plo
##############################################
network-manager-1.27.91/Makefile.in-13813-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13814:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-interface.lo `test -f 'src/devices/ovs/nm-device-ovs-interface.c' || echo '$(srcdir)/'`src/devices/ovs/nm-device-ovs-interface.c
network-manager-1.27.91/Makefile.in-13815-
network-manager-1.27.91/Makefile.in-13816-src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-port.lo: src/devices/ovs/nm-device-ovs-port.c
network-manager-1.27.91/Makefile.in:13817:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-port.lo -MD -MP -MF src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-port.Tpo -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-port.lo `test -f 'src/devices/ovs/nm-device-ovs-port.c' || echo '$(srcdir)/'`src/devices/ovs/nm-device-ovs-port.c
network-manager-1.27.91/Makefile.in-13818-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-port.Tpo src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-port.Plo
##############################################
network-manager-1.27.91/Makefile.in-13820-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13821:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-port.lo `test -f 'src/devices/ovs/nm-device-ovs-port.c' || echo '$(srcdir)/'`src/devices/ovs/nm-device-ovs-port.c
network-manager-1.27.91/Makefile.in-13822-
network-manager-1.27.91/Makefile.in-13823-src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.lo: src/devices/ovs/nm-device-ovs-bridge.c
network-manager-1.27.91/Makefile.in:13824:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.lo -MD -MP -MF src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.Tpo -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.lo `test -f 'src/devices/ovs/nm-device-ovs-bridge.c' || echo '$(srcdir)/'`src/devices/ovs/nm-device-ovs-bridge.c
network-manager-1.27.91/Makefile.in-13825-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.Tpo src/devices/ovs/$(DEPDIR)/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-13827-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13828:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_ovs_libnm_device_plugin_ovs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/ovs/libnm_device_plugin_ovs_la-nm-device-ovs-bridge.lo `test -f 'src/devices/ovs/nm-device-ovs-bridge.c' || echo '$(srcdir)/'`src/devices/ovs/nm-device-ovs-bridge.c
network-manager-1.27.91/Makefile.in-13829-
network-manager-1.27.91/Makefile.in-13830-src/devices/team/libnm_device_plugin_team_la-nm-team-factory.lo: src/devices/team/nm-team-factory.c
network-manager-1.27.91/Makefile.in:13831:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_team_libnm_device_plugin_team_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/team/libnm_device_plugin_team_la-nm-team-factory.lo -MD -MP -MF src/devices/team/$(DEPDIR)/libnm_device_plugin_team_la-nm-team-factory.Tpo -c -o src/devices/team/libnm_device_plugin_team_la-nm-team-factory.lo `test -f 'src/devices/team/nm-team-factory.c' || echo '$(srcdir)/'`src/devices/team/nm-team-factory.c
network-manager-1.27.91/Makefile.in-13832-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/team/$(DEPDIR)/libnm_device_plugin_team_la-nm-team-factory.Tpo src/devices/team/$(DEPDIR)/libnm_device_plugin_team_la-nm-team-factory.Plo
##############################################
network-manager-1.27.91/Makefile.in-13834-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13835:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_team_libnm_device_plugin_team_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/team/libnm_device_plugin_team_la-nm-team-factory.lo `test -f 'src/devices/team/nm-team-factory.c' || echo '$(srcdir)/'`src/devices/team/nm-team-factory.c
network-manager-1.27.91/Makefile.in-13836-
network-manager-1.27.91/Makefile.in-13837-src/devices/team/libnm_device_plugin_team_la-nm-device-team.lo: src/devices/team/nm-device-team.c
network-manager-1.27.91/Makefile.in:13838:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_team_libnm_device_plugin_team_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/team/libnm_device_plugin_team_la-nm-device-team.lo -MD -MP -MF src/devices/team/$(DEPDIR)/libnm_device_plugin_team_la-nm-device-team.Tpo -c -o src/devices/team/libnm_device_plugin_team_la-nm-device-team.lo `test -f 'src/devices/team/nm-device-team.c' || echo '$(srcdir)/'`src/devices/team/nm-device-team.c
network-manager-1.27.91/Makefile.in-13839-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/team/$(DEPDIR)/libnm_device_plugin_team_la-nm-device-team.Tpo src/devices/team/$(DEPDIR)/libnm_device_plugin_team_la-nm-device-team.Plo
##############################################
network-manager-1.27.91/Makefile.in-13841-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13842:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_team_libnm_device_plugin_team_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/team/libnm_device_plugin_team_la-nm-device-team.lo `test -f 'src/devices/team/nm-device-team.c' || echo '$(srcdir)/'`src/devices/team/nm-device-team.c
network-manager-1.27.91/Makefile.in-13843-
network-manager-1.27.91/Makefile.in-13844-src/devices/wifi/libnm_device_plugin_wifi_la-nm-wifi-factory.lo: src/devices/wifi/nm-wifi-factory.c
network-manager-1.27.91/Makefile.in:13845:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_device_plugin_wifi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_device_plugin_wifi_la-nm-wifi-factory.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_device_plugin_wifi_la-nm-wifi-factory.Tpo -c -o src/devices/wifi/libnm_device_plugin_wifi_la-nm-wifi-factory.lo `test -f 'src/devices/wifi/nm-wifi-factory.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-factory.c
network-manager-1.27.91/Makefile.in-13846-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_device_plugin_wifi_la-nm-wifi-factory.Tpo src/devices/wifi/$(DEPDIR)/libnm_device_plugin_wifi_la-nm-wifi-factory.Plo
##############################################
network-manager-1.27.91/Makefile.in-13848-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13849:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_device_plugin_wifi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_device_plugin_wifi_la-nm-wifi-factory.lo `test -f 'src/devices/wifi/nm-wifi-factory.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-factory.c
network-manager-1.27.91/Makefile.in-13850-
network-manager-1.27.91/Makefile.in-13851-src/devices/wifi/libnm_wifi_base_la-nm-device-olpc-mesh.lo: src/devices/wifi/nm-device-olpc-mesh.c
network-manager-1.27.91/Makefile.in:13852:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-device-olpc-mesh.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-olpc-mesh.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-olpc-mesh.lo `test -f 'src/devices/wifi/nm-device-olpc-mesh.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-olpc-mesh.c
network-manager-1.27.91/Makefile.in-13853-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-olpc-mesh.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-olpc-mesh.Plo
##############################################
network-manager-1.27.91/Makefile.in-13855-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13856:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-olpc-mesh.lo `test -f 'src/devices/wifi/nm-device-olpc-mesh.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-olpc-mesh.c
network-manager-1.27.91/Makefile.in-13857-
network-manager-1.27.91/Makefile.in-13858-src/devices/wifi/libnm_wifi_base_la-nm-device-wifi-p2p.lo: src/devices/wifi/nm-device-wifi-p2p.c
network-manager-1.27.91/Makefile.in:13859:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-device-wifi-p2p.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-wifi-p2p.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-wifi-p2p.lo `test -f 'src/devices/wifi/nm-device-wifi-p2p.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-wifi-p2p.c
network-manager-1.27.91/Makefile.in-13860-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-wifi-p2p.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-wifi-p2p.Plo
##############################################
network-manager-1.27.91/Makefile.in-13862-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13863:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-wifi-p2p.lo `test -f 'src/devices/wifi/nm-device-wifi-p2p.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-wifi-p2p.c
network-manager-1.27.91/Makefile.in-13864-
network-manager-1.27.91/Makefile.in-13865-src/devices/wifi/libnm_wifi_base_la-nm-device-wifi.lo: src/devices/wifi/nm-device-wifi.c
network-manager-1.27.91/Makefile.in:13866:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-device-wifi.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-wifi.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-wifi.lo `test -f 'src/devices/wifi/nm-device-wifi.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-wifi.c
network-manager-1.27.91/Makefile.in-13867-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-wifi.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-wifi.Plo
##############################################
network-manager-1.27.91/Makefile.in-13869-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13870:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-wifi.lo `test -f 'src/devices/wifi/nm-device-wifi.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-wifi.c
network-manager-1.27.91/Makefile.in-13871-
network-manager-1.27.91/Makefile.in-13872-src/devices/wifi/libnm_wifi_base_la-nm-wifi-ap.lo: src/devices/wifi/nm-wifi-ap.c
network-manager-1.27.91/Makefile.in:13873:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-wifi-ap.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-ap.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-ap.lo `test -f 'src/devices/wifi/nm-wifi-ap.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-ap.c
network-manager-1.27.91/Makefile.in-13874-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-ap.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-ap.Plo
##############################################
network-manager-1.27.91/Makefile.in-13876-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13877:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-ap.lo `test -f 'src/devices/wifi/nm-wifi-ap.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-ap.c
network-manager-1.27.91/Makefile.in-13878-
network-manager-1.27.91/Makefile.in-13879-src/devices/wifi/libnm_wifi_base_la-nm-wifi-common.lo: src/devices/wifi/nm-wifi-common.c
network-manager-1.27.91/Makefile.in:13880:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-wifi-common.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-common.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-common.lo `test -f 'src/devices/wifi/nm-wifi-common.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-common.c
network-manager-1.27.91/Makefile.in-13881-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-common.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-common.Plo
##############################################
network-manager-1.27.91/Makefile.in-13883-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13884:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-common.lo `test -f 'src/devices/wifi/nm-wifi-common.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-common.c
network-manager-1.27.91/Makefile.in-13885-
network-manager-1.27.91/Makefile.in-13886-src/devices/wifi/libnm_wifi_base_la-nm-wifi-p2p-peer.lo: src/devices/wifi/nm-wifi-p2p-peer.c
network-manager-1.27.91/Makefile.in:13887:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-wifi-p2p-peer.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-p2p-peer.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-p2p-peer.lo `test -f 'src/devices/wifi/nm-wifi-p2p-peer.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-p2p-peer.c
network-manager-1.27.91/Makefile.in-13888-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-p2p-peer.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-p2p-peer.Plo
##############################################
network-manager-1.27.91/Makefile.in-13890-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13891:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-p2p-peer.lo `test -f 'src/devices/wifi/nm-wifi-p2p-peer.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-p2p-peer.c
network-manager-1.27.91/Makefile.in-13892-
network-manager-1.27.91/Makefile.in-13893-src/devices/wifi/libnm_wifi_base_la-nm-wifi-utils.lo: src/devices/wifi/nm-wifi-utils.c
network-manager-1.27.91/Makefile.in:13894:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-wifi-utils.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-utils.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-utils.lo `test -f 'src/devices/wifi/nm-wifi-utils.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-utils.c
network-manager-1.27.91/Makefile.in-13895-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-utils.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-wifi-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-13897-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13898:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-wifi-utils.lo `test -f 'src/devices/wifi/nm-wifi-utils.c' || echo '$(srcdir)/'`src/devices/wifi/nm-wifi-utils.c
network-manager-1.27.91/Makefile.in-13899-
network-manager-1.27.91/Makefile.in-13900-src/devices/wifi/libnm_wifi_base_la-nm-device-iwd.lo: src/devices/wifi/nm-device-iwd.c
network-manager-1.27.91/Makefile.in:13901:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-device-iwd.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-iwd.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-iwd.lo `test -f 'src/devices/wifi/nm-device-iwd.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-iwd.c
network-manager-1.27.91/Makefile.in-13902-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-iwd.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-device-iwd.Plo
##############################################
network-manager-1.27.91/Makefile.in-13904-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13905:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-device-iwd.lo `test -f 'src/devices/wifi/nm-device-iwd.c' || echo '$(srcdir)/'`src/devices/wifi/nm-device-iwd.c
network-manager-1.27.91/Makefile.in-13906-
network-manager-1.27.91/Makefile.in-13907-src/devices/wifi/libnm_wifi_base_la-nm-iwd-manager.lo: src/devices/wifi/nm-iwd-manager.c
network-manager-1.27.91/Makefile.in:13908:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/libnm_wifi_base_la-nm-iwd-manager.lo -MD -MP -MF src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-iwd-manager.Tpo -c -o src/devices/wifi/libnm_wifi_base_la-nm-iwd-manager.lo `test -f 'src/devices/wifi/nm-iwd-manager.c' || echo '$(srcdir)/'`src/devices/wifi/nm-iwd-manager.c
network-manager-1.27.91/Makefile.in-13909-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-iwd-manager.Tpo src/devices/wifi/$(DEPDIR)/libnm_wifi_base_la-nm-iwd-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-13911-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13912:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_libnm_wifi_base_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/libnm_wifi_base_la-nm-iwd-manager.lo `test -f 'src/devices/wifi/nm-iwd-manager.c' || echo '$(srcdir)/'`src/devices/wifi/nm-iwd-manager.c
network-manager-1.27.91/Makefile.in-13913-
network-manager-1.27.91/Makefile.in-13914-src/devices/wwan/libnm_device_plugin_wwan_la-nm-wwan-factory.lo: src/devices/wwan/nm-wwan-factory.c
network-manager-1.27.91/Makefile.in:13915:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_device_plugin_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_device_plugin_wwan_la-nm-wwan-factory.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_device_plugin_wwan_la-nm-wwan-factory.Tpo -c -o src/devices/wwan/libnm_device_plugin_wwan_la-nm-wwan-factory.lo `test -f 'src/devices/wwan/nm-wwan-factory.c' || echo '$(srcdir)/'`src/devices/wwan/nm-wwan-factory.c
network-manager-1.27.91/Makefile.in-13916-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_device_plugin_wwan_la-nm-wwan-factory.Tpo src/devices/wwan/$(DEPDIR)/libnm_device_plugin_wwan_la-nm-wwan-factory.Plo
##############################################
network-manager-1.27.91/Makefile.in-13918-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13919:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_device_plugin_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_device_plugin_wwan_la-nm-wwan-factory.lo `test -f 'src/devices/wwan/nm-wwan-factory.c' || echo '$(srcdir)/'`src/devices/wwan/nm-wwan-factory.c
network-manager-1.27.91/Makefile.in-13920-
network-manager-1.27.91/Makefile.in-13921-src/devices/wwan/libnm_device_plugin_wwan_la-nm-device-modem.lo: src/devices/wwan/nm-device-modem.c
network-manager-1.27.91/Makefile.in:13922:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_device_plugin_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_device_plugin_wwan_la-nm-device-modem.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_device_plugin_wwan_la-nm-device-modem.Tpo -c -o src/devices/wwan/libnm_device_plugin_wwan_la-nm-device-modem.lo `test -f 'src/devices/wwan/nm-device-modem.c' || echo '$(srcdir)/'`src/devices/wwan/nm-device-modem.c
network-manager-1.27.91/Makefile.in-13923-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_device_plugin_wwan_la-nm-device-modem.Tpo src/devices/wwan/$(DEPDIR)/libnm_device_plugin_wwan_la-nm-device-modem.Plo
##############################################
network-manager-1.27.91/Makefile.in-13925-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13926:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_device_plugin_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_device_plugin_wwan_la-nm-device-modem.lo `test -f 'src/devices/wwan/nm-device-modem.c' || echo '$(srcdir)/'`src/devices/wwan/nm-device-modem.c
network-manager-1.27.91/Makefile.in-13927-
network-manager-1.27.91/Makefile.in-13928-src/devices/wwan/libnm_wwan_la-nm-modem-broadband.lo: src/devices/wwan/nm-modem-broadband.c
network-manager-1.27.91/Makefile.in:13929:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_wwan_la-nm-modem-broadband.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-broadband.Tpo -c -o src/devices/wwan/libnm_wwan_la-nm-modem-broadband.lo `test -f 'src/devices/wwan/nm-modem-broadband.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem-broadband.c
network-manager-1.27.91/Makefile.in-13930-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-broadband.Tpo src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-broadband.Plo
##############################################
network-manager-1.27.91/Makefile.in-13932-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13933:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_wwan_la-nm-modem-broadband.lo `test -f 'src/devices/wwan/nm-modem-broadband.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem-broadband.c
network-manager-1.27.91/Makefile.in-13934-
network-manager-1.27.91/Makefile.in-13935-src/devices/wwan/libnm_wwan_la-nm-modem-manager.lo: src/devices/wwan/nm-modem-manager.c
network-manager-1.27.91/Makefile.in:13936:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_wwan_la-nm-modem-manager.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-manager.Tpo -c -o src/devices/wwan/libnm_wwan_la-nm-modem-manager.lo `test -f 'src/devices/wwan/nm-modem-manager.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem-manager.c
network-manager-1.27.91/Makefile.in-13937-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-manager.Tpo src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-13939-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13940:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_wwan_la-nm-modem-manager.lo `test -f 'src/devices/wwan/nm-modem-manager.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem-manager.c
network-manager-1.27.91/Makefile.in-13941-
network-manager-1.27.91/Makefile.in-13942-src/devices/wwan/libnm_wwan_la-nm-modem.lo: src/devices/wwan/nm-modem.c
network-manager-1.27.91/Makefile.in:13943:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_wwan_la-nm-modem.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem.Tpo -c -o src/devices/wwan/libnm_wwan_la-nm-modem.lo `test -f 'src/devices/wwan/nm-modem.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem.c
network-manager-1.27.91/Makefile.in-13944-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem.Tpo src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem.Plo
##############################################
network-manager-1.27.91/Makefile.in-13946-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13947:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_wwan_la-nm-modem.lo `test -f 'src/devices/wwan/nm-modem.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem.c
network-manager-1.27.91/Makefile.in-13948-
network-manager-1.27.91/Makefile.in-13949-src/devices/wwan/libnm_wwan_la-nm-service-providers.lo: src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in:13950:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_wwan_la-nm-service-providers.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-service-providers.Tpo -c -o src/devices/wwan/libnm_wwan_la-nm-service-providers.lo `test -f 'src/devices/wwan/nm-service-providers.c' || echo '$(srcdir)/'`src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in-13951-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-service-providers.Tpo src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-service-providers.Plo
##############################################
network-manager-1.27.91/Makefile.in-13953-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13954:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_wwan_la-nm-service-providers.lo `test -f 'src/devices/wwan/nm-service-providers.c' || echo '$(srcdir)/'`src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in-13955-
network-manager-1.27.91/Makefile.in-13956-src/devices/wwan/libnm_wwan_la-nm-modem-ofono.lo: src/devices/wwan/nm-modem-ofono.c
network-manager-1.27.91/Makefile.in:13957:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/libnm_wwan_la-nm-modem-ofono.lo -MD -MP -MF src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-ofono.Tpo -c -o src/devices/wwan/libnm_wwan_la-nm-modem-ofono.lo `test -f 'src/devices/wwan/nm-modem-ofono.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem-ofono.c
network-manager-1.27.91/Makefile.in-13958-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-ofono.Tpo src/devices/wwan/$(DEPDIR)/libnm_wwan_la-nm-modem-ofono.Plo
##############################################
network-manager-1.27.91/Makefile.in-13960-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13961:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_libnm_wwan_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/libnm_wwan_la-nm-modem-ofono.lo `test -f 'src/devices/wwan/nm-modem-ofono.c' || echo '$(srcdir)/'`src/devices/wwan/nm-modem-ofono.c
network-manager-1.27.91/Makefile.in-13962-
network-manager-1.27.91/Makefile.in-13963-src/initrd/libnmi_core_la-nmi-cmdline-reader.lo: src/initrd/nmi-cmdline-reader.c
network-manager-1.27.91/Makefile.in:13964:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_libnmi_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/libnmi_core_la-nmi-cmdline-reader.lo -MD -MP -MF src/initrd/$(DEPDIR)/libnmi_core_la-nmi-cmdline-reader.Tpo -c -o src/initrd/libnmi_core_la-nmi-cmdline-reader.lo `test -f 'src/initrd/nmi-cmdline-reader.c' || echo '$(srcdir)/'`src/initrd/nmi-cmdline-reader.c
network-manager-1.27.91/Makefile.in-13965-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/$(DEPDIR)/libnmi_core_la-nmi-cmdline-reader.Tpo src/initrd/$(DEPDIR)/libnmi_core_la-nmi-cmdline-reader.Plo
##############################################
network-manager-1.27.91/Makefile.in-13967-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13968:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_libnmi_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/libnmi_core_la-nmi-cmdline-reader.lo `test -f 'src/initrd/nmi-cmdline-reader.c' || echo '$(srcdir)/'`src/initrd/nmi-cmdline-reader.c
network-manager-1.27.91/Makefile.in-13969-
network-manager-1.27.91/Makefile.in-13970-src/initrd/libnmi_core_la-nmi-dt-reader.lo: src/initrd/nmi-dt-reader.c
network-manager-1.27.91/Makefile.in:13971:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_libnmi_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/libnmi_core_la-nmi-dt-reader.lo -MD -MP -MF src/initrd/$(DEPDIR)/libnmi_core_la-nmi-dt-reader.Tpo -c -o src/initrd/libnmi_core_la-nmi-dt-reader.lo `test -f 'src/initrd/nmi-dt-reader.c' || echo '$(srcdir)/'`src/initrd/nmi-dt-reader.c
network-manager-1.27.91/Makefile.in-13972-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/$(DEPDIR)/libnmi_core_la-nmi-dt-reader.Tpo src/initrd/$(DEPDIR)/libnmi_core_la-nmi-dt-reader.Plo
##############################################
network-manager-1.27.91/Makefile.in-13974-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13975:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_libnmi_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/libnmi_core_la-nmi-dt-reader.lo `test -f 'src/initrd/nmi-dt-reader.c' || echo '$(srcdir)/'`src/initrd/nmi-dt-reader.c
network-manager-1.27.91/Makefile.in-13976-
network-manager-1.27.91/Makefile.in-13977-src/initrd/libnmi_core_la-nmi-ibft-reader.lo: src/initrd/nmi-ibft-reader.c
network-manager-1.27.91/Makefile.in:13978:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_libnmi_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/libnmi_core_la-nmi-ibft-reader.lo -MD -MP -MF src/initrd/$(DEPDIR)/libnmi_core_la-nmi-ibft-reader.Tpo -c -o src/initrd/libnmi_core_la-nmi-ibft-reader.lo `test -f 'src/initrd/nmi-ibft-reader.c' || echo '$(srcdir)/'`src/initrd/nmi-ibft-reader.c
network-manager-1.27.91/Makefile.in-13979-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/$(DEPDIR)/libnmi_core_la-nmi-ibft-reader.Tpo src/initrd/$(DEPDIR)/libnmi_core_la-nmi-ibft-reader.Plo
##############################################
network-manager-1.27.91/Makefile.in-13981-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13982:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_libnmi_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/libnmi_core_la-nmi-ibft-reader.lo `test -f 'src/initrd/nmi-ibft-reader.c' || echo '$(srcdir)/'`src/initrd/nmi-ibft-reader.c
network-manager-1.27.91/Makefile.in-13983-
network-manager-1.27.91/Makefile.in-13984-src/libNetworkManager_la-nm-checkpoint.lo: src/nm-checkpoint.c
network-manager-1.27.91/Makefile.in:13985:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-checkpoint.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-checkpoint.Tpo -c -o src/libNetworkManager_la-nm-checkpoint.lo `test -f 'src/nm-checkpoint.c' || echo '$(srcdir)/'`src/nm-checkpoint.c
network-manager-1.27.91/Makefile.in-13986-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-checkpoint.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-checkpoint.Plo
##############################################
network-manager-1.27.91/Makefile.in-13988-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13989:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-checkpoint.lo `test -f 'src/nm-checkpoint.c' || echo '$(srcdir)/'`src/nm-checkpoint.c
network-manager-1.27.91/Makefile.in-13990-
network-manager-1.27.91/Makefile.in-13991-src/libNetworkManager_la-nm-checkpoint-manager.lo: src/nm-checkpoint-manager.c
network-manager-1.27.91/Makefile.in:13992:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-checkpoint-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-checkpoint-manager.Tpo -c -o src/libNetworkManager_la-nm-checkpoint-manager.lo `test -f 'src/nm-checkpoint-manager.c' || echo '$(srcdir)/'`src/nm-checkpoint-manager.c
network-manager-1.27.91/Makefile.in-13993-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-checkpoint-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-checkpoint-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-13995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:13996:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-checkpoint-manager.lo `test -f 'src/nm-checkpoint-manager.c' || echo '$(srcdir)/'`src/nm-checkpoint-manager.c
network-manager-1.27.91/Makefile.in-13997-
network-manager-1.27.91/Makefile.in-13998-src/devices/libNetworkManager_la-nm-acd-manager.lo: src/devices/nm-acd-manager.c
network-manager-1.27.91/Makefile.in:13999:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-acd-manager.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-acd-manager.Tpo -c -o src/devices/libNetworkManager_la-nm-acd-manager.lo `test -f 'src/devices/nm-acd-manager.c' || echo '$(srcdir)/'`src/devices/nm-acd-manager.c
network-manager-1.27.91/Makefile.in-14000-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-acd-manager.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-acd-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14002-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14003:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-acd-manager.lo `test -f 'src/devices/nm-acd-manager.c' || echo '$(srcdir)/'`src/devices/nm-acd-manager.c
network-manager-1.27.91/Makefile.in-14004-
network-manager-1.27.91/Makefile.in-14005-src/devices/libNetworkManager_la-nm-lldp-listener.lo: src/devices/nm-lldp-listener.c
network-manager-1.27.91/Makefile.in:14006:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-lldp-listener.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-lldp-listener.Tpo -c -o src/devices/libNetworkManager_la-nm-lldp-listener.lo `test -f 'src/devices/nm-lldp-listener.c' || echo '$(srcdir)/'`src/devices/nm-lldp-listener.c
network-manager-1.27.91/Makefile.in-14007-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-lldp-listener.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-lldp-listener.Plo
##############################################
network-manager-1.27.91/Makefile.in-14009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14010:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-lldp-listener.lo `test -f 'src/devices/nm-lldp-listener.c' || echo '$(srcdir)/'`src/devices/nm-lldp-listener.c
network-manager-1.27.91/Makefile.in-14011-
network-manager-1.27.91/Makefile.in-14012-src/devices/libNetworkManager_la-nm-device.lo: src/devices/nm-device.c
network-manager-1.27.91/Makefile.in:14013:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device.Tpo -c -o src/devices/libNetworkManager_la-nm-device.lo `test -f 'src/devices/nm-device.c' || echo '$(srcdir)/'`src/devices/nm-device.c
network-manager-1.27.91/Makefile.in-14014-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device.Plo
##############################################
network-manager-1.27.91/Makefile.in-14016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14017:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device.lo `test -f 'src/devices/nm-device.c' || echo '$(srcdir)/'`src/devices/nm-device.c
network-manager-1.27.91/Makefile.in-14018-
network-manager-1.27.91/Makefile.in-14019-src/devices/libNetworkManager_la-nm-device-ethernet-utils.lo: src/devices/nm-device-ethernet-utils.c
network-manager-1.27.91/Makefile.in:14020:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-ethernet-utils.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ethernet-utils.Tpo -c -o src/devices/libNetworkManager_la-nm-device-ethernet-utils.lo `test -f 'src/devices/nm-device-ethernet-utils.c' || echo '$(srcdir)/'`src/devices/nm-device-ethernet-utils.c
network-manager-1.27.91/Makefile.in-14021-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ethernet-utils.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ethernet-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14024:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-ethernet-utils.lo `test -f 'src/devices/nm-device-ethernet-utils.c' || echo '$(srcdir)/'`src/devices/nm-device-ethernet-utils.c
network-manager-1.27.91/Makefile.in-14025-
network-manager-1.27.91/Makefile.in-14026-src/devices/libNetworkManager_la-nm-device-factory.lo: src/devices/nm-device-factory.c
network-manager-1.27.91/Makefile.in:14027:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-factory.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-factory.Tpo -c -o src/devices/libNetworkManager_la-nm-device-factory.lo `test -f 'src/devices/nm-device-factory.c' || echo '$(srcdir)/'`src/devices/nm-device-factory.c
network-manager-1.27.91/Makefile.in-14028-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-factory.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-factory.Plo
##############################################
network-manager-1.27.91/Makefile.in-14030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-factory.lo `test -f 'src/devices/nm-device-factory.c' || echo '$(srcdir)/'`src/devices/nm-device-factory.c
network-manager-1.27.91/Makefile.in-14032-
network-manager-1.27.91/Makefile.in-14033-src/devices/libNetworkManager_la-nm-device-generic.lo: src/devices/nm-device-generic.c
network-manager-1.27.91/Makefile.in:14034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-generic.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-generic.Tpo -c -o src/devices/libNetworkManager_la-nm-device-generic.lo `test -f 'src/devices/nm-device-generic.c' || echo '$(srcdir)/'`src/devices/nm-device-generic.c
network-manager-1.27.91/Makefile.in-14035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-generic.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-generic.Plo
##############################################
network-manager-1.27.91/Makefile.in-14037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-generic.lo `test -f 'src/devices/nm-device-generic.c' || echo '$(srcdir)/'`src/devices/nm-device-generic.c
network-manager-1.27.91/Makefile.in-14039-
network-manager-1.27.91/Makefile.in-14040-src/devices/libNetworkManager_la-nm-device-6lowpan.lo: src/devices/nm-device-6lowpan.c
network-manager-1.27.91/Makefile.in:14041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-6lowpan.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-6lowpan.Tpo -c -o src/devices/libNetworkManager_la-nm-device-6lowpan.lo `test -f 'src/devices/nm-device-6lowpan.c' || echo '$(srcdir)/'`src/devices/nm-device-6lowpan.c
network-manager-1.27.91/Makefile.in-14042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-6lowpan.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-6lowpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-14044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-6lowpan.lo `test -f 'src/devices/nm-device-6lowpan.c' || echo '$(srcdir)/'`src/devices/nm-device-6lowpan.c
network-manager-1.27.91/Makefile.in-14046-
network-manager-1.27.91/Makefile.in-14047-src/devices/libNetworkManager_la-nm-device-bond.lo: src/devices/nm-device-bond.c
network-manager-1.27.91/Makefile.in:14048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-bond.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-bond.Tpo -c -o src/devices/libNetworkManager_la-nm-device-bond.lo `test -f 'src/devices/nm-device-bond.c' || echo '$(srcdir)/'`src/devices/nm-device-bond.c
network-manager-1.27.91/Makefile.in-14049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-bond.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-bond.Plo
##############################################
network-manager-1.27.91/Makefile.in-14051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-bond.lo `test -f 'src/devices/nm-device-bond.c' || echo '$(srcdir)/'`src/devices/nm-device-bond.c
network-manager-1.27.91/Makefile.in-14053-
network-manager-1.27.91/Makefile.in-14054-src/devices/libNetworkManager_la-nm-device-bridge.lo: src/devices/nm-device-bridge.c
network-manager-1.27.91/Makefile.in:14055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-bridge.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-bridge.Tpo -c -o src/devices/libNetworkManager_la-nm-device-bridge.lo `test -f 'src/devices/nm-device-bridge.c' || echo '$(srcdir)/'`src/devices/nm-device-bridge.c
network-manager-1.27.91/Makefile.in-14056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-bridge.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-bridge.Plo
##############################################
network-manager-1.27.91/Makefile.in-14058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-bridge.lo `test -f 'src/devices/nm-device-bridge.c' || echo '$(srcdir)/'`src/devices/nm-device-bridge.c
network-manager-1.27.91/Makefile.in-14060-
network-manager-1.27.91/Makefile.in-14061-src/devices/libNetworkManager_la-nm-device-dummy.lo: src/devices/nm-device-dummy.c
network-manager-1.27.91/Makefile.in:14062:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-dummy.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-dummy.Tpo -c -o src/devices/libNetworkManager_la-nm-device-dummy.lo `test -f 'src/devices/nm-device-dummy.c' || echo '$(srcdir)/'`src/devices/nm-device-dummy.c
network-manager-1.27.91/Makefile.in-14063-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-dummy.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-dummy.Plo
##############################################
network-manager-1.27.91/Makefile.in-14065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14066:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-dummy.lo `test -f 'src/devices/nm-device-dummy.c' || echo '$(srcdir)/'`src/devices/nm-device-dummy.c
network-manager-1.27.91/Makefile.in-14067-
network-manager-1.27.91/Makefile.in-14068-src/devices/libNetworkManager_la-nm-device-ethernet.lo: src/devices/nm-device-ethernet.c
network-manager-1.27.91/Makefile.in:14069:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-ethernet.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ethernet.Tpo -c -o src/devices/libNetworkManager_la-nm-device-ethernet.lo `test -f 'src/devices/nm-device-ethernet.c' || echo '$(srcdir)/'`src/devices/nm-device-ethernet.c
network-manager-1.27.91/Makefile.in-14070-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ethernet.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ethernet.Plo
##############################################
network-manager-1.27.91/Makefile.in-14072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14073:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-ethernet.lo `test -f 'src/devices/nm-device-ethernet.c' || echo '$(srcdir)/'`src/devices/nm-device-ethernet.c
network-manager-1.27.91/Makefile.in-14074-
network-manager-1.27.91/Makefile.in-14075-src/devices/libNetworkManager_la-nm-device-infiniband.lo: src/devices/nm-device-infiniband.c
network-manager-1.27.91/Makefile.in:14076:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-infiniband.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-infiniband.Tpo -c -o src/devices/libNetworkManager_la-nm-device-infiniband.lo `test -f 'src/devices/nm-device-infiniband.c' || echo '$(srcdir)/'`src/devices/nm-device-infiniband.c
network-manager-1.27.91/Makefile.in-14077-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-infiniband.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-infiniband.Plo
##############################################
network-manager-1.27.91/Makefile.in-14079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14080:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-infiniband.lo `test -f 'src/devices/nm-device-infiniband.c' || echo '$(srcdir)/'`src/devices/nm-device-infiniband.c
network-manager-1.27.91/Makefile.in-14081-
network-manager-1.27.91/Makefile.in-14082-src/devices/libNetworkManager_la-nm-device-ip-tunnel.lo: src/devices/nm-device-ip-tunnel.c
network-manager-1.27.91/Makefile.in:14083:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-ip-tunnel.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ip-tunnel.Tpo -c -o src/devices/libNetworkManager_la-nm-device-ip-tunnel.lo `test -f 'src/devices/nm-device-ip-tunnel.c' || echo '$(srcdir)/'`src/devices/nm-device-ip-tunnel.c
network-manager-1.27.91/Makefile.in-14084-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ip-tunnel.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ip-tunnel.Plo
##############################################
network-manager-1.27.91/Makefile.in-14086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14087:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-ip-tunnel.lo `test -f 'src/devices/nm-device-ip-tunnel.c' || echo '$(srcdir)/'`src/devices/nm-device-ip-tunnel.c
network-manager-1.27.91/Makefile.in-14088-
network-manager-1.27.91/Makefile.in-14089-src/devices/libNetworkManager_la-nm-device-macsec.lo: src/devices/nm-device-macsec.c
network-manager-1.27.91/Makefile.in:14090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-macsec.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-macsec.Tpo -c -o src/devices/libNetworkManager_la-nm-device-macsec.lo `test -f 'src/devices/nm-device-macsec.c' || echo '$(srcdir)/'`src/devices/nm-device-macsec.c
network-manager-1.27.91/Makefile.in-14091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-macsec.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-macsec.Plo
##############################################
network-manager-1.27.91/Makefile.in-14093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-macsec.lo `test -f 'src/devices/nm-device-macsec.c' || echo '$(srcdir)/'`src/devices/nm-device-macsec.c
network-manager-1.27.91/Makefile.in-14095-
network-manager-1.27.91/Makefile.in-14096-src/devices/libNetworkManager_la-nm-device-macvlan.lo: src/devices/nm-device-macvlan.c
network-manager-1.27.91/Makefile.in:14097:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-macvlan.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-macvlan.Tpo -c -o src/devices/libNetworkManager_la-nm-device-macvlan.lo `test -f 'src/devices/nm-device-macvlan.c' || echo '$(srcdir)/'`src/devices/nm-device-macvlan.c
network-manager-1.27.91/Makefile.in-14098-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-macvlan.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-macvlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-14100-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14101:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-macvlan.lo `test -f 'src/devices/nm-device-macvlan.c' || echo '$(srcdir)/'`src/devices/nm-device-macvlan.c
network-manager-1.27.91/Makefile.in-14102-
network-manager-1.27.91/Makefile.in-14103-src/devices/libNetworkManager_la-nm-device-ppp.lo: src/devices/nm-device-ppp.c
network-manager-1.27.91/Makefile.in:14104:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-ppp.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ppp.Tpo -c -o src/devices/libNetworkManager_la-nm-device-ppp.lo `test -f 'src/devices/nm-device-ppp.c' || echo '$(srcdir)/'`src/devices/nm-device-ppp.c
network-manager-1.27.91/Makefile.in-14105-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ppp.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-ppp.Plo
##############################################
network-manager-1.27.91/Makefile.in-14107-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14108:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-ppp.lo `test -f 'src/devices/nm-device-ppp.c' || echo '$(srcdir)/'`src/devices/nm-device-ppp.c
network-manager-1.27.91/Makefile.in-14109-
network-manager-1.27.91/Makefile.in-14110-src/devices/libNetworkManager_la-nm-device-tun.lo: src/devices/nm-device-tun.c
network-manager-1.27.91/Makefile.in:14111:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-tun.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-tun.Tpo -c -o src/devices/libNetworkManager_la-nm-device-tun.lo `test -f 'src/devices/nm-device-tun.c' || echo '$(srcdir)/'`src/devices/nm-device-tun.c
network-manager-1.27.91/Makefile.in-14112-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-tun.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-tun.Plo
##############################################
network-manager-1.27.91/Makefile.in-14114-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14115:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-tun.lo `test -f 'src/devices/nm-device-tun.c' || echo '$(srcdir)/'`src/devices/nm-device-tun.c
network-manager-1.27.91/Makefile.in-14116-
network-manager-1.27.91/Makefile.in-14117-src/devices/libNetworkManager_la-nm-device-veth.lo: src/devices/nm-device-veth.c
network-manager-1.27.91/Makefile.in:14118:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-veth.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-veth.Tpo -c -o src/devices/libNetworkManager_la-nm-device-veth.lo `test -f 'src/devices/nm-device-veth.c' || echo '$(srcdir)/'`src/devices/nm-device-veth.c
network-manager-1.27.91/Makefile.in-14119-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-veth.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-veth.Plo
##############################################
network-manager-1.27.91/Makefile.in-14121-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14122:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-veth.lo `test -f 'src/devices/nm-device-veth.c' || echo '$(srcdir)/'`src/devices/nm-device-veth.c
network-manager-1.27.91/Makefile.in-14123-
network-manager-1.27.91/Makefile.in-14124-src/devices/libNetworkManager_la-nm-device-vlan.lo: src/devices/nm-device-vlan.c
network-manager-1.27.91/Makefile.in:14125:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-vlan.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vlan.Tpo -c -o src/devices/libNetworkManager_la-nm-device-vlan.lo `test -f 'src/devices/nm-device-vlan.c' || echo '$(srcdir)/'`src/devices/nm-device-vlan.c
network-manager-1.27.91/Makefile.in-14126-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vlan.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-14128-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14129:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-vlan.lo `test -f 'src/devices/nm-device-vlan.c' || echo '$(srcdir)/'`src/devices/nm-device-vlan.c
network-manager-1.27.91/Makefile.in-14130-
network-manager-1.27.91/Makefile.in-14131-src/devices/libNetworkManager_la-nm-device-vrf.lo: src/devices/nm-device-vrf.c
network-manager-1.27.91/Makefile.in:14132:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-vrf.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vrf.Tpo -c -o src/devices/libNetworkManager_la-nm-device-vrf.lo `test -f 'src/devices/nm-device-vrf.c' || echo '$(srcdir)/'`src/devices/nm-device-vrf.c
network-manager-1.27.91/Makefile.in-14133-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vrf.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vrf.Plo
##############################################
network-manager-1.27.91/Makefile.in-14135-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14136:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-vrf.lo `test -f 'src/devices/nm-device-vrf.c' || echo '$(srcdir)/'`src/devices/nm-device-vrf.c
network-manager-1.27.91/Makefile.in-14137-
network-manager-1.27.91/Makefile.in-14138-src/devices/libNetworkManager_la-nm-device-vxlan.lo: src/devices/nm-device-vxlan.c
network-manager-1.27.91/Makefile.in:14139:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-vxlan.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vxlan.Tpo -c -o src/devices/libNetworkManager_la-nm-device-vxlan.lo `test -f 'src/devices/nm-device-vxlan.c' || echo '$(srcdir)/'`src/devices/nm-device-vxlan.c
network-manager-1.27.91/Makefile.in-14140-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vxlan.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-vxlan.Plo
##############################################
network-manager-1.27.91/Makefile.in-14142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14143:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-vxlan.lo `test -f 'src/devices/nm-device-vxlan.c' || echo '$(srcdir)/'`src/devices/nm-device-vxlan.c
network-manager-1.27.91/Makefile.in-14144-
network-manager-1.27.91/Makefile.in-14145-src/devices/libNetworkManager_la-nm-device-wireguard.lo: src/devices/nm-device-wireguard.c
network-manager-1.27.91/Makefile.in:14146:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-wireguard.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-wireguard.Tpo -c -o src/devices/libNetworkManager_la-nm-device-wireguard.lo `test -f 'src/devices/nm-device-wireguard.c' || echo '$(srcdir)/'`src/devices/nm-device-wireguard.c
network-manager-1.27.91/Makefile.in-14147-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-wireguard.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-wireguard.Plo
##############################################
network-manager-1.27.91/Makefile.in-14149-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14150:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-wireguard.lo `test -f 'src/devices/nm-device-wireguard.c' || echo '$(srcdir)/'`src/devices/nm-device-wireguard.c
network-manager-1.27.91/Makefile.in-14151-
network-manager-1.27.91/Makefile.in-14152-src/devices/libNetworkManager_la-nm-device-wpan.lo: src/devices/nm-device-wpan.c
network-manager-1.27.91/Makefile.in:14153:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/libNetworkManager_la-nm-device-wpan.lo -MD -MP -MF src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-wpan.Tpo -c -o src/devices/libNetworkManager_la-nm-device-wpan.lo `test -f 'src/devices/nm-device-wpan.c' || echo '$(srcdir)/'`src/devices/nm-device-wpan.c
network-manager-1.27.91/Makefile.in-14154-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-wpan.Tpo src/devices/$(DEPDIR)/libNetworkManager_la-nm-device-wpan.Plo
##############################################
network-manager-1.27.91/Makefile.in-14156-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14157:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/libNetworkManager_la-nm-device-wpan.lo `test -f 'src/devices/nm-device-wpan.c' || echo '$(srcdir)/'`src/devices/nm-device-wpan.c
network-manager-1.27.91/Makefile.in-14158-
network-manager-1.27.91/Makefile.in-14159-src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcanon.lo: src/dhcp/nm-dhcp-dhcpcanon.c
network-manager-1.27.91/Makefile.in:14160:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcanon.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhcpcanon.Tpo -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcanon.lo `test -f 'src/dhcp/nm-dhcp-dhcpcanon.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhcpcanon.c
network-manager-1.27.91/Makefile.in-14161-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhcpcanon.Tpo src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhcpcanon.Plo
##############################################
network-manager-1.27.91/Makefile.in-14163-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14164:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcanon.lo `test -f 'src/dhcp/nm-dhcp-dhcpcanon.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhcpcanon.c
network-manager-1.27.91/Makefile.in-14165-
network-manager-1.27.91/Makefile.in-14166-src/dhcp/libNetworkManager_la-nm-dhcp-dhclient.lo: src/dhcp/nm-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in:14167:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManager_la-nm-dhcp-dhclient.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhclient.Tpo -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhclient.lo `test -f 'src/dhcp/nm-dhcp-dhclient.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in-14168-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhclient.Tpo src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhclient.Plo
##############################################
network-manager-1.27.91/Makefile.in-14170-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14171:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhclient.lo `test -f 'src/dhcp/nm-dhcp-dhclient.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in-14172-
network-manager-1.27.91/Makefile.in-14173-src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcd.lo: src/dhcp/nm-dhcp-dhcpcd.c
network-manager-1.27.91/Makefile.in:14174:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcd.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhcpcd.Tpo -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcd.lo `test -f 'src/dhcp/nm-dhcp-dhcpcd.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhcpcd.c
network-manager-1.27.91/Makefile.in-14175-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhcpcd.Tpo src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhcpcd.Plo
##############################################
network-manager-1.27.91/Makefile.in-14177-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14178:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhcpcd.lo `test -f 'src/dhcp/nm-dhcp-dhcpcd.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhcpcd.c
network-manager-1.27.91/Makefile.in-14179-
network-manager-1.27.91/Makefile.in-14180-src/dhcp/libNetworkManager_la-nm-dhcp-listener.lo: src/dhcp/nm-dhcp-listener.c
network-manager-1.27.91/Makefile.in:14181:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManager_la-nm-dhcp-listener.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-listener.Tpo -c -o src/dhcp/libNetworkManager_la-nm-dhcp-listener.lo `test -f 'src/dhcp/nm-dhcp-listener.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-listener.c
network-manager-1.27.91/Makefile.in-14182-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-listener.Tpo src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-listener.Plo
##############################################
network-manager-1.27.91/Makefile.in-14184-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14185:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManager_la-nm-dhcp-listener.lo `test -f 'src/dhcp/nm-dhcp-listener.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-listener.c
network-manager-1.27.91/Makefile.in-14186-
network-manager-1.27.91/Makefile.in-14187-src/dhcp/libNetworkManager_la-nm-dhcp-dhclient-utils.lo: src/dhcp/nm-dhcp-dhclient-utils.c
network-manager-1.27.91/Makefile.in:14188:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManager_la-nm-dhcp-dhclient-utils.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhclient-utils.Tpo -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhclient-utils.lo `test -f 'src/dhcp/nm-dhcp-dhclient-utils.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhclient-utils.c
network-manager-1.27.91/Makefile.in-14189-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhclient-utils.Tpo src/dhcp/$(DEPDIR)/libNetworkManager_la-nm-dhcp-dhclient-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14191-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14192:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManager_la-nm-dhcp-dhclient-utils.lo `test -f 'src/dhcp/nm-dhcp-dhclient-utils.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-dhclient-utils.c
network-manager-1.27.91/Makefile.in-14193-
network-manager-1.27.91/Makefile.in-14194-src/dns/libNetworkManager_la-nm-dns-manager.lo: src/dns/nm-dns-manager.c
network-manager-1.27.91/Makefile.in:14195:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dns/libNetworkManager_la-nm-dns-manager.lo -MD -MP -MF src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-manager.Tpo -c -o src/dns/libNetworkManager_la-nm-dns-manager.lo `test -f 'src/dns/nm-dns-manager.c' || echo '$(srcdir)/'`src/dns/nm-dns-manager.c
network-manager-1.27.91/Makefile.in-14196-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-manager.Tpo src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14198-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14199:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dns/libNetworkManager_la-nm-dns-manager.lo `test -f 'src/dns/nm-dns-manager.c' || echo '$(srcdir)/'`src/dns/nm-dns-manager.c
network-manager-1.27.91/Makefile.in-14200-
network-manager-1.27.91/Makefile.in-14201-src/dns/libNetworkManager_la-nm-dns-plugin.lo: src/dns/nm-dns-plugin.c
network-manager-1.27.91/Makefile.in:14202:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dns/libNetworkManager_la-nm-dns-plugin.lo -MD -MP -MF src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-plugin.Tpo -c -o src/dns/libNetworkManager_la-nm-dns-plugin.lo `test -f 'src/dns/nm-dns-plugin.c' || echo '$(srcdir)/'`src/dns/nm-dns-plugin.c
network-manager-1.27.91/Makefile.in-14203-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-plugin.Tpo src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-14205-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14206:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dns/libNetworkManager_la-nm-dns-plugin.lo `test -f 'src/dns/nm-dns-plugin.c' || echo '$(srcdir)/'`src/dns/nm-dns-plugin.c
network-manager-1.27.91/Makefile.in-14207-
network-manager-1.27.91/Makefile.in-14208-src/dns/libNetworkManager_la-nm-dns-dnsmasq.lo: src/dns/nm-dns-dnsmasq.c
network-manager-1.27.91/Makefile.in:14209:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dns/libNetworkManager_la-nm-dns-dnsmasq.lo -MD -MP -MF src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-dnsmasq.Tpo -c -o src/dns/libNetworkManager_la-nm-dns-dnsmasq.lo `test -f 'src/dns/nm-dns-dnsmasq.c' || echo '$(srcdir)/'`src/dns/nm-dns-dnsmasq.c
network-manager-1.27.91/Makefile.in-14210-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-dnsmasq.Tpo src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-dnsmasq.Plo
##############################################
network-manager-1.27.91/Makefile.in-14212-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14213:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dns/libNetworkManager_la-nm-dns-dnsmasq.lo `test -f 'src/dns/nm-dns-dnsmasq.c' || echo '$(srcdir)/'`src/dns/nm-dns-dnsmasq.c
network-manager-1.27.91/Makefile.in-14214-
network-manager-1.27.91/Makefile.in-14215-src/dns/libNetworkManager_la-nm-dns-systemd-resolved.lo: src/dns/nm-dns-systemd-resolved.c
network-manager-1.27.91/Makefile.in:14216:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dns/libNetworkManager_la-nm-dns-systemd-resolved.lo -MD -MP -MF src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-systemd-resolved.Tpo -c -o src/dns/libNetworkManager_la-nm-dns-systemd-resolved.lo `test -f 'src/dns/nm-dns-systemd-resolved.c' || echo '$(srcdir)/'`src/dns/nm-dns-systemd-resolved.c
network-manager-1.27.91/Makefile.in-14217-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-systemd-resolved.Tpo src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-systemd-resolved.Plo
##############################################
network-manager-1.27.91/Makefile.in-14219-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14220:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dns/libNetworkManager_la-nm-dns-systemd-resolved.lo `test -f 'src/dns/nm-dns-systemd-resolved.c' || echo '$(srcdir)/'`src/dns/nm-dns-systemd-resolved.c
network-manager-1.27.91/Makefile.in-14221-
network-manager-1.27.91/Makefile.in-14222-src/dns/libNetworkManager_la-nm-dns-unbound.lo: src/dns/nm-dns-unbound.c
network-manager-1.27.91/Makefile.in:14223:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dns/libNetworkManager_la-nm-dns-unbound.lo -MD -MP -MF src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-unbound.Tpo -c -o src/dns/libNetworkManager_la-nm-dns-unbound.lo `test -f 'src/dns/nm-dns-unbound.c' || echo '$(srcdir)/'`src/dns/nm-dns-unbound.c
network-manager-1.27.91/Makefile.in-14224-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-unbound.Tpo src/dns/$(DEPDIR)/libNetworkManager_la-nm-dns-unbound.Plo
##############################################
network-manager-1.27.91/Makefile.in-14226-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14227:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dns/libNetworkManager_la-nm-dns-unbound.lo `test -f 'src/dns/nm-dns-unbound.c' || echo '$(srcdir)/'`src/dns/nm-dns-unbound.c
network-manager-1.27.91/Makefile.in-14228-
network-manager-1.27.91/Makefile.in-14229-src/dnsmasq/libNetworkManager_la-nm-dnsmasq-manager.lo: src/dnsmasq/nm-dnsmasq-manager.c
network-manager-1.27.91/Makefile.in:14230:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dnsmasq/libNetworkManager_la-nm-dnsmasq-manager.lo -MD -MP -MF src/dnsmasq/$(DEPDIR)/libNetworkManager_la-nm-dnsmasq-manager.Tpo -c -o src/dnsmasq/libNetworkManager_la-nm-dnsmasq-manager.lo `test -f 'src/dnsmasq/nm-dnsmasq-manager.c' || echo '$(srcdir)/'`src/dnsmasq/nm-dnsmasq-manager.c
network-manager-1.27.91/Makefile.in-14231-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dnsmasq/$(DEPDIR)/libNetworkManager_la-nm-dnsmasq-manager.Tpo src/dnsmasq/$(DEPDIR)/libNetworkManager_la-nm-dnsmasq-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14233-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14234:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dnsmasq/libNetworkManager_la-nm-dnsmasq-manager.lo `test -f 'src/dnsmasq/nm-dnsmasq-manager.c' || echo '$(srcdir)/'`src/dnsmasq/nm-dnsmasq-manager.c
network-manager-1.27.91/Makefile.in-14235-
network-manager-1.27.91/Makefile.in-14236-src/dnsmasq/libNetworkManager_la-nm-dnsmasq-utils.lo: src/dnsmasq/nm-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in:14237:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dnsmasq/libNetworkManager_la-nm-dnsmasq-utils.lo -MD -MP -MF src/dnsmasq/$(DEPDIR)/libNetworkManager_la-nm-dnsmasq-utils.Tpo -c -o src/dnsmasq/libNetworkManager_la-nm-dnsmasq-utils.lo `test -f 'src/dnsmasq/nm-dnsmasq-utils.c' || echo '$(srcdir)/'`src/dnsmasq/nm-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in-14238-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dnsmasq/$(DEPDIR)/libNetworkManager_la-nm-dnsmasq-utils.Tpo src/dnsmasq/$(DEPDIR)/libNetworkManager_la-nm-dnsmasq-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14240-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14241:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dnsmasq/libNetworkManager_la-nm-dnsmasq-utils.lo `test -f 'src/dnsmasq/nm-dnsmasq-utils.c' || echo '$(srcdir)/'`src/dnsmasq/nm-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in-14242-
network-manager-1.27.91/Makefile.in-14243-src/ppp/libNetworkManager_la-nm-ppp-manager-call.lo: src/ppp/nm-ppp-manager-call.c
network-manager-1.27.91/Makefile.in:14244:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ppp/libNetworkManager_la-nm-ppp-manager-call.lo -MD -MP -MF src/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Tpo -c -o src/ppp/libNetworkManager_la-nm-ppp-manager-call.lo `test -f 'src/ppp/nm-ppp-manager-call.c' || echo '$(srcdir)/'`src/ppp/nm-ppp-manager-call.c
network-manager-1.27.91/Makefile.in-14245-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Tpo src/ppp/$(DEPDIR)/libNetworkManager_la-nm-ppp-manager-call.Plo
##############################################
network-manager-1.27.91/Makefile.in-14247-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14248:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ppp/libNetworkManager_la-nm-ppp-manager-call.lo `test -f 'src/ppp/nm-ppp-manager-call.c' || echo '$(srcdir)/'`src/ppp/nm-ppp-manager-call.c
network-manager-1.27.91/Makefile.in-14249-
network-manager-1.27.91/Makefile.in-14250-src/libNetworkManager_la-nm-hostname-manager.lo: src/nm-hostname-manager.c
network-manager-1.27.91/Makefile.in:14251:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-hostname-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-hostname-manager.Tpo -c -o src/libNetworkManager_la-nm-hostname-manager.lo `test -f 'src/nm-hostname-manager.c' || echo '$(srcdir)/'`src/nm-hostname-manager.c
network-manager-1.27.91/Makefile.in-14252-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-hostname-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-hostname-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14254-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14255:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-hostname-manager.lo `test -f 'src/nm-hostname-manager.c' || echo '$(srcdir)/'`src/nm-hostname-manager.c
network-manager-1.27.91/Makefile.in-14256-
network-manager-1.27.91/Makefile.in-14257-src/settings/libNetworkManager_la-nm-agent-manager.lo: src/settings/nm-agent-manager.c
network-manager-1.27.91/Makefile.in:14258:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-agent-manager.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-agent-manager.Tpo -c -o src/settings/libNetworkManager_la-nm-agent-manager.lo `test -f 'src/settings/nm-agent-manager.c' || echo '$(srcdir)/'`src/settings/nm-agent-manager.c
network-manager-1.27.91/Makefile.in-14259-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-agent-manager.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-agent-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14261-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14262:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-agent-manager.lo `test -f 'src/settings/nm-agent-manager.c' || echo '$(srcdir)/'`src/settings/nm-agent-manager.c
network-manager-1.27.91/Makefile.in-14263-
network-manager-1.27.91/Makefile.in-14264-src/settings/libNetworkManager_la-nm-secret-agent.lo: src/settings/nm-secret-agent.c
network-manager-1.27.91/Makefile.in:14265:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-secret-agent.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-secret-agent.Tpo -c -o src/settings/libNetworkManager_la-nm-secret-agent.lo `test -f 'src/settings/nm-secret-agent.c' || echo '$(srcdir)/'`src/settings/nm-secret-agent.c
network-manager-1.27.91/Makefile.in-14266-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-secret-agent.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-secret-agent.Plo
##############################################
network-manager-1.27.91/Makefile.in-14268-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14269:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-secret-agent.lo `test -f 'src/settings/nm-secret-agent.c' || echo '$(srcdir)/'`src/settings/nm-secret-agent.c
network-manager-1.27.91/Makefile.in-14270-
network-manager-1.27.91/Makefile.in-14271-src/settings/libNetworkManager_la-nm-settings-connection.lo: src/settings/nm-settings-connection.c
network-manager-1.27.91/Makefile.in:14272:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-settings-connection.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-connection.Tpo -c -o src/settings/libNetworkManager_la-nm-settings-connection.lo `test -f 'src/settings/nm-settings-connection.c' || echo '$(srcdir)/'`src/settings/nm-settings-connection.c
network-manager-1.27.91/Makefile.in-14273-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-connection.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-14275-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14276:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-settings-connection.lo `test -f 'src/settings/nm-settings-connection.c' || echo '$(srcdir)/'`src/settings/nm-settings-connection.c
network-manager-1.27.91/Makefile.in-14277-
network-manager-1.27.91/Makefile.in-14278-src/settings/libNetworkManager_la-nm-settings-storage.lo: src/settings/nm-settings-storage.c
network-manager-1.27.91/Makefile.in:14279:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-settings-storage.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-storage.Tpo -c -o src/settings/libNetworkManager_la-nm-settings-storage.lo `test -f 'src/settings/nm-settings-storage.c' || echo '$(srcdir)/'`src/settings/nm-settings-storage.c
network-manager-1.27.91/Makefile.in-14280-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-storage.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-storage.Plo
##############################################
network-manager-1.27.91/Makefile.in-14282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-settings-storage.lo `test -f 'src/settings/nm-settings-storage.c' || echo '$(srcdir)/'`src/settings/nm-settings-storage.c
network-manager-1.27.91/Makefile.in-14284-
network-manager-1.27.91/Makefile.in-14285-src/settings/libNetworkManager_la-nm-settings-plugin.lo: src/settings/nm-settings-plugin.c
network-manager-1.27.91/Makefile.in:14286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-settings-plugin.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-plugin.Tpo -c -o src/settings/libNetworkManager_la-nm-settings-plugin.lo `test -f 'src/settings/nm-settings-plugin.c' || echo '$(srcdir)/'`src/settings/nm-settings-plugin.c
network-manager-1.27.91/Makefile.in-14287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-plugin.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-14289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-settings-plugin.lo `test -f 'src/settings/nm-settings-plugin.c' || echo '$(srcdir)/'`src/settings/nm-settings-plugin.c
network-manager-1.27.91/Makefile.in-14291-
network-manager-1.27.91/Makefile.in-14292-src/settings/libNetworkManager_la-nm-settings.lo: src/settings/nm-settings.c
network-manager-1.27.91/Makefile.in:14293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-settings.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings.Tpo -c -o src/settings/libNetworkManager_la-nm-settings.lo `test -f 'src/settings/nm-settings.c' || echo '$(srcdir)/'`src/settings/nm-settings.c
network-manager-1.27.91/Makefile.in-14294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings.Plo
##############################################
network-manager-1.27.91/Makefile.in-14296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-settings.lo `test -f 'src/settings/nm-settings.c' || echo '$(srcdir)/'`src/settings/nm-settings.c
network-manager-1.27.91/Makefile.in-14298-
network-manager-1.27.91/Makefile.in-14299-src/settings/libNetworkManager_la-nm-settings-utils.lo: src/settings/nm-settings-utils.c
network-manager-1.27.91/Makefile.in:14300:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/libNetworkManager_la-nm-settings-utils.lo -MD -MP -MF src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-utils.Tpo -c -o src/settings/libNetworkManager_la-nm-settings-utils.lo `test -f 'src/settings/nm-settings-utils.c' || echo '$(srcdir)/'`src/settings/nm-settings-utils.c
network-manager-1.27.91/Makefile.in-14301-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-utils.Tpo src/settings/$(DEPDIR)/libNetworkManager_la-nm-settings-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14304:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/libNetworkManager_la-nm-settings-utils.lo `test -f 'src/settings/nm-settings-utils.c' || echo '$(srcdir)/'`src/settings/nm-settings-utils.c
network-manager-1.27.91/Makefile.in-14305-
network-manager-1.27.91/Makefile.in-14306-src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-storage.lo: src/settings/plugins/keyfile/nms-keyfile-storage.c
network-manager-1.27.91/Makefile.in:14307:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-storage.lo -MD -MP -MF src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-storage.Tpo -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-storage.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-storage.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-storage.c
network-manager-1.27.91/Makefile.in-14308-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-storage.Tpo src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-storage.Plo
##############################################
network-manager-1.27.91/Makefile.in-14310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14311:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-storage.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-storage.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-storage.c
network-manager-1.27.91/Makefile.in-14312-
network-manager-1.27.91/Makefile.in-14313-src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-plugin.lo: src/settings/plugins/keyfile/nms-keyfile-plugin.c
network-manager-1.27.91/Makefile.in:14314:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-plugin.lo -MD -MP -MF src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-plugin.Tpo -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-plugin.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-plugin.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-plugin.c
network-manager-1.27.91/Makefile.in-14315-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-plugin.Tpo src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-14317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14318:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-plugin.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-plugin.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-plugin.c
network-manager-1.27.91/Makefile.in-14319-
network-manager-1.27.91/Makefile.in-14320-src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-reader.lo: src/settings/plugins/keyfile/nms-keyfile-reader.c
network-manager-1.27.91/Makefile.in:14321:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-reader.lo -MD -MP -MF src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-reader.Tpo -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-reader.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-reader.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-reader.c
network-manager-1.27.91/Makefile.in-14322-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-reader.Tpo src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-reader.Plo
##############################################
network-manager-1.27.91/Makefile.in-14324-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14325:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-reader.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-reader.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-reader.c
network-manager-1.27.91/Makefile.in-14326-
network-manager-1.27.91/Makefile.in-14327-src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-utils.lo: src/settings/plugins/keyfile/nms-keyfile-utils.c
network-manager-1.27.91/Makefile.in:14328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-utils.lo -MD -MP -MF src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-utils.Tpo -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-utils.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-utils.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-utils.c
network-manager-1.27.91/Makefile.in-14329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-utils.Tpo src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-utils.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-utils.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-utils.c
network-manager-1.27.91/Makefile.in-14333-
network-manager-1.27.91/Makefile.in-14334-src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-writer.lo: src/settings/plugins/keyfile/nms-keyfile-writer.c
network-manager-1.27.91/Makefile.in:14335:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-writer.lo -MD -MP -MF src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-writer.Tpo -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-writer.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-writer.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-writer.c
network-manager-1.27.91/Makefile.in-14336-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-writer.Tpo src/settings/plugins/keyfile/$(DEPDIR)/libNetworkManager_la-nms-keyfile-writer.Plo
##############################################
network-manager-1.27.91/Makefile.in-14338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14339:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/libNetworkManager_la-nms-keyfile-writer.lo `test -f 'src/settings/plugins/keyfile/nms-keyfile-writer.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/nms-keyfile-writer.c
network-manager-1.27.91/Makefile.in-14340-
network-manager-1.27.91/Makefile.in-14341-src/supplicant/libNetworkManager_la-nm-supplicant-config.lo: src/supplicant/nm-supplicant-config.c
network-manager-1.27.91/Makefile.in:14342:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/supplicant/libNetworkManager_la-nm-supplicant-config.lo -MD -MP -MF src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-config.Tpo -c -o src/supplicant/libNetworkManager_la-nm-supplicant-config.lo `test -f 'src/supplicant/nm-supplicant-config.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-config.c
network-manager-1.27.91/Makefile.in-14343-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-config.Tpo src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14346:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/supplicant/libNetworkManager_la-nm-supplicant-config.lo `test -f 'src/supplicant/nm-supplicant-config.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-config.c
network-manager-1.27.91/Makefile.in-14347-
network-manager-1.27.91/Makefile.in-14348-src/supplicant/libNetworkManager_la-nm-supplicant-interface.lo: src/supplicant/nm-supplicant-interface.c
network-manager-1.27.91/Makefile.in:14349:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/supplicant/libNetworkManager_la-nm-supplicant-interface.lo -MD -MP -MF src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-interface.Tpo -c -o src/supplicant/libNetworkManager_la-nm-supplicant-interface.lo `test -f 'src/supplicant/nm-supplicant-interface.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-interface.c
network-manager-1.27.91/Makefile.in-14350-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-interface.Tpo src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-interface.Plo
##############################################
network-manager-1.27.91/Makefile.in-14352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14353:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/supplicant/libNetworkManager_la-nm-supplicant-interface.lo `test -f 'src/supplicant/nm-supplicant-interface.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-interface.c
network-manager-1.27.91/Makefile.in-14354-
network-manager-1.27.91/Makefile.in-14355-src/supplicant/libNetworkManager_la-nm-supplicant-manager.lo: src/supplicant/nm-supplicant-manager.c
network-manager-1.27.91/Makefile.in:14356:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/supplicant/libNetworkManager_la-nm-supplicant-manager.lo -MD -MP -MF src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-manager.Tpo -c -o src/supplicant/libNetworkManager_la-nm-supplicant-manager.lo `test -f 'src/supplicant/nm-supplicant-manager.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-manager.c
network-manager-1.27.91/Makefile.in-14357-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-manager.Tpo src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14360:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/supplicant/libNetworkManager_la-nm-supplicant-manager.lo `test -f 'src/supplicant/nm-supplicant-manager.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-manager.c
network-manager-1.27.91/Makefile.in-14361-
network-manager-1.27.91/Makefile.in-14362-src/supplicant/libNetworkManager_la-nm-supplicant-settings-verify.lo: src/supplicant/nm-supplicant-settings-verify.c
network-manager-1.27.91/Makefile.in:14363:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/supplicant/libNetworkManager_la-nm-supplicant-settings-verify.lo -MD -MP -MF src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-settings-verify.Tpo -c -o src/supplicant/libNetworkManager_la-nm-supplicant-settings-verify.lo `test -f 'src/supplicant/nm-supplicant-settings-verify.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-settings-verify.c
network-manager-1.27.91/Makefile.in-14364-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-settings-verify.Tpo src/supplicant/$(DEPDIR)/libNetworkManager_la-nm-supplicant-settings-verify.Plo
##############################################
network-manager-1.27.91/Makefile.in-14366-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14367:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/supplicant/libNetworkManager_la-nm-supplicant-settings-verify.lo `test -f 'src/supplicant/nm-supplicant-settings-verify.c' || echo '$(srcdir)/'`src/supplicant/nm-supplicant-settings-verify.c
network-manager-1.27.91/Makefile.in-14368-
network-manager-1.27.91/Makefile.in-14369-src/vpn/libNetworkManager_la-nm-vpn-connection.lo: src/vpn/nm-vpn-connection.c
network-manager-1.27.91/Makefile.in:14370:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/vpn/libNetworkManager_la-nm-vpn-connection.lo -MD -MP -MF src/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-connection.Tpo -c -o src/vpn/libNetworkManager_la-nm-vpn-connection.lo `test -f 'src/vpn/nm-vpn-connection.c' || echo '$(srcdir)/'`src/vpn/nm-vpn-connection.c
network-manager-1.27.91/Makefile.in-14371-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-connection.Tpo src/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-14373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14374:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/vpn/libNetworkManager_la-nm-vpn-connection.lo `test -f 'src/vpn/nm-vpn-connection.c' || echo '$(srcdir)/'`src/vpn/nm-vpn-connection.c
network-manager-1.27.91/Makefile.in-14375-
network-manager-1.27.91/Makefile.in-14376-src/vpn/libNetworkManager_la-nm-vpn-manager.lo: src/vpn/nm-vpn-manager.c
network-manager-1.27.91/Makefile.in:14377:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/vpn/libNetworkManager_la-nm-vpn-manager.lo -MD -MP -MF src/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Tpo -c -o src/vpn/libNetworkManager_la-nm-vpn-manager.lo `test -f 'src/vpn/nm-vpn-manager.c' || echo '$(srcdir)/'`src/vpn/nm-vpn-manager.c
network-manager-1.27.91/Makefile.in-14378-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Tpo src/vpn/$(DEPDIR)/libNetworkManager_la-nm-vpn-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14380-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14381:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/vpn/libNetworkManager_la-nm-vpn-manager.lo `test -f 'src/vpn/nm-vpn-manager.c' || echo '$(srcdir)/'`src/vpn/nm-vpn-manager.c
network-manager-1.27.91/Makefile.in-14382-
network-manager-1.27.91/Makefile.in-14383-src/libNetworkManager_la-nm-act-request.lo: src/nm-act-request.c
network-manager-1.27.91/Makefile.in:14384:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-act-request.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-act-request.Tpo -c -o src/libNetworkManager_la-nm-act-request.lo `test -f 'src/nm-act-request.c' || echo '$(srcdir)/'`src/nm-act-request.c
network-manager-1.27.91/Makefile.in-14385-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-act-request.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-act-request.Plo
##############################################
network-manager-1.27.91/Makefile.in-14387-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14388:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-act-request.lo `test -f 'src/nm-act-request.c' || echo '$(srcdir)/'`src/nm-act-request.c
network-manager-1.27.91/Makefile.in-14389-
network-manager-1.27.91/Makefile.in-14390-src/libNetworkManager_la-nm-active-connection.lo: src/nm-active-connection.c
network-manager-1.27.91/Makefile.in:14391:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-active-connection.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-active-connection.Tpo -c -o src/libNetworkManager_la-nm-active-connection.lo `test -f 'src/nm-active-connection.c' || echo '$(srcdir)/'`src/nm-active-connection.c
network-manager-1.27.91/Makefile.in-14392-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-active-connection.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-active-connection.Plo
##############################################
network-manager-1.27.91/Makefile.in-14394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14395:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-active-connection.lo `test -f 'src/nm-active-connection.c' || echo '$(srcdir)/'`src/nm-active-connection.c
network-manager-1.27.91/Makefile.in-14396-
network-manager-1.27.91/Makefile.in-14397-src/libNetworkManager_la-nm-audit-manager.lo: src/nm-audit-manager.c
network-manager-1.27.91/Makefile.in:14398:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-audit-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-audit-manager.Tpo -c -o src/libNetworkManager_la-nm-audit-manager.lo `test -f 'src/nm-audit-manager.c' || echo '$(srcdir)/'`src/nm-audit-manager.c
network-manager-1.27.91/Makefile.in-14399-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-audit-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-audit-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14401-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14402:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-audit-manager.lo `test -f 'src/nm-audit-manager.c' || echo '$(srcdir)/'`src/nm-audit-manager.c
network-manager-1.27.91/Makefile.in-14403-
network-manager-1.27.91/Makefile.in-14404-src/libNetworkManager_la-nm-dbus-manager.lo: src/nm-dbus-manager.c
network-manager-1.27.91/Makefile.in:14405:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-dbus-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-dbus-manager.Tpo -c -o src/libNetworkManager_la-nm-dbus-manager.lo `test -f 'src/nm-dbus-manager.c' || echo '$(srcdir)/'`src/nm-dbus-manager.c
network-manager-1.27.91/Makefile.in-14406-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-dbus-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-dbus-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14408-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14409:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-dbus-manager.lo `test -f 'src/nm-dbus-manager.c' || echo '$(srcdir)/'`src/nm-dbus-manager.c
network-manager-1.27.91/Makefile.in-14410-
network-manager-1.27.91/Makefile.in-14411-src/libNetworkManager_la-nm-config.lo: src/nm-config.c
network-manager-1.27.91/Makefile.in:14412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-config.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-config.Tpo -c -o src/libNetworkManager_la-nm-config.lo `test -f 'src/nm-config.c' || echo '$(srcdir)/'`src/nm-config.c
network-manager-1.27.91/Makefile.in-14413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-config.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-config.lo `test -f 'src/nm-config.c' || echo '$(srcdir)/'`src/nm-config.c
network-manager-1.27.91/Makefile.in-14417-
network-manager-1.27.91/Makefile.in-14418-src/libNetworkManager_la-nm-config-data.lo: src/nm-config-data.c
network-manager-1.27.91/Makefile.in:14419:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-config-data.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-config-data.Tpo -c -o src/libNetworkManager_la-nm-config-data.lo `test -f 'src/nm-config-data.c' || echo '$(srcdir)/'`src/nm-config-data.c
network-manager-1.27.91/Makefile.in-14420-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-config-data.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-config-data.Plo
##############################################
network-manager-1.27.91/Makefile.in-14422-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14423:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-config-data.lo `test -f 'src/nm-config-data.c' || echo '$(srcdir)/'`src/nm-config-data.c
network-manager-1.27.91/Makefile.in-14424-
network-manager-1.27.91/Makefile.in-14425-src/libNetworkManager_la-nm-connectivity.lo: src/nm-connectivity.c
network-manager-1.27.91/Makefile.in:14426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-connectivity.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-connectivity.Tpo -c -o src/libNetworkManager_la-nm-connectivity.lo `test -f 'src/nm-connectivity.c' || echo '$(srcdir)/'`src/nm-connectivity.c
network-manager-1.27.91/Makefile.in-14427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-connectivity.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-connectivity.Plo
##############################################
network-manager-1.27.91/Makefile.in-14429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-connectivity.lo `test -f 'src/nm-connectivity.c' || echo '$(srcdir)/'`src/nm-connectivity.c
network-manager-1.27.91/Makefile.in-14431-
network-manager-1.27.91/Makefile.in-14432-src/libNetworkManager_la-nm-dcb.lo: src/nm-dcb.c
network-manager-1.27.91/Makefile.in:14433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-dcb.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-dcb.Tpo -c -o src/libNetworkManager_la-nm-dcb.lo `test -f 'src/nm-dcb.c' || echo '$(srcdir)/'`src/nm-dcb.c
network-manager-1.27.91/Makefile.in-14434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-dcb.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-dcb.Plo
##############################################
network-manager-1.27.91/Makefile.in-14436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-dcb.lo `test -f 'src/nm-dcb.c' || echo '$(srcdir)/'`src/nm-dcb.c
network-manager-1.27.91/Makefile.in-14438-
network-manager-1.27.91/Makefile.in-14439-src/libNetworkManager_la-nm-dhcp-config.lo: src/nm-dhcp-config.c
network-manager-1.27.91/Makefile.in:14440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-dhcp-config.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-dhcp-config.Tpo -c -o src/libNetworkManager_la-nm-dhcp-config.lo `test -f 'src/nm-dhcp-config.c' || echo '$(srcdir)/'`src/nm-dhcp-config.c
network-manager-1.27.91/Makefile.in-14441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-dhcp-config.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-dhcp-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-dhcp-config.lo `test -f 'src/nm-dhcp-config.c' || echo '$(srcdir)/'`src/nm-dhcp-config.c
network-manager-1.27.91/Makefile.in-14445-
network-manager-1.27.91/Makefile.in-14446-src/libNetworkManager_la-nm-dispatcher.lo: src/nm-dispatcher.c
network-manager-1.27.91/Makefile.in:14447:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-dispatcher.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-dispatcher.Tpo -c -o src/libNetworkManager_la-nm-dispatcher.lo `test -f 'src/nm-dispatcher.c' || echo '$(srcdir)/'`src/nm-dispatcher.c
network-manager-1.27.91/Makefile.in-14448-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-dispatcher.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-dispatcher.Plo
##############################################
network-manager-1.27.91/Makefile.in-14450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14451:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-dispatcher.lo `test -f 'src/nm-dispatcher.c' || echo '$(srcdir)/'`src/nm-dispatcher.c
network-manager-1.27.91/Makefile.in-14452-
network-manager-1.27.91/Makefile.in-14453-src/libNetworkManager_la-nm-firewall-manager.lo: src/nm-firewall-manager.c
network-manager-1.27.91/Makefile.in:14454:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-firewall-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-firewall-manager.Tpo -c -o src/libNetworkManager_la-nm-firewall-manager.lo `test -f 'src/nm-firewall-manager.c' || echo '$(srcdir)/'`src/nm-firewall-manager.c
network-manager-1.27.91/Makefile.in-14455-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-firewall-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-firewall-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14457-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14458:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-firewall-manager.lo `test -f 'src/nm-firewall-manager.c' || echo '$(srcdir)/'`src/nm-firewall-manager.c
network-manager-1.27.91/Makefile.in-14459-
network-manager-1.27.91/Makefile.in-14460-src/libNetworkManager_la-nm-proxy-config.lo: src/nm-proxy-config.c
network-manager-1.27.91/Makefile.in:14461:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-proxy-config.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Tpo -c -o src/libNetworkManager_la-nm-proxy-config.lo `test -f 'src/nm-proxy-config.c' || echo '$(srcdir)/'`src/nm-proxy-config.c
network-manager-1.27.91/Makefile.in-14462-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-proxy-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14465:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-proxy-config.lo `test -f 'src/nm-proxy-config.c' || echo '$(srcdir)/'`src/nm-proxy-config.c
network-manager-1.27.91/Makefile.in-14466-
network-manager-1.27.91/Makefile.in-14467-src/libNetworkManager_la-nm-auth-manager.lo: src/nm-auth-manager.c
network-manager-1.27.91/Makefile.in:14468:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-auth-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-auth-manager.Tpo -c -o src/libNetworkManager_la-nm-auth-manager.lo `test -f 'src/nm-auth-manager.c' || echo '$(srcdir)/'`src/nm-auth-manager.c
network-manager-1.27.91/Makefile.in-14469-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-auth-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-auth-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14471-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14472:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-auth-manager.lo `test -f 'src/nm-auth-manager.c' || echo '$(srcdir)/'`src/nm-auth-manager.c
network-manager-1.27.91/Makefile.in-14473-
network-manager-1.27.91/Makefile.in-14474-src/libNetworkManager_la-nm-auth-utils.lo: src/nm-auth-utils.c
network-manager-1.27.91/Makefile.in:14475:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-auth-utils.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-auth-utils.Tpo -c -o src/libNetworkManager_la-nm-auth-utils.lo `test -f 'src/nm-auth-utils.c' || echo '$(srcdir)/'`src/nm-auth-utils.c
network-manager-1.27.91/Makefile.in-14476-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-auth-utils.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-auth-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14479:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-auth-utils.lo `test -f 'src/nm-auth-utils.c' || echo '$(srcdir)/'`src/nm-auth-utils.c
network-manager-1.27.91/Makefile.in-14480-
network-manager-1.27.91/Makefile.in-14481-src/libNetworkManager_la-nm-manager.lo: src/nm-manager.c
network-manager-1.27.91/Makefile.in:14482:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-manager.Tpo -c -o src/libNetworkManager_la-nm-manager.lo `test -f 'src/nm-manager.c' || echo '$(srcdir)/'`src/nm-manager.c
network-manager-1.27.91/Makefile.in-14483-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14486:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-manager.lo `test -f 'src/nm-manager.c' || echo '$(srcdir)/'`src/nm-manager.c
network-manager-1.27.91/Makefile.in-14487-
network-manager-1.27.91/Makefile.in-14488-src/libNetworkManager_la-nm-pacrunner-manager.lo: src/nm-pacrunner-manager.c
network-manager-1.27.91/Makefile.in:14489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-pacrunner-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Tpo -c -o src/libNetworkManager_la-nm-pacrunner-manager.lo `test -f 'src/nm-pacrunner-manager.c' || echo '$(srcdir)/'`src/nm-pacrunner-manager.c
network-manager-1.27.91/Makefile.in-14490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-pacrunner-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-pacrunner-manager.lo `test -f 'src/nm-pacrunner-manager.c' || echo '$(srcdir)/'`src/nm-pacrunner-manager.c
network-manager-1.27.91/Makefile.in-14494-
network-manager-1.27.91/Makefile.in-14495-src/libNetworkManager_la-nm-policy.lo: src/nm-policy.c
network-manager-1.27.91/Makefile.in:14496:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-policy.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-policy.Tpo -c -o src/libNetworkManager_la-nm-policy.lo `test -f 'src/nm-policy.c' || echo '$(srcdir)/'`src/nm-policy.c
network-manager-1.27.91/Makefile.in-14497-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-policy.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-policy.Plo
##############################################
network-manager-1.27.91/Makefile.in-14499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14500:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-policy.lo `test -f 'src/nm-policy.c' || echo '$(srcdir)/'`src/nm-policy.c
network-manager-1.27.91/Makefile.in-14501-
network-manager-1.27.91/Makefile.in-14502-src/libNetworkManager_la-nm-rfkill-manager.lo: src/nm-rfkill-manager.c
network-manager-1.27.91/Makefile.in:14503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-rfkill-manager.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Tpo -c -o src/libNetworkManager_la-nm-rfkill-manager.lo `test -f 'src/nm-rfkill-manager.c' || echo '$(srcdir)/'`src/nm-rfkill-manager.c
network-manager-1.27.91/Makefile.in-14504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-rfkill-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-rfkill-manager.lo `test -f 'src/nm-rfkill-manager.c' || echo '$(srcdir)/'`src/nm-rfkill-manager.c
network-manager-1.27.91/Makefile.in-14508-
network-manager-1.27.91/Makefile.in-14509-src/libNetworkManager_la-nm-session-monitor.lo: src/nm-session-monitor.c
network-manager-1.27.91/Makefile.in:14510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-session-monitor.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Tpo -c -o src/libNetworkManager_la-nm-session-monitor.lo `test -f 'src/nm-session-monitor.c' || echo '$(srcdir)/'`src/nm-session-monitor.c
network-manager-1.27.91/Makefile.in-14511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-session-monitor.Plo
##############################################
network-manager-1.27.91/Makefile.in-14513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-session-monitor.lo `test -f 'src/nm-session-monitor.c' || echo '$(srcdir)/'`src/nm-session-monitor.c
network-manager-1.27.91/Makefile.in-14515-
network-manager-1.27.91/Makefile.in-14516-src/libNetworkManager_la-nm-keep-alive.lo: src/nm-keep-alive.c
network-manager-1.27.91/Makefile.in:14517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-keep-alive.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-keep-alive.Tpo -c -o src/libNetworkManager_la-nm-keep-alive.lo `test -f 'src/nm-keep-alive.c' || echo '$(srcdir)/'`src/nm-keep-alive.c
network-manager-1.27.91/Makefile.in-14518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-keep-alive.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-keep-alive.Plo
##############################################
network-manager-1.27.91/Makefile.in-14520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-keep-alive.lo `test -f 'src/nm-keep-alive.c' || echo '$(srcdir)/'`src/nm-keep-alive.c
network-manager-1.27.91/Makefile.in-14522-
network-manager-1.27.91/Makefile.in-14523-src/libNetworkManager_la-nm-sleep-monitor.lo: src/nm-sleep-monitor.c
network-manager-1.27.91/Makefile.in:14524:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManager_la-nm-sleep-monitor.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManager_la-nm-sleep-monitor.Tpo -c -o src/libNetworkManager_la-nm-sleep-monitor.lo `test -f 'src/nm-sleep-monitor.c' || echo '$(srcdir)/'`src/nm-sleep-monitor.c
network-manager-1.27.91/Makefile.in-14525-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManager_la-nm-sleep-monitor.Tpo src/$(DEPDIR)/libNetworkManager_la-nm-sleep-monitor.Plo
##############################################
network-manager-1.27.91/Makefile.in-14527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14528:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManager_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManager_la-nm-sleep-monitor.lo `test -f 'src/nm-sleep-monitor.c' || echo '$(srcdir)/'`src/nm-sleep-monitor.c
network-manager-1.27.91/Makefile.in-14529-
network-manager-1.27.91/Makefile.in-14530-src/libNetworkManagerBase_la-nm-core-utils.lo: src/nm-core-utils.c
network-manager-1.27.91/Makefile.in:14531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-core-utils.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-core-utils.Tpo -c -o src/libNetworkManagerBase_la-nm-core-utils.lo `test -f 'src/nm-core-utils.c' || echo '$(srcdir)/'`src/nm-core-utils.c
network-manager-1.27.91/Makefile.in-14532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-core-utils.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-core-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-core-utils.lo `test -f 'src/nm-core-utils.c' || echo '$(srcdir)/'`src/nm-core-utils.c
network-manager-1.27.91/Makefile.in-14536-
network-manager-1.27.91/Makefile.in-14537-src/libNetworkManagerBase_la-nm-logging.lo: src/nm-logging.c
network-manager-1.27.91/Makefile.in:14538:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-logging.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-logging.Tpo -c -o src/libNetworkManagerBase_la-nm-logging.lo `test -f 'src/nm-logging.c' || echo '$(srcdir)/'`src/nm-logging.c
network-manager-1.27.91/Makefile.in-14539-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-logging.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-logging.Plo
##############################################
network-manager-1.27.91/Makefile.in-14541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14542:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-logging.lo `test -f 'src/nm-logging.c' || echo '$(srcdir)/'`src/nm-logging.c
network-manager-1.27.91/Makefile.in-14543-
network-manager-1.27.91/Makefile.in-14544-src/libNetworkManagerBase_la-NetworkManagerUtils.lo: src/NetworkManagerUtils.c
network-manager-1.27.91/Makefile.in:14545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-NetworkManagerUtils.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-NetworkManagerUtils.Tpo -c -o src/libNetworkManagerBase_la-NetworkManagerUtils.lo `test -f 'src/NetworkManagerUtils.c' || echo '$(srcdir)/'`src/NetworkManagerUtils.c
network-manager-1.27.91/Makefile.in-14546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-NetworkManagerUtils.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-NetworkManagerUtils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-NetworkManagerUtils.lo `test -f 'src/NetworkManagerUtils.c' || echo '$(srcdir)/'`src/NetworkManagerUtils.c
network-manager-1.27.91/Makefile.in-14550-
network-manager-1.27.91/Makefile.in-14551-src/platform/libNetworkManagerBase_la-nm-netlink.lo: src/platform/nm-netlink.c
network-manager-1.27.91/Makefile.in:14552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nm-netlink.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-netlink.Tpo -c -o src/platform/libNetworkManagerBase_la-nm-netlink.lo `test -f 'src/platform/nm-netlink.c' || echo '$(srcdir)/'`src/platform/nm-netlink.c
network-manager-1.27.91/Makefile.in-14553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-netlink.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-netlink.Plo
##############################################
network-manager-1.27.91/Makefile.in-14555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nm-netlink.lo `test -f 'src/platform/nm-netlink.c' || echo '$(srcdir)/'`src/platform/nm-netlink.c
network-manager-1.27.91/Makefile.in-14557-
network-manager-1.27.91/Makefile.in-14558-src/platform/libNetworkManagerBase_la-nmp-netns.lo: src/platform/nmp-netns.c
network-manager-1.27.91/Makefile.in:14559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nmp-netns.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-netns.Tpo -c -o src/platform/libNetworkManagerBase_la-nmp-netns.lo `test -f 'src/platform/nmp-netns.c' || echo '$(srcdir)/'`src/platform/nmp-netns.c
network-manager-1.27.91/Makefile.in-14560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-netns.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-netns.Plo
##############################################
network-manager-1.27.91/Makefile.in-14562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nmp-netns.lo `test -f 'src/platform/nmp-netns.c' || echo '$(srcdir)/'`src/platform/nmp-netns.c
network-manager-1.27.91/Makefile.in-14564-
network-manager-1.27.91/Makefile.in-14565-src/platform/libNetworkManagerBase_la-nmp-object.lo: src/platform/nmp-object.c
network-manager-1.27.91/Makefile.in:14566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nmp-object.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-object.Tpo -c -o src/platform/libNetworkManagerBase_la-nmp-object.lo `test -f 'src/platform/nmp-object.c' || echo '$(srcdir)/'`src/platform/nmp-object.c
network-manager-1.27.91/Makefile.in-14567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-object.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-object.Plo
##############################################
network-manager-1.27.91/Makefile.in-14569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nmp-object.lo `test -f 'src/platform/nmp-object.c' || echo '$(srcdir)/'`src/platform/nmp-object.c
network-manager-1.27.91/Makefile.in-14571-
network-manager-1.27.91/Makefile.in-14572-src/platform/libNetworkManagerBase_la-nm-platform-utils.lo: src/platform/nm-platform-utils.c
network-manager-1.27.91/Makefile.in:14573:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nm-platform-utils.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-platform-utils.Tpo -c -o src/platform/libNetworkManagerBase_la-nm-platform-utils.lo `test -f 'src/platform/nm-platform-utils.c' || echo '$(srcdir)/'`src/platform/nm-platform-utils.c
network-manager-1.27.91/Makefile.in-14574-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-platform-utils.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-platform-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14577:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nm-platform-utils.lo `test -f 'src/platform/nm-platform-utils.c' || echo '$(srcdir)/'`src/platform/nm-platform-utils.c
network-manager-1.27.91/Makefile.in-14578-
network-manager-1.27.91/Makefile.in-14579-src/platform/libNetworkManagerBase_la-nm-platform.lo: src/platform/nm-platform.c
network-manager-1.27.91/Makefile.in:14580:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nm-platform.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-platform.Tpo -c -o src/platform/libNetworkManagerBase_la-nm-platform.lo `test -f 'src/platform/nm-platform.c' || echo '$(srcdir)/'`src/platform/nm-platform.c
network-manager-1.27.91/Makefile.in-14581-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-platform.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-platform.Plo
##############################################
network-manager-1.27.91/Makefile.in-14583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nm-platform.lo `test -f 'src/platform/nm-platform.c' || echo '$(srcdir)/'`src/platform/nm-platform.c
network-manager-1.27.91/Makefile.in-14585-
network-manager-1.27.91/Makefile.in-14586-src/platform/libNetworkManagerBase_la-nm-linux-platform.lo: src/platform/nm-linux-platform.c
network-manager-1.27.91/Makefile.in:14587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nm-linux-platform.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-linux-platform.Tpo -c -o src/platform/libNetworkManagerBase_la-nm-linux-platform.lo `test -f 'src/platform/nm-linux-platform.c' || echo '$(srcdir)/'`src/platform/nm-linux-platform.c
network-manager-1.27.91/Makefile.in-14588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-linux-platform.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nm-linux-platform.Plo
##############################################
network-manager-1.27.91/Makefile.in-14590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nm-linux-platform.lo `test -f 'src/platform/nm-linux-platform.c' || echo '$(srcdir)/'`src/platform/nm-linux-platform.c
network-manager-1.27.91/Makefile.in-14592-
network-manager-1.27.91/Makefile.in-14593-src/platform/libNetworkManagerBase_la-nmp-rules-manager.lo: src/platform/nmp-rules-manager.c
network-manager-1.27.91/Makefile.in:14594:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerBase_la-nmp-rules-manager.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-rules-manager.Tpo -c -o src/platform/libNetworkManagerBase_la-nmp-rules-manager.lo `test -f 'src/platform/nmp-rules-manager.c' || echo '$(srcdir)/'`src/platform/nmp-rules-manager.c
network-manager-1.27.91/Makefile.in-14595-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-rules-manager.Tpo src/platform/$(DEPDIR)/libNetworkManagerBase_la-nmp-rules-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14598:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerBase_la-nmp-rules-manager.lo `test -f 'src/platform/nmp-rules-manager.c' || echo '$(srcdir)/'`src/platform/nmp-rules-manager.c
network-manager-1.27.91/Makefile.in-14599-
network-manager-1.27.91/Makefile.in-14600-src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-nl80211.lo: src/platform/wifi/nm-wifi-utils-nl80211.c
network-manager-1.27.91/Makefile.in:14601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-nl80211.lo -MD -MP -MF src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils-nl80211.Tpo -c -o src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-nl80211.lo `test -f 'src/platform/wifi/nm-wifi-utils-nl80211.c' || echo '$(srcdir)/'`src/platform/wifi/nm-wifi-utils-nl80211.c
network-manager-1.27.91/Makefile.in-14602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils-nl80211.Tpo src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils-nl80211.Plo
##############################################
network-manager-1.27.91/Makefile.in-14604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-nl80211.lo `test -f 'src/platform/wifi/nm-wifi-utils-nl80211.c' || echo '$(srcdir)/'`src/platform/wifi/nm-wifi-utils-nl80211.c
network-manager-1.27.91/Makefile.in-14606-
network-manager-1.27.91/Makefile.in-14607-src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils.lo: src/platform/wifi/nm-wifi-utils.c
network-manager-1.27.91/Makefile.in:14608:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils.lo -MD -MP -MF src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils.Tpo -c -o src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils.lo `test -f 'src/platform/wifi/nm-wifi-utils.c' || echo '$(srcdir)/'`src/platform/wifi/nm-wifi-utils.c
network-manager-1.27.91/Makefile.in-14609-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils.Tpo src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14612:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils.lo `test -f 'src/platform/wifi/nm-wifi-utils.c' || echo '$(srcdir)/'`src/platform/wifi/nm-wifi-utils.c
network-manager-1.27.91/Makefile.in-14613-
network-manager-1.27.91/Makefile.in-14614-src/platform/wpan/libNetworkManagerBase_la-nm-wpan-utils.lo: src/platform/wpan/nm-wpan-utils.c
network-manager-1.27.91/Makefile.in:14615:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/wpan/libNetworkManagerBase_la-nm-wpan-utils.lo -MD -MP -MF src/platform/wpan/$(DEPDIR)/libNetworkManagerBase_la-nm-wpan-utils.Tpo -c -o src/platform/wpan/libNetworkManagerBase_la-nm-wpan-utils.lo `test -f 'src/platform/wpan/nm-wpan-utils.c' || echo '$(srcdir)/'`src/platform/wpan/nm-wpan-utils.c
network-manager-1.27.91/Makefile.in-14616-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/wpan/$(DEPDIR)/libNetworkManagerBase_la-nm-wpan-utils.Tpo src/platform/wpan/$(DEPDIR)/libNetworkManagerBase_la-nm-wpan-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14619:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/wpan/libNetworkManagerBase_la-nm-wpan-utils.lo `test -f 'src/platform/wpan/nm-wpan-utils.c' || echo '$(srcdir)/'`src/platform/wpan/nm-wpan-utils.c
network-manager-1.27.91/Makefile.in-14620-
network-manager-1.27.91/Makefile.in-14621-src/ndisc/libNetworkManagerBase_la-nm-lndp-ndisc.lo: src/ndisc/nm-lndp-ndisc.c
network-manager-1.27.91/Makefile.in:14622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/libNetworkManagerBase_la-nm-lndp-ndisc.lo -MD -MP -MF src/ndisc/$(DEPDIR)/libNetworkManagerBase_la-nm-lndp-ndisc.Tpo -c -o src/ndisc/libNetworkManagerBase_la-nm-lndp-ndisc.lo `test -f 'src/ndisc/nm-lndp-ndisc.c' || echo '$(srcdir)/'`src/ndisc/nm-lndp-ndisc.c
network-manager-1.27.91/Makefile.in-14623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/$(DEPDIR)/libNetworkManagerBase_la-nm-lndp-ndisc.Tpo src/ndisc/$(DEPDIR)/libNetworkManagerBase_la-nm-lndp-ndisc.Plo
##############################################
network-manager-1.27.91/Makefile.in-14625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/libNetworkManagerBase_la-nm-lndp-ndisc.lo `test -f 'src/ndisc/nm-lndp-ndisc.c' || echo '$(srcdir)/'`src/ndisc/nm-lndp-ndisc.c
network-manager-1.27.91/Makefile.in-14627-
network-manager-1.27.91/Makefile.in-14628-src/ndisc/libNetworkManagerBase_la-nm-ndisc.lo: src/ndisc/nm-ndisc.c
network-manager-1.27.91/Makefile.in:14629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/libNetworkManagerBase_la-nm-ndisc.lo -MD -MP -MF src/ndisc/$(DEPDIR)/libNetworkManagerBase_la-nm-ndisc.Tpo -c -o src/ndisc/libNetworkManagerBase_la-nm-ndisc.lo `test -f 'src/ndisc/nm-ndisc.c' || echo '$(srcdir)/'`src/ndisc/nm-ndisc.c
network-manager-1.27.91/Makefile.in-14630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/$(DEPDIR)/libNetworkManagerBase_la-nm-ndisc.Tpo src/ndisc/$(DEPDIR)/libNetworkManagerBase_la-nm-ndisc.Plo
##############################################
network-manager-1.27.91/Makefile.in-14632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/libNetworkManagerBase_la-nm-ndisc.lo `test -f 'src/ndisc/nm-ndisc.c' || echo '$(srcdir)/'`src/ndisc/nm-ndisc.c
network-manager-1.27.91/Makefile.in-14634-
network-manager-1.27.91/Makefile.in-14635-src/libNetworkManagerBase_la-nm-dbus-utils.lo: src/nm-dbus-utils.c
network-manager-1.27.91/Makefile.in:14636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-dbus-utils.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-dbus-utils.Tpo -c -o src/libNetworkManagerBase_la-nm-dbus-utils.lo `test -f 'src/nm-dbus-utils.c' || echo '$(srcdir)/'`src/nm-dbus-utils.c
network-manager-1.27.91/Makefile.in-14637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-dbus-utils.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-dbus-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-dbus-utils.lo `test -f 'src/nm-dbus-utils.c' || echo '$(srcdir)/'`src/nm-dbus-utils.c
network-manager-1.27.91/Makefile.in-14641-
network-manager-1.27.91/Makefile.in-14642-src/libNetworkManagerBase_la-nm-dbus-object.lo: src/nm-dbus-object.c
network-manager-1.27.91/Makefile.in:14643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-dbus-object.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-dbus-object.Tpo -c -o src/libNetworkManagerBase_la-nm-dbus-object.lo `test -f 'src/nm-dbus-object.c' || echo '$(srcdir)/'`src/nm-dbus-object.c
network-manager-1.27.91/Makefile.in-14644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-dbus-object.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-dbus-object.Plo
##############################################
network-manager-1.27.91/Makefile.in-14646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-dbus-object.lo `test -f 'src/nm-dbus-object.c' || echo '$(srcdir)/'`src/nm-dbus-object.c
network-manager-1.27.91/Makefile.in-14648-
network-manager-1.27.91/Makefile.in-14649-src/libNetworkManagerBase_la-nm-netns.lo: src/nm-netns.c
network-manager-1.27.91/Makefile.in:14650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-netns.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Tpo -c -o src/libNetworkManagerBase_la-nm-netns.lo `test -f 'src/nm-netns.c' || echo '$(srcdir)/'`src/nm-netns.c
network-manager-1.27.91/Makefile.in-14651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-netns.Plo
##############################################
network-manager-1.27.91/Makefile.in-14653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-netns.lo `test -f 'src/nm-netns.c' || echo '$(srcdir)/'`src/nm-netns.c
network-manager-1.27.91/Makefile.in-14655-
network-manager-1.27.91/Makefile.in-14656-src/libNetworkManagerBase_la-nm-l3-config-data.lo: src/nm-l3-config-data.c
network-manager-1.27.91/Makefile.in:14657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-l3-config-data.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Tpo -c -o src/libNetworkManagerBase_la-nm-l3-config-data.lo `test -f 'src/nm-l3-config-data.c' || echo '$(srcdir)/'`src/nm-l3-config-data.c
network-manager-1.27.91/Makefile.in-14658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-l3-config-data.Plo
##############################################
network-manager-1.27.91/Makefile.in-14660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-l3-config-data.lo `test -f 'src/nm-l3-config-data.c' || echo '$(srcdir)/'`src/nm-l3-config-data.c
network-manager-1.27.91/Makefile.in-14662-
network-manager-1.27.91/Makefile.in-14663-src/libNetworkManagerBase_la-nm-l3cfg.lo: src/nm-l3cfg.c
network-manager-1.27.91/Makefile.in:14664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-l3cfg.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Tpo -c -o src/libNetworkManagerBase_la-nm-l3cfg.lo `test -f 'src/nm-l3cfg.c' || echo '$(srcdir)/'`src/nm-l3cfg.c
network-manager-1.27.91/Makefile.in-14665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-l3cfg.Plo
##############################################
network-manager-1.27.91/Makefile.in-14667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-l3cfg.lo `test -f 'src/nm-l3cfg.c' || echo '$(srcdir)/'`src/nm-l3cfg.c
network-manager-1.27.91/Makefile.in-14669-
network-manager-1.27.91/Makefile.in-14670-src/libNetworkManagerBase_la-nm-ip-config.lo: src/nm-ip-config.c
network-manager-1.27.91/Makefile.in:14671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-ip-config.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip-config.Tpo -c -o src/libNetworkManagerBase_la-nm-ip-config.lo `test -f 'src/nm-ip-config.c' || echo '$(srcdir)/'`src/nm-ip-config.c
network-manager-1.27.91/Makefile.in-14672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip-config.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-ip-config.lo `test -f 'src/nm-ip-config.c' || echo '$(srcdir)/'`src/nm-ip-config.c
network-manager-1.27.91/Makefile.in-14676-
network-manager-1.27.91/Makefile.in-14677-src/libNetworkManagerBase_la-nm-ip4-config.lo: src/nm-ip4-config.c
network-manager-1.27.91/Makefile.in:14678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-ip4-config.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip4-config.Tpo -c -o src/libNetworkManagerBase_la-nm-ip4-config.lo `test -f 'src/nm-ip4-config.c' || echo '$(srcdir)/'`src/nm-ip4-config.c
network-manager-1.27.91/Makefile.in-14679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip4-config.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip4-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-ip4-config.lo `test -f 'src/nm-ip4-config.c' || echo '$(srcdir)/'`src/nm-ip4-config.c
network-manager-1.27.91/Makefile.in-14683-
network-manager-1.27.91/Makefile.in-14684-src/libNetworkManagerBase_la-nm-ip6-config.lo: src/nm-ip6-config.c
network-manager-1.27.91/Makefile.in:14685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-nm-ip6-config.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Tpo -c -o src/libNetworkManagerBase_la-nm-ip6-config.lo `test -f 'src/nm-ip6-config.c' || echo '$(srcdir)/'`src/nm-ip6-config.c
network-manager-1.27.91/Makefile.in-14686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-nm-ip6-config.Plo
##############################################
network-manager-1.27.91/Makefile.in-14688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-nm-ip6-config.lo `test -f 'src/nm-ip6-config.c' || echo '$(srcdir)/'`src/nm-ip6-config.c
network-manager-1.27.91/Makefile.in-14690-
network-manager-1.27.91/Makefile.in-14691-src/dhcp/libNetworkManagerBase_la-nm-dhcp-client.lo: src/dhcp/nm-dhcp-client.c
network-manager-1.27.91/Makefile.in:14692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManagerBase_la-nm-dhcp-client.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-client.Tpo -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-client.lo `test -f 'src/dhcp/nm-dhcp-client.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-client.c
network-manager-1.27.91/Makefile.in-14693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-client.Tpo src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-client.Plo
##############################################
network-manager-1.27.91/Makefile.in-14695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-client.lo `test -f 'src/dhcp/nm-dhcp-client.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-client.c
network-manager-1.27.91/Makefile.in-14697-
network-manager-1.27.91/Makefile.in-14698-src/dhcp/libNetworkManagerBase_la-nm-dhcp-nettools.lo: src/dhcp/nm-dhcp-nettools.c
network-manager-1.27.91/Makefile.in:14699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManagerBase_la-nm-dhcp-nettools.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-nettools.Tpo -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-nettools.lo `test -f 'src/dhcp/nm-dhcp-nettools.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-nettools.c
network-manager-1.27.91/Makefile.in-14700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-nettools.Tpo src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-nettools.Plo
##############################################
network-manager-1.27.91/Makefile.in-14702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-nettools.lo `test -f 'src/dhcp/nm-dhcp-nettools.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-nettools.c
network-manager-1.27.91/Makefile.in-14704-
network-manager-1.27.91/Makefile.in-14705-src/dhcp/libNetworkManagerBase_la-nm-dhcp-utils.lo: src/dhcp/nm-dhcp-utils.c
network-manager-1.27.91/Makefile.in:14706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManagerBase_la-nm-dhcp-utils.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-utils.Tpo -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-utils.lo `test -f 'src/dhcp/nm-dhcp-utils.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-utils.c
network-manager-1.27.91/Makefile.in-14707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-utils.Tpo src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-utils.lo `test -f 'src/dhcp/nm-dhcp-utils.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-utils.c
network-manager-1.27.91/Makefile.in-14711-
network-manager-1.27.91/Makefile.in-14712-src/dhcp/libNetworkManagerBase_la-nm-dhcp-options.lo: src/dhcp/nm-dhcp-options.c
network-manager-1.27.91/Makefile.in:14713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManagerBase_la-nm-dhcp-options.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-options.Tpo -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-options.lo `test -f 'src/dhcp/nm-dhcp-options.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-options.c
network-manager-1.27.91/Makefile.in-14714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-options.Tpo src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-options.Plo
##############################################
network-manager-1.27.91/Makefile.in-14716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-options.lo `test -f 'src/dhcp/nm-dhcp-options.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-options.c
network-manager-1.27.91/Makefile.in-14718-
network-manager-1.27.91/Makefile.in-14719-src/dhcp/libNetworkManagerBase_la-nm-dhcp-systemd.lo: src/dhcp/nm-dhcp-systemd.c
network-manager-1.27.91/Makefile.in:14720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManagerBase_la-nm-dhcp-systemd.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-systemd.Tpo -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-systemd.lo `test -f 'src/dhcp/nm-dhcp-systemd.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-systemd.c
network-manager-1.27.91/Makefile.in-14721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-systemd.Tpo src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-systemd.Plo
##############################################
network-manager-1.27.91/Makefile.in-14723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-systemd.lo `test -f 'src/dhcp/nm-dhcp-systemd.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-systemd.c
network-manager-1.27.91/Makefile.in-14725-
network-manager-1.27.91/Makefile.in-14726-src/dhcp/libNetworkManagerBase_la-nm-dhcp-manager.lo: src/dhcp/nm-dhcp-manager.c
network-manager-1.27.91/Makefile.in:14727:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/libNetworkManagerBase_la-nm-dhcp-manager.lo -MD -MP -MF src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-manager.Tpo -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-manager.lo `test -f 'src/dhcp/nm-dhcp-manager.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-manager.c
network-manager-1.27.91/Makefile.in-14728-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-manager.Tpo src/dhcp/$(DEPDIR)/libNetworkManagerBase_la-nm-dhcp-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14731:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/libNetworkManagerBase_la-nm-dhcp-manager.lo `test -f 'src/dhcp/nm-dhcp-manager.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-manager.c
network-manager-1.27.91/Makefile.in-14732-
network-manager-1.27.91/Makefile.in-14733-src/libNetworkManagerBase_la-main-utils.lo: src/main-utils.c
network-manager-1.27.91/Makefile.in:14734:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libNetworkManagerBase_la-main-utils.lo -MD -MP -MF src/$(DEPDIR)/libNetworkManagerBase_la-main-utils.Tpo -c -o src/libNetworkManagerBase_la-main-utils.lo `test -f 'src/main-utils.c' || echo '$(srcdir)/'`src/main-utils.c
network-manager-1.27.91/Makefile.in-14735-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libNetworkManagerBase_la-main-utils.Tpo src/$(DEPDIR)/libNetworkManagerBase_la-main-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14738:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libNetworkManagerBase_la-main-utils.lo `test -f 'src/main-utils.c' || echo '$(srcdir)/'`src/main-utils.c
network-manager-1.27.91/Makefile.in-14739-
network-manager-1.27.91/Makefile.in-14740-src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-wext.lo: src/platform/wifi/nm-wifi-utils-wext.c
network-manager-1.27.91/Makefile.in:14741:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-wext.lo -MD -MP -MF src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils-wext.Tpo -c -o src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-wext.lo `test -f 'src/platform/wifi/nm-wifi-utils-wext.c' || echo '$(srcdir)/'`src/platform/wifi/nm-wifi-utils-wext.c
network-manager-1.27.91/Makefile.in-14742-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils-wext.Tpo src/platform/wifi/$(DEPDIR)/libNetworkManagerBase_la-nm-wifi-utils-wext.Plo
##############################################
network-manager-1.27.91/Makefile.in-14744-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14745:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerBase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/wifi/libNetworkManagerBase_la-nm-wifi-utils-wext.lo `test -f 'src/platform/wifi/nm-wifi-utils-wext.c' || echo '$(srcdir)/'`src/platform/wifi/nm-wifi-utils-wext.c
network-manager-1.27.91/Makefile.in-14746-
network-manager-1.27.91/Makefile.in-14747-src/ndisc/libNetworkManagerTest_la-nm-fake-ndisc.lo: src/ndisc/nm-fake-ndisc.c
network-manager-1.27.91/Makefile.in:14748:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerTest_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/libNetworkManagerTest_la-nm-fake-ndisc.lo -MD -MP -MF src/ndisc/$(DEPDIR)/libNetworkManagerTest_la-nm-fake-ndisc.Tpo -c -o src/ndisc/libNetworkManagerTest_la-nm-fake-ndisc.lo `test -f 'src/ndisc/nm-fake-ndisc.c' || echo '$(srcdir)/'`src/ndisc/nm-fake-ndisc.c
network-manager-1.27.91/Makefile.in-14749-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/$(DEPDIR)/libNetworkManagerTest_la-nm-fake-ndisc.Tpo src/ndisc/$(DEPDIR)/libNetworkManagerTest_la-nm-fake-ndisc.Plo
##############################################
network-manager-1.27.91/Makefile.in-14751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14752:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerTest_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/libNetworkManagerTest_la-nm-fake-ndisc.lo `test -f 'src/ndisc/nm-fake-ndisc.c' || echo '$(srcdir)/'`src/ndisc/nm-fake-ndisc.c
network-manager-1.27.91/Makefile.in-14753-
network-manager-1.27.91/Makefile.in-14754-src/platform/libNetworkManagerTest_la-nm-fake-platform.lo: src/platform/nm-fake-platform.c
network-manager-1.27.91/Makefile.in:14755:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerTest_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/libNetworkManagerTest_la-nm-fake-platform.lo -MD -MP -MF src/platform/$(DEPDIR)/libNetworkManagerTest_la-nm-fake-platform.Tpo -c -o src/platform/libNetworkManagerTest_la-nm-fake-platform.lo `test -f 'src/platform/nm-fake-platform.c' || echo '$(srcdir)/'`src/platform/nm-fake-platform.c
network-manager-1.27.91/Makefile.in-14756-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/$(DEPDIR)/libNetworkManagerTest_la-nm-fake-platform.Tpo src/platform/$(DEPDIR)/libNetworkManagerTest_la-nm-fake-platform.Plo
##############################################
network-manager-1.27.91/Makefile.in-14758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14759:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerTest_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/libNetworkManagerTest_la-nm-fake-platform.lo `test -f 'src/platform/nm-fake-platform.c' || echo '$(srcdir)/'`src/platform/nm-fake-platform.c
network-manager-1.27.91/Makefile.in-14760-
network-manager-1.27.91/Makefile.in-14761-src/platform/tests/libNetworkManagerTest_la-test-common.lo: src/platform/tests/test-common.c
network-manager-1.27.91/Makefile.in:14762:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerTest_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/libNetworkManagerTest_la-test-common.lo -MD -MP -MF src/platform/tests/$(DEPDIR)/libNetworkManagerTest_la-test-common.Tpo -c -o src/platform/tests/libNetworkManagerTest_la-test-common.lo `test -f 'src/platform/tests/test-common.c' || echo '$(srcdir)/'`src/platform/tests/test-common.c
network-manager-1.27.91/Makefile.in-14763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/libNetworkManagerTest_la-test-common.Tpo src/platform/tests/$(DEPDIR)/libNetworkManagerTest_la-test-common.Plo
##############################################
network-manager-1.27.91/Makefile.in-14765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14766:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libNetworkManagerTest_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/libNetworkManagerTest_la-test-common.lo `test -f 'src/platform/tests/test-common.c' || echo '$(srcdir)/'`src/platform/tests/test-common.c
network-manager-1.27.91/Makefile.in-14767-
network-manager-1.27.91/Makefile.in-14768-src/systemd/libnm_systemd_core_la-nm-sd-utils-core.lo: src/systemd/nm-sd-utils-core.c
network-manager-1.27.91/Makefile.in:14769:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/libnm_systemd_core_la-nm-sd-utils-core.lo -MD -MP -MF src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd-utils-core.Tpo -c -o src/systemd/libnm_systemd_core_la-nm-sd-utils-core.lo `test -f 'src/systemd/nm-sd-utils-core.c' || echo '$(srcdir)/'`src/systemd/nm-sd-utils-core.c
network-manager-1.27.91/Makefile.in-14770-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd-utils-core.Tpo src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd-utils-core.Plo
##############################################
network-manager-1.27.91/Makefile.in-14772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14773:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/libnm_systemd_core_la-nm-sd-utils-core.lo `test -f 'src/systemd/nm-sd-utils-core.c' || echo '$(srcdir)/'`src/systemd/nm-sd-utils-core.c
network-manager-1.27.91/Makefile.in-14774-
network-manager-1.27.91/Makefile.in-14775-src/systemd/libnm_systemd_core_la-nm-sd.lo: src/systemd/nm-sd.c
network-manager-1.27.91/Makefile.in:14776:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/libnm_systemd_core_la-nm-sd.lo -MD -MP -MF src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd.Tpo -c -o src/systemd/libnm_systemd_core_la-nm-sd.lo `test -f 'src/systemd/nm-sd.c' || echo '$(srcdir)/'`src/systemd/nm-sd.c
network-manager-1.27.91/Makefile.in-14777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd.Tpo src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd.Plo
##############################################
network-manager-1.27.91/Makefile.in-14779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/libnm_systemd_core_la-nm-sd.lo `test -f 'src/systemd/nm-sd.c' || echo '$(srcdir)/'`src/systemd/nm-sd.c
network-manager-1.27.91/Makefile.in-14781-
network-manager-1.27.91/Makefile.in-14782-src/systemd/libnm_systemd_core_la-nm-sd-utils-dhcp.lo: src/systemd/nm-sd-utils-dhcp.c
network-manager-1.27.91/Makefile.in:14783:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/libnm_systemd_core_la-nm-sd-utils-dhcp.lo -MD -MP -MF src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd-utils-dhcp.Tpo -c -o src/systemd/libnm_systemd_core_la-nm-sd-utils-dhcp.lo `test -f 'src/systemd/nm-sd-utils-dhcp.c' || echo '$(srcdir)/'`src/systemd/nm-sd-utils-dhcp.c
network-manager-1.27.91/Makefile.in-14784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd-utils-dhcp.Tpo src/systemd/$(DEPDIR)/libnm_systemd_core_la-nm-sd-utils-dhcp.Plo
##############################################
network-manager-1.27.91/Makefile.in-14786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14787:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/libnm_systemd_core_la-nm-sd-utils-dhcp.lo `test -f 'src/systemd/nm-sd-utils-dhcp.c' || echo '$(srcdir)/'`src/systemd/nm-sd-utils-dhcp.c
network-manager-1.27.91/Makefile.in-14788-
network-manager-1.27.91/Makefile.in-14789-src/systemd/sd-adapt-core/libnm_systemd_core_la-nm-sd-adapt-core.lo: src/systemd/sd-adapt-core/nm-sd-adapt-core.c
network-manager-1.27.91/Makefile.in:14790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/sd-adapt-core/libnm_systemd_core_la-nm-sd-adapt-core.lo -MD -MP -MF src/systemd/sd-adapt-core/$(DEPDIR)/libnm_systemd_core_la-nm-sd-adapt-core.Tpo -c -o src/systemd/sd-adapt-core/libnm_systemd_core_la-nm-sd-adapt-core.lo `test -f 'src/systemd/sd-adapt-core/nm-sd-adapt-core.c' || echo '$(srcdir)/'`src/systemd/sd-adapt-core/nm-sd-adapt-core.c
network-manager-1.27.91/Makefile.in-14791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/sd-adapt-core/$(DEPDIR)/libnm_systemd_core_la-nm-sd-adapt-core.Tpo src/systemd/sd-adapt-core/$(DEPDIR)/libnm_systemd_core_la-nm-sd-adapt-core.Plo
##############################################
network-manager-1.27.91/Makefile.in-14793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/sd-adapt-core/libnm_systemd_core_la-nm-sd-adapt-core.lo `test -f 'src/systemd/sd-adapt-core/nm-sd-adapt-core.c' || echo '$(srcdir)/'`src/systemd/sd-adapt-core/nm-sd-adapt-core.c
network-manager-1.27.91/Makefile.in-14795-
network-manager-1.27.91/Makefile.in-14796-src/systemd/src/libsystemd-network/libnm_systemd_core_la-arp-util.lo: src/systemd/src/libsystemd-network/arp-util.c
network-manager-1.27.91/Makefile.in:14797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-arp-util.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-arp-util.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-arp-util.lo `test -f 'src/systemd/src/libsystemd-network/arp-util.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/arp-util.c
network-manager-1.27.91/Makefile.in-14798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-arp-util.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-arp-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-14800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-arp-util.lo `test -f 'src/systemd/src/libsystemd-network/arp-util.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/arp-util.c
network-manager-1.27.91/Makefile.in-14802-
network-manager-1.27.91/Makefile.in-14803-src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-identifier.lo: src/systemd/src/libsystemd-network/dhcp-identifier.c
network-manager-1.27.91/Makefile.in:14804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-identifier.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-identifier.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-identifier.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-identifier.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-identifier.c
network-manager-1.27.91/Makefile.in-14805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-identifier.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-identifier.Plo
##############################################
network-manager-1.27.91/Makefile.in-14807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-identifier.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-identifier.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-identifier.c
network-manager-1.27.91/Makefile.in-14809-
network-manager-1.27.91/Makefile.in-14810-src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-network.lo: src/systemd/src/libsystemd-network/dhcp-network.c
network-manager-1.27.91/Makefile.in:14811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-network.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-network.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-network.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-network.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-network.c
network-manager-1.27.91/Makefile.in-14812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-network.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-network.Plo
##############################################
network-manager-1.27.91/Makefile.in-14814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-network.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-network.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-network.c
network-manager-1.27.91/Makefile.in-14816-
network-manager-1.27.91/Makefile.in-14817-src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-option.lo: src/systemd/src/libsystemd-network/dhcp-option.c
network-manager-1.27.91/Makefile.in:14818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-option.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-option.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-option.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-option.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-option.c
network-manager-1.27.91/Makefile.in-14819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-option.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-option.Plo
##############################################
network-manager-1.27.91/Makefile.in-14821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-option.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-option.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-option.c
network-manager-1.27.91/Makefile.in-14823-
network-manager-1.27.91/Makefile.in-14824-src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-packet.lo: src/systemd/src/libsystemd-network/dhcp-packet.c
network-manager-1.27.91/Makefile.in:14825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-packet.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-packet.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-packet.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-packet.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-packet.c
network-manager-1.27.91/Makefile.in-14826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-packet.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp-packet.Plo
##############################################
network-manager-1.27.91/Makefile.in-14828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp-packet.lo `test -f 'src/systemd/src/libsystemd-network/dhcp-packet.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp-packet.c
network-manager-1.27.91/Makefile.in-14830-
network-manager-1.27.91/Makefile.in-14831-src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-network.lo: src/systemd/src/libsystemd-network/dhcp6-network.c
network-manager-1.27.91/Makefile.in:14832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-network.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp6-network.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-network.lo `test -f 'src/systemd/src/libsystemd-network/dhcp6-network.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp6-network.c
network-manager-1.27.91/Makefile.in-14833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp6-network.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp6-network.Plo
##############################################
network-manager-1.27.91/Makefile.in-14835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-network.lo `test -f 'src/systemd/src/libsystemd-network/dhcp6-network.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp6-network.c
network-manager-1.27.91/Makefile.in-14837-
network-manager-1.27.91/Makefile.in-14838-src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-option.lo: src/systemd/src/libsystemd-network/dhcp6-option.c
network-manager-1.27.91/Makefile.in:14839:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-option.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp6-option.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-option.lo `test -f 'src/systemd/src/libsystemd-network/dhcp6-option.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp6-option.c
network-manager-1.27.91/Makefile.in-14840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp6-option.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-dhcp6-option.Plo
##############################################
network-manager-1.27.91/Makefile.in-14842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14843:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-dhcp6-option.lo `test -f 'src/systemd/src/libsystemd-network/dhcp6-option.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/dhcp6-option.c
network-manager-1.27.91/Makefile.in-14844-
network-manager-1.27.91/Makefile.in-14845-src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-neighbor.lo: src/systemd/src/libsystemd-network/lldp-neighbor.c
network-manager-1.27.91/Makefile.in:14846:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-neighbor.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-lldp-neighbor.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-neighbor.lo `test -f 'src/systemd/src/libsystemd-network/lldp-neighbor.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/lldp-neighbor.c
network-manager-1.27.91/Makefile.in-14847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-lldp-neighbor.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-lldp-neighbor.Plo
##############################################
network-manager-1.27.91/Makefile.in-14849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14850:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-neighbor.lo `test -f 'src/systemd/src/libsystemd-network/lldp-neighbor.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/lldp-neighbor.c
network-manager-1.27.91/Makefile.in-14851-
network-manager-1.27.91/Makefile.in-14852-src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-network.lo: src/systemd/src/libsystemd-network/lldp-network.c
network-manager-1.27.91/Makefile.in:14853:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-network.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-lldp-network.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-network.lo `test -f 'src/systemd/src/libsystemd-network/lldp-network.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/lldp-network.c
network-manager-1.27.91/Makefile.in-14854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-lldp-network.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-lldp-network.Plo
##############################################
network-manager-1.27.91/Makefile.in-14856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14857:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-lldp-network.lo `test -f 'src/systemd/src/libsystemd-network/lldp-network.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/lldp-network.c
network-manager-1.27.91/Makefile.in-14858-
network-manager-1.27.91/Makefile.in-14859-src/systemd/src/libsystemd-network/libnm_systemd_core_la-network-internal.lo: src/systemd/src/libsystemd-network/network-internal.c
network-manager-1.27.91/Makefile.in:14860:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-network-internal.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-network-internal.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-network-internal.lo `test -f 'src/systemd/src/libsystemd-network/network-internal.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/network-internal.c
network-manager-1.27.91/Makefile.in-14861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-network-internal.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-network-internal.Plo
##############################################
network-manager-1.27.91/Makefile.in-14863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14864:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-network-internal.lo `test -f 'src/systemd/src/libsystemd-network/network-internal.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/network-internal.c
network-manager-1.27.91/Makefile.in-14865-
network-manager-1.27.91/Makefile.in-14866-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-client.lo: src/systemd/src/libsystemd-network/sd-dhcp-client.c
network-manager-1.27.91/Makefile.in:14867:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-client.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp-client.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-client.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp-client.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp-client.c
network-manager-1.27.91/Makefile.in-14868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp-client.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp-client.Plo
##############################################
network-manager-1.27.91/Makefile.in-14870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14871:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-client.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp-client.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp-client.c
network-manager-1.27.91/Makefile.in-14872-
network-manager-1.27.91/Makefile.in-14873-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-lease.lo: src/systemd/src/libsystemd-network/sd-dhcp-lease.c
network-manager-1.27.91/Makefile.in:14874:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-lease.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp-lease.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-lease.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp-lease.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp-lease.c
network-manager-1.27.91/Makefile.in-14875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp-lease.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp-lease.Plo
##############################################
network-manager-1.27.91/Makefile.in-14877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14878:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp-lease.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp-lease.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp-lease.c
network-manager-1.27.91/Makefile.in-14879-
network-manager-1.27.91/Makefile.in-14880-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-client.lo: src/systemd/src/libsystemd-network/sd-dhcp6-client.c
network-manager-1.27.91/Makefile.in:14881:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-client.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-client.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-client.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp6-client.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp6-client.c
network-manager-1.27.91/Makefile.in-14882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-client.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-client.Plo
##############################################
network-manager-1.27.91/Makefile.in-14884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14885:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-client.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp6-client.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp6-client.c
network-manager-1.27.91/Makefile.in-14886-
network-manager-1.27.91/Makefile.in-14887-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-lease.lo: src/systemd/src/libsystemd-network/sd-dhcp6-lease.c
network-manager-1.27.91/Makefile.in:14888:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-lease.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-lease.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp6-lease.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp6-lease.c
network-manager-1.27.91/Makefile.in-14889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-dhcp6-lease.Plo
##############################################
network-manager-1.27.91/Makefile.in-14891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14892:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-dhcp6-lease.lo `test -f 'src/systemd/src/libsystemd-network/sd-dhcp6-lease.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-dhcp6-lease.c
network-manager-1.27.91/Makefile.in-14893-
network-manager-1.27.91/Makefile.in-14894-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4acd.lo: src/systemd/src/libsystemd-network/sd-ipv4acd.c
network-manager-1.27.91/Makefile.in:14895:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4acd.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4acd.lo `test -f 'src/systemd/src/libsystemd-network/sd-ipv4acd.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-ipv4acd.c
network-manager-1.27.91/Makefile.in-14896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4acd.Plo
##############################################
network-manager-1.27.91/Makefile.in-14898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14899:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4acd.lo `test -f 'src/systemd/src/libsystemd-network/sd-ipv4acd.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-ipv4acd.c
network-manager-1.27.91/Makefile.in-14900-
network-manager-1.27.91/Makefile.in-14901-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo: src/systemd/src/libsystemd-network/sd-ipv4ll.c
network-manager-1.27.91/Makefile.in:14902:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo `test -f 'src/systemd/src/libsystemd-network/sd-ipv4ll.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-ipv4ll.c
network-manager-1.27.91/Makefile.in-14903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-ipv4ll.Plo
##############################################
network-manager-1.27.91/Makefile.in-14905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14906:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-ipv4ll.lo `test -f 'src/systemd/src/libsystemd-network/sd-ipv4ll.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-ipv4ll.c
network-manager-1.27.91/Makefile.in-14907-
network-manager-1.27.91/Makefile.in-14908-src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo: src/systemd/src/libsystemd-network/sd-lldp.c
network-manager-1.27.91/Makefile.in:14909:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo -MD -MP -MF src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Tpo -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo `test -f 'src/systemd/src/libsystemd-network/sd-lldp.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-lldp.c
network-manager-1.27.91/Makefile.in-14910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Tpo src/systemd/src/libsystemd-network/$(DEPDIR)/libnm_systemd_core_la-sd-lldp.Plo
##############################################
network-manager-1.27.91/Makefile.in-14912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14913:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd-network/libnm_systemd_core_la-sd-lldp.lo `test -f 'src/systemd/src/libsystemd-network/sd-lldp.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd-network/sd-lldp.c
network-manager-1.27.91/Makefile.in-14914-
network-manager-1.27.91/Makefile.in-14915-src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo: src/systemd/src/libsystemd/sd-event/event-util.c
network-manager-1.27.91/Makefile.in:14916:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo -MD -MP -MF src/systemd/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Tpo -c -o src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo `test -f 'src/systemd/src/libsystemd/sd-event/event-util.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-event/event-util.c
network-manager-1.27.91/Makefile.in-14917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Tpo src/systemd/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-event-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-14919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14920:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-event-util.lo `test -f 'src/systemd/src/libsystemd/sd-event/event-util.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-event/event-util.c
network-manager-1.27.91/Makefile.in-14921-
network-manager-1.27.91/Makefile.in-14922-src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-sd-event.lo: src/systemd/src/libsystemd/sd-event/sd-event.c
network-manager-1.27.91/Makefile.in:14923:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-sd-event.lo -MD -MP -MF src/systemd/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Tpo -c -o src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-sd-event.lo `test -f 'src/systemd/src/libsystemd/sd-event/sd-event.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-event/sd-event.c
network-manager-1.27.91/Makefile.in-14924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Tpo src/systemd/src/libsystemd/sd-event/$(DEPDIR)/libnm_systemd_core_la-sd-event.Plo
##############################################
network-manager-1.27.91/Makefile.in-14926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14927:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd/sd-event/libnm_systemd_core_la-sd-event.lo `test -f 'src/systemd/src/libsystemd/sd-event/sd-event.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-event/sd-event.c
network-manager-1.27.91/Makefile.in-14928-
network-manager-1.27.91/Makefile.in-14929-src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-id128-util.lo: src/systemd/src/libsystemd/sd-id128/id128-util.c
network-manager-1.27.91/Makefile.in:14930:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-id128-util.lo -MD -MP -MF src/systemd/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Tpo -c -o src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-id128-util.lo `test -f 'src/systemd/src/libsystemd/sd-id128/id128-util.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-id128/id128-util.c
network-manager-1.27.91/Makefile.in-14931-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Tpo src/systemd/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-id128-util.Plo
##############################################
network-manager-1.27.91/Makefile.in-14933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14934:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-id128-util.lo `test -f 'src/systemd/src/libsystemd/sd-id128/id128-util.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-id128/id128-util.c
network-manager-1.27.91/Makefile.in-14935-
network-manager-1.27.91/Makefile.in-14936-src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-sd-id128.lo: src/systemd/src/libsystemd/sd-id128/sd-id128.c
network-manager-1.27.91/Makefile.in:14937:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-sd-id128.lo -MD -MP -MF src/systemd/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-sd-id128.Tpo -c -o src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-sd-id128.lo `test -f 'src/systemd/src/libsystemd/sd-id128/sd-id128.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-id128/sd-id128.c
network-manager-1.27.91/Makefile.in-14938-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/systemd/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-sd-id128.Tpo src/systemd/src/libsystemd/sd-id128/$(DEPDIR)/libnm_systemd_core_la-sd-id128.Plo
##############################################
network-manager-1.27.91/Makefile.in-14940-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14941:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_libnm_systemd_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/systemd/src/libsystemd/sd-id128/libnm_systemd_core_la-sd-id128.lo `test -f 'src/systemd/src/libsystemd/sd-id128/sd-id128.c' || echo '$(srcdir)/'`src/systemd/src/libsystemd/sd-id128/sd-id128.c
network-manager-1.27.91/Makefile.in-14942-
network-manager-1.27.91/Makefile.in-14943-src/ppp/libnm_ppp_plugin_la-nm-ppp-manager.lo: src/ppp/nm-ppp-manager.c
network-manager-1.27.91/Makefile.in:14944:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ppp_libnm_ppp_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ppp/libnm_ppp_plugin_la-nm-ppp-manager.lo -MD -MP -MF src/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Tpo -c -o src/ppp/libnm_ppp_plugin_la-nm-ppp-manager.lo `test -f 'src/ppp/nm-ppp-manager.c' || echo '$(srcdir)/'`src/ppp/nm-ppp-manager.c
network-manager-1.27.91/Makefile.in-14945-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Tpo src/ppp/$(DEPDIR)/libnm_ppp_plugin_la-nm-ppp-manager.Plo
##############################################
network-manager-1.27.91/Makefile.in-14947-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14948:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ppp_libnm_ppp_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ppp/libnm_ppp_plugin_la-nm-ppp-manager.lo `test -f 'src/ppp/nm-ppp-manager.c' || echo '$(srcdir)/'`src/ppp/nm-ppp-manager.c
network-manager-1.27.91/Makefile.in-14949-
network-manager-1.27.91/Makefile.in-14950-src/ppp/nm_pppd_plugin_la-nm-pppd-plugin.lo: src/ppp/nm-pppd-plugin.c
network-manager-1.27.91/Makefile.in:14951:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ppp_nm_pppd_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ppp/nm_pppd_plugin_la-nm-pppd-plugin.lo -MD -MP -MF src/ppp/$(DEPDIR)/nm_pppd_plugin_la-nm-pppd-plugin.Tpo -c -o src/ppp/nm_pppd_plugin_la-nm-pppd-plugin.lo `test -f 'src/ppp/nm-pppd-plugin.c' || echo '$(srcdir)/'`src/ppp/nm-pppd-plugin.c
network-manager-1.27.91/Makefile.in-14952-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ppp/$(DEPDIR)/nm_pppd_plugin_la-nm-pppd-plugin.Tpo src/ppp/$(DEPDIR)/nm_pppd_plugin_la-nm-pppd-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-14954-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14955:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ppp_nm_pppd_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ppp/nm_pppd_plugin_la-nm-pppd-plugin.lo `test -f 'src/ppp/nm-pppd-plugin.c' || echo '$(srcdir)/'`src/ppp/nm-pppd-plugin.c
network-manager-1.27.91/Makefile.in-14956-
network-manager-1.27.91/Makefile.in-14957-src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.lo: src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-storage.c
network-manager-1.27.91/Makefile.in:14958:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnm_settings_plugin_ifcfg_rh_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.Tpo -c -o src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-storage.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-storage.c
network-manager-1.27.91/Makefile.in-14959-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.Plo
##############################################
network-manager-1.27.91/Makefile.in-14961-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14962:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnm_settings_plugin_ifcfg_rh_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-storage.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-storage.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-storage.c
network-manager-1.27.91/Makefile.in-14963-
network-manager-1.27.91/Makefile.in-14964-src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.lo: src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
network-manager-1.27.91/Makefile.in:14965:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnm_settings_plugin_ifcfg_rh_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.Tpo -c -o src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
network-manager-1.27.91/Makefile.in-14966-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-14968-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14969:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnm_settings_plugin_ifcfg_rh_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnm_settings_plugin_ifcfg_rh_la-nms-ifcfg-rh-plugin.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
network-manager-1.27.91/Makefile.in-14970-
network-manager-1.27.91/Makefile.in-14971-src/settings/plugins/ifcfg-rh/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.lo: src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.c
network-manager-1.27.91/Makefile.in:14972:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnmdbus_ifcfg_rh_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.Tpo -c -o src/settings/plugins/ifcfg-rh/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.lo `test -f 'src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.c
network-manager-1.27.91/Makefile.in-14973-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.Plo
##############################################
network-manager-1.27.91/Makefile.in-14975-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14976:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnmdbus_ifcfg_rh_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnmdbus_ifcfg_rh_la-nmdbus-ifcfg-rh.lo `test -f 'src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.c
network-manager-1.27.91/Makefile.in-14977-
network-manager-1.27.91/Makefile.in-14978-src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-shvar.lo: src/settings/plugins/ifcfg-rh/shvar.c
network-manager-1.27.91/Makefile.in:14979:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-shvar.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-shvar.Tpo -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-shvar.lo `test -f 'src/settings/plugins/ifcfg-rh/shvar.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/shvar.c
network-manager-1.27.91/Makefile.in-14980-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-shvar.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-shvar.Plo
##############################################
network-manager-1.27.91/Makefile.in-14982-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14983:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-shvar.lo `test -f 'src/settings/plugins/ifcfg-rh/shvar.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/shvar.c
network-manager-1.27.91/Makefile.in-14984-
network-manager-1.27.91/Makefile.in-14985-src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.lo: src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c
network-manager-1.27.91/Makefile.in:14986:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.Tpo -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c
network-manager-1.27.91/Makefile.in-14987-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.Plo
##############################################
network-manager-1.27.91/Makefile.in-14989-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14990:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-utils.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c
network-manager-1.27.91/Makefile.in-14991-
network-manager-1.27.91/Makefile.in-14992-src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.lo: src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c
network-manager-1.27.91/Makefile.in:14993:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.Tpo -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c
network-manager-1.27.91/Makefile.in-14994-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.Plo
##############################################
network-manager-1.27.91/Makefile.in-14996-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:14997:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-reader.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c
network-manager-1.27.91/Makefile.in-14998-
network-manager-1.27.91/Makefile.in-14999-src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.lo: src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c
network-manager-1.27.91/Makefile.in:15000:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.lo -MD -MP -MF src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.Tpo -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c
network-manager-1.27.91/Makefile.in-15001-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.Tpo src/settings/plugins/ifcfg-rh/$(DEPDIR)/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.Plo
##############################################
network-manager-1.27.91/Makefile.in-15003-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15004:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/libnms_ifcfg_rh_core_la-nms-ifcfg-rh-writer.lo `test -f 'src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c
network-manager-1.27.91/Makefile.in-15005-
network-manager-1.27.91/Makefile.in-15006-src/settings/plugins/ifupdown/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.lo: src/settings/plugins/ifupdown/nms-ifupdown-plugin.c
network-manager-1.27.91/Makefile.in:15007:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_libnm_settings_plugin_ifupdown_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifupdown/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.lo -MD -MP -MF src/settings/plugins/ifupdown/$(DEPDIR)/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.Tpo -c -o src/settings/plugins/ifupdown/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.lo `test -f 'src/settings/plugins/ifupdown/nms-ifupdown-plugin.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/nms-ifupdown-plugin.c
network-manager-1.27.91/Makefile.in-15008-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifupdown/$(DEPDIR)/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.Tpo src/settings/plugins/ifupdown/$(DEPDIR)/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.Plo
##############################################
network-manager-1.27.91/Makefile.in-15010-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15011:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_libnm_settings_plugin_ifupdown_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifupdown/libnm_settings_plugin_ifupdown_la-nms-ifupdown-plugin.lo `test -f 'src/settings/plugins/ifupdown/nms-ifupdown-plugin.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/nms-ifupdown-plugin.c
network-manager-1.27.91/Makefile.in-15012-
network-manager-1.27.91/Makefile.in-15013-src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.lo: src/settings/plugins/ifupdown/nms-ifupdown-interface-parser.c
network-manager-1.27.91/Makefile.in:15014:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_libnms_ifupdown_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.lo -MD -MP -MF src/settings/plugins/ifupdown/$(DEPDIR)/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.Tpo -c -o src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.lo `test -f 'src/settings/plugins/ifupdown/nms-ifupdown-interface-parser.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/nms-ifupdown-interface-parser.c
network-manager-1.27.91/Makefile.in-15015-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifupdown/$(DEPDIR)/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.Tpo src/settings/plugins/ifupdown/$(DEPDIR)/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.Plo
##############################################
network-manager-1.27.91/Makefile.in-15017-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15018:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_libnms_ifupdown_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-interface-parser.lo `test -f 'src/settings/plugins/ifupdown/nms-ifupdown-interface-parser.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/nms-ifupdown-interface-parser.c
network-manager-1.27.91/Makefile.in-15019-
network-manager-1.27.91/Makefile.in-15020-src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-parser.lo: src/settings/plugins/ifupdown/nms-ifupdown-parser.c
network-manager-1.27.91/Makefile.in:15021:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_libnms_ifupdown_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-parser.lo -MD -MP -MF src/settings/plugins/ifupdown/$(DEPDIR)/libnms_ifupdown_core_la-nms-ifupdown-parser.Tpo -c -o src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-parser.lo `test -f 'src/settings/plugins/ifupdown/nms-ifupdown-parser.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/nms-ifupdown-parser.c
network-manager-1.27.91/Makefile.in-15022-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifupdown/$(DEPDIR)/libnms_ifupdown_core_la-nms-ifupdown-parser.Tpo src/settings/plugins/ifupdown/$(DEPDIR)/libnms_ifupdown_core_la-nms-ifupdown-parser.Plo
##############################################
network-manager-1.27.91/Makefile.in-15024-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15025:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_libnms_ifupdown_core_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifupdown/libnms_ifupdown_core_la-nms-ifupdown-parser.lo `test -f 'src/settings/plugins/ifupdown/nms-ifupdown-parser.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/nms-ifupdown-parser.c
network-manager-1.27.91/Makefile.in-15026-
network-manager-1.27.91/Makefile.in-15027-clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o: clients/cli/generate-docs-nm-settings-nmcli.c
network-manager-1.27.91/Makefile.in:15028:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_generate_docs_nm_settings_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o -MD -MP -MF clients/cli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Tpo -c -o clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o `test -f 'clients/cli/generate-docs-nm-settings-nmcli.c' || echo '$(srcdir)/'`clients/cli/generate-docs-nm-settings-nmcli.c
network-manager-1.27.91/Makefile.in-15029-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Tpo clients/cli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po
##############################################
network-manager-1.27.91/Makefile.in-15031-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15032:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_generate_docs_nm_settings_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.o `test -f 'clients/cli/generate-docs-nm-settings-nmcli.c' || echo '$(srcdir)/'`clients/cli/generate-docs-nm-settings-nmcli.c
network-manager-1.27.91/Makefile.in-15033-
network-manager-1.27.91/Makefile.in-15034-clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.obj: clients/cli/generate-docs-nm-settings-nmcli.c
network-manager-1.27.91/Makefile.in:15035:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_generate_docs_nm_settings_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.obj -MD -MP -MF clients/cli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Tpo -c -o clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.obj `if test -f 'clients/cli/generate-docs-nm-settings-nmcli.c'; then $(CYGPATH_W) 'clients/cli/generate-docs-nm-settings-nmcli.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/generate-docs-nm-settings-nmcli.c'; fi`
network-manager-1.27.91/Makefile.in-15036-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Tpo clients/cli/$(DEPDIR)/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.Po
##############################################
network-manager-1.27.91/Makefile.in-15038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15039:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_generate_docs_nm_settings_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/generate_docs_nm_settings_nmcli-generate-docs-nm-settings-nmcli.obj `if test -f 'clients/cli/generate-docs-nm-settings-nmcli.c'; then $(CYGPATH_W) 'clients/cli/generate-docs-nm-settings-nmcli.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/generate-docs-nm-settings-nmcli.c'; fi`
network-manager-1.27.91/Makefile.in-15040-
network-manager-1.27.91/Makefile.in-15041-clients/cli/nmcli-common.o: clients/cli/common.c
network-manager-1.27.91/Makefile.in:15042:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-common.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-common.Tpo -c -o clients/cli/nmcli-common.o `test -f 'clients/cli/common.c' || echo '$(srcdir)/'`clients/cli/common.c
network-manager-1.27.91/Makefile.in-15043-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-common.Tpo clients/cli/$(DEPDIR)/nmcli-common.Po
##############################################
network-manager-1.27.91/Makefile.in-15045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15046:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-common.o `test -f 'clients/cli/common.c' || echo '$(srcdir)/'`clients/cli/common.c
network-manager-1.27.91/Makefile.in-15047-
network-manager-1.27.91/Makefile.in-15048-clients/cli/nmcli-common.obj: clients/cli/common.c
network-manager-1.27.91/Makefile.in:15049:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-common.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-common.Tpo -c -o clients/cli/nmcli-common.obj `if test -f 'clients/cli/common.c'; then $(CYGPATH_W) 'clients/cli/common.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/common.c'; fi`
network-manager-1.27.91/Makefile.in-15050-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-common.Tpo clients/cli/$(DEPDIR)/nmcli-common.Po
##############################################
network-manager-1.27.91/Makefile.in-15052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15053:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-common.obj `if test -f 'clients/cli/common.c'; then $(CYGPATH_W) 'clients/cli/common.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/common.c'; fi`
network-manager-1.27.91/Makefile.in-15054-
network-manager-1.27.91/Makefile.in-15055-clients/cli/nmcli-utils.o: clients/cli/utils.c
network-manager-1.27.91/Makefile.in:15056:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-utils.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-utils.Tpo -c -o clients/cli/nmcli-utils.o `test -f 'clients/cli/utils.c' || echo '$(srcdir)/'`clients/cli/utils.c
network-manager-1.27.91/Makefile.in-15057-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-utils.Tpo clients/cli/$(DEPDIR)/nmcli-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15060:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-utils.o `test -f 'clients/cli/utils.c' || echo '$(srcdir)/'`clients/cli/utils.c
network-manager-1.27.91/Makefile.in-15061-
network-manager-1.27.91/Makefile.in-15062-clients/cli/nmcli-utils.obj: clients/cli/utils.c
network-manager-1.27.91/Makefile.in:15063:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-utils.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-utils.Tpo -c -o clients/cli/nmcli-utils.obj `if test -f 'clients/cli/utils.c'; then $(CYGPATH_W) 'clients/cli/utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/utils.c'; fi`
network-manager-1.27.91/Makefile.in-15064-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-utils.Tpo clients/cli/$(DEPDIR)/nmcli-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15067:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-utils.obj `if test -f 'clients/cli/utils.c'; then $(CYGPATH_W) 'clients/cli/utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/utils.c'; fi`
network-manager-1.27.91/Makefile.in-15068-
network-manager-1.27.91/Makefile.in-15069-clients/cli/nmcli-agent.o: clients/cli/agent.c
network-manager-1.27.91/Makefile.in:15070:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-agent.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-agent.Tpo -c -o clients/cli/nmcli-agent.o `test -f 'clients/cli/agent.c' || echo '$(srcdir)/'`clients/cli/agent.c
network-manager-1.27.91/Makefile.in-15071-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-agent.Tpo clients/cli/$(DEPDIR)/nmcli-agent.Po
##############################################
network-manager-1.27.91/Makefile.in-15073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15074:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-agent.o `test -f 'clients/cli/agent.c' || echo '$(srcdir)/'`clients/cli/agent.c
network-manager-1.27.91/Makefile.in-15075-
network-manager-1.27.91/Makefile.in-15076-clients/cli/nmcli-agent.obj: clients/cli/agent.c
network-manager-1.27.91/Makefile.in:15077:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-agent.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-agent.Tpo -c -o clients/cli/nmcli-agent.obj `if test -f 'clients/cli/agent.c'; then $(CYGPATH_W) 'clients/cli/agent.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/agent.c'; fi`
network-manager-1.27.91/Makefile.in-15078-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-agent.Tpo clients/cli/$(DEPDIR)/nmcli-agent.Po
##############################################
network-manager-1.27.91/Makefile.in-15080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15081:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-agent.obj `if test -f 'clients/cli/agent.c'; then $(CYGPATH_W) 'clients/cli/agent.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/agent.c'; fi`
network-manager-1.27.91/Makefile.in-15082-
network-manager-1.27.91/Makefile.in-15083-clients/cli/nmcli-general.o: clients/cli/general.c
network-manager-1.27.91/Makefile.in:15084:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-general.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-general.Tpo -c -o clients/cli/nmcli-general.o `test -f 'clients/cli/general.c' || echo '$(srcdir)/'`clients/cli/general.c
network-manager-1.27.91/Makefile.in-15085-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-general.Tpo clients/cli/$(DEPDIR)/nmcli-general.Po
##############################################
network-manager-1.27.91/Makefile.in-15087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15088:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-general.o `test -f 'clients/cli/general.c' || echo '$(srcdir)/'`clients/cli/general.c
network-manager-1.27.91/Makefile.in-15089-
network-manager-1.27.91/Makefile.in-15090-clients/cli/nmcli-general.obj: clients/cli/general.c
network-manager-1.27.91/Makefile.in:15091:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-general.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-general.Tpo -c -o clients/cli/nmcli-general.obj `if test -f 'clients/cli/general.c'; then $(CYGPATH_W) 'clients/cli/general.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/general.c'; fi`
network-manager-1.27.91/Makefile.in-15092-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-general.Tpo clients/cli/$(DEPDIR)/nmcli-general.Po
##############################################
network-manager-1.27.91/Makefile.in-15094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15095:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-general.obj `if test -f 'clients/cli/general.c'; then $(CYGPATH_W) 'clients/cli/general.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/general.c'; fi`
network-manager-1.27.91/Makefile.in-15096-
network-manager-1.27.91/Makefile.in-15097-clients/cli/nmcli-connections.o: clients/cli/connections.c
network-manager-1.27.91/Makefile.in:15098:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-connections.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-connections.Tpo -c -o clients/cli/nmcli-connections.o `test -f 'clients/cli/connections.c' || echo '$(srcdir)/'`clients/cli/connections.c
network-manager-1.27.91/Makefile.in-15099-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-connections.Tpo clients/cli/$(DEPDIR)/nmcli-connections.Po
##############################################
network-manager-1.27.91/Makefile.in-15101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15102:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-connections.o `test -f 'clients/cli/connections.c' || echo '$(srcdir)/'`clients/cli/connections.c
network-manager-1.27.91/Makefile.in-15103-
network-manager-1.27.91/Makefile.in-15104-clients/cli/nmcli-connections.obj: clients/cli/connections.c
network-manager-1.27.91/Makefile.in:15105:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-connections.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-connections.Tpo -c -o clients/cli/nmcli-connections.obj `if test -f 'clients/cli/connections.c'; then $(CYGPATH_W) 'clients/cli/connections.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/connections.c'; fi`
network-manager-1.27.91/Makefile.in-15106-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-connections.Tpo clients/cli/$(DEPDIR)/nmcli-connections.Po
##############################################
network-manager-1.27.91/Makefile.in-15108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15109:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-connections.obj `if test -f 'clients/cli/connections.c'; then $(CYGPATH_W) 'clients/cli/connections.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/connections.c'; fi`
network-manager-1.27.91/Makefile.in-15110-
network-manager-1.27.91/Makefile.in-15111-clients/cli/nmcli-devices.o: clients/cli/devices.c
network-manager-1.27.91/Makefile.in:15112:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-devices.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-devices.Tpo -c -o clients/cli/nmcli-devices.o `test -f 'clients/cli/devices.c' || echo '$(srcdir)/'`clients/cli/devices.c
network-manager-1.27.91/Makefile.in-15113-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-devices.Tpo clients/cli/$(DEPDIR)/nmcli-devices.Po
##############################################
network-manager-1.27.91/Makefile.in-15115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15116:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-devices.o `test -f 'clients/cli/devices.c' || echo '$(srcdir)/'`clients/cli/devices.c
network-manager-1.27.91/Makefile.in-15117-
network-manager-1.27.91/Makefile.in-15118-clients/cli/nmcli-devices.obj: clients/cli/devices.c
network-manager-1.27.91/Makefile.in:15119:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-devices.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-devices.Tpo -c -o clients/cli/nmcli-devices.obj `if test -f 'clients/cli/devices.c'; then $(CYGPATH_W) 'clients/cli/devices.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/devices.c'; fi`
network-manager-1.27.91/Makefile.in-15120-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-devices.Tpo clients/cli/$(DEPDIR)/nmcli-devices.Po
##############################################
network-manager-1.27.91/Makefile.in-15122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15123:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-devices.obj `if test -f 'clients/cli/devices.c'; then $(CYGPATH_W) 'clients/cli/devices.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/devices.c'; fi`
network-manager-1.27.91/Makefile.in-15124-
network-manager-1.27.91/Makefile.in-15125-clients/cli/nmcli-settings.o: clients/cli/settings.c
network-manager-1.27.91/Makefile.in:15126:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-settings.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-settings.Tpo -c -o clients/cli/nmcli-settings.o `test -f 'clients/cli/settings.c' || echo '$(srcdir)/'`clients/cli/settings.c
network-manager-1.27.91/Makefile.in-15127-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-settings.Tpo clients/cli/$(DEPDIR)/nmcli-settings.Po
##############################################
network-manager-1.27.91/Makefile.in-15129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15130:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-settings.o `test -f 'clients/cli/settings.c' || echo '$(srcdir)/'`clients/cli/settings.c
network-manager-1.27.91/Makefile.in-15131-
network-manager-1.27.91/Makefile.in-15132-clients/cli/nmcli-settings.obj: clients/cli/settings.c
network-manager-1.27.91/Makefile.in:15133:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-settings.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-settings.Tpo -c -o clients/cli/nmcli-settings.obj `if test -f 'clients/cli/settings.c'; then $(CYGPATH_W) 'clients/cli/settings.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/settings.c'; fi`
network-manager-1.27.91/Makefile.in-15134-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-settings.Tpo clients/cli/$(DEPDIR)/nmcli-settings.Po
##############################################
network-manager-1.27.91/Makefile.in-15136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15137:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-settings.obj `if test -f 'clients/cli/settings.c'; then $(CYGPATH_W) 'clients/cli/settings.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/settings.c'; fi`
network-manager-1.27.91/Makefile.in-15138-
network-manager-1.27.91/Makefile.in-15139-clients/cli/nmcli-nmcli.o: clients/cli/nmcli.c
network-manager-1.27.91/Makefile.in:15140:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-nmcli.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-nmcli.Tpo -c -o clients/cli/nmcli-nmcli.o `test -f 'clients/cli/nmcli.c' || echo '$(srcdir)/'`clients/cli/nmcli.c
network-manager-1.27.91/Makefile.in-15141-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-nmcli.Tpo clients/cli/$(DEPDIR)/nmcli-nmcli.Po
##############################################
network-manager-1.27.91/Makefile.in-15143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15144:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-nmcli.o `test -f 'clients/cli/nmcli.c' || echo '$(srcdir)/'`clients/cli/nmcli.c
network-manager-1.27.91/Makefile.in-15145-
network-manager-1.27.91/Makefile.in-15146-clients/cli/nmcli-nmcli.obj: clients/cli/nmcli.c
network-manager-1.27.91/Makefile.in:15147:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-nmcli.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-nmcli.Tpo -c -o clients/cli/nmcli-nmcli.obj `if test -f 'clients/cli/nmcli.c'; then $(CYGPATH_W) 'clients/cli/nmcli.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/nmcli.c'; fi`
network-manager-1.27.91/Makefile.in-15148-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-nmcli.Tpo clients/cli/$(DEPDIR)/nmcli-nmcli.Po
##############################################
network-manager-1.27.91/Makefile.in-15150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15151:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-nmcli.obj `if test -f 'clients/cli/nmcli.c'; then $(CYGPATH_W) 'clients/cli/nmcli.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/nmcli.c'; fi`
network-manager-1.27.91/Makefile.in-15152-
network-manager-1.27.91/Makefile.in-15153-clients/cli/nmcli-polkit-agent.o: clients/cli/polkit-agent.c
network-manager-1.27.91/Makefile.in:15154:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-polkit-agent.o -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-polkit-agent.Tpo -c -o clients/cli/nmcli-polkit-agent.o `test -f 'clients/cli/polkit-agent.c' || echo '$(srcdir)/'`clients/cli/polkit-agent.c
network-manager-1.27.91/Makefile.in-15155-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-polkit-agent.Tpo clients/cli/$(DEPDIR)/nmcli-polkit-agent.Po
##############################################
network-manager-1.27.91/Makefile.in-15157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15158:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-polkit-agent.o `test -f 'clients/cli/polkit-agent.c' || echo '$(srcdir)/'`clients/cli/polkit-agent.c
network-manager-1.27.91/Makefile.in-15159-
network-manager-1.27.91/Makefile.in-15160-clients/cli/nmcli-polkit-agent.obj: clients/cli/polkit-agent.c
network-manager-1.27.91/Makefile.in:15161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cli/nmcli-polkit-agent.obj -MD -MP -MF clients/cli/$(DEPDIR)/nmcli-polkit-agent.Tpo -c -o clients/cli/nmcli-polkit-agent.obj `if test -f 'clients/cli/polkit-agent.c'; then $(CYGPATH_W) 'clients/cli/polkit-agent.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/polkit-agent.c'; fi`
network-manager-1.27.91/Makefile.in-15162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cli/$(DEPDIR)/nmcli-polkit-agent.Tpo clients/cli/$(DEPDIR)/nmcli-polkit-agent.Po
##############################################
network-manager-1.27.91/Makefile.in-15164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cli_nmcli_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cli/nmcli-polkit-agent.obj `if test -f 'clients/cli/polkit-agent.c'; then $(CYGPATH_W) 'clients/cli/polkit-agent.c'; else $(CYGPATH_W) '$(srcdir)/clients/cli/polkit-agent.c'; fi`
network-manager-1.27.91/Makefile.in-15166-
network-manager-1.27.91/Makefile.in-15167-clients/cloud-setup/nm_cloud_setup-main.o: clients/cloud-setup/main.c
network-manager-1.27.91/Makefile.in:15168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-main.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-main.Tpo -c -o clients/cloud-setup/nm_cloud_setup-main.o `test -f 'clients/cloud-setup/main.c' || echo '$(srcdir)/'`clients/cloud-setup/main.c
network-manager-1.27.91/Makefile.in-15169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-main.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-main.Po
##############################################
network-manager-1.27.91/Makefile.in-15171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-main.o `test -f 'clients/cloud-setup/main.c' || echo '$(srcdir)/'`clients/cloud-setup/main.c
network-manager-1.27.91/Makefile.in-15173-
network-manager-1.27.91/Makefile.in-15174-clients/cloud-setup/nm_cloud_setup-main.obj: clients/cloud-setup/main.c
network-manager-1.27.91/Makefile.in:15175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-main.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-main.Tpo -c -o clients/cloud-setup/nm_cloud_setup-main.obj `if test -f 'clients/cloud-setup/main.c'; then $(CYGPATH_W) 'clients/cloud-setup/main.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/main.c'; fi`
network-manager-1.27.91/Makefile.in-15176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-main.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-main.Po
##############################################
network-manager-1.27.91/Makefile.in-15178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-main.obj `if test -f 'clients/cloud-setup/main.c'; then $(CYGPATH_W) 'clients/cloud-setup/main.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/main.c'; fi`
network-manager-1.27.91/Makefile.in-15180-
network-manager-1.27.91/Makefile.in-15181-clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.o: clients/cloud-setup/nm-cloud-setup-utils.c
network-manager-1.27.91/Makefile.in:15182:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-cloud-setup-utils.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.o `test -f 'clients/cloud-setup/nm-cloud-setup-utils.c' || echo '$(srcdir)/'`clients/cloud-setup/nm-cloud-setup-utils.c
network-manager-1.27.91/Makefile.in-15183-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-cloud-setup-utils.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-cloud-setup-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15186:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.o `test -f 'clients/cloud-setup/nm-cloud-setup-utils.c' || echo '$(srcdir)/'`clients/cloud-setup/nm-cloud-setup-utils.c
network-manager-1.27.91/Makefile.in-15187-
network-manager-1.27.91/Makefile.in-15188-clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.obj: clients/cloud-setup/nm-cloud-setup-utils.c
network-manager-1.27.91/Makefile.in:15189:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-cloud-setup-utils.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.obj `if test -f 'clients/cloud-setup/nm-cloud-setup-utils.c'; then $(CYGPATH_W) 'clients/cloud-setup/nm-cloud-setup-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nm-cloud-setup-utils.c'; fi`
network-manager-1.27.91/Makefile.in-15190-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-cloud-setup-utils.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-cloud-setup-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15192-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15193:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nm-cloud-setup-utils.obj `if test -f 'clients/cloud-setup/nm-cloud-setup-utils.c'; then $(CYGPATH_W) 'clients/cloud-setup/nm-cloud-setup-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nm-cloud-setup-utils.c'; fi`
network-manager-1.27.91/Makefile.in-15194-
network-manager-1.27.91/Makefile.in-15195-clients/cloud-setup/nm_cloud_setup-nm-http-client.o: clients/cloud-setup/nm-http-client.c
network-manager-1.27.91/Makefile.in:15196:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nm-http-client.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-http-client.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nm-http-client.o `test -f 'clients/cloud-setup/nm-http-client.c' || echo '$(srcdir)/'`clients/cloud-setup/nm-http-client.c
network-manager-1.27.91/Makefile.in-15197-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-http-client.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-http-client.Po
##############################################
network-manager-1.27.91/Makefile.in-15199-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15200:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nm-http-client.o `test -f 'clients/cloud-setup/nm-http-client.c' || echo '$(srcdir)/'`clients/cloud-setup/nm-http-client.c
network-manager-1.27.91/Makefile.in-15201-
network-manager-1.27.91/Makefile.in-15202-clients/cloud-setup/nm_cloud_setup-nm-http-client.obj: clients/cloud-setup/nm-http-client.c
network-manager-1.27.91/Makefile.in:15203:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nm-http-client.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-http-client.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nm-http-client.obj `if test -f 'clients/cloud-setup/nm-http-client.c'; then $(CYGPATH_W) 'clients/cloud-setup/nm-http-client.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nm-http-client.c'; fi`
network-manager-1.27.91/Makefile.in-15204-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-http-client.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nm-http-client.Po
##############################################
network-manager-1.27.91/Makefile.in-15206-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15207:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nm-http-client.obj `if test -f 'clients/cloud-setup/nm-http-client.c'; then $(CYGPATH_W) 'clients/cloud-setup/nm-http-client.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nm-http-client.c'; fi`
network-manager-1.27.91/Makefile.in-15208-
network-manager-1.27.91/Makefile.in-15209-clients/cloud-setup/nm_cloud_setup-nmcs-provider.o: clients/cloud-setup/nmcs-provider.c
network-manager-1.27.91/Makefile.in:15210:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider.o `test -f 'clients/cloud-setup/nmcs-provider.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider.c
network-manager-1.27.91/Makefile.in-15211-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider.Po
##############################################
network-manager-1.27.91/Makefile.in-15213-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15214:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider.o `test -f 'clients/cloud-setup/nmcs-provider.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider.c
network-manager-1.27.91/Makefile.in-15215-
network-manager-1.27.91/Makefile.in-15216-clients/cloud-setup/nm_cloud_setup-nmcs-provider.obj: clients/cloud-setup/nmcs-provider.c
network-manager-1.27.91/Makefile.in:15217:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider.obj `if test -f 'clients/cloud-setup/nmcs-provider.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider.c'; fi`
network-manager-1.27.91/Makefile.in-15218-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider.Po
##############################################
network-manager-1.27.91/Makefile.in-15220-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15221:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider.obj `if test -f 'clients/cloud-setup/nmcs-provider.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider.c'; fi`
network-manager-1.27.91/Makefile.in-15222-
network-manager-1.27.91/Makefile.in-15223-clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.o: clients/cloud-setup/nmcs-provider-ec2.c
network-manager-1.27.91/Makefile.in:15224:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-ec2.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.o `test -f 'clients/cloud-setup/nmcs-provider-ec2.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider-ec2.c
network-manager-1.27.91/Makefile.in-15225-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-ec2.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-ec2.Po
##############################################
network-manager-1.27.91/Makefile.in-15227-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15228:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.o `test -f 'clients/cloud-setup/nmcs-provider-ec2.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider-ec2.c
network-manager-1.27.91/Makefile.in-15229-
network-manager-1.27.91/Makefile.in-15230-clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.obj: clients/cloud-setup/nmcs-provider-ec2.c
network-manager-1.27.91/Makefile.in:15231:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-ec2.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.obj `if test -f 'clients/cloud-setup/nmcs-provider-ec2.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider-ec2.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider-ec2.c'; fi`
network-manager-1.27.91/Makefile.in-15232-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-ec2.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-ec2.Po
##############################################
network-manager-1.27.91/Makefile.in-15234-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15235:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-ec2.obj `if test -f 'clients/cloud-setup/nmcs-provider-ec2.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider-ec2.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider-ec2.c'; fi`
network-manager-1.27.91/Makefile.in-15236-
network-manager-1.27.91/Makefile.in-15237-clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.o: clients/cloud-setup/nmcs-provider-gcp.c
network-manager-1.27.91/Makefile.in:15238:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-gcp.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.o `test -f 'clients/cloud-setup/nmcs-provider-gcp.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider-gcp.c
network-manager-1.27.91/Makefile.in-15239-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-gcp.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-gcp.Po
##############################################
network-manager-1.27.91/Makefile.in-15241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15242:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.o `test -f 'clients/cloud-setup/nmcs-provider-gcp.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider-gcp.c
network-manager-1.27.91/Makefile.in-15243-
network-manager-1.27.91/Makefile.in-15244-clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.obj: clients/cloud-setup/nmcs-provider-gcp.c
network-manager-1.27.91/Makefile.in:15245:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-gcp.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.obj `if test -f 'clients/cloud-setup/nmcs-provider-gcp.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider-gcp.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider-gcp.c'; fi`
network-manager-1.27.91/Makefile.in-15246-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-gcp.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-gcp.Po
##############################################
network-manager-1.27.91/Makefile.in-15248-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15249:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-gcp.obj `if test -f 'clients/cloud-setup/nmcs-provider-gcp.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider-gcp.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider-gcp.c'; fi`
network-manager-1.27.91/Makefile.in-15250-
network-manager-1.27.91/Makefile.in-15251-clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.o: clients/cloud-setup/nmcs-provider-azure.c
network-manager-1.27.91/Makefile.in:15252:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.o -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-azure.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.o `test -f 'clients/cloud-setup/nmcs-provider-azure.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider-azure.c
network-manager-1.27.91/Makefile.in-15253-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-azure.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-azure.Po
##############################################
network-manager-1.27.91/Makefile.in-15255-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15256:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.o `test -f 'clients/cloud-setup/nmcs-provider-azure.c' || echo '$(srcdir)/'`clients/cloud-setup/nmcs-provider-azure.c
network-manager-1.27.91/Makefile.in-15257-
network-manager-1.27.91/Makefile.in-15258-clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.obj: clients/cloud-setup/nmcs-provider-azure.c
network-manager-1.27.91/Makefile.in:15259:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.obj -MD -MP -MF clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-azure.Tpo -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.obj `if test -f 'clients/cloud-setup/nmcs-provider-azure.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider-azure.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider-azure.c'; fi`
network-manager-1.27.91/Makefile.in-15260-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-azure.Tpo clients/cloud-setup/$(DEPDIR)/nm_cloud_setup-nmcs-provider-azure.Po
##############################################
network-manager-1.27.91/Makefile.in-15262-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15263:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_cloud_setup_nm_cloud_setup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/cloud-setup/nm_cloud_setup-nmcs-provider-azure.obj `if test -f 'clients/cloud-setup/nmcs-provider-azure.c'; then $(CYGPATH_W) 'clients/cloud-setup/nmcs-provider-azure.c'; else $(CYGPATH_W) '$(srcdir)/clients/cloud-setup/nmcs-provider-azure.c'; fi`
network-manager-1.27.91/Makefile.in-15264-
network-manager-1.27.91/Makefile.in-15265-clients/common/tests/test_clients_common-test-clients-common.o: clients/common/tests/test-clients-common.c
network-manager-1.27.91/Makefile.in:15266:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_clients_common_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/tests/test_clients_common-test-clients-common.o -MD -MP -MF clients/common/tests/$(DEPDIR)/test_clients_common-test-clients-common.Tpo -c -o clients/common/tests/test_clients_common-test-clients-common.o `test -f 'clients/common/tests/test-clients-common.c' || echo '$(srcdir)/'`clients/common/tests/test-clients-common.c
network-manager-1.27.91/Makefile.in-15267-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/tests/$(DEPDIR)/test_clients_common-test-clients-common.Tpo clients/common/tests/$(DEPDIR)/test_clients_common-test-clients-common.Po
##############################################
network-manager-1.27.91/Makefile.in-15269-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15270:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_clients_common_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/tests/test_clients_common-test-clients-common.o `test -f 'clients/common/tests/test-clients-common.c' || echo '$(srcdir)/'`clients/common/tests/test-clients-common.c
network-manager-1.27.91/Makefile.in-15271-
network-manager-1.27.91/Makefile.in-15272-clients/common/tests/test_clients_common-test-clients-common.obj: clients/common/tests/test-clients-common.c
network-manager-1.27.91/Makefile.in:15273:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_clients_common_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/tests/test_clients_common-test-clients-common.obj -MD -MP -MF clients/common/tests/$(DEPDIR)/test_clients_common-test-clients-common.Tpo -c -o clients/common/tests/test_clients_common-test-clients-common.obj `if test -f 'clients/common/tests/test-clients-common.c'; then $(CYGPATH_W) 'clients/common/tests/test-clients-common.c'; else $(CYGPATH_W) '$(srcdir)/clients/common/tests/test-clients-common.c'; fi`
network-manager-1.27.91/Makefile.in-15274-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/tests/$(DEPDIR)/test_clients_common-test-clients-common.Tpo clients/common/tests/$(DEPDIR)/test_clients_common-test-clients-common.Po
##############################################
network-manager-1.27.91/Makefile.in-15276-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15277:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_clients_common_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/tests/test_clients_common-test-clients-common.obj `if test -f 'clients/common/tests/test-clients-common.c'; then $(CYGPATH_W) 'clients/common/tests/test-clients-common.c'; else $(CYGPATH_W) '$(srcdir)/clients/common/tests/test-clients-common.c'; fi`
network-manager-1.27.91/Makefile.in-15278-
network-manager-1.27.91/Makefile.in-15279-clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.o: clients/common/tests/test-libnm-core-aux.c
network-manager-1.27.91/Makefile.in:15280:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_libnm_core_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.o -MD -MP -MF clients/common/tests/$(DEPDIR)/test_libnm_core_aux-test-libnm-core-aux.Tpo -c -o clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.o `test -f 'clients/common/tests/test-libnm-core-aux.c' || echo '$(srcdir)/'`clients/common/tests/test-libnm-core-aux.c
network-manager-1.27.91/Makefile.in-15281-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/tests/$(DEPDIR)/test_libnm_core_aux-test-libnm-core-aux.Tpo clients/common/tests/$(DEPDIR)/test_libnm_core_aux-test-libnm-core-aux.Po
##############################################
network-manager-1.27.91/Makefile.in-15283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15284:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_libnm_core_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.o `test -f 'clients/common/tests/test-libnm-core-aux.c' || echo '$(srcdir)/'`clients/common/tests/test-libnm-core-aux.c
network-manager-1.27.91/Makefile.in-15285-
network-manager-1.27.91/Makefile.in-15286-clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.obj: clients/common/tests/test-libnm-core-aux.c
network-manager-1.27.91/Makefile.in:15287:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_libnm_core_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.obj -MD -MP -MF clients/common/tests/$(DEPDIR)/test_libnm_core_aux-test-libnm-core-aux.Tpo -c -o clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.obj `if test -f 'clients/common/tests/test-libnm-core-aux.c'; then $(CYGPATH_W) 'clients/common/tests/test-libnm-core-aux.c'; else $(CYGPATH_W) '$(srcdir)/clients/common/tests/test-libnm-core-aux.c'; fi`
network-manager-1.27.91/Makefile.in-15288-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/common/tests/$(DEPDIR)/test_libnm_core_aux-test-libnm-core-aux.Tpo clients/common/tests/$(DEPDIR)/test_libnm_core_aux-test-libnm-core-aux.Po
##############################################
network-manager-1.27.91/Makefile.in-15290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15291:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_common_tests_test_libnm_core_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/common/tests/test_libnm_core_aux-test-libnm-core-aux.obj `if test -f 'clients/common/tests/test-libnm-core-aux.c'; then $(CYGPATH_W) 'clients/common/tests/test-libnm-core-aux.c'; else $(CYGPATH_W) '$(srcdir)/clients/common/tests/test-libnm-core-aux.c'; fi`
network-manager-1.27.91/Makefile.in-15292-
network-manager-1.27.91/Makefile.in-15293-clients/nm_online-nm-online.o: clients/nm-online.c
network-manager-1.27.91/Makefile.in:15294:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_nm_online_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/nm_online-nm-online.o -MD -MP -MF clients/$(DEPDIR)/nm_online-nm-online.Tpo -c -o clients/nm_online-nm-online.o `test -f 'clients/nm-online.c' || echo '$(srcdir)/'`clients/nm-online.c
network-manager-1.27.91/Makefile.in-15295-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/$(DEPDIR)/nm_online-nm-online.Tpo clients/$(DEPDIR)/nm_online-nm-online.Po
##############################################
network-manager-1.27.91/Makefile.in-15297-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15298:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_nm_online_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/nm_online-nm-online.o `test -f 'clients/nm-online.c' || echo '$(srcdir)/'`clients/nm-online.c
network-manager-1.27.91/Makefile.in-15299-
network-manager-1.27.91/Makefile.in-15300-clients/nm_online-nm-online.obj: clients/nm-online.c
network-manager-1.27.91/Makefile.in:15301:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_nm_online_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/nm_online-nm-online.obj -MD -MP -MF clients/$(DEPDIR)/nm_online-nm-online.Tpo -c -o clients/nm_online-nm-online.obj `if test -f 'clients/nm-online.c'; then $(CYGPATH_W) 'clients/nm-online.c'; else $(CYGPATH_W) '$(srcdir)/clients/nm-online.c'; fi`
network-manager-1.27.91/Makefile.in-15302-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/$(DEPDIR)/nm_online-nm-online.Tpo clients/$(DEPDIR)/nm_online-nm-online.Po
##############################################
network-manager-1.27.91/Makefile.in-15304-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15305:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_nm_online_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/nm_online-nm-online.obj `if test -f 'clients/nm-online.c'; then $(CYGPATH_W) 'clients/nm-online.c'; else $(CYGPATH_W) '$(srcdir)/clients/nm-online.c'; fi`
network-manager-1.27.91/Makefile.in-15306-
network-manager-1.27.91/Makefile.in-15307-clients/tui/nmtui-nmtui.o: clients/tui/nmtui.c
network-manager-1.27.91/Makefile.in:15308:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui.Tpo -c -o clients/tui/nmtui-nmtui.o `test -f 'clients/tui/nmtui.c' || echo '$(srcdir)/'`clients/tui/nmtui.c
network-manager-1.27.91/Makefile.in-15309-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui.Po
##############################################
network-manager-1.27.91/Makefile.in-15311-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15312:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui.o `test -f 'clients/tui/nmtui.c' || echo '$(srcdir)/'`clients/tui/nmtui.c
network-manager-1.27.91/Makefile.in-15313-
network-manager-1.27.91/Makefile.in-15314-clients/tui/nmtui-nmtui.obj: clients/tui/nmtui.c
network-manager-1.27.91/Makefile.in:15315:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui.Tpo -c -o clients/tui/nmtui-nmtui.obj `if test -f 'clients/tui/nmtui.c'; then $(CYGPATH_W) 'clients/tui/nmtui.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui.c'; fi`
network-manager-1.27.91/Makefile.in-15316-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui.Po
##############################################
network-manager-1.27.91/Makefile.in-15318-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15319:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui.obj `if test -f 'clients/tui/nmtui.c'; then $(CYGPATH_W) 'clients/tui/nmtui.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui.c'; fi`
network-manager-1.27.91/Makefile.in-15320-
network-manager-1.27.91/Makefile.in-15321-clients/tui/nmtui-nmtui-connect.o: clients/tui/nmtui-connect.c
network-manager-1.27.91/Makefile.in:15322:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui-connect.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui-connect.Tpo -c -o clients/tui/nmtui-nmtui-connect.o `test -f 'clients/tui/nmtui-connect.c' || echo '$(srcdir)/'`clients/tui/nmtui-connect.c
network-manager-1.27.91/Makefile.in-15323-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui-connect.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui-connect.Po
##############################################
network-manager-1.27.91/Makefile.in-15325-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15326:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui-connect.o `test -f 'clients/tui/nmtui-connect.c' || echo '$(srcdir)/'`clients/tui/nmtui-connect.c
network-manager-1.27.91/Makefile.in-15327-
network-manager-1.27.91/Makefile.in-15328-clients/tui/nmtui-nmtui-connect.obj: clients/tui/nmtui-connect.c
network-manager-1.27.91/Makefile.in:15329:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui-connect.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui-connect.Tpo -c -o clients/tui/nmtui-nmtui-connect.obj `if test -f 'clients/tui/nmtui-connect.c'; then $(CYGPATH_W) 'clients/tui/nmtui-connect.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui-connect.c'; fi`
network-manager-1.27.91/Makefile.in-15330-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui-connect.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui-connect.Po
##############################################
network-manager-1.27.91/Makefile.in-15332-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15333:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui-connect.obj `if test -f 'clients/tui/nmtui-connect.c'; then $(CYGPATH_W) 'clients/tui/nmtui-connect.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui-connect.c'; fi`
network-manager-1.27.91/Makefile.in-15334-
network-manager-1.27.91/Makefile.in-15335-clients/tui/nmtui-nmtui-edit.o: clients/tui/nmtui-edit.c
network-manager-1.27.91/Makefile.in:15336:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui-edit.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui-edit.Tpo -c -o clients/tui/nmtui-nmtui-edit.o `test -f 'clients/tui/nmtui-edit.c' || echo '$(srcdir)/'`clients/tui/nmtui-edit.c
network-manager-1.27.91/Makefile.in-15337-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui-edit.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui-edit.Po
##############################################
network-manager-1.27.91/Makefile.in-15339-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15340:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui-edit.o `test -f 'clients/tui/nmtui-edit.c' || echo '$(srcdir)/'`clients/tui/nmtui-edit.c
network-manager-1.27.91/Makefile.in-15341-
network-manager-1.27.91/Makefile.in-15342-clients/tui/nmtui-nmtui-edit.obj: clients/tui/nmtui-edit.c
network-manager-1.27.91/Makefile.in:15343:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui-edit.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui-edit.Tpo -c -o clients/tui/nmtui-nmtui-edit.obj `if test -f 'clients/tui/nmtui-edit.c'; then $(CYGPATH_W) 'clients/tui/nmtui-edit.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui-edit.c'; fi`
network-manager-1.27.91/Makefile.in-15344-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui-edit.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui-edit.Po
##############################################
network-manager-1.27.91/Makefile.in-15346-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15347:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui-edit.obj `if test -f 'clients/tui/nmtui-edit.c'; then $(CYGPATH_W) 'clients/tui/nmtui-edit.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui-edit.c'; fi`
network-manager-1.27.91/Makefile.in-15348-
network-manager-1.27.91/Makefile.in-15349-clients/tui/nmtui-nmtui-hostname.o: clients/tui/nmtui-hostname.c
network-manager-1.27.91/Makefile.in:15350:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui-hostname.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui-hostname.Tpo -c -o clients/tui/nmtui-nmtui-hostname.o `test -f 'clients/tui/nmtui-hostname.c' || echo '$(srcdir)/'`clients/tui/nmtui-hostname.c
network-manager-1.27.91/Makefile.in-15351-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui-hostname.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui-hostname.Po
##############################################
network-manager-1.27.91/Makefile.in-15353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15354:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui-hostname.o `test -f 'clients/tui/nmtui-hostname.c' || echo '$(srcdir)/'`clients/tui/nmtui-hostname.c
network-manager-1.27.91/Makefile.in-15355-
network-manager-1.27.91/Makefile.in-15356-clients/tui/nmtui-nmtui-hostname.obj: clients/tui/nmtui-hostname.c
network-manager-1.27.91/Makefile.in:15357:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmtui-hostname.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmtui-hostname.Tpo -c -o clients/tui/nmtui-nmtui-hostname.obj `if test -f 'clients/tui/nmtui-hostname.c'; then $(CYGPATH_W) 'clients/tui/nmtui-hostname.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui-hostname.c'; fi`
network-manager-1.27.91/Makefile.in-15358-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmtui-hostname.Tpo clients/tui/$(DEPDIR)/nmtui-nmtui-hostname.Po
##############################################
network-manager-1.27.91/Makefile.in-15360-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15361:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmtui-hostname.obj `if test -f 'clients/tui/nmtui-hostname.c'; then $(CYGPATH_W) 'clients/tui/nmtui-hostname.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmtui-hostname.c'; fi`
network-manager-1.27.91/Makefile.in-15362-
network-manager-1.27.91/Makefile.in-15363-clients/tui/nmtui-nm-editor-bindings.o: clients/tui/nm-editor-bindings.c
network-manager-1.27.91/Makefile.in:15364:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nm-editor-bindings.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nm-editor-bindings.Tpo -c -o clients/tui/nmtui-nm-editor-bindings.o `test -f 'clients/tui/nm-editor-bindings.c' || echo '$(srcdir)/'`clients/tui/nm-editor-bindings.c
network-manager-1.27.91/Makefile.in-15365-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nm-editor-bindings.Tpo clients/tui/$(DEPDIR)/nmtui-nm-editor-bindings.Po
##############################################
network-manager-1.27.91/Makefile.in-15367-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15368:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nm-editor-bindings.o `test -f 'clients/tui/nm-editor-bindings.c' || echo '$(srcdir)/'`clients/tui/nm-editor-bindings.c
network-manager-1.27.91/Makefile.in-15369-
network-manager-1.27.91/Makefile.in-15370-clients/tui/nmtui-nm-editor-bindings.obj: clients/tui/nm-editor-bindings.c
network-manager-1.27.91/Makefile.in:15371:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nm-editor-bindings.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nm-editor-bindings.Tpo -c -o clients/tui/nmtui-nm-editor-bindings.obj `if test -f 'clients/tui/nm-editor-bindings.c'; then $(CYGPATH_W) 'clients/tui/nm-editor-bindings.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nm-editor-bindings.c'; fi`
network-manager-1.27.91/Makefile.in-15372-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nm-editor-bindings.Tpo clients/tui/$(DEPDIR)/nmtui-nm-editor-bindings.Po
##############################################
network-manager-1.27.91/Makefile.in-15374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15375:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nm-editor-bindings.obj `if test -f 'clients/tui/nm-editor-bindings.c'; then $(CYGPATH_W) 'clients/tui/nm-editor-bindings.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nm-editor-bindings.c'; fi`
network-manager-1.27.91/Makefile.in-15376-
network-manager-1.27.91/Makefile.in-15377-clients/tui/nmtui-nm-editor-utils.o: clients/tui/nm-editor-utils.c
network-manager-1.27.91/Makefile.in:15378:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nm-editor-utils.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nm-editor-utils.Tpo -c -o clients/tui/nmtui-nm-editor-utils.o `test -f 'clients/tui/nm-editor-utils.c' || echo '$(srcdir)/'`clients/tui/nm-editor-utils.c
network-manager-1.27.91/Makefile.in-15379-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nm-editor-utils.Tpo clients/tui/$(DEPDIR)/nmtui-nm-editor-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15381-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15382:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nm-editor-utils.o `test -f 'clients/tui/nm-editor-utils.c' || echo '$(srcdir)/'`clients/tui/nm-editor-utils.c
network-manager-1.27.91/Makefile.in-15383-
network-manager-1.27.91/Makefile.in-15384-clients/tui/nmtui-nm-editor-utils.obj: clients/tui/nm-editor-utils.c
network-manager-1.27.91/Makefile.in:15385:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nm-editor-utils.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nm-editor-utils.Tpo -c -o clients/tui/nmtui-nm-editor-utils.obj `if test -f 'clients/tui/nm-editor-utils.c'; then $(CYGPATH_W) 'clients/tui/nm-editor-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nm-editor-utils.c'; fi`
network-manager-1.27.91/Makefile.in-15386-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nm-editor-utils.Tpo clients/tui/$(DEPDIR)/nmtui-nm-editor-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15389:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nm-editor-utils.obj `if test -f 'clients/tui/nm-editor-utils.c'; then $(CYGPATH_W) 'clients/tui/nm-editor-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nm-editor-utils.c'; fi`
network-manager-1.27.91/Makefile.in-15390-
network-manager-1.27.91/Makefile.in-15391-clients/tui/nmtui-nmt-address-list.o: clients/tui/nmt-address-list.c
network-manager-1.27.91/Makefile.in:15392:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-address-list.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-address-list.Tpo -c -o clients/tui/nmtui-nmt-address-list.o `test -f 'clients/tui/nmt-address-list.c' || echo '$(srcdir)/'`clients/tui/nmt-address-list.c
network-manager-1.27.91/Makefile.in-15393-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-address-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-address-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15396:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-address-list.o `test -f 'clients/tui/nmt-address-list.c' || echo '$(srcdir)/'`clients/tui/nmt-address-list.c
network-manager-1.27.91/Makefile.in-15397-
network-manager-1.27.91/Makefile.in-15398-clients/tui/nmtui-nmt-address-list.obj: clients/tui/nmt-address-list.c
network-manager-1.27.91/Makefile.in:15399:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-address-list.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-address-list.Tpo -c -o clients/tui/nmtui-nmt-address-list.obj `if test -f 'clients/tui/nmt-address-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-address-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-address-list.c'; fi`
network-manager-1.27.91/Makefile.in-15400-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-address-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-address-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15403:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-address-list.obj `if test -f 'clients/tui/nmt-address-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-address-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-address-list.c'; fi`
network-manager-1.27.91/Makefile.in-15404-
network-manager-1.27.91/Makefile.in-15405-clients/tui/nmtui-nmt-connect-connection-list.o: clients/tui/nmt-connect-connection-list.c
network-manager-1.27.91/Makefile.in:15406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-connect-connection-list.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-connect-connection-list.Tpo -c -o clients/tui/nmtui-nmt-connect-connection-list.o `test -f 'clients/tui/nmt-connect-connection-list.c' || echo '$(srcdir)/'`clients/tui/nmt-connect-connection-list.c
network-manager-1.27.91/Makefile.in-15407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-connect-connection-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-connect-connection-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-connect-connection-list.o `test -f 'clients/tui/nmt-connect-connection-list.c' || echo '$(srcdir)/'`clients/tui/nmt-connect-connection-list.c
network-manager-1.27.91/Makefile.in-15411-
network-manager-1.27.91/Makefile.in-15412-clients/tui/nmtui-nmt-connect-connection-list.obj: clients/tui/nmt-connect-connection-list.c
network-manager-1.27.91/Makefile.in:15413:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-connect-connection-list.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-connect-connection-list.Tpo -c -o clients/tui/nmtui-nmt-connect-connection-list.obj `if test -f 'clients/tui/nmt-connect-connection-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-connect-connection-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-connect-connection-list.c'; fi`
network-manager-1.27.91/Makefile.in-15414-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-connect-connection-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-connect-connection-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15417:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-connect-connection-list.obj `if test -f 'clients/tui/nmt-connect-connection-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-connect-connection-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-connect-connection-list.c'; fi`
network-manager-1.27.91/Makefile.in-15418-
network-manager-1.27.91/Makefile.in-15419-clients/tui/nmtui-nmt-device-entry.o: clients/tui/nmt-device-entry.c
network-manager-1.27.91/Makefile.in:15420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-device-entry.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-device-entry.Tpo -c -o clients/tui/nmtui-nmt-device-entry.o `test -f 'clients/tui/nmt-device-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-device-entry.c
network-manager-1.27.91/Makefile.in-15421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-device-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-device-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-device-entry.o `test -f 'clients/tui/nmt-device-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-device-entry.c
network-manager-1.27.91/Makefile.in-15425-
network-manager-1.27.91/Makefile.in-15426-clients/tui/nmtui-nmt-device-entry.obj: clients/tui/nmt-device-entry.c
network-manager-1.27.91/Makefile.in:15427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-device-entry.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-device-entry.Tpo -c -o clients/tui/nmtui-nmt-device-entry.obj `if test -f 'clients/tui/nmt-device-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-device-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-device-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-device-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-device-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-device-entry.obj `if test -f 'clients/tui/nmt-device-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-device-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-device-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15432-
network-manager-1.27.91/Makefile.in-15433-clients/tui/nmtui-nmt-edit-connection-list.o: clients/tui/nmt-edit-connection-list.c
network-manager-1.27.91/Makefile.in:15434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-edit-connection-list.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-edit-connection-list.Tpo -c -o clients/tui/nmtui-nmt-edit-connection-list.o `test -f 'clients/tui/nmt-edit-connection-list.c' || echo '$(srcdir)/'`clients/tui/nmt-edit-connection-list.c
network-manager-1.27.91/Makefile.in-15435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-edit-connection-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-edit-connection-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-edit-connection-list.o `test -f 'clients/tui/nmt-edit-connection-list.c' || echo '$(srcdir)/'`clients/tui/nmt-edit-connection-list.c
network-manager-1.27.91/Makefile.in-15439-
network-manager-1.27.91/Makefile.in-15440-clients/tui/nmtui-nmt-edit-connection-list.obj: clients/tui/nmt-edit-connection-list.c
network-manager-1.27.91/Makefile.in:15441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-edit-connection-list.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-edit-connection-list.Tpo -c -o clients/tui/nmtui-nmt-edit-connection-list.obj `if test -f 'clients/tui/nmt-edit-connection-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-edit-connection-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-edit-connection-list.c'; fi`
network-manager-1.27.91/Makefile.in-15442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-edit-connection-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-edit-connection-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-edit-connection-list.obj `if test -f 'clients/tui/nmt-edit-connection-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-edit-connection-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-edit-connection-list.c'; fi`
network-manager-1.27.91/Makefile.in-15446-
network-manager-1.27.91/Makefile.in-15447-clients/tui/nmtui-nmt-editor-grid.o: clients/tui/nmt-editor-grid.c
network-manager-1.27.91/Makefile.in:15448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-grid.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-grid.Tpo -c -o clients/tui/nmtui-nmt-editor-grid.o `test -f 'clients/tui/nmt-editor-grid.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-grid.c
network-manager-1.27.91/Makefile.in-15449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-grid.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-grid.Po
##############################################
network-manager-1.27.91/Makefile.in-15451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-grid.o `test -f 'clients/tui/nmt-editor-grid.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-grid.c
network-manager-1.27.91/Makefile.in-15453-
network-manager-1.27.91/Makefile.in-15454-clients/tui/nmtui-nmt-editor-grid.obj: clients/tui/nmt-editor-grid.c
network-manager-1.27.91/Makefile.in:15455:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-grid.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-grid.Tpo -c -o clients/tui/nmtui-nmt-editor-grid.obj `if test -f 'clients/tui/nmt-editor-grid.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-grid.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-grid.c'; fi`
network-manager-1.27.91/Makefile.in-15456-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-grid.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-grid.Po
##############################################
network-manager-1.27.91/Makefile.in-15458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15459:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-grid.obj `if test -f 'clients/tui/nmt-editor-grid.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-grid.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-grid.c'; fi`
network-manager-1.27.91/Makefile.in-15460-
network-manager-1.27.91/Makefile.in-15461-clients/tui/nmtui-nmt-editor-page.o: clients/tui/nmt-editor-page.c
network-manager-1.27.91/Makefile.in:15462:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-page.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-page.Tpo -c -o clients/tui/nmtui-nmt-editor-page.o `test -f 'clients/tui/nmt-editor-page.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-page.c
network-manager-1.27.91/Makefile.in-15463-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-page.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-page.Po
##############################################
network-manager-1.27.91/Makefile.in-15465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15466:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-page.o `test -f 'clients/tui/nmt-editor-page.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-page.c
network-manager-1.27.91/Makefile.in-15467-
network-manager-1.27.91/Makefile.in-15468-clients/tui/nmtui-nmt-editor-page.obj: clients/tui/nmt-editor-page.c
network-manager-1.27.91/Makefile.in:15469:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-page.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-page.Tpo -c -o clients/tui/nmtui-nmt-editor-page.obj `if test -f 'clients/tui/nmt-editor-page.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-page.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-page.c'; fi`
network-manager-1.27.91/Makefile.in-15470-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-page.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-page.Po
##############################################
network-manager-1.27.91/Makefile.in-15472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15473:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-page.obj `if test -f 'clients/tui/nmt-editor-page.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-page.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-page.c'; fi`
network-manager-1.27.91/Makefile.in-15474-
network-manager-1.27.91/Makefile.in-15475-clients/tui/nmtui-nmt-editor-page-device.o: clients/tui/nmt-editor-page-device.c
network-manager-1.27.91/Makefile.in:15476:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-page-device.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-page-device.Tpo -c -o clients/tui/nmtui-nmt-editor-page-device.o `test -f 'clients/tui/nmt-editor-page-device.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-page-device.c
network-manager-1.27.91/Makefile.in-15477-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-page-device.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-page-device.Po
##############################################
network-manager-1.27.91/Makefile.in-15479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15480:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-page-device.o `test -f 'clients/tui/nmt-editor-page-device.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-page-device.c
network-manager-1.27.91/Makefile.in-15481-
network-manager-1.27.91/Makefile.in-15482-clients/tui/nmtui-nmt-editor-page-device.obj: clients/tui/nmt-editor-page-device.c
network-manager-1.27.91/Makefile.in:15483:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-page-device.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-page-device.Tpo -c -o clients/tui/nmtui-nmt-editor-page-device.obj `if test -f 'clients/tui/nmt-editor-page-device.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-page-device.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-page-device.c'; fi`
network-manager-1.27.91/Makefile.in-15484-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-page-device.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-page-device.Po
##############################################
network-manager-1.27.91/Makefile.in-15486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15487:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-page-device.obj `if test -f 'clients/tui/nmt-editor-page-device.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-page-device.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-page-device.c'; fi`
network-manager-1.27.91/Makefile.in-15488-
network-manager-1.27.91/Makefile.in-15489-clients/tui/nmtui-nmt-editor-section.o: clients/tui/nmt-editor-section.c
network-manager-1.27.91/Makefile.in:15490:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-section.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-section.Tpo -c -o clients/tui/nmtui-nmt-editor-section.o `test -f 'clients/tui/nmt-editor-section.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-section.c
network-manager-1.27.91/Makefile.in-15491-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-section.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-section.Po
##############################################
network-manager-1.27.91/Makefile.in-15493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15494:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-section.o `test -f 'clients/tui/nmt-editor-section.c' || echo '$(srcdir)/'`clients/tui/nmt-editor-section.c
network-manager-1.27.91/Makefile.in-15495-
network-manager-1.27.91/Makefile.in-15496-clients/tui/nmtui-nmt-editor-section.obj: clients/tui/nmt-editor-section.c
network-manager-1.27.91/Makefile.in:15497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor-section.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor-section.Tpo -c -o clients/tui/nmtui-nmt-editor-section.obj `if test -f 'clients/tui/nmt-editor-section.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-section.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-section.c'; fi`
network-manager-1.27.91/Makefile.in-15498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor-section.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor-section.Po
##############################################
network-manager-1.27.91/Makefile.in-15500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor-section.obj `if test -f 'clients/tui/nmt-editor-section.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor-section.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor-section.c'; fi`
network-manager-1.27.91/Makefile.in-15502-
network-manager-1.27.91/Makefile.in-15503-clients/tui/nmtui-nmt-editor.o: clients/tui/nmt-editor.c
network-manager-1.27.91/Makefile.in:15504:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor.Tpo -c -o clients/tui/nmtui-nmt-editor.o `test -f 'clients/tui/nmt-editor.c' || echo '$(srcdir)/'`clients/tui/nmt-editor.c
network-manager-1.27.91/Makefile.in-15505-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor.Po
##############################################
network-manager-1.27.91/Makefile.in-15507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15508:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor.o `test -f 'clients/tui/nmt-editor.c' || echo '$(srcdir)/'`clients/tui/nmt-editor.c
network-manager-1.27.91/Makefile.in-15509-
network-manager-1.27.91/Makefile.in-15510-clients/tui/nmtui-nmt-editor.obj: clients/tui/nmt-editor.c
network-manager-1.27.91/Makefile.in:15511:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-editor.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-editor.Tpo -c -o clients/tui/nmtui-nmt-editor.obj `if test -f 'clients/tui/nmt-editor.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor.c'; fi`
network-manager-1.27.91/Makefile.in-15512-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-editor.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-editor.Po
##############################################
network-manager-1.27.91/Makefile.in-15514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15515:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-editor.obj `if test -f 'clients/tui/nmt-editor.c'; then $(CYGPATH_W) 'clients/tui/nmt-editor.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-editor.c'; fi`
network-manager-1.27.91/Makefile.in-15516-
network-manager-1.27.91/Makefile.in-15517-clients/tui/nmtui-nmt-ip-entry.o: clients/tui/nmt-ip-entry.c
network-manager-1.27.91/Makefile.in:15518:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-ip-entry.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-ip-entry.Tpo -c -o clients/tui/nmtui-nmt-ip-entry.o `test -f 'clients/tui/nmt-ip-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-ip-entry.c
network-manager-1.27.91/Makefile.in-15519-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-ip-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-ip-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15522:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-ip-entry.o `test -f 'clients/tui/nmt-ip-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-ip-entry.c
network-manager-1.27.91/Makefile.in-15523-
network-manager-1.27.91/Makefile.in-15524-clients/tui/nmtui-nmt-ip-entry.obj: clients/tui/nmt-ip-entry.c
network-manager-1.27.91/Makefile.in:15525:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-ip-entry.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-ip-entry.Tpo -c -o clients/tui/nmtui-nmt-ip-entry.obj `if test -f 'clients/tui/nmt-ip-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-ip-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-ip-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15526-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-ip-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-ip-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-ip-entry.obj `if test -f 'clients/tui/nmt-ip-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-ip-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-ip-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15530-
network-manager-1.27.91/Makefile.in-15531-clients/tui/nmtui-nmt-mac-entry.o: clients/tui/nmt-mac-entry.c
network-manager-1.27.91/Makefile.in:15532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-mac-entry.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-mac-entry.Tpo -c -o clients/tui/nmtui-nmt-mac-entry.o `test -f 'clients/tui/nmt-mac-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-mac-entry.c
network-manager-1.27.91/Makefile.in-15533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-mac-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-mac-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-mac-entry.o `test -f 'clients/tui/nmt-mac-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-mac-entry.c
network-manager-1.27.91/Makefile.in-15537-
network-manager-1.27.91/Makefile.in-15538-clients/tui/nmtui-nmt-mac-entry.obj: clients/tui/nmt-mac-entry.c
network-manager-1.27.91/Makefile.in:15539:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-mac-entry.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-mac-entry.Tpo -c -o clients/tui/nmtui-nmt-mac-entry.obj `if test -f 'clients/tui/nmt-mac-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-mac-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-mac-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15540-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-mac-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-mac-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15543:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-mac-entry.obj `if test -f 'clients/tui/nmt-mac-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-mac-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-mac-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15544-
network-manager-1.27.91/Makefile.in-15545-clients/tui/nmtui-nmt-mtu-entry.o: clients/tui/nmt-mtu-entry.c
network-manager-1.27.91/Makefile.in:15546:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-mtu-entry.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-mtu-entry.Tpo -c -o clients/tui/nmtui-nmt-mtu-entry.o `test -f 'clients/tui/nmt-mtu-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-mtu-entry.c
network-manager-1.27.91/Makefile.in-15547-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-mtu-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-mtu-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-mtu-entry.o `test -f 'clients/tui/nmt-mtu-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-mtu-entry.c
network-manager-1.27.91/Makefile.in-15551-
network-manager-1.27.91/Makefile.in-15552-clients/tui/nmtui-nmt-mtu-entry.obj: clients/tui/nmt-mtu-entry.c
network-manager-1.27.91/Makefile.in:15553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-mtu-entry.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-mtu-entry.Tpo -c -o clients/tui/nmtui-nmt-mtu-entry.obj `if test -f 'clients/tui/nmt-mtu-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-mtu-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-mtu-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-mtu-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-mtu-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-mtu-entry.obj `if test -f 'clients/tui/nmt-mtu-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-mtu-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-mtu-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15558-
network-manager-1.27.91/Makefile.in-15559-clients/tui/nmtui-nmt-page-bond.o: clients/tui/nmt-page-bond.c
network-manager-1.27.91/Makefile.in:15560:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-bond.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-bond.Tpo -c -o clients/tui/nmtui-nmt-page-bond.o `test -f 'clients/tui/nmt-page-bond.c' || echo '$(srcdir)/'`clients/tui/nmt-page-bond.c
network-manager-1.27.91/Makefile.in-15561-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-bond.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-bond.Po
##############################################
network-manager-1.27.91/Makefile.in-15563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15564:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-bond.o `test -f 'clients/tui/nmt-page-bond.c' || echo '$(srcdir)/'`clients/tui/nmt-page-bond.c
network-manager-1.27.91/Makefile.in-15565-
network-manager-1.27.91/Makefile.in-15566-clients/tui/nmtui-nmt-page-bond.obj: clients/tui/nmt-page-bond.c
network-manager-1.27.91/Makefile.in:15567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-bond.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-bond.Tpo -c -o clients/tui/nmtui-nmt-page-bond.obj `if test -f 'clients/tui/nmt-page-bond.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-bond.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-bond.c'; fi`
network-manager-1.27.91/Makefile.in-15568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-bond.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-bond.Po
##############################################
network-manager-1.27.91/Makefile.in-15570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-bond.obj `if test -f 'clients/tui/nmt-page-bond.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-bond.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-bond.c'; fi`
network-manager-1.27.91/Makefile.in-15572-
network-manager-1.27.91/Makefile.in-15573-clients/tui/nmtui-nmt-page-bridge.o: clients/tui/nmt-page-bridge.c
network-manager-1.27.91/Makefile.in:15574:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-bridge.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo -c -o clients/tui/nmtui-nmt-page-bridge.o `test -f 'clients/tui/nmt-page-bridge.c' || echo '$(srcdir)/'`clients/tui/nmt-page-bridge.c
network-manager-1.27.91/Makefile.in-15575-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge.Po
##############################################
network-manager-1.27.91/Makefile.in-15577-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15578:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-bridge.o `test -f 'clients/tui/nmt-page-bridge.c' || echo '$(srcdir)/'`clients/tui/nmt-page-bridge.c
network-manager-1.27.91/Makefile.in-15579-
network-manager-1.27.91/Makefile.in-15580-clients/tui/nmtui-nmt-page-bridge.obj: clients/tui/nmt-page-bridge.c
network-manager-1.27.91/Makefile.in:15581:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-bridge.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo -c -o clients/tui/nmtui-nmt-page-bridge.obj `if test -f 'clients/tui/nmt-page-bridge.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-bridge.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-bridge.c'; fi`
network-manager-1.27.91/Makefile.in-15582-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge.Po
##############################################
network-manager-1.27.91/Makefile.in-15584-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15585:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-bridge.obj `if test -f 'clients/tui/nmt-page-bridge.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-bridge.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-bridge.c'; fi`
network-manager-1.27.91/Makefile.in-15586-
network-manager-1.27.91/Makefile.in-15587-clients/tui/nmtui-nmt-page-bridge-port.o: clients/tui/nmt-page-bridge-port.c
network-manager-1.27.91/Makefile.in:15588:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-bridge-port.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Tpo -c -o clients/tui/nmtui-nmt-page-bridge-port.o `test -f 'clients/tui/nmt-page-bridge-port.c' || echo '$(srcdir)/'`clients/tui/nmt-page-bridge-port.c
network-manager-1.27.91/Makefile.in-15589-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po
##############################################
network-manager-1.27.91/Makefile.in-15591-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15592:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-bridge-port.o `test -f 'clients/tui/nmt-page-bridge-port.c' || echo '$(srcdir)/'`clients/tui/nmt-page-bridge-port.c
network-manager-1.27.91/Makefile.in-15593-
network-manager-1.27.91/Makefile.in-15594-clients/tui/nmtui-nmt-page-bridge-port.obj: clients/tui/nmt-page-bridge-port.c
network-manager-1.27.91/Makefile.in:15595:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-bridge-port.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Tpo -c -o clients/tui/nmtui-nmt-page-bridge-port.obj `if test -f 'clients/tui/nmt-page-bridge-port.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-bridge-port.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-bridge-port.c'; fi`
network-manager-1.27.91/Makefile.in-15596-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-bridge-port.Po
##############################################
network-manager-1.27.91/Makefile.in-15598-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15599:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-bridge-port.obj `if test -f 'clients/tui/nmt-page-bridge-port.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-bridge-port.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-bridge-port.c'; fi`
network-manager-1.27.91/Makefile.in-15600-
network-manager-1.27.91/Makefile.in-15601-clients/tui/nmtui-nmt-page-dsl.o: clients/tui/nmt-page-dsl.c
network-manager-1.27.91/Makefile.in:15602:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-dsl.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-dsl.Tpo -c -o clients/tui/nmtui-nmt-page-dsl.o `test -f 'clients/tui/nmt-page-dsl.c' || echo '$(srcdir)/'`clients/tui/nmt-page-dsl.c
network-manager-1.27.91/Makefile.in-15603-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-dsl.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-dsl.Po
##############################################
network-manager-1.27.91/Makefile.in-15605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15606:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-dsl.o `test -f 'clients/tui/nmt-page-dsl.c' || echo '$(srcdir)/'`clients/tui/nmt-page-dsl.c
network-manager-1.27.91/Makefile.in-15607-
network-manager-1.27.91/Makefile.in-15608-clients/tui/nmtui-nmt-page-dsl.obj: clients/tui/nmt-page-dsl.c
network-manager-1.27.91/Makefile.in:15609:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-dsl.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-dsl.Tpo -c -o clients/tui/nmtui-nmt-page-dsl.obj `if test -f 'clients/tui/nmt-page-dsl.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-dsl.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-dsl.c'; fi`
network-manager-1.27.91/Makefile.in-15610-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-dsl.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-dsl.Po
##############################################
network-manager-1.27.91/Makefile.in-15612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15613:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-dsl.obj `if test -f 'clients/tui/nmt-page-dsl.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-dsl.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-dsl.c'; fi`
network-manager-1.27.91/Makefile.in-15614-
network-manager-1.27.91/Makefile.in-15615-clients/tui/nmtui-nmt-page-ethernet.o: clients/tui/nmt-page-ethernet.c
network-manager-1.27.91/Makefile.in:15616:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ethernet.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ethernet.Tpo -c -o clients/tui/nmtui-nmt-page-ethernet.o `test -f 'clients/tui/nmt-page-ethernet.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ethernet.c
network-manager-1.27.91/Makefile.in-15617-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ethernet.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ethernet.Po
##############################################
network-manager-1.27.91/Makefile.in-15619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ethernet.o `test -f 'clients/tui/nmt-page-ethernet.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ethernet.c
network-manager-1.27.91/Makefile.in-15621-
network-manager-1.27.91/Makefile.in-15622-clients/tui/nmtui-nmt-page-ethernet.obj: clients/tui/nmt-page-ethernet.c
network-manager-1.27.91/Makefile.in:15623:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ethernet.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ethernet.Tpo -c -o clients/tui/nmtui-nmt-page-ethernet.obj `if test -f 'clients/tui/nmt-page-ethernet.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ethernet.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ethernet.c'; fi`
network-manager-1.27.91/Makefile.in-15624-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ethernet.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ethernet.Po
##############################################
network-manager-1.27.91/Makefile.in-15626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15627:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ethernet.obj `if test -f 'clients/tui/nmt-page-ethernet.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ethernet.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ethernet.c'; fi`
network-manager-1.27.91/Makefile.in-15628-
network-manager-1.27.91/Makefile.in-15629-clients/tui/nmtui-nmt-page-infiniband.o: clients/tui/nmt-page-infiniband.c
network-manager-1.27.91/Makefile.in:15630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-infiniband.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-infiniband.Tpo -c -o clients/tui/nmtui-nmt-page-infiniband.o `test -f 'clients/tui/nmt-page-infiniband.c' || echo '$(srcdir)/'`clients/tui/nmt-page-infiniband.c
network-manager-1.27.91/Makefile.in-15631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-infiniband.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-infiniband.Po
##############################################
network-manager-1.27.91/Makefile.in-15633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-infiniband.o `test -f 'clients/tui/nmt-page-infiniband.c' || echo '$(srcdir)/'`clients/tui/nmt-page-infiniband.c
network-manager-1.27.91/Makefile.in-15635-
network-manager-1.27.91/Makefile.in-15636-clients/tui/nmtui-nmt-page-infiniband.obj: clients/tui/nmt-page-infiniband.c
network-manager-1.27.91/Makefile.in:15637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-infiniband.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-infiniband.Tpo -c -o clients/tui/nmtui-nmt-page-infiniband.obj `if test -f 'clients/tui/nmt-page-infiniband.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-infiniband.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-infiniband.c'; fi`
network-manager-1.27.91/Makefile.in-15638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-infiniband.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-infiniband.Po
##############################################
network-manager-1.27.91/Makefile.in-15640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-infiniband.obj `if test -f 'clients/tui/nmt-page-infiniband.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-infiniband.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-infiniband.c'; fi`
network-manager-1.27.91/Makefile.in-15642-
network-manager-1.27.91/Makefile.in-15643-clients/tui/nmtui-nmt-page-ip-tunnel.o: clients/tui/nmt-page-ip-tunnel.c
network-manager-1.27.91/Makefile.in:15644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ip-tunnel.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ip-tunnel.Tpo -c -o clients/tui/nmtui-nmt-page-ip-tunnel.o `test -f 'clients/tui/nmt-page-ip-tunnel.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ip-tunnel.c
network-manager-1.27.91/Makefile.in-15645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ip-tunnel.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ip-tunnel.Po
##############################################
network-manager-1.27.91/Makefile.in-15647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ip-tunnel.o `test -f 'clients/tui/nmt-page-ip-tunnel.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ip-tunnel.c
network-manager-1.27.91/Makefile.in-15649-
network-manager-1.27.91/Makefile.in-15650-clients/tui/nmtui-nmt-page-ip-tunnel.obj: clients/tui/nmt-page-ip-tunnel.c
network-manager-1.27.91/Makefile.in:15651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ip-tunnel.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ip-tunnel.Tpo -c -o clients/tui/nmtui-nmt-page-ip-tunnel.obj `if test -f 'clients/tui/nmt-page-ip-tunnel.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ip-tunnel.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ip-tunnel.c'; fi`
network-manager-1.27.91/Makefile.in-15652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ip-tunnel.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ip-tunnel.Po
##############################################
network-manager-1.27.91/Makefile.in-15654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ip-tunnel.obj `if test -f 'clients/tui/nmt-page-ip-tunnel.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ip-tunnel.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ip-tunnel.c'; fi`
network-manager-1.27.91/Makefile.in-15656-
network-manager-1.27.91/Makefile.in-15657-clients/tui/nmtui-nmt-page-ip4.o: clients/tui/nmt-page-ip4.c
network-manager-1.27.91/Makefile.in:15658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ip4.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ip4.Tpo -c -o clients/tui/nmtui-nmt-page-ip4.o `test -f 'clients/tui/nmt-page-ip4.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ip4.c
network-manager-1.27.91/Makefile.in-15659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ip4.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ip4.Po
##############################################
network-manager-1.27.91/Makefile.in-15661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ip4.o `test -f 'clients/tui/nmt-page-ip4.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ip4.c
network-manager-1.27.91/Makefile.in-15663-
network-manager-1.27.91/Makefile.in-15664-clients/tui/nmtui-nmt-page-ip4.obj: clients/tui/nmt-page-ip4.c
network-manager-1.27.91/Makefile.in:15665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ip4.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ip4.Tpo -c -o clients/tui/nmtui-nmt-page-ip4.obj `if test -f 'clients/tui/nmt-page-ip4.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ip4.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ip4.c'; fi`
network-manager-1.27.91/Makefile.in-15666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ip4.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ip4.Po
##############################################
network-manager-1.27.91/Makefile.in-15668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ip4.obj `if test -f 'clients/tui/nmt-page-ip4.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ip4.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ip4.c'; fi`
network-manager-1.27.91/Makefile.in-15670-
network-manager-1.27.91/Makefile.in-15671-clients/tui/nmtui-nmt-page-ip6.o: clients/tui/nmt-page-ip6.c
network-manager-1.27.91/Makefile.in:15672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ip6.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ip6.Tpo -c -o clients/tui/nmtui-nmt-page-ip6.o `test -f 'clients/tui/nmt-page-ip6.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ip6.c
network-manager-1.27.91/Makefile.in-15673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ip6.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ip6.Po
##############################################
network-manager-1.27.91/Makefile.in-15675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ip6.o `test -f 'clients/tui/nmt-page-ip6.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ip6.c
network-manager-1.27.91/Makefile.in-15677-
network-manager-1.27.91/Makefile.in-15678-clients/tui/nmtui-nmt-page-ip6.obj: clients/tui/nmt-page-ip6.c
network-manager-1.27.91/Makefile.in:15679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ip6.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ip6.Tpo -c -o clients/tui/nmtui-nmt-page-ip6.obj `if test -f 'clients/tui/nmt-page-ip6.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ip6.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ip6.c'; fi`
network-manager-1.27.91/Makefile.in-15680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ip6.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ip6.Po
##############################################
network-manager-1.27.91/Makefile.in-15682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ip6.obj `if test -f 'clients/tui/nmt-page-ip6.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ip6.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ip6.c'; fi`
network-manager-1.27.91/Makefile.in-15684-
network-manager-1.27.91/Makefile.in-15685-clients/tui/nmtui-nmt-page-ppp.o: clients/tui/nmt-page-ppp.c
network-manager-1.27.91/Makefile.in:15686:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ppp.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ppp.Tpo -c -o clients/tui/nmtui-nmt-page-ppp.o `test -f 'clients/tui/nmt-page-ppp.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ppp.c
network-manager-1.27.91/Makefile.in-15687-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ppp.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ppp.Po
##############################################
network-manager-1.27.91/Makefile.in-15689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15690:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ppp.o `test -f 'clients/tui/nmt-page-ppp.c' || echo '$(srcdir)/'`clients/tui/nmt-page-ppp.c
network-manager-1.27.91/Makefile.in-15691-
network-manager-1.27.91/Makefile.in-15692-clients/tui/nmtui-nmt-page-ppp.obj: clients/tui/nmt-page-ppp.c
network-manager-1.27.91/Makefile.in:15693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-ppp.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-ppp.Tpo -c -o clients/tui/nmtui-nmt-page-ppp.obj `if test -f 'clients/tui/nmt-page-ppp.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ppp.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ppp.c'; fi`
network-manager-1.27.91/Makefile.in-15694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-ppp.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-ppp.Po
##############################################
network-manager-1.27.91/Makefile.in-15696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-ppp.obj `if test -f 'clients/tui/nmt-page-ppp.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-ppp.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-ppp.c'; fi`
network-manager-1.27.91/Makefile.in-15698-
network-manager-1.27.91/Makefile.in-15699-clients/tui/nmtui-nmt-page-team.o: clients/tui/nmt-page-team.c
network-manager-1.27.91/Makefile.in:15700:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-team.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-team.Tpo -c -o clients/tui/nmtui-nmt-page-team.o `test -f 'clients/tui/nmt-page-team.c' || echo '$(srcdir)/'`clients/tui/nmt-page-team.c
network-manager-1.27.91/Makefile.in-15701-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-team.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-team.Po
##############################################
network-manager-1.27.91/Makefile.in-15703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15704:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-team.o `test -f 'clients/tui/nmt-page-team.c' || echo '$(srcdir)/'`clients/tui/nmt-page-team.c
network-manager-1.27.91/Makefile.in-15705-
network-manager-1.27.91/Makefile.in-15706-clients/tui/nmtui-nmt-page-team.obj: clients/tui/nmt-page-team.c
network-manager-1.27.91/Makefile.in:15707:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-team.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-team.Tpo -c -o clients/tui/nmtui-nmt-page-team.obj `if test -f 'clients/tui/nmt-page-team.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-team.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-team.c'; fi`
network-manager-1.27.91/Makefile.in-15708-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-team.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-team.Po
##############################################
network-manager-1.27.91/Makefile.in-15710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15711:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-team.obj `if test -f 'clients/tui/nmt-page-team.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-team.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-team.c'; fi`
network-manager-1.27.91/Makefile.in-15712-
network-manager-1.27.91/Makefile.in-15713-clients/tui/nmtui-nmt-page-team-port.o: clients/tui/nmt-page-team-port.c
network-manager-1.27.91/Makefile.in:15714:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-team-port.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-team-port.Tpo -c -o clients/tui/nmtui-nmt-page-team-port.o `test -f 'clients/tui/nmt-page-team-port.c' || echo '$(srcdir)/'`clients/tui/nmt-page-team-port.c
network-manager-1.27.91/Makefile.in-15715-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-team-port.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-team-port.Po
##############################################
network-manager-1.27.91/Makefile.in-15717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15718:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-team-port.o `test -f 'clients/tui/nmt-page-team-port.c' || echo '$(srcdir)/'`clients/tui/nmt-page-team-port.c
network-manager-1.27.91/Makefile.in-15719-
network-manager-1.27.91/Makefile.in-15720-clients/tui/nmtui-nmt-page-team-port.obj: clients/tui/nmt-page-team-port.c
network-manager-1.27.91/Makefile.in:15721:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-team-port.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-team-port.Tpo -c -o clients/tui/nmtui-nmt-page-team-port.obj `if test -f 'clients/tui/nmt-page-team-port.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-team-port.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-team-port.c'; fi`
network-manager-1.27.91/Makefile.in-15722-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-team-port.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-team-port.Po
##############################################
network-manager-1.27.91/Makefile.in-15724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15725:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-team-port.obj `if test -f 'clients/tui/nmt-page-team-port.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-team-port.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-team-port.c'; fi`
network-manager-1.27.91/Makefile.in-15726-
network-manager-1.27.91/Makefile.in-15727-clients/tui/nmtui-nmt-page-vlan.o: clients/tui/nmt-page-vlan.c
network-manager-1.27.91/Makefile.in:15728:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-vlan.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-vlan.Tpo -c -o clients/tui/nmtui-nmt-page-vlan.o `test -f 'clients/tui/nmt-page-vlan.c' || echo '$(srcdir)/'`clients/tui/nmt-page-vlan.c
network-manager-1.27.91/Makefile.in-15729-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-vlan.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-vlan.Po
##############################################
network-manager-1.27.91/Makefile.in-15731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15732:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-vlan.o `test -f 'clients/tui/nmt-page-vlan.c' || echo '$(srcdir)/'`clients/tui/nmt-page-vlan.c
network-manager-1.27.91/Makefile.in-15733-
network-manager-1.27.91/Makefile.in-15734-clients/tui/nmtui-nmt-page-vlan.obj: clients/tui/nmt-page-vlan.c
network-manager-1.27.91/Makefile.in:15735:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-vlan.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-vlan.Tpo -c -o clients/tui/nmtui-nmt-page-vlan.obj `if test -f 'clients/tui/nmt-page-vlan.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-vlan.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-vlan.c'; fi`
network-manager-1.27.91/Makefile.in-15736-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-vlan.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-vlan.Po
##############################################
network-manager-1.27.91/Makefile.in-15738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15739:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-vlan.obj `if test -f 'clients/tui/nmt-page-vlan.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-vlan.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-vlan.c'; fi`
network-manager-1.27.91/Makefile.in-15740-
network-manager-1.27.91/Makefile.in-15741-clients/tui/nmtui-nmt-page-wifi.o: clients/tui/nmt-page-wifi.c
network-manager-1.27.91/Makefile.in:15742:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-wifi.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-wifi.Tpo -c -o clients/tui/nmtui-nmt-page-wifi.o `test -f 'clients/tui/nmt-page-wifi.c' || echo '$(srcdir)/'`clients/tui/nmt-page-wifi.c
network-manager-1.27.91/Makefile.in-15743-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-wifi.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-wifi.Po
##############################################
network-manager-1.27.91/Makefile.in-15745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15746:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-wifi.o `test -f 'clients/tui/nmt-page-wifi.c' || echo '$(srcdir)/'`clients/tui/nmt-page-wifi.c
network-manager-1.27.91/Makefile.in-15747-
network-manager-1.27.91/Makefile.in-15748-clients/tui/nmtui-nmt-page-wifi.obj: clients/tui/nmt-page-wifi.c
network-manager-1.27.91/Makefile.in:15749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-page-wifi.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-page-wifi.Tpo -c -o clients/tui/nmtui-nmt-page-wifi.obj `if test -f 'clients/tui/nmt-page-wifi.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-wifi.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-wifi.c'; fi`
network-manager-1.27.91/Makefile.in-15750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-page-wifi.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-page-wifi.Po
##############################################
network-manager-1.27.91/Makefile.in-15752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-page-wifi.obj `if test -f 'clients/tui/nmt-page-wifi.c'; then $(CYGPATH_W) 'clients/tui/nmt-page-wifi.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-page-wifi.c'; fi`
network-manager-1.27.91/Makefile.in-15754-
network-manager-1.27.91/Makefile.in-15755-clients/tui/nmtui-nmt-password-dialog.o: clients/tui/nmt-password-dialog.c
network-manager-1.27.91/Makefile.in:15756:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-password-dialog.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-password-dialog.Tpo -c -o clients/tui/nmtui-nmt-password-dialog.o `test -f 'clients/tui/nmt-password-dialog.c' || echo '$(srcdir)/'`clients/tui/nmt-password-dialog.c
network-manager-1.27.91/Makefile.in-15757-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-password-dialog.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-password-dialog.Po
##############################################
network-manager-1.27.91/Makefile.in-15759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15760:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-password-dialog.o `test -f 'clients/tui/nmt-password-dialog.c' || echo '$(srcdir)/'`clients/tui/nmt-password-dialog.c
network-manager-1.27.91/Makefile.in-15761-
network-manager-1.27.91/Makefile.in-15762-clients/tui/nmtui-nmt-password-dialog.obj: clients/tui/nmt-password-dialog.c
network-manager-1.27.91/Makefile.in:15763:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-password-dialog.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-password-dialog.Tpo -c -o clients/tui/nmtui-nmt-password-dialog.obj `if test -f 'clients/tui/nmt-password-dialog.c'; then $(CYGPATH_W) 'clients/tui/nmt-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-password-dialog.c'; fi`
network-manager-1.27.91/Makefile.in-15764-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-password-dialog.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-password-dialog.Po
##############################################
network-manager-1.27.91/Makefile.in-15766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15767:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-password-dialog.obj `if test -f 'clients/tui/nmt-password-dialog.c'; then $(CYGPATH_W) 'clients/tui/nmt-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-password-dialog.c'; fi`
network-manager-1.27.91/Makefile.in-15768-
network-manager-1.27.91/Makefile.in-15769-clients/tui/nmtui-nmt-password-fields.o: clients/tui/nmt-password-fields.c
network-manager-1.27.91/Makefile.in:15770:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-password-fields.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-password-fields.Tpo -c -o clients/tui/nmtui-nmt-password-fields.o `test -f 'clients/tui/nmt-password-fields.c' || echo '$(srcdir)/'`clients/tui/nmt-password-fields.c
network-manager-1.27.91/Makefile.in-15771-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-password-fields.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-password-fields.Po
##############################################
network-manager-1.27.91/Makefile.in-15773-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15774:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-password-fields.o `test -f 'clients/tui/nmt-password-fields.c' || echo '$(srcdir)/'`clients/tui/nmt-password-fields.c
network-manager-1.27.91/Makefile.in-15775-
network-manager-1.27.91/Makefile.in-15776-clients/tui/nmtui-nmt-password-fields.obj: clients/tui/nmt-password-fields.c
network-manager-1.27.91/Makefile.in:15777:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-password-fields.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-password-fields.Tpo -c -o clients/tui/nmtui-nmt-password-fields.obj `if test -f 'clients/tui/nmt-password-fields.c'; then $(CYGPATH_W) 'clients/tui/nmt-password-fields.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-password-fields.c'; fi`
network-manager-1.27.91/Makefile.in-15778-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-password-fields.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-password-fields.Po
##############################################
network-manager-1.27.91/Makefile.in-15780-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15781:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-password-fields.obj `if test -f 'clients/tui/nmt-password-fields.c'; then $(CYGPATH_W) 'clients/tui/nmt-password-fields.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-password-fields.c'; fi`
network-manager-1.27.91/Makefile.in-15782-
network-manager-1.27.91/Makefile.in-15783-clients/tui/nmtui-nmt-route-editor.o: clients/tui/nmt-route-editor.c
network-manager-1.27.91/Makefile.in:15784:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-route-editor.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-route-editor.Tpo -c -o clients/tui/nmtui-nmt-route-editor.o `test -f 'clients/tui/nmt-route-editor.c' || echo '$(srcdir)/'`clients/tui/nmt-route-editor.c
network-manager-1.27.91/Makefile.in-15785-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-route-editor.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-route-editor.Po
##############################################
network-manager-1.27.91/Makefile.in-15787-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15788:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-route-editor.o `test -f 'clients/tui/nmt-route-editor.c' || echo '$(srcdir)/'`clients/tui/nmt-route-editor.c
network-manager-1.27.91/Makefile.in-15789-
network-manager-1.27.91/Makefile.in-15790-clients/tui/nmtui-nmt-route-editor.obj: clients/tui/nmt-route-editor.c
network-manager-1.27.91/Makefile.in:15791:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-route-editor.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-route-editor.Tpo -c -o clients/tui/nmtui-nmt-route-editor.obj `if test -f 'clients/tui/nmt-route-editor.c'; then $(CYGPATH_W) 'clients/tui/nmt-route-editor.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-route-editor.c'; fi`
network-manager-1.27.91/Makefile.in-15792-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-route-editor.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-route-editor.Po
##############################################
network-manager-1.27.91/Makefile.in-15794-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15795:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-route-editor.obj `if test -f 'clients/tui/nmt-route-editor.c'; then $(CYGPATH_W) 'clients/tui/nmt-route-editor.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-route-editor.c'; fi`
network-manager-1.27.91/Makefile.in-15796-
network-manager-1.27.91/Makefile.in-15797-clients/tui/nmtui-nmt-route-entry.o: clients/tui/nmt-route-entry.c
network-manager-1.27.91/Makefile.in:15798:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-route-entry.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-route-entry.Tpo -c -o clients/tui/nmtui-nmt-route-entry.o `test -f 'clients/tui/nmt-route-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-route-entry.c
network-manager-1.27.91/Makefile.in-15799-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-route-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-route-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15802:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-route-entry.o `test -f 'clients/tui/nmt-route-entry.c' || echo '$(srcdir)/'`clients/tui/nmt-route-entry.c
network-manager-1.27.91/Makefile.in-15803-
network-manager-1.27.91/Makefile.in-15804-clients/tui/nmtui-nmt-route-entry.obj: clients/tui/nmt-route-entry.c
network-manager-1.27.91/Makefile.in:15805:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-route-entry.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-route-entry.Tpo -c -o clients/tui/nmtui-nmt-route-entry.obj `if test -f 'clients/tui/nmt-route-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-route-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-route-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15806-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-route-entry.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-route-entry.Po
##############################################
network-manager-1.27.91/Makefile.in-15808-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15809:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-route-entry.obj `if test -f 'clients/tui/nmt-route-entry.c'; then $(CYGPATH_W) 'clients/tui/nmt-route-entry.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-route-entry.c'; fi`
network-manager-1.27.91/Makefile.in-15810-
network-manager-1.27.91/Makefile.in-15811-clients/tui/nmtui-nmt-route-table.o: clients/tui/nmt-route-table.c
network-manager-1.27.91/Makefile.in:15812:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-route-table.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-route-table.Tpo -c -o clients/tui/nmtui-nmt-route-table.o `test -f 'clients/tui/nmt-route-table.c' || echo '$(srcdir)/'`clients/tui/nmt-route-table.c
network-manager-1.27.91/Makefile.in-15813-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-route-table.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-route-table.Po
##############################################
network-manager-1.27.91/Makefile.in-15815-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15816:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-route-table.o `test -f 'clients/tui/nmt-route-table.c' || echo '$(srcdir)/'`clients/tui/nmt-route-table.c
network-manager-1.27.91/Makefile.in-15817-
network-manager-1.27.91/Makefile.in-15818-clients/tui/nmtui-nmt-route-table.obj: clients/tui/nmt-route-table.c
network-manager-1.27.91/Makefile.in:15819:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-route-table.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-route-table.Tpo -c -o clients/tui/nmtui-nmt-route-table.obj `if test -f 'clients/tui/nmt-route-table.c'; then $(CYGPATH_W) 'clients/tui/nmt-route-table.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-route-table.c'; fi`
network-manager-1.27.91/Makefile.in-15820-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-route-table.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-route-table.Po
##############################################
network-manager-1.27.91/Makefile.in-15822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15823:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-route-table.obj `if test -f 'clients/tui/nmt-route-table.c'; then $(CYGPATH_W) 'clients/tui/nmt-route-table.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-route-table.c'; fi`
network-manager-1.27.91/Makefile.in-15824-
network-manager-1.27.91/Makefile.in-15825-clients/tui/nmtui-nmt-slave-list.o: clients/tui/nmt-slave-list.c
network-manager-1.27.91/Makefile.in:15826:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-slave-list.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-slave-list.Tpo -c -o clients/tui/nmtui-nmt-slave-list.o `test -f 'clients/tui/nmt-slave-list.c' || echo '$(srcdir)/'`clients/tui/nmt-slave-list.c
network-manager-1.27.91/Makefile.in-15827-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-slave-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-slave-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15829-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15830:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-slave-list.o `test -f 'clients/tui/nmt-slave-list.c' || echo '$(srcdir)/'`clients/tui/nmt-slave-list.c
network-manager-1.27.91/Makefile.in-15831-
network-manager-1.27.91/Makefile.in-15832-clients/tui/nmtui-nmt-slave-list.obj: clients/tui/nmt-slave-list.c
network-manager-1.27.91/Makefile.in:15833:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-slave-list.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-slave-list.Tpo -c -o clients/tui/nmtui-nmt-slave-list.obj `if test -f 'clients/tui/nmt-slave-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-slave-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-slave-list.c'; fi`
network-manager-1.27.91/Makefile.in-15834-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-slave-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-slave-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15837:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-slave-list.obj `if test -f 'clients/tui/nmt-slave-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-slave-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-slave-list.c'; fi`
network-manager-1.27.91/Makefile.in-15838-
network-manager-1.27.91/Makefile.in-15839-clients/tui/nmtui-nmt-utils.o: clients/tui/nmt-utils.c
network-manager-1.27.91/Makefile.in:15840:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-utils.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-utils.Tpo -c -o clients/tui/nmtui-nmt-utils.o `test -f 'clients/tui/nmt-utils.c' || echo '$(srcdir)/'`clients/tui/nmt-utils.c
network-manager-1.27.91/Makefile.in-15841-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-utils.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15844:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-utils.o `test -f 'clients/tui/nmt-utils.c' || echo '$(srcdir)/'`clients/tui/nmt-utils.c
network-manager-1.27.91/Makefile.in-15845-
network-manager-1.27.91/Makefile.in-15846-clients/tui/nmtui-nmt-utils.obj: clients/tui/nmt-utils.c
network-manager-1.27.91/Makefile.in:15847:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-utils.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-utils.Tpo -c -o clients/tui/nmtui-nmt-utils.obj `if test -f 'clients/tui/nmt-utils.c'; then $(CYGPATH_W) 'clients/tui/nmt-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-utils.c'; fi`
network-manager-1.27.91/Makefile.in-15848-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-utils.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-15850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15851:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-utils.obj `if test -f 'clients/tui/nmt-utils.c'; then $(CYGPATH_W) 'clients/tui/nmt-utils.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-utils.c'; fi`
network-manager-1.27.91/Makefile.in-15852-
network-manager-1.27.91/Makefile.in-15853-clients/tui/nmtui-nmt-widget-list.o: clients/tui/nmt-widget-list.c
network-manager-1.27.91/Makefile.in:15854:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-widget-list.o -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-widget-list.Tpo -c -o clients/tui/nmtui-nmt-widget-list.o `test -f 'clients/tui/nmt-widget-list.c' || echo '$(srcdir)/'`clients/tui/nmt-widget-list.c
network-manager-1.27.91/Makefile.in-15855-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-widget-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-widget-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15858:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-widget-list.o `test -f 'clients/tui/nmt-widget-list.c' || echo '$(srcdir)/'`clients/tui/nmt-widget-list.c
network-manager-1.27.91/Makefile.in-15859-
network-manager-1.27.91/Makefile.in-15860-clients/tui/nmtui-nmt-widget-list.obj: clients/tui/nmt-widget-list.c
network-manager-1.27.91/Makefile.in:15861:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clients/tui/nmtui-nmt-widget-list.obj -MD -MP -MF clients/tui/$(DEPDIR)/nmtui-nmt-widget-list.Tpo -c -o clients/tui/nmtui-nmt-widget-list.obj `if test -f 'clients/tui/nmt-widget-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-widget-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-widget-list.c'; fi`
network-manager-1.27.91/Makefile.in-15862-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) clients/tui/$(DEPDIR)/nmtui-nmt-widget-list.Tpo clients/tui/$(DEPDIR)/nmtui-nmt-widget-list.Po
##############################################
network-manager-1.27.91/Makefile.in-15864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15865:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clients_tui_nmtui_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clients/tui/nmtui-nmt-widget-list.obj `if test -f 'clients/tui/nmt-widget-list.c'; then $(CYGPATH_W) 'clients/tui/nmt-widget-list.c'; else $(CYGPATH_W) '$(srcdir)/clients/tui/nmt-widget-list.c'; fi`
network-manager-1.27.91/Makefile.in-15866-
network-manager-1.27.91/Makefile.in-15867-dispatcher/nm_dispatcher-nm-dispatcher.o: dispatcher/nm-dispatcher.c
network-manager-1.27.91/Makefile.in:15868:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_nm_dispatcher_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/nm_dispatcher-nm-dispatcher.o -MD -MP -MF dispatcher/$(DEPDIR)/nm_dispatcher-nm-dispatcher.Tpo -c -o dispatcher/nm_dispatcher-nm-dispatcher.o `test -f 'dispatcher/nm-dispatcher.c' || echo '$(srcdir)/'`dispatcher/nm-dispatcher.c
network-manager-1.27.91/Makefile.in-15869-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/$(DEPDIR)/nm_dispatcher-nm-dispatcher.Tpo dispatcher/$(DEPDIR)/nm_dispatcher-nm-dispatcher.Po
##############################################
network-manager-1.27.91/Makefile.in-15871-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15872:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_nm_dispatcher_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/nm_dispatcher-nm-dispatcher.o `test -f 'dispatcher/nm-dispatcher.c' || echo '$(srcdir)/'`dispatcher/nm-dispatcher.c
network-manager-1.27.91/Makefile.in-15873-
network-manager-1.27.91/Makefile.in-15874-dispatcher/nm_dispatcher-nm-dispatcher.obj: dispatcher/nm-dispatcher.c
network-manager-1.27.91/Makefile.in:15875:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_nm_dispatcher_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/nm_dispatcher-nm-dispatcher.obj -MD -MP -MF dispatcher/$(DEPDIR)/nm_dispatcher-nm-dispatcher.Tpo -c -o dispatcher/nm_dispatcher-nm-dispatcher.obj `if test -f 'dispatcher/nm-dispatcher.c'; then $(CYGPATH_W) 'dispatcher/nm-dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/dispatcher/nm-dispatcher.c'; fi`
network-manager-1.27.91/Makefile.in-15876-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/$(DEPDIR)/nm_dispatcher-nm-dispatcher.Tpo dispatcher/$(DEPDIR)/nm_dispatcher-nm-dispatcher.Po
##############################################
network-manager-1.27.91/Makefile.in-15878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15879:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_nm_dispatcher_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/nm_dispatcher-nm-dispatcher.obj `if test -f 'dispatcher/nm-dispatcher.c'; then $(CYGPATH_W) 'dispatcher/nm-dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/dispatcher/nm-dispatcher.c'; fi`
network-manager-1.27.91/Makefile.in-15880-
network-manager-1.27.91/Makefile.in-15881-dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.o: dispatcher/tests/test-dispatcher-envp.c
network-manager-1.27.91/Makefile.in:15882:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.o -MD -MP -MF dispatcher/tests/$(DEPDIR)/test_dispatcher_envp-test-dispatcher-envp.Tpo -c -o dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.o `test -f 'dispatcher/tests/test-dispatcher-envp.c' || echo '$(srcdir)/'`dispatcher/tests/test-dispatcher-envp.c
network-manager-1.27.91/Makefile.in-15883-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/tests/$(DEPDIR)/test_dispatcher_envp-test-dispatcher-envp.Tpo dispatcher/tests/$(DEPDIR)/test_dispatcher_envp-test-dispatcher-envp.Po
##############################################
network-manager-1.27.91/Makefile.in-15885-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15886:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.o `test -f 'dispatcher/tests/test-dispatcher-envp.c' || echo '$(srcdir)/'`dispatcher/tests/test-dispatcher-envp.c
network-manager-1.27.91/Makefile.in-15887-
network-manager-1.27.91/Makefile.in-15888-dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.obj: dispatcher/tests/test-dispatcher-envp.c
network-manager-1.27.91/Makefile.in:15889:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.obj -MD -MP -MF dispatcher/tests/$(DEPDIR)/test_dispatcher_envp-test-dispatcher-envp.Tpo -c -o dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.obj `if test -f 'dispatcher/tests/test-dispatcher-envp.c'; then $(CYGPATH_W) 'dispatcher/tests/test-dispatcher-envp.c'; else $(CYGPATH_W) '$(srcdir)/dispatcher/tests/test-dispatcher-envp.c'; fi`
network-manager-1.27.91/Makefile.in-15890-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/tests/$(DEPDIR)/test_dispatcher_envp-test-dispatcher-envp.Tpo dispatcher/tests/$(DEPDIR)/test_dispatcher_envp-test-dispatcher-envp.Po
##############################################
network-manager-1.27.91/Makefile.in-15892-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15893:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/tests/test_dispatcher_envp-test-dispatcher-envp.obj `if test -f 'dispatcher/tests/test-dispatcher-envp.c'; then $(CYGPATH_W) 'dispatcher/tests/test-dispatcher-envp.c'; else $(CYGPATH_W) '$(srcdir)/dispatcher/tests/test-dispatcher-envp.c'; fi`
network-manager-1.27.91/Makefile.in-15894-
network-manager-1.27.91/Makefile.in-15895-dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.o: dispatcher/nmdbus-dispatcher.c
network-manager-1.27.91/Makefile.in:15896:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.o -MD -MP -MF dispatcher/$(DEPDIR)/tests_test_dispatcher_envp-nmdbus-dispatcher.Tpo -c -o dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.o `test -f 'dispatcher/nmdbus-dispatcher.c' || echo '$(srcdir)/'`dispatcher/nmdbus-dispatcher.c
network-manager-1.27.91/Makefile.in-15897-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/$(DEPDIR)/tests_test_dispatcher_envp-nmdbus-dispatcher.Tpo dispatcher/$(DEPDIR)/tests_test_dispatcher_envp-nmdbus-dispatcher.Po
##############################################
network-manager-1.27.91/Makefile.in-15899-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15900:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.o `test -f 'dispatcher/nmdbus-dispatcher.c' || echo '$(srcdir)/'`dispatcher/nmdbus-dispatcher.c
network-manager-1.27.91/Makefile.in-15901-
network-manager-1.27.91/Makefile.in-15902-dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.obj: dispatcher/nmdbus-dispatcher.c
network-manager-1.27.91/Makefile.in:15903:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.obj -MD -MP -MF dispatcher/$(DEPDIR)/tests_test_dispatcher_envp-nmdbus-dispatcher.Tpo -c -o dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.obj `if test -f 'dispatcher/nmdbus-dispatcher.c'; then $(CYGPATH_W) 'dispatcher/nmdbus-dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/dispatcher/nmdbus-dispatcher.c'; fi`
network-manager-1.27.91/Makefile.in-15904-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dispatcher/$(DEPDIR)/tests_test_dispatcher_envp-nmdbus-dispatcher.Tpo dispatcher/$(DEPDIR)/tests_test_dispatcher_envp-nmdbus-dispatcher.Po
##############################################
network-manager-1.27.91/Makefile.in-15906-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15907:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dispatcher_tests_test_dispatcher_envp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dispatcher/tests_test_dispatcher_envp-nmdbus-dispatcher.obj `if test -f 'dispatcher/nmdbus-dispatcher.c'; then $(CYGPATH_W) 'dispatcher/nmdbus-dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/dispatcher/nmdbus-dispatcher.c'; fi`
network-manager-1.27.91/Makefile.in-15908-
network-manager-1.27.91/Makefile.in-15909-examples/C/glib/add_connection_gdbus-add-connection-gdbus.o: examples/C/glib/add-connection-gdbus.c
network-manager-1.27.91/Makefile.in:15910:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/add_connection_gdbus-add-connection-gdbus.o -MD -MP -MF examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connection-gdbus.Tpo -c -o examples/C/glib/add_connection_gdbus-add-connection-gdbus.o `test -f 'examples/C/glib/add-connection-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/add-connection-gdbus.c
network-manager-1.27.91/Makefile.in-15911-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connection-gdbus.Tpo examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connection-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15913-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15914:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/add_connection_gdbus-add-connection-gdbus.o `test -f 'examples/C/glib/add-connection-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/add-connection-gdbus.c
network-manager-1.27.91/Makefile.in-15915-
network-manager-1.27.91/Makefile.in-15916-examples/C/glib/add_connection_gdbus-add-connection-gdbus.obj: examples/C/glib/add-connection-gdbus.c
network-manager-1.27.91/Makefile.in:15917:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/add_connection_gdbus-add-connection-gdbus.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connection-gdbus.Tpo -c -o examples/C/glib/add_connection_gdbus-add-connection-gdbus.obj `if test -f 'examples/C/glib/add-connection-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/add-connection-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/add-connection-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-15918-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connection-gdbus.Tpo examples/C/glib/$(DEPDIR)/add_connection_gdbus-add-connection-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15920-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15921:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/add_connection_gdbus-add-connection-gdbus.obj `if test -f 'examples/C/glib/add-connection-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/add-connection-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/add-connection-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-15922-
network-manager-1.27.91/Makefile.in-15923-examples/C/glib/add_connection_libnm-add-connection-libnm.o: examples/C/glib/add-connection-libnm.c
network-manager-1.27.91/Makefile.in:15924:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/add_connection_libnm-add-connection-libnm.o -MD -MP -MF examples/C/glib/$(DEPDIR)/add_connection_libnm-add-connection-libnm.Tpo -c -o examples/C/glib/add_connection_libnm-add-connection-libnm.o `test -f 'examples/C/glib/add-connection-libnm.c' || echo '$(srcdir)/'`examples/C/glib/add-connection-libnm.c
network-manager-1.27.91/Makefile.in-15925-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/add_connection_libnm-add-connection-libnm.Tpo examples/C/glib/$(DEPDIR)/add_connection_libnm-add-connection-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-15927-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15928:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/add_connection_libnm-add-connection-libnm.o `test -f 'examples/C/glib/add-connection-libnm.c' || echo '$(srcdir)/'`examples/C/glib/add-connection-libnm.c
network-manager-1.27.91/Makefile.in-15929-
network-manager-1.27.91/Makefile.in-15930-examples/C/glib/add_connection_libnm-add-connection-libnm.obj: examples/C/glib/add-connection-libnm.c
network-manager-1.27.91/Makefile.in:15931:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/add_connection_libnm-add-connection-libnm.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/add_connection_libnm-add-connection-libnm.Tpo -c -o examples/C/glib/add_connection_libnm-add-connection-libnm.obj `if test -f 'examples/C/glib/add-connection-libnm.c'; then $(CYGPATH_W) 'examples/C/glib/add-connection-libnm.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/add-connection-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-15932-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/add_connection_libnm-add-connection-libnm.Tpo examples/C/glib/$(DEPDIR)/add_connection_libnm-add-connection-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-15934-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15935:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_add_connection_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/add_connection_libnm-add-connection-libnm.obj `if test -f 'examples/C/glib/add-connection-libnm.c'; then $(CYGPATH_W) 'examples/C/glib/add-connection-libnm.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/add-connection-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-15936-
network-manager-1.27.91/Makefile.in-15937-examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.o: examples/C/glib/get-active-connections-gdbus.c
network-manager-1.27.91/Makefile.in:15938:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_active_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.o -MD -MP -MF examples/C/glib/$(DEPDIR)/get_active_connections_gdbus-get-active-connections-gdbus.Tpo -c -o examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.o `test -f 'examples/C/glib/get-active-connections-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/get-active-connections-gdbus.c
network-manager-1.27.91/Makefile.in-15939-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/get_active_connections_gdbus-get-active-connections-gdbus.Tpo examples/C/glib/$(DEPDIR)/get_active_connections_gdbus-get-active-connections-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15941-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15942:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_active_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.o `test -f 'examples/C/glib/get-active-connections-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/get-active-connections-gdbus.c
network-manager-1.27.91/Makefile.in-15943-
network-manager-1.27.91/Makefile.in-15944-examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.obj: examples/C/glib/get-active-connections-gdbus.c
network-manager-1.27.91/Makefile.in:15945:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_active_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/get_active_connections_gdbus-get-active-connections-gdbus.Tpo -c -o examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.obj `if test -f 'examples/C/glib/get-active-connections-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/get-active-connections-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/get-active-connections-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-15946-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/get_active_connections_gdbus-get-active-connections-gdbus.Tpo examples/C/glib/$(DEPDIR)/get_active_connections_gdbus-get-active-connections-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15949:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_active_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/get_active_connections_gdbus-get-active-connections-gdbus.obj `if test -f 'examples/C/glib/get-active-connections-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/get-active-connections-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/get-active-connections-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-15950-
network-manager-1.27.91/Makefile.in-15951-examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.o: examples/C/glib/get-ap-info-libnm.c
network-manager-1.27.91/Makefile.in:15952:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_ap_info_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.o -MD -MP -MF examples/C/glib/$(DEPDIR)/get_ap_info_libnm-get-ap-info-libnm.Tpo -c -o examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.o `test -f 'examples/C/glib/get-ap-info-libnm.c' || echo '$(srcdir)/'`examples/C/glib/get-ap-info-libnm.c
network-manager-1.27.91/Makefile.in-15953-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/get_ap_info_libnm-get-ap-info-libnm.Tpo examples/C/glib/$(DEPDIR)/get_ap_info_libnm-get-ap-info-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-15955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15956:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_ap_info_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.o `test -f 'examples/C/glib/get-ap-info-libnm.c' || echo '$(srcdir)/'`examples/C/glib/get-ap-info-libnm.c
network-manager-1.27.91/Makefile.in-15957-
network-manager-1.27.91/Makefile.in-15958-examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.obj: examples/C/glib/get-ap-info-libnm.c
network-manager-1.27.91/Makefile.in:15959:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_ap_info_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/get_ap_info_libnm-get-ap-info-libnm.Tpo -c -o examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.obj `if test -f 'examples/C/glib/get-ap-info-libnm.c'; then $(CYGPATH_W) 'examples/C/glib/get-ap-info-libnm.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/get-ap-info-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-15960-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/get_ap_info_libnm-get-ap-info-libnm.Tpo examples/C/glib/$(DEPDIR)/get_ap_info_libnm-get-ap-info-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-15962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15963:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_get_ap_info_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/get_ap_info_libnm-get-ap-info-libnm.obj `if test -f 'examples/C/glib/get-ap-info-libnm.c'; then $(CYGPATH_W) 'examples/C/glib/get-ap-info-libnm.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/get-ap-info-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-15964-
network-manager-1.27.91/Makefile.in-15965-examples/C/glib/list_connections_gdbus-list-connections-gdbus.o: examples/C/glib/list-connections-gdbus.c
network-manager-1.27.91/Makefile.in:15966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/list_connections_gdbus-list-connections-gdbus.o -MD -MP -MF examples/C/glib/$(DEPDIR)/list_connections_gdbus-list-connections-gdbus.Tpo -c -o examples/C/glib/list_connections_gdbus-list-connections-gdbus.o `test -f 'examples/C/glib/list-connections-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/list-connections-gdbus.c
network-manager-1.27.91/Makefile.in-15967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/list_connections_gdbus-list-connections-gdbus.Tpo examples/C/glib/$(DEPDIR)/list_connections_gdbus-list-connections-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/list_connections_gdbus-list-connections-gdbus.o `test -f 'examples/C/glib/list-connections-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/list-connections-gdbus.c
network-manager-1.27.91/Makefile.in-15971-
network-manager-1.27.91/Makefile.in-15972-examples/C/glib/list_connections_gdbus-list-connections-gdbus.obj: examples/C/glib/list-connections-gdbus.c
network-manager-1.27.91/Makefile.in:15973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/list_connections_gdbus-list-connections-gdbus.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/list_connections_gdbus-list-connections-gdbus.Tpo -c -o examples/C/glib/list_connections_gdbus-list-connections-gdbus.obj `if test -f 'examples/C/glib/list-connections-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/list-connections-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/list-connections-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-15974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/list_connections_gdbus-list-connections-gdbus.Tpo examples/C/glib/$(DEPDIR)/list_connections_gdbus-list-connections-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/list_connections_gdbus-list-connections-gdbus.obj `if test -f 'examples/C/glib/list-connections-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/list-connections-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/list-connections-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-15978-
network-manager-1.27.91/Makefile.in-15979-examples/C/glib/list_connections_libnm-list-connections-libnm.o: examples/C/glib/list-connections-libnm.c
network-manager-1.27.91/Makefile.in:15980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/list_connections_libnm-list-connections-libnm.o -MD -MP -MF examples/C/glib/$(DEPDIR)/list_connections_libnm-list-connections-libnm.Tpo -c -o examples/C/glib/list_connections_libnm-list-connections-libnm.o `test -f 'examples/C/glib/list-connections-libnm.c' || echo '$(srcdir)/'`examples/C/glib/list-connections-libnm.c
network-manager-1.27.91/Makefile.in-15981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/list_connections_libnm-list-connections-libnm.Tpo examples/C/glib/$(DEPDIR)/list_connections_libnm-list-connections-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-15983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/list_connections_libnm-list-connections-libnm.o `test -f 'examples/C/glib/list-connections-libnm.c' || echo '$(srcdir)/'`examples/C/glib/list-connections-libnm.c
network-manager-1.27.91/Makefile.in-15985-
network-manager-1.27.91/Makefile.in-15986-examples/C/glib/list_connections_libnm-list-connections-libnm.obj: examples/C/glib/list-connections-libnm.c
network-manager-1.27.91/Makefile.in:15987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/list_connections_libnm-list-connections-libnm.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/list_connections_libnm-list-connections-libnm.Tpo -c -o examples/C/glib/list_connections_libnm-list-connections-libnm.obj `if test -f 'examples/C/glib/list-connections-libnm.c'; then $(CYGPATH_W) 'examples/C/glib/list-connections-libnm.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/list-connections-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-15988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/list_connections_libnm-list-connections-libnm.Tpo examples/C/glib/$(DEPDIR)/list_connections_libnm-list-connections-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-15990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_list_connections_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/list_connections_libnm-list-connections-libnm.obj `if test -f 'examples/C/glib/list-connections-libnm.c'; then $(CYGPATH_W) 'examples/C/glib/list-connections-libnm.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/list-connections-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-15992-
network-manager-1.27.91/Makefile.in-15993-examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.o: examples/C/glib/monitor-nm-running-gdbus.c
network-manager-1.27.91/Makefile.in:15994:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_running_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.o -MD -MP -MF examples/C/glib/$(DEPDIR)/monitor_nm_running_gdbus-monitor-nm-running-gdbus.Tpo -c -o examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.o `test -f 'examples/C/glib/monitor-nm-running-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/monitor-nm-running-gdbus.c
network-manager-1.27.91/Makefile.in-15995-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/monitor_nm_running_gdbus-monitor-nm-running-gdbus.Tpo examples/C/glib/$(DEPDIR)/monitor_nm_running_gdbus-monitor-nm-running-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-15997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:15998:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_running_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.o `test -f 'examples/C/glib/monitor-nm-running-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/monitor-nm-running-gdbus.c
network-manager-1.27.91/Makefile.in-15999-
network-manager-1.27.91/Makefile.in-16000-examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.obj: examples/C/glib/monitor-nm-running-gdbus.c
network-manager-1.27.91/Makefile.in:16001:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_running_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/monitor_nm_running_gdbus-monitor-nm-running-gdbus.Tpo -c -o examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.obj `if test -f 'examples/C/glib/monitor-nm-running-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/monitor-nm-running-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/monitor-nm-running-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-16002-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/monitor_nm_running_gdbus-monitor-nm-running-gdbus.Tpo examples/C/glib/$(DEPDIR)/monitor_nm_running_gdbus-monitor-nm-running-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-16004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16005:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_running_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/monitor_nm_running_gdbus-monitor-nm-running-gdbus.obj `if test -f 'examples/C/glib/monitor-nm-running-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/monitor-nm-running-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/monitor-nm-running-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-16006-
network-manager-1.27.91/Makefile.in-16007-examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.o: examples/C/glib/monitor-nm-state-gdbus.c
network-manager-1.27.91/Makefile.in:16008:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_state_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.o -MD -MP -MF examples/C/glib/$(DEPDIR)/monitor_nm_state_gdbus-monitor-nm-state-gdbus.Tpo -c -o examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.o `test -f 'examples/C/glib/monitor-nm-state-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/monitor-nm-state-gdbus.c
network-manager-1.27.91/Makefile.in-16009-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/monitor_nm_state_gdbus-monitor-nm-state-gdbus.Tpo examples/C/glib/$(DEPDIR)/monitor_nm_state_gdbus-monitor-nm-state-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-16011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16012:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_state_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.o `test -f 'examples/C/glib/monitor-nm-state-gdbus.c' || echo '$(srcdir)/'`examples/C/glib/monitor-nm-state-gdbus.c
network-manager-1.27.91/Makefile.in-16013-
network-manager-1.27.91/Makefile.in-16014-examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.obj: examples/C/glib/monitor-nm-state-gdbus.c
network-manager-1.27.91/Makefile.in:16015:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_state_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.obj -MD -MP -MF examples/C/glib/$(DEPDIR)/monitor_nm_state_gdbus-monitor-nm-state-gdbus.Tpo -c -o examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.obj `if test -f 'examples/C/glib/monitor-nm-state-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/monitor-nm-state-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/monitor-nm-state-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-16016-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) examples/C/glib/$(DEPDIR)/monitor_nm_state_gdbus-monitor-nm-state-gdbus.Tpo examples/C/glib/$(DEPDIR)/monitor_nm_state_gdbus-monitor-nm-state-gdbus.Po
##############################################
network-manager-1.27.91/Makefile.in-16018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16019:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_glib_monitor_nm_state_gdbus_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/C/glib/monitor_nm_state_gdbus-monitor-nm-state-gdbus.obj `if test -f 'examples/C/glib/monitor-nm-state-gdbus.c'; then $(CYGPATH_W) 'examples/C/glib/monitor-nm-state-gdbus.c'; else $(CYGPATH_W) '$(srcdir)/examples/C/glib/monitor-nm-state-gdbus.c'; fi`
network-manager-1.27.91/Makefile.in-16020-
network-manager-1.27.91/Makefile.in-16021-libnm-core/tests/test_compare-test-compare.o: libnm-core/tests/test-compare.c
network-manager-1.27.91/Makefile.in:16022:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_compare_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_compare-test-compare.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_compare-test-compare.Tpo -c -o libnm-core/tests/test_compare-test-compare.o `test -f 'libnm-core/tests/test-compare.c' || echo '$(srcdir)/'`libnm-core/tests/test-compare.c
network-manager-1.27.91/Makefile.in-16023-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_compare-test-compare.Tpo libnm-core/tests/$(DEPDIR)/test_compare-test-compare.Po
##############################################
network-manager-1.27.91/Makefile.in-16025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16026:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_compare_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_compare-test-compare.o `test -f 'libnm-core/tests/test-compare.c' || echo '$(srcdir)/'`libnm-core/tests/test-compare.c
network-manager-1.27.91/Makefile.in-16027-
network-manager-1.27.91/Makefile.in-16028-libnm-core/tests/test_compare-test-compare.obj: libnm-core/tests/test-compare.c
network-manager-1.27.91/Makefile.in:16029:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_compare_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_compare-test-compare.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_compare-test-compare.Tpo -c -o libnm-core/tests/test_compare-test-compare.obj `if test -f 'libnm-core/tests/test-compare.c'; then $(CYGPATH_W) 'libnm-core/tests/test-compare.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-compare.c'; fi`
network-manager-1.27.91/Makefile.in-16030-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_compare-test-compare.Tpo libnm-core/tests/$(DEPDIR)/test_compare-test-compare.Po
##############################################
network-manager-1.27.91/Makefile.in-16032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16033:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_compare_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_compare-test-compare.obj `if test -f 'libnm-core/tests/test-compare.c'; then $(CYGPATH_W) 'libnm-core/tests/test-compare.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-compare.c'; fi`
network-manager-1.27.91/Makefile.in-16034-
network-manager-1.27.91/Makefile.in-16035-libnm-core/tests/test_crypto-test-crypto.o: libnm-core/tests/test-crypto.c
network-manager-1.27.91/Makefile.in:16036:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_crypto_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_crypto-test-crypto.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_crypto-test-crypto.Tpo -c -o libnm-core/tests/test_crypto-test-crypto.o `test -f 'libnm-core/tests/test-crypto.c' || echo '$(srcdir)/'`libnm-core/tests/test-crypto.c
network-manager-1.27.91/Makefile.in-16037-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_crypto-test-crypto.Tpo libnm-core/tests/$(DEPDIR)/test_crypto-test-crypto.Po
##############################################
network-manager-1.27.91/Makefile.in-16039-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16040:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_crypto_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_crypto-test-crypto.o `test -f 'libnm-core/tests/test-crypto.c' || echo '$(srcdir)/'`libnm-core/tests/test-crypto.c
network-manager-1.27.91/Makefile.in-16041-
network-manager-1.27.91/Makefile.in-16042-libnm-core/tests/test_crypto-test-crypto.obj: libnm-core/tests/test-crypto.c
network-manager-1.27.91/Makefile.in:16043:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_crypto_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_crypto-test-crypto.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_crypto-test-crypto.Tpo -c -o libnm-core/tests/test_crypto-test-crypto.obj `if test -f 'libnm-core/tests/test-crypto.c'; then $(CYGPATH_W) 'libnm-core/tests/test-crypto.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-crypto.c'; fi`
network-manager-1.27.91/Makefile.in-16044-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_crypto-test-crypto.Tpo libnm-core/tests/$(DEPDIR)/test_crypto-test-crypto.Po
##############################################
network-manager-1.27.91/Makefile.in-16046-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16047:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_crypto_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_crypto-test-crypto.obj `if test -f 'libnm-core/tests/test-crypto.c'; then $(CYGPATH_W) 'libnm-core/tests/test-crypto.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-crypto.c'; fi`
network-manager-1.27.91/Makefile.in-16048-
network-manager-1.27.91/Makefile.in-16049-libnm-core/tests/test_general-test-general.o: libnm-core/tests/test-general.c
network-manager-1.27.91/Makefile.in:16050:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_general-test-general.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_general-test-general.Tpo -c -o libnm-core/tests/test_general-test-general.o `test -f 'libnm-core/tests/test-general.c' || echo '$(srcdir)/'`libnm-core/tests/test-general.c
network-manager-1.27.91/Makefile.in-16051-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_general-test-general.Tpo libnm-core/tests/$(DEPDIR)/test_general-test-general.Po
##############################################
network-manager-1.27.91/Makefile.in-16053-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16054:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_general-test-general.o `test -f 'libnm-core/tests/test-general.c' || echo '$(srcdir)/'`libnm-core/tests/test-general.c
network-manager-1.27.91/Makefile.in-16055-
network-manager-1.27.91/Makefile.in-16056-libnm-core/tests/test_general-test-general.obj: libnm-core/tests/test-general.c
network-manager-1.27.91/Makefile.in:16057:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_general-test-general.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_general-test-general.Tpo -c -o libnm-core/tests/test_general-test-general.obj `if test -f 'libnm-core/tests/test-general.c'; then $(CYGPATH_W) 'libnm-core/tests/test-general.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-general.c'; fi`
network-manager-1.27.91/Makefile.in-16058-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_general-test-general.Tpo libnm-core/tests/$(DEPDIR)/test_general-test-general.Po
##############################################
network-manager-1.27.91/Makefile.in-16060-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16061:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_general-test-general.obj `if test -f 'libnm-core/tests/test-general.c'; then $(CYGPATH_W) 'libnm-core/tests/test-general.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-general.c'; fi`
network-manager-1.27.91/Makefile.in-16062-
network-manager-1.27.91/Makefile.in-16063-libnm-core/tests/test_general-nm-core-tests-enum-types.o: libnm-core/tests/nm-core-tests-enum-types.c
network-manager-1.27.91/Makefile.in:16064:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_general-nm-core-tests-enum-types.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_general-nm-core-tests-enum-types.Tpo -c -o libnm-core/tests/test_general-nm-core-tests-enum-types.o `test -f 'libnm-core/tests/nm-core-tests-enum-types.c' || echo '$(srcdir)/'`libnm-core/tests/nm-core-tests-enum-types.c
network-manager-1.27.91/Makefile.in-16065-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_general-nm-core-tests-enum-types.Tpo libnm-core/tests/$(DEPDIR)/test_general-nm-core-tests-enum-types.Po
##############################################
network-manager-1.27.91/Makefile.in-16067-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16068:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_general-nm-core-tests-enum-types.o `test -f 'libnm-core/tests/nm-core-tests-enum-types.c' || echo '$(srcdir)/'`libnm-core/tests/nm-core-tests-enum-types.c
network-manager-1.27.91/Makefile.in-16069-
network-manager-1.27.91/Makefile.in-16070-libnm-core/tests/test_general-nm-core-tests-enum-types.obj: libnm-core/tests/nm-core-tests-enum-types.c
network-manager-1.27.91/Makefile.in:16071:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_general-nm-core-tests-enum-types.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_general-nm-core-tests-enum-types.Tpo -c -o libnm-core/tests/test_general-nm-core-tests-enum-types.obj `if test -f 'libnm-core/tests/nm-core-tests-enum-types.c'; then $(CYGPATH_W) 'libnm-core/tests/nm-core-tests-enum-types.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/nm-core-tests-enum-types.c'; fi`
network-manager-1.27.91/Makefile.in-16072-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_general-nm-core-tests-enum-types.Tpo libnm-core/tests/$(DEPDIR)/test_general-nm-core-tests-enum-types.Po
##############################################
network-manager-1.27.91/Makefile.in-16074-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16075:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_general-nm-core-tests-enum-types.obj `if test -f 'libnm-core/tests/nm-core-tests-enum-types.c'; then $(CYGPATH_W) 'libnm-core/tests/nm-core-tests-enum-types.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/nm-core-tests-enum-types.c'; fi`
network-manager-1.27.91/Makefile.in-16076-
network-manager-1.27.91/Makefile.in-16077-libnm-core/tests/test_keyfile-test-keyfile.o: libnm-core/tests/test-keyfile.c
network-manager-1.27.91/Makefile.in:16078:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_keyfile_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_keyfile-test-keyfile.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_keyfile-test-keyfile.Tpo -c -o libnm-core/tests/test_keyfile-test-keyfile.o `test -f 'libnm-core/tests/test-keyfile.c' || echo '$(srcdir)/'`libnm-core/tests/test-keyfile.c
network-manager-1.27.91/Makefile.in-16079-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_keyfile-test-keyfile.Tpo libnm-core/tests/$(DEPDIR)/test_keyfile-test-keyfile.Po
##############################################
network-manager-1.27.91/Makefile.in-16081-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16082:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_keyfile_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_keyfile-test-keyfile.o `test -f 'libnm-core/tests/test-keyfile.c' || echo '$(srcdir)/'`libnm-core/tests/test-keyfile.c
network-manager-1.27.91/Makefile.in-16083-
network-manager-1.27.91/Makefile.in-16084-libnm-core/tests/test_keyfile-test-keyfile.obj: libnm-core/tests/test-keyfile.c
network-manager-1.27.91/Makefile.in:16085:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_keyfile_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_keyfile-test-keyfile.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_keyfile-test-keyfile.Tpo -c -o libnm-core/tests/test_keyfile-test-keyfile.obj `if test -f 'libnm-core/tests/test-keyfile.c'; then $(CYGPATH_W) 'libnm-core/tests/test-keyfile.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-keyfile.c'; fi`
network-manager-1.27.91/Makefile.in-16086-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_keyfile-test-keyfile.Tpo libnm-core/tests/$(DEPDIR)/test_keyfile-test-keyfile.Po
##############################################
network-manager-1.27.91/Makefile.in-16088-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16089:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_keyfile_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_keyfile-test-keyfile.obj `if test -f 'libnm-core/tests/test-keyfile.c'; then $(CYGPATH_W) 'libnm-core/tests/test-keyfile.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-keyfile.c'; fi`
network-manager-1.27.91/Makefile.in-16090-
network-manager-1.27.91/Makefile.in-16091-libnm-core/tests/test_secrets-test-secrets.o: libnm-core/tests/test-secrets.c
network-manager-1.27.91/Makefile.in:16092:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_secrets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_secrets-test-secrets.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_secrets-test-secrets.Tpo -c -o libnm-core/tests/test_secrets-test-secrets.o `test -f 'libnm-core/tests/test-secrets.c' || echo '$(srcdir)/'`libnm-core/tests/test-secrets.c
network-manager-1.27.91/Makefile.in-16093-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_secrets-test-secrets.Tpo libnm-core/tests/$(DEPDIR)/test_secrets-test-secrets.Po
##############################################
network-manager-1.27.91/Makefile.in-16095-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16096:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_secrets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_secrets-test-secrets.o `test -f 'libnm-core/tests/test-secrets.c' || echo '$(srcdir)/'`libnm-core/tests/test-secrets.c
network-manager-1.27.91/Makefile.in-16097-
network-manager-1.27.91/Makefile.in-16098-libnm-core/tests/test_secrets-test-secrets.obj: libnm-core/tests/test-secrets.c
network-manager-1.27.91/Makefile.in:16099:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_secrets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_secrets-test-secrets.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_secrets-test-secrets.Tpo -c -o libnm-core/tests/test_secrets-test-secrets.obj `if test -f 'libnm-core/tests/test-secrets.c'; then $(CYGPATH_W) 'libnm-core/tests/test-secrets.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-secrets.c'; fi`
network-manager-1.27.91/Makefile.in-16100-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_secrets-test-secrets.Tpo libnm-core/tests/$(DEPDIR)/test_secrets-test-secrets.Po
##############################################
network-manager-1.27.91/Makefile.in-16102-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16103:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_secrets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_secrets-test-secrets.obj `if test -f 'libnm-core/tests/test-secrets.c'; then $(CYGPATH_W) 'libnm-core/tests/test-secrets.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-secrets.c'; fi`
network-manager-1.27.91/Makefile.in-16104-
network-manager-1.27.91/Makefile.in-16105-libnm-core/tests/test_setting-test-setting.o: libnm-core/tests/test-setting.c
network-manager-1.27.91/Makefile.in:16106:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_setting_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_setting-test-setting.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_setting-test-setting.Tpo -c -o libnm-core/tests/test_setting-test-setting.o `test -f 'libnm-core/tests/test-setting.c' || echo '$(srcdir)/'`libnm-core/tests/test-setting.c
network-manager-1.27.91/Makefile.in-16107-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_setting-test-setting.Tpo libnm-core/tests/$(DEPDIR)/test_setting-test-setting.Po
##############################################
network-manager-1.27.91/Makefile.in-16109-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16110:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_setting_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_setting-test-setting.o `test -f 'libnm-core/tests/test-setting.c' || echo '$(srcdir)/'`libnm-core/tests/test-setting.c
network-manager-1.27.91/Makefile.in-16111-
network-manager-1.27.91/Makefile.in-16112-libnm-core/tests/test_setting-test-setting.obj: libnm-core/tests/test-setting.c
network-manager-1.27.91/Makefile.in:16113:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_setting_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_setting-test-setting.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_setting-test-setting.Tpo -c -o libnm-core/tests/test_setting-test-setting.obj `if test -f 'libnm-core/tests/test-setting.c'; then $(CYGPATH_W) 'libnm-core/tests/test-setting.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-setting.c'; fi`
network-manager-1.27.91/Makefile.in-16114-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_setting-test-setting.Tpo libnm-core/tests/$(DEPDIR)/test_setting-test-setting.Po
##############################################
network-manager-1.27.91/Makefile.in-16116-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16117:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_setting_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_setting-test-setting.obj `if test -f 'libnm-core/tests/test-setting.c'; then $(CYGPATH_W) 'libnm-core/tests/test-setting.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-setting.c'; fi`
network-manager-1.27.91/Makefile.in-16118-
network-manager-1.27.91/Makefile.in-16119-libnm-core/tests/test_settings_defaults-test-settings-defaults.o: libnm-core/tests/test-settings-defaults.c
network-manager-1.27.91/Makefile.in:16120:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_settings_defaults_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_settings_defaults-test-settings-defaults.o -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_settings_defaults-test-settings-defaults.Tpo -c -o libnm-core/tests/test_settings_defaults-test-settings-defaults.o `test -f 'libnm-core/tests/test-settings-defaults.c' || echo '$(srcdir)/'`libnm-core/tests/test-settings-defaults.c
network-manager-1.27.91/Makefile.in-16121-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_settings_defaults-test-settings-defaults.Tpo libnm-core/tests/$(DEPDIR)/test_settings_defaults-test-settings-defaults.Po
##############################################
network-manager-1.27.91/Makefile.in-16123-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16124:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_settings_defaults_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_settings_defaults-test-settings-defaults.o `test -f 'libnm-core/tests/test-settings-defaults.c' || echo '$(srcdir)/'`libnm-core/tests/test-settings-defaults.c
network-manager-1.27.91/Makefile.in-16125-
network-manager-1.27.91/Makefile.in-16126-libnm-core/tests/test_settings_defaults-test-settings-defaults.obj: libnm-core/tests/test-settings-defaults.c
network-manager-1.27.91/Makefile.in:16127:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_settings_defaults_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm-core/tests/test_settings_defaults-test-settings-defaults.obj -MD -MP -MF libnm-core/tests/$(DEPDIR)/test_settings_defaults-test-settings-defaults.Tpo -c -o libnm-core/tests/test_settings_defaults-test-settings-defaults.obj `if test -f 'libnm-core/tests/test-settings-defaults.c'; then $(CYGPATH_W) 'libnm-core/tests/test-settings-defaults.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-settings-defaults.c'; fi`
network-manager-1.27.91/Makefile.in-16128-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm-core/tests/$(DEPDIR)/test_settings_defaults-test-settings-defaults.Tpo libnm-core/tests/$(DEPDIR)/test_settings_defaults-test-settings-defaults.Po
##############################################
network-manager-1.27.91/Makefile.in-16130-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16131:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_core_tests_test_settings_defaults_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm-core/tests/test_settings_defaults-test-settings-defaults.obj `if test -f 'libnm-core/tests/test-settings-defaults.c'; then $(CYGPATH_W) 'libnm-core/tests/test-settings-defaults.c'; else $(CYGPATH_W) '$(srcdir)/libnm-core/tests/test-settings-defaults.c'; fi`
network-manager-1.27.91/Makefile.in-16132-
network-manager-1.27.91/Makefile.in-16133-shared/nm-utils/libnm_tests_test_libnm-nm-compat.o: shared/nm-utils/nm-compat.c
network-manager-1.27.91/Makefile.in:16134:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-utils/libnm_tests_test_libnm-nm-compat.o -MD -MP -MF shared/nm-utils/$(DEPDIR)/libnm_tests_test_libnm-nm-compat.Tpo -c -o shared/nm-utils/libnm_tests_test_libnm-nm-compat.o `test -f 'shared/nm-utils/nm-compat.c' || echo '$(srcdir)/'`shared/nm-utils/nm-compat.c
network-manager-1.27.91/Makefile.in-16135-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-utils/$(DEPDIR)/libnm_tests_test_libnm-nm-compat.Tpo shared/nm-utils/$(DEPDIR)/libnm_tests_test_libnm-nm-compat.Po
##############################################
network-manager-1.27.91/Makefile.in-16137-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16138:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-utils/libnm_tests_test_libnm-nm-compat.o `test -f 'shared/nm-utils/nm-compat.c' || echo '$(srcdir)/'`shared/nm-utils/nm-compat.c
network-manager-1.27.91/Makefile.in-16139-
network-manager-1.27.91/Makefile.in-16140-shared/nm-utils/libnm_tests_test_libnm-nm-compat.obj: shared/nm-utils/nm-compat.c
network-manager-1.27.91/Makefile.in:16141:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-utils/libnm_tests_test_libnm-nm-compat.obj -MD -MP -MF shared/nm-utils/$(DEPDIR)/libnm_tests_test_libnm-nm-compat.Tpo -c -o shared/nm-utils/libnm_tests_test_libnm-nm-compat.obj `if test -f 'shared/nm-utils/nm-compat.c'; then $(CYGPATH_W) 'shared/nm-utils/nm-compat.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-utils/nm-compat.c'; fi`
network-manager-1.27.91/Makefile.in-16142-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-utils/$(DEPDIR)/libnm_tests_test_libnm-nm-compat.Tpo shared/nm-utils/$(DEPDIR)/libnm_tests_test_libnm-nm-compat.Po
##############################################
network-manager-1.27.91/Makefile.in-16144-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16145:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-utils/libnm_tests_test_libnm-nm-compat.obj `if test -f 'shared/nm-utils/nm-compat.c'; then $(CYGPATH_W) 'shared/nm-utils/nm-compat.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-utils/nm-compat.c'; fi`
network-manager-1.27.91/Makefile.in-16146-
network-manager-1.27.91/Makefile.in-16147-libnm/tests/test_libnm-test-libnm.o: libnm/tests/test-libnm.c
network-manager-1.27.91/Makefile.in:16148:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_libnm-test-libnm.o -MD -MP -MF libnm/tests/$(DEPDIR)/test_libnm-test-libnm.Tpo -c -o libnm/tests/test_libnm-test-libnm.o `test -f 'libnm/tests/test-libnm.c' || echo '$(srcdir)/'`libnm/tests/test-libnm.c
network-manager-1.27.91/Makefile.in-16149-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_libnm-test-libnm.Tpo libnm/tests/$(DEPDIR)/test_libnm-test-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-16151-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16152:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_libnm-test-libnm.o `test -f 'libnm/tests/test-libnm.c' || echo '$(srcdir)/'`libnm/tests/test-libnm.c
network-manager-1.27.91/Makefile.in-16153-
network-manager-1.27.91/Makefile.in-16154-libnm/tests/test_libnm-test-libnm.obj: libnm/tests/test-libnm.c
network-manager-1.27.91/Makefile.in:16155:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_libnm-test-libnm.obj -MD -MP -MF libnm/tests/$(DEPDIR)/test_libnm-test-libnm.Tpo -c -o libnm/tests/test_libnm-test-libnm.obj `if test -f 'libnm/tests/test-libnm.c'; then $(CYGPATH_W) 'libnm/tests/test-libnm.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-16156-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_libnm-test-libnm.Tpo libnm/tests/$(DEPDIR)/test_libnm-test-libnm.Po
##############################################
network-manager-1.27.91/Makefile.in-16158-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16159:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_libnm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_libnm-test-libnm.obj `if test -f 'libnm/tests/test-libnm.c'; then $(CYGPATH_W) 'libnm/tests/test-libnm.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-libnm.c'; fi`
network-manager-1.27.91/Makefile.in-16160-
network-manager-1.27.91/Makefile.in-16161-shared/libnm_tests_test_nm_client-nm-test-utils-impl.o: shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in:16162:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_tests_test_nm_client-nm-test-utils-impl.o -MD -MP -MF shared/$(DEPDIR)/libnm_tests_test_nm_client-nm-test-utils-impl.Tpo -c -o shared/libnm_tests_test_nm_client-nm-test-utils-impl.o `test -f 'shared/nm-test-utils-impl.c' || echo '$(srcdir)/'`shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in-16163-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_tests_test_nm_client-nm-test-utils-impl.Tpo shared/$(DEPDIR)/libnm_tests_test_nm_client-nm-test-utils-impl.Po
##############################################
network-manager-1.27.91/Makefile.in-16165-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16166:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_tests_test_nm_client-nm-test-utils-impl.o `test -f 'shared/nm-test-utils-impl.c' || echo '$(srcdir)/'`shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in-16167-
network-manager-1.27.91/Makefile.in-16168-shared/libnm_tests_test_nm_client-nm-test-utils-impl.obj: shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in:16169:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_tests_test_nm_client-nm-test-utils-impl.obj -MD -MP -MF shared/$(DEPDIR)/libnm_tests_test_nm_client-nm-test-utils-impl.Tpo -c -o shared/libnm_tests_test_nm_client-nm-test-utils-impl.obj `if test -f 'shared/nm-test-utils-impl.c'; then $(CYGPATH_W) 'shared/nm-test-utils-impl.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-test-utils-impl.c'; fi`
network-manager-1.27.91/Makefile.in-16170-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_tests_test_nm_client-nm-test-utils-impl.Tpo shared/$(DEPDIR)/libnm_tests_test_nm_client-nm-test-utils-impl.Po
##############################################
network-manager-1.27.91/Makefile.in-16172-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16173:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_tests_test_nm_client-nm-test-utils-impl.obj `if test -f 'shared/nm-test-utils-impl.c'; then $(CYGPATH_W) 'shared/nm-test-utils-impl.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-test-utils-impl.c'; fi`
network-manager-1.27.91/Makefile.in-16174-
network-manager-1.27.91/Makefile.in-16175-libnm/tests/test_nm_client-test-nm-client.o: libnm/tests/test-nm-client.c
network-manager-1.27.91/Makefile.in:16176:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_nm_client-test-nm-client.o -MD -MP -MF libnm/tests/$(DEPDIR)/test_nm_client-test-nm-client.Tpo -c -o libnm/tests/test_nm_client-test-nm-client.o `test -f 'libnm/tests/test-nm-client.c' || echo '$(srcdir)/'`libnm/tests/test-nm-client.c
network-manager-1.27.91/Makefile.in-16177-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_nm_client-test-nm-client.Tpo libnm/tests/$(DEPDIR)/test_nm_client-test-nm-client.Po
##############################################
network-manager-1.27.91/Makefile.in-16179-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16180:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_nm_client-test-nm-client.o `test -f 'libnm/tests/test-nm-client.c' || echo '$(srcdir)/'`libnm/tests/test-nm-client.c
network-manager-1.27.91/Makefile.in-16181-
network-manager-1.27.91/Makefile.in-16182-libnm/tests/test_nm_client-test-nm-client.obj: libnm/tests/test-nm-client.c
network-manager-1.27.91/Makefile.in:16183:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_nm_client-test-nm-client.obj -MD -MP -MF libnm/tests/$(DEPDIR)/test_nm_client-test-nm-client.Tpo -c -o libnm/tests/test_nm_client-test-nm-client.obj `if test -f 'libnm/tests/test-nm-client.c'; then $(CYGPATH_W) 'libnm/tests/test-nm-client.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-nm-client.c'; fi`
network-manager-1.27.91/Makefile.in-16184-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_nm_client-test-nm-client.Tpo libnm/tests/$(DEPDIR)/test_nm_client-test-nm-client.Po
##############################################
network-manager-1.27.91/Makefile.in-16186-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16187:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_nm_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_nm_client-test-nm-client.obj `if test -f 'libnm/tests/test-nm-client.c'; then $(CYGPATH_W) 'libnm/tests/test-nm-client.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-nm-client.c'; fi`
network-manager-1.27.91/Makefile.in-16188-
network-manager-1.27.91/Makefile.in-16189-shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.o: shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in:16190:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.o -MD -MP -MF shared/$(DEPDIR)/libnm_tests_test_remote_settings_client-nm-test-utils-impl.Tpo -c -o shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.o `test -f 'shared/nm-test-utils-impl.c' || echo '$(srcdir)/'`shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in-16191-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_tests_test_remote_settings_client-nm-test-utils-impl.Tpo shared/$(DEPDIR)/libnm_tests_test_remote_settings_client-nm-test-utils-impl.Po
##############################################
network-manager-1.27.91/Makefile.in-16193-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16194:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.o `test -f 'shared/nm-test-utils-impl.c' || echo '$(srcdir)/'`shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in-16195-
network-manager-1.27.91/Makefile.in-16196-shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.obj: shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in:16197:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.obj -MD -MP -MF shared/$(DEPDIR)/libnm_tests_test_remote_settings_client-nm-test-utils-impl.Tpo -c -o shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.obj `if test -f 'shared/nm-test-utils-impl.c'; then $(CYGPATH_W) 'shared/nm-test-utils-impl.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-test-utils-impl.c'; fi`
network-manager-1.27.91/Makefile.in-16198-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_tests_test_remote_settings_client-nm-test-utils-impl.Tpo shared/$(DEPDIR)/libnm_tests_test_remote_settings_client-nm-test-utils-impl.Po
##############################################
network-manager-1.27.91/Makefile.in-16200-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16201:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_tests_test_remote_settings_client-nm-test-utils-impl.obj `if test -f 'shared/nm-test-utils-impl.c'; then $(CYGPATH_W) 'shared/nm-test-utils-impl.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-test-utils-impl.c'; fi`
network-manager-1.27.91/Makefile.in-16202-
network-manager-1.27.91/Makefile.in-16203-libnm/tests/test_remote_settings_client-test-remote-settings-client.o: libnm/tests/test-remote-settings-client.c
network-manager-1.27.91/Makefile.in:16204:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_remote_settings_client-test-remote-settings-client.o -MD -MP -MF libnm/tests/$(DEPDIR)/test_remote_settings_client-test-remote-settings-client.Tpo -c -o libnm/tests/test_remote_settings_client-test-remote-settings-client.o `test -f 'libnm/tests/test-remote-settings-client.c' || echo '$(srcdir)/'`libnm/tests/test-remote-settings-client.c
network-manager-1.27.91/Makefile.in-16205-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_remote_settings_client-test-remote-settings-client.Tpo libnm/tests/$(DEPDIR)/test_remote_settings_client-test-remote-settings-client.Po
##############################################
network-manager-1.27.91/Makefile.in-16207-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16208:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_remote_settings_client-test-remote-settings-client.o `test -f 'libnm/tests/test-remote-settings-client.c' || echo '$(srcdir)/'`libnm/tests/test-remote-settings-client.c
network-manager-1.27.91/Makefile.in-16209-
network-manager-1.27.91/Makefile.in-16210-libnm/tests/test_remote_settings_client-test-remote-settings-client.obj: libnm/tests/test-remote-settings-client.c
network-manager-1.27.91/Makefile.in:16211:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_remote_settings_client-test-remote-settings-client.obj -MD -MP -MF libnm/tests/$(DEPDIR)/test_remote_settings_client-test-remote-settings-client.Tpo -c -o libnm/tests/test_remote_settings_client-test-remote-settings-client.obj `if test -f 'libnm/tests/test-remote-settings-client.c'; then $(CYGPATH_W) 'libnm/tests/test-remote-settings-client.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-remote-settings-client.c'; fi`
network-manager-1.27.91/Makefile.in-16212-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_remote_settings_client-test-remote-settings-client.Tpo libnm/tests/$(DEPDIR)/test_remote_settings_client-test-remote-settings-client.Po
##############################################
network-manager-1.27.91/Makefile.in-16214-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16215:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_remote_settings_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_remote_settings_client-test-remote-settings-client.obj `if test -f 'libnm/tests/test-remote-settings-client.c'; then $(CYGPATH_W) 'libnm/tests/test-remote-settings-client.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-remote-settings-client.c'; fi`
network-manager-1.27.91/Makefile.in-16216-
network-manager-1.27.91/Makefile.in-16217-shared/libnm_tests_test_secret_agent-nm-test-utils-impl.o: shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in:16218:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_tests_test_secret_agent-nm-test-utils-impl.o -MD -MP -MF shared/$(DEPDIR)/libnm_tests_test_secret_agent-nm-test-utils-impl.Tpo -c -o shared/libnm_tests_test_secret_agent-nm-test-utils-impl.o `test -f 'shared/nm-test-utils-impl.c' || echo '$(srcdir)/'`shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in-16219-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_tests_test_secret_agent-nm-test-utils-impl.Tpo shared/$(DEPDIR)/libnm_tests_test_secret_agent-nm-test-utils-impl.Po
##############################################
network-manager-1.27.91/Makefile.in-16221-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16222:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_tests_test_secret_agent-nm-test-utils-impl.o `test -f 'shared/nm-test-utils-impl.c' || echo '$(srcdir)/'`shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in-16223-
network-manager-1.27.91/Makefile.in-16224-shared/libnm_tests_test_secret_agent-nm-test-utils-impl.obj: shared/nm-test-utils-impl.c
network-manager-1.27.91/Makefile.in:16225:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/libnm_tests_test_secret_agent-nm-test-utils-impl.obj -MD -MP -MF shared/$(DEPDIR)/libnm_tests_test_secret_agent-nm-test-utils-impl.Tpo -c -o shared/libnm_tests_test_secret_agent-nm-test-utils-impl.obj `if test -f 'shared/nm-test-utils-impl.c'; then $(CYGPATH_W) 'shared/nm-test-utils-impl.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-test-utils-impl.c'; fi`
network-manager-1.27.91/Makefile.in-16226-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/$(DEPDIR)/libnm_tests_test_secret_agent-nm-test-utils-impl.Tpo shared/$(DEPDIR)/libnm_tests_test_secret_agent-nm-test-utils-impl.Po
##############################################
network-manager-1.27.91/Makefile.in-16228-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16229:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/libnm_tests_test_secret_agent-nm-test-utils-impl.obj `if test -f 'shared/nm-test-utils-impl.c'; then $(CYGPATH_W) 'shared/nm-test-utils-impl.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-test-utils-impl.c'; fi`
network-manager-1.27.91/Makefile.in-16230-
network-manager-1.27.91/Makefile.in-16231-libnm/tests/test_secret_agent-test-secret-agent.o: libnm/tests/test-secret-agent.c
network-manager-1.27.91/Makefile.in:16232:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_secret_agent-test-secret-agent.o -MD -MP -MF libnm/tests/$(DEPDIR)/test_secret_agent-test-secret-agent.Tpo -c -o libnm/tests/test_secret_agent-test-secret-agent.o `test -f 'libnm/tests/test-secret-agent.c' || echo '$(srcdir)/'`libnm/tests/test-secret-agent.c
network-manager-1.27.91/Makefile.in-16233-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_secret_agent-test-secret-agent.Tpo libnm/tests/$(DEPDIR)/test_secret_agent-test-secret-agent.Po
##############################################
network-manager-1.27.91/Makefile.in-16235-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16236:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_secret_agent-test-secret-agent.o `test -f 'libnm/tests/test-secret-agent.c' || echo '$(srcdir)/'`libnm/tests/test-secret-agent.c
network-manager-1.27.91/Makefile.in-16237-
network-manager-1.27.91/Makefile.in-16238-libnm/tests/test_secret_agent-test-secret-agent.obj: libnm/tests/test-secret-agent.c
network-manager-1.27.91/Makefile.in:16239:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnm/tests/test_secret_agent-test-secret-agent.obj -MD -MP -MF libnm/tests/$(DEPDIR)/test_secret_agent-test-secret-agent.Tpo -c -o libnm/tests/test_secret_agent-test-secret-agent.obj `if test -f 'libnm/tests/test-secret-agent.c'; then $(CYGPATH_W) 'libnm/tests/test-secret-agent.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-secret-agent.c'; fi`
network-manager-1.27.91/Makefile.in-16240-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libnm/tests/$(DEPDIR)/test_secret_agent-test-secret-agent.Tpo libnm/tests/$(DEPDIR)/test_secret_agent-test-secret-agent.Po
##############################################
network-manager-1.27.91/Makefile.in-16242-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16243:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnm_tests_test_secret_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnm/tests/test_secret_agent-test-secret-agent.obj `if test -f 'libnm/tests/test-secret-agent.c'; then $(CYGPATH_W) 'libnm/tests/test-secret-agent.c'; else $(CYGPATH_W) '$(srcdir)/libnm/tests/test-secret-agent.c'; fi`
network-manager-1.27.91/Makefile.in-16244-
network-manager-1.27.91/Makefile.in-16245-shared/nm-glib-aux/tests/test_json_aux-test-json-aux.o: shared/nm-glib-aux/tests/test-json-aux.c
network-manager-1.27.91/Makefile.in:16246:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_json_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/tests/test_json_aux-test-json-aux.o -MD -MP -MF shared/nm-glib-aux/tests/$(DEPDIR)/test_json_aux-test-json-aux.Tpo -c -o shared/nm-glib-aux/tests/test_json_aux-test-json-aux.o `test -f 'shared/nm-glib-aux/tests/test-json-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/tests/test-json-aux.c
network-manager-1.27.91/Makefile.in-16247-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/tests/$(DEPDIR)/test_json_aux-test-json-aux.Tpo shared/nm-glib-aux/tests/$(DEPDIR)/test_json_aux-test-json-aux.Po
##############################################
network-manager-1.27.91/Makefile.in-16249-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16250:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_json_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/tests/test_json_aux-test-json-aux.o `test -f 'shared/nm-glib-aux/tests/test-json-aux.c' || echo '$(srcdir)/'`shared/nm-glib-aux/tests/test-json-aux.c
network-manager-1.27.91/Makefile.in-16251-
network-manager-1.27.91/Makefile.in-16252-shared/nm-glib-aux/tests/test_json_aux-test-json-aux.obj: shared/nm-glib-aux/tests/test-json-aux.c
network-manager-1.27.91/Makefile.in:16253:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_json_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/tests/test_json_aux-test-json-aux.obj -MD -MP -MF shared/nm-glib-aux/tests/$(DEPDIR)/test_json_aux-test-json-aux.Tpo -c -o shared/nm-glib-aux/tests/test_json_aux-test-json-aux.obj `if test -f 'shared/nm-glib-aux/tests/test-json-aux.c'; then $(CYGPATH_W) 'shared/nm-glib-aux/tests/test-json-aux.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-glib-aux/tests/test-json-aux.c'; fi`
network-manager-1.27.91/Makefile.in-16254-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/tests/$(DEPDIR)/test_json_aux-test-json-aux.Tpo shared/nm-glib-aux/tests/$(DEPDIR)/test_json_aux-test-json-aux.Po
##############################################
network-manager-1.27.91/Makefile.in-16256-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16257:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_json_aux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/tests/test_json_aux-test-json-aux.obj `if test -f 'shared/nm-glib-aux/tests/test-json-aux.c'; then $(CYGPATH_W) 'shared/nm-glib-aux/tests/test-json-aux.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-glib-aux/tests/test-json-aux.c'; fi`
network-manager-1.27.91/Makefile.in-16258-
network-manager-1.27.91/Makefile.in-16259-shared/nm-glib-aux/tests/test_shared_general-test-shared-general.o: shared/nm-glib-aux/tests/test-shared-general.c
network-manager-1.27.91/Makefile.in:16260:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_shared_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/tests/test_shared_general-test-shared-general.o -MD -MP -MF shared/nm-glib-aux/tests/$(DEPDIR)/test_shared_general-test-shared-general.Tpo -c -o shared/nm-glib-aux/tests/test_shared_general-test-shared-general.o `test -f 'shared/nm-glib-aux/tests/test-shared-general.c' || echo '$(srcdir)/'`shared/nm-glib-aux/tests/test-shared-general.c
network-manager-1.27.91/Makefile.in-16261-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/tests/$(DEPDIR)/test_shared_general-test-shared-general.Tpo shared/nm-glib-aux/tests/$(DEPDIR)/test_shared_general-test-shared-general.Po
##############################################
network-manager-1.27.91/Makefile.in-16263-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16264:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_shared_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/tests/test_shared_general-test-shared-general.o `test -f 'shared/nm-glib-aux/tests/test-shared-general.c' || echo '$(srcdir)/'`shared/nm-glib-aux/tests/test-shared-general.c
network-manager-1.27.91/Makefile.in-16265-
network-manager-1.27.91/Makefile.in-16266-shared/nm-glib-aux/tests/test_shared_general-test-shared-general.obj: shared/nm-glib-aux/tests/test-shared-general.c
network-manager-1.27.91/Makefile.in:16267:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_shared_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared/nm-glib-aux/tests/test_shared_general-test-shared-general.obj -MD -MP -MF shared/nm-glib-aux/tests/$(DEPDIR)/test_shared_general-test-shared-general.Tpo -c -o shared/nm-glib-aux/tests/test_shared_general-test-shared-general.obj `if test -f 'shared/nm-glib-aux/tests/test-shared-general.c'; then $(CYGPATH_W) 'shared/nm-glib-aux/tests/test-shared-general.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-glib-aux/tests/test-shared-general.c'; fi`
network-manager-1.27.91/Makefile.in-16268-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) shared/nm-glib-aux/tests/$(DEPDIR)/test_shared_general-test-shared-general.Tpo shared/nm-glib-aux/tests/$(DEPDIR)/test_shared_general-test-shared-general.Po
##############################################
network-manager-1.27.91/Makefile.in-16270-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16271:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_nm_glib_aux_tests_test_shared_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared/nm-glib-aux/tests/test_shared_general-test-shared-general.obj `if test -f 'shared/nm-glib-aux/tests/test-shared-general.c'; then $(CYGPATH_W) 'shared/nm-glib-aux/tests/test-shared-general.c'; else $(CYGPATH_W) '$(srcdir)/shared/nm-glib-aux/tests/test-shared-general.c'; fi`
network-manager-1.27.91/Makefile.in-16272-
network-manager-1.27.91/Makefile.in-16273-src/NetworkManager-main.o: src/main.c
network-manager-1.27.91/Makefile.in:16274:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/NetworkManager-main.o -MD -MP -MF src/$(DEPDIR)/NetworkManager-main.Tpo -c -o src/NetworkManager-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c
network-manager-1.27.91/Makefile.in-16275-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/NetworkManager-main.Tpo src/$(DEPDIR)/NetworkManager-main.Po
##############################################
network-manager-1.27.91/Makefile.in-16277-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16278:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/NetworkManager-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c
network-manager-1.27.91/Makefile.in-16279-
network-manager-1.27.91/Makefile.in-16280-src/NetworkManager-main.obj: src/main.c
network-manager-1.27.91/Makefile.in:16281:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/NetworkManager-main.obj -MD -MP -MF src/$(DEPDIR)/NetworkManager-main.Tpo -c -o src/NetworkManager-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`
network-manager-1.27.91/Makefile.in-16282-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/NetworkManager-main.Tpo src/$(DEPDIR)/NetworkManager-main.Po
##############################################
network-manager-1.27.91/Makefile.in-16284-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16285:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/NetworkManager-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`
network-manager-1.27.91/Makefile.in-16286-
network-manager-1.27.91/Makefile.in-16287-src/NetworkManager_all_sym-main.o: src/main.c
network-manager-1.27.91/Makefile.in:16288:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_all_sym_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/NetworkManager_all_sym-main.o -MD -MP -MF src/$(DEPDIR)/NetworkManager_all_sym-main.Tpo -c -o src/NetworkManager_all_sym-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c
network-manager-1.27.91/Makefile.in-16289-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/NetworkManager_all_sym-main.Tpo src/$(DEPDIR)/NetworkManager_all_sym-main.Po
##############################################
network-manager-1.27.91/Makefile.in-16291-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16292:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_all_sym_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/NetworkManager_all_sym-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c
network-manager-1.27.91/Makefile.in-16293-
network-manager-1.27.91/Makefile.in-16294-src/NetworkManager_all_sym-main.obj: src/main.c
network-manager-1.27.91/Makefile.in:16295:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_all_sym_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/NetworkManager_all_sym-main.obj -MD -MP -MF src/$(DEPDIR)/NetworkManager_all_sym-main.Tpo -c -o src/NetworkManager_all_sym-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`
network-manager-1.27.91/Makefile.in-16296-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/NetworkManager_all_sym-main.Tpo src/$(DEPDIR)/NetworkManager_all_sym-main.Po
##############################################
network-manager-1.27.91/Makefile.in-16298-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16299:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_NetworkManager_all_sym_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/NetworkManager_all_sym-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`
network-manager-1.27.91/Makefile.in-16300-
network-manager-1.27.91/Makefile.in-16301-src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.o: src/devices/bluetooth/tests/nm-bt-test.c
network-manager-1.27.91/Makefile.in:16302:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_tests_nm_bt_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.o -MD -MP -MF src/devices/bluetooth/tests/$(DEPDIR)/nm_bt_test-nm-bt-test.Tpo -c -o src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.o `test -f 'src/devices/bluetooth/tests/nm-bt-test.c' || echo '$(srcdir)/'`src/devices/bluetooth/tests/nm-bt-test.c
network-manager-1.27.91/Makefile.in-16303-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/bluetooth/tests/$(DEPDIR)/nm_bt_test-nm-bt-test.Tpo src/devices/bluetooth/tests/$(DEPDIR)/nm_bt_test-nm-bt-test.Po
##############################################
network-manager-1.27.91/Makefile.in-16305-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16306:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_tests_nm_bt_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.o `test -f 'src/devices/bluetooth/tests/nm-bt-test.c' || echo '$(srcdir)/'`src/devices/bluetooth/tests/nm-bt-test.c
network-manager-1.27.91/Makefile.in-16307-
network-manager-1.27.91/Makefile.in-16308-src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.obj: src/devices/bluetooth/tests/nm-bt-test.c
network-manager-1.27.91/Makefile.in:16309:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_tests_nm_bt_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.obj -MD -MP -MF src/devices/bluetooth/tests/$(DEPDIR)/nm_bt_test-nm-bt-test.Tpo -c -o src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.obj `if test -f 'src/devices/bluetooth/tests/nm-bt-test.c'; then $(CYGPATH_W) 'src/devices/bluetooth/tests/nm-bt-test.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/bluetooth/tests/nm-bt-test.c'; fi`
network-manager-1.27.91/Makefile.in-16310-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/bluetooth/tests/$(DEPDIR)/nm_bt_test-nm-bt-test.Tpo src/devices/bluetooth/tests/$(DEPDIR)/nm_bt_test-nm-bt-test.Po
##############################################
network-manager-1.27.91/Makefile.in-16312-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16313:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_bluetooth_tests_nm_bt_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/bluetooth/tests/nm_bt_test-nm-bt-test.obj `if test -f 'src/devices/bluetooth/tests/nm-bt-test.c'; then $(CYGPATH_W) 'src/devices/bluetooth/tests/nm-bt-test.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/bluetooth/tests/nm-bt-test.c'; fi`
network-manager-1.27.91/Makefile.in-16314-
network-manager-1.27.91/Makefile.in-16315-src/devices/tests/test_acd-test-acd.o: src/devices/tests/test-acd.c
network-manager-1.27.91/Makefile.in:16316:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_acd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/tests/test_acd-test-acd.o -MD -MP -MF src/devices/tests/$(DEPDIR)/test_acd-test-acd.Tpo -c -o src/devices/tests/test_acd-test-acd.o `test -f 'src/devices/tests/test-acd.c' || echo '$(srcdir)/'`src/devices/tests/test-acd.c
network-manager-1.27.91/Makefile.in-16317-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/tests/$(DEPDIR)/test_acd-test-acd.Tpo src/devices/tests/$(DEPDIR)/test_acd-test-acd.Po
##############################################
network-manager-1.27.91/Makefile.in-16319-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16320:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_acd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/tests/test_acd-test-acd.o `test -f 'src/devices/tests/test-acd.c' || echo '$(srcdir)/'`src/devices/tests/test-acd.c
network-manager-1.27.91/Makefile.in-16321-
network-manager-1.27.91/Makefile.in-16322-src/devices/tests/test_acd-test-acd.obj: src/devices/tests/test-acd.c
network-manager-1.27.91/Makefile.in:16323:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_acd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/tests/test_acd-test-acd.obj -MD -MP -MF src/devices/tests/$(DEPDIR)/test_acd-test-acd.Tpo -c -o src/devices/tests/test_acd-test-acd.obj `if test -f 'src/devices/tests/test-acd.c'; then $(CYGPATH_W) 'src/devices/tests/test-acd.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/tests/test-acd.c'; fi`
network-manager-1.27.91/Makefile.in-16324-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/tests/$(DEPDIR)/test_acd-test-acd.Tpo src/devices/tests/$(DEPDIR)/test_acd-test-acd.Po
##############################################
network-manager-1.27.91/Makefile.in-16326-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16327:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_acd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/tests/test_acd-test-acd.obj `if test -f 'src/devices/tests/test-acd.c'; then $(CYGPATH_W) 'src/devices/tests/test-acd.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/tests/test-acd.c'; fi`
network-manager-1.27.91/Makefile.in-16328-
network-manager-1.27.91/Makefile.in-16329-src/devices/tests/test_lldp-test-lldp.o: src/devices/tests/test-lldp.c
network-manager-1.27.91/Makefile.in:16330:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_lldp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/tests/test_lldp-test-lldp.o -MD -MP -MF src/devices/tests/$(DEPDIR)/test_lldp-test-lldp.Tpo -c -o src/devices/tests/test_lldp-test-lldp.o `test -f 'src/devices/tests/test-lldp.c' || echo '$(srcdir)/'`src/devices/tests/test-lldp.c
network-manager-1.27.91/Makefile.in-16331-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/tests/$(DEPDIR)/test_lldp-test-lldp.Tpo src/devices/tests/$(DEPDIR)/test_lldp-test-lldp.Po
##############################################
network-manager-1.27.91/Makefile.in-16333-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16334:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_lldp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/tests/test_lldp-test-lldp.o `test -f 'src/devices/tests/test-lldp.c' || echo '$(srcdir)/'`src/devices/tests/test-lldp.c
network-manager-1.27.91/Makefile.in-16335-
network-manager-1.27.91/Makefile.in-16336-src/devices/tests/test_lldp-test-lldp.obj: src/devices/tests/test-lldp.c
network-manager-1.27.91/Makefile.in:16337:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_lldp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/tests/test_lldp-test-lldp.obj -MD -MP -MF src/devices/tests/$(DEPDIR)/test_lldp-test-lldp.Tpo -c -o src/devices/tests/test_lldp-test-lldp.obj `if test -f 'src/devices/tests/test-lldp.c'; then $(CYGPATH_W) 'src/devices/tests/test-lldp.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/tests/test-lldp.c'; fi`
network-manager-1.27.91/Makefile.in-16338-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/tests/$(DEPDIR)/test_lldp-test-lldp.Tpo src/devices/tests/$(DEPDIR)/test_lldp-test-lldp.Po
##############################################
network-manager-1.27.91/Makefile.in-16340-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16341:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_tests_test_lldp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/tests/test_lldp-test-lldp.obj `if test -f 'src/devices/tests/test-lldp.c'; then $(CYGPATH_W) 'src/devices/tests/test-lldp.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/tests/test-lldp.c'; fi`
network-manager-1.27.91/Makefile.in-16342-
network-manager-1.27.91/Makefile.in-16343-src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.o: src/devices/wifi/tests/test-devices-wifi.c
network-manager-1.27.91/Makefile.in:16344:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_tests_test_devices_wifi_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.o -MD -MP -MF src/devices/wifi/tests/$(DEPDIR)/test_devices_wifi-test-devices-wifi.Tpo -c -o src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.o `test -f 'src/devices/wifi/tests/test-devices-wifi.c' || echo '$(srcdir)/'`src/devices/wifi/tests/test-devices-wifi.c
network-manager-1.27.91/Makefile.in-16345-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/tests/$(DEPDIR)/test_devices_wifi-test-devices-wifi.Tpo src/devices/wifi/tests/$(DEPDIR)/test_devices_wifi-test-devices-wifi.Po
##############################################
network-manager-1.27.91/Makefile.in-16347-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16348:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_tests_test_devices_wifi_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.o `test -f 'src/devices/wifi/tests/test-devices-wifi.c' || echo '$(srcdir)/'`src/devices/wifi/tests/test-devices-wifi.c
network-manager-1.27.91/Makefile.in-16349-
network-manager-1.27.91/Makefile.in-16350-src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.obj: src/devices/wifi/tests/test-devices-wifi.c
network-manager-1.27.91/Makefile.in:16351:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_tests_test_devices_wifi_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.obj -MD -MP -MF src/devices/wifi/tests/$(DEPDIR)/test_devices_wifi-test-devices-wifi.Tpo -c -o src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.obj `if test -f 'src/devices/wifi/tests/test-devices-wifi.c'; then $(CYGPATH_W) 'src/devices/wifi/tests/test-devices-wifi.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/wifi/tests/test-devices-wifi.c'; fi`
network-manager-1.27.91/Makefile.in-16352-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wifi/tests/$(DEPDIR)/test_devices_wifi-test-devices-wifi.Tpo src/devices/wifi/tests/$(DEPDIR)/test_devices_wifi-test-devices-wifi.Po
##############################################
network-manager-1.27.91/Makefile.in-16354-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16355:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wifi_tests_test_devices_wifi_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wifi/tests/test_devices_wifi-test-devices-wifi.obj `if test -f 'src/devices/wifi/tests/test-devices-wifi.c'; then $(CYGPATH_W) 'src/devices/wifi/tests/test-devices-wifi.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/wifi/tests/test-devices-wifi.c'; fi`
network-manager-1.27.91/Makefile.in-16356-
network-manager-1.27.91/Makefile.in-16357-src/devices/wwan/tests/test_service_providers-test-service-providers.o: src/devices/wwan/tests/test-service-providers.c
network-manager-1.27.91/Makefile.in:16358:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/tests/test_service_providers-test-service-providers.o -MD -MP -MF src/devices/wwan/tests/$(DEPDIR)/test_service_providers-test-service-providers.Tpo -c -o src/devices/wwan/tests/test_service_providers-test-service-providers.o `test -f 'src/devices/wwan/tests/test-service-providers.c' || echo '$(srcdir)/'`src/devices/wwan/tests/test-service-providers.c
network-manager-1.27.91/Makefile.in-16359-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/tests/$(DEPDIR)/test_service_providers-test-service-providers.Tpo src/devices/wwan/tests/$(DEPDIR)/test_service_providers-test-service-providers.Po
##############################################
network-manager-1.27.91/Makefile.in-16361-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16362:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/tests/test_service_providers-test-service-providers.o `test -f 'src/devices/wwan/tests/test-service-providers.c' || echo '$(srcdir)/'`src/devices/wwan/tests/test-service-providers.c
network-manager-1.27.91/Makefile.in-16363-
network-manager-1.27.91/Makefile.in-16364-src/devices/wwan/tests/test_service_providers-test-service-providers.obj: src/devices/wwan/tests/test-service-providers.c
network-manager-1.27.91/Makefile.in:16365:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/tests/test_service_providers-test-service-providers.obj -MD -MP -MF src/devices/wwan/tests/$(DEPDIR)/test_service_providers-test-service-providers.Tpo -c -o src/devices/wwan/tests/test_service_providers-test-service-providers.obj `if test -f 'src/devices/wwan/tests/test-service-providers.c'; then $(CYGPATH_W) 'src/devices/wwan/tests/test-service-providers.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/wwan/tests/test-service-providers.c'; fi`
network-manager-1.27.91/Makefile.in-16366-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/tests/$(DEPDIR)/test_service_providers-test-service-providers.Tpo src/devices/wwan/tests/$(DEPDIR)/test_service_providers-test-service-providers.Po
##############################################
network-manager-1.27.91/Makefile.in-16368-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16369:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/tests/test_service_providers-test-service-providers.obj `if test -f 'src/devices/wwan/tests/test-service-providers.c'; then $(CYGPATH_W) 'src/devices/wwan/tests/test-service-providers.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/wwan/tests/test-service-providers.c'; fi`
network-manager-1.27.91/Makefile.in-16370-
network-manager-1.27.91/Makefile.in-16371-src/devices/wwan/tests_test_service_providers-nm-service-providers.o: src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in:16372:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/tests_test_service_providers-nm-service-providers.o -MD -MP -MF src/devices/wwan/$(DEPDIR)/tests_test_service_providers-nm-service-providers.Tpo -c -o src/devices/wwan/tests_test_service_providers-nm-service-providers.o `test -f 'src/devices/wwan/nm-service-providers.c' || echo '$(srcdir)/'`src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in-16373-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/tests_test_service_providers-nm-service-providers.Tpo src/devices/wwan/$(DEPDIR)/tests_test_service_providers-nm-service-providers.Po
##############################################
network-manager-1.27.91/Makefile.in-16375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16376:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/tests_test_service_providers-nm-service-providers.o `test -f 'src/devices/wwan/nm-service-providers.c' || echo '$(srcdir)/'`src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in-16377-
network-manager-1.27.91/Makefile.in-16378-src/devices/wwan/tests_test_service_providers-nm-service-providers.obj: src/devices/wwan/nm-service-providers.c
network-manager-1.27.91/Makefile.in:16379:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/devices/wwan/tests_test_service_providers-nm-service-providers.obj -MD -MP -MF src/devices/wwan/$(DEPDIR)/tests_test_service_providers-nm-service-providers.Tpo -c -o src/devices/wwan/tests_test_service_providers-nm-service-providers.obj `if test -f 'src/devices/wwan/nm-service-providers.c'; then $(CYGPATH_W) 'src/devices/wwan/nm-service-providers.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/wwan/nm-service-providers.c'; fi`
network-manager-1.27.91/Makefile.in-16380-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/devices/wwan/$(DEPDIR)/tests_test_service_providers-nm-service-providers.Tpo src/devices/wwan/$(DEPDIR)/tests_test_service_providers-nm-service-providers.Po
##############################################
network-manager-1.27.91/Makefile.in-16382-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16383:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_devices_wwan_tests_test_service_providers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/devices/wwan/tests_test_service_providers-nm-service-providers.obj `if test -f 'src/devices/wwan/nm-service-providers.c'; then $(CYGPATH_W) 'src/devices/wwan/nm-service-providers.c'; else $(CYGPATH_W) '$(srcdir)/src/devices/wwan/nm-service-providers.c'; fi`
network-manager-1.27.91/Makefile.in-16384-
network-manager-1.27.91/Makefile.in-16385-src/dhcp/nm_dhcp_helper-nm-dhcp-helper.o: src/dhcp/nm-dhcp-helper.c
network-manager-1.27.91/Makefile.in:16386:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_nm_dhcp_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/nm_dhcp_helper-nm-dhcp-helper.o -MD -MP -MF src/dhcp/$(DEPDIR)/nm_dhcp_helper-nm-dhcp-helper.Tpo -c -o src/dhcp/nm_dhcp_helper-nm-dhcp-helper.o `test -f 'src/dhcp/nm-dhcp-helper.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-helper.c
network-manager-1.27.91/Makefile.in-16387-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/nm_dhcp_helper-nm-dhcp-helper.Tpo src/dhcp/$(DEPDIR)/nm_dhcp_helper-nm-dhcp-helper.Po
##############################################
network-manager-1.27.91/Makefile.in-16389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16390:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_nm_dhcp_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/nm_dhcp_helper-nm-dhcp-helper.o `test -f 'src/dhcp/nm-dhcp-helper.c' || echo '$(srcdir)/'`src/dhcp/nm-dhcp-helper.c
network-manager-1.27.91/Makefile.in-16391-
network-manager-1.27.91/Makefile.in-16392-src/dhcp/nm_dhcp_helper-nm-dhcp-helper.obj: src/dhcp/nm-dhcp-helper.c
network-manager-1.27.91/Makefile.in:16393:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_nm_dhcp_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/nm_dhcp_helper-nm-dhcp-helper.obj -MD -MP -MF src/dhcp/$(DEPDIR)/nm_dhcp_helper-nm-dhcp-helper.Tpo -c -o src/dhcp/nm_dhcp_helper-nm-dhcp-helper.obj `if test -f 'src/dhcp/nm-dhcp-helper.c'; then $(CYGPATH_W) 'src/dhcp/nm-dhcp-helper.c'; else $(CYGPATH_W) '$(srcdir)/src/dhcp/nm-dhcp-helper.c'; fi`
network-manager-1.27.91/Makefile.in-16394-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/$(DEPDIR)/nm_dhcp_helper-nm-dhcp-helper.Tpo src/dhcp/$(DEPDIR)/nm_dhcp_helper-nm-dhcp-helper.Po
##############################################
network-manager-1.27.91/Makefile.in-16396-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16397:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_nm_dhcp_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/nm_dhcp_helper-nm-dhcp-helper.obj `if test -f 'src/dhcp/nm-dhcp-helper.c'; then $(CYGPATH_W) 'src/dhcp/nm-dhcp-helper.c'; else $(CYGPATH_W) '$(srcdir)/src/dhcp/nm-dhcp-helper.c'; fi`
network-manager-1.27.91/Makefile.in-16398-
network-manager-1.27.91/Makefile.in-16399-src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.o: src/dhcp/tests/test-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in:16400:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_dhclient_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.o -MD -MP -MF src/dhcp/tests/$(DEPDIR)/test_dhcp_dhclient-test-dhcp-dhclient.Tpo -c -o src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.o `test -f 'src/dhcp/tests/test-dhcp-dhclient.c' || echo '$(srcdir)/'`src/dhcp/tests/test-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in-16401-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/tests/$(DEPDIR)/test_dhcp_dhclient-test-dhcp-dhclient.Tpo src/dhcp/tests/$(DEPDIR)/test_dhcp_dhclient-test-dhcp-dhclient.Po
##############################################
network-manager-1.27.91/Makefile.in-16403-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16404:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_dhclient_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.o `test -f 'src/dhcp/tests/test-dhcp-dhclient.c' || echo '$(srcdir)/'`src/dhcp/tests/test-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in-16405-
network-manager-1.27.91/Makefile.in-16406-src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.obj: src/dhcp/tests/test-dhcp-dhclient.c
network-manager-1.27.91/Makefile.in:16407:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_dhclient_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.obj -MD -MP -MF src/dhcp/tests/$(DEPDIR)/test_dhcp_dhclient-test-dhcp-dhclient.Tpo -c -o src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.obj `if test -f 'src/dhcp/tests/test-dhcp-dhclient.c'; then $(CYGPATH_W) 'src/dhcp/tests/test-dhcp-dhclient.c'; else $(CYGPATH_W) '$(srcdir)/src/dhcp/tests/test-dhcp-dhclient.c'; fi`
network-manager-1.27.91/Makefile.in-16408-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/tests/$(DEPDIR)/test_dhcp_dhclient-test-dhcp-dhclient.Tpo src/dhcp/tests/$(DEPDIR)/test_dhcp_dhclient-test-dhcp-dhclient.Po
##############################################
network-manager-1.27.91/Makefile.in-16410-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16411:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_dhclient_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/tests/test_dhcp_dhclient-test-dhcp-dhclient.obj `if test -f 'src/dhcp/tests/test-dhcp-dhclient.c'; then $(CYGPATH_W) 'src/dhcp/tests/test-dhcp-dhclient.c'; else $(CYGPATH_W) '$(srcdir)/src/dhcp/tests/test-dhcp-dhclient.c'; fi`
network-manager-1.27.91/Makefile.in-16412-
network-manager-1.27.91/Makefile.in-16413-src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.o: src/dhcp/tests/test-dhcp-utils.c
network-manager-1.27.91/Makefile.in:16414:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.o -MD -MP -MF src/dhcp/tests/$(DEPDIR)/test_dhcp_utils-test-dhcp-utils.Tpo -c -o src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.o `test -f 'src/dhcp/tests/test-dhcp-utils.c' || echo '$(srcdir)/'`src/dhcp/tests/test-dhcp-utils.c
network-manager-1.27.91/Makefile.in-16415-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/tests/$(DEPDIR)/test_dhcp_utils-test-dhcp-utils.Tpo src/dhcp/tests/$(DEPDIR)/test_dhcp_utils-test-dhcp-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-16417-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16418:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.o `test -f 'src/dhcp/tests/test-dhcp-utils.c' || echo '$(srcdir)/'`src/dhcp/tests/test-dhcp-utils.c
network-manager-1.27.91/Makefile.in-16419-
network-manager-1.27.91/Makefile.in-16420-src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.obj: src/dhcp/tests/test-dhcp-utils.c
network-manager-1.27.91/Makefile.in:16421:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.obj -MD -MP -MF src/dhcp/tests/$(DEPDIR)/test_dhcp_utils-test-dhcp-utils.Tpo -c -o src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.obj `if test -f 'src/dhcp/tests/test-dhcp-utils.c'; then $(CYGPATH_W) 'src/dhcp/tests/test-dhcp-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/dhcp/tests/test-dhcp-utils.c'; fi`
network-manager-1.27.91/Makefile.in-16422-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dhcp/tests/$(DEPDIR)/test_dhcp_utils-test-dhcp-utils.Tpo src/dhcp/tests/$(DEPDIR)/test_dhcp_utils-test-dhcp-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-16424-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16425:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dhcp_tests_test_dhcp_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dhcp/tests/test_dhcp_utils-test-dhcp-utils.obj `if test -f 'src/dhcp/tests/test-dhcp-utils.c'; then $(CYGPATH_W) 'src/dhcp/tests/test-dhcp-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/dhcp/tests/test-dhcp-utils.c'; fi`
network-manager-1.27.91/Makefile.in-16426-
network-manager-1.27.91/Makefile.in-16427-src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.o: src/dnsmasq/tests/test-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in:16428:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dnsmasq_tests_test_dnsmasq_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.o -MD -MP -MF src/dnsmasq/tests/$(DEPDIR)/test_dnsmasq_utils-test-dnsmasq-utils.Tpo -c -o src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.o `test -f 'src/dnsmasq/tests/test-dnsmasq-utils.c' || echo '$(srcdir)/'`src/dnsmasq/tests/test-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in-16429-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dnsmasq/tests/$(DEPDIR)/test_dnsmasq_utils-test-dnsmasq-utils.Tpo src/dnsmasq/tests/$(DEPDIR)/test_dnsmasq_utils-test-dnsmasq-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-16431-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16432:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dnsmasq_tests_test_dnsmasq_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.o `test -f 'src/dnsmasq/tests/test-dnsmasq-utils.c' || echo '$(srcdir)/'`src/dnsmasq/tests/test-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in-16433-
network-manager-1.27.91/Makefile.in-16434-src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.obj: src/dnsmasq/tests/test-dnsmasq-utils.c
network-manager-1.27.91/Makefile.in:16435:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dnsmasq_tests_test_dnsmasq_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.obj -MD -MP -MF src/dnsmasq/tests/$(DEPDIR)/test_dnsmasq_utils-test-dnsmasq-utils.Tpo -c -o src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.obj `if test -f 'src/dnsmasq/tests/test-dnsmasq-utils.c'; then $(CYGPATH_W) 'src/dnsmasq/tests/test-dnsmasq-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/dnsmasq/tests/test-dnsmasq-utils.c'; fi`
network-manager-1.27.91/Makefile.in-16436-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/dnsmasq/tests/$(DEPDIR)/test_dnsmasq_utils-test-dnsmasq-utils.Tpo src/dnsmasq/tests/$(DEPDIR)/test_dnsmasq_utils-test-dnsmasq-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-16438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_dnsmasq_tests_test_dnsmasq_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dnsmasq/tests/test_dnsmasq_utils-test-dnsmasq-utils.obj `if test -f 'src/dnsmasq/tests/test-dnsmasq-utils.c'; then $(CYGPATH_W) 'src/dnsmasq/tests/test-dnsmasq-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/dnsmasq/tests/test-dnsmasq-utils.c'; fi`
network-manager-1.27.91/Makefile.in-16440-
network-manager-1.27.91/Makefile.in-16441-src/initrd/nm_initrd_generator-nm-initrd-generator.o: src/initrd/nm-initrd-generator.c
network-manager-1.27.91/Makefile.in:16442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_nm_initrd_generator_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/nm_initrd_generator-nm-initrd-generator.o -MD -MP -MF src/initrd/$(DEPDIR)/nm_initrd_generator-nm-initrd-generator.Tpo -c -o src/initrd/nm_initrd_generator-nm-initrd-generator.o `test -f 'src/initrd/nm-initrd-generator.c' || echo '$(srcdir)/'`src/initrd/nm-initrd-generator.c
network-manager-1.27.91/Makefile.in-16443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/$(DEPDIR)/nm_initrd_generator-nm-initrd-generator.Tpo src/initrd/$(DEPDIR)/nm_initrd_generator-nm-initrd-generator.Po
##############################################
network-manager-1.27.91/Makefile.in-16445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_nm_initrd_generator_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/nm_initrd_generator-nm-initrd-generator.o `test -f 'src/initrd/nm-initrd-generator.c' || echo '$(srcdir)/'`src/initrd/nm-initrd-generator.c
network-manager-1.27.91/Makefile.in-16447-
network-manager-1.27.91/Makefile.in-16448-src/initrd/nm_initrd_generator-nm-initrd-generator.obj: src/initrd/nm-initrd-generator.c
network-manager-1.27.91/Makefile.in:16449:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_nm_initrd_generator_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/nm_initrd_generator-nm-initrd-generator.obj -MD -MP -MF src/initrd/$(DEPDIR)/nm_initrd_generator-nm-initrd-generator.Tpo -c -o src/initrd/nm_initrd_generator-nm-initrd-generator.obj `if test -f 'src/initrd/nm-initrd-generator.c'; then $(CYGPATH_W) 'src/initrd/nm-initrd-generator.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/nm-initrd-generator.c'; fi`
network-manager-1.27.91/Makefile.in-16450-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/$(DEPDIR)/nm_initrd_generator-nm-initrd-generator.Tpo src/initrd/$(DEPDIR)/nm_initrd_generator-nm-initrd-generator.Po
##############################################
network-manager-1.27.91/Makefile.in-16452-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16453:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_nm_initrd_generator_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/nm_initrd_generator-nm-initrd-generator.obj `if test -f 'src/initrd/nm-initrd-generator.c'; then $(CYGPATH_W) 'src/initrd/nm-initrd-generator.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/nm-initrd-generator.c'; fi`
network-manager-1.27.91/Makefile.in-16454-
network-manager-1.27.91/Makefile.in-16455-src/initrd/tests/test_cmdline_reader-test-cmdline-reader.o: src/initrd/tests/test-cmdline-reader.c
network-manager-1.27.91/Makefile.in:16456:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_cmdline_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/tests/test_cmdline_reader-test-cmdline-reader.o -MD -MP -MF src/initrd/tests/$(DEPDIR)/test_cmdline_reader-test-cmdline-reader.Tpo -c -o src/initrd/tests/test_cmdline_reader-test-cmdline-reader.o `test -f 'src/initrd/tests/test-cmdline-reader.c' || echo '$(srcdir)/'`src/initrd/tests/test-cmdline-reader.c
network-manager-1.27.91/Makefile.in-16457-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/tests/$(DEPDIR)/test_cmdline_reader-test-cmdline-reader.Tpo src/initrd/tests/$(DEPDIR)/test_cmdline_reader-test-cmdline-reader.Po
##############################################
network-manager-1.27.91/Makefile.in-16459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_cmdline_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/tests/test_cmdline_reader-test-cmdline-reader.o `test -f 'src/initrd/tests/test-cmdline-reader.c' || echo '$(srcdir)/'`src/initrd/tests/test-cmdline-reader.c
network-manager-1.27.91/Makefile.in-16461-
network-manager-1.27.91/Makefile.in-16462-src/initrd/tests/test_cmdline_reader-test-cmdline-reader.obj: src/initrd/tests/test-cmdline-reader.c
network-manager-1.27.91/Makefile.in:16463:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_cmdline_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/tests/test_cmdline_reader-test-cmdline-reader.obj -MD -MP -MF src/initrd/tests/$(DEPDIR)/test_cmdline_reader-test-cmdline-reader.Tpo -c -o src/initrd/tests/test_cmdline_reader-test-cmdline-reader.obj `if test -f 'src/initrd/tests/test-cmdline-reader.c'; then $(CYGPATH_W) 'src/initrd/tests/test-cmdline-reader.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/tests/test-cmdline-reader.c'; fi`
network-manager-1.27.91/Makefile.in-16464-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/tests/$(DEPDIR)/test_cmdline_reader-test-cmdline-reader.Tpo src/initrd/tests/$(DEPDIR)/test_cmdline_reader-test-cmdline-reader.Po
##############################################
network-manager-1.27.91/Makefile.in-16466-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16467:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_cmdline_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/tests/test_cmdline_reader-test-cmdline-reader.obj `if test -f 'src/initrd/tests/test-cmdline-reader.c'; then $(CYGPATH_W) 'src/initrd/tests/test-cmdline-reader.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/tests/test-cmdline-reader.c'; fi`
network-manager-1.27.91/Makefile.in-16468-
network-manager-1.27.91/Makefile.in-16469-src/initrd/tests/test_dt_reader-test-dt-reader.o: src/initrd/tests/test-dt-reader.c
network-manager-1.27.91/Makefile.in:16470:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_dt_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/tests/test_dt_reader-test-dt-reader.o -MD -MP -MF src/initrd/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Tpo -c -o src/initrd/tests/test_dt_reader-test-dt-reader.o `test -f 'src/initrd/tests/test-dt-reader.c' || echo '$(srcdir)/'`src/initrd/tests/test-dt-reader.c
network-manager-1.27.91/Makefile.in-16471-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Tpo src/initrd/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Po
##############################################
network-manager-1.27.91/Makefile.in-16473-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16474:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_dt_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/tests/test_dt_reader-test-dt-reader.o `test -f 'src/initrd/tests/test-dt-reader.c' || echo '$(srcdir)/'`src/initrd/tests/test-dt-reader.c
network-manager-1.27.91/Makefile.in-16475-
network-manager-1.27.91/Makefile.in-16476-src/initrd/tests/test_dt_reader-test-dt-reader.obj: src/initrd/tests/test-dt-reader.c
network-manager-1.27.91/Makefile.in:16477:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_dt_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/tests/test_dt_reader-test-dt-reader.obj -MD -MP -MF src/initrd/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Tpo -c -o src/initrd/tests/test_dt_reader-test-dt-reader.obj `if test -f 'src/initrd/tests/test-dt-reader.c'; then $(CYGPATH_W) 'src/initrd/tests/test-dt-reader.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/tests/test-dt-reader.c'; fi`
network-manager-1.27.91/Makefile.in-16478-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Tpo src/initrd/tests/$(DEPDIR)/test_dt_reader-test-dt-reader.Po
##############################################
network-manager-1.27.91/Makefile.in-16480-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16481:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_dt_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/tests/test_dt_reader-test-dt-reader.obj `if test -f 'src/initrd/tests/test-dt-reader.c'; then $(CYGPATH_W) 'src/initrd/tests/test-dt-reader.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/tests/test-dt-reader.c'; fi`
network-manager-1.27.91/Makefile.in-16482-
network-manager-1.27.91/Makefile.in-16483-src/initrd/tests/test_ibft_reader-test-ibft-reader.o: src/initrd/tests/test-ibft-reader.c
network-manager-1.27.91/Makefile.in:16484:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_ibft_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/tests/test_ibft_reader-test-ibft-reader.o -MD -MP -MF src/initrd/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Tpo -c -o src/initrd/tests/test_ibft_reader-test-ibft-reader.o `test -f 'src/initrd/tests/test-ibft-reader.c' || echo '$(srcdir)/'`src/initrd/tests/test-ibft-reader.c
network-manager-1.27.91/Makefile.in-16485-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Tpo src/initrd/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Po
##############################################
network-manager-1.27.91/Makefile.in-16487-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16488:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_ibft_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/tests/test_ibft_reader-test-ibft-reader.o `test -f 'src/initrd/tests/test-ibft-reader.c' || echo '$(srcdir)/'`src/initrd/tests/test-ibft-reader.c
network-manager-1.27.91/Makefile.in-16489-
network-manager-1.27.91/Makefile.in-16490-src/initrd/tests/test_ibft_reader-test-ibft-reader.obj: src/initrd/tests/test-ibft-reader.c
network-manager-1.27.91/Makefile.in:16491:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_ibft_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/initrd/tests/test_ibft_reader-test-ibft-reader.obj -MD -MP -MF src/initrd/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Tpo -c -o src/initrd/tests/test_ibft_reader-test-ibft-reader.obj `if test -f 'src/initrd/tests/test-ibft-reader.c'; then $(CYGPATH_W) 'src/initrd/tests/test-ibft-reader.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/tests/test-ibft-reader.c'; fi`
network-manager-1.27.91/Makefile.in-16492-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/initrd/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Tpo src/initrd/tests/$(DEPDIR)/test_ibft_reader-test-ibft-reader.Po
##############################################
network-manager-1.27.91/Makefile.in-16494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16495:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_initrd_tests_test_ibft_reader_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/initrd/tests/test_ibft_reader-test-ibft-reader.obj `if test -f 'src/initrd/tests/test-ibft-reader.c'; then $(CYGPATH_W) 'src/initrd/tests/test-ibft-reader.c'; else $(CYGPATH_W) '$(srcdir)/src/initrd/tests/test-ibft-reader.c'; fi`
network-manager-1.27.91/Makefile.in-16496-
network-manager-1.27.91/Makefile.in-16497-src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.o: src/ndisc/tests/test-ndisc-fake.c
network-manager-1.27.91/Makefile.in:16498:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.o -MD -MP -MF src/ndisc/tests/$(DEPDIR)/test_ndisc_fake-test-ndisc-fake.Tpo -c -o src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.o `test -f 'src/ndisc/tests/test-ndisc-fake.c' || echo '$(srcdir)/'`src/ndisc/tests/test-ndisc-fake.c
network-manager-1.27.91/Makefile.in-16499-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/tests/$(DEPDIR)/test_ndisc_fake-test-ndisc-fake.Tpo src/ndisc/tests/$(DEPDIR)/test_ndisc_fake-test-ndisc-fake.Po
##############################################
network-manager-1.27.91/Makefile.in-16501-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16502:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.o `test -f 'src/ndisc/tests/test-ndisc-fake.c' || echo '$(srcdir)/'`src/ndisc/tests/test-ndisc-fake.c
network-manager-1.27.91/Makefile.in-16503-
network-manager-1.27.91/Makefile.in-16504-src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.obj: src/ndisc/tests/test-ndisc-fake.c
network-manager-1.27.91/Makefile.in:16505:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.obj -MD -MP -MF src/ndisc/tests/$(DEPDIR)/test_ndisc_fake-test-ndisc-fake.Tpo -c -o src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.obj `if test -f 'src/ndisc/tests/test-ndisc-fake.c'; then $(CYGPATH_W) 'src/ndisc/tests/test-ndisc-fake.c'; else $(CYGPATH_W) '$(srcdir)/src/ndisc/tests/test-ndisc-fake.c'; fi`
network-manager-1.27.91/Makefile.in-16506-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/tests/$(DEPDIR)/test_ndisc_fake-test-ndisc-fake.Tpo src/ndisc/tests/$(DEPDIR)/test_ndisc_fake-test-ndisc-fake.Po
##############################################
network-manager-1.27.91/Makefile.in-16508-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16509:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/tests/test_ndisc_fake-test-ndisc-fake.obj `if test -f 'src/ndisc/tests/test-ndisc-fake.c'; then $(CYGPATH_W) 'src/ndisc/tests/test-ndisc-fake.c'; else $(CYGPATH_W) '$(srcdir)/src/ndisc/tests/test-ndisc-fake.c'; fi`
network-manager-1.27.91/Makefile.in-16510-
network-manager-1.27.91/Makefile.in-16511-src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.o: src/ndisc/tests/test-ndisc-linux.c
network-manager-1.27.91/Makefile.in:16512:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.o -MD -MP -MF src/ndisc/tests/$(DEPDIR)/test_ndisc_linux-test-ndisc-linux.Tpo -c -o src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.o `test -f 'src/ndisc/tests/test-ndisc-linux.c' || echo '$(srcdir)/'`src/ndisc/tests/test-ndisc-linux.c
network-manager-1.27.91/Makefile.in-16513-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/tests/$(DEPDIR)/test_ndisc_linux-test-ndisc-linux.Tpo src/ndisc/tests/$(DEPDIR)/test_ndisc_linux-test-ndisc-linux.Po
##############################################
network-manager-1.27.91/Makefile.in-16515-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16516:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.o `test -f 'src/ndisc/tests/test-ndisc-linux.c' || echo '$(srcdir)/'`src/ndisc/tests/test-ndisc-linux.c
network-manager-1.27.91/Makefile.in-16517-
network-manager-1.27.91/Makefile.in-16518-src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.obj: src/ndisc/tests/test-ndisc-linux.c
network-manager-1.27.91/Makefile.in:16519:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.obj -MD -MP -MF src/ndisc/tests/$(DEPDIR)/test_ndisc_linux-test-ndisc-linux.Tpo -c -o src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.obj `if test -f 'src/ndisc/tests/test-ndisc-linux.c'; then $(CYGPATH_W) 'src/ndisc/tests/test-ndisc-linux.c'; else $(CYGPATH_W) '$(srcdir)/src/ndisc/tests/test-ndisc-linux.c'; fi`
network-manager-1.27.91/Makefile.in-16520-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/ndisc/tests/$(DEPDIR)/test_ndisc_linux-test-ndisc-linux.Tpo src/ndisc/tests/$(DEPDIR)/test_ndisc_linux-test-ndisc-linux.Po
##############################################
network-manager-1.27.91/Makefile.in-16522-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16523:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_ndisc_tests_test_ndisc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ndisc/tests/test_ndisc_linux-test-ndisc-linux.obj `if test -f 'src/ndisc/tests/test-ndisc-linux.c'; then $(CYGPATH_W) 'src/ndisc/tests/test-ndisc-linux.c'; else $(CYGPATH_W) '$(srcdir)/src/ndisc/tests/test-ndisc-linux.c'; fi`
network-manager-1.27.91/Makefile.in-16524-
network-manager-1.27.91/Makefile.in-16525-src/nm_iface_helper-nm-iface-helper.o: src/nm-iface-helper.c
network-manager-1.27.91/Makefile.in:16526:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_iface_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nm_iface_helper-nm-iface-helper.o -MD -MP -MF src/$(DEPDIR)/nm_iface_helper-nm-iface-helper.Tpo -c -o src/nm_iface_helper-nm-iface-helper.o `test -f 'src/nm-iface-helper.c' || echo '$(srcdir)/'`src/nm-iface-helper.c
network-manager-1.27.91/Makefile.in-16527-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/nm_iface_helper-nm-iface-helper.Tpo src/$(DEPDIR)/nm_iface_helper-nm-iface-helper.Po
##############################################
network-manager-1.27.91/Makefile.in-16529-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16530:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_iface_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nm_iface_helper-nm-iface-helper.o `test -f 'src/nm-iface-helper.c' || echo '$(srcdir)/'`src/nm-iface-helper.c
network-manager-1.27.91/Makefile.in-16531-
network-manager-1.27.91/Makefile.in-16532-src/nm_iface_helper-nm-iface-helper.obj: src/nm-iface-helper.c
network-manager-1.27.91/Makefile.in:16533:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_iface_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nm_iface_helper-nm-iface-helper.obj -MD -MP -MF src/$(DEPDIR)/nm_iface_helper-nm-iface-helper.Tpo -c -o src/nm_iface_helper-nm-iface-helper.obj `if test -f 'src/nm-iface-helper.c'; then $(CYGPATH_W) 'src/nm-iface-helper.c'; else $(CYGPATH_W) '$(srcdir)/src/nm-iface-helper.c'; fi`
network-manager-1.27.91/Makefile.in-16534-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/nm_iface_helper-nm-iface-helper.Tpo src/$(DEPDIR)/nm_iface_helper-nm-iface-helper.Po
##############################################
network-manager-1.27.91/Makefile.in-16536-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16537:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_nm_iface_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nm_iface_helper-nm-iface-helper.obj `if test -f 'src/nm-iface-helper.c'; then $(CYGPATH_W) 'src/nm-iface-helper.c'; else $(CYGPATH_W) '$(srcdir)/src/nm-iface-helper.c'; fi`
network-manager-1.27.91/Makefile.in-16538-
network-manager-1.27.91/Makefile.in-16539-src/platform/tests/monitor-monitor.o: src/platform/tests/monitor.c
network-manager-1.27.91/Makefile.in:16540:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_monitor_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/monitor-monitor.o -MD -MP -MF src/platform/tests/$(DEPDIR)/monitor-monitor.Tpo -c -o src/platform/tests/monitor-monitor.o `test -f 'src/platform/tests/monitor.c' || echo '$(srcdir)/'`src/platform/tests/monitor.c
network-manager-1.27.91/Makefile.in-16541-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/monitor-monitor.Tpo src/platform/tests/$(DEPDIR)/monitor-monitor.Po
##############################################
network-manager-1.27.91/Makefile.in-16543-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16544:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_monitor_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/monitor-monitor.o `test -f 'src/platform/tests/monitor.c' || echo '$(srcdir)/'`src/platform/tests/monitor.c
network-manager-1.27.91/Makefile.in-16545-
network-manager-1.27.91/Makefile.in-16546-src/platform/tests/monitor-monitor.obj: src/platform/tests/monitor.c
network-manager-1.27.91/Makefile.in:16547:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_monitor_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/monitor-monitor.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/monitor-monitor.Tpo -c -o src/platform/tests/monitor-monitor.obj `if test -f 'src/platform/tests/monitor.c'; then $(CYGPATH_W) 'src/platform/tests/monitor.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/monitor.c'; fi`
network-manager-1.27.91/Makefile.in-16548-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/monitor-monitor.Tpo src/platform/tests/$(DEPDIR)/monitor-monitor.Po
##############################################
network-manager-1.27.91/Makefile.in-16550-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16551:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_monitor_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/monitor-monitor.obj `if test -f 'src/platform/tests/monitor.c'; then $(CYGPATH_W) 'src/platform/tests/monitor.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/monitor.c'; fi`
network-manager-1.27.91/Makefile.in-16552-
network-manager-1.27.91/Makefile.in-16553-src/platform/tests/test_address_fake-test-address.o: src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in:16554:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_address_fake-test-address.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_address_fake-test-address.Tpo -c -o src/platform/tests/test_address_fake-test-address.o `test -f 'src/platform/tests/test-address.c' || echo '$(srcdir)/'`src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in-16555-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_address_fake-test-address.Tpo src/platform/tests/$(DEPDIR)/test_address_fake-test-address.Po
##############################################
network-manager-1.27.91/Makefile.in-16557-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16558:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_address_fake-test-address.o `test -f 'src/platform/tests/test-address.c' || echo '$(srcdir)/'`src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in-16559-
network-manager-1.27.91/Makefile.in-16560-src/platform/tests/test_address_fake-test-address.obj: src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in:16561:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_address_fake-test-address.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_address_fake-test-address.Tpo -c -o src/platform/tests/test_address_fake-test-address.obj `if test -f 'src/platform/tests/test-address.c'; then $(CYGPATH_W) 'src/platform/tests/test-address.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-address.c'; fi`
network-manager-1.27.91/Makefile.in-16562-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_address_fake-test-address.Tpo src/platform/tests/$(DEPDIR)/test_address_fake-test-address.Po
##############################################
network-manager-1.27.91/Makefile.in-16564-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16565:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_address_fake-test-address.obj `if test -f 'src/platform/tests/test-address.c'; then $(CYGPATH_W) 'src/platform/tests/test-address.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-address.c'; fi`
network-manager-1.27.91/Makefile.in-16566-
network-manager-1.27.91/Makefile.in-16567-src/platform/tests/test_address_linux-test-address.o: src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in:16568:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_address_linux-test-address.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_address_linux-test-address.Tpo -c -o src/platform/tests/test_address_linux-test-address.o `test -f 'src/platform/tests/test-address.c' || echo '$(srcdir)/'`src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in-16569-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_address_linux-test-address.Tpo src/platform/tests/$(DEPDIR)/test_address_linux-test-address.Po
##############################################
network-manager-1.27.91/Makefile.in-16571-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16572:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_address_linux-test-address.o `test -f 'src/platform/tests/test-address.c' || echo '$(srcdir)/'`src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in-16573-
network-manager-1.27.91/Makefile.in-16574-src/platform/tests/test_address_linux-test-address.obj: src/platform/tests/test-address.c
network-manager-1.27.91/Makefile.in:16575:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_address_linux-test-address.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_address_linux-test-address.Tpo -c -o src/platform/tests/test_address_linux-test-address.obj `if test -f 'src/platform/tests/test-address.c'; then $(CYGPATH_W) 'src/platform/tests/test-address.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-address.c'; fi`
network-manager-1.27.91/Makefile.in-16576-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_address_linux-test-address.Tpo src/platform/tests/$(DEPDIR)/test_address_linux-test-address.Po
##############################################
network-manager-1.27.91/Makefile.in-16578-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16579:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_address_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_address_linux-test-address.obj `if test -f 'src/platform/tests/test-address.c'; then $(CYGPATH_W) 'src/platform/tests/test-address.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-address.c'; fi`
network-manager-1.27.91/Makefile.in-16580-
network-manager-1.27.91/Makefile.in-16581-src/platform/tests/test_cleanup_fake-test-cleanup.o: src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in:16582:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_cleanup_fake-test-cleanup.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_cleanup_fake-test-cleanup.Tpo -c -o src/platform/tests/test_cleanup_fake-test-cleanup.o `test -f 'src/platform/tests/test-cleanup.c' || echo '$(srcdir)/'`src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in-16583-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_cleanup_fake-test-cleanup.Tpo src/platform/tests/$(DEPDIR)/test_cleanup_fake-test-cleanup.Po
##############################################
network-manager-1.27.91/Makefile.in-16585-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16586:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_cleanup_fake-test-cleanup.o `test -f 'src/platform/tests/test-cleanup.c' || echo '$(srcdir)/'`src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in-16587-
network-manager-1.27.91/Makefile.in-16588-src/platform/tests/test_cleanup_fake-test-cleanup.obj: src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in:16589:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_cleanup_fake-test-cleanup.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_cleanup_fake-test-cleanup.Tpo -c -o src/platform/tests/test_cleanup_fake-test-cleanup.obj `if test -f 'src/platform/tests/test-cleanup.c'; then $(CYGPATH_W) 'src/platform/tests/test-cleanup.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-cleanup.c'; fi`
network-manager-1.27.91/Makefile.in-16590-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_cleanup_fake-test-cleanup.Tpo src/platform/tests/$(DEPDIR)/test_cleanup_fake-test-cleanup.Po
##############################################
network-manager-1.27.91/Makefile.in-16592-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16593:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_cleanup_fake-test-cleanup.obj `if test -f 'src/platform/tests/test-cleanup.c'; then $(CYGPATH_W) 'src/platform/tests/test-cleanup.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-cleanup.c'; fi`
network-manager-1.27.91/Makefile.in-16594-
network-manager-1.27.91/Makefile.in-16595-src/platform/tests/test_cleanup_linux-test-cleanup.o: src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in:16596:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_cleanup_linux-test-cleanup.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_cleanup_linux-test-cleanup.Tpo -c -o src/platform/tests/test_cleanup_linux-test-cleanup.o `test -f 'src/platform/tests/test-cleanup.c' || echo '$(srcdir)/'`src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in-16597-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_cleanup_linux-test-cleanup.Tpo src/platform/tests/$(DEPDIR)/test_cleanup_linux-test-cleanup.Po
##############################################
network-manager-1.27.91/Makefile.in-16599-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16600:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_cleanup_linux-test-cleanup.o `test -f 'src/platform/tests/test-cleanup.c' || echo '$(srcdir)/'`src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in-16601-
network-manager-1.27.91/Makefile.in-16602-src/platform/tests/test_cleanup_linux-test-cleanup.obj: src/platform/tests/test-cleanup.c
network-manager-1.27.91/Makefile.in:16603:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_cleanup_linux-test-cleanup.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_cleanup_linux-test-cleanup.Tpo -c -o src/platform/tests/test_cleanup_linux-test-cleanup.obj `if test -f 'src/platform/tests/test-cleanup.c'; then $(CYGPATH_W) 'src/platform/tests/test-cleanup.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-cleanup.c'; fi`
network-manager-1.27.91/Makefile.in-16604-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_cleanup_linux-test-cleanup.Tpo src/platform/tests/$(DEPDIR)/test_cleanup_linux-test-cleanup.Po
##############################################
network-manager-1.27.91/Makefile.in-16606-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16607:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_cleanup_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_cleanup_linux-test-cleanup.obj `if test -f 'src/platform/tests/test-cleanup.c'; then $(CYGPATH_W) 'src/platform/tests/test-cleanup.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-cleanup.c'; fi`
network-manager-1.27.91/Makefile.in-16608-
network-manager-1.27.91/Makefile.in-16609-src/platform/tests/test_link_fake-test-link.o: src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in:16610:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_link_fake-test-link.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_link_fake-test-link.Tpo -c -o src/platform/tests/test_link_fake-test-link.o `test -f 'src/platform/tests/test-link.c' || echo '$(srcdir)/'`src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in-16611-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_link_fake-test-link.Tpo src/platform/tests/$(DEPDIR)/test_link_fake-test-link.Po
##############################################
network-manager-1.27.91/Makefile.in-16613-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16614:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_link_fake-test-link.o `test -f 'src/platform/tests/test-link.c' || echo '$(srcdir)/'`src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in-16615-
network-manager-1.27.91/Makefile.in-16616-src/platform/tests/test_link_fake-test-link.obj: src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in:16617:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_link_fake-test-link.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_link_fake-test-link.Tpo -c -o src/platform/tests/test_link_fake-test-link.obj `if test -f 'src/platform/tests/test-link.c'; then $(CYGPATH_W) 'src/platform/tests/test-link.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-link.c'; fi`
network-manager-1.27.91/Makefile.in-16618-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_link_fake-test-link.Tpo src/platform/tests/$(DEPDIR)/test_link_fake-test-link.Po
##############################################
network-manager-1.27.91/Makefile.in-16620-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16621:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_link_fake-test-link.obj `if test -f 'src/platform/tests/test-link.c'; then $(CYGPATH_W) 'src/platform/tests/test-link.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-link.c'; fi`
network-manager-1.27.91/Makefile.in-16622-
network-manager-1.27.91/Makefile.in-16623-src/platform/tests/test_link_linux-test-link.o: src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in:16624:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_link_linux-test-link.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_link_linux-test-link.Tpo -c -o src/platform/tests/test_link_linux-test-link.o `test -f 'src/platform/tests/test-link.c' || echo '$(srcdir)/'`src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in-16625-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_link_linux-test-link.Tpo src/platform/tests/$(DEPDIR)/test_link_linux-test-link.Po
##############################################
network-manager-1.27.91/Makefile.in-16627-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16628:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_link_linux-test-link.o `test -f 'src/platform/tests/test-link.c' || echo '$(srcdir)/'`src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in-16629-
network-manager-1.27.91/Makefile.in-16630-src/platform/tests/test_link_linux-test-link.obj: src/platform/tests/test-link.c
network-manager-1.27.91/Makefile.in:16631:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_link_linux-test-link.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_link_linux-test-link.Tpo -c -o src/platform/tests/test_link_linux-test-link.obj `if test -f 'src/platform/tests/test-link.c'; then $(CYGPATH_W) 'src/platform/tests/test-link.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-link.c'; fi`
network-manager-1.27.91/Makefile.in-16632-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_link_linux-test-link.Tpo src/platform/tests/$(DEPDIR)/test_link_linux-test-link.Po
##############################################
network-manager-1.27.91/Makefile.in-16634-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16635:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_link_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_link_linux-test-link.obj `if test -f 'src/platform/tests/test-link.c'; then $(CYGPATH_W) 'src/platform/tests/test-link.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-link.c'; fi`
network-manager-1.27.91/Makefile.in-16636-
network-manager-1.27.91/Makefile.in-16637-src/platform/tests/test_nmp_object-test-nmp-object.o: src/platform/tests/test-nmp-object.c
network-manager-1.27.91/Makefile.in:16638:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_nmp_object_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_nmp_object-test-nmp-object.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_nmp_object-test-nmp-object.Tpo -c -o src/platform/tests/test_nmp_object-test-nmp-object.o `test -f 'src/platform/tests/test-nmp-object.c' || echo '$(srcdir)/'`src/platform/tests/test-nmp-object.c
network-manager-1.27.91/Makefile.in-16639-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_nmp_object-test-nmp-object.Tpo src/platform/tests/$(DEPDIR)/test_nmp_object-test-nmp-object.Po
##############################################
network-manager-1.27.91/Makefile.in-16641-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16642:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_nmp_object_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_nmp_object-test-nmp-object.o `test -f 'src/platform/tests/test-nmp-object.c' || echo '$(srcdir)/'`src/platform/tests/test-nmp-object.c
network-manager-1.27.91/Makefile.in-16643-
network-manager-1.27.91/Makefile.in-16644-src/platform/tests/test_nmp_object-test-nmp-object.obj: src/platform/tests/test-nmp-object.c
network-manager-1.27.91/Makefile.in:16645:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_nmp_object_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_nmp_object-test-nmp-object.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_nmp_object-test-nmp-object.Tpo -c -o src/platform/tests/test_nmp_object-test-nmp-object.obj `if test -f 'src/platform/tests/test-nmp-object.c'; then $(CYGPATH_W) 'src/platform/tests/test-nmp-object.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-nmp-object.c'; fi`
network-manager-1.27.91/Makefile.in-16646-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_nmp_object-test-nmp-object.Tpo src/platform/tests/$(DEPDIR)/test_nmp_object-test-nmp-object.Po
##############################################
network-manager-1.27.91/Makefile.in-16648-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16649:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_nmp_object_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_nmp_object-test-nmp-object.obj `if test -f 'src/platform/tests/test-nmp-object.c'; then $(CYGPATH_W) 'src/platform/tests/test-nmp-object.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-nmp-object.c'; fi`
network-manager-1.27.91/Makefile.in-16650-
network-manager-1.27.91/Makefile.in-16651-src/platform/tests/test_platform_general-test-platform-general.o: src/platform/tests/test-platform-general.c
network-manager-1.27.91/Makefile.in:16652:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_platform_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_platform_general-test-platform-general.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Tpo -c -o src/platform/tests/test_platform_general-test-platform-general.o `test -f 'src/platform/tests/test-platform-general.c' || echo '$(srcdir)/'`src/platform/tests/test-platform-general.c
network-manager-1.27.91/Makefile.in-16653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Tpo src/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Po
##############################################
network-manager-1.27.91/Makefile.in-16655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16656:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_platform_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_platform_general-test-platform-general.o `test -f 'src/platform/tests/test-platform-general.c' || echo '$(srcdir)/'`src/platform/tests/test-platform-general.c
network-manager-1.27.91/Makefile.in-16657-
network-manager-1.27.91/Makefile.in-16658-src/platform/tests/test_platform_general-test-platform-general.obj: src/platform/tests/test-platform-general.c
network-manager-1.27.91/Makefile.in:16659:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_platform_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_platform_general-test-platform-general.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Tpo -c -o src/platform/tests/test_platform_general-test-platform-general.obj `if test -f 'src/platform/tests/test-platform-general.c'; then $(CYGPATH_W) 'src/platform/tests/test-platform-general.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-platform-general.c'; fi`
network-manager-1.27.91/Makefile.in-16660-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Tpo src/platform/tests/$(DEPDIR)/test_platform_general-test-platform-general.Po
##############################################
network-manager-1.27.91/Makefile.in-16662-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16663:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_platform_general_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_platform_general-test-platform-general.obj `if test -f 'src/platform/tests/test-platform-general.c'; then $(CYGPATH_W) 'src/platform/tests/test-platform-general.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-platform-general.c'; fi`
network-manager-1.27.91/Makefile.in-16664-
network-manager-1.27.91/Makefile.in-16665-src/platform/tests/test_route_fake-test-route.o: src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in:16666:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_route_fake-test-route.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_route_fake-test-route.Tpo -c -o src/platform/tests/test_route_fake-test-route.o `test -f 'src/platform/tests/test-route.c' || echo '$(srcdir)/'`src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in-16667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_route_fake-test-route.Tpo src/platform/tests/$(DEPDIR)/test_route_fake-test-route.Po
##############################################
network-manager-1.27.91/Makefile.in-16669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_route_fake-test-route.o `test -f 'src/platform/tests/test-route.c' || echo '$(srcdir)/'`src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in-16671-
network-manager-1.27.91/Makefile.in-16672-src/platform/tests/test_route_fake-test-route.obj: src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in:16673:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_route_fake-test-route.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_route_fake-test-route.Tpo -c -o src/platform/tests/test_route_fake-test-route.obj `if test -f 'src/platform/tests/test-route.c'; then $(CYGPATH_W) 'src/platform/tests/test-route.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-route.c'; fi`
network-manager-1.27.91/Makefile.in-16674-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_route_fake-test-route.Tpo src/platform/tests/$(DEPDIR)/test_route_fake-test-route.Po
##############################################
network-manager-1.27.91/Makefile.in-16676-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16677:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_route_fake-test-route.obj `if test -f 'src/platform/tests/test-route.c'; then $(CYGPATH_W) 'src/platform/tests/test-route.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-route.c'; fi`
network-manager-1.27.91/Makefile.in-16678-
network-manager-1.27.91/Makefile.in-16679-src/platform/tests/test_route_linux-test-route.o: src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in:16680:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_route_linux-test-route.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_route_linux-test-route.Tpo -c -o src/platform/tests/test_route_linux-test-route.o `test -f 'src/platform/tests/test-route.c' || echo '$(srcdir)/'`src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in-16681-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_route_linux-test-route.Tpo src/platform/tests/$(DEPDIR)/test_route_linux-test-route.Po
##############################################
network-manager-1.27.91/Makefile.in-16683-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16684:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_route_linux-test-route.o `test -f 'src/platform/tests/test-route.c' || echo '$(srcdir)/'`src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in-16685-
network-manager-1.27.91/Makefile.in-16686-src/platform/tests/test_route_linux-test-route.obj: src/platform/tests/test-route.c
network-manager-1.27.91/Makefile.in:16687:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_route_linux-test-route.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_route_linux-test-route.Tpo -c -o src/platform/tests/test_route_linux-test-route.obj `if test -f 'src/platform/tests/test-route.c'; then $(CYGPATH_W) 'src/platform/tests/test-route.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-route.c'; fi`
network-manager-1.27.91/Makefile.in-16688-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_route_linux-test-route.Tpo src/platform/tests/$(DEPDIR)/test_route_linux-test-route.Po
##############################################
network-manager-1.27.91/Makefile.in-16690-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16691:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_route_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_route_linux-test-route.obj `if test -f 'src/platform/tests/test-route.c'; then $(CYGPATH_W) 'src/platform/tests/test-route.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-route.c'; fi`
network-manager-1.27.91/Makefile.in-16692-
network-manager-1.27.91/Makefile.in-16693-src/platform/tests/test_tc_fake-test-tc.o: src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in:16694:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_tc_fake-test-tc.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo -c -o src/platform/tests/test_tc_fake-test-tc.o `test -f 'src/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in-16695-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo src/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po
##############################################
network-manager-1.27.91/Makefile.in-16697-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16698:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_tc_fake-test-tc.o `test -f 'src/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in-16699-
network-manager-1.27.91/Makefile.in-16700-src/platform/tests/test_tc_fake-test-tc.obj: src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in:16701:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_tc_fake-test-tc.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo -c -o src/platform/tests/test_tc_fake-test-tc.obj `if test -f 'src/platform/tests/test-tc.c'; then $(CYGPATH_W) 'src/platform/tests/test-tc.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-tc.c'; fi`
network-manager-1.27.91/Makefile.in-16702-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Tpo src/platform/tests/$(DEPDIR)/test_tc_fake-test-tc.Po
##############################################
network-manager-1.27.91/Makefile.in-16704-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16705:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_fake_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_tc_fake-test-tc.obj `if test -f 'src/platform/tests/test-tc.c'; then $(CYGPATH_W) 'src/platform/tests/test-tc.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-tc.c'; fi`
network-manager-1.27.91/Makefile.in-16706-
network-manager-1.27.91/Makefile.in-16707-src/platform/tests/test_tc_linux-test-tc.o: src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in:16708:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_tc_linux-test-tc.o -MD -MP -MF src/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Tpo -c -o src/platform/tests/test_tc_linux-test-tc.o `test -f 'src/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in-16709-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Tpo src/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po
##############################################
network-manager-1.27.91/Makefile.in-16711-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16712:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_tc_linux-test-tc.o `test -f 'src/platform/tests/test-tc.c' || echo '$(srcdir)/'`src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in-16713-
network-manager-1.27.91/Makefile.in-16714-src/platform/tests/test_tc_linux-test-tc.obj: src/platform/tests/test-tc.c
network-manager-1.27.91/Makefile.in:16715:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/platform/tests/test_tc_linux-test-tc.obj -MD -MP -MF src/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Tpo -c -o src/platform/tests/test_tc_linux-test-tc.obj `if test -f 'src/platform/tests/test-tc.c'; then $(CYGPATH_W) 'src/platform/tests/test-tc.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-tc.c'; fi`
network-manager-1.27.91/Makefile.in-16716-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Tpo src/platform/tests/$(DEPDIR)/test_tc_linux-test-tc.Po
##############################################
network-manager-1.27.91/Makefile.in-16718-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16719:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_platform_tests_test_tc_linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/platform/tests/test_tc_linux-test-tc.obj `if test -f 'src/platform/tests/test-tc.c'; then $(CYGPATH_W) 'src/platform/tests/test-tc.c'; else $(CYGPATH_W) '$(srcdir)/src/platform/tests/test-tc.c'; fi`
network-manager-1.27.91/Makefile.in-16720-
network-manager-1.27.91/Makefile.in-16721-src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.o: src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
network-manager-1.27.91/Makefile.in:16722:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.o -MD -MP -MF src/settings/plugins/ifcfg-rh/tests/$(DEPDIR)/test_ifcfg_rh-test-ifcfg-rh.Tpo -c -o src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.o `test -f 'src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
network-manager-1.27.91/Makefile.in-16723-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/tests/$(DEPDIR)/test_ifcfg_rh-test-ifcfg-rh.Tpo src/settings/plugins/ifcfg-rh/tests/$(DEPDIR)/test_ifcfg_rh-test-ifcfg-rh.Po
##############################################
network-manager-1.27.91/Makefile.in-16725-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16726:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.o `test -f 'src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c' || echo '$(srcdir)/'`src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
network-manager-1.27.91/Makefile.in-16727-
network-manager-1.27.91/Makefile.in-16728-src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.obj: src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
network-manager-1.27.91/Makefile.in:16729:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.obj -MD -MP -MF src/settings/plugins/ifcfg-rh/tests/$(DEPDIR)/test_ifcfg_rh-test-ifcfg-rh.Tpo -c -o src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.obj `if test -f 'src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c'; then $(CYGPATH_W) 'src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c'; else $(CYGPATH_W) '$(srcdir)/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c'; fi`
network-manager-1.27.91/Makefile.in-16730-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifcfg-rh/tests/$(DEPDIR)/test_ifcfg_rh-test-ifcfg-rh.Tpo src/settings/plugins/ifcfg-rh/tests/$(DEPDIR)/test_ifcfg_rh-test-ifcfg-rh.Po
##############################################
network-manager-1.27.91/Makefile.in-16732-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16733:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifcfg-rh/tests/test_ifcfg_rh-test-ifcfg-rh.obj `if test -f 'src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c'; then $(CYGPATH_W) 'src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c'; else $(CYGPATH_W) '$(srcdir)/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c'; fi`
network-manager-1.27.91/Makefile.in-16734-
network-manager-1.27.91/Makefile.in-16735-src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.o: src/settings/plugins/ifupdown/tests/test-ifupdown.c
network-manager-1.27.91/Makefile.in:16736:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_tests_test_ifupdown_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.o -MD -MP -MF src/settings/plugins/ifupdown/tests/$(DEPDIR)/test_ifupdown-test-ifupdown.Tpo -c -o src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.o `test -f 'src/settings/plugins/ifupdown/tests/test-ifupdown.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/tests/test-ifupdown.c
network-manager-1.27.91/Makefile.in-16737-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifupdown/tests/$(DEPDIR)/test_ifupdown-test-ifupdown.Tpo src/settings/plugins/ifupdown/tests/$(DEPDIR)/test_ifupdown-test-ifupdown.Po
##############################################
network-manager-1.27.91/Makefile.in-16739-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16740:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_tests_test_ifupdown_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.o `test -f 'src/settings/plugins/ifupdown/tests/test-ifupdown.c' || echo '$(srcdir)/'`src/settings/plugins/ifupdown/tests/test-ifupdown.c
network-manager-1.27.91/Makefile.in-16741-
network-manager-1.27.91/Makefile.in-16742-src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.obj: src/settings/plugins/ifupdown/tests/test-ifupdown.c
network-manager-1.27.91/Makefile.in:16743:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_tests_test_ifupdown_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.obj -MD -MP -MF src/settings/plugins/ifupdown/tests/$(DEPDIR)/test_ifupdown-test-ifupdown.Tpo -c -o src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.obj `if test -f 'src/settings/plugins/ifupdown/tests/test-ifupdown.c'; then $(CYGPATH_W) 'src/settings/plugins/ifupdown/tests/test-ifupdown.c'; else $(CYGPATH_W) '$(srcdir)/src/settings/plugins/ifupdown/tests/test-ifupdown.c'; fi`
network-manager-1.27.91/Makefile.in-16744-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/ifupdown/tests/$(DEPDIR)/test_ifupdown-test-ifupdown.Tpo src/settings/plugins/ifupdown/tests/$(DEPDIR)/test_ifupdown-test-ifupdown.Po
##############################################
network-manager-1.27.91/Makefile.in-16746-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16747:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_ifupdown_tests_test_ifupdown_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/ifupdown/tests/test_ifupdown-test-ifupdown.obj `if test -f 'src/settings/plugins/ifupdown/tests/test-ifupdown.c'; then $(CYGPATH_W) 'src/settings/plugins/ifupdown/tests/test-ifupdown.c'; else $(CYGPATH_W) '$(srcdir)/src/settings/plugins/ifupdown/tests/test-ifupdown.c'; fi`
network-manager-1.27.91/Makefile.in-16748-
network-manager-1.27.91/Makefile.in-16749-src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.o: src/settings/plugins/keyfile/tests/test-keyfile-settings.c
network-manager-1.27.91/Makefile.in:16750:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_keyfile_tests_test_keyfile_settings_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.o -MD -MP -MF src/settings/plugins/keyfile/tests/$(DEPDIR)/test_keyfile_settings-test-keyfile-settings.Tpo -c -o src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.o `test -f 'src/settings/plugins/keyfile/tests/test-keyfile-settings.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/tests/test-keyfile-settings.c
network-manager-1.27.91/Makefile.in-16751-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/tests/$(DEPDIR)/test_keyfile_settings-test-keyfile-settings.Tpo src/settings/plugins/keyfile/tests/$(DEPDIR)/test_keyfile_settings-test-keyfile-settings.Po
##############################################
network-manager-1.27.91/Makefile.in-16753-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16754:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_keyfile_tests_test_keyfile_settings_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.o `test -f 'src/settings/plugins/keyfile/tests/test-keyfile-settings.c' || echo '$(srcdir)/'`src/settings/plugins/keyfile/tests/test-keyfile-settings.c
network-manager-1.27.91/Makefile.in-16755-
network-manager-1.27.91/Makefile.in-16756-src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.obj: src/settings/plugins/keyfile/tests/test-keyfile-settings.c
network-manager-1.27.91/Makefile.in:16757:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_keyfile_tests_test_keyfile_settings_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.obj -MD -MP -MF src/settings/plugins/keyfile/tests/$(DEPDIR)/test_keyfile_settings-test-keyfile-settings.Tpo -c -o src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.obj `if test -f 'src/settings/plugins/keyfile/tests/test-keyfile-settings.c'; then $(CYGPATH_W) 'src/settings/plugins/keyfile/tests/test-keyfile-settings.c'; else $(CYGPATH_W) '$(srcdir)/src/settings/plugins/keyfile/tests/test-keyfile-settings.c'; fi`
network-manager-1.27.91/Makefile.in-16758-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/settings/plugins/keyfile/tests/$(DEPDIR)/test_keyfile_settings-test-keyfile-settings.Tpo src/settings/plugins/keyfile/tests/$(DEPDIR)/test_keyfile_settings-test-keyfile-settings.Po
##############################################
network-manager-1.27.91/Makefile.in-16760-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16761:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_settings_plugins_keyfile_tests_test_keyfile_settings_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/settings/plugins/keyfile/tests/test_keyfile_settings-test-keyfile-settings.obj `if test -f 'src/settings/plugins/keyfile/tests/test-keyfile-settings.c'; then $(CYGPATH_W) 'src/settings/plugins/keyfile/tests/test-keyfile-settings.c'; else $(CYGPATH_W) '$(srcdir)/src/settings/plugins/keyfile/tests/test-keyfile-settings.c'; fi`
network-manager-1.27.91/Makefile.in-16762-
network-manager-1.27.91/Makefile.in-16763-src/supplicant/tests/test_supplicant_config-test-supplicant-config.o: src/supplicant/tests/test-supplicant-config.c
network-manager-1.27.91/Makefile.in:16764:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_supplicant_tests_test_supplicant_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/supplicant/tests/test_supplicant_config-test-supplicant-config.o -MD -MP -MF src/supplicant/tests/$(DEPDIR)/test_supplicant_config-test-supplicant-config.Tpo -c -o src/supplicant/tests/test_supplicant_config-test-supplicant-config.o `test -f 'src/supplicant/tests/test-supplicant-config.c' || echo '$(srcdir)/'`src/supplicant/tests/test-supplicant-config.c
network-manager-1.27.91/Makefile.in-16765-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/supplicant/tests/$(DEPDIR)/test_supplicant_config-test-supplicant-config.Tpo src/supplicant/tests/$(DEPDIR)/test_supplicant_config-test-supplicant-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16767-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16768:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_supplicant_tests_test_supplicant_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/supplicant/tests/test_supplicant_config-test-supplicant-config.o `test -f 'src/supplicant/tests/test-supplicant-config.c' || echo '$(srcdir)/'`src/supplicant/tests/test-supplicant-config.c
network-manager-1.27.91/Makefile.in-16769-
network-manager-1.27.91/Makefile.in-16770-src/supplicant/tests/test_supplicant_config-test-supplicant-config.obj: src/supplicant/tests/test-supplicant-config.c
network-manager-1.27.91/Makefile.in:16771:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_supplicant_tests_test_supplicant_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/supplicant/tests/test_supplicant_config-test-supplicant-config.obj -MD -MP -MF src/supplicant/tests/$(DEPDIR)/test_supplicant_config-test-supplicant-config.Tpo -c -o src/supplicant/tests/test_supplicant_config-test-supplicant-config.obj `if test -f 'src/supplicant/tests/test-supplicant-config.c'; then $(CYGPATH_W) 'src/supplicant/tests/test-supplicant-config.c'; else $(CYGPATH_W) '$(srcdir)/src/supplicant/tests/test-supplicant-config.c'; fi`
network-manager-1.27.91/Makefile.in-16772-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/supplicant/tests/$(DEPDIR)/test_supplicant_config-test-supplicant-config.Tpo src/supplicant/tests/$(DEPDIR)/test_supplicant_config-test-supplicant-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16774-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16775:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_supplicant_tests_test_supplicant_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/supplicant/tests/test_supplicant_config-test-supplicant-config.obj `if test -f 'src/supplicant/tests/test-supplicant-config.c'; then $(CYGPATH_W) 'src/supplicant/tests/test-supplicant-config.c'; else $(CYGPATH_W) '$(srcdir)/src/supplicant/tests/test-supplicant-config.c'; fi`
network-manager-1.27.91/Makefile.in-16776-
network-manager-1.27.91/Makefile.in-16777-src/tests/config/test_config-nm-test-device.o: src/tests/config/nm-test-device.c
network-manager-1.27.91/Makefile.in:16778:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/config/test_config-nm-test-device.o -MD -MP -MF src/tests/config/$(DEPDIR)/test_config-nm-test-device.Tpo -c -o src/tests/config/test_config-nm-test-device.o `test -f 'src/tests/config/nm-test-device.c' || echo '$(srcdir)/'`src/tests/config/nm-test-device.c
network-manager-1.27.91/Makefile.in-16779-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/config/$(DEPDIR)/test_config-nm-test-device.Tpo src/tests/config/$(DEPDIR)/test_config-nm-test-device.Po
##############################################
network-manager-1.27.91/Makefile.in-16781-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16782:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/config/test_config-nm-test-device.o `test -f 'src/tests/config/nm-test-device.c' || echo '$(srcdir)/'`src/tests/config/nm-test-device.c
network-manager-1.27.91/Makefile.in-16783-
network-manager-1.27.91/Makefile.in-16784-src/tests/config/test_config-nm-test-device.obj: src/tests/config/nm-test-device.c
network-manager-1.27.91/Makefile.in:16785:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/config/test_config-nm-test-device.obj -MD -MP -MF src/tests/config/$(DEPDIR)/test_config-nm-test-device.Tpo -c -o src/tests/config/test_config-nm-test-device.obj `if test -f 'src/tests/config/nm-test-device.c'; then $(CYGPATH_W) 'src/tests/config/nm-test-device.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/config/nm-test-device.c'; fi`
network-manager-1.27.91/Makefile.in-16786-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/config/$(DEPDIR)/test_config-nm-test-device.Tpo src/tests/config/$(DEPDIR)/test_config-nm-test-device.Po
##############################################
network-manager-1.27.91/Makefile.in-16788-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16789:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/config/test_config-nm-test-device.obj `if test -f 'src/tests/config/nm-test-device.c'; then $(CYGPATH_W) 'src/tests/config/nm-test-device.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/config/nm-test-device.c'; fi`
network-manager-1.27.91/Makefile.in-16790-
network-manager-1.27.91/Makefile.in-16791-src/tests/config/test_config-test-config.o: src/tests/config/test-config.c
network-manager-1.27.91/Makefile.in:16792:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/config/test_config-test-config.o -MD -MP -MF src/tests/config/$(DEPDIR)/test_config-test-config.Tpo -c -o src/tests/config/test_config-test-config.o `test -f 'src/tests/config/test-config.c' || echo '$(srcdir)/'`src/tests/config/test-config.c
network-manager-1.27.91/Makefile.in-16793-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/config/$(DEPDIR)/test_config-test-config.Tpo src/tests/config/$(DEPDIR)/test_config-test-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16795-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16796:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/config/test_config-test-config.o `test -f 'src/tests/config/test-config.c' || echo '$(srcdir)/'`src/tests/config/test-config.c
network-manager-1.27.91/Makefile.in-16797-
network-manager-1.27.91/Makefile.in-16798-src/tests/config/test_config-test-config.obj: src/tests/config/test-config.c
network-manager-1.27.91/Makefile.in:16799:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/config/test_config-test-config.obj -MD -MP -MF src/tests/config/$(DEPDIR)/test_config-test-config.Tpo -c -o src/tests/config/test_config-test-config.obj `if test -f 'src/tests/config/test-config.c'; then $(CYGPATH_W) 'src/tests/config/test-config.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/config/test-config.c'; fi`
network-manager-1.27.91/Makefile.in-16800-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/config/$(DEPDIR)/test_config-test-config.Tpo src/tests/config/$(DEPDIR)/test_config-test-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16802-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16803:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_config_test_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/config/test_config-test-config.obj `if test -f 'src/tests/config/test-config.c'; then $(CYGPATH_W) 'src/tests/config/test-config.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/config/test-config.c'; fi`
network-manager-1.27.91/Makefile.in-16804-
network-manager-1.27.91/Makefile.in-16805-src/tests/test_core-test-core.o: src/tests/test-core.c
network-manager-1.27.91/Makefile.in:16806:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_core-test-core.o -MD -MP -MF src/tests/$(DEPDIR)/test_core-test-core.Tpo -c -o src/tests/test_core-test-core.o `test -f 'src/tests/test-core.c' || echo '$(srcdir)/'`src/tests/test-core.c
network-manager-1.27.91/Makefile.in-16807-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_core-test-core.Tpo src/tests/$(DEPDIR)/test_core-test-core.Po
##############################################
network-manager-1.27.91/Makefile.in-16809-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16810:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_core-test-core.o `test -f 'src/tests/test-core.c' || echo '$(srcdir)/'`src/tests/test-core.c
network-manager-1.27.91/Makefile.in-16811-
network-manager-1.27.91/Makefile.in-16812-src/tests/test_core-test-core.obj: src/tests/test-core.c
network-manager-1.27.91/Makefile.in:16813:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_core-test-core.obj -MD -MP -MF src/tests/$(DEPDIR)/test_core-test-core.Tpo -c -o src/tests/test_core-test-core.obj `if test -f 'src/tests/test-core.c'; then $(CYGPATH_W) 'src/tests/test-core.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-core.c'; fi`
network-manager-1.27.91/Makefile.in-16814-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_core-test-core.Tpo src/tests/$(DEPDIR)/test_core-test-core.Po
##############################################
network-manager-1.27.91/Makefile.in-16816-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16817:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_core-test-core.obj `if test -f 'src/tests/test-core.c'; then $(CYGPATH_W) 'src/tests/test-core.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-core.c'; fi`
network-manager-1.27.91/Makefile.in-16818-
network-manager-1.27.91/Makefile.in-16819-src/tests/test_core_with_expect-test-core-with-expect.o: src/tests/test-core-with-expect.c
network-manager-1.27.91/Makefile.in:16820:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_with_expect_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_core_with_expect-test-core-with-expect.o -MD -MP -MF src/tests/$(DEPDIR)/test_core_with_expect-test-core-with-expect.Tpo -c -o src/tests/test_core_with_expect-test-core-with-expect.o `test -f 'src/tests/test-core-with-expect.c' || echo '$(srcdir)/'`src/tests/test-core-with-expect.c
network-manager-1.27.91/Makefile.in-16821-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_core_with_expect-test-core-with-expect.Tpo src/tests/$(DEPDIR)/test_core_with_expect-test-core-with-expect.Po
##############################################
network-manager-1.27.91/Makefile.in-16823-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16824:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_with_expect_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_core_with_expect-test-core-with-expect.o `test -f 'src/tests/test-core-with-expect.c' || echo '$(srcdir)/'`src/tests/test-core-with-expect.c
network-manager-1.27.91/Makefile.in-16825-
network-manager-1.27.91/Makefile.in-16826-src/tests/test_core_with_expect-test-core-with-expect.obj: src/tests/test-core-with-expect.c
network-manager-1.27.91/Makefile.in:16827:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_with_expect_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_core_with_expect-test-core-with-expect.obj -MD -MP -MF src/tests/$(DEPDIR)/test_core_with_expect-test-core-with-expect.Tpo -c -o src/tests/test_core_with_expect-test-core-with-expect.obj `if test -f 'src/tests/test-core-with-expect.c'; then $(CYGPATH_W) 'src/tests/test-core-with-expect.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-core-with-expect.c'; fi`
network-manager-1.27.91/Makefile.in-16828-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_core_with_expect-test-core-with-expect.Tpo src/tests/$(DEPDIR)/test_core_with_expect-test-core-with-expect.Po
##############################################
network-manager-1.27.91/Makefile.in-16830-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16831:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_core_with_expect_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_core_with_expect-test-core-with-expect.obj `if test -f 'src/tests/test-core-with-expect.c'; then $(CYGPATH_W) 'src/tests/test-core-with-expect.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-core-with-expect.c'; fi`
network-manager-1.27.91/Makefile.in-16832-
network-manager-1.27.91/Makefile.in-16833-src/tests/test_dcb-test-dcb.o: src/tests/test-dcb.c
network-manager-1.27.91/Makefile.in:16834:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_dcb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_dcb-test-dcb.o -MD -MP -MF src/tests/$(DEPDIR)/test_dcb-test-dcb.Tpo -c -o src/tests/test_dcb-test-dcb.o `test -f 'src/tests/test-dcb.c' || echo '$(srcdir)/'`src/tests/test-dcb.c
network-manager-1.27.91/Makefile.in-16835-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_dcb-test-dcb.Tpo src/tests/$(DEPDIR)/test_dcb-test-dcb.Po
##############################################
network-manager-1.27.91/Makefile.in-16837-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16838:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_dcb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_dcb-test-dcb.o `test -f 'src/tests/test-dcb.c' || echo '$(srcdir)/'`src/tests/test-dcb.c
network-manager-1.27.91/Makefile.in-16839-
network-manager-1.27.91/Makefile.in-16840-src/tests/test_dcb-test-dcb.obj: src/tests/test-dcb.c
network-manager-1.27.91/Makefile.in:16841:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_dcb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_dcb-test-dcb.obj -MD -MP -MF src/tests/$(DEPDIR)/test_dcb-test-dcb.Tpo -c -o src/tests/test_dcb-test-dcb.obj `if test -f 'src/tests/test-dcb.c'; then $(CYGPATH_W) 'src/tests/test-dcb.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-dcb.c'; fi`
network-manager-1.27.91/Makefile.in-16842-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_dcb-test-dcb.Tpo src/tests/$(DEPDIR)/test_dcb-test-dcb.Po
##############################################
network-manager-1.27.91/Makefile.in-16844-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16845:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_dcb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_dcb-test-dcb.obj `if test -f 'src/tests/test-dcb.c'; then $(CYGPATH_W) 'src/tests/test-dcb.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-dcb.c'; fi`
network-manager-1.27.91/Makefile.in-16846-
network-manager-1.27.91/Makefile.in-16847-src/tests/test_ip4_config-test-ip4-config.o: src/tests/test-ip4-config.c
network-manager-1.27.91/Makefile.in:16848:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip4_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_ip4_config-test-ip4-config.o -MD -MP -MF src/tests/$(DEPDIR)/test_ip4_config-test-ip4-config.Tpo -c -o src/tests/test_ip4_config-test-ip4-config.o `test -f 'src/tests/test-ip4-config.c' || echo '$(srcdir)/'`src/tests/test-ip4-config.c
network-manager-1.27.91/Makefile.in-16849-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_ip4_config-test-ip4-config.Tpo src/tests/$(DEPDIR)/test_ip4_config-test-ip4-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16851-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16852:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip4_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_ip4_config-test-ip4-config.o `test -f 'src/tests/test-ip4-config.c' || echo '$(srcdir)/'`src/tests/test-ip4-config.c
network-manager-1.27.91/Makefile.in-16853-
network-manager-1.27.91/Makefile.in-16854-src/tests/test_ip4_config-test-ip4-config.obj: src/tests/test-ip4-config.c
network-manager-1.27.91/Makefile.in:16855:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip4_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_ip4_config-test-ip4-config.obj -MD -MP -MF src/tests/$(DEPDIR)/test_ip4_config-test-ip4-config.Tpo -c -o src/tests/test_ip4_config-test-ip4-config.obj `if test -f 'src/tests/test-ip4-config.c'; then $(CYGPATH_W) 'src/tests/test-ip4-config.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-ip4-config.c'; fi`
network-manager-1.27.91/Makefile.in-16856-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_ip4_config-test-ip4-config.Tpo src/tests/$(DEPDIR)/test_ip4_config-test-ip4-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16858-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16859:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip4_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_ip4_config-test-ip4-config.obj `if test -f 'src/tests/test-ip4-config.c'; then $(CYGPATH_W) 'src/tests/test-ip4-config.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-ip4-config.c'; fi`
network-manager-1.27.91/Makefile.in-16860-
network-manager-1.27.91/Makefile.in-16861-src/tests/test_ip6_config-test-ip6-config.o: src/tests/test-ip6-config.c
network-manager-1.27.91/Makefile.in:16862:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip6_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_ip6_config-test-ip6-config.o -MD -MP -MF src/tests/$(DEPDIR)/test_ip6_config-test-ip6-config.Tpo -c -o src/tests/test_ip6_config-test-ip6-config.o `test -f 'src/tests/test-ip6-config.c' || echo '$(srcdir)/'`src/tests/test-ip6-config.c
network-manager-1.27.91/Makefile.in-16863-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_ip6_config-test-ip6-config.Tpo src/tests/$(DEPDIR)/test_ip6_config-test-ip6-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16865-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16866:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip6_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_ip6_config-test-ip6-config.o `test -f 'src/tests/test-ip6-config.c' || echo '$(srcdir)/'`src/tests/test-ip6-config.c
network-manager-1.27.91/Makefile.in-16867-
network-manager-1.27.91/Makefile.in-16868-src/tests/test_ip6_config-test-ip6-config.obj: src/tests/test-ip6-config.c
network-manager-1.27.91/Makefile.in:16869:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip6_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_ip6_config-test-ip6-config.obj -MD -MP -MF src/tests/$(DEPDIR)/test_ip6_config-test-ip6-config.Tpo -c -o src/tests/test_ip6_config-test-ip6-config.obj `if test -f 'src/tests/test-ip6-config.c'; then $(CYGPATH_W) 'src/tests/test-ip6-config.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-ip6-config.c'; fi`
network-manager-1.27.91/Makefile.in-16870-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_ip6_config-test-ip6-config.Tpo src/tests/$(DEPDIR)/test_ip6_config-test-ip6-config.Po
##############################################
network-manager-1.27.91/Makefile.in-16872-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16873:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_ip6_config_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_ip6_config-test-ip6-config.obj `if test -f 'src/tests/test-ip6-config.c'; then $(CYGPATH_W) 'src/tests/test-ip6-config.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-ip6-config.c'; fi`
network-manager-1.27.91/Makefile.in-16874-
network-manager-1.27.91/Makefile.in-16875-src/tests/test_l3cfg-test-l3cfg.o: src/tests/test-l3cfg.c
network-manager-1.27.91/Makefile.in:16876:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_l3cfg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_l3cfg-test-l3cfg.o -MD -MP -MF src/tests/$(DEPDIR)/test_l3cfg-test-l3cfg.Tpo -c -o src/tests/test_l3cfg-test-l3cfg.o `test -f 'src/tests/test-l3cfg.c' || echo '$(srcdir)/'`src/tests/test-l3cfg.c
network-manager-1.27.91/Makefile.in-16877-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_l3cfg-test-l3cfg.Tpo src/tests/$(DEPDIR)/test_l3cfg-test-l3cfg.Po
##############################################
network-manager-1.27.91/Makefile.in-16879-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16880:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_l3cfg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_l3cfg-test-l3cfg.o `test -f 'src/tests/test-l3cfg.c' || echo '$(srcdir)/'`src/tests/test-l3cfg.c
network-manager-1.27.91/Makefile.in-16881-
network-manager-1.27.91/Makefile.in-16882-src/tests/test_l3cfg-test-l3cfg.obj: src/tests/test-l3cfg.c
network-manager-1.27.91/Makefile.in:16883:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_l3cfg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_l3cfg-test-l3cfg.obj -MD -MP -MF src/tests/$(DEPDIR)/test_l3cfg-test-l3cfg.Tpo -c -o src/tests/test_l3cfg-test-l3cfg.obj `if test -f 'src/tests/test-l3cfg.c'; then $(CYGPATH_W) 'src/tests/test-l3cfg.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-l3cfg.c'; fi`
network-manager-1.27.91/Makefile.in-16884-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_l3cfg-test-l3cfg.Tpo src/tests/$(DEPDIR)/test_l3cfg-test-l3cfg.Po
##############################################
network-manager-1.27.91/Makefile.in-16886-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16887:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_l3cfg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_l3cfg-test-l3cfg.obj `if test -f 'src/tests/test-l3cfg.c'; then $(CYGPATH_W) 'src/tests/test-l3cfg.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-l3cfg.c'; fi`
network-manager-1.27.91/Makefile.in-16888-
network-manager-1.27.91/Makefile.in-16889-src/tests/test_systemd-test-systemd.o: src/tests/test-systemd.c
network-manager-1.27.91/Makefile.in:16890:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_systemd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_systemd-test-systemd.o -MD -MP -MF src/tests/$(DEPDIR)/test_systemd-test-systemd.Tpo -c -o src/tests/test_systemd-test-systemd.o `test -f 'src/tests/test-systemd.c' || echo '$(srcdir)/'`src/tests/test-systemd.c
network-manager-1.27.91/Makefile.in-16891-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_systemd-test-systemd.Tpo src/tests/$(DEPDIR)/test_systemd-test-systemd.Po
##############################################
network-manager-1.27.91/Makefile.in-16893-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16894:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_systemd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_systemd-test-systemd.o `test -f 'src/tests/test-systemd.c' || echo '$(srcdir)/'`src/tests/test-systemd.c
network-manager-1.27.91/Makefile.in-16895-
network-manager-1.27.91/Makefile.in-16896-src/tests/test_systemd-test-systemd.obj: src/tests/test-systemd.c
network-manager-1.27.91/Makefile.in:16897:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_systemd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_systemd-test-systemd.obj -MD -MP -MF src/tests/$(DEPDIR)/test_systemd-test-systemd.Tpo -c -o src/tests/test_systemd-test-systemd.obj `if test -f 'src/tests/test-systemd.c'; then $(CYGPATH_W) 'src/tests/test-systemd.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-systemd.c'; fi`
network-manager-1.27.91/Makefile.in-16898-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_systemd-test-systemd.Tpo src/tests/$(DEPDIR)/test_systemd-test-systemd.Po
##############################################
network-manager-1.27.91/Makefile.in-16900-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16901:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_systemd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_systemd-test-systemd.obj `if test -f 'src/tests/test-systemd.c'; then $(CYGPATH_W) 'src/tests/test-systemd.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-systemd.c'; fi`
network-manager-1.27.91/Makefile.in-16902-
network-manager-1.27.91/Makefile.in-16903-src/tests/test_utils-test-utils.o: src/tests/test-utils.c
network-manager-1.27.91/Makefile.in:16904:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_utils-test-utils.o -MD -MP -MF src/tests/$(DEPDIR)/test_utils-test-utils.Tpo -c -o src/tests/test_utils-test-utils.o `test -f 'src/tests/test-utils.c' || echo '$(srcdir)/'`src/tests/test-utils.c
network-manager-1.27.91/Makefile.in-16905-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_utils-test-utils.Tpo src/tests/$(DEPDIR)/test_utils-test-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-16907-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16908:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_utils-test-utils.o `test -f 'src/tests/test-utils.c' || echo '$(srcdir)/'`src/tests/test-utils.c
network-manager-1.27.91/Makefile.in-16909-
network-manager-1.27.91/Makefile.in-16910-src/tests/test_utils-test-utils.obj: src/tests/test-utils.c
network-manager-1.27.91/Makefile.in:16911:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_utils-test-utils.obj -MD -MP -MF src/tests/$(DEPDIR)/test_utils-test-utils.Tpo -c -o src/tests/test_utils-test-utils.obj `if test -f 'src/tests/test-utils.c'; then $(CYGPATH_W) 'src/tests/test-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-utils.c'; fi`
network-manager-1.27.91/Makefile.in-16912-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_utils-test-utils.Tpo src/tests/$(DEPDIR)/test_utils-test-utils.Po
##############################################
network-manager-1.27.91/Makefile.in-16914-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16915:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_utils_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_utils-test-utils.obj `if test -f 'src/tests/test-utils.c'; then $(CYGPATH_W) 'src/tests/test-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-utils.c'; fi`
network-manager-1.27.91/Makefile.in-16916-
network-manager-1.27.91/Makefile.in-16917-src/tests/test_wired_defname-test-wired-defname.o: src/tests/test-wired-defname.c
network-manager-1.27.91/Makefile.in:16918:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_wired_defname_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_wired_defname-test-wired-defname.o -MD -MP -MF src/tests/$(DEPDIR)/test_wired_defname-test-wired-defname.Tpo -c -o src/tests/test_wired_defname-test-wired-defname.o `test -f 'src/tests/test-wired-defname.c' || echo '$(srcdir)/'`src/tests/test-wired-defname.c
network-manager-1.27.91/Makefile.in-16919-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_wired_defname-test-wired-defname.Tpo src/tests/$(DEPDIR)/test_wired_defname-test-wired-defname.Po
##############################################
network-manager-1.27.91/Makefile.in-16921-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16922:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_wired_defname_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_wired_defname-test-wired-defname.o `test -f 'src/tests/test-wired-defname.c' || echo '$(srcdir)/'`src/tests/test-wired-defname.c
network-manager-1.27.91/Makefile.in-16923-
network-manager-1.27.91/Makefile.in-16924-src/tests/test_wired_defname-test-wired-defname.obj: src/tests/test-wired-defname.c
network-manager-1.27.91/Makefile.in:16925:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_wired_defname_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tests/test_wired_defname-test-wired-defname.obj -MD -MP -MF src/tests/$(DEPDIR)/test_wired_defname-test-wired-defname.Tpo -c -o src/tests/test_wired_defname-test-wired-defname.obj `if test -f 'src/tests/test-wired-defname.c'; then $(CYGPATH_W) 'src/tests/test-wired-defname.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-wired-defname.c'; fi`
network-manager-1.27.91/Makefile.in-16926-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/tests/$(DEPDIR)/test_wired_defname-test-wired-defname.Tpo src/tests/$(DEPDIR)/test_wired_defname-test-wired-defname.Po
##############################################
network-manager-1.27.91/Makefile.in-16928-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16929:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_tests_test_wired_defname_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tests/test_wired_defname-test-wired-defname.obj `if test -f 'src/tests/test-wired-defname.c'; then $(CYGPATH_W) 'src/tests/test-wired-defname.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/test-wired-defname.c'; fi`
network-manager-1.27.91/Makefile.in-16930-
network-manager-1.27.91/Makefile.in-16931-.cpp.o:
network-manager-1.27.91/Makefile.in:16932:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
network-manager-1.27.91/Makefile.in-16933-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
network-manager-1.27.91/Makefile.in-16939-.cpp.obj:
network-manager-1.27.91/Makefile.in:16940:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
network-manager-1.27.91/Makefile.in:16941:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
network-manager-1.27.91/Makefile.in-16942-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
network-manager-1.27.91/Makefile.in-16944-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16945:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
network-manager-1.27.91/Makefile.in-16946-
network-manager-1.27.91/Makefile.in-16947-.cpp.lo:
network-manager-1.27.91/Makefile.in:16948:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
network-manager-1.27.91/Makefile.in-16949-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
network-manager-1.27.91/Makefile.in-16955-examples/C/qt/add_connection_wired-add-connection-wired.o: examples/C/qt/add-connection-wired.cpp
network-manager-1.27.91/Makefile.in:16956:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_add_connection_wired_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/add_connection_wired-add-connection-wired.o -MD -MP -MF examples/C/qt/$(DEPDIR)/add_connection_wired-add-connection-wired.Tpo -c -o examples/C/qt/add_connection_wired-add-connection-wired.o `test -f 'examples/C/qt/add-connection-wired.cpp' || echo '$(srcdir)/'`examples/C/qt/add-connection-wired.cpp
network-manager-1.27.91/Makefile.in-16957-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/add_connection_wired-add-connection-wired.Tpo examples/C/qt/$(DEPDIR)/add_connection_wired-add-connection-wired.Po
##############################################
network-manager-1.27.91/Makefile.in-16959-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16960:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_add_connection_wired_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/add_connection_wired-add-connection-wired.o `test -f 'examples/C/qt/add-connection-wired.cpp' || echo '$(srcdir)/'`examples/C/qt/add-connection-wired.cpp
network-manager-1.27.91/Makefile.in-16961-
network-manager-1.27.91/Makefile.in-16962-examples/C/qt/add_connection_wired-add-connection-wired.obj: examples/C/qt/add-connection-wired.cpp
network-manager-1.27.91/Makefile.in:16963:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_add_connection_wired_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/add_connection_wired-add-connection-wired.obj -MD -MP -MF examples/C/qt/$(DEPDIR)/add_connection_wired-add-connection-wired.Tpo -c -o examples/C/qt/add_connection_wired-add-connection-wired.obj `if test -f 'examples/C/qt/add-connection-wired.cpp'; then $(CYGPATH_W) 'examples/C/qt/add-connection-wired.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/add-connection-wired.cpp'; fi`
network-manager-1.27.91/Makefile.in-16964-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/add_connection_wired-add-connection-wired.Tpo examples/C/qt/$(DEPDIR)/add_connection_wired-add-connection-wired.Po
##############################################
network-manager-1.27.91/Makefile.in-16966-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16967:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_add_connection_wired_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/add_connection_wired-add-connection-wired.obj `if test -f 'examples/C/qt/add-connection-wired.cpp'; then $(CYGPATH_W) 'examples/C/qt/add-connection-wired.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/add-connection-wired.cpp'; fi`
network-manager-1.27.91/Makefile.in-16968-
network-manager-1.27.91/Makefile.in-16969-examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.o: examples/C/qt/change-ipv4-addresses.cpp
network-manager-1.27.91/Makefile.in:16970:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_change_ipv4_addresses_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.o -MD -MP -MF examples/C/qt/$(DEPDIR)/change_ipv4_addresses-change-ipv4-addresses.Tpo -c -o examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.o `test -f 'examples/C/qt/change-ipv4-addresses.cpp' || echo '$(srcdir)/'`examples/C/qt/change-ipv4-addresses.cpp
network-manager-1.27.91/Makefile.in-16971-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/change_ipv4_addresses-change-ipv4-addresses.Tpo examples/C/qt/$(DEPDIR)/change_ipv4_addresses-change-ipv4-addresses.Po
##############################################
network-manager-1.27.91/Makefile.in-16973-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16974:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_change_ipv4_addresses_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.o `test -f 'examples/C/qt/change-ipv4-addresses.cpp' || echo '$(srcdir)/'`examples/C/qt/change-ipv4-addresses.cpp
network-manager-1.27.91/Makefile.in-16975-
network-manager-1.27.91/Makefile.in-16976-examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.obj: examples/C/qt/change-ipv4-addresses.cpp
network-manager-1.27.91/Makefile.in:16977:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_change_ipv4_addresses_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.obj -MD -MP -MF examples/C/qt/$(DEPDIR)/change_ipv4_addresses-change-ipv4-addresses.Tpo -c -o examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.obj `if test -f 'examples/C/qt/change-ipv4-addresses.cpp'; then $(CYGPATH_W) 'examples/C/qt/change-ipv4-addresses.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/change-ipv4-addresses.cpp'; fi`
network-manager-1.27.91/Makefile.in-16978-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/change_ipv4_addresses-change-ipv4-addresses.Tpo examples/C/qt/$(DEPDIR)/change_ipv4_addresses-change-ipv4-addresses.Po
##############################################
network-manager-1.27.91/Makefile.in-16980-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16981:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_change_ipv4_addresses_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/change_ipv4_addresses-change-ipv4-addresses.obj `if test -f 'examples/C/qt/change-ipv4-addresses.cpp'; then $(CYGPATH_W) 'examples/C/qt/change-ipv4-addresses.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/change-ipv4-addresses.cpp'; fi`
network-manager-1.27.91/Makefile.in-16982-
network-manager-1.27.91/Makefile.in-16983-examples/C/qt/list_connections-list-connections.o: examples/C/qt/list-connections.cpp
network-manager-1.27.91/Makefile.in:16984:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_list_connections_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/list_connections-list-connections.o -MD -MP -MF examples/C/qt/$(DEPDIR)/list_connections-list-connections.Tpo -c -o examples/C/qt/list_connections-list-connections.o `test -f 'examples/C/qt/list-connections.cpp' || echo '$(srcdir)/'`examples/C/qt/list-connections.cpp
network-manager-1.27.91/Makefile.in-16985-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/list_connections-list-connections.Tpo examples/C/qt/$(DEPDIR)/list_connections-list-connections.Po
##############################################
network-manager-1.27.91/Makefile.in-16987-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16988:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_list_connections_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/list_connections-list-connections.o `test -f 'examples/C/qt/list-connections.cpp' || echo '$(srcdir)/'`examples/C/qt/list-connections.cpp
network-manager-1.27.91/Makefile.in-16989-
network-manager-1.27.91/Makefile.in-16990-examples/C/qt/list_connections-list-connections.obj: examples/C/qt/list-connections.cpp
network-manager-1.27.91/Makefile.in:16991:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_list_connections_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/list_connections-list-connections.obj -MD -MP -MF examples/C/qt/$(DEPDIR)/list_connections-list-connections.Tpo -c -o examples/C/qt/list_connections-list-connections.obj `if test -f 'examples/C/qt/list-connections.cpp'; then $(CYGPATH_W) 'examples/C/qt/list-connections.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/list-connections.cpp'; fi`
network-manager-1.27.91/Makefile.in-16992-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/list_connections-list-connections.Tpo examples/C/qt/$(DEPDIR)/list_connections-list-connections.Po
##############################################
network-manager-1.27.91/Makefile.in-16994-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:16995:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_list_connections_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/list_connections-list-connections.obj `if test -f 'examples/C/qt/list-connections.cpp'; then $(CYGPATH_W) 'examples/C/qt/list-connections.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/list-connections.cpp'; fi`
network-manager-1.27.91/Makefile.in-16996-
network-manager-1.27.91/Makefile.in-16997-examples/C/qt/monitor_nm_running-monitor-nm-running.o: examples/C/qt/monitor-nm-running.cpp
network-manager-1.27.91/Makefile.in:16998:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_monitor_nm_running_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/monitor_nm_running-monitor-nm-running.o -MD -MP -MF examples/C/qt/$(DEPDIR)/monitor_nm_running-monitor-nm-running.Tpo -c -o examples/C/qt/monitor_nm_running-monitor-nm-running.o `test -f 'examples/C/qt/monitor-nm-running.cpp' || echo '$(srcdir)/'`examples/C/qt/monitor-nm-running.cpp
network-manager-1.27.91/Makefile.in-16999-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/monitor_nm_running-monitor-nm-running.Tpo examples/C/qt/$(DEPDIR)/monitor_nm_running-monitor-nm-running.Po
##############################################
network-manager-1.27.91/Makefile.in-17001-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:17002:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_monitor_nm_running_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/monitor_nm_running-monitor-nm-running.o `test -f 'examples/C/qt/monitor-nm-running.cpp' || echo '$(srcdir)/'`examples/C/qt/monitor-nm-running.cpp
network-manager-1.27.91/Makefile.in-17003-
network-manager-1.27.91/Makefile.in-17004-examples/C/qt/monitor_nm_running-monitor-nm-running.obj: examples/C/qt/monitor-nm-running.cpp
network-manager-1.27.91/Makefile.in:17005:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_monitor_nm_running_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT examples/C/qt/monitor_nm_running-monitor-nm-running.obj -MD -MP -MF examples/C/qt/$(DEPDIR)/monitor_nm_running-monitor-nm-running.Tpo -c -o examples/C/qt/monitor_nm_running-monitor-nm-running.obj `if test -f 'examples/C/qt/monitor-nm-running.cpp'; then $(CYGPATH_W) 'examples/C/qt/monitor-nm-running.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/monitor-nm-running.cpp'; fi`
network-manager-1.27.91/Makefile.in-17006-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) examples/C/qt/$(DEPDIR)/monitor_nm_running-monitor-nm-running.Tpo examples/C/qt/$(DEPDIR)/monitor_nm_running-monitor-nm-running.Po
##############################################
network-manager-1.27.91/Makefile.in-17008-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
network-manager-1.27.91/Makefile.in:17009:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_C_qt_monitor_nm_running_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o examples/C/qt/monitor_nm_running-monitor-nm-running.obj `if test -f 'examples/C/qt/monitor-nm-running.cpp'; then $(CYGPATH_W) 'examples/C/qt/monitor-nm-running.cpp'; else $(CYGPATH_W) '$(srcdir)/examples/C/qt/monitor-nm-running.cpp'; fi`
network-manager-1.27.91/Makefile.in-17010-
##############################################
network-manager-1.27.91/Makefile.in-17100-	test -n "$(man1dir)" \
network-manager-1.27.91/Makefile.in:17101:	  && test -n "`echo $$list1$$list2`" \
network-manager-1.27.91/Makefile.in-17102-	  || exit 0; \
##############################################
network-manager-1.27.91/Makefile.in-17143-	test -n "$(man5dir)" \
network-manager-1.27.91/Makefile.in:17144:	  && test -n "`echo $$list1$$list2`" \
network-manager-1.27.91/Makefile.in-17145-	  || exit 0; \
##############################################
network-manager-1.27.91/Makefile.in-17186-	test -n "$(man7dir)" \
network-manager-1.27.91/Makefile.in:17187:	  && test -n "`echo $$list1$$list2`" \
network-manager-1.27.91/Makefile.in-17188-	  || exit 0; \
##############################################
network-manager-1.27.91/Makefile.in-17229-	test -n "$(man8dir)" \
network-manager-1.27.91/Makefile.in:17230:	  && test -n "`echo $$list1$$list2`" \
network-manager-1.27.91/Makefile.in-17231-	  || exit 0; \
##############################################
network-manager-1.27.91/Makefile.in-17286-	@list='$(dbusactivation_DATA)'; test -n "$(dbusactivationdir)" || list=; \
network-manager-1.27.91/Makefile.in:17287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17288-	dir='$(DESTDIR)$(dbusactivationdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17307-	@list='$(dbusinterfaces_DATA)'; test -n "$(dbusinterfacesdir)" || list=; \
network-manager-1.27.91/Makefile.in:17308:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17309-	dir='$(DESTDIR)$(dbusinterfacesdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17328-	@list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
network-manager-1.27.91/Makefile.in:17329:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17330-	dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17349-	@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
network-manager-1.27.91/Makefile.in:17350:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17351-	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17370-	@list='$(firewalldzone_DATA)'; test -n "$(firewalldzonedir)" || list=; \
network-manager-1.27.91/Makefile.in:17371:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17372-	dir='$(DESTDIR)$(firewalldzonedir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17391-	@list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
network-manager-1.27.91/Makefile.in:17392:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17393-	dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17412-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
network-manager-1.27.91/Makefile.in:17413:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17414-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17433-	@list='$(polkit_policy_DATA)'; test -n "$(polkit_policydir)" || list=; \
network-manager-1.27.91/Makefile.in:17434:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17435-	dir='$(DESTDIR)$(polkit_policydir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17454-	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
network-manager-1.27.91/Makefile.in:17455:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17456-	dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17475-	@list='$(systemdnmunit_DATA)'; test -n "$(systemdnmunitdir)" || list=; \
network-manager-1.27.91/Makefile.in:17476:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17477-	dir='$(DESTDIR)$(systemdnmunitdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17496-	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
network-manager-1.27.91/Makefile.in:17497:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17498-	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17517-	@list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
network-manager-1.27.91/Makefile.in:17518:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17519-	dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17538-	@list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
network-manager-1.27.91/Makefile.in:17539:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17540-	dir='$(DESTDIR)$(udevrulesdir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17559-	@list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
network-manager-1.27.91/Makefile.in:17560:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17561-	dir='$(DESTDIR)$(vapidir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17580-	@list='$(libnminclude_HEADERS)'; test -n "$(libnmincludedir)" || list=; \
network-manager-1.27.91/Makefile.in:17581:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17582-	dir='$(DESTDIR)$(libnmincludedir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17601-	@list='$(nodist_libnminclude_HEADERS)'; test -n "$(libnmincludedir)" || list=; \
network-manager-1.27.91/Makefile.in:17602:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
network-manager-1.27.91/Makefile.in-17603-	dir='$(DESTDIR)$(libnmincludedir)'; $(am__uninstall_files_from_dir)
##############################################
network-manager-1.27.91/Makefile.in-17618-	dot_seen=no; \
network-manager-1.27.91/Makefile.in:17619:	target=`echo $@ | sed s/-recursive//`; \
network-manager-1.27.91/Makefile.in-17620-	case "$@" in \
##############################################
network-manager-1.27.91/Makefile.in-17681-GTAGS:
network-manager-1.27.91/Makefile.in:17682:	here=`$(am__cd) $(top_builddir) && pwd` \
network-manager-1.27.91/Makefile.in-17683-	  && $(am__cd) $(top_srcdir) \
##############################################
network-manager-1.27.91/Makefile.in-17728-	if test -n "$$redo_bases"; then \
network-manager-1.27.91/Makefile.in:17729:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
network-manager-1.27.91/Makefile.in:17730:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
network-manager-1.27.91/Makefile.in-17731-	  if $(am__make_dryrun); then :; else \
##############################################
network-manager-1.27.91/Makefile.in-17753-	ws='[ 	]'; \
network-manager-1.27.91/Makefile.in:17754:	results=`for b in $$bases; do echo $$b.trs; done`; \
network-manager-1.27.91/Makefile.in-17755-	test -n "$$results" || results=/dev/null; \
network-manager-1.27.91/Makefile.in:17756:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17757:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17758:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17759:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17760:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17761:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17762:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
network-manager-1.27.91/Makefile.in:17763:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
network-manager-1.27.91/Makefile.in-17764-	  success=true; \
##############################################
network-manager-1.27.91/Makefile.in-17832-	@set +e; $(am__set_TESTS_bases); \
network-manager-1.27.91/Makefile.in:17833:	log_list=`for i in $$bases; do echo $$i.log; done`; \
network-manager-1.27.91/Makefile.in:17834:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
network-manager-1.27.91/Makefile.in:17835:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
network-manager-1.27.91/Makefile.in-17836-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
network-manager-1.27.91/Makefile.in-17842-	         | $(am__list_recheck_tests)` || exit 1; \
network-manager-1.27.91/Makefile.in:17843:	log_list=`for i in $$bases; do echo $$i.log; done`; \
network-manager-1.27.91/Makefile.in:17844:	log_list=`echo $$log_list`; \
network-manager-1.27.91/Makefile.in-17845-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
network-manager-1.27.91/Makefile.in-18240-	test -d "$(distdir)" || mkdir "$(distdir)"
network-manager-1.27.91/Makefile.in:18241:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
network-manager-1.27.91/Makefile.in:18242:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
network-manager-1.27.91/Makefile.in-18243-	list='$(DISTFILES)'; \
##############################################
network-manager-1.27.91/Makefile.in-18254-	  if test -d $$d/$$file; then \
network-manager-1.27.91/Makefile.in:18255:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
network-manager-1.27.91/Makefile.in-18256-	    if test -d "$(distdir)/$$file"; then \
##############################################
network-manager-1.27.91/Makefile.in-18367-	test -d $(distdir)/_build || exit 0; \
network-manager-1.27.91/Makefile.in:18368:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
network-manager-1.27.91/Makefile.in-18369-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
network-manager-1.27.91/Makefile.in-18411-	}; \
network-manager-1.27.91/Makefile.in:18412:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
network-manager-1.27.91/Makefile.in-18413-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
network-manager-1.27.91/Makefile.in-18423-	fi
network-manager-1.27.91/Makefile.in:18424:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
network-manager-1.27.91/Makefile.in-18425-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
network-manager-1.27.91/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
network-manager-1.27.91/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
network-manager-1.27.91/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
network-manager-1.27.91/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
network-manager-1.27.91/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
network-manager-1.27.91/aclocal.m4-181-        else 
network-manager-1.27.91/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
network-manager-1.27.91/aclocal.m4-183-        fi
##############################################
network-manager-1.27.91/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
network-manager-1.27.91/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
network-manager-1.27.91/aclocal.m4-438-# and then we would define $MISSING as
##############################################
network-manager-1.27.91/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
network-manager-1.27.91/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
network-manager-1.27.91/aclocal.m4-453-])
##############################################
network-manager-1.27.91/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
network-manager-1.27.91/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
network-manager-1.27.91/aclocal.m4-551-  fi
##############################################
network-manager-1.27.91/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
network-manager-1.27.91/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
network-manager-1.27.91/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
network-manager-1.27.91/aclocal.m4-709-      || continue
network-manager-1.27.91/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
network-manager-1.27.91/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
network-manager-1.27.91/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
network-manager-1.27.91/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
network-manager-1.27.91/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
network-manager-1.27.91/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
network-manager-1.27.91/aclocal.m4-936-    * )
network-manager-1.27.91/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
network-manager-1.27.91/aclocal.m4-938-  esac
network-manager-1.27.91/aclocal.m4-939-done
network-manager-1.27.91/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
network-manager-1.27.91/aclocal.m4-941-
##############################################
network-manager-1.27.91/aclocal.m4-1297-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
network-manager-1.27.91/aclocal.m4:1298:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
network-manager-1.27.91/aclocal.m4-1299-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
network-manager-1.27.91/aclocal.m4-1312-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
network-manager-1.27.91/aclocal.m4:1313:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
network-manager-1.27.91/aclocal.m4-1314-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
network-manager-1.27.91/aclocal.m4-1360-     $am_py_prefix*)
network-manager-1.27.91/aclocal.m4:1361:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
network-manager-1.27.91/aclocal.m4:1362:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
network-manager-1.27.91/aclocal.m4-1363-       ;;
##############################################
network-manager-1.27.91/aclocal.m4-1402-     $am_py_exec_prefix*)
network-manager-1.27.91/aclocal.m4:1403:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
network-manager-1.27.91/aclocal.m4:1404:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
network-manager-1.27.91/aclocal.m4-1405-       ;;
##############################################
network-manager-1.27.91/aclocal.m4-1498-     echo "timestamp, slept: $am_has_slept" > conftest.file
network-manager-1.27.91/aclocal.m4:1499:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
network-manager-1.27.91/aclocal.m4-1500-     if test "$[*]" = "X"; then
network-manager-1.27.91/aclocal.m4-1501-	# -L didn't work.
network-manager-1.27.91/aclocal.m4:1502:	set X `ls -t "$srcdir/configure" conftest.file`
network-manager-1.27.91/aclocal.m4-1503-     fi
##############################################
network-manager-1.27.91/build-aux/install-sh-234-      fi
network-manager-1.27.91/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
network-manager-1.27.91/build-aux/install-sh-236-    *)
##############################################
network-manager-1.27.91/build-aux/install-sh-280-      dstdir=$dst
network-manager-1.27.91/build-aux/install-sh:281:      dstbase=`basename "$src"`
network-manager-1.27.91/build-aux/install-sh-282-      case $dst in
##############################################
network-manager-1.27.91/build-aux/install-sh-287-    else
network-manager-1.27.91/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
network-manager-1.27.91/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
network-manager-1.27.91/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
network-manager-1.27.91/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
network-manager-1.27.91/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
network-manager-1.27.91/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
network-manager-1.27.91/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
network-manager-1.27.91/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
network-manager-1.27.91/build-aux/install-sh-419-            case $prefix in
network-manager-1.27.91/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
network-manager-1.27.91/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
network-manager-1.27.91/build-aux/install-sh-468-    if $copy_on_change &&
network-manager-1.27.91/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
network-manager-1.27.91/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
network-manager-1.27.91/build-aux/install-sh-471-       set -f &&
##############################################
network-manager-1.27.91/build-aux/config.rpath-33-host="$1"
network-manager-1.27.91/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
network-manager-1.27.91/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
network-manager-1.27.91/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
network-manager-1.27.91/build-aux/config.rpath-37-
##############################################
network-manager-1.27.91/build-aux/config.rpath-47-done
network-manager-1.27.91/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
network-manager-1.27.91/build-aux/config.rpath-49-
##############################################
network-manager-1.27.91/build-aux/config.rpath-91-        *)
network-manager-1.27.91/build-aux/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/build-aux/config.rpath-93-            *Sun\ C*)
##############################################
network-manager-1.27.91/build-aux/config.rpath-217-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
network-manager-1.27.91/build-aux/config.rpath:218:      case `$LD -v 2>&1` in
network-manager-1.27.91/build-aux/config.rpath-219-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
network-manager-1.27.91/build-aux/config.rpath-223-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
network-manager-1.27.91/build-aux/config.rpath:224:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
network-manager-1.27.91/build-aux/config.rpath-225-          else
##############################################
network-manager-1.27.91/build-aux/config.rpath-280-        case $host_os in aix4.[012]|aix4.[012].*)
network-manager-1.27.91/build-aux/config.rpath:281:          collect2name=`${CC} -print-prog-name=collect2`
network-manager-1.27.91/build-aux/config.rpath-282-          if test -f "$collect2name" && \
##############################################
network-manager-1.27.91/build-aux/config.rpath-419-        hardcode_direct=yes
network-manager-1.27.91/build-aux/config.rpath:420:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
network-manager-1.27.91/build-aux/config.rpath-421-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
network-manager-1.27.91/build-aux/config.rpath-483-    sysv5* | sco3.2v5* | sco5v6*)
network-manager-1.27.91/build-aux/config.rpath:484:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
network-manager-1.27.91/build-aux/config.rpath-485-      hardcode_libdir_separator=':'
##############################################
network-manager-1.27.91/build-aux/config.rpath-627-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
network-manager-1.27.91/build-aux/config.rpath:628:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
network-manager-1.27.91/build-aux/config.rpath:629:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
network-manager-1.27.91/build-aux/config.rpath:630:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
network-manager-1.27.91/build-aux/config.rpath:631:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
network-manager-1.27.91/build-aux/config.rpath:632:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
network-manager-1.27.91/build-aux/config.rpath-633-
##############################################
network-manager-1.27.91/build-aux/config.sub-52-
network-manager-1.27.91/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
network-manager-1.27.91/build-aux/config.sub-54-
##############################################
network-manager-1.27.91/build-aux/config.sub-770-	i*86v32)
network-manager-1.27.91/build-aux/config.sub:771:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
network-manager-1.27.91/build-aux/config.sub-772-		vendor=pc
##############################################
network-manager-1.27.91/build-aux/config.sub-775-	i*86v4*)
network-manager-1.27.91/build-aux/config.sub:776:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
network-manager-1.27.91/build-aux/config.sub-777-		vendor=pc
##############################################
network-manager-1.27.91/build-aux/config.sub-780-	i*86v)
network-manager-1.27.91/build-aux/config.sub:781:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
network-manager-1.27.91/build-aux/config.sub-782-		vendor=pc
##############################################
network-manager-1.27.91/build-aux/config.sub-785-	i*86sol2)
network-manager-1.27.91/build-aux/config.sub:786:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
network-manager-1.27.91/build-aux/config.sub-787-		vendor=pc
##############################################
network-manager-1.27.91/build-aux/config.sub-916-		cpu=sparc
network-manager-1.27.91/build-aux/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
network-manager-1.27.91/build-aux/config.sub-918-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1082-	sh5e[lb]-*)
network-manager-1.27.91/build-aux/config.sub:1083:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
network-manager-1.27.91/build-aux/config.sub-1084-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1100-	xscale-* | xscalee[bl]-*)
network-manager-1.27.91/build-aux/config.sub:1101:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
network-manager-1.27.91/build-aux/config.sub-1102-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1251-			*)
network-manager-1.27.91/build-aux/config.sub:1252:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
network-manager-1.27.91/build-aux/config.sub-1253-				exit 1
##############################################
network-manager-1.27.91/build-aux/config.sub-1285-	solaris1 | solaris1.*)
network-manager-1.27.91/build-aux/config.sub:1286:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
network-manager-1.27.91/build-aux/config.sub-1287-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1294-	gnu/linux*)
network-manager-1.27.91/build-aux/config.sub:1295:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
network-manager-1.27.91/build-aux/config.sub-1296-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1317-	sco3.2.[4-9]*)
network-manager-1.27.91/build-aux/config.sub:1318:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
network-manager-1.27.91/build-aux/config.sub-1319-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1380-	nto*)
network-manager-1.27.91/build-aux/config.sub:1381:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
network-manager-1.27.91/build-aux/config.sub-1382-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1390-	linux*)
network-manager-1.27.91/build-aux/config.sub:1391:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
network-manager-1.27.91/build-aux/config.sub-1392-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1402-	mac*)
network-manager-1.27.91/build-aux/config.sub:1403:		os=`echo "$os" | sed -e 's|mac|macos|'`
network-manager-1.27.91/build-aux/config.sub-1404-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1411-	sunos5*)
network-manager-1.27.91/build-aux/config.sub:1412:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
network-manager-1.27.91/build-aux/config.sub-1413-		;;
network-manager-1.27.91/build-aux/config.sub-1414-	sunos6*)
network-manager-1.27.91/build-aux/config.sub:1415:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
network-manager-1.27.91/build-aux/config.sub-1416-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1451-	sinix5.*)
network-manager-1.27.91/build-aux/config.sub:1452:		os=`echo $os | sed -e 's|sinix|sysv|'`
network-manager-1.27.91/build-aux/config.sub-1453-		;;
##############################################
network-manager-1.27.91/build-aux/config.sub-1511-	*)
network-manager-1.27.91/build-aux/config.sub:1512:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
network-manager-1.27.91/build-aux/config.sub-1513-		exit 1
##############################################
network-manager-1.27.91/build-aux/compile-67-	mingw/*)
network-manager-1.27.91/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
network-manager-1.27.91/build-aux/compile-69-	  ;;
network-manager-1.27.91/build-aux/compile-70-	cygwin/*)
network-manager-1.27.91/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
network-manager-1.27.91/build-aux/compile-72-	  ;;
network-manager-1.27.91/build-aux/compile-73-	wine/*)
network-manager-1.27.91/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
network-manager-1.27.91/build-aux/compile-75-	  ;;
##############################################
network-manager-1.27.91/build-aux/compile-310-# Name of file we expect compiler to create.
network-manager-1.27.91/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
network-manager-1.27.91/build-aux/compile-312-
##############################################
network-manager-1.27.91/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
network-manager-1.27.91/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
network-manager-1.27.91/build-aux/compile-318-while true; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-103-#
network-manager-1.27.91/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
network-manager-1.27.91/build-aux/ltmain.sh-105-#
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
network-manager-1.27.91/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
network-manager-1.27.91/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
network-manager-1.27.91/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
network-manager-1.27.91/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
network-manager-1.27.91/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
network-manager-1.27.91/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-410-# The name of this program.
network-manager-1.27.91/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
network-manager-1.27.91/build-aux/ltmain.sh-412-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-416-  *[\\/]*)
network-manager-1.27.91/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
network-manager-1.27.91/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
network-manager-1.27.91/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-610-
network-manager-1.27.91/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
network-manager-1.27.91/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
network-manager-1.27.91/build-aux/ltmain.sh-613-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-639-
network-manager-1.27.91/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
network-manager-1.27.91/build-aux/ltmain.sh-641-  }
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
network-manager-1.27.91/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
network-manager-1.27.91/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
network-manager-1.27.91/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
network-manager-1.27.91/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
network-manager-1.27.91/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
network-manager-1.27.91/build-aux/ltmain.sh-760-      }
network-manager-1.27.91/build-aux/ltmain.sh-761-    done
network-manager-1.27.91/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
network-manager-1.27.91/build-aux/ltmain.sh-763-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-831-
network-manager-1.27.91/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
network-manager-1.27.91/build-aux/ltmain.sh-833-  }
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
network-manager-1.27.91/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
network-manager-1.27.91/build-aux/ltmain.sh-865-      done
network-manager-1.27.91/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
network-manager-1.27.91/build-aux/ltmain.sh-867-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
network-manager-1.27.91/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-903-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
network-manager-1.27.91/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
network-manager-1.27.91/build-aux/ltmain.sh-1113-        *)
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1198-    case $2 in
network-manager-1.27.91/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
network-manager-1.27.91/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
network-manager-1.27.91/build-aux/ltmain.sh-1201-    esac
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
network-manager-1.27.91/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
network-manager-1.27.91/build-aux/ltmain.sh-1273-      ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1358-
network-manager-1.27.91/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
network-manager-1.27.91/build-aux/ltmain.sh-1360-}
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
network-manager-1.27.91/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
network-manager-1.27.91/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1517-
network-manager-1.27.91/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
network-manager-1.27.91/build-aux/ltmain.sh-1519-}
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1870-
network-manager-1.27.91/build-aux/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
network-manager-1.27.91/build-aux/ltmain.sh-1872-      func_split_equals_rhs=
network-manager-1.27.91/build-aux/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
network-manager-1.27.91/build-aux/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
network-manager-1.27.91/build-aux/ltmain.sh-1875-  }
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-1898-
network-manager-1.27.91/build-aux/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
network-manager-1.27.91/build-aux/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
network-manager-1.27.91/build-aux/ltmain.sh-1901-  }
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
network-manager-1.27.91/build-aux/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
network-manager-1.27.91/build-aux/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
network-manager-1.27.91/build-aux/ltmain.sh-2074-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2110-  {
network-manager-1.27.91/build-aux/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
network-manager-1.27.91/build-aux/ltmain.sh-2112-  }
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2115-  {
network-manager-1.27.91/build-aux/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
network-manager-1.27.91/build-aux/ltmain.sh-2117-  }
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
network-manager-1.27.91/build-aux/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
network-manager-1.27.91/build-aux/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2659-      done
network-manager-1.27.91/build-aux/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
network-manager-1.27.91/build-aux/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
network-manager-1.27.91/build-aux/ltmain.sh-2662-      case $@ in
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2672-	    # Evaluate the configuration.
network-manager-1.27.91/build-aux/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
network-manager-1.27.91/build-aux/ltmain.sh-2674-	    CC_quoted=
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2678-	    done
network-manager-1.27.91/build-aux/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
network-manager-1.27.91/build-aux/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
network-manager-1.27.91/build-aux/ltmain.sh-2681-	    case "$@ " in
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
network-manager-1.27.91/build-aux/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
network-manager-1.27.91/build-aux/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3009-    # LT_CYGPATH in this case.
network-manager-1.27.91/build-aux/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
network-manager-1.27.91/build-aux/ltmain.sh-3011-  fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
network-manager-1.27.91/build-aux/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
network-manager-1.27.91/build-aux/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3376-    *.[cCFSifmso] | \
network-manager-1.27.91/build-aux/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
network-manager-1.27.91/build-aux/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
network-manager-1.27.91/build-aux/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
network-manager-1.27.91/build-aux/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
network-manager-1.27.91/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-3474-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3520-      if test warn = "$need_locks" &&
network-manager-1.27.91/build-aux/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
network-manager-1.27.91/build-aux/ltmain.sh-3522-	$ECHO "\
network-manager-1.27.91/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains:
network-manager-1.27.91/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-3525-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3569-      if test warn = "$need_locks" &&
network-manager-1.27.91/build-aux/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
network-manager-1.27.91/build-aux/ltmain.sh-3571-	$ECHO "\
network-manager-1.27.91/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains:
network-manager-1.27.91/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-3574-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3895-      # Get the absolute pathname.
network-manager-1.27.91/build-aux/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
network-manager-1.27.91/build-aux/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
network-manager-1.27.91/build-aux/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
network-manager-1.27.91/build-aux/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
network-manager-1.27.91/build-aux/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
network-manager-1.27.91/build-aux/ltmain.sh-4280-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
network-manager-1.27.91/build-aux/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
network-manager-1.27.91/build-aux/ltmain.sh-4293-	  else
network-manager-1.27.91/build-aux/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
network-manager-1.27.91/build-aux/ltmain.sh-4295-	  fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4458-	    fi
network-manager-1.27.91/build-aux/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
network-manager-1.27.91/build-aux/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4477-	        # Replace the output file specification.
network-manager-1.27.91/build-aux/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-4479-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
network-manager-1.27.91/build-aux/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
network-manager-1.27.91/build-aux/ltmain.sh-4498-	  fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4570-    my_pic_p=${3-false}
network-manager-1.27.91/build-aux/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
network-manager-1.27.91/build-aux/ltmain.sh-4572-    my_dlsyms=
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
network-manager-1.27.91/build-aux/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
network-manager-1.27.91/build-aux/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
network-manager-1.27.91/build-aux/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
network-manager-1.27.91/build-aux/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
network-manager-1.27.91/build-aux/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
network-manager-1.27.91/build-aux/ltmain.sh-4862-	  else
network-manager-1.27.91/build-aux/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
network-manager-1.27.91/build-aux/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
network-manager-1.27.91/build-aux/ltmain.sh-4865-	  fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4867-	*)
network-manager-1.27.91/build-aux/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
network-manager-1.27.91/build-aux/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
network-manager-1.27.91/build-aux/ltmain.sh-4870-	  ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4882-      # Nullify the symbol file.
network-manager-1.27.91/build-aux/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
network-manager-1.27.91/build-aux/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
network-manager-1.27.91/build-aux/ltmain.sh-4885-    fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
network-manager-1.27.91/build-aux/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
network-manager-1.27.91/build-aux/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
network-manager-1.27.91/build-aux/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
network-manager-1.27.91/build-aux/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4925-  win32_libid_type=unknown
network-manager-1.27.91/build-aux/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-4927-  case $win32_fileres in
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-4990-
network-manager-1.27.91/build-aux/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
network-manager-1.27.91/build-aux/ltmain.sh-4992-}
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5008-
network-manager-1.27.91/build-aux/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
network-manager-1.27.91/build-aux/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5072-    # binutils import library
network-manager-1.27.91/build-aux/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
network-manager-1.27.91/build-aux/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
network-manager-1.27.91/build-aux/ltmain.sh-5075-    # ms-generated import library
network-manager-1.27.91/build-aux/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
network-manager-1.27.91/build-aux/ltmain.sh-5077-  else
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
network-manager-1.27.91/build-aux/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
network-manager-1.27.91/build-aux/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
network-manager-1.27.91/build-aux/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
network-manager-1.27.91/build-aux/ltmain.sh-5160-	    darwin_arch=
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
network-manager-1.27.91/build-aux/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
network-manager-1.27.91/build-aux/ltmain.sh-5172-	    darwin_file=
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
network-manager-1.27.91/build-aux/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5189-      esac
network-manager-1.27.91/build-aux/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh-5191-    done
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5260-
network-manager-1.27.91/build-aux/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
network-manager-1.27.91/build-aux/ltmain.sh-5262-    $ECHO "\
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5295-    --lt-dump-script)
network-manager-1.27.91/build-aux/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
network-manager-1.27.91/build-aux/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
network-manager-1.27.91/build-aux/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
network-manager-1.27.91/build-aux/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
network-manager-1.27.91/build-aux/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
network-manager-1.27.91/build-aux/ltmain.sh-5324-  done
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5380-  # Find the directory that this script lives in.
network-manager-1.27.91/build-aux/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
network-manager-1.27.91/build-aux/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
network-manager-1.27.91/build-aux/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
network-manager-1.27.91/build-aux/ltmain.sh-5386-  while test -n \"\$file\"; do
network-manager-1.27.91/build-aux/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
network-manager-1.27.91/build-aux/ltmain.sh-5388-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5396-
network-manager-1.27.91/build-aux/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
network-manager-1.27.91/build-aux/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
network-manager-1.27.91/build-aux/ltmain.sh-5399-  done
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5410-    case \"\$thisdir\" in
network-manager-1.27.91/build-aux/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
network-manager-1.27.91/build-aux/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5416-  # Try to get the absolute directory name.
network-manager-1.27.91/build-aux/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
network-manager-1.27.91/build-aux/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
network-manager-1.27.91/build-aux/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
network-manager-1.27.91/build-aux/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
network-manager-1.27.91/build-aux/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
network-manager-1.27.91/build-aux/ltmain.sh-5443-      else
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
network-manager-1.27.91/build-aux/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
network-manager-1.27.91/build-aux/ltmain.sh-5487-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-6464-
network-manager-1.27.91/build-aux/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
network-manager-1.27.91/build-aux/ltmain.sh-6466-    *import*) : ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-6712-	    moreargs=
network-manager-1.27.91/build-aux/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
network-manager-1.27.91/build-aux/ltmain.sh-6714-	    do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-6973-	*)
network-manager-1.27.91/build-aux/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
network-manager-1.27.91/build-aux/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
network-manager-1.27.91/build-aux/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
network-manager-1.27.91/build-aux/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-7289-      -Z*)
network-manager-1.27.91/build-aux/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
network-manager-1.27.91/build-aux/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
network-manager-1.27.91/build-aux/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
network-manager-1.27.91/build-aux/ltmain.sh-7461-    else
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
network-manager-1.27.91/build-aux/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
network-manager-1.27.91/build-aux/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
network-manager-1.27.91/build-aux/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
network-manager-1.27.91/build-aux/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-7873-	fi
network-manager-1.27.91/build-aux/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-7946-	*)
network-manager-1.27.91/build-aux/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
network-manager-1.27.91/build-aux/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8199-	    shift
network-manager-1.27.91/build-aux/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8491-		*)
network-manager-1.27.91/build-aux/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
network-manager-1.27.91/build-aux/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8502-		  depdepl=
network-manager-1.27.91/build-aux/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
network-manager-1.27.91/build-aux/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
network-manager-1.27.91/build-aux/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
network-manager-1.27.91/build-aux/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
network-manager-1.27.91/build-aux/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
network-manager-1.27.91/build-aux/ltmain.sh-8513-                      fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8524-		else
network-manager-1.27.91/build-aux/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
network-manager-1.27.91/build-aux/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8547-	else
network-manager-1.27.91/build-aux/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh-8549-	fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-8636-        linux*)
network-manager-1.27.91/build-aux/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/build-aux/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9041-	removelist=
network-manager-1.27.91/build-aux/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
network-manager-1.27.91/build-aux/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9067-	# Transform .lo files to .o files.
network-manager-1.27.91/build-aux/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh-9069-      fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9072-      #for path in $notinst_path; do
network-manager-1.27.91/build-aux/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
network-manager-1.27.91/build-aux/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
network-manager-1.27.91/build-aux/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
network-manager-1.27.91/build-aux/ltmain.sh-9076-      #done
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9193-		if test -n "$i"; then
network-manager-1.27.91/build-aux/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh-9196-		  set dummy $deplib_matches; shift
network-manager-1.27.91/build-aux/ltmain.sh-9197-		  deplib_match=$1
network-manager-1.27.91/build-aux/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
network-manager-1.27.91/build-aux/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9236-		  if test -n "$i"; then
network-manager-1.27.91/build-aux/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh-9239-		    set dummy $deplib_matches; shift
network-manager-1.27.91/build-aux/ltmain.sh-9240-		    deplib_match=$1
network-manager-1.27.91/build-aux/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
network-manager-1.27.91/build-aux/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
network-manager-1.27.91/build-aux/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
network-manager-1.27.91/build-aux/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9286-	      if test -n "$a_deplib"; then
network-manager-1.27.91/build-aux/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
network-manager-1.27.91/build-aux/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
network-manager-1.27.91/build-aux/ltmain.sh-9290-		else
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9296-		    shopt -s nocaseglob
network-manager-1.27.91/build-aux/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-9298-		    $nocaseglob
network-manager-1.27.91/build-aux/ltmain.sh-9299-		  else
network-manager-1.27.91/build-aux/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-9301-		  fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
network-manager-1.27.91/build-aux/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
network-manager-1.27.91/build-aux/ltmain.sh-9316-			case $potliblink in
network-manager-1.27.91/build-aux/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
network-manager-1.27.91/build-aux/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
network-manager-1.27.91/build-aux/ltmain.sh-9319-			esac
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
network-manager-1.27.91/build-aux/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
network-manager-1.27.91/build-aux/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9370-	      if test -n "$a_deplib"; then
network-manager-1.27.91/build-aux/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
network-manager-1.27.91/build-aux/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
network-manager-1.27.91/build-aux/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
network-manager-1.27.91/build-aux/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9409-	  newdeplibs=
network-manager-1.27.91/build-aux/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
network-manager-1.27.91/build-aux/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
network-manager-1.27.91/build-aux/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
network-manager-1.27.91/build-aux/ltmain.sh-9415-	    done
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
network-manager-1.27.91/build-aux/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
network-manager-1.27.91/build-aux/ltmain.sh-9441-	  ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9491-	*-*-darwin*)
network-manager-1.27.91/build-aux/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh-9495-	  ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-9618-	# Use standard objects if they are pic
network-manager-1.27.91/build-aux/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
network-manager-1.27.91/build-aux/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
network-manager-1.27.91/build-aux/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10147-      # Create the old-style object.
network-manager-1.27.91/build-aux/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
network-manager-1.27.91/build-aux/ltmain.sh-10149-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
network-manager-1.27.91/build-aux/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
network-manager-1.27.91/build-aux/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
network-manager-1.27.91/build-aux/ltmain.sh-10208-	;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
network-manager-1.27.91/build-aux/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10226-	;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
network-manager-1.27.91/build-aux/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
network-manager-1.27.91/build-aux/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10361-	# Transform all the library objects into standard objects.
network-manager-1.27.91/build-aux/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
network-manager-1.27.91/build-aux/ltmain.sh-10364-      fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10389-	# Replace the output file specification.
network-manager-1.27.91/build-aux/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10398-	  func_to_tool_file "$output"
network-manager-1.27.91/build-aux/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10442-	# Replace the output file specification.
network-manager-1.27.91/build-aux/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10444-	# Delete the old output file.
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10450-	  func_to_tool_file "$output"
network-manager-1.27.91/build-aux/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
network-manager-1.27.91/build-aux/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10470-          ;;
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10481-      # Replace the output file specification.
network-manager-1.27.91/build-aux/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10483-
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
network-manager-1.27.91/build-aux/ltmain.sh:10491:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
network-manager-1.27.91/build-aux/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
network-manager-1.27.91/build-aux/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
network-manager-1.27.91/build-aux/ltmain.sh-10513-      fi
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
network-manager-1.27.91/build-aux/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
network-manager-1.27.91/build-aux/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
network-manager-1.27.91/build-aux/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
network-manager-1.27.91/build-aux/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10804-		name=$func_basename_result
network-manager-1.27.91/build-aux/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
network-manager-1.27.91/build-aux/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-10823-		name=$func_basename_result
network-manager-1.27.91/build-aux/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
network-manager-1.27.91/build-aux/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
network-manager-1.27.91/build-aux/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
network-manager-1.27.91/build-aux/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
network-manager-1.27.91/build-aux/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
network-manager-1.27.91/build-aux/tap-driver.sh-585-        # Get the bailout message (if any), with leading and trailing
network-manager-1.27.91/build-aux/tap-driver.sh:586:        # whitespace stripped.  The message remains stored in `$0`.
network-manager-1.27.91/build-aux/tap-driver.sh-587-        sub("^[ \t]*Bail out![ \t]*", "");
##############################################
network-manager-1.27.91/build-aux/depcomp-64-  case $1 in
network-manager-1.27.91/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
network-manager-1.27.91/build-aux/depcomp-66-      *) dir=;;
##############################################
network-manager-1.27.91/build-aux/depcomp-73-{
network-manager-1.27.91/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
network-manager-1.27.91/build-aux/depcomp-75-}
##############################################
network-manager-1.27.91/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
network-manager-1.27.91/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
network-manager-1.27.91/build-aux/depcomp-128-
##############################################
network-manager-1.27.91/build-aux/depcomp-405-        sleep 1
network-manager-1.27.91/build-aux/depcomp:406:        i=`expr $i - 1`
network-manager-1.27.91/build-aux/depcomp-407-      done
network-manager-1.27.91/build-aux/depcomp-408-    fi
network-manager-1.27.91/build-aux/depcomp:409:    i=`expr $i - 1`
network-manager-1.27.91/build-aux/depcomp-410-  done
##############################################
network-manager-1.27.91/build-aux/depcomp-425-  # Do two passes, one to just change these to
network-manager-1.27.91/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
network-manager-1.27.91/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
network-manager-1.27.91/build-aux/depcomp-659-  done
network-manager-1.27.91/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
network-manager-1.27.91/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
network-manager-1.27.91/build-aux/config.guess-34-
network-manager-1.27.91/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
network-manager-1.27.91/build-aux/config.guess-36-
##############################################
network-manager-1.27.91/build-aux/config.guess-104-    # shellcheck disable=SC2039
network-manager-1.27.91/build-aux/config.guess:105:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
network-manager-1.27.91/build-aux/config.guess-106-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
network-manager-1.27.91/build-aux/config.guess-154-	EOF
network-manager-1.27.91/build-aux/config.guess:155:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
network-manager-1.27.91/build-aux/config.guess-156-
##############################################
network-manager-1.27.91/build-aux/config.guess-191-	    earmv*)
network-manager-1.27.91/build-aux/config.guess:192:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
network-manager-1.27.91/build-aux/config.guess:193:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
network-manager-1.27.91/build-aux/config.guess-194-		machine="${arch}${endian}"-unknown
##############################################
network-manager-1.27.91/build-aux/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
network-manager-1.27.91/build-aux/config.guess:224:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
network-manager-1.27.91/build-aux/config.guess-225-		;;
##############################################
network-manager-1.27.91/build-aux/config.guess-236-	    *)
network-manager-1.27.91/build-aux/config.guess:237:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
network-manager-1.27.91/build-aux/config.guess-238-		;;
##############################################
network-manager-1.27.91/build-aux/config.guess-283-	*4.0)
network-manager-1.27.91/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
network-manager-1.27.91/build-aux/config.guess-285-		;;
network-manager-1.27.91/build-aux/config.guess-286-	*5.*)
network-manager-1.27.91/build-aux/config.guess:287:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
network-manager-1.27.91/build-aux/config.guess-288-		;;
##############################################
network-manager-1.27.91/build-aux/config.guess-293-	# types through head -n 1, so we only detect the type of CPU 0.
network-manager-1.27.91/build-aux/config.guess:294:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
network-manager-1.27.91/build-aux/config.guess-295-	case "$ALPHA_CPU_TYPE" in
##############################################
network-manager-1.27.91/build-aux/config.guess-331-	# 1.2 uses "1.2" for uname -r.
network-manager-1.27.91/build-aux/config.guess:332:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
network-manager-1.27.91/build-aux/config.guess-333-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
network-manager-1.27.91/build-aux/config.guess-382-    s390x:SunOS:*:*)
network-manager-1.27.91/build-aux/config.guess:383:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
network-manager-1.27.91/build-aux/config.guess-384-	exit ;;
network-manager-1.27.91/build-aux/config.guess-385-    sun4H:SunOS:5.*:*)
network-manager-1.27.91/build-aux/config.guess:386:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
network-manager-1.27.91/build-aux/config.guess-387-	exit ;;
network-manager-1.27.91/build-aux/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
network-manager-1.27.91/build-aux/config.guess:389:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
network-manager-1.27.91/build-aux/config.guess-390-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-394-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
network-manager-1.27.91/build-aux/config.guess:395:	UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
network-manager-1.27.91/build-aux/config.guess-396-	case `isainfo -b` in
##############################################
network-manager-1.27.91/build-aux/config.guess-408-	# it's likely to be more like Solaris than SunOS4.
network-manager-1.27.91/build-aux/config.guess:409:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
network-manager-1.27.91/build-aux/config.guess-410-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-417-	# Japanese Language versions have a version number like `4.1.3-JL'.
network-manager-1.27.91/build-aux/config.guess:418:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
network-manager-1.27.91/build-aux/config.guess-419-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-423-    sun*:*:4.2BSD:*)
network-manager-1.27.91/build-aux/config.guess:424:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
network-manager-1.27.91/build-aux/config.guess-425-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
network-manager-1.27.91/build-aux/config.guess-505-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
network-manager-1.27.91/build-aux/config.guess:506:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
network-manager-1.27.91/build-aux/config.guess:507:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
network-manager-1.27.91/build-aux/config.guess-508-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
network-manager-1.27.91/build-aux/config.guess-561-    *:IRIX*:*:*)
network-manager-1.27.91/build-aux/config.guess:562:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
network-manager-1.27.91/build-aux/config.guess-563-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-591-EOF
network-manager-1.27.91/build-aux/config.guess:592:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
network-manager-1.27.91/build-aux/config.guess-593-		then
##############################################
network-manager-1.27.91/build-aux/config.guess-604-    *:AIX:*:[4567])
network-manager-1.27.91/build-aux/config.guess:605:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
network-manager-1.27.91/build-aux/config.guess-606-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
network-manager-1.27.91/build-aux/config.guess-640-    9000/[34678]??:HP-UX:*:*)
network-manager-1.27.91/build-aux/config.guess:641:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
network-manager-1.27.91/build-aux/config.guess-642-	case "$UNAME_MACHINE" in
##############################################
network-manager-1.27.91/build-aux/config.guess-694-EOF
network-manager-1.27.91/build-aux/config.guess:695:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
network-manager-1.27.91/build-aux/config.guess-696-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
network-manager-1.27.91/build-aux/config.guess-722-    ia64:HP-UX:*:*)
network-manager-1.27.91/build-aux/config.guess:723:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
network-manager-1.27.91/build-aux/config.guess-724-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
network-manager-1.27.91/build-aux/config.guess-752-EOF
network-manager-1.27.91/build-aux/config.guess:753:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
network-manager-1.27.91/build-aux/config.guess-754-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
network-manager-1.27.91/build-aux/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
network-manager-1.27.91/build-aux/config.guess:824:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
network-manager-1.27.91/build-aux/config.guess-825-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
network-manager-1.27.91/build-aux/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
network-manager-1.27.91/build-aux/config.guess:829:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
network-manager-1.27.91/build-aux/config.guess-830-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
network-manager-1.27.91/build-aux/config.guess-846-	then
network-manager-1.27.91/build-aux/config.guess:847:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
network-manager-1.27.91/build-aux/config.guess-848-	else
network-manager-1.27.91/build-aux/config.guess:849:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
network-manager-1.27.91/build-aux/config.guess-850-	fi
##############################################
network-manager-1.27.91/build-aux/config.guess-859-	esac
network-manager-1.27.91/build-aux/config.guess:860:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
network-manager-1.27.91/build-aux/config.guess-861-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-895-    prep*:SunOS:5.*:*)
network-manager-1.27.91/build-aux/config.guess:896:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
network-manager-1.27.91/build-aux/config.guess-897-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-899-	# the GNU system
network-manager-1.27.91/build-aux/config.guess:900:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
network-manager-1.27.91/build-aux/config.guess-901-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-903-	# other systems with GNU libc and userland
network-manager-1.27.91/build-aux/config.guess:904:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
network-manager-1.27.91/build-aux/config.guess-905-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-997-EOF
network-manager-1.27.91/build-aux/config.guess:998:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
network-manager-1.27.91/build-aux/config.guess-999-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
network-manager-1.27.91/build-aux/config.guess-1097-    i*86:*:4.*:*)
network-manager-1.27.91/build-aux/config.guess:1098:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
network-manager-1.27.91/build-aux/config.guess-1099-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
network-manager-1.27.91/build-aux/config.guess-1300-	fi
network-manager-1.27.91/build-aux/config.guess:1301:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
network-manager-1.27.91/build-aux/config.guess-1302-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
network-manager-1.27.91/build-aux/config.guess-1399-    *:DragonFly:*:*)
network-manager-1.27.91/build-aux/config.guess:1400:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
network-manager-1.27.91/build-aux/config.guess-1401-	exit ;;
##############################################
network-manager-1.27.91/build-aux/config.guess-1412-    i*86:skyos:*:*)
network-manager-1.27.91/build-aux/config.guess:1413:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
network-manager-1.27.91/build-aux/config.guess-1414-	exit ;;
##############################################
network-manager-1.27.91/clients/common/settings-docs.h-170-#define DESCRIBE_DOC_NM_SETTING_CONNECTION_SLAVE_TYPE N_("Setting name of the device type of this slave's master connection (eg, \"bond\"), or NULL if this connection is not a slave.")
network-manager-1.27.91/clients/common/settings-docs.h:171:#define DESCRIBE_DOC_NM_SETTING_CONNECTION_STABLE_ID N_("This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are \"${CONNECTION}\", \"${DEVICE}\", \"${MAC}\", \"${BOOT}\", \"${RANDOM}\". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that \"${DEVICE}\" corresponds to the interface name of the device and \"${MAC}\" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as \"$$\". For example, set it to \"${CONNECTION}-${BOOT}-${DEVICE}\" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to \"${CONNECTION}\" and uses a unique, fixed ID for the connection.")
network-manager-1.27.91/clients/common/settings-docs.h-172-#define DESCRIBE_DOC_NM_SETTING_CONNECTION_TIMESTAMP N_("The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).")
##############################################
network-manager-1.27.91/clients/common/settings-docs.h-289-#define DESCRIBE_DOC_NM_SETTING_MATCH_KERNEL_COMMAND_LINE N_("A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated \"=\"). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.")
network-manager-1.27.91/clients/common/settings-docs.h:290:#define DESCRIBE_DOC_NM_SETTING_MATCH_PATH N_("A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form \"pci-$domain:$bus:$device.$function\", where each variable is an hexadecimal value; for example \"pci-0000:0a:00.0\". The path of a device can be obtained with \"udevadm info /sys/class/net/$dev | grep ID_PATH=\" or by looking at the \"path\" property exported by NetworkManager (\"nmcli -f general.path device show $dev\"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.")
network-manager-1.27.91/clients/common/settings-docs.h-291-#define DESCRIBE_DOC_NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE N_("The data path type. One of \"system\", \"netdev\" or empty.")
##############################################
network-manager-1.27.91/clients/common/nm-meta-setting-desc.c-3264-
network-manager-1.27.91/clients/common/nm-meta-setting-desc.c:3265:    if (!nm_utils_parse_inaddr(addr_family, value, NULL)) {
network-manager-1.27.91/clients/common/nm-meta-setting-desc.c-3266-        nm_utils_error_set(error,
##############################################
network-manager-1.27.91/clients/common/nm-meta-setting-desc.c-4040-static const char *
network-manager-1.27.91/clients/common/nm-meta-setting-desc.c:4041:_multilist_validate2_fcn_mac_addr(NMSetting *setting, const char *item, GError **error)
network-manager-1.27.91/clients/common/nm-meta-setting-desc.c-4042-{
##############################################
network-manager-1.27.91/clients/common/settings-docs.h.in-170-#define DESCRIBE_DOC_NM_SETTING_CONNECTION_SLAVE_TYPE N_("Setting name of the device type of this slave's master connection (eg, \"bond\"), or NULL if this connection is not a slave.")
network-manager-1.27.91/clients/common/settings-docs.h.in:171:#define DESCRIBE_DOC_NM_SETTING_CONNECTION_STABLE_ID N_("This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are \"${CONNECTION}\", \"${DEVICE}\", \"${MAC}\", \"${BOOT}\", \"${RANDOM}\". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that \"${DEVICE}\" corresponds to the interface name of the device and \"${MAC}\" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as \"$$\". For example, set it to \"${CONNECTION}-${BOOT}-${DEVICE}\" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to \"${CONNECTION}\" and uses a unique, fixed ID for the connection.")
network-manager-1.27.91/clients/common/settings-docs.h.in-172-#define DESCRIBE_DOC_NM_SETTING_CONNECTION_TIMESTAMP N_("The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).")
##############################################
network-manager-1.27.91/clients/common/settings-docs.h.in-289-#define DESCRIBE_DOC_NM_SETTING_MATCH_KERNEL_COMMAND_LINE N_("A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated \"=\"). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.")
network-manager-1.27.91/clients/common/settings-docs.h.in:290:#define DESCRIBE_DOC_NM_SETTING_MATCH_PATH N_("A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form \"pci-$domain:$bus:$device.$function\", where each variable is an hexadecimal value; for example \"pci-0000:0a:00.0\". The path of a device can be obtained with \"udevadm info /sys/class/net/$dev | grep ID_PATH=\" or by looking at the \"path\" property exported by NetworkManager (\"nmcli -f general.path device show $dev\"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.")
network-manager-1.27.91/clients/common/settings-docs.h.in-291-#define DESCRIBE_DOC_NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE N_("The data path type. One of \"system\", \"netdev\" or empty.")
##############################################
network-manager-1.27.91/clients/cloud-setup/main.c-170-static NMDevice *
network-manager-1.27.91/clients/cloud-setup/main.c:171:_nmc_get_device_by_hwaddr(NMClient *nmc, const char *hwaddr)
network-manager-1.27.91/clients/cloud-setup/main.c-172-{
##############################################
network-manager-1.27.91/clients/cloud-setup/main.c-399-
network-manager-1.27.91/clients/cloud-setup/main.c:400:    device = nm_g_object_ref(_nmc_get_device_by_hwaddr(nmc, hwaddr));
network-manager-1.27.91/clients/cloud-setup/main.c-401-    if (!device) {
##############################################
network-manager-1.27.91/clients/cli/generate-docs-nm-settings-nmcli.xml-366-        <property name="stable-id"
network-manager-1.27.91/clients/cli/generate-docs-nm-settings-nmcli.xml:367:                  description="This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device&apos;s name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The &apos;$&apos; character is treated special to perform dynamic substitutions at runtime. Currently, supported are &quot;${CONNECTION}&quot;, &quot;${DEVICE}&quot;, &quot;${MAC}&quot;, &quot;${BOOT}&quot;, &quot;${RANDOM}&quot;. These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that &quot;${DEVICE}&quot; corresponds to the interface name of the device and &quot;${MAC}&quot; is the permanent MAC address of the device. Any unrecognized patterns following &apos;$&apos; are treated verbatim, however are reserved for future use. You are thus advised to avoid &apos;$&apos; or escape it as &quot;$$&quot;. For example, set it to &quot;${CONNECTION}-${BOOT}-${DEVICE}&quot; to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to &quot;${CONNECTION}&quot; and uses a unique, fixed ID for the connection." />
network-manager-1.27.91/clients/cli/generate-docs-nm-settings-nmcli.xml-368-        <property name="type"
##############################################
network-manager-1.27.91/clients/cli/generate-docs-nm-settings-nmcli.xml-768-        <property name="path"
network-manager-1.27.91/clients/cli/generate-docs-nm-settings-nmcli.xml:769:                  description="A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form &quot;pci-$domain:$bus:$device.$function&quot;, where each variable is an hexadecimal value; for example &quot;pci-0000:0a:00.0&quot;. The path of a device can be obtained with &quot;udevadm info /sys/class/net/$dev | grep ID_PATH=&quot; or by looking at the &quot;path&quot; property exported by NetworkManager (&quot;nmcli -f general.path device show $dev&quot;). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters &apos;|&apos;, &apos;&amp;&apos;, &apos;!&apos; and &apos;\&apos; are used for optional and mandatory matches and inverting the pattern." />
network-manager-1.27.91/clients/cli/generate-docs-nm-settings-nmcli.xml-770-    </setting>
##############################################
network-manager-1.27.91/clients/tui/nmt-ip-entry.c-113-        return nm_utils_parse_inaddr_prefix(priv->family, text, NULL, NULL);
network-manager-1.27.91/clients/tui/nmt-ip-entry.c:114:    return nm_utils_parse_inaddr(priv->family, text, NULL);
network-manager-1.27.91/clients/tui/nmt-ip-entry.c-115-}
##############################################
network-manager-1.27.91/tools/run-nm-test.sh-289-        # the test (probably) didn't fail due to valgrind.
network-manager-1.27.91/tools/run-nm-test.sh:290:        echo "The test failed. Also check the valgrind log at '`realpath "$LOGFILE"`'" >&2
network-manager-1.27.91/tools/run-nm-test.sh-291-    else
network-manager-1.27.91/tools/run-nm-test.sh:292:        echo "valgrind failed! Check the log at '`realpath "$LOGFILE"`'" >&2
network-manager-1.27.91/tools/run-nm-test.sh-293-        UNRESOLVED=$(awk -F: '/obj:\// {print $NF}' "$LOGFILE" | sort | uniq)
##############################################
network-manager-1.27.91/tools/run-nm-test.sh-335-    # shouldn't actually happen...
network-manager-1.27.91/tools/run-nm-test.sh:336:    echo "valgrind succeeded, but log is not empty: '`realpath "$LOGFILE"`'" >&2
network-manager-1.27.91/tools/run-nm-test.sh-337-    exit 1
##############################################
network-manager-1.27.91/configure.ac-296-	# Check for moc-qt4 and if not found then moc
network-manager-1.27.91/configure.ac:297:	QT4_BINDIR=`$PKG_CONFIG QtCore --variable moc_location`
network-manager-1.27.91/configure.ac-298-	AC_CHECK_PROGS(MOC, [moc-qt4 moc],, [$QT4_BINDIR:$PATH])
##############################################
network-manager-1.27.91/configure.ac-590-	AC_CHECK_TOOLS(READELF, [eu-readelf readelf])
network-manager-1.27.91/configure.ac:591:	JANSSON_LIBDIR=`$PKG_CONFIG --variable=libdir jansson`
network-manager-1.27.91/configure.ac:592:	JANSSON_SONAME=`$READELF -d $JANSSON_LIBDIR/libjansson.so |sed -n 's/.*SONAME.*\[[\([^]]*\)]]/\1/p'`
network-manager-1.27.91/configure.ac-593-
##############################################
network-manager-1.27.91/configure.ac-622-	# temporary bug workaround
network-manager-1.27.91/configure.ac:623:	LIBTEAMDCTL_CFLAGS=`echo $LIBTEAMDCTL_CFLAGS | sed -e 's:/teamdctl.h::'`
network-manager-1.27.91/configure.ac-624-fi
##############################################
network-manager-1.27.91/configure.ac-647-else
network-manager-1.27.91/configure.ac:648:	POLKIT_PACKAGE_PREFIX=`$PKG_CONFIG --variable=prefix polkit-agent-1`
network-manager-1.27.91/configure.ac-649-fi
##############################################
network-manager-1.27.91/configure.ac-678-	# Work around a pkg-config bug (fdo #29801) where exists != usable
network-manager-1.27.91/configure.ac:679:	FOO=`$PKG_CONFIG --cflags --libs nss`
network-manager-1.27.91/configure.ac-680-	if test x"$?" != "x0"; then
##############################################
network-manager-1.27.91/configure.ac-707-AC_SUBST(GLIB_MAKEFILE)
network-manager-1.27.91/configure.ac:708:GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
network-manager-1.27.91/configure.ac-709-AC_SUBST(GLIB_MKENUMS)
##############################################
network-manager-1.27.91/configure.ac-774-		PKG_CHECK_MODULES(MOBILE_BROADBAND_PROVIDER_INFO, [mobile-broadband-provider-info],
network-manager-1.27.91/configure.ac:775:		                  [MOBILE_BROADBAND_PROVIDER_INFO_DATABASE=`$PKG_CONFIG --variable=database mobile-broadband-provider-info`],
network-manager-1.27.91/configure.ac-776-		                  [MOBILE_BROADBAND_PROVIDER_INFO_DATABASE="$prefix/share/mobile-broadband-provider-info/serviceproviders.xml"])
##############################################
network-manager-1.27.91/man/nm-settings-docs-dbus.xml:1:<nm-setting-docs><setting name="connection" description="General Connection Profile Settings" name_upper="CONNECTION"><property name="auth-retries" name_upper="AUTH_RETRIES" type="int32" default="-1" description="The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection. Currently, this only applies to 802-1x authentication." /><property name="autoconnect" name_upper="AUTOCONNECT" type="boolean" default="TRUE" description="Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection. Note that autoconnect is not implemented for VPN profiles. See &quot;secondaries&quot; as an alternative to automatically connect VPN profiles." /><property name="autoconnect-priority" name_upper="AUTOCONNECT_PRIORITY" type="int32" default="0" description="The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority." /><property name="autoconnect-retries" name_upper="AUTOCONNECT_RETRIES" type="int32" default="-1" description="The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before blocking autoconnect. Note that after a timeout, NetworkManager will try to autoconnect again." /><property name="autoconnect-slaves" name_upper="AUTOCONNECT_SLAVES" type="NMSettingConnectionAutoconnectSlaves (int32)" description="Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The properties &quot;autoconnect&quot;, &quot;autoconnect-priority&quot; and &quot;autoconnect-retries&quot; are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0." /><property name="gateway-ping-timeout" name_upper="GATEWAY_PING_TIMEOUT" type="uint32" default="0" description="If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping." /><property name="id" name_upper="ID" type="string" description="A human readable unique identifier for the connection, like &quot;Work Wi-Fi&quot; or &quot;T-Mobile 3G&quot;." /><property name="interface-name" name_upper="INTERFACE_NAME" type="string" description="The name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface." /><property name="lldp" name_upper="LLDP" type="int32" default="-1" description="Whether LLDP is enabled for the connection." /><property name="llmnr" name_upper="LLMNR" type="int32" default="-1" description="Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. The permitted values are: &quot;yes&quot; (2) register hostname and resolving for the connection, &quot;no&quot; (0) disable LLMNR for the interface, &quot;resolve&quot; (1) do not register hostname but allow resolving of LLMNR host names If unspecified, &quot;default&quot; ultimately depends on the DNS plugin (which for systemd-resolved currently means &quot;yes&quot;). This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved." /><property name="master" name_upper="MASTER" type="string" description="Interface name of the master device or UUID of the master connection." /><property name="mdns" name_upper="MDNS" type="int32" default="-1" description="Whether mDNS is enabled for the connection. The permitted values are: &quot;yes&quot; (2) register hostname and resolving for the connection, &quot;no&quot; (0) disable mDNS for the interface, &quot;resolve&quot; (1) do not register hostname but allow resolving of mDNS host names and &quot;default&quot; (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, &quot;default&quot; ultimately depends on the DNS plugin (which for systemd-resolved currently means &quot;no&quot;). This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved." /><property name="metered" name_upper="METERED" type="NMMetered (int32)" description="Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately." /><property name="mud-url" name_upper="MUD_URL" type="string" description="If configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with &quot;https://&quot;. The special value &quot;none&quot; is allowed to indicate that no MUD URL is used. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the ultimate default is &quot;none&quot;." /><property name="multi-connect" name_upper="MULTI_CONNECT" type="int32" default="0" description="Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect." /><property name="permissions" name_upper="PERMISSIONS" type="array of string" description="An array of strings defining what access a given user has to this connection.  If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list.  When this is not empty, the connection can be active only when one of the specified users is logged into an active session.  Each entry is of the form &quot;[type]:[id]:[reserved]&quot;; for example, &quot;user:dcbw:blah&quot;. At this time only the &quot;user&quot; [type] is allowed.  Any other values are ignored and reserved for future use.  [id] is the username that this permission refers to, which may not contain the &quot;:&quot; character. Any [reserved] information present must be ignored and is reserved for future use.  All of [type], [id], and [reserved] must be valid UTF-8." /><property name="read-only" name_upper="READ_ONLY" type="boolean" default="FALSE" description="FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified." /><property name="secondaries" name_upper="SECONDARIES" type="array of string" description="List of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported." /><property name="slave-type" name_upper="SLAVE_TYPE" type="string" description="Setting name of the device type of this slave's master connection (eg, &quot;bond&quot;), or NULL if this connection is not a slave." /><property name="stable-id" name_upper="STABLE_ID" type="string" description="This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are &quot;${CONNECTION}&quot;, &quot;${DEVICE}&quot;, &quot;${MAC}&quot;, &quot;${BOOT}&quot;, &quot;${RANDOM}&quot;. These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that &quot;${DEVICE}&quot; corresponds to the interface name of the device and &quot;${MAC}&quot; is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as &quot;$$&quot;. For example, set it to &quot;${CONNECTION}-${BOOT}-${DEVICE}&quot; to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to &quot;${CONNECTION}&quot; and uses a unique, fixed ID for the connection." /><property name="timestamp" name_upper="TIMESTAMP" type="uint64" default="0" description="The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved)." /><property name="type" name_upper="TYPE" type="string" description="Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, &quot;802-3-ethernet&quot; or &quot;802-11-wireless&quot; or &quot;bluetooth&quot;, etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, &quot;vpn&quot; or &quot;bridge&quot;, etc)." /><property name="uuid" name_upper="UUID" type="string" description="A universally unique identifier for the connection, for example generated with libuuid.  It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network.  For example, it should not be changed when the &quot;id&quot; property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or &quot;type&quot; property changes. The UUID must be in the format &quot;2815492f-7e56-435e-b2e9-246bd7cdc664&quot; (ie, contains only hexadecimal characters and &quot;-&quot;)." /><property name="wait-device-timeout" name_upper="WAIT_DEVICE_TIMEOUT" type="int32" default="-1" description="Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service and nm-online to give the device a chance to appear. This works by waiting for the given timeout until a compatible device for the profile is available and managed. The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time." /><property name="zone" name_upper="ZONE" type="string" description="The trust level of a the connection.  Free form case-insensitive string (for example &quot;Home&quot;, &quot;Work&quot;, &quot;Public&quot;).  NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately." /></setting><setting name="6lowpan" description="6LoWPAN Settings" name_upper="6LOWPAN"><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this 6LowPAN interface should be created." /></setting><setting name="802-1x" description="IEEE 802.1x Authentication Settings" name_upper="802_1X"><property name="altsubject-matches" name_upper="ALTSUBJECT_MATCHES" type="array of string" description="List of strings to be matched against the altSubjectName of the certificate presented by the authentication server. If the list is empty, no verification of the server certificate's altSubjectName is performed." /><property name="anonymous-identity" name_upper="ANONYMOUS_IDENTITY" type="string" description="Anonymous identity string for EAP authentication methods.  Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS." /><property name="auth-timeout" name_upper="AUTH_TIMEOUT" type="int32" default="0" description="A timeout for the authentication. Zero means the global default; if the global default is not set, the authentication timeout is 25 seconds." /><property name="ca-cert" name_upper="CA_CERT" type="byte array" description="Contains the CA certificate if used by the EAP method specified in the &quot;eap&quot; property. Certificate data is specified using a &quot;scheme&quot;; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended. Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory." /><property name="ca-cert-password" name_upper="CA_CERT_PASSWORD" type="string" description="The password used to access the CA certificate stored in &quot;ca-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="ca-cert-password-flags" name_upper="CA_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;ca-cert-password&quot; property." /><property name="ca-path" name_upper="CA_PATH" type="string" description="UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the &quot;ca-cert&quot; property. If NMSetting8021x:system-ca-certs is enabled and the built-in CA path is an existing directory, then this setting is ignored." /><property name="client-cert" name_upper="CLIENT_CERT" type="byte array" description="Contains the client certificate if used by the EAP method specified in the &quot;eap&quot; property. Certificate data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte." /><property name="client-cert-password" name_upper="CLIENT_CERT_PASSWORD" type="string" description="The password used to access the client certificate stored in &quot;client-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="client-cert-password-flags" name_upper="CLIENT_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;client-cert-password&quot; property." /><property name="domain-match" name_upper="DOMAIN_MATCH" type="string" description="Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using the same comparison. Multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="domain-suffix-match" name_upper="DOMAIN_SUFFIX_MATCH" type="string" description="Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison. Since version 1.24, multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="eap" name_upper="EAP" type="array of string" description="The allowed EAP method to be used when authenticating to the network with 802.1x.  Valid methods are: &quot;leap&quot;, &quot;md5&quot;, &quot;tls&quot;, &quot;peap&quot;, &quot;ttls&quot;, &quot;pwd&quot;, and &quot;fast&quot;.  Each method requires different configuration using the properties of this setting; refer to wpa_supplicant documentation for the allowed combinations." /><property name="identity" name_upper="IDENTITY" type="string" description="Identity string for EAP authentication methods.  Often the user's user or login name." /><property name="optional" name_upper="OPTIONAL" type="boolean" default="FALSE" description="Whether the 802.1X authentication is optional. If TRUE, the activation will continue even after a timeout or an authentication failure. Setting the property to TRUE is currently allowed only for Ethernet connections. If set to FALSE, the activation can continue only after a successful authentication." /><property name="pac-file" name_upper="PAC_FILE" type="string" description="UTF-8 encoded file path containing PAC for EAP-FAST." /><property name="password" name_upper="PASSWORD" type="string" description="UTF-8 encoded password used for EAP authentication methods. If both the &quot;password&quot; property and the &quot;password-raw&quot; property are specified, &quot;password&quot; is preferred." /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="password-raw" name_upper="PASSWORD_RAW" type="byte array" description="Password used for EAP authentication methods, given as a byte array to allow passwords in other encodings than UTF-8 to be used. If both the &quot;password&quot; property and the &quot;password-raw&quot; property are specified, &quot;password&quot; is preferred." /><property name="password-raw-flags" name_upper="PASSWORD_RAW_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password-raw&quot; property." /><property name="phase1-auth-flags" name_upper="PHASE1_AUTH_FLAGS" type="uint32" default="0" description="Specifies authentication flags to use in &quot;phase 1&quot; outer authentication using NMSetting8021xAuthFlags options. The individual TLS versions can be explicitly disabled. If a certain TLS disable flag is not set, it is up to the supplicant to allow or forbid it. The TLS options map to tls_disable_tlsv1_x settings. See the wpa_supplicant documentation for more details." /><property name="phase1-fast-provisioning" name_upper="PHASE1_FAST_PROVISIONING" type="string" description="Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the &quot;eap&quot; property. Recognized values are &quot;0&quot; (disabled), &quot;1&quot; (allow unauthenticated provisioning), &quot;2&quot; (allow authenticated provisioning), and &quot;3&quot; (allow both authenticated and unauthenticated provisioning).  See the wpa_supplicant documentation for more details." /><property name="phase1-peaplabel" name_upper="PHASE1_PEAPLABEL" type="string" description="Forces use of the new PEAP label during key derivation.  Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1.  Set to &quot;1&quot; to force use of the new PEAP label.  See the wpa_supplicant documentation for more details." /><property name="phase1-peapver" name_upper="PHASE1_PEAPVER" type="string" description="Forces which PEAP version is used when PEAP is set as the EAP method in the &quot;eap&quot; property.  When unset, the version reported by the server will be used.  Sometimes when using older RADIUS servers, it is necessary to force the client to use a particular PEAP version.  To do so, this property may be set to &quot;0&quot; or &quot;1&quot; to force that specific PEAP version." /><property name="phase2-altsubject-matches" name_upper="PHASE2_ALTSUBJECT_MATCHES" type="array of string" description="List of strings to be matched against the altSubjectName of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication. If the list is empty, no verification of the server certificate's altSubjectName is performed." /><property name="phase2-auth" name_upper="PHASE2_AUTH" type="string" description="Specifies the allowed &quot;phase 2&quot; inner non-EAP authentication method when an EAP method that uses an inner TLS tunnel is specified in the &quot;eap&quot; property.  Recognized non-EAP &quot;phase 2&quot; methods are &quot;pap&quot;, &quot;chap&quot;, &quot;mschap&quot;, &quot;mschapv2&quot;, &quot;gtc&quot;, &quot;otp&quot;, &quot;md5&quot;, and &quot;tls&quot;. Each &quot;phase 2&quot; inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details." /><property name="phase2-autheap" name_upper="PHASE2_AUTHEAP" type="string" description="Specifies the allowed &quot;phase 2&quot; inner EAP-based authentication method when an EAP method that uses an inner TLS tunnel is specified in the &quot;eap&quot; property.  Recognized EAP-based &quot;phase 2&quot; methods are &quot;md5&quot;, &quot;mschapv2&quot;, &quot;otp&quot;, &quot;gtc&quot;, and &quot;tls&quot;. Each &quot;phase 2&quot; inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details." /><property name="phase2-ca-cert" name_upper="PHASE2_CA_CERT" type="byte array" description="Contains the &quot;phase 2&quot; CA certificate if used by the EAP method specified in the &quot;phase2-auth&quot; or &quot;phase2-autheap&quot; properties. Certificate data is specified using a &quot;scheme&quot;; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended. Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory." /><property name="phase2-ca-cert-password" name_upper="PHASE2_CA_CERT_PASSWORD" type="string" description="The password used to access the &quot;phase2&quot; CA certificate stored in &quot;phase2-ca-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="phase2-ca-cert-password-flags" name_upper="PHASE2_CA_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;phase2-ca-cert-password&quot; property." /><property name="phase2-ca-path" name_upper="PHASE2_CA_PATH" type="string" description="UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the &quot;phase2-ca-cert&quot; property. If NMSetting8021x:system-ca-certs is enabled and the built-in CA path is an existing directory, then this setting is ignored." /><property name="phase2-client-cert" name_upper="PHASE2_CLIENT_CERT" type="byte array" description="Contains the &quot;phase 2&quot; client certificate if used by the EAP method specified in the &quot;phase2-auth&quot; or &quot;phase2-autheap&quot; properties. Certificate data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended." /><property name="phase2-client-cert-password" name_upper="PHASE2_CLIENT_CERT_PASSWORD" type="string" description="The password used to access the &quot;phase2&quot; client certificate stored in &quot;phase2-client-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="phase2-client-cert-password-flags" name_upper="PHASE2_CLIENT_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;phase2-client-cert-password&quot; property." /><property name="phase2-domain-match" name_upper="PHASE2_DOMAIN_MATCH" type="string" description="Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication. If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using the same comparison. Multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="phase2-domain-suffix-match" name_upper="PHASE2_DOMAIN_SUFFIX_MATCH" type="string" description="Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison. Since version 1.24, multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="phase2-private-key" name_upper="PHASE2_PRIVATE_KEY" type="byte array" description="Contains the &quot;phase 2&quot; inner private key when the &quot;phase2-auth&quot; or &quot;phase2-autheap&quot; property is set to &quot;tls&quot;. Key data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the &quot;phase2-private-key-password&quot; property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte, and as with the blob scheme the &quot;phase2-private-key-password&quot; property must be set to the password used to decode the PKCS#12 private key and certificate." /><property name="phase2-private-key-password" name_upper="PHASE2_PRIVATE_KEY_PASSWORD" type="string" description="The password used to decrypt the &quot;phase 2&quot; private key specified in the &quot;phase2-private-key&quot; property when the private key either uses the path scheme, or is a PKCS#12 format key." /><property name="phase2-private-key-password-flags" name_upper="PHASE2_PRIVATE_KEY_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;phase2-private-key-password&quot; property." /><property name="phase2-subject-match" name_upper="PHASE2_SUBJECT_MATCH" type="string" description="Substring to be matched against the subject of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication. When unset, no verification of the authentication server certificate's subject is performed.  This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:phase2-domain-suffix-match." /><property name="pin" name_upper="PIN" type="string" description="PIN used for EAP authentication methods." /><property name="pin-flags" name_upper="PIN_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;pin&quot; property." /><property name="private-key" name_upper="PRIVATE_KEY" type="byte array" description="Contains the private key when the &quot;eap&quot; property is set to &quot;tls&quot;. Key data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the &quot;private-key-password&quot; property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte, and as with the blob scheme the &quot;private-key-password&quot; property must be set to the password used to decode the PKCS#12 private key and certificate. WARNING: &quot;private-key&quot; is not a &quot;secret&quot; property, and thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users.  Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data." /><property name="private-key-password" name_upper="PRIVATE_KEY_PASSWORD" type="string" description="The password used to decrypt the private key specified in the &quot;private-key&quot; property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key." /><property name="private-key-password-flags" name_upper="PRIVATE_KEY_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;private-key-password&quot; property." /><property name="subject-match" name_upper="SUBJECT_MATCH" type="string" description="Substring to be matched against the subject of the certificate presented by the authentication server. When unset, no verification of the authentication server certificate's subject is performed.  This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:domain-suffix-match." /><property name="system-ca-certs" name_upper="SYSTEM_CA_CERTS" type="boolean" default="FALSE" description="When TRUE, overrides the &quot;ca-path&quot; and &quot;phase2-ca-path&quot; properties using the system CA directory specified at configure time with the --system-ca-path switch.  The certificates in this directory are added to the verification chain in addition to any certificates specified by the &quot;ca-cert&quot; and &quot;phase2-ca-cert&quot; properties. If the path provided with --system-ca-path is rather a file name (bundle of trusted CA certificates), it overrides &quot;ca-cert&quot; and &quot;phase2-ca-cert&quot; properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant)." /></setting><setting name="adsl" description="ADSL Settings" name_upper="ADSL"><property name="encapsulation" name_upper="ENCAPSULATION" type="string" description="Encapsulation of ADSL connection.  Can be &quot;vcmux&quot; or &quot;llc&quot;." /><property name="password" name_upper="PASSWORD" type="string" description="Password used to authenticate with the ADSL service." /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="protocol" name_upper="PROTOCOL" type="string" description="ADSL connection protocol.  Can be &quot;pppoa&quot;, &quot;pppoe&quot; or &quot;ipoatm&quot;." /><property name="username" name_upper="USERNAME" type="string" description="Username used to authenticate with the ADSL service." /><property name="vci" name_upper="VCI" type="uint32" default="0" description="VCI of ADSL connection" /><property name="vpi" name_upper="VPI" type="uint32" default="0" description="VPI of ADSL connection" /></setting><setting name="bluetooth" description="Bluetooth Settings" name_upper="BLUETOOTH"><property name="bdaddr" name_upper="BDADDR" type="byte array" description="The Bluetooth address of the device." /><property name="type" name_upper="TYPE" type="string" description="Either &quot;dun&quot; for Dial-Up Networking connections or &quot;panu&quot; for Personal Area Networking connections to devices supporting the NAP profile." /></setting><setting name="bond" description="Bonding Settings" name_upper="BOND"><property name="interface-name" name_upper="INTERFACE_NAME" type="string" description="Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bond's interface name." /><property name="options" name_upper="OPTIONS" type="dict of string to string" default="{'mode': 'balance-rr'}" description="Dictionary of key/value pairs of bonding options.  Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9])." /></setting><setting name="bridge" description="Bridging Settings" name_upper="BRIDGE"><property name="ageing-time" name_upper="AGEING_TIME" type="uint32" default="300" description="The Ethernet MAC address aging time, in seconds." /><property name="forward-delay" name_upper="FORWARD_DELAY" type="uint32" default="15" description="The Spanning Tree Protocol (STP) forwarding delay, in seconds." /><property name="group-address" name_upper="GROUP_ADDRESS" type="byte array" description="If specified, The MAC address of the multicast group this bridge uses for STP. The address must be a link-local address in standard Ethernet MAC address format, ie an address of the form 01:80:C2:00:00:0X, with X in [0, 4..F]. If not specified the default value is 01:80:C2:00:00:00." /><property name="group-forward-mask" name_upper="GROUP_FORWARD_MASK" type="uint32" default="0" description="A mask of group addresses to forward. Usually, group addresses in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to standards. This property is a mask of 16 bits, each corresponding to a group address in that range that must be forwarded. The mask can't have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP." /><property name="hello-time" name_upper="HELLO_TIME" type="uint32" default="2" description="The Spanning Tree Protocol (STP) hello time, in seconds." /><property name="interface-name" name_upper="INTERFACE_NAME" type="string" description="Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bridge's interface name." /><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, the MAC address of bridge. When creating a new bridge, this MAC address will be set. If this field is left unspecified, the &quot;ethernet.cloned-mac-address&quot; is referred instead to generate the initial MAC address. Note that setting &quot;ethernet.cloned-mac-address&quot; anyway overwrites the MAC address of the bridge later while activating the bridge. Hence, this property is deprecated. Deprecated: 1" /><property name="max-age" name_upper="MAX_AGE" type="uint32" default="20" description="The Spanning Tree Protocol (STP) maximum message age, in seconds." /><property name="multicast-hash-max" name_upper="MULTICAST_HASH_MAX" type="uint32" default="4096" description="Set maximum size of multicast hash table (value must be a power of 2)." /><property name="multicast-last-member-count" name_upper="MULTICAST_LAST_MEMBER_COUNT" type="uint32" default="2" description="Set the number of queries the bridge will send before stopping forwarding a multicast group after a &quot;leave&quot; message has been received." /><property name="multicast-last-member-interval" name_upper="MULTICAST_LAST_MEMBER_INTERVAL" type="uint64" default="100" description="Set interval (in deciseconds) between queries to find remaining members of a group, after a &quot;leave&quot; message is received." /><property name="multicast-membership-interval" name_upper="MULTICAST_MEMBERSHIP_INTERVAL" type="uint64" default="26000" description="Set delay (in deciseconds) after which the bridge will leave a group, if no membership reports for this group are received." /><property name="multicast-querier" name_upper="MULTICAST_QUERIER" type="boolean" default="FALSE" description="Enable or disable sending of multicast queries by the bridge. If not specified the option is disabled." /><property name="multicast-querier-interval" name_upper="MULTICAST_QUERIER_INTERVAL" type="uint64" default="25500" description="If no queries are seen after this delay (in deciseconds) has passed, the bridge will start to send its own queries." /><property name="multicast-query-interval" name_upper="MULTICAST_QUERY_INTERVAL" type="uint64" default="12500" description="Interval (in deciseconds) between queries sent by the bridge after the end of the startup phase." /><property name="multicast-query-response-interval" name_upper="MULTICAST_QUERY_RESPONSE_INTERVAL" type="uint64" default="1000" description="Set the Max Response Time/Max Response Delay (in deciseconds) for IGMP/MLD queries sent by the bridge." /><property name="multicast-query-use-ifaddr" name_upper="MULTICAST_QUERY_USE_IFADDR" type="boolean" default="FALSE" description="If enabled the bridge's own IP address is used as the source address for IGMP queries otherwise the default of 0.0.0.0 is used." /><property name="multicast-router" name_upper="MULTICAST_ROUTER" type="string" description="Sets bridge's multicast router. Multicast-snooping must be enabled for this option to work. Supported values are: 'auto', 'disabled', 'enabled' to which kernel assigns the numbers 1, 0, and 2, respectively. If not specified the default value is 'auto' (1)." /><property name="multicast-snooping" name_upper="MULTICAST_SNOOPING" type="boolean" default="TRUE" description="Controls whether IGMP snooping is enabled for this bridge. Note that if snooping was automatically disabled due to hash collisions, the system may refuse to enable the feature until the collisions are resolved." /><property name="multicast-startup-query-count" name_upper="MULTICAST_STARTUP_QUERY_COUNT" type="uint32" default="2" description="Set the number of IGMP queries to send during startup phase." /><property name="multicast-startup-query-interval" name_upper="MULTICAST_STARTUP_QUERY_INTERVAL" type="uint64" default="3125" description="Sets the time (in deciseconds) between queries sent out at startup to determine membership information." /><property name="priority" name_upper="PRIORITY" type="uint32" default="32768" description="Sets the Spanning Tree Protocol (STP) priority for this bridge.  Lower values are &quot;better&quot;; the lowest priority bridge will be elected the root bridge." /><property name="stp" name_upper="STP" type="boolean" default="TRUE" description="Controls whether Spanning Tree Protocol (STP) is enabled for this bridge." /><property name="vlan-default-pvid" name_upper="VLAN_DEFAULT_PVID" type="uint32" default="1" description="The default PVID for the ports of the bridge, that is the VLAN id assigned to incoming untagged frames." /><property name="vlan-filtering" name_upper="VLAN_FILTERING" type="boolean" default="FALSE" description="Control whether VLAN filtering is enabled on the bridge." /><property name="vlan-protocol" name_upper="VLAN_PROTOCOL" type="string" description="If specified, the protocol used for VLAN filtering. Supported values are: '802.1Q', '802.1ad'. If not specified the default value is '802.1Q'." /><property name="vlan-stats-enabled" name_upper="VLAN_STATS_ENABLED" type="boolean" default="FALSE" description="Controls whether per-VLAN stats accounting is enabled." /><property name="vlans" name_upper="VLANS" type="array of vardict" description="Array of bridge VLAN objects. In addition to the VLANs specified here, the bridge will also have the default-pvid VLAN configured  by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]... where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash." /></setting><setting name="bridge-port" description="Bridge Port Settings" name_upper="BRIDGE_PORT"><property name="hairpin-mode" name_upper="HAIRPIN_MODE" type="boolean" default="FALSE" description="Enables or disables &quot;hairpin mode&quot; for the port, which allows frames to be sent back out through the port the frame was received on." /><property name="path-cost" name_upper="PATH_COST" type="uint32" default="100" description="The Spanning Tree Protocol (STP) port cost for destinations via this port." /><property name="priority" name_upper="PRIORITY" type="uint32" default="32" description="The Spanning Tree Protocol (STP) priority of this bridge port." /><property name="vlans" name_upper="VLANS" type="array of vardict" description="Array of bridge VLAN objects. In addition to the VLANs specified here, the port will also have the default-pvid VLAN configured on the bridge by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]... where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash." /></setting><setting name="cdma" description="CDMA-based Mobile Broadband Settings" name_upper="CDMA"><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." /><property name="number" name_upper="NUMBER" type="string" description="The number to dial to establish the connection to the CDMA-based mobile broadband network, if any.  If not specified, the default number (#777) is used when required." /><property name="password" name_upper="PASSWORD" type="string" description="The password used to authenticate with the network, if required.  Many providers do not require a password, or accept any password.  But if a password is required, it is specified here." /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="username" name_upper="USERNAME" type="string" description="The username used to authenticate with the network, if required.  Many providers do not require a username, or accept any username.  But if a username is required, it is specified here." /></setting><setting name="dcb" description="Data Center Bridging Settings" name_upper="DCB"><property name="app-fcoe-flags" name_upper="APP_FCOE_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for the DCB FCoE application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="app-fcoe-mode" name_upper="APP_FCOE_MODE" type="string" default="&quot;fabric&quot;" description="The FCoE controller mode; either &quot;fabric&quot; (default) or &quot;vn2vn&quot;." /><property name="app-fcoe-priority" name_upper="APP_FCOE_PRIORITY" type="int32" default="-1" description="The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority.  Only used when the &quot;app-fcoe-flags&quot; property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag." /><property name="app-fip-flags" name_upper="APP_FIP_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for the DCB FIP application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="app-fip-priority" name_upper="APP_FIP_PRIORITY" type="int32" default="-1" description="The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority.  Only used when the &quot;app-fip-flags&quot; property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag." /><property name="app-iscsi-flags" name_upper="APP_ISCSI_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for the DCB iSCSI application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="app-iscsi-priority" name_upper="APP_ISCSI_PRIORITY" type="int32" default="-1" description="The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the &quot;app-iscsi-flags&quot; property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag." /><property name="priority-bandwidth" name_upper="PRIORITY_BANDWIDTH" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use.  The sum of all percentages for priorities which belong to the same group must total 100 percents." /><property name="priority-flow-control" name_upper="PRIORITY_FLOW_CONTROL" type="array of uint32" description="An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause." /><property name="priority-flow-control-flags" name_upper="PRIORITY_FLOW_CONTROL_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="priority-group-bandwidth" name_upper="PRIORITY_GROUP_BANDWIDTH" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group.  Allowed values are 0 - 100, and the sum of all values must total 100 percents." /><property name="priority-group-flags" name_upper="PRIORITY_GROUP_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for DCB Priority Groups.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="priority-group-id" name_upper="PRIORITY_GROUP_ID" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID.  Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group." /><property name="priority-strict-bandwidth" name_upper="PRIORITY_STRICT_BANDWIDTH" type="array of uint32" description="An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group." /><property name="priority-traffic-class" name_upper="PRIORITY_TRAFFIC_CLASS" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped." /></setting><setting name="dummy" description="Dummy Link Settings" name_upper="DUMMY" /><setting name="ethtool" description="Ethtool Ethernet Settings" name_upper="ETHTOOL" /><setting name="generic" description="Generic Link Settings" name_upper="GENERIC" /><setting name="gsm" description="GSM-based Mobile Broadband Settings" name_upper="GSM"><property name="apn" name_upper="APN" type="string" description="The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM-based network.  The APN often determines how the user will be billed for their network usage and whether the user has access to the Internet or just a provider-specific walled-garden, so it is important to use the correct APN for the user's mobile broadband plan. The APN may only be composed of the characters a-z, 0-9, ., and - per GSM 03.60 Section 14.9." /><property name="auto-config" name_upper="AUTO_CONFIG" type="boolean" default="FALSE" description="When TRUE, the settings such as APN, username, or password will default to values that match the network the modem will register to in the Mobile Broadband Provider database." /><property name="device-id" name_upper="DEVICE_ID" type="string" description="The device unique identifier (as given by the WWAN management service) which this connection applies to.  If given, the connection will only apply to the specified device." /><property name="home-only" name_upper="HOME_ONLY" type="boolean" default="FALSE" description="When TRUE, only connections to the home network will be allowed. Connections to roaming networks will not be made." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." /><property name="network-id" name_upper="NETWORK_ID" type="string" description="The Network ID (GSM LAI format, ie MCC-MNC) to force specific network registration.  If the Network ID is specified, NetworkManager will attempt to force the device to register only on the specified network. This can be used to ensure that the device does not roam when direct roaming control of the device is not otherwise possible." /><property name="number" name_upper="NUMBER" type="string" description="Legacy setting that used to help establishing PPP data sessions for GSM-based modems. Deprecated: 1" /><property name="password" name_upper="PASSWORD" type="string" description="The password used to authenticate with the network, if required.  Many providers do not require a password, or accept any password.  But if a password is required, it is specified here." /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="pin" name_upper="PIN" type="string" description="If the SIM is locked with a PIN it must be unlocked before any other operations are requested.  Specify the PIN here to allow operation of the device." /><property name="pin-flags" name_upper="PIN_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;pin&quot; property." /><property name="sim-id" name_upper="SIM_ID" type="string" description="The SIM card unique identifier (as given by the WWAN management service) which this connection applies to.  If given, the connection will apply to any device also allowed by &quot;device-id&quot; which contains a SIM card matching the given identifier." /><property name="sim-operator-id" name_upper="SIM_OPERATOR_ID" type="string" description="A MCC/MNC string like &quot;310260&quot; or &quot;21601&quot; identifying the specific mobile network operator which this connection applies to.  If given, the connection will apply to any device also allowed by &quot;device-id&quot; and &quot;sim-id&quot; which contains a SIM card provisioned by the given operator." /><property name="username" name_upper="USERNAME" type="string" description="The username used to authenticate with the network, if required.  Many providers do not require a username, or accept any username.  But if a username is required, it is specified here." /></setting><setting name="infiniband" description="Infiniband Settings" name_upper="INFINIBAND"><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the IPoIB device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing)." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." /><property name="p-key" name_upper="P_KEY" type="int32" default="-1" description="The InfiniBand P_Key to use for this device. A value of -1 means to use the default P_Key (aka &quot;the P_Key at index 0&quot;). Otherwise, it is a 16-bit unsigned integer, whose high bit is set if it is a &quot;full membership&quot; P_Key." /><property name="parent" name_upper="PARENT" type="string" description="The interface name of the parent device of this device. Normally NULL, but if the &quot;p_key&quot; property is set, then you must specify the base device by setting either this property or &quot;mac-address&quot;." /><property name="transport-mode" name_upper="TRANSPORT_MODE" type="string" description="The IP-over-InfiniBand transport mode. Either &quot;datagram&quot; or &quot;connected&quot;." /></setting><setting name="ipv4" description="IPv4 Settings" name_upper="IP4_CONFIG"><property name="address-data" name_upper="ADDRESS_DATA" type="array of vardict" description="Array of IPv4 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses." /><property name="addresses" name_upper="ADDRESSES" type="array of array of uint32" description="Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'.  Array of IPv4 address structures.  Each IPv4 address structure is composed of 3 32-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 - 32), and last the IPv4 gateway (network byte order). The gateway may be left as 0 if no gateway exists for that subnet." /><property name="dad-timeout" name_upper="DAD_TIMEOUT" type="int32" default="-1" description="Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network.  If an address conflict is detected, the activation will fail.  A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or zero).  A value greater than zero is a timeout in milliseconds. The property is currently implemented only for IPv4." /><property name="dhcp-client-id" name_upper="DHCP_CLIENT_ID" type="string" description="A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options. When the property is a hex string ('aa:bb:cc') it is interpreted as a binary client ID, in which case the first byte is assumed to be the 'type' field as per RFC 2132 section 9.14 and the remaining bytes may be an hardware address (e.g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a MAC address). If the property is not a hex string it is considered as a non-hardware-address client ID and the 'type' field is set to 0. The special values &quot;mac&quot; and &quot;perm-mac&quot; are supported, which use the current or permanent MAC address of the device to generate a client identifier with type ethernet (01). Currently, these options only work for ethernet type of links. The special value &quot;duid&quot; generates a RFC4361-compliant client identifier based on a hash of the interface name as IAID and /etc/machine-id. The special value &quot;stable&quot; is supported to generate a type 0 client identifier based on the stable-id (see connection.stable-id) and a per-host key. If you set the stable-id, you may want to include the &quot;${DEVICE}&quot; or &quot;${MAC}&quot; specifier to get a per-device key. If unset, a globally configured default is used. If still unset, the default depends on the DHCP plugin." /><property name="dhcp-fqdn" name_upper="DHCP_FQDN" type="string" description="If the &quot;dhcp-send-hostname&quot; property is TRUE, then the specified FQDN will be sent to the DHCP server when acquiring a lease. This property and &quot;dhcp-hostname&quot; are mutually exclusive and cannot be set at the same time." /><property name="dhcp-hostname" name_upper="DHCP_HOSTNAME" type="string" description="If the &quot;dhcp-send-hostname&quot; property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and &quot;dhcp-fqdn&quot; are mutually exclusive and cannot be set at the same time." /><property name="dhcp-hostname-flags" name_upper="DHCP_HOSTNAME_FLAGS" type="uint32" default="0" description="Flags for the DHCP hostname and FQDN. Currently, this property only includes flags to control the FQDN flags set in the DHCP FQDN option. Supported FQDN flags are NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is set, the DHCP FQDN option will contain no flag. Otherwise, if no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is not set, the standard FQDN flags are set in the request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) for IPv4 and NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for IPv6. When this property is set to the default value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global default is looked up in NetworkManager configuration. If that value is unset or also NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the standard FQDN flags described above are sent in the DHCP requests." /><property name="dhcp-iaid" name_upper="DHCP_IAID" type="string" description="A string containing the &quot;Identity Association Identifier&quot; (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among &quot;mac&quot;, &quot;perm-mac&quot;, &quot;ifname&quot; and &quot;stable&quot;. When set to &quot;mac&quot; (or &quot;perm-mac&quot;), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to &quot;ifname&quot;, the IAID is computed by hashing the interface name. The special value &quot;stable&quot; can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be &quot;ifname&quot;. Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address." /><property name="dhcp-reject-servers" name_upper="DHCP_REJECT_SERVERS" type="array of string" description="Array of servers from which DHCP offers must be rejected. This property is useful to avoid getting a lease from misconfigured or rogue servers. For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. &quot;192.168.122.0/24&quot;). This property is currently not implemented for DHCPv6." /><property name="dhcp-send-hostname" name_upper="DHCP_SEND_HOSTNAME" type="boolean" default="TRUE" description="If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer.  If the &quot;dhcp-hostname&quot; property is NULL and this property is TRUE, the current persistent hostname of the computer is sent." /><property name="dhcp-timeout" name_upper="DHCP_TIMEOUT" type="int32" default="0" description="A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity." /><property name="dhcp-vendor-class-identifier" name_upper="DHCP_VENDOR_CLASS_IDENTIFIER" type="string" description="The Vendor Class Identifier DHCP option (60). Special characters in the data string may be escaped using C-style escapes, nevertheless this property cannot contain nul bytes. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the DHCP option is not sent to the server. Since 1.28" /><property name="dns" name_upper="DNS" type="array of uint32" description="Array of IP addresses of DNS servers (as network-byte-order integers)" /><property name="dns-options" name_upper="DNS_OPTIONS" type="array of string" description="Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are &quot;attempts&quot;, &quot;debug&quot;, &quot;edns0&quot;, &quot;inet6&quot;, &quot;ip6-bytestring&quot;, &quot;ip6-dotint&quot;, &quot;ndots&quot;, &quot;no-check-names&quot;, &quot;no-ip6-dotint&quot;, &quot;no-reload&quot;, &quot;no-tld-query&quot;, &quot;rotate&quot;, &quot;single-request&quot;, &quot;single-request-reopen&quot;, &quot;timeout&quot;, &quot;trust-ad&quot;, &quot;use-vc&quot;. The &quot;trust-ad&quot; setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have &quot;trust-ad&quot; enabled." /><property name="dns-priority" name_upper="DNS_PRIORITY" type="int32" default="0" description="DNS servers priority. The relative priority for DNS servers specified by this setting.  A lower numerical value is better (higher priority). Negative values have the special effect of excluding other configurations with a greater numerical priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. To avoid all DNS leaks, set the priority of the profile that should be used to the most negative value of all active connections profiles. Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to -50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections.  It does not disambiguate multiple DNS servers within the same connection profile. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. Note that commonly the resolver tries name servers in /etc/resolv.conf in the order listed, proceeding with the next server in the list on failure. See for example the &quot;rotate&quot; option of the dns-options setting. If there are any negative DNS priorities, then only name servers from the devices with that lowest priority will be considered. When using a DNS resolver that supports Conditional Forwarding or Split DNS (with dns=dnsmasq or dns=systemd-resolved settings), each connection is used to query domains in its search list. The search domains determine which name servers to ask, and the DNS priority is used to prioritize name servers based on the domain.  Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually).  When multiple connections specify the same domain, the one with the best priority (lowest numerical value) wins.  If a sub domain is configured on another interface it will be accepted regardless the priority, unless parent domain on the other interface has a negative priority, which causes the sub domain to be shadowed. With Split DNS one can avoid undesired DNS leaks by properly configuring DNS priorities and the search domains, so that only name servers of the desired interface are configured." /><property name="dns-search" name_upper="DNS_SEARCH" type="array of string" description="Array of DNS search domains. Domains starting with a tilde ('~') are considered 'routing' domains and are used only to decide the interface over which a query must be forwarded; they are not used to complete unqualified host names. When using a DNS plugin that supports Conditional Forwarding or Split DNS, then the search domains specify which name servers to query. This makes the behavior different from running with plain /etc/resolv.conf. For more information see also the dns-priority setting." /><property name="gateway" name_upper="GATEWAY" type="string" description="The gateway associated with this configuration. This is only meaningful if &quot;addresses&quot; is also set. The gateway's main purpose is to control the next hop of the standard default route on the device. Hence, the gateway property conflicts with &quot;never-default&quot; and will be automatically dropped if the IP configuration is set to never-default. As an alternative to set the gateway, configure a static default route with /0 as prefix length." /><property name="ignore-auto-dns" name_upper="IGNORE_AUTO_DNS" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured name servers and search domains are ignored and only name servers and search domains specified in the &quot;dns&quot; and &quot;dns-search&quot; properties, if any, are used." /><property name="ignore-auto-routes" name_upper="IGNORE_AUTO_ROUTES" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured routes are ignored and only routes specified in the &quot;routes&quot; property, if any, are used." /><property name="may-fail" name_upper="MAY_FAIL" type="boolean" default="TRUE" description="If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out.  Note that at least one IP configuration must succeed or overall network configuration will still fail.  For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully." /><property name="method" name_upper="METHOD" type="string" description="IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support &quot;disabled&quot;, &quot;auto&quot;, &quot;manual&quot;, and &quot;link-local&quot;. See the subclass-specific documentation for other values. In general, for the &quot;auto&quot; method, properties such as &quot;dns&quot; and &quot;routes&quot; specify information that is added on to the information returned from automatic configuration.  The &quot;ignore-auto-routes&quot; and &quot;ignore-auto-dns&quot; properties modify this behavior. For methods that imply no upstream network, such as &quot;shared&quot; or &quot;link-local&quot;, these properties must be empty. For IPv4 method &quot;shared&quot;, the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared." /><property name="never-default" name_upper="NEVER_DEFAULT" type="boolean" default="FALSE" description="If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager." /><property name="route-data" name_upper="ROUTE_DATA" type="array of vardict" description="Array of IPv4 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'next-hop' entry, containing the next hop IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes." /><property name="route-metric" name_upper="ROUTE_METRIC" type="int64" default="-1" description="The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric." /><property name="route-table" name_upper="ROUTE_TABLE" type="uint32" default="0" description="Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager." /><property name="routes" name_upper="ROUTES" type="array of array of uint32" description="Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'.  Array of IPv4 route structures.  Each IPv4 route structure is composed of 4 32-bit values; the first being the destination IPv4 network or address (network byte order), the second the destination network or address prefix (1 - 32), the third being the next-hop (network byte order) if any, and the fourth being the route metric. If the metric is 0, NM will choose an appropriate default metric for the device. (There is no way to explicitly specify an actual metric of 0 with this property.)" /></setting><setting name="ipv6" description="IPv6 Settings" name_upper="IP6_CONFIG"><property name="addr-gen-mode" name_upper="ADDR_GEN_MODE" type="int32" default="1" description="Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is set to EUI64, the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of stable-privacy enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling stable-privacy. For keyfile plugin, the absence of the setting on disk means EUI64 so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by &quot;ip6-privacy&quot; property and it does not affect the temporary addresses configured with this option." /><property name="address-data" name_upper="ADDRESS_DATA" type="array of vardict" description="Array of IPv6 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses." /><property name="addresses" name_upper="ADDRESSES" type="array of legacy IPv6 address struct (a(ayuay))" description="Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'.  Array of IPv6 address structures.  Each IPv6 address structure is composed of an IPv6 address, a prefix length (1 - 128), and an IPv6 gateway address. The gateway may be zeroed out if no gateway exists for that subnet." /><property name="dad-timeout" name_upper="DAD_TIMEOUT" type="int32" default="-1" description="Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network.  If an address conflict is detected, the activation will fail.  A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or zero).  A value greater than zero is a timeout in milliseconds. The property is currently implemented only for IPv4." /><property name="dhcp-duid" name_upper="DHCP_DUID" type="string" description="A string containing the DHCPv6 Unique Identifier (DUID) used by the dhcp client to identify itself to DHCPv6 servers (RFC 3315). The DUID is carried in the Client Identifier option. If the property is a hex string ('aa:bb:cc') it is interpreted as a binary DUID and filled as an opaque value in the Client Identifier option. The special value &quot;lease&quot; will retrieve the DUID previously used from the lease file belonging to the connection. If no DUID is found and &quot;dhclient&quot; is the configured dhcp client, the DUID is searched in the system-wide dhclient lease file. If still no DUID is found, or another dhcp client is used, a global and permanent DUID-UUID (RFC 6355) will be generated based on the machine-id. The special values &quot;llt&quot; and &quot;ll&quot; will generate a DUID of type LLT or LL (see RFC 3315) based on the current MAC address of the device. In order to try providing a stable DUID-LLT, the time field will contain a constant timestamp that is used globally (for all profiles) and persisted to disk. The special values &quot;stable-llt&quot;, &quot;stable-ll&quot; and &quot;stable-uuid&quot; will generate a DUID of the corresponding type, derived from the connection's stable-id and a per-host unique key. You may want to include the &quot;${DEVICE}&quot; or &quot;${MAC}&quot; specifier in the stable-id, in case this profile gets activated on multiple devices. So, the link-layer address of &quot;stable-ll&quot; and &quot;stable-llt&quot; will be a generated address derived from the stable id. The DUID-LLT time value in the &quot;stable-llt&quot; option will be picked among a static timespan of three years (the upper bound of the interval is the same constant timestamp used in &quot;llt&quot;). When the property is unset, the global value provided for &quot;ipv6.dhcp-duid&quot; is used. If no global value is provided, the default &quot;lease&quot; value is assumed." /><property name="dhcp-hostname" name_upper="DHCP_HOSTNAME" type="string" description="If the &quot;dhcp-send-hostname&quot; property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and &quot;dhcp-fqdn&quot; are mutually exclusive and cannot be set at the same time." /><property name="dhcp-hostname-flags" name_upper="DHCP_HOSTNAME_FLAGS" type="uint32" default="0" description="Flags for the DHCP hostname and FQDN. Currently, this property only includes flags to control the FQDN flags set in the DHCP FQDN option. Supported FQDN flags are NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is set, the DHCP FQDN option will contain no flag. Otherwise, if no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is not set, the standard FQDN flags are set in the request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) for IPv4 and NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for IPv6. When this property is set to the default value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global default is looked up in NetworkManager configuration. If that value is unset or also NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the standard FQDN flags described above are sent in the DHCP requests." /><property name="dhcp-iaid" name_upper="DHCP_IAID" type="string" description="A string containing the &quot;Identity Association Identifier&quot; (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among &quot;mac&quot;, &quot;perm-mac&quot;, &quot;ifname&quot; and &quot;stable&quot;. When set to &quot;mac&quot; (or &quot;perm-mac&quot;), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to &quot;ifname&quot;, the IAID is computed by hashing the interface name. The special value &quot;stable&quot; can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be &quot;ifname&quot;. Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address." /><property name="dhcp-reject-servers" name_upper="DHCP_REJECT_SERVERS" type="array of string" description="Array of servers from which DHCP offers must be rejected. This property is useful to avoid getting a lease from misconfigured or rogue servers. For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. &quot;192.168.122.0/24&quot;). This property is currently not implemented for DHCPv6." /><property name="dhcp-send-hostname" name_upper="DHCP_SEND_HOSTNAME" type="boolean" default="TRUE" description="If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer.  If the &quot;dhcp-hostname&quot; property is NULL and this property is TRUE, the current persistent hostname of the computer is sent." /><property name="dhcp-timeout" name_upper="DHCP_TIMEOUT" type="int32" default="0" description="A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity." /><property name="dns" name_upper="DNS" type="array of byte array" description="Array of IP addresses of DNS servers (in network byte order)" /><property name="dns-options" name_upper="DNS_OPTIONS" type="array of string" description="Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are &quot;attempts&quot;, &quot;debug&quot;, &quot;edns0&quot;, &quot;inet6&quot;, &quot;ip6-bytestring&quot;, &quot;ip6-dotint&quot;, &quot;ndots&quot;, &quot;no-check-names&quot;, &quot;no-ip6-dotint&quot;, &quot;no-reload&quot;, &quot;no-tld-query&quot;, &quot;rotate&quot;, &quot;single-request&quot;, &quot;single-request-reopen&quot;, &quot;timeout&quot;, &quot;trust-ad&quot;, &quot;use-vc&quot;. The &quot;trust-ad&quot; setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have &quot;trust-ad&quot; enabled." /><property name="dns-priority" name_upper="DNS_PRIORITY" type="int32" default="0" description="DNS servers priority. The relative priority for DNS servers specified by this setting.  A lower numerical value is better (higher priority). Negative values have the special effect of excluding other configurations with a greater numerical priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. To avoid all DNS leaks, set the priority of the profile that should be used to the most negative value of all active connections profiles. Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to -50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections.  It does not disambiguate multiple DNS servers within the same connection profile. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. Note that commonly the resolver tries name servers in /etc/resolv.conf in the order listed, proceeding with the next server in the list on failure. See for example the &quot;rotate&quot; option of the dns-options setting. If there are any negative DNS priorities, then only name servers from the devices with that lowest priority will be considered. When using a DNS resolver that supports Conditional Forwarding or Split DNS (with dns=dnsmasq or dns=systemd-resolved settings), each connection is used to query domains in its search list. The search domains determine which name servers to ask, and the DNS priority is used to prioritize name servers based on the domain.  Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually).  When multiple connections specify the same domain, the one with the best priority (lowest numerical value) wins.  If a sub domain is configured on another interface it will be accepted regardless the priority, unless parent domain on the other interface has a negative priority, which causes the sub domain to be shadowed. With Split DNS one can avoid undesired DNS leaks by properly configuring DNS priorities and the search domains, so that only name servers of the desired interface are configured." /><property name="dns-search" name_upper="DNS_SEARCH" type="array of string" description="Array of DNS search domains. Domains starting with a tilde ('~') are considered 'routing' domains and are used only to decide the interface over which a query must be forwarded; they are not used to complete unqualified host names. When using a DNS plugin that supports Conditional Forwarding or Split DNS, then the search domains specify which name servers to query. This makes the behavior different from running with plain /etc/resolv.conf. For more information see also the dns-priority setting." /><property name="gateway" name_upper="GATEWAY" type="string" description="The gateway associated with this configuration. This is only meaningful if &quot;addresses&quot; is also set. The gateway's main purpose is to control the next hop of the standard default route on the device. Hence, the gateway property conflicts with &quot;never-default&quot; and will be automatically dropped if the IP configuration is set to never-default. As an alternative to set the gateway, configure a static default route with /0 as prefix length." /><property name="ignore-auto-dns" name_upper="IGNORE_AUTO_DNS" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured name servers and search domains are ignored and only name servers and search domains specified in the &quot;dns&quot; and &quot;dns-search&quot; properties, if any, are used." /><property name="ignore-auto-routes" name_upper="IGNORE_AUTO_ROUTES" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured routes are ignored and only routes specified in the &quot;routes&quot; property, if any, are used." /><property name="ip6-privacy" name_upper="IP6_PRIVACY" type="NMSettingIP6ConfigPrivacy (int32)" description="Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941.  If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64.  This enhances privacy, but could cause problems in some applications, on the other hand.  The permitted values are: -1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses). Having a per-connection setting set to &quot;-1&quot; (unknown) means fallback to global configuration &quot;ipv6.ip6-privacy&quot;. If also global configuration is unspecified or set to &quot;-1&quot;, fallback to read &quot;/proc/sys/net/ipv6/conf/default/use_tempaddr&quot;. Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the &quot;addr-gen-mode&quot; property's &quot;stable-privacy&quot; setting as another way of avoiding host tracking with IPv6 addresses." /><property name="may-fail" name_upper="MAY_FAIL" type="boolean" default="TRUE" description="If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out.  Note that at least one IP configuration must succeed or overall network configuration will still fail.  For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully." /><property name="method" name_upper="METHOD" type="string" description="IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support &quot;disabled&quot;, &quot;auto&quot;, &quot;manual&quot;, and &quot;link-local&quot;. See the subclass-specific documentation for other values. In general, for the &quot;auto&quot; method, properties such as &quot;dns&quot; and &quot;routes&quot; specify information that is added on to the information returned from automatic configuration.  The &quot;ignore-auto-routes&quot; and &quot;ignore-auto-dns&quot; properties modify this behavior. For methods that imply no upstream network, such as &quot;shared&quot; or &quot;link-local&quot;, these properties must be empty. For IPv4 method &quot;shared&quot;, the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared." /><property name="never-default" name_upper="NEVER_DEFAULT" type="boolean" default="FALSE" description="If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager." /><property name="ra-timeout" name_upper="RA_TIMEOUT" type="int32" default="0" description="A timeout for waiting Router Advertisements in seconds. If zero (the default), a globally configured default is used. If still unspecified, the timeout depends on the sysctl settings of the device. Set to 2147483647 (MAXINT32) for infinity." /><property name="route-data" name_upper="ROUTE_DATA" type="array of vardict" description="Array of IPv6 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'next-hop' entry, containing the next hop IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes." /><property name="route-metric" name_upper="ROUTE_METRIC" type="int64" default="-1" description="The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric." /><property name="route-table" name_upper="ROUTE_TABLE" type="uint32" default="0" description="Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager." /><property name="routes" name_upper="ROUTES" type="array of legacy IPv6 route struct (a(ayuayu))" description="Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'.  Array of IPv6 route structures.  Each IPv6 route structure is composed of an IPv6 address, a prefix length (1 - 128), an IPv6 next hop address (which may be zeroed out if there is no next hop), and a metric. If the metric is 0, NM will choose an appropriate default metric for the device." /><property name="token" name_upper="TOKEN" type="string" description="Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode." /></setting><setting name="ip-tunnel" description="IP Tunneling Settings" name_upper="IP_TUNNEL"><property name="encapsulation-limit" name_upper="ENCAPSULATION_LIMIT" type="uint32" default="0" description="How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels." /><property name="flags" name_upper="FLAGS" type="uint32" default="0" description="Tunnel flags. Currently, the following values are supported: NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT (0x1), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS (0x2), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL (0x4), NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV (0x8), NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY (0x10), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK (0x20). They are valid only for IPv6 tunnels." /><property name="flow-label" name_upper="FLOW_LABEL" type="uint32" default="0" description="The flow label to assign to tunnel packets. This property applies only to IPv6 tunnels." /><property name="input-key" name_upper="INPUT_KEY" type="string" description="The key used for tunnel input packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used." /><property name="local" name_upper="LOCAL" type="string" description="The local endpoint of the tunnel; the value can be empty, otherwise it must contain an IPv4 or IPv6 address." /><property name="mode" name_upper="MODE" type="uint32" default="0" description="The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2)." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments." /><property name="output-key" name_upper="OUTPUT_KEY" type="string" description="The key used for tunnel output packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used." /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID the new device will be bound to so that tunneled packets will only be routed via that interface." /><property name="path-mtu-discovery" name_upper="PATH_MTU_DISCOVERY" type="boolean" default="TRUE" description="Whether to enable Path MTU Discovery on this tunnel." /><property name="remote" name_upper="REMOTE" type="string" description="The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 address." /><property name="tos" name_upper="TOS" type="uint32" default="0" description="The type of service (IPv4) or traffic class (IPv6) field to be set on tunneled packets." /><property name="ttl" name_upper="TTL" type="uint32" default="0" description="The TTL to assign to tunneled packets. 0 is a special value meaning that packets inherit the TTL value." /></setting><setting name="macsec" description="MACSec Settings" name_upper="MACSEC"><property name="encrypt" name_upper="ENCRYPT" type="boolean" default="TRUE" description="Whether the transmitted traffic must be encrypted." /><property name="mka-cak" name_upper="MKA_CAK" type="string" description="The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement." /><property name="mka-cak-flags" name_upper="MKA_CAK_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;mka-cak&quot; property." /><property name="mka-ckn" name_upper="MKA_CKN" type="string" description="The pre-shared CKN (Connectivity-association Key Name) for MACsec Key Agreement." /><property name="mode" name_upper="MODE" type="int32" default="0" description="Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained." /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created.  If this property is not specified, the connection must contain an &quot;802-3-ethernet&quot; setting with a &quot;mac-address&quot; property." /><property name="port" name_upper="PORT" type="int32" default="1" description="The port component of the SCI (Secure Channel Identifier), between 1 and 65534." /><property name="send-sci" name_upper="SEND_SCI" type="boolean" default="TRUE" description="Specifies whether the SCI (Secure Channel Identifier) is included in every packet." /><property name="validation" name_upper="VALIDATION" type="int32" default="2" description="Specifies the validation mode for incoming frames." /></setting><setting name="macvlan" description="MAC VLAN Settings" name_upper="MACVLAN"><property name="mode" name_upper="MODE" type="uint32" default="0" description="The macvlan mode, which specifies the communication mechanism between multiple macvlans on the same lower device." /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this MAC-VLAN interface should be created.  If this property is not specified, the connection must contain an &quot;802-3-ethernet&quot; setting with a &quot;mac-address&quot; property." /><property name="promiscuous" name_upper="PROMISCUOUS" type="boolean" default="TRUE" description="Whether the interface should be put in promiscuous mode." /><property name="tap" name_upper="TAP" type="boolean" default="FALSE" description="Whether the interface should be a MACVTAP." /></setting><setting name="match" description="Match settings" name_upper="MATCH"><property name="driver" name_upper="DRIVER" type="array of string" description="A list of driver names to match. Each element is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern." /><property name="interface-name" name_upper="INTERFACE_NAME" type="array of string" description="A list of interface names to match. Each element is a shell wildcard pattern. An element can be prefixed with a pipe symbol (|) or an ampersand (&amp;). The former means that the element is optional and the latter means that it is mandatory. If there are any optional elements, than the match evaluates to true if at least one of the optional element matches (logical OR). If there are any mandatory elements, then they all must match (logical AND). By default, an element is optional. This means that an element &quot;foo&quot; behaves the same as &quot;|foo&quot;. An element can also be inverted with exclamation mark (!) between the pipe symbol (or the ampersand) and before the pattern. Note that &quot;!foo&quot; is a shortcut for the mandatory match &quot;&amp;!foo&quot;. Finally, a backslash can be used at the beginning of the element (after the optional special characters) to escape the start of the pattern. For example, &quot;&amp;\\!a&quot; is an mandatory match for literally &quot;!a&quot;." /><property name="kernel-command-line" name_upper="KERNEL_COMMAND_LINE" type="array of string" description="A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated &quot;=&quot;). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern." /><property name="path" name_upper="PATH" type="array of string" description="A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form &quot;pci-$domain:$bus:$device.$function&quot;, where each variable is an hexadecimal value; for example &quot;pci-0000:0a:00.0&quot;. The path of a device can be obtained with &quot;udevadm info /sys/class/net/$dev | grep ID_PATH=&quot; or by looking at the &quot;path&quot; property exported by NetworkManager (&quot;nmcli -f general.path device show $dev&quot;). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern." /></setting><setting name="802-11-olpc-mesh" description="OLPC Wireless Mesh Settings" name_upper="OLPC_MESH"><property name="channel" name_upper="CHANNEL" type="uint32" default="0" description="Channel on which the mesh network to join is located." /><property name="dhcp-anycast-address" name_upper="DHCP_ANYCAST_ADDRESS" type="byte array" description="Anycast DHCP MAC address used when requesting an IP address via DHCP. The specific anycast address used determines which DHCP server class answers the request." /><property name="ssid" name_upper="SSID" type="byte array" description="SSID of the mesh network to join." /></setting><setting name="ovs-bridge" description="OvsBridge Link Settings" name_upper="OVS_BRIDGE"><property name="datapath-type" name_upper="DATAPATH_TYPE" type="string" description="The data path type. One of &quot;system&quot;, &quot;netdev&quot; or empty." /><property name="fail-mode" name_upper="FAIL_MODE" type="string" description="The bridge failure mode. One of &quot;secure&quot;, &quot;standalone&quot; or empty." /><property name="mcast-snooping-enable" name_upper="MCAST_SNOOPING_ENABLE" type="boolean" default="FALSE" description="Enable or disable multicast snooping." /><property name="rstp-enable" name_upper="RSTP_ENABLE" type="boolean" default="FALSE" description="Enable or disable RSTP." /><property name="stp-enable" name_upper="STP_ENABLE" type="boolean" default="FALSE" description="Enable or disable STP." /></setting><setting name="ovs-dpdk" description="OvsDpdk Link Settings" name_upper="OVS_DPDK"><property name="devargs" name_upper="DEVARGS" type="string" description="Open vSwitch DPDK device arguments." /></setting><setting name="ovs-interface" description="Open vSwitch Interface Settings" name_upper="OVS_INTERFACE"><property name="type" name_upper="TYPE" type="string" description="The interface type. Either &quot;internal&quot;, &quot;system&quot;, &quot;patch&quot;, &quot;dpdk&quot;, or empty." /></setting><setting name="ovs-patch" description="OvsPatch Link Settings" name_upper="OVS_PATCH"><property name="peer" name_upper="PEER" type="string" description="Specifies the name of the interface for the other side of the patch. The patch on the other side must also set this interface as peer." /></setting><setting name="ovs-port" description="OvsPort Link Settings" name_upper="OVS_PORT"><property name="bond-downdelay" name_upper="BOND_DOWNDELAY" type="uint32" default="0" description="The time port must be inactive in order to be considered down." /><property name="bond-mode" name_upper="BOND_MODE" type="string" description="Bonding mode. One of &quot;active-backup&quot;, &quot;balance-slb&quot;, or &quot;balance-tcp&quot;." /><property name="bond-updelay" name_upper="BOND_UPDELAY" type="uint32" default="0" description="The time port must be active before it starts forwarding traffic." /><property name="lacp" name_upper="LACP" type="string" description="LACP mode. One of &quot;active&quot;, &quot;off&quot;, or &quot;passive&quot;." /><property name="tag" name_upper="TAG" type="uint32" default="0" description="The VLAN tag in the range 0-4095." /><property name="vlan-mode" name_upper="VLAN_MODE" type="string" description="The VLAN mode. One of &quot;access&quot;, &quot;native-tagged&quot;, &quot;native-untagged&quot;, &quot;trunk&quot; or unset." /></setting><setting name="ppp" description="Point-to-Point Protocol Settings" name_upper="PPP"><property name="baud" name_upper="BAUD" type="uint32" default="0" description="If non-zero, instruct pppd to set the serial port to the specified baudrate.  This value should normally be left as 0 to automatically choose the speed." /><property name="crtscts" name_upper="CRTSCTS" type="boolean" default="FALSE" description="If TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals.  This value should normally be set to FALSE." /><property name="lcp-echo-failure" name_upper="LCP_ECHO_FAILURE" type="uint32" default="0" description="If non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer.  The &quot;lcp-echo-interval&quot; property must also be set to a non-zero value if this property is used." /><property name="lcp-echo-interval" name_upper="LCP_ECHO_INTERVAL" type="uint32" default="0" description="If non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value).  Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this." /><property name="mppe-stateful" name_upper="MPPE_STATEFUL" type="boolean" default="FALSE" description="If TRUE, stateful MPPE is used.  See pppd documentation for more information on stateful MPPE." /><property name="mru" name_upper="MRU" type="uint32" default="0" description="If non-zero, instruct pppd to request that the peer send packets no larger than the specified size.  If non-zero, the MRU should be between 128 and 16384." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, instruct pppd to send packets no larger than the specified size." /><property name="no-vj-comp" name_upper="NO_VJ_COMP" type="boolean" default="FALSE" description="If TRUE, Van Jacobsen TCP header compression will not be requested." /><property name="noauth" name_upper="NOAUTH" type="boolean" default="TRUE" description="If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client.  If FALSE, require authentication from the remote side.  In almost all cases, this should be TRUE." /><property name="nobsdcomp" name_upper="NOBSDCOMP" type="boolean" default="FALSE" description="If TRUE, BSD compression will not be requested." /><property name="nodeflate" name_upper="NODEFLATE" type="boolean" default="FALSE" description="If TRUE, &quot;deflate&quot; compression will not be requested." /><property name="refuse-chap" name_upper="REFUSE_CHAP" type="boolean" default="FALSE" description="If TRUE, the CHAP authentication method will not be used." /><property name="refuse-eap" name_upper="REFUSE_EAP" type="boolean" default="FALSE" description="If TRUE, the EAP authentication method will not be used." /><property name="refuse-mschap" name_upper="REFUSE_MSCHAP" type="boolean" default="FALSE" description="If TRUE, the MSCHAP authentication method will not be used." /><property name="refuse-mschapv2" name_upper="REFUSE_MSCHAPV2" type="boolean" default="FALSE" description="If TRUE, the MSCHAPv2 authentication method will not be used." /><property name="refuse-pap" name_upper="REFUSE_PAP" type="boolean" default="FALSE" description="If TRUE, the PAP authentication method will not be used." /><property name="require-mppe" name_upper="REQUIRE_MPPE" type="boolean" default="FALSE" description="If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session.  If either 64-bit or 128-bit MPPE is not available the session will fail.  Note that MPPE is not used on mobile broadband connections." /><property name="require-mppe-128" name_upper="REQUIRE_MPPE_128" type="boolean" default="FALSE" description="If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session, and the &quot;require-mppe&quot; property must also be set to TRUE.  If 128-bit MPPE is not available the session will fail." /></setting><setting name="pppoe" description="PPP-over-Ethernet Settings" name_upper="PPPOE"><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name on which this PPPoE connection should be created.  If this property is not specified, the connection is activated on the interface specified in &quot;interface-name&quot; of NMSettingConnection." /><property name="password" name_upper="PASSWORD" type="string" description="Password used to authenticate with the PPPoE service." /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="service" name_upper="SERVICE" type="string" description="If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service.  For most providers, this should be left blank.  It is only required if there are multiple access concentrators or a specific service is known to be required." /><property name="username" name_upper="USERNAME" type="string" description="Username used to authenticate with the PPPoE service." /></setting><setting name="proxy" description="WWW Proxy Settings" name_upper="PROXY"><property name="browser-only" name_upper="BROWSER_ONLY" type="boolean" default="FALSE" description="Whether the proxy configuration is for browser only." /><property name="method" name_upper="METHOD" type="int32" default="0" description="Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)" /><property name="pac-script" name_upper="PAC_SCRIPT" type="string" description="PAC script for the connection." /><property name="pac-url" name_upper="PAC_URL" type="string" description="PAC URL for obtaining PAC file." /></setting><setting name="serial" description="Serial Link Settings" name_upper="SERIAL"><property name="baud" name_upper="BAUD" type="uint32" default="57600" description="Speed to use for communication over the serial port.  Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed." /><property name="bits" name_upper="BITS" type="uint32" default="8" description="Byte-width of the serial communication. The 8 in &quot;8n1&quot; for example." /><property name="parity" name_upper="PARITY" type="byte" description="The connection parity: 69 (ASCII 'E') for even parity, 111 (ASCII 'o') for odd, 110 (ASCII 'n') for none." /><property name="send-delay" name_upper="SEND_DELAY" type="uint64" default="0" description="Time to delay between each byte sent to the modem, in microseconds." /><property name="stopbits" name_upper="STOPBITS" type="uint32" default="1" description="Number of stop bits for communication on the serial port.  Either 1 or 2. The 1 in &quot;8n1&quot; for example." /></setting><setting name="sriov" description="SR-IOV settings" name_upper="SRIOV"><property name="autoprobe-drivers" name_upper="AUTOPROBE_DRIVERS" type="NMTernary (int32)" description="Whether to autoprobe virtual functions by a compatible driver. If set to NM_TERNARY_TRUE (1), the kernel will try to bind VFs to a compatible driver and if this succeeds a new network interface will be instantiated for each VF. If set to NM_TERNARY_FALSE (0), VFs will not be claimed and no network interfaces will be created for them. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_TRUE (1)." /><property name="total-vfs" name_upper="TOTAL_VFS" type="uint32" default="0" description="The total number of virtual functions to create. Note that when the sriov setting is present NetworkManager enforces the number of virtual functions on the interface (also when it is zero) during activation and resets it upon deactivation. To prevent any changes to SR-IOV parameters don't add a sriov setting to the connection." /><property name="vfs" name_upper="VFS" type="array of vardict" description="Array of virtual function descriptors. Each VF descriptor is a dictionary mapping attribute names to GVariant values. The 'index' entry is mandatory for each VF. When represented as string a VF is in the form: &quot;INDEX [ATTR=VALUE[ ATTR=VALUE]...]&quot;. for example: &quot;2 mac=00:11:22:33:44:55 spoof-check=true&quot;. Multiple VFs can be specified using a comma as separator. Currently, the following attributes are supported: mac, spoof-check, trust, min-tx-rate, max-tx-rate, vlans. The &quot;vlans&quot; attribute is represented as a semicolon-separated list of VLAN descriptors, where each descriptor has the form &quot;ID[.PRIORITY[.PROTO]]&quot;. PROTO can be either 'q' for 802.1Q (the default) or 'ad' for 802.1ad." /></setting><setting name="tc" description="Linux Traffic Control Settings" name_upper="TC_CONFIG"><property name="qdiscs" name_upper="QDISCS" type="array of vardict" description="Array of TC queueing disciplines." /><property name="tfilters" name_upper="TFILTERS" type="array of vardict" description="Array of TC traffic filters." /></setting><setting name="team" description="Teaming Settings" name_upper="TEAM"><property name="config" name_upper="CONFIG" type="string" description="The JSON configuration for the team network interface.  The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used.  See man teamd.conf for the format details." /><property name="interface-name" name_upper="INTERFACE_NAME" type="string" description="Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the team's interface name." /><property name="link-watchers" name_upper="LINK_WATCHERS" type="array of vardict" description="Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are:   ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details." /><property name="mcast-rejoin-count" name_upper="MCAST_REJOIN_COUNT" type="int32" default="-1" description="Corresponds to the teamd mcast_rejoin.count." /><property name="mcast-rejoin-interval" name_upper="MCAST_REJOIN_INTERVAL" type="int32" default="-1" description="Corresponds to the teamd mcast_rejoin.interval." /><property name="notify-peers-count" name_upper="NOTIFY_PEERS_COUNT" type="int32" default="-1" description="Corresponds to the teamd notify_peers.count." /><property name="notify-peers-interval" name_upper="NOTIFY_PEERS_INTERVAL" type="int32" default="-1" description="Corresponds to the teamd notify_peers.interval." /><property name="runner" name_upper="RUNNER" type="string" description="Corresponds to the teamd runner.name. Permitted values are: &quot;roundrobin&quot;, &quot;broadcast&quot;, &quot;activebackup&quot;, &quot;loadbalance&quot;, &quot;lacp&quot;, &quot;random&quot;." /><property name="runner-active" name_upper="RUNNER_ACTIVE" type="boolean" default="TRUE" description="Corresponds to the teamd runner.active." /><property name="runner-agg-select-policy" name_upper="RUNNER_AGG_SELECT_POLICY" type="string" description="Corresponds to the teamd runner.agg_select_policy." /><property name="runner-fast-rate" name_upper="RUNNER_FAST_RATE" type="boolean" default="FALSE" description="Corresponds to the teamd runner.fast_rate." /><property name="runner-hwaddr-policy" name_upper="RUNNER_HWADDR_POLICY" type="string" description="Corresponds to the teamd runner.hwaddr_policy." /><property name="runner-min-ports" name_upper="RUNNER_MIN_PORTS" type="int32" default="-1" description="Corresponds to the teamd runner.min_ports." /><property name="runner-sys-prio" name_upper="RUNNER_SYS_PRIO" type="int32" default="-1" description="Corresponds to the teamd runner.sys_prio." /><property name="runner-tx-balancer" name_upper="RUNNER_TX_BALANCER" type="string" description="Corresponds to the teamd runner.tx_balancer.name." /><property name="runner-tx-balancer-interval" name_upper="RUNNER_TX_BALANCER_INTERVAL" type="int32" default="-1" description="Corresponds to the teamd runner.tx_balancer.interval." /><property name="runner-tx-hash" name_upper="RUNNER_TX_HASH" type="array of string" description="Corresponds to the teamd runner.tx_hash." /></setting><setting name="team-port" description="Team Port Settings" name_upper="TEAM_PORT"><property name="config" name_upper="CONFIG" type="string" description="The JSON configuration for the team port. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used. See man teamd.conf for the format details." /><property name="lacp-key" name_upper="LACP_KEY" type="int32" default="-1" description="Corresponds to the teamd ports.PORTIFNAME.lacp_key." /><property name="lacp-prio" name_upper="LACP_PRIO" type="int32" default="-1" description="Corresponds to the teamd ports.PORTIFNAME.lacp_prio." /><property name="link-watchers" name_upper="LINK_WATCHERS" type="array of vardict" description="Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are:   ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details." /><property name="prio" name_upper="PRIO" type="int32" default="0" description="Corresponds to the teamd ports.PORTIFNAME.prio." /><property name="queue-id" name_upper="QUEUE_ID" type="int32" default="-1" description="Corresponds to the teamd ports.PORTIFNAME.queue_id. When set to -1 means the parameter is skipped from the json config." /><property name="sticky" name_upper="STICKY" type="boolean" default="FALSE" description="Corresponds to the teamd ports.PORTIFNAME.sticky." /></setting><setting name="tun" description="Tunnel Settings" name_upper="TUN"><property name="group" name_upper="GROUP" type="string" description="The group ID which will own the device. If set to NULL everyone will be able to use the device." /><property name="mode" name_upper="MODE" type="uint32" default="1" description="The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one." /><property name="multi-queue" name_upper="MULTI_QUEUE" type="boolean" default="FALSE" description="If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue." /><property name="owner" name_upper="OWNER" type="string" description="The user ID which will own the device. If set to NULL everyone will be able to use the device." /><property name="pi" name_upper="PI" type="boolean" default="FALSE" description="If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets." /><property name="vnet-hdr" name_upper="VNET_HDR" type="boolean" default="FALSE" description="If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header." /></setting><setting name="user" description="General User Profile Settings" name_upper="USER"><property name="data" name_upper="DATA" type="dict of string to string" default="{}" description="A dictionary of key/value pairs with user data. This data is ignored by NetworkManager and can be used at the users discretion. The keys only support a strict ascii format, but the values can be arbitrary UTF8 strings up to a certain length." /></setting><setting name="vlan" description="VLAN Settings" name_upper="VLAN"><property name="egress-priority-map" name_upper="EGRESS_PRIORITY_MAP" type="array of string" description="For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p priorities.  The mapping is given in the format &quot;from:to&quot; where both &quot;from&quot; and &quot;to&quot; are unsigned integers, ie &quot;7:3&quot;." /><property name="flags" name_upper="FLAGS" type="NMVlanFlags (uint32)" description="One or more flags which control the behavior and features of the VLAN interface.  Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of output packet headers), NM_VLAN_FLAG_GVRP (0x2) (use of the GVRP protocol), and NM_VLAN_FLAG_LOOSE_BINDING (0x4) (loose binding of the interface to its master device's operating state). NM_VLAN_FLAG_MVRP (0x8) (use of the MVRP protocol). The default value of this property is NM_VLAN_FLAG_REORDER_HEADERS, but it used to be 0. To preserve backward compatibility, the default-value in the D-Bus API continues to be 0 and a missing property on D-Bus is still considered as 0." /><property name="id" name_upper="ID" type="uint32" default="0" description="The VLAN identifier that the interface created by this connection should be assigned. The valid range is from 0 to 4094, without the reserved id 4095." /><property name="ingress-priority-map" name_upper="INGRESS_PRIORITY_MAP" type="array of string" description="For incoming packets, a list of mappings from 802.1p priorities to Linux SKB priorities.  The mapping is given in the format &quot;from:to&quot; where both &quot;from&quot; and &quot;to&quot; are unsigned integers, ie &quot;7:3&quot;." /><property name="interface-name" name_upper="INTERFACE_NAME" type="string" description="Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the vlan's interface name." /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this VLAN interface should be created.  If this property is not specified, the connection must contain an &quot;802-3-ethernet&quot; setting with a &quot;mac-address&quot; property." /></setting><setting name="vpn" description="VPN Settings" name_upper="VPN"><property name="data" name_upper="DATA" type="dict of string to string" default="{}" description="Dictionary of key/value pairs of VPN plugin specific data.  Both keys and values must be strings." /><property name="persistent" name_upper="PERSISTENT" type="boolean" default="FALSE" description="If the VPN service supports persistence, and this property is TRUE, the VPN will attempt to stay connected across link changes and outages, until explicitly disconnected." /><property name="secrets" name_upper="SECRETS" type="dict of string to string" default="{}" description="Dictionary of key/value pairs of VPN plugin specific secrets like passwords or private keys.  Both keys and values must be strings." /><property name="service-type" name_upper="SERVICE_TYPE" type="string" description="D-Bus service name of the VPN plugin that this setting uses to connect to its network.  i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin." /><property name="timeout" name_upper="TIMEOUT" type="uint32" default="0" description="Timeout for the VPN service to establish the connection. Some services may take quite a long time to connect. Value of 0 means a default timeout, which is 60 seconds (unless overridden by vpn.timeout in configuration file). Values greater than zero mean timeout in seconds." /><property name="user-name" name_upper="USER_NAME" type="string" description="If the VPN connection requires a user name for authentication, that name should be provided here.  If the connection is available to more than one user, and the VPN requires each user to supply a different name, then leave this property empty.  If this property is empty, NetworkManager will automatically supply the username of the user which requested the VPN connection." /></setting><setting name="vrf" description="VRF settings" name_upper="VRF"><property name="table" name_upper="TABLE" type="uint32" default="0" description="The routing table for this VRF." /></setting><setting name="vxlan" description="VXLAN Settings" name_upper="VXLAN"><property name="ageing" name_upper="AGEING" type="uint32" default="300" description="Specifies the lifetime in seconds of FDB entries learnt by the kernel." /><property name="destination-port" name_upper="DESTINATION_PORT" type="uint32" default="8472" description="Specifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint." /><property name="id" name_upper="ID" type="uint32" default="0" description="Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use." /><property name="l2-miss" name_upper="L2_MISS" type="boolean" default="FALSE" description="Specifies whether netlink LL ADDR miss notifications are generated." /><property name="l3-miss" name_upper="L3_MISS" type="boolean" default="FALSE" description="Specifies whether netlink IP ADDR miss notifications are generated." /><property name="learning" name_upper="LEARNING" type="boolean" default="TRUE" description="Specifies whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database." /><property name="limit" name_upper="LIMIT" type="uint32" default="0" description="Specifies the maximum number of FDB entries. A value of zero means that the kernel will store unlimited entries." /><property name="local" name_upper="LOCAL" type="string" description="If given, specifies the source IP address to use in outgoing packets." /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID." /><property name="proxy" name_upper="PROXY" type="boolean" default="FALSE" description="Specifies whether ARP proxy is turned on." /><property name="remote" name_upper="REMOTE" type="string" description="Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join." /><property name="rsc" name_upper="RSC" type="boolean" default="FALSE" description="Specifies whether route short circuit is turned on." /><property name="source-port-max" name_upper="SOURCE_PORT_MAX" type="uint32" default="0" description="Specifies the maximum UDP source port to communicate to the remote VXLAN tunnel endpoint." /><property name="source-port-min" name_upper="SOURCE_PORT_MIN" type="uint32" default="0" description="Specifies the minimum UDP source port to communicate to the remote VXLAN tunnel endpoint." /><property name="tos" name_upper="TOS" type="uint32" default="0" description="Specifies the TOS value to use in outgoing packets." /><property name="ttl" name_upper="TTL" type="uint32" default="0" description="Specifies the time-to-live value to use in outgoing packets." /></setting><setting name="wifi-p2p" description="Wi-Fi P2P Settings" name_upper="WIFI_P2P"><property name="peer" name_upper="PEER" type="string" description="The P2P device that should be connected to. Currently, this is the only way to create or join a group." /><property name="wfd-ies" name_upper="WFD_IES" type="byte array" description="The Wi-Fi Display (WFD) Information Elements (IEs) to set. Wi-Fi Display requires a protocol specific information element to be set in certain Wi-Fi frames. These can be specified here for the purpose of establishing a connection. This setting is only useful when implementing a Wi-Fi Display client." /><property name="wps-method" name_upper="WPS_METHOD" type="uint32" default="0" description="Flags indicating which mode of WPS is to be used. There's little point in changing the default setting as NetworkManager will automatically determine the best method to use." /></setting><setting name="wimax" description="WiMax Settings" name_upper="WIMAX"><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing). Deprecated: 1" /><property name="network-name" name_upper="NETWORK_NAME" type="string" description="Network Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1" /></setting><setting name="802-3-ethernet" description="Wired Ethernet Settings" name_upper="WIRED"><property name="assigned-mac-address" name_upper="ASSIGNED_MAC_ADDRESS" type="string" description="The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values &quot;preserve&quot;, &quot;permanent&quot;, &quot;random&quot; or &quot;stable&quot;. This field replaces the deprecated &quot;cloned-mac-address&quot; on D-Bus, which can only contain explicit hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property &quot;cloned-mac-address&quot;." /><property name="auto-negotiate" name_upper="AUTO_NEGOTIATE" type="boolean" default="FALSE" description="When TRUE, enforce auto-negotiation of speed and duplex mode. If &quot;speed&quot; and &quot;duplex&quot; properties are both specified, only that single mode will be advertised and accepted during the link auto-negotiation process: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. When FALSE, &quot;speed&quot; and &quot;duplex&quot; properties should be both set or link configuration will be skipped." /><property name="cloned-mac-address" name_upper="CLONED_MAC_ADDRESS" type="byte array" description="This D-Bus field is deprecated in favor of &quot;assigned-mac-address&quot; which is more flexible and allows specifying special variants like &quot;random&quot;. For libnm and nmcli, this field is called &quot;cloned-mac-address&quot;." /><property name="duplex" name_upper="DUPLEX" type="string" description="When a value is set, either &quot;half&quot; or &quot;full&quot;, configures the device to use the specified duplex mode. If &quot;auto-negotiate&quot; is &quot;yes&quot; the specified duplex mode will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. If the value is unset (the default), the link configuration will be either skipped (if &quot;auto-negotiate&quot; is &quot;no&quot;, the default) or will be auto-negotiated (if &quot;auto-negotiate&quot; is &quot;yes&quot;) and the local device will advertise all the supported duplex modes. Must be set together with the &quot;speed&quot; property if specified. Before specifying a duplex mode be sure your device supports it." /><property name="generate-mac-address-mask" name_upper="GENERATE_MAC_ADDRESS_MASK" type="string" description="With &quot;cloned-mac-address&quot; setting &quot;random&quot; or &quot;stable&quot;, by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting &quot;FE:FF:FF:00:00:00&quot; means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the &quot;random&quot; or &quot;stable&quot; algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of &quot;FE:FF:FF:00:00:00 68:F7:28:00:00:00&quot; will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of &quot;02:00:00:00:00:00 00:00:00:00:00:00&quot; will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more than one additional MAC addresses, one of them is chosen randomly. For example, &quot;02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00&quot; will create a fully scrambled MAC address, randomly locally or globally administered." /><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing)." /><property name="mac-address-blacklist" name_upper="MAC_ADDRESS_BLACKLIST" type="array of string" description="If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list.  Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55)." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames." /><property name="port" name_upper="PORT" type="string" description="Specific port type to use if the device supports multiple attachment methods.  One of &quot;tp&quot; (Twisted Pair), &quot;aui&quot; (Attachment Unit Interface), &quot;bnc&quot; (Thin Ethernet) or &quot;mii&quot; (Media Independent Interface). If the device supports only one port type, this setting is ignored." /><property name="s390-nettype" name_upper="S390_NETTYPE" type="string" description="s390 network device type; one of &quot;qeth&quot;, &quot;lcs&quot;, or &quot;ctc&quot;, representing the different types of virtual network devices available on s390 systems." /><property name="s390-options" name_upper="S390_OPTIONS" type="dict of string to string" default="{}" description="Dictionary of key/value pairs of s390-specific device options.  Both keys and values must be strings.  Allowed keys include &quot;portno&quot;, &quot;layer2&quot;, &quot;portname&quot;, &quot;protocol&quot;, among others.  Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9])." /><property name="s390-subchannels" name_upper="S390_SUBCHANNELS" type="array of string" description="Identifies specific subchannels that this network device uses for communication with z/VM or s390 host.  Like the &quot;mac-address&quot; property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels.  The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character." /><property name="speed" name_upper="SPEED" type="uint32" default="0" description="When a value greater than 0 is set, configures the device to use the specified speed. If &quot;auto-negotiate&quot; is &quot;yes&quot; the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if &quot;auto-negotiate&quot; is &quot;no&quot;, the default) or will be auto-negotiated (if &quot;auto-negotiate&quot; is &quot;yes&quot;) and the local device will advertise all the supported speeds. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the &quot;duplex&quot; property when non-zero. Before specifying a speed value be sure your device supports it." /><property name="wake-on-lan" name_upper="WAKE_ON_LAN" type="uint32" default="1" description="The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40) or the special values NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager)." /><property name="wake-on-lan-password" name_upper="WAKE_ON_LAN_PASSWORD" type="string" description="If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address.  If NULL, no password will be required." /></setting><setting name="wireguard" description="WireGuard Settings" name_upper="WIREGUARD"><property name="fwmark" name_upper="FWMARK" type="uint32" default="0" description="The use of fwmark is optional and is by default off. Setting it to 0 disables it. Otherwise, it is a 32-bit fwmark for outgoing packets. Note that &quot;ip4-auto-default-route&quot; or &quot;ip6-auto-default-route&quot; enabled, implies to automatically choose a fwmark." /><property name="ip4-auto-default-route" name_upper="IP4_AUTO_DEFAULT_ROUTE" type="NMTernary (int32)" description="Whether to enable special handling of the IPv4 default route. If enabled, the IPv4 default route from wireguard.peer-routes will be placed to a dedicated routing-table and two policy routing rules will be added. The fwmark number is also used as routing-table for the default-route, and if fwmark is zero, an unused fwmark/table is chosen automatically. This corresponds to what wg-quick does with Table=auto and what WireGuard calls &quot;Improved Rule-based Routing&quot;. Note that for this automatism to work, you usually don't want to set ipv4.gateway, because that will result in a conflicting default route. Leaving this at the default will enable this option automatically if ipv4.never-default is not set and there are any peers that use a default-route as allowed-ips." /><property name="ip6-auto-default-route" name_upper="IP6_AUTO_DEFAULT_ROUTE" type="NMTernary (int32)" description="Like ip4-auto-default-route, but for the IPv6 default route." /><property name="listen-port" name_upper="LISTEN_PORT" type="uint32" default="0" description="The listen-port. If listen-port is not specified, the port will be chosen randomly when the interface comes up." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments. If zero a default MTU is used. Note that contrary to wg-quick's MTU setting, this does not take into account the current routes at the time of activation." /><property name="peer-routes" name_upper="PEER_ROUTES" type="boolean" default="TRUE" description="Whether to automatically add routes for the AllowedIPs ranges of the peers. If TRUE (the default), NetworkManager will automatically add routes in the routing tables according to ipv4.route-table and ipv6.route-table. Usually you want this automatism enabled. If FALSE, no such routes are added automatically. In this case, the user may want to configure static routes in ipv4.routes and ipv6.routes, respectively. Note that if the peer's AllowedIPs is &quot;0.0.0.0/0&quot; or &quot;::/0&quot; and the profile's ipv4.never-default or ipv6.never-default setting is enabled, the peer route for this peer won't be added automatically." /><property name="peers" name_upper="PEERS" type="array of 'a{sv}'" description="Array of dictionaries for the WireGuard peers." /><property name="private-key" name_upper="PRIVATE_KEY" type="string" description="The 256 bit private-key in base64 encoding." /><property name="private-key-flags" name_upper="PRIVATE_KEY_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;private-key&quot; property." /></setting><setting name="802-11-wireless" description="Wi-Fi Settings" name_upper="WIRELESS"><property name="ap-isolation" name_upper="AP_ISOLATION" type="NMTernary (int32)" description="Configures AP isolation, which prevents communication between wireless devices connected to this AP. This property can be set to a value different from NM_TERNARY_DEFAULT (-1) only when the interface is configured in AP mode. If set to NM_TERNARY_TRUE (1), devices are not able to communicate with each other. This increases security because it protects devices against attacks from other clients in the network. At the same time, it prevents devices to access resources on the same wireless networks as file shares, printers, etc. If set to NM_TERNARY_FALSE (0), devices can talk to each other. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_FALSE (0)." /><property name="assigned-mac-address" name_upper="ASSIGNED_MAC_ADDRESS" type="string" description="The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values &quot;preserve&quot;, &quot;permanent&quot;, &quot;random&quot; or &quot;stable&quot;. This field replaces the deprecated &quot;cloned-mac-address&quot; on D-Bus, which can only contain explicit hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property &quot;cloned-mac-address&quot;." /><property name="band" name_upper="BAND" type="string" description="802.11 frequency band of the network.  One of &quot;a&quot; for 5GHz 802.11a or &quot;bg&quot; for 2.4GHz 802.11.  This will lock associations to the Wi-Fi network to the specific band, i.e. if &quot;a&quot; is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible.  This setting depends on specific driver capability and may not work with all drivers." /><property name="bssid" name_upper="BSSID" type="byte array" description="If specified, directs the device to only associate with the given access point.  This capability is highly driver dependent and not supported by all devices.  Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future." /><property name="channel" name_upper="CHANNEL" type="uint32" default="0" description="Wireless channel to use for the Wi-Fi connection.  The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel.  Because channel numbers overlap between bands, this property also requires the &quot;band&quot; property to be set." /><property name="cloned-mac-address" name_upper="CLONED_MAC_ADDRESS" type="byte array" description="This D-Bus field is deprecated in favor of &quot;assigned-mac-address&quot; which is more flexible and allows specifying special variants like &quot;random&quot;. For libnm and nmcli, this field is called &quot;cloned-mac-address&quot;." /><property name="generate-mac-address-mask" name_upper="GENERATE_MAC_ADDRESS_MASK" type="string" description="With &quot;cloned-mac-address&quot; setting &quot;random&quot; or &quot;stable&quot;, by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting &quot;FE:FF:FF:00:00:00&quot; means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the &quot;random&quot; or &quot;stable&quot; algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of &quot;FE:FF:FF:00:00:00 68:F7:28:00:00:00&quot; will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of &quot;02:00:00:00:00:00 00:00:00:00:00:00&quot; will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more than one additional MAC addresses, one of them is chosen randomly. For example, &quot;02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00&quot; will create a fully scrambled MAC address, randomly locally or globally administered." /><property name="hidden" name_upper="HIDDEN" type="boolean" default="FALSE" description="If TRUE, indicates that the network is a non-broadcasting network that hides its SSID. This works both in infrastructure and AP mode. In infrastructure mode, various workarounds are used for a more reliable discovery of hidden networks, such as probe-scanning the SSID.  However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution. In AP mode, the created network does not broadcast its SSID. Note that marking the network as hidden may be a privacy issue for you (in infrastructure mode) or client stations (in AP mode), as the explicit probe-scans are distinctly recognizable on the air." /><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing)." /><property name="mac-address-blacklist" name_upper="MAC_ADDRESS_BLACKLIST" type="array of string" description="A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply.  Each MAC address should be given in the standard hex-digits-and-colons notation (eg &quot;00:11:22:33:44:55&quot;)." /><property name="mac-address-randomization" name_upper="MAC_ADDRESS_RANDOMIZATION" type="uint32" default="0" description="One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization),  NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). This property is deprecated for 'cloned-mac-address'. Deprecated: 1" /><property name="mode" name_upper="MODE" type="string" description="Wi-Fi network mode; one of &quot;infrastructure&quot;, &quot;mesh&quot;, &quot;adhoc&quot; or &quot;ap&quot;.  If blank, infrastructure is assumed." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames." /><property name="powersave" name_upper="POWERSAVE" type="uint32" default="0" description="One of NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2) (disable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3) (enable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1) (don't touch currently configure setting) or NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0) (use the globally configured value). All other values are reserved." /><property name="rate" name_upper="RATE" type="uint32" default="0" description="If non-zero, directs the device to only use the specified bitrate for communication with the access point.  Units are in Kb/s, ie 5500 = 5.5 Mbit/s.  This property is highly driver dependent and not all devices support setting a static bitrate." /><property name="security" name_upper="SECURITY" description="This property is deprecated, but can be set to the value '802-11-wireless-security' when a wireless security setting is also present in the connection dictionary, for compatibility with very old NetworkManager daemons." /><property name="seen-bssids" name_upper="SEEN_BSSIDS" type="array of string" description="A list of BSSIDs (each BSSID formatted as a MAC address like &quot;00:11:22:33:44:55&quot;) that have been detected as part of the Wi-Fi network.  NetworkManager internally tracks previously seen BSSIDs. The property is only meant for reading and reflects the BSSID list of NetworkManager. The changes you make to this property will not be preserved." /><property name="ssid" name_upper="SSID" type="byte array" description="SSID of the Wi-Fi network. Must be specified." /><property name="tx-power" name_upper="TX_POWER" type="uint32" default="0" description="If non-zero, directs the device to use the specified transmit power. Units are dBm.  This property is highly driver dependent and not all devices support setting a static transmit power." /><property name="wake-on-wlan" name_upper="WAKE_ON_WLAN" type="uint32" default="1" description="The NMSettingWirelessWakeOnWLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRELESS_WAKE_ON_WLAN_ANY (0x2), NM_SETTING_WIRELESS_WAKE_ON_WLAN_DISCONNECT (0x4), NM_SETTING_WIRELESS_WAKE_ON_WLAN_MAGIC (0x8), NM_SETTING_WIRELESS_WAKE_ON_WLAN_GTK_REKEY_FAILURE (0x10), NM_SETTING_WIRELESS_WAKE_ON_WLAN_EAP_IDENTITY_REQUEST (0x20), NM_SETTING_WIRELESS_WAKE_ON_WLAN_4WAY_HANDSHAKE (0x40), NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE (0x80), NM_SETTING_WIRELESS_WAKE_ON_WLAN_TCP (0x100) or the special values NM_SETTING_WIRELESS_WAKE_ON_WLAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager)." /></setting><setting name="802-11-wireless-security" description="Wi-Fi Security Settings" name_upper="WIRELESS_SECURITY"><property name="auth-alg" name_upper="AUTH_ALG" type="string" description="When WEP is used (ie, key-mgmt = &quot;none&quot; or &quot;ieee8021x&quot;) indicate the 802.11 authentication algorithm required by the AP here.  One of &quot;open&quot; for Open System, &quot;shared&quot; for Shared Key, or &quot;leap&quot; for Cisco LEAP.  When using Cisco LEAP (ie, key-mgmt = &quot;ieee8021x&quot; and auth-alg = &quot;leap&quot;) the &quot;leap-username&quot; and &quot;leap-password&quot; properties must be specified." /><property name="fils" name_upper="FILS" type="int32" default="0" description="Indicates whether Fast Initial Link Setup (802.11ai) must be enabled for the connection.  One of NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE (1) (disable FILS), NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL (2) (enable FILS if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED (3) (enable FILS and fail if not supported).  When set to NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) and no global default is set, FILS will be optionally enabled." /><property name="group" name_upper="GROUP" type="array of string" description="A list of group/broadcast encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list.  For maximum compatibility leave this property empty.  Each list element may be one of &quot;wep40&quot;, &quot;wep104&quot;, &quot;tkip&quot;, or &quot;ccmp&quot;." /><property name="key-mgmt" name_upper="KEY_MGMT" type="string" description="Key management used for the connection.  One of &quot;none&quot; (WEP), &quot;ieee8021x&quot; (Dynamic WEP), &quot;wpa-psk&quot; (infrastructure WPA-PSK), &quot;sae&quot; (SAE), &quot;owe&quot; (Opportunistic Wireless Encryption) or &quot;wpa-eap&quot; (WPA-Enterprise).  This property must be set for any Wi-Fi connection that uses security." /><property name="leap-password" name_upper="LEAP_PASSWORD" type="string" description="The login password for legacy LEAP connections (ie, key-mgmt = &quot;ieee8021x&quot; and auth-alg = &quot;leap&quot;)." /><property name="leap-password-flags" name_upper="LEAP_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;leap-password&quot; property." /><property name="leap-username" name_upper="LEAP_USERNAME" type="string" description="The login username for legacy LEAP connections (ie, key-mgmt = &quot;ieee8021x&quot; and auth-alg = &quot;leap&quot;)." /><property name="pairwise" name_upper="PAIRWISE" type="array of string" description="A list of pairwise encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty.  Each list element may be one of &quot;tkip&quot; or &quot;ccmp&quot;." /><property name="pmf" name_upper="PMF" type="int32" default="0" description="Indicates whether Protected Management Frames (802.11w) must be enabled for the connection.  One of NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE (1) (disable PMF), NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL (2) (enable PMF if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED (3) (enable PMF and fail if not supported).  When set to NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) and no global default is set, PMF will be optionally enabled." /><property name="proto" name_upper="PROTO" type="array of string" description="List of strings specifying the allowed WPA protocol versions to use. Each element may be one &quot;wpa&quot; (allow WPA) or &quot;rsn&quot; (allow WPA2/RSN).  If not specified, both WPA and RSN connections are allowed." /><property name="psk" name_upper="PSK" type="string" description="Pre-Shared-Key for WPA networks. For WPA-PSK, it's either an ASCII passphrase of 8 to 63 characters that is (as specified in the 802.11i standard) hashed to derive the actual key, or the key in form of 64 hexadecimal character. The WPA3-Personal networks use a passphrase of any length for SAE authentication." /><property name="psk-flags" name_upper="PSK_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;psk&quot; property." /><property name="wep-key-flags" name_upper="WEP_KEY_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;wep-key0&quot;, &quot;wep-key1&quot;, &quot;wep-key2&quot;, and &quot;wep-key3&quot; properties." /><property name="wep-key-type" name_upper="WEP_KEY_TYPE" type="NMWepKeyType (uint32)" description="Controls the interpretation of WEP keys.  Allowed values are NM_WEP_KEY_TYPE_KEY (1), in which case the key is either a 10- or 26-character hexadecimal string, or a 5- or 13-character ASCII password; or NM_WEP_KEY_TYPE_PASSPHRASE (2), in which case the passphrase is provided as a string and will be hashed using the de-facto MD5 method to derive the actual WEP key." /><property name="wep-key0" name_upper="WEP_KEY0" type="string" description="Index 0 WEP key.  This is the WEP key used in most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-key1" name_upper="WEP_KEY1" type="string" description="Index 1 WEP key.  This WEP index is not used by most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-key2" name_upper="WEP_KEY2" type="string" description="Index 2 WEP key.  This WEP index is not used by most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-key3" name_upper="WEP_KEY3" type="string" description="Index 3 WEP key.  This WEP index is not used by most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-tx-keyidx" name_upper="WEP_TX_KEYIDX" type="uint32" default="0" description="When static WEP is used (ie, key-mgmt = &quot;none&quot;) and a non-default WEP key index is used by the AP, put that WEP key index here.  Valid values are 0 (default key) through 3.  Note that some consumer access points (like the Linksys WRT54G) number the keys 1 - 4." /><property name="wps-method" name_upper="WPS_METHOD" type="uint32" default="0" description="Flags indicating which mode of WPS is to be used if any. There's little point in changing the default setting as NetworkManager will automatically determine whether it's feasible to start WPS enrollment from the Access Point capabilities. WPS can be disabled by setting this property to a value of 1." /></setting><setting name="wpan" description="IEEE 802.15.4 (WPAN) MAC Settings" name_upper="WPAN"><property name="channel" name_upper="CHANNEL" type="int32" default="-1" description="IEEE 802.15.4 channel. A positive integer or -1, meaning &quot;do not set, use whatever the device is already set to&quot;." /><property name="mac-address" name_upper="MAC_ADDRESS" type="string" description="If specified, this connection will only apply to the IEEE 802.15.4 (WPAN) MAC layer device whose permanent MAC address matches." /><property name="page" name_upper="PAGE" type="int32" default="-1" description="IEEE 802.15.4 channel page. A positive integer or -1, meaning &quot;do not set, use whatever the device is already set to&quot;." /><property name="pan-id" name_upper="PAN_ID" type="uint32" default="65535" description="IEEE 802.15.4 Personal Area Network (PAN) identifier." /><property name="short-address" name_upper="SHORT_ADDRESS" type="uint32" default="65535" description="Short IEEE 802.15.4 address to be used within a restricted environment." /></setting></nm-setting-docs>
##############################################
network-manager-1.27.91/man/nm-settings-dbus.xml-34-              and properties of this page.
network-manager-1.27.91/man/nm-settings-dbus.xml:35:            </para></variablelist></para><refsect2><title>connection setting</title><para>General Connection Profile Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.connection.auth-retries">auth-retries</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection. Currently, this only applies to 802-1x authentication.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.autoconnect">autoconnect</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.autoconnect-priority">autoconnect-priority</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.autoconnect-retries">autoconnect-retries</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before blocking autoconnect. Note that after a timeout, NetworkManager will try to autoconnect again.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.autoconnect-slaves">autoconnect-slaves</entry><entry align="left">NMSettingConnectionAutoconnectSlaves (int32)</entry><entry align="left"/><entry>Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.gateway-ping-timeout">gateway-ping-timeout</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.id">id</entry><entry align="left">string</entry><entry align="left"/><entry>A human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G".</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.interface-name">interface-name</entry><entry align="left">string</entry><entry align="left"/><entry>The name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.lldp">lldp</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Whether LLDP is enabled for the connection.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.llmnr">llmnr</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable LLMNR for the interface, "resolve" (1) do not register hostname but allow resolving of LLMNR host names If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "yes"). This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.master">master</entry><entry align="left">string</entry><entry align="left"/><entry>Interface name of the master device or UUID of the master connection.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.mdns">mdns</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Whether mDNS is enabled for the connection. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" (1) do not register hostname but allow resolving of mDNS host names and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "no"). This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.metered">metered</entry><entry align="left">NMMetered (int32)</entry><entry align="left"/><entry>Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.mud-url">mud-url</entry><entry align="left">string</entry><entry align="left"/><entry>If configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with "https://". The special value "none" is allowed to indicate that no MUD URL is used. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the ultimate default is "none".</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.multi-connect">multi-connect</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.permissions">permissions</entry><entry align="left">array of string</entry><entry align="left"/><entry>An array of strings defining what access a given user has to this connection.  If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list.  When this is not empty, the connection can be active only when one of the specified users is logged into an active session.  Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah". At this time only the "user" [type] is allowed.  Any other values are ignored and reserved for future use.  [id] is the username that this permission refers to, which may not contain the ":" character. Any [reserved] information present must be ignored and is reserved for future use.  All of [type], [id], and [reserved] must be valid UTF-8.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.read-only">read-only</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.secondaries">secondaries</entry><entry align="left">array of string</entry><entry align="left"/><entry>List of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.slave-type">slave-type</entry><entry align="left">string</entry><entry align="left"/><entry>Setting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.stable-id">stable-id</entry><entry align="left">string</entry><entry align="left"/><entry>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.timestamp">timestamp</entry><entry align="left">uint64</entry><entry align="left">0</entry><entry>The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.type">type</entry><entry align="left">string</entry><entry align="left"/><entry>Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, "802-3-ethernet" or "802-11-wireless" or "bluetooth", etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, "vpn" or "bridge", etc).</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.uuid">uuid</entry><entry align="left">string</entry><entry align="left"/><entry>A universally unique identifier for the connection, for example generated with libuuid.  It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network.  For example, it should not be changed when the "id" property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or "type" property changes. The UUID must be in the format "2815492f-7e56-435e-b2e9-246bd7cdc664" (ie, contains only hexadecimal characters and "-").</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.wait-device-timeout">wait-device-timeout</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service and nm-online to give the device a chance to appear. This works by waiting for the given timeout until a compatible device for the profile is available and managed. The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time.</entry></row><row><entry align="left" id="nm-settings-dbus.property.connection.zone">zone</entry><entry align="left">string</entry><entry align="left"/><entry>The trust level of a the connection.  Free form case-insensitive string (for example "Home", "Work", "Public").  NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>6lowpan setting</title><para>6LoWPAN Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.6lowpan.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name or parent connection UUID from which this 6LowPAN interface should be created.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>802-1x setting</title><para>IEEE 802.1x Authentication Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.802-1x.altsubject-matches">altsubject-matches</entry><entry align="left">array of string</entry><entry align="left"/><entry>List of strings to be matched against the altSubjectName of the certificate presented by the authentication server. If the list is empty, no verification of the server certificate's altSubjectName is performed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.anonymous-identity">anonymous-identity</entry><entry align="left">string</entry><entry align="left"/><entry>Anonymous identity string for EAP authentication methods.  Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.auth-timeout">auth-timeout</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>A timeout for the authentication. Zero means the global default; if the global default is not set, the authentication timeout is 25 seconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.ca-cert">ca-cert</entry><entry align="left">byte array</entry><entry align="left"/><entry>Contains the CA certificate if used by the EAP method specified in the "eap" property. Certificate data is specified using a "scheme"; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended. Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.ca-cert-password">ca-cert-password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to access the CA certificate stored in "ca-cert" property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.ca-cert-password-flags">ca-cert-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "ca-cert-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.ca-path">ca-path</entry><entry align="left">string</entry><entry align="left"/><entry>UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the "ca-cert" property. If NMSetting8021x:system-ca-certs is enabled and the built-in CA path is an existing directory, then this setting is ignored.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.client-cert">client-cert</entry><entry align="left">byte array</entry><entry align="left"/><entry>Contains the client certificate if used by the EAP method specified in the "eap" property. Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.client-cert-password">client-cert-password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to access the client certificate stored in "client-cert" property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.client-cert-password-flags">client-cert-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "client-cert-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.domain-match">domain-match</entry><entry align="left">string</entry><entry align="left"/><entry>Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using the same comparison. Multiple valid FQDNs can be passed as a ";" delimited list.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.domain-suffix-match">domain-suffix-match</entry><entry align="left">string</entry><entry align="left"/><entry>Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison. Since version 1.24, multiple valid FQDNs can be passed as a ";" delimited list.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.eap">eap</entry><entry align="left">array of string</entry><entry align="left"/><entry>The allowed EAP method to be used when authenticating to the network with 802.1x.  Valid methods are: "leap", "md5", "tls", "peap", "ttls", "pwd", and "fast".  Each method requires different configuration using the properties of this setting; refer to wpa_supplicant documentation for the allowed combinations.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.identity">identity</entry><entry align="left">string</entry><entry align="left"/><entry>Identity string for EAP authentication methods.  Often the user's user or login name.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.optional">optional</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Whether the 802.1X authentication is optional. If TRUE, the activation will continue even after a timeout or an authentication failure. Setting the property to TRUE is currently allowed only for Ethernet connections. If set to FALSE, the activation can continue only after a successful authentication.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.pac-file">pac-file</entry><entry align="left">string</entry><entry align="left"/><entry>UTF-8 encoded file path containing PAC for EAP-FAST.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.password">password</entry><entry align="left">string</entry><entry align="left"/><entry>UTF-8 encoded password used for EAP authentication methods. If both the "password" property and the "password-raw" property are specified, "password" is preferred.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.password-flags">password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.password-raw">password-raw</entry><entry align="left">byte array</entry><entry align="left"/><entry>Password used for EAP authentication methods, given as a byte array to allow passwords in other encodings than UTF-8 to be used. If both the "password" property and the "password-raw" property are specified, "password" is preferred.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.password-raw-flags">password-raw-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "password-raw" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase1-auth-flags">phase1-auth-flags</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies authentication flags to use in "phase 1" outer authentication using NMSetting8021xAuthFlags options. The individual TLS versions can be explicitly disabled. If a certain TLS disable flag is not set, it is up to the supplicant to allow or forbid it. The TLS options map to tls_disable_tlsv1_x settings. See the wpa_supplicant documentation for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase1-fast-provisioning">phase1-fast-provisioning</entry><entry align="left">string</entry><entry align="left"/><entry>Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the "eap" property. Recognized values are "0" (disabled), "1" (allow unauthenticated provisioning), "2" (allow authenticated provisioning), and "3" (allow both authenticated and unauthenticated provisioning).  See the wpa_supplicant documentation for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase1-peaplabel">phase1-peaplabel</entry><entry align="left">string</entry><entry align="left"/><entry>Forces use of the new PEAP label during key derivation.  Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1.  Set to "1" to force use of the new PEAP label.  See the wpa_supplicant documentation for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase1-peapver">phase1-peapver</entry><entry align="left">string</entry><entry align="left"/><entry>Forces which PEAP version is used when PEAP is set as the EAP method in the "eap" property.  When unset, the version reported by the server will be used.  Sometimes when using older RADIUS servers, it is necessary to force the client to use a particular PEAP version.  To do so, this property may be set to "0" or "1" to force that specific PEAP version.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-altsubject-matches">phase2-altsubject-matches</entry><entry align="left">array of string</entry><entry align="left"/><entry>List of strings to be matched against the altSubjectName of the certificate presented by the authentication server during the inner "phase 2" authentication. If the list is empty, no verification of the server certificate's altSubjectName is performed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-auth">phase2-auth</entry><entry align="left">string</entry><entry align="left"/><entry>Specifies the allowed "phase 2" inner non-EAP authentication method when an EAP method that uses an inner TLS tunnel is specified in the "eap" property.  Recognized non-EAP "phase 2" methods are "pap", "chap", "mschap", "mschapv2", "gtc", "otp", "md5", and "tls". Each "phase 2" inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-autheap">phase2-autheap</entry><entry align="left">string</entry><entry align="left"/><entry>Specifies the allowed "phase 2" inner EAP-based authentication method when an EAP method that uses an inner TLS tunnel is specified in the "eap" property.  Recognized EAP-based "phase 2" methods are "md5", "mschapv2", "otp", "gtc", and "tls". Each "phase 2" inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-ca-cert">phase2-ca-cert</entry><entry align="left">byte array</entry><entry align="left"/><entry>Contains the "phase 2" CA certificate if used by the EAP method specified in the "phase2-auth" or "phase2-autheap" properties. Certificate data is specified using a "scheme"; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended. Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-ca-cert-password">phase2-ca-cert-password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to access the "phase2" CA certificate stored in "phase2-ca-cert" property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-ca-cert-password-flags">phase2-ca-cert-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "phase2-ca-cert-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-ca-path">phase2-ca-path</entry><entry align="left">string</entry><entry align="left"/><entry>UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the "phase2-ca-cert" property. If NMSetting8021x:system-ca-certs is enabled and the built-in CA path is an existing directory, then this setting is ignored.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-client-cert">phase2-client-cert</entry><entry align="left">byte array</entry><entry align="left"/><entry>Contains the "phase 2" client certificate if used by the EAP method specified in the "phase2-auth" or "phase2-autheap" properties. Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-client-cert-password">phase2-client-cert-password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to access the "phase2" client certificate stored in "phase2-client-cert" property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-client-cert-password-flags">phase2-client-cert-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "phase2-client-cert-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-domain-match">phase2-domain-match</entry><entry align="left">string</entry><entry align="left"/><entry>Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner "phase 2" authentication. If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using the same comparison. Multiple valid FQDNs can be passed as a ";" delimited list.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-domain-suffix-match">phase2-domain-suffix-match</entry><entry align="left">string</entry><entry align="left"/><entry>Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner "phase 2" authentication.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison. Since version 1.24, multiple valid FQDNs can be passed as a ";" delimited list.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-private-key">phase2-private-key</entry><entry align="left">byte array</entry><entry align="left"/><entry>Contains the "phase 2" inner private key when the "phase2-auth" or "phase2-autheap" property is set to "tls". Key data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "phase2-private-key-password" property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte, and as with the blob scheme the "phase2-private-key-password" property must be set to the password used to decode the PKCS#12 private key and certificate.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-private-key-password">phase2-private-key-password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to decrypt the "phase 2" private key specified in the "phase2-private-key" property when the private key either uses the path scheme, or is a PKCS#12 format key.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-private-key-password-flags">phase2-private-key-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "phase2-private-key-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.phase2-subject-match">phase2-subject-match</entry><entry align="left">string</entry><entry align="left"/><entry>Substring to be matched against the subject of the certificate presented by the authentication server during the inner "phase 2" authentication. When unset, no verification of the authentication server certificate's subject is performed.  This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:phase2-domain-suffix-match.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.pin">pin</entry><entry align="left">string</entry><entry align="left"/><entry>PIN used for EAP authentication methods.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.pin-flags">pin-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "pin" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.private-key">private-key</entry><entry align="left">byte array</entry><entry align="left"/><entry>Contains the private key when the "eap" property is set to "tls". Key data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "private-key-password" property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte, and as with the blob scheme the "private-key-password" property must be set to the password used to decode the PKCS#12 private key and certificate. WARNING: "private-key" is not a "secret" property, and thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users.  Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.private-key-password">private-key-password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to decrypt the private key specified in the "private-key" property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.private-key-password-flags">private-key-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "private-key-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.subject-match">subject-match</entry><entry align="left">string</entry><entry align="left"/><entry>Substring to be matched against the subject of the certificate presented by the authentication server. When unset, no verification of the authentication server certificate's subject is performed.  This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:domain-suffix-match.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-1x.system-ca-certs">system-ca-certs</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When TRUE, overrides the "ca-path" and "phase2-ca-path" properties using the system CA directory specified at configure time with the --system-ca-path switch.  The certificates in this directory are added to the verification chain in addition to any certificates specified by the "ca-cert" and "phase2-ca-cert" properties. If the path provided with --system-ca-path is rather a file name (bundle of trusted CA certificates), it overrides "ca-cert" and "phase2-ca-cert" properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>adsl setting</title><para>ADSL Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.adsl.encapsulation">encapsulation</entry><entry align="left">string</entry><entry align="left"/><entry>Encapsulation of ADSL connection.  Can be "vcmux" or "llc".</entry></row><row><entry align="left" id="nm-settings-dbus.property.adsl.password">password</entry><entry align="left">string</entry><entry align="left"/><entry>Password used to authenticate with the ADSL service.</entry></row><row><entry align="left" id="nm-settings-dbus.property.adsl.password-flags">password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.adsl.protocol">protocol</entry><entry align="left">string</entry><entry align="left"/><entry>ADSL connection protocol.  Can be "pppoa", "pppoe" or "ipoatm".</entry></row><row><entry align="left" id="nm-settings-dbus.property.adsl.username">username</entry><entry align="left">string</entry><entry align="left"/><entry>Username used to authenticate with the ADSL service.</entry></row><row><entry align="left" id="nm-settings-dbus.property.adsl.vci">vci</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>VCI of ADSL connection</entry></row><row><entry align="left" id="nm-settings-dbus.property.adsl.vpi">vpi</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>VPI of ADSL connection</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>bluetooth setting</title><para>Bluetooth Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.bluetooth.bdaddr">bdaddr</entry><entry align="left">byte array</entry><entry align="left"/><entry>The Bluetooth address of the device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bluetooth.type">type</entry><entry align="left">string</entry><entry align="left"/><entry>Either "dun" for Dial-Up Networking connections or "panu" for Personal Area Networking connections to devices supporting the NAP profile.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>bond setting</title><para>Bonding Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.bond.interface-name">interface-name</entry><entry align="left">string</entry><entry align="left"/><entry>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bond's interface name.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bond.options">options</entry><entry align="left">dict of string to string</entry><entry align="left">{'mode': 'balance-rr'}</entry><entry>Dictionary of key/value pairs of bonding options.  Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>bridge setting</title><para>Bridging Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.bridge.ageing-time">ageing-time</entry><entry align="left">uint32</entry><entry align="left">300</entry><entry>The Ethernet MAC address aging time, in seconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.forward-delay">forward-delay</entry><entry align="left">uint32</entry><entry align="left">15</entry><entry>The Spanning Tree Protocol (STP) forwarding delay, in seconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.group-address">group-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, The MAC address of the multicast group this bridge uses for STP. The address must be a link-local address in standard Ethernet MAC address format, ie an address of the form 01:80:C2:00:00:0X, with X in [0, 4..F]. If not specified the default value is 01:80:C2:00:00:00.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.group-forward-mask">group-forward-mask</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>A mask of group addresses to forward. Usually, group addresses in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to standards. This property is a mask of 16 bits, each corresponding to a group address in that range that must be forwarded. The mask can't have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.hello-time">hello-time</entry><entry align="left">uint32</entry><entry align="left">2</entry><entry>The Spanning Tree Protocol (STP) hello time, in seconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.interface-name">interface-name</entry><entry align="left">string</entry><entry align="left"/><entry>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bridge's interface name.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.mac-address">mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, the MAC address of bridge. When creating a new bridge, this MAC address will be set. If this field is left unspecified, the "ethernet.cloned-mac-address" is referred instead to generate the initial MAC address. Note that setting "ethernet.cloned-mac-address" anyway overwrites the MAC address of the bridge later while activating the bridge. Hence, this property is deprecated. Deprecated: 1</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.max-age">max-age</entry><entry align="left">uint32</entry><entry align="left">20</entry><entry>The Spanning Tree Protocol (STP) maximum message age, in seconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-hash-max">multicast-hash-max</entry><entry align="left">uint32</entry><entry align="left">4096</entry><entry>Set maximum size of multicast hash table (value must be a power of 2).</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-last-member-count">multicast-last-member-count</entry><entry align="left">uint32</entry><entry align="left">2</entry><entry>Set the number of queries the bridge will send before stopping forwarding a multicast group after a "leave" message has been received.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-last-member-interval">multicast-last-member-interval</entry><entry align="left">uint64</entry><entry align="left">100</entry><entry>Set interval (in deciseconds) between queries to find remaining members of a group, after a "leave" message is received.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-membership-interval">multicast-membership-interval</entry><entry align="left">uint64</entry><entry align="left">26000</entry><entry>Set delay (in deciseconds) after which the bridge will leave a group, if no membership reports for this group are received.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-querier">multicast-querier</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Enable or disable sending of multicast queries by the bridge. If not specified the option is disabled.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-querier-interval">multicast-querier-interval</entry><entry align="left">uint64</entry><entry align="left">25500</entry><entry>If no queries are seen after this delay (in deciseconds) has passed, the bridge will start to send its own queries.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-query-interval">multicast-query-interval</entry><entry align="left">uint64</entry><entry align="left">12500</entry><entry>Interval (in deciseconds) between queries sent by the bridge after the end of the startup phase.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-query-response-interval">multicast-query-response-interval</entry><entry align="left">uint64</entry><entry align="left">1000</entry><entry>Set the Max Response Time/Max Response Delay (in deciseconds) for IGMP/MLD queries sent by the bridge.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-query-use-ifaddr">multicast-query-use-ifaddr</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If enabled the bridge's own IP address is used as the source address for IGMP queries otherwise the default of 0.0.0.0 is used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-router">multicast-router</entry><entry align="left">string</entry><entry align="left"/><entry>Sets bridge's multicast router. Multicast-snooping must be enabled for this option to work. Supported values are: 'auto', 'disabled', 'enabled' to which kernel assigns the numbers 1, 0, and 2, respectively. If not specified the default value is 'auto' (1).</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-snooping">multicast-snooping</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Controls whether IGMP snooping is enabled for this bridge. Note that if snooping was automatically disabled due to hash collisions, the system may refuse to enable the feature until the collisions are resolved.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-startup-query-count">multicast-startup-query-count</entry><entry align="left">uint32</entry><entry align="left">2</entry><entry>Set the number of IGMP queries to send during startup phase.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.multicast-startup-query-interval">multicast-startup-query-interval</entry><entry align="left">uint64</entry><entry align="left">3125</entry><entry>Sets the time (in deciseconds) between queries sent out at startup to determine membership information.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.priority">priority</entry><entry align="left">uint32</entry><entry align="left">32768</entry><entry>Sets the Spanning Tree Protocol (STP) priority for this bridge.  Lower values are "better"; the lowest priority bridge will be elected the root bridge.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.stp">stp</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.vlan-default-pvid">vlan-default-pvid</entry><entry align="left">uint32</entry><entry align="left">1</entry><entry>The default PVID for the ports of the bridge, that is the VLAN id assigned to incoming untagged frames.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.vlan-filtering">vlan-filtering</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Control whether VLAN filtering is enabled on the bridge.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.vlan-protocol">vlan-protocol</entry><entry align="left">string</entry><entry align="left"/><entry>If specified, the protocol used for VLAN filtering. Supported values are: '802.1Q', '802.1ad'. If not specified the default value is '802.1Q'.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.vlan-stats-enabled">vlan-stats-enabled</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Controls whether per-VLAN stats accounting is enabled.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge.vlans">vlans</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of bridge VLAN objects. In addition to the VLANs specified here, the bridge will also have the default-pvid VLAN configured  by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]... where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>bridge-port setting</title><para>Bridge Port Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.bridge-port.hairpin-mode">hairpin-mode</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Enables or disables "hairpin mode" for the port, which allows frames to be sent back out through the port the frame was received on.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge-port.path-cost">path-cost</entry><entry align="left">uint32</entry><entry align="left">100</entry><entry>The Spanning Tree Protocol (STP) port cost for destinations via this port.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge-port.priority">priority</entry><entry align="left">uint32</entry><entry align="left">32</entry><entry>The Spanning Tree Protocol (STP) priority of this bridge port.</entry></row><row><entry align="left" id="nm-settings-dbus.property.bridge-port.vlans">vlans</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of bridge VLAN objects. In addition to the VLANs specified here, the port will also have the default-pvid VLAN configured on the bridge by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]... where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>cdma setting</title><para>CDMA-based Mobile Broadband Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.cdma.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.</entry></row><row><entry align="left" id="nm-settings-dbus.property.cdma.number">number</entry><entry align="left">string</entry><entry align="left"/><entry>The number to dial to establish the connection to the CDMA-based mobile broadband network, if any.  If not specified, the default number (#777) is used when required.</entry></row><row><entry align="left" id="nm-settings-dbus.property.cdma.password">password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to authenticate with the network, if required.  Many providers do not require a password, or accept any password.  But if a password is required, it is specified here.</entry></row><row><entry align="left" id="nm-settings-dbus.property.cdma.password-flags">password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.cdma.username">username</entry><entry align="left">string</entry><entry align="left"/><entry>The username used to authenticate with the network, if required.  Many providers do not require a username, or accept any username.  But if a username is required, it is specified here.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>dcb setting</title><para>Data Center Bridging Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.dcb.app-fcoe-flags">app-fcoe-flags</entry><entry align="left">NMSettingDcbFlags (uint32)</entry><entry align="left"/><entry>Specifies the NMSettingDcbFlags for the DCB FCoE application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.app-fcoe-mode">app-fcoe-mode</entry><entry align="left">string</entry><entry align="left">"fabric"</entry><entry>The FCoE controller mode; either "fabric" (default) or "vn2vn".</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.app-fcoe-priority">app-fcoe-priority</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority.  Only used when the "app-fcoe-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.app-fip-flags">app-fip-flags</entry><entry align="left">NMSettingDcbFlags (uint32)</entry><entry align="left"/><entry>Specifies the NMSettingDcbFlags for the DCB FIP application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.app-fip-priority">app-fip-priority</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority.  Only used when the "app-fip-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.app-iscsi-flags">app-iscsi-flags</entry><entry align="left">NMSettingDcbFlags (uint32)</entry><entry align="left"/><entry>Specifies the NMSettingDcbFlags for the DCB iSCSI application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.app-iscsi-priority">app-iscsi-priority</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the "app-iscsi-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-bandwidth">priority-bandwidth</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use.  The sum of all percentages for priorities which belong to the same group must total 100 percents.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-flow-control">priority-flow-control</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-flow-control-flags">priority-flow-control-flags</entry><entry align="left">NMSettingDcbFlags (uint32)</entry><entry align="left"/><entry>Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-group-bandwidth">priority-group-bandwidth</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group.  Allowed values are 0 - 100, and the sum of all values must total 100 percents.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-group-flags">priority-group-flags</entry><entry align="left">NMSettingDcbFlags (uint32)</entry><entry align="left"/><entry>Specifies the NMSettingDcbFlags for DCB Priority Groups.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-group-id">priority-group-id</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID.  Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-strict-bandwidth">priority-strict-bandwidth</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.</entry></row><row><entry align="left" id="nm-settings-dbus.property.dcb.priority-traffic-class">priority-traffic-class</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>dummy setting</title><para>Dummy Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody/></tgroup></informaltable></refsect2><refsect2><title>ethtool setting</title><para>Ethtool Ethernet Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody/></tgroup></informaltable></refsect2><refsect2><title>generic setting</title><para>Generic Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody/></tgroup></informaltable></refsect2><refsect2><title>gsm setting</title><para>GSM-based Mobile Broadband Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.gsm.apn">apn</entry><entry align="left">string</entry><entry align="left"/><entry>The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM-based network.  The APN often determines how the user will be billed for their network usage and whether the user has access to the Internet or just a provider-specific walled-garden, so it is important to use the correct APN for the user's mobile broadband plan. The APN may only be composed of the characters a-z, 0-9, ., and - per GSM 03.60 Section 14.9.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.auto-config">auto-config</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When TRUE, the settings such as APN, username, or password will default to values that match the network the modem will register to in the Mobile Broadband Provider database.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.device-id">device-id</entry><entry align="left">string</entry><entry align="left"/><entry>The device unique identifier (as given by the WWAN management service) which this connection applies to.  If given, the connection will only apply to the specified device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.home-only">home-only</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When TRUE, only connections to the home network will be allowed. Connections to roaming networks will not be made.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.network-id">network-id</entry><entry align="left">string</entry><entry align="left"/><entry>The Network ID (GSM LAI format, ie MCC-MNC) to force specific network registration.  If the Network ID is specified, NetworkManager will attempt to force the device to register only on the specified network. This can be used to ensure that the device does not roam when direct roaming control of the device is not otherwise possible.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.number">number</entry><entry align="left">string</entry><entry align="left"/><entry>Legacy setting that used to help establishing PPP data sessions for GSM-based modems. Deprecated: 1</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.password">password</entry><entry align="left">string</entry><entry align="left"/><entry>The password used to authenticate with the network, if required.  Many providers do not require a password, or accept any password.  But if a password is required, it is specified here.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.password-flags">password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.pin">pin</entry><entry align="left">string</entry><entry align="left"/><entry>If the SIM is locked with a PIN it must be unlocked before any other operations are requested.  Specify the PIN here to allow operation of the device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.pin-flags">pin-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "pin" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.sim-id">sim-id</entry><entry align="left">string</entry><entry align="left"/><entry>The SIM card unique identifier (as given by the WWAN management service) which this connection applies to.  If given, the connection will apply to any device also allowed by "device-id" which contains a SIM card matching the given identifier.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.sim-operator-id">sim-operator-id</entry><entry align="left">string</entry><entry align="left"/><entry>A MCC/MNC string like "310260" or "21601" identifying the specific mobile network operator which this connection applies to.  If given, the connection will apply to any device also allowed by "device-id" and "sim-id" which contains a SIM card provisioned by the given operator.</entry></row><row><entry align="left" id="nm-settings-dbus.property.gsm.username">username</entry><entry align="left">string</entry><entry align="left"/><entry>The username used to authenticate with the network, if required.  Many providers do not require a username, or accept any username.  But if a username is required, it is specified here.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>infiniband setting</title><para>Infiniband Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.infiniband.mac-address">mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, this connection will only apply to the IPoIB device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</entry></row><row><entry align="left" id="nm-settings-dbus.property.infiniband.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.</entry></row><row><entry align="left" id="nm-settings-dbus.property.infiniband.p-key">p-key</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>The InfiniBand P_Key to use for this device. A value of -1 means to use the default P_Key (aka "the P_Key at index 0"). Otherwise, it is a 16-bit unsigned integer, whose high bit is set if it is a "full membership" P_Key.</entry></row><row><entry align="left" id="nm-settings-dbus.property.infiniband.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>The interface name of the parent device of this device. Normally NULL, but if the "p_key" property is set, then you must specify the base device by setting either this property or "mac-address".</entry></row><row><entry align="left" id="nm-settings-dbus.property.infiniband.transport-mode">transport-mode</entry><entry align="left">string</entry><entry align="left"/><entry>The IP-over-InfiniBand transport mode. Either "datagram" or "connected".</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ipv4 setting</title><para>IPv4 Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ipv4.address-data">address-data</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of IPv4 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.addresses">addresses</entry><entry align="left">array of array of uint32</entry><entry align="left"/><entry>Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'.  Array of IPv4 address structures.  Each IPv4 address structure is composed of 3 32-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 - 32), and last the IPv4 gateway (network byte order). The gateway may be left as 0 if no gateway exists for that subnet.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dad-timeout">dad-timeout</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network.  If an address conflict is detected, the activation will fail.  A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or zero).  A value greater than zero is a timeout in milliseconds. The property is currently implemented only for IPv4.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-client-id">dhcp-client-id</entry><entry align="left">string</entry><entry align="left"/><entry>A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options. When the property is a hex string ('aa:bb:cc') it is interpreted as a binary client ID, in which case the first byte is assumed to be the 'type' field as per RFC 2132 section 9.14 and the remaining bytes may be an hardware address (e.g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a MAC address). If the property is not a hex string it is considered as a non-hardware-address client ID and the 'type' field is set to 0. The special values "mac" and "perm-mac" are supported, which use the current or permanent MAC address of the device to generate a client identifier with type ethernet (01). Currently, these options only work for ethernet type of links. The special value "duid" generates a RFC4361-compliant client identifier based on a hash of the interface name as IAID and /etc/machine-id. The special value "stable" is supported to generate a type 0 client identifier based on the stable-id (see connection.stable-id) and a per-host key. If you set the stable-id, you may want to include the "${DEVICE}" or "${MAC}" specifier to get a per-device key. If unset, a globally configured default is used. If still unset, the default depends on the DHCP plugin.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-fqdn">dhcp-fqdn</entry><entry align="left">string</entry><entry align="left"/><entry>If the "dhcp-send-hostname" property is TRUE, then the specified FQDN will be sent to the DHCP server when acquiring a lease. This property and "dhcp-hostname" are mutually exclusive and cannot be set at the same time.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-hostname">dhcp-hostname</entry><entry align="left">string</entry><entry align="left"/><entry>If the "dhcp-send-hostname" property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and "dhcp-fqdn" are mutually exclusive and cannot be set at the same time.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-hostname-flags">dhcp-hostname-flags</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Flags for the DHCP hostname and FQDN. Currently, this property only includes flags to control the FQDN flags set in the DHCP FQDN option. Supported FQDN flags are NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is set, the DHCP FQDN option will contain no flag. Otherwise, if no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is not set, the standard FQDN flags are set in the request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) for IPv4 and NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for IPv6. When this property is set to the default value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global default is looked up in NetworkManager configuration. If that value is unset or also NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the standard FQDN flags described above are sent in the DHCP requests.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-iaid">dhcp-iaid</entry><entry align="left">string</entry><entry align="left"/><entry>A string containing the "Identity Association Identifier" (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among "mac", "perm-mac", "ifname" and "stable". When set to "mac" (or "perm-mac"), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to "ifname", the IAID is computed by hashing the interface name. The special value "stable" can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be "ifname". Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-reject-servers">dhcp-reject-servers</entry><entry align="left">array of string</entry><entry align="left"/><entry>Array of servers from which DHCP offers must be rejected. This property is useful to avoid getting a lease from misconfigured or rogue servers. For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. "192.168.122.0/24"). This property is currently not implemented for DHCPv6.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-send-hostname">dhcp-send-hostname</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer.  If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-timeout">dhcp-timeout</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dhcp-vendor-class-identifier">dhcp-vendor-class-identifier</entry><entry align="left">string</entry><entry align="left"/><entry>The Vendor Class Identifier DHCP option (60). Special characters in the data string may be escaped using C-style escapes, nevertheless this property cannot contain nul bytes. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the DHCP option is not sent to the server. Since 1.28</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dns">dns</entry><entry align="left">array of uint32</entry><entry align="left"/><entry>Array of IP addresses of DNS servers (as network-byte-order integers)</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dns-options">dns-options</entry><entry align="left">array of string</entry><entry align="left"/><entry>Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are "attempts", "debug", "edns0", "inet6", "ip6-bytestring", "ip6-dotint", "ndots", "no-check-names", "no-ip6-dotint", "no-reload", "no-tld-query", "rotate", "single-request", "single-request-reopen", "timeout", "trust-ad", "use-vc". The "trust-ad" setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have "trust-ad" enabled.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dns-priority">dns-priority</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>DNS servers priority. The relative priority for DNS servers specified by this setting.  A lower numerical value is better (higher priority). Negative values have the special effect of excluding other configurations with a greater numerical priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. To avoid all DNS leaks, set the priority of the profile that should be used to the most negative value of all active connections profiles. Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to -50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections.  It does not disambiguate multiple DNS servers within the same connection profile. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. Note that commonly the resolver tries name servers in /etc/resolv.conf in the order listed, proceeding with the next server in the list on failure. See for example the "rotate" option of the dns-options setting. If there are any negative DNS priorities, then only name servers from the devices with that lowest priority will be considered. When using a DNS resolver that supports Conditional Forwarding or Split DNS (with dns=dnsmasq or dns=systemd-resolved settings), each connection is used to query domains in its search list. The search domains determine which name servers to ask, and the DNS priority is used to prioritize name servers based on the domain.  Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually).  When multiple connections specify the same domain, the one with the best priority (lowest numerical value) wins.  If a sub domain is configured on another interface it will be accepted regardless the priority, unless parent domain on the other interface has a negative priority, which causes the sub domain to be shadowed. With Split DNS one can avoid undesired DNS leaks by properly configuring DNS priorities and the search domains, so that only name servers of the desired interface are configured.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.dns-search">dns-search</entry><entry align="left">array of string</entry><entry align="left"/><entry>Array of DNS search domains. Domains starting with a tilde ('~') are considered 'routing' domains and are used only to decide the interface over which a query must be forwarded; they are not used to complete unqualified host names. When using a DNS plugin that supports Conditional Forwarding or Split DNS, then the search domains specify which name servers to query. This makes the behavior different from running with plain /etc/resolv.conf. For more information see also the dns-priority setting.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.gateway">gateway</entry><entry align="left">string</entry><entry align="left"/><entry>The gateway associated with this configuration. This is only meaningful if "addresses" is also set. The gateway's main purpose is to control the next hop of the standard default route on the device. Hence, the gateway property conflicts with "never-default" and will be automatically dropped if the IP configuration is set to never-default. As an alternative to set the gateway, configure a static default route with /0 as prefix length.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.ignore-auto-dns">ignore-auto-dns</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When "method" is set to "auto" and this property to TRUE, automatically configured name servers and search domains are ignored and only name servers and search domains specified in the "dns" and "dns-search" properties, if any, are used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.ignore-auto-routes">ignore-auto-routes</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.may-fail">may-fail</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out.  Note that at least one IP configuration must succeed or overall network configuration will still fail.  For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.method">method</entry><entry align="left">string</entry><entry align="left"/><entry>IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support "disabled", "auto", "manual", and "link-local". See the subclass-specific documentation for other values. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration.  The "ignore-auto-routes" and "ignore-auto-dns" properties modify this behavior. For methods that imply no upstream network, such as "shared" or "link-local", these properties must be empty. For IPv4 method "shared", the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.never-default">never-default</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.route-data">route-data</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of IPv4 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'next-hop' entry, containing the next hop IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.route-metric">route-metric</entry><entry align="left">int64</entry><entry align="left">-1</entry><entry>The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.route-table">route-table</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv4.routes">routes</entry><entry align="left">array of array of uint32</entry><entry align="left"/><entry>Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'.  Array of IPv4 route structures.  Each IPv4 route structure is composed of 4 32-bit values; the first being the destination IPv4 network or address (network byte order), the second the destination network or address prefix (1 - 32), the third being the next-hop (network byte order) if any, and the fourth being the route metric. If the metric is 0, NM will choose an appropriate default metric for the device. (There is no way to explicitly specify an actual metric of 0 with this property.)</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ipv6 setting</title><para>IPv6 Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ipv6.addr-gen-mode">addr-gen-mode</entry><entry align="left">int32</entry><entry align="left">1</entry><entry>Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is set to EUI64, the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of stable-privacy enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling stable-privacy. For keyfile plugin, the absence of the setting on disk means EUI64 so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.address-data">address-data</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of IPv6 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.addresses">addresses</entry><entry align="left">array of legacy IPv6 address struct (a(ayuay))</entry><entry align="left"/><entry>Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'.  Array of IPv6 address structures.  Each IPv6 address structure is composed of an IPv6 address, a prefix length (1 - 128), and an IPv6 gateway address. The gateway may be zeroed out if no gateway exists for that subnet.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dad-timeout">dad-timeout</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network.  If an address conflict is detected, the activation will fail.  A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or zero).  A value greater than zero is a timeout in milliseconds. The property is currently implemented only for IPv4.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-duid">dhcp-duid</entry><entry align="left">string</entry><entry align="left"/><entry>A string containing the DHCPv6 Unique Identifier (DUID) used by the dhcp client to identify itself to DHCPv6 servers (RFC 3315). The DUID is carried in the Client Identifier option. If the property is a hex string ('aa:bb:cc') it is interpreted as a binary DUID and filled as an opaque value in the Client Identifier option. The special value "lease" will retrieve the DUID previously used from the lease file belonging to the connection. If no DUID is found and "dhclient" is the configured dhcp client, the DUID is searched in the system-wide dhclient lease file. If still no DUID is found, or another dhcp client is used, a global and permanent DUID-UUID (RFC 6355) will be generated based on the machine-id. The special values "llt" and "ll" will generate a DUID of type LLT or LL (see RFC 3315) based on the current MAC address of the device. In order to try providing a stable DUID-LLT, the time field will contain a constant timestamp that is used globally (for all profiles) and persisted to disk. The special values "stable-llt", "stable-ll" and "stable-uuid" will generate a DUID of the corresponding type, derived from the connection's stable-id and a per-host unique key. You may want to include the "${DEVICE}" or "${MAC}" specifier in the stable-id, in case this profile gets activated on multiple devices. So, the link-layer address of "stable-ll" and "stable-llt" will be a generated address derived from the stable id. The DUID-LLT time value in the "stable-llt" option will be picked among a static timespan of three years (the upper bound of the interval is the same constant timestamp used in "llt"). When the property is unset, the global value provided for "ipv6.dhcp-duid" is used. If no global value is provided, the default "lease" value is assumed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-hostname">dhcp-hostname</entry><entry align="left">string</entry><entry align="left"/><entry>If the "dhcp-send-hostname" property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and "dhcp-fqdn" are mutually exclusive and cannot be set at the same time.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-hostname-flags">dhcp-hostname-flags</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Flags for the DHCP hostname and FQDN. Currently, this property only includes flags to control the FQDN flags set in the DHCP FQDN option. Supported FQDN flags are NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is set, the DHCP FQDN option will contain no flag. Otherwise, if no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is not set, the standard FQDN flags are set in the request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) for IPv4 and NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for IPv6. When this property is set to the default value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global default is looked up in NetworkManager configuration. If that value is unset or also NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the standard FQDN flags described above are sent in the DHCP requests.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-iaid">dhcp-iaid</entry><entry align="left">string</entry><entry align="left"/><entry>A string containing the "Identity Association Identifier" (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among "mac", "perm-mac", "ifname" and "stable". When set to "mac" (or "perm-mac"), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to "ifname", the IAID is computed by hashing the interface name. The special value "stable" can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be "ifname". Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-reject-servers">dhcp-reject-servers</entry><entry align="left">array of string</entry><entry align="left"/><entry>Array of servers from which DHCP offers must be rejected. This property is useful to avoid getting a lease from misconfigured or rogue servers. For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. "192.168.122.0/24"). This property is currently not implemented for DHCPv6.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-send-hostname">dhcp-send-hostname</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer.  If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dhcp-timeout">dhcp-timeout</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dns">dns</entry><entry align="left">array of byte array</entry><entry align="left"/><entry>Array of IP addresses of DNS servers (in network byte order)</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dns-options">dns-options</entry><entry align="left">array of string</entry><entry align="left"/><entry>Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are "attempts", "debug", "edns0", "inet6", "ip6-bytestring", "ip6-dotint", "ndots", "no-check-names", "no-ip6-dotint", "no-reload", "no-tld-query", "rotate", "single-request", "single-request-reopen", "timeout", "trust-ad", "use-vc". The "trust-ad" setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have "trust-ad" enabled.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dns-priority">dns-priority</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>DNS servers priority. The relative priority for DNS servers specified by this setting.  A lower numerical value is better (higher priority). Negative values have the special effect of excluding other configurations with a greater numerical priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. To avoid all DNS leaks, set the priority of the profile that should be used to the most negative value of all active connections profiles. Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to -50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections.  It does not disambiguate multiple DNS servers within the same connection profile. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. Note that commonly the resolver tries name servers in /etc/resolv.conf in the order listed, proceeding with the next server in the list on failure. See for example the "rotate" option of the dns-options setting. If there are any negative DNS priorities, then only name servers from the devices with that lowest priority will be considered. When using a DNS resolver that supports Conditional Forwarding or Split DNS (with dns=dnsmasq or dns=systemd-resolved settings), each connection is used to query domains in its search list. The search domains determine which name servers to ask, and the DNS priority is used to prioritize name servers based on the domain.  Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually).  When multiple connections specify the same domain, the one with the best priority (lowest numerical value) wins.  If a sub domain is configured on another interface it will be accepted regardless the priority, unless parent domain on the other interface has a negative priority, which causes the sub domain to be shadowed. With Split DNS one can avoid undesired DNS leaks by properly configuring DNS priorities and the search domains, so that only name servers of the desired interface are configured.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.dns-search">dns-search</entry><entry align="left">array of string</entry><entry align="left"/><entry>Array of DNS search domains. Domains starting with a tilde ('~') are considered 'routing' domains and are used only to decide the interface over which a query must be forwarded; they are not used to complete unqualified host names. When using a DNS plugin that supports Conditional Forwarding or Split DNS, then the search domains specify which name servers to query. This makes the behavior different from running with plain /etc/resolv.conf. For more information see also the dns-priority setting.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.gateway">gateway</entry><entry align="left">string</entry><entry align="left"/><entry>The gateway associated with this configuration. This is only meaningful if "addresses" is also set. The gateway's main purpose is to control the next hop of the standard default route on the device. Hence, the gateway property conflicts with "never-default" and will be automatically dropped if the IP configuration is set to never-default. As an alternative to set the gateway, configure a static default route with /0 as prefix length.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.ignore-auto-dns">ignore-auto-dns</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When "method" is set to "auto" and this property to TRUE, automatically configured name servers and search domains are ignored and only name servers and search domains specified in the "dns" and "dns-search" properties, if any, are used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.ignore-auto-routes">ignore-auto-routes</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.ip6-privacy">ip6-privacy</entry><entry align="left">NMSettingIP6ConfigPrivacy (int32)</entry><entry align="left"/><entry>Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941.  If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64.  This enhances privacy, but could cause problems in some applications, on the other hand.  The permitted values are: -1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses). Having a per-connection setting set to "-1" (unknown) means fallback to global configuration "ipv6.ip6-privacy". If also global configuration is unspecified or set to "-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr". Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the "addr-gen-mode" property's "stable-privacy" setting as another way of avoiding host tracking with IPv6 addresses.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.may-fail">may-fail</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out.  Note that at least one IP configuration must succeed or overall network configuration will still fail.  For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.method">method</entry><entry align="left">string</entry><entry align="left"/><entry>IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support "disabled", "auto", "manual", and "link-local". See the subclass-specific documentation for other values. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration.  The "ignore-auto-routes" and "ignore-auto-dns" properties modify this behavior. For methods that imply no upstream network, such as "shared" or "link-local", these properties must be empty. For IPv4 method "shared", the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.never-default">never-default</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.ra-timeout">ra-timeout</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>A timeout for waiting Router Advertisements in seconds. If zero (the default), a globally configured default is used. If still unspecified, the timeout depends on the sysctl settings of the device. Set to 2147483647 (MAXINT32) for infinity.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.route-data">route-data</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of IPv6 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'next-hop' entry, containing the next hop IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.route-metric">route-metric</entry><entry align="left">int64</entry><entry align="left">-1</entry><entry>The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.route-table">route-table</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.routes">routes</entry><entry align="left">array of legacy IPv6 route struct (a(ayuayu))</entry><entry align="left"/><entry>Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'.  Array of IPv6 route structures.  Each IPv6 route structure is composed of an IPv6 address, a prefix length (1 - 128), an IPv6 next hop address (which may be zeroed out if there is no next hop), and a metric. If the metric is 0, NM will choose an appropriate default metric for the device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ipv6.token">token</entry><entry align="left">string</entry><entry align="left"/><entry>Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ip-tunnel setting</title><para>IP Tunneling Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.encapsulation-limit">encapsulation-limit</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.flags">flags</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Tunnel flags. Currently, the following values are supported: NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT (0x1), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS (0x2), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL (0x4), NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV (0x8), NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY (0x10), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK (0x20). They are valid only for IPv6 tunnels.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.flow-label">flow-label</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The flow label to assign to tunnel packets. This property applies only to IPv6 tunnels.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.input-key">input-key</entry><entry align="left">string</entry><entry align="left"/><entry>The key used for tunnel input packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.local">local</entry><entry align="left">string</entry><entry align="left"/><entry>The local endpoint of the tunnel; the value can be empty, otherwise it must contain an IPv4 or IPv6 address.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.mode">mode</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2).</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.output-key">output-key</entry><entry align="left">string</entry><entry align="left"/><entry>The key used for tunnel output packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name or parent connection UUID the new device will be bound to so that tunneled packets will only be routed via that interface.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.path-mtu-discovery">path-mtu-discovery</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Whether to enable Path MTU Discovery on this tunnel.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.remote">remote</entry><entry align="left">string</entry><entry align="left"/><entry>The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 address.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.tos">tos</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The type of service (IPv4) or traffic class (IPv6) field to be set on tunneled packets.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ip-tunnel.ttl">ttl</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The TTL to assign to tunneled packets. 0 is a special value meaning that packets inherit the TTL value.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>macsec setting</title><para>MACSec Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.macsec.encrypt">encrypt</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Whether the transmitted traffic must be encrypted.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.mka-cak">mka-cak</entry><entry align="left">string</entry><entry align="left"/><entry>The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.mka-cak-flags">mka-cak-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "mka-cak" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.mka-ckn">mka-ckn</entry><entry align="left">string</entry><entry align="left"/><entry>The pre-shared CKN (Connectivity-association Key Name) for MACsec Key Agreement.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.mode">mode</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created.  If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.port">port</entry><entry align="left">int32</entry><entry align="left">1</entry><entry>The port component of the SCI (Secure Channel Identifier), between 1 and 65534.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.send-sci">send-sci</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Specifies whether the SCI (Secure Channel Identifier) is included in every packet.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macsec.validation">validation</entry><entry align="left">int32</entry><entry align="left">2</entry><entry>Specifies the validation mode for incoming frames.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>macvlan setting</title><para>MAC VLAN Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.macvlan.mode">mode</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The macvlan mode, which specifies the communication mechanism between multiple macvlans on the same lower device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macvlan.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name or parent connection UUID from which this MAC-VLAN interface should be created.  If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macvlan.promiscuous">promiscuous</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Whether the interface should be put in promiscuous mode.</entry></row><row><entry align="left" id="nm-settings-dbus.property.macvlan.tap">tap</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Whether the interface should be a MACVTAP.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>match setting</title><para>Match settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.match.driver">driver</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of driver names to match. Each element is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</entry></row><row><entry align="left" id="nm-settings-dbus.property.match.interface-name">interface-name</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of interface names to match. Each element is a shell wildcard pattern. An element can be prefixed with a pipe symbol (|) or an ampersand (&amp;). The former means that the element is optional and the latter means that it is mandatory. If there are any optional elements, than the match evaluates to true if at least one of the optional element matches (logical OR). If there are any mandatory elements, then they all must match (logical AND). By default, an element is optional. This means that an element "foo" behaves the same as "|foo". An element can also be inverted with exclamation mark (!) between the pipe symbol (or the ampersand) and before the pattern. Note that "!foo" is a shortcut for the mandatory match "&amp;!foo". Finally, a backslash can be used at the beginning of the element (after the optional special characters) to escape the start of the pattern. For example, "&amp;\\!a" is an mandatory match for literally "!a".</entry></row><row><entry align="left" id="nm-settings-dbus.property.match.kernel-command-line">kernel-command-line</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated "="). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</entry></row><row><entry align="left" id="nm-settings-dbus.property.match.path">path</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form "pci-$domain:$bus:$device.$function", where each variable is an hexadecimal value; for example "pci-0000:0a:00.0". The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli -f general.path device show $dev"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>802-11-olpc-mesh setting</title><para>OLPC Wireless Mesh Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.802-11-olpc-mesh.channel">channel</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Channel on which the mesh network to join is located.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-olpc-mesh.dhcp-anycast-address">dhcp-anycast-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>Anycast DHCP MAC address used when requesting an IP address via DHCP. The specific anycast address used determines which DHCP server class answers the request.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-olpc-mesh.ssid">ssid</entry><entry align="left">byte array</entry><entry align="left"/><entry>SSID of the mesh network to join.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ovs-bridge setting</title><para>OvsBridge Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ovs-bridge.datapath-type">datapath-type</entry><entry align="left">string</entry><entry align="left"/><entry>The data path type. One of "system", "netdev" or empty.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-bridge.fail-mode">fail-mode</entry><entry align="left">string</entry><entry align="left"/><entry>The bridge failure mode. One of "secure", "standalone" or empty.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-bridge.mcast-snooping-enable">mcast-snooping-enable</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Enable or disable multicast snooping.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-bridge.rstp-enable">rstp-enable</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Enable or disable RSTP.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-bridge.stp-enable">stp-enable</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Enable or disable STP.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ovs-dpdk setting</title><para>OvsDpdk Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ovs-dpdk.devargs">devargs</entry><entry align="left">string</entry><entry align="left"/><entry>Open vSwitch DPDK device arguments.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ovs-interface setting</title><para>Open vSwitch Interface Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ovs-interface.type">type</entry><entry align="left">string</entry><entry align="left"/><entry>The interface type. Either "internal", "system", "patch", "dpdk", or empty.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ovs-patch setting</title><para>OvsPatch Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ovs-patch.peer">peer</entry><entry align="left">string</entry><entry align="left"/><entry>Specifies the name of the interface for the other side of the patch. The patch on the other side must also set this interface as peer.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ovs-port setting</title><para>OvsPort Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ovs-port.bond-downdelay">bond-downdelay</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The time port must be inactive in order to be considered down.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-port.bond-mode">bond-mode</entry><entry align="left">string</entry><entry align="left"/><entry>Bonding mode. One of "active-backup", "balance-slb", or "balance-tcp".</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-port.bond-updelay">bond-updelay</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The time port must be active before it starts forwarding traffic.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-port.lacp">lacp</entry><entry align="left">string</entry><entry align="left"/><entry>LACP mode. One of "active", "off", or "passive".</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-port.tag">tag</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The VLAN tag in the range 0-4095.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ovs-port.vlan-mode">vlan-mode</entry><entry align="left">string</entry><entry align="left"/><entry>The VLAN mode. One of "access", "native-tagged", "native-untagged", "trunk" or unset.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>ppp setting</title><para>Point-to-Point Protocol Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.ppp.baud">baud</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, instruct pppd to set the serial port to the specified baudrate.  This value should normally be left as 0 to automatically choose the speed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.crtscts">crtscts</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals.  This value should normally be set to FALSE.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.lcp-echo-failure">lcp-echo-failure</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer.  The "lcp-echo-interval" property must also be set to a non-zero value if this property is used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.lcp-echo-interval">lcp-echo-interval</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value).  Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.mppe-stateful">mppe-stateful</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, stateful MPPE is used.  See pppd documentation for more information on stateful MPPE.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.mru">mru</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, instruct pppd to request that the peer send packets no larger than the specified size.  If non-zero, the MRU should be between 128 and 16384.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, instruct pppd to send packets no larger than the specified size.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.no-vj-comp">no-vj-comp</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, Van Jacobsen TCP header compression will not be requested.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.noauth">noauth</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client.  If FALSE, require authentication from the remote side.  In almost all cases, this should be TRUE.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.nobsdcomp">nobsdcomp</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, BSD compression will not be requested.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.nodeflate">nodeflate</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, "deflate" compression will not be requested.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.refuse-chap">refuse-chap</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, the CHAP authentication method will not be used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.refuse-eap">refuse-eap</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, the EAP authentication method will not be used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.refuse-mschap">refuse-mschap</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, the MSCHAP authentication method will not be used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.refuse-mschapv2">refuse-mschapv2</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, the MSCHAPv2 authentication method will not be used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.refuse-pap">refuse-pap</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, the PAP authentication method will not be used.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.require-mppe">require-mppe</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session.  If either 64-bit or 128-bit MPPE is not available the session will fail.  Note that MPPE is not used on mobile broadband connections.</entry></row><row><entry align="left" id="nm-settings-dbus.property.ppp.require-mppe-128">require-mppe-128</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session, and the "require-mppe" property must also be set to TRUE.  If 128-bit MPPE is not available the session will fail.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>pppoe setting</title><para>PPP-over-Ethernet Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.pppoe.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name on which this PPPoE connection should be created.  If this property is not specified, the connection is activated on the interface specified in "interface-name" of NMSettingConnection.</entry></row><row><entry align="left" id="nm-settings-dbus.property.pppoe.password">password</entry><entry align="left">string</entry><entry align="left"/><entry>Password used to authenticate with the PPPoE service.</entry></row><row><entry align="left" id="nm-settings-dbus.property.pppoe.password-flags">password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.pppoe.service">service</entry><entry align="left">string</entry><entry align="left"/><entry>If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service.  For most providers, this should be left blank.  It is only required if there are multiple access concentrators or a specific service is known to be required.</entry></row><row><entry align="left" id="nm-settings-dbus.property.pppoe.username">username</entry><entry align="left">string</entry><entry align="left"/><entry>Username used to authenticate with the PPPoE service.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>proxy setting</title><para>WWW Proxy Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.proxy.browser-only">browser-only</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Whether the proxy configuration is for browser only.</entry></row><row><entry align="left" id="nm-settings-dbus.property.proxy.method">method</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)</entry></row><row><entry align="left" id="nm-settings-dbus.property.proxy.pac-script">pac-script</entry><entry align="left">string</entry><entry align="left"/><entry>PAC script for the connection.</entry></row><row><entry align="left" id="nm-settings-dbus.property.proxy.pac-url">pac-url</entry><entry align="left">string</entry><entry align="left"/><entry>PAC URL for obtaining PAC file.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>serial setting</title><para>Serial Link Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.serial.baud">baud</entry><entry align="left">uint32</entry><entry align="left">57600</entry><entry>Speed to use for communication over the serial port.  Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.serial.bits">bits</entry><entry align="left">uint32</entry><entry align="left">8</entry><entry>Byte-width of the serial communication. The 8 in "8n1" for example.</entry></row><row><entry align="left" id="nm-settings-dbus.property.serial.parity">parity</entry><entry align="left">byte</entry><entry align="left"/><entry>The connection parity: 69 (ASCII 'E') for even parity, 111 (ASCII 'o') for odd, 110 (ASCII 'n') for none.</entry></row><row><entry align="left" id="nm-settings-dbus.property.serial.send-delay">send-delay</entry><entry align="left">uint64</entry><entry align="left">0</entry><entry>Time to delay between each byte sent to the modem, in microseconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.serial.stopbits">stopbits</entry><entry align="left">uint32</entry><entry align="left">1</entry><entry>Number of stop bits for communication on the serial port.  Either 1 or 2. The 1 in "8n1" for example.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>sriov setting</title><para>SR-IOV settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.sriov.autoprobe-drivers">autoprobe-drivers</entry><entry align="left">NMTernary (int32)</entry><entry align="left"/><entry>Whether to autoprobe virtual functions by a compatible driver. If set to NM_TERNARY_TRUE (1), the kernel will try to bind VFs to a compatible driver and if this succeeds a new network interface will be instantiated for each VF. If set to NM_TERNARY_FALSE (0), VFs will not be claimed and no network interfaces will be created for them. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_TRUE (1).</entry></row><row><entry align="left" id="nm-settings-dbus.property.sriov.total-vfs">total-vfs</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The total number of virtual functions to create. Note that when the sriov setting is present NetworkManager enforces the number of virtual functions on the interface (also when it is zero) during activation and resets it upon deactivation. To prevent any changes to SR-IOV parameters don't add a sriov setting to the connection.</entry></row><row><entry align="left" id="nm-settings-dbus.property.sriov.vfs">vfs</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of virtual function descriptors. Each VF descriptor is a dictionary mapping attribute names to GVariant values. The 'index' entry is mandatory for each VF. When represented as string a VF is in the form: "INDEX [ATTR=VALUE[ ATTR=VALUE]...]". for example: "2 mac=00:11:22:33:44:55 spoof-check=true". Multiple VFs can be specified using a comma as separator. Currently, the following attributes are supported: mac, spoof-check, trust, min-tx-rate, max-tx-rate, vlans. The "vlans" attribute is represented as a semicolon-separated list of VLAN descriptors, where each descriptor has the form "ID[.PRIORITY[.PROTO]]". PROTO can be either 'q' for 802.1Q (the default) or 'ad' for 802.1ad.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>tc setting</title><para>Linux Traffic Control Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.tc.qdiscs">qdiscs</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of TC queueing disciplines.</entry></row><row><entry align="left" id="nm-settings-dbus.property.tc.tfilters">tfilters</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Array of TC traffic filters.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>team setting</title><para>Teaming Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.team.config">config</entry><entry align="left">string</entry><entry align="left"/><entry>The JSON configuration for the team network interface.  The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used.  See man teamd.conf for the format details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.interface-name">interface-name</entry><entry align="left">string</entry><entry align="left"/><entry>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the team's interface name.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.link-watchers">link-watchers</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are:   ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.mcast-rejoin-count">mcast-rejoin-count</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd mcast_rejoin.count.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.mcast-rejoin-interval">mcast-rejoin-interval</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd mcast_rejoin.interval.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.notify-peers-count">notify-peers-count</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd notify_peers.count.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.notify-peers-interval">notify-peers-interval</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd notify_peers.interval.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner">runner</entry><entry align="left">string</entry><entry align="left"/><entry>Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", "loadbalance", "lacp", "random".</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-active">runner-active</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Corresponds to the teamd runner.active.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-agg-select-policy">runner-agg-select-policy</entry><entry align="left">string</entry><entry align="left"/><entry>Corresponds to the teamd runner.agg_select_policy.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-fast-rate">runner-fast-rate</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Corresponds to the teamd runner.fast_rate.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-hwaddr-policy">runner-hwaddr-policy</entry><entry align="left">string</entry><entry align="left"/><entry>Corresponds to the teamd runner.hwaddr_policy.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-min-ports">runner-min-ports</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd runner.min_ports.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-sys-prio">runner-sys-prio</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd runner.sys_prio.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-tx-balancer">runner-tx-balancer</entry><entry align="left">string</entry><entry align="left"/><entry>Corresponds to the teamd runner.tx_balancer.name.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-tx-balancer-interval">runner-tx-balancer-interval</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd runner.tx_balancer.interval.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team.runner-tx-hash">runner-tx-hash</entry><entry align="left">array of string</entry><entry align="left"/><entry>Corresponds to the teamd runner.tx_hash.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>team-port setting</title><para>Team Port Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.team-port.config">config</entry><entry align="left">string</entry><entry align="left"/><entry>The JSON configuration for the team port. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used. See man teamd.conf for the format details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team-port.lacp-key">lacp-key</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd ports.PORTIFNAME.lacp_key.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team-port.lacp-prio">lacp-prio</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd ports.PORTIFNAME.lacp_prio.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team-port.link-watchers">link-watchers</entry><entry align="left">array of vardict</entry><entry align="left"/><entry>Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are:   ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team-port.prio">prio</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>Corresponds to the teamd ports.PORTIFNAME.prio.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team-port.queue-id">queue-id</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>Corresponds to the teamd ports.PORTIFNAME.queue_id. When set to -1 means the parameter is skipped from the json config.</entry></row><row><entry align="left" id="nm-settings-dbus.property.team-port.sticky">sticky</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Corresponds to the teamd ports.PORTIFNAME.sticky.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>tun setting</title><para>Tunnel Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.tun.group">group</entry><entry align="left">string</entry><entry align="left"/><entry>The group ID which will own the device. If set to NULL everyone will be able to use the device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.tun.mode">mode</entry><entry align="left">uint32</entry><entry align="left">1</entry><entry>The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one.</entry></row><row><entry align="left" id="nm-settings-dbus.property.tun.multi-queue">multi-queue</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue.</entry></row><row><entry align="left" id="nm-settings-dbus.property.tun.owner">owner</entry><entry align="left">string</entry><entry align="left"/><entry>The user ID which will own the device. If set to NULL everyone will be able to use the device.</entry></row><row><entry align="left" id="nm-settings-dbus.property.tun.pi">pi</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets.</entry></row><row><entry align="left" id="nm-settings-dbus.property.tun.vnet-hdr">vnet-hdr</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>user setting</title><para>General User Profile Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.user.data">data</entry><entry align="left">dict of string to string</entry><entry align="left">{}</entry><entry>A dictionary of key/value pairs with user data. This data is ignored by NetworkManager and can be used at the users discretion. The keys only support a strict ascii format, but the values can be arbitrary UTF8 strings up to a certain length.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>vlan setting</title><para>VLAN Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.vlan.egress-priority-map">egress-priority-map</entry><entry align="left">array of string</entry><entry align="left"/><entry>For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p priorities.  The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".</entry></row><row><entry align="left" id="nm-settings-dbus.property.vlan.flags">flags</entry><entry align="left">NMVlanFlags (uint32)</entry><entry align="left"/><entry>One or more flags which control the behavior and features of the VLAN interface.  Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of output packet headers), NM_VLAN_FLAG_GVRP (0x2) (use of the GVRP protocol), and NM_VLAN_FLAG_LOOSE_BINDING (0x4) (loose binding of the interface to its master device's operating state). NM_VLAN_FLAG_MVRP (0x8) (use of the MVRP protocol). The default value of this property is NM_VLAN_FLAG_REORDER_HEADERS, but it used to be 0. To preserve backward compatibility, the default-value in the D-Bus API continues to be 0 and a missing property on D-Bus is still considered as 0.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vlan.id">id</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The VLAN identifier that the interface created by this connection should be assigned. The valid range is from 0 to 4094, without the reserved id 4095.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vlan.ingress-priority-map">ingress-priority-map</entry><entry align="left">array of string</entry><entry align="left"/><entry>For incoming packets, a list of mappings from 802.1p priorities to Linux SKB priorities.  The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".</entry></row><row><entry align="left" id="nm-settings-dbus.property.vlan.interface-name">interface-name</entry><entry align="left">string</entry><entry align="left"/><entry>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the vlan's interface name.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vlan.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name or parent connection UUID from which this VLAN interface should be created.  If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>vpn setting</title><para>VPN Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.vpn.data">data</entry><entry align="left">dict of string to string</entry><entry align="left">{}</entry><entry>Dictionary of key/value pairs of VPN plugin specific data.  Both keys and values must be strings.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vpn.persistent">persistent</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If the VPN service supports persistence, and this property is TRUE, the VPN will attempt to stay connected across link changes and outages, until explicitly disconnected.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vpn.secrets">secrets</entry><entry align="left">dict of string to string</entry><entry align="left">{}</entry><entry>Dictionary of key/value pairs of VPN plugin specific secrets like passwords or private keys.  Both keys and values must be strings.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vpn.service-type">service-type</entry><entry align="left">string</entry><entry align="left"/><entry>D-Bus service name of the VPN plugin that this setting uses to connect to its network.  i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vpn.timeout">timeout</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Timeout for the VPN service to establish the connection. Some services may take quite a long time to connect. Value of 0 means a default timeout, which is 60 seconds (unless overridden by vpn.timeout in configuration file). Values greater than zero mean timeout in seconds.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vpn.user-name">user-name</entry><entry align="left">string</entry><entry align="left"/><entry>If the VPN connection requires a user name for authentication, that name should be provided here.  If the connection is available to more than one user, and the VPN requires each user to supply a different name, then leave this property empty.  If this property is empty, NetworkManager will automatically supply the username of the user which requested the VPN connection.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>vrf setting</title><para>VRF settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.vrf.table">table</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The routing table for this VRF.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>vxlan setting</title><para>VXLAN Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.vxlan.ageing">ageing</entry><entry align="left">uint32</entry><entry align="left">300</entry><entry>Specifies the lifetime in seconds of FDB entries learnt by the kernel.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.destination-port">destination-port</entry><entry align="left">uint32</entry><entry align="left">8472</entry><entry>Specifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.id">id</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.l2-miss">l2-miss</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Specifies whether netlink LL ADDR miss notifications are generated.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.l3-miss">l3-miss</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Specifies whether netlink IP ADDR miss notifications are generated.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.learning">learning</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Specifies whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.limit">limit</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies the maximum number of FDB entries. A value of zero means that the kernel will store unlimited entries.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.local">local</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the source IP address to use in outgoing packets.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.parent">parent</entry><entry align="left">string</entry><entry align="left"/><entry>If given, specifies the parent interface name or parent connection UUID.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.proxy">proxy</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Specifies whether ARP proxy is turned on.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.remote">remote</entry><entry align="left">string</entry><entry align="left"/><entry>Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.rsc">rsc</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>Specifies whether route short circuit is turned on.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.source-port-max">source-port-max</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies the maximum UDP source port to communicate to the remote VXLAN tunnel endpoint.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.source-port-min">source-port-min</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies the minimum UDP source port to communicate to the remote VXLAN tunnel endpoint.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.tos">tos</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies the TOS value to use in outgoing packets.</entry></row><row><entry align="left" id="nm-settings-dbus.property.vxlan.ttl">ttl</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Specifies the time-to-live value to use in outgoing packets.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>wifi-p2p setting</title><para>Wi-Fi P2P Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.wifi-p2p.peer">peer</entry><entry align="left">string</entry><entry align="left"/><entry>The P2P device that should be connected to. Currently, this is the only way to create or join a group.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wifi-p2p.wfd-ies">wfd-ies</entry><entry align="left">byte array</entry><entry align="left"/><entry>The Wi-Fi Display (WFD) Information Elements (IEs) to set. Wi-Fi Display requires a protocol specific information element to be set in certain Wi-Fi frames. These can be specified here for the purpose of establishing a connection. This setting is only useful when implementing a Wi-Fi Display client.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wifi-p2p.wps-method">wps-method</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Flags indicating which mode of WPS is to be used. There's little point in changing the default setting as NetworkManager will automatically determine the best method to use.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>wimax setting</title><para>WiMax Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.wimax.mac-address">mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing). Deprecated: 1</entry></row><row><entry align="left" id="nm-settings-dbus.property.wimax.network-name">network-name</entry><entry align="left">string</entry><entry align="left"/><entry>Network Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>802-3-ethernet setting</title><para>Wired Ethernet Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.assigned-mac-address">assigned-mac-address</entry><entry align="left">string</entry><entry align="left"/><entry>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explicit hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.auto-negotiate">auto-negotiate</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>When TRUE, enforce auto-negotiation of speed and duplex mode. If "speed" and "duplex" properties are both specified, only that single mode will be advertised and accepted during the link auto-negotiation process: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. When FALSE, "speed" and "duplex" properties should be both set or link configuration will be skipped.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.cloned-mac-address">cloned-mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.duplex">duplex</entry><entry align="left">string</entry><entry align="left"/><entry>When a value is set, either "half" or "full", configures the device to use the specified duplex mode. If "auto-negotiate" is "yes" the specified duplex mode will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. If the value is unset (the default), the link configuration will be either skipped (if "auto-negotiate" is "no", the default) or will be auto-negotiated (if "auto-negotiate" is "yes") and the local device will advertise all the supported duplex modes. Must be set together with the "speed" property if specified. Before specifying a duplex mode be sure your device supports it.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.generate-mac-address-mask">generate-mac-address-mask</entry><entry align="left">string</entry><entry align="left"/><entry>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more than one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.mac-address">mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.mac-address-blacklist">mac-address-blacklist</entry><entry align="left">array of string</entry><entry align="left"/><entry>If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list.  Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55).</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.port">port</entry><entry align="left">string</entry><entry align="left"/><entry>Specific port type to use if the device supports multiple attachment methods.  One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface). If the device supports only one port type, this setting is ignored.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.s390-nettype">s390-nettype</entry><entry align="left">string</entry><entry align="left"/><entry>s390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.s390-options">s390-options</entry><entry align="left">dict of string to string</entry><entry align="left">{}</entry><entry>Dictionary of key/value pairs of s390-specific device options.  Both keys and values must be strings.  Allowed keys include "portno", "layer2", "portname", "protocol", among others.  Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.s390-subchannels">s390-subchannels</entry><entry align="left">array of string</entry><entry align="left"/><entry>Identifies specific subchannels that this network device uses for communication with z/VM or s390 host.  Like the "mac-address" property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels.  The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.speed">speed</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>When a value greater than 0 is set, configures the device to use the specified speed. If "auto-negotiate" is "yes" the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if "auto-negotiate" is "no", the default) or will be auto-negotiated (if "auto-negotiate" is "yes") and the local device will advertise all the supported speeds. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the "duplex" property when non-zero. Before specifying a speed value be sure your device supports it.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.wake-on-lan">wake-on-lan</entry><entry align="left">uint32</entry><entry align="left">1</entry><entry>The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40) or the special values NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager).</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-3-ethernet.wake-on-lan-password">wake-on-lan-password</entry><entry align="left">string</entry><entry align="left"/><entry>If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address.  If NULL, no password will be required.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>wireguard setting</title><para>WireGuard Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.wireguard.fwmark">fwmark</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The use of fwmark is optional and is by default off. Setting it to 0 disables it. Otherwise, it is a 32-bit fwmark for outgoing packets. Note that "ip4-auto-default-route" or "ip6-auto-default-route" enabled, implies to automatically choose a fwmark.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.ip4-auto-default-route">ip4-auto-default-route</entry><entry align="left">NMTernary (int32)</entry><entry align="left"/><entry>Whether to enable special handling of the IPv4 default route. If enabled, the IPv4 default route from wireguard.peer-routes will be placed to a dedicated routing-table and two policy routing rules will be added. The fwmark number is also used as routing-table for the default-route, and if fwmark is zero, an unused fwmark/table is chosen automatically. This corresponds to what wg-quick does with Table=auto and what WireGuard calls "Improved Rule-based Routing". Note that for this automatism to work, you usually don't want to set ipv4.gateway, because that will result in a conflicting default route. Leaving this at the default will enable this option automatically if ipv4.never-default is not set and there are any peers that use a default-route as allowed-ips.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.ip6-auto-default-route">ip6-auto-default-route</entry><entry align="left">NMTernary (int32)</entry><entry align="left"/><entry>Like ip4-auto-default-route, but for the IPv6 default route.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.listen-port">listen-port</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>The listen-port. If listen-port is not specified, the port will be chosen randomly when the interface comes up.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments. If zero a default MTU is used. Note that contrary to wg-quick's MTU setting, this does not take into account the current routes at the time of activation.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.peer-routes">peer-routes</entry><entry align="left">boolean</entry><entry align="left">TRUE</entry><entry>Whether to automatically add routes for the AllowedIPs ranges of the peers. If TRUE (the default), NetworkManager will automatically add routes in the routing tables according to ipv4.route-table and ipv6.route-table. Usually you want this automatism enabled. If FALSE, no such routes are added automatically. In this case, the user may want to configure static routes in ipv4.routes and ipv6.routes, respectively. Note that if the peer's AllowedIPs is "0.0.0.0/0" or "::/0" and the profile's ipv4.never-default or ipv6.never-default setting is enabled, the peer route for this peer won't be added automatically.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.peers">peers</entry><entry align="left">array of 'a{sv}'</entry><entry align="left"/><entry>Array of dictionaries for the WireGuard peers.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.private-key">private-key</entry><entry align="left">string</entry><entry align="left"/><entry>The 256 bit private-key in base64 encoding.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wireguard.private-key-flags">private-key-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "private-key" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>802-11-wireless setting</title><para>Wi-Fi Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.ap-isolation">ap-isolation</entry><entry align="left">NMTernary (int32)</entry><entry align="left"/><entry>Configures AP isolation, which prevents communication between wireless devices connected to this AP. This property can be set to a value different from NM_TERNARY_DEFAULT (-1) only when the interface is configured in AP mode. If set to NM_TERNARY_TRUE (1), devices are not able to communicate with each other. This increases security because it protects devices against attacks from other clients in the network. At the same time, it prevents devices to access resources on the same wireless networks as file shares, printers, etc. If set to NM_TERNARY_FALSE (0), devices can talk to each other. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_FALSE (0).</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.assigned-mac-address">assigned-mac-address</entry><entry align="left">string</entry><entry align="left"/><entry>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explicit hardware addresses. Note that this property only exists in D-Bus API. libnm and nmcli continue to call this property "cloned-mac-address".</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.band">band</entry><entry align="left">string</entry><entry align="left"/><entry>802.11 frequency band of the network.  One of "a" for 5GHz 802.11a or "bg" for 2.4GHz 802.11.  This will lock associations to the Wi-Fi network to the specific band, i.e. if "a" is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible.  This setting depends on specific driver capability and may not work with all drivers.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.bssid">bssid</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, directs the device to only associate with the given access point.  This capability is highly driver dependent and not supported by all devices.  Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.channel">channel</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Wireless channel to use for the Wi-Fi connection.  The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel.  Because channel numbers overlap between bands, this property also requires the "band" property to be set.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.cloned-mac-address">cloned-mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random". For libnm and nmcli, this field is called "cloned-mac-address".</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.generate-mac-address-mask">generate-mac-address-mask</entry><entry align="left">string</entry><entry align="left"/><entry>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more than one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.hidden">hidden</entry><entry align="left">boolean</entry><entry align="left">FALSE</entry><entry>If TRUE, indicates that the network is a non-broadcasting network that hides its SSID. This works both in infrastructure and AP mode. In infrastructure mode, various workarounds are used for a more reliable discovery of hidden networks, such as probe-scanning the SSID.  However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution. In AP mode, the created network does not broadcast its SSID. Note that marking the network as hidden may be a privacy issue for you (in infrastructure mode) or client stations (in AP mode), as the explicit probe-scans are distinctly recognizable on the air.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.mac-address">mac-address</entry><entry align="left">byte array</entry><entry align="left"/><entry>If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.mac-address-blacklist">mac-address-blacklist</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply.  Each MAC address should be given in the standard hex-digits-and-colons notation (eg "00:11:22:33:44:55").</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.mac-address-randomization">mac-address-randomization</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization),  NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). This property is deprecated for 'cloned-mac-address'. Deprecated: 1</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.mode">mode</entry><entry align="left">string</entry><entry align="left"/><entry>Wi-Fi network mode; one of "infrastructure", "mesh", "adhoc" or "ap".  If blank, infrastructure is assumed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.mtu">mtu</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.powersave">powersave</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>One of NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2) (disable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3) (enable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1) (don't touch currently configure setting) or NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0) (use the globally configured value). All other values are reserved.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.rate">rate</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, directs the device to only use the specified bitrate for communication with the access point.  Units are in Kb/s, ie 5500 = 5.5 Mbit/s.  This property is highly driver dependent and not all devices support setting a static bitrate.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.security">security</entry><entry align="left"/><entry align="left"/><entry>This property is deprecated, but can be set to the value '802-11-wireless-security' when a wireless security setting is also present in the connection dictionary, for compatibility with very old NetworkManager daemons.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.seen-bssids">seen-bssids</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of BSSIDs (each BSSID formatted as a MAC address like "00:11:22:33:44:55") that have been detected as part of the Wi-Fi network.  NetworkManager internally tracks previously seen BSSIDs. The property is only meant for reading and reflects the BSSID list of NetworkManager. The changes you make to this property will not be preserved.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.ssid">ssid</entry><entry align="left">byte array</entry><entry align="left"/><entry>SSID of the Wi-Fi network. Must be specified.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.tx-power">tx-power</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>If non-zero, directs the device to use the specified transmit power. Units are dBm.  This property is highly driver dependent and not all devices support setting a static transmit power.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless.wake-on-wlan">wake-on-wlan</entry><entry align="left">uint32</entry><entry align="left">1</entry><entry>The NMSettingWirelessWakeOnWLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRELESS_WAKE_ON_WLAN_ANY (0x2), NM_SETTING_WIRELESS_WAKE_ON_WLAN_DISCONNECT (0x4), NM_SETTING_WIRELESS_WAKE_ON_WLAN_MAGIC (0x8), NM_SETTING_WIRELESS_WAKE_ON_WLAN_GTK_REKEY_FAILURE (0x10), NM_SETTING_WIRELESS_WAKE_ON_WLAN_EAP_IDENTITY_REQUEST (0x20), NM_SETTING_WIRELESS_WAKE_ON_WLAN_4WAY_HANDSHAKE (0x40), NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE (0x80), NM_SETTING_WIRELESS_WAKE_ON_WLAN_TCP (0x100) or the special values NM_SETTING_WIRELESS_WAKE_ON_WLAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager).</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>802-11-wireless-security setting</title><para>Wi-Fi Security Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.auth-alg">auth-alg</entry><entry align="left">string</entry><entry align="left"/><entry>When WEP is used (ie, key-mgmt = "none" or "ieee8021x") indicate the 802.11 authentication algorithm required by the AP here.  One of "open" for Open System, "shared" for Shared Key, or "leap" for Cisco LEAP.  When using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the "leap-username" and "leap-password" properties must be specified.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.fils">fils</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>Indicates whether Fast Initial Link Setup (802.11ai) must be enabled for the connection.  One of NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE (1) (disable FILS), NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL (2) (enable FILS if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED (3) (enable FILS and fail if not supported).  When set to NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) and no global default is set, FILS will be optionally enabled.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.group">group</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of group/broadcast encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list.  For maximum compatibility leave this property empty.  Each list element may be one of "wep40", "wep104", "tkip", or "ccmp".</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.key-mgmt">key-mgmt</entry><entry align="left">string</entry><entry align="left"/><entry>Key management used for the connection.  One of "none" (WEP), "ieee8021x" (Dynamic WEP), "wpa-psk" (infrastructure WPA-PSK), "sae" (SAE), "owe" (Opportunistic Wireless Encryption) or "wpa-eap" (WPA-Enterprise).  This property must be set for any Wi-Fi connection that uses security.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.leap-password">leap-password</entry><entry align="left">string</entry><entry align="left"/><entry>The login password for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.leap-password-flags">leap-password-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "leap-password" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.leap-username">leap-username</entry><entry align="left">string</entry><entry align="left"/><entry>The login username for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.pairwise">pairwise</entry><entry align="left">array of string</entry><entry align="left"/><entry>A list of pairwise encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty.  Each list element may be one of "tkip" or "ccmp".</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.pmf">pmf</entry><entry align="left">int32</entry><entry align="left">0</entry><entry>Indicates whether Protected Management Frames (802.11w) must be enabled for the connection.  One of NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE (1) (disable PMF), NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL (2) (enable PMF if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED (3) (enable PMF and fail if not supported).  When set to NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) and no global default is set, PMF will be optionally enabled.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.proto">proto</entry><entry align="left">array of string</entry><entry align="left"/><entry>List of strings specifying the allowed WPA protocol versions to use. Each element may be one "wpa" (allow WPA) or "rsn" (allow WPA2/RSN).  If not specified, both WPA and RSN connections are allowed.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.psk">psk</entry><entry align="left">string</entry><entry align="left"/><entry>Pre-Shared-Key for WPA networks. For WPA-PSK, it's either an ASCII passphrase of 8 to 63 characters that is (as specified in the 802.11i standard) hashed to derive the actual key, or the key in form of 64 hexadecimal character. The WPA3-Personal networks use a passphrase of any length for SAE authentication.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.psk-flags">psk-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "psk" property. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-key-flags">wep-key-flags</entry><entry align="left">NMSettingSecretFlags (uint32)</entry><entry align="left"/><entry>Flags indicating how to handle the "wep-key0", "wep-key1", "wep-key2", and "wep-key3" properties. (see <xref linkend="secrets-flags"/> for flag values)</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-key-type">wep-key-type</entry><entry align="left">NMWepKeyType (uint32)</entry><entry align="left"/><entry>Controls the interpretation of WEP keys.  Allowed values are NM_WEP_KEY_TYPE_KEY (1), in which case the key is either a 10- or 26-character hexadecimal string, or a 5- or 13-character ASCII password; or NM_WEP_KEY_TYPE_PASSPHRASE (2), in which case the passphrase is provided as a string and will be hashed using the de-facto MD5 method to derive the actual WEP key.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-key0">wep-key0</entry><entry align="left">string</entry><entry align="left"/><entry>Index 0 WEP key.  This is the WEP key used in most networks.  See the "wep-key-type" property for a description of how this key is interpreted.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-key1">wep-key1</entry><entry align="left">string</entry><entry align="left"/><entry>Index 1 WEP key.  This WEP index is not used by most networks.  See the "wep-key-type" property for a description of how this key is interpreted.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-key2">wep-key2</entry><entry align="left">string</entry><entry align="left"/><entry>Index 2 WEP key.  This WEP index is not used by most networks.  See the "wep-key-type" property for a description of how this key is interpreted.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-key3">wep-key3</entry><entry align="left">string</entry><entry align="left"/><entry>Index 3 WEP key.  This WEP index is not used by most networks.  See the "wep-key-type" property for a description of how this key is interpreted.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wep-tx-keyidx">wep-tx-keyidx</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>When static WEP is used (ie, key-mgmt = "none") and a non-default WEP key index is used by the AP, put that WEP key index here.  Valid values are 0 (default key) through 3.  Note that some consumer access points (like the Linksys WRT54G) number the keys 1 - 4.</entry></row><row><entry align="left" id="nm-settings-dbus.property.802-11-wireless-security.wps-method">wps-method</entry><entry align="left">uint32</entry><entry align="left">0</entry><entry>Flags indicating which mode of WPS is to be used if any. There's little point in changing the default setting as NetworkManager will automatically determine whether it's feasible to start WPS enrollment from the Access Point capabilities. WPS can be disabled by setting this property to a value of 1.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2><title>wpan setting</title><para>IEEE 802.15.4 (WPAN) MAC Settings.</para><informaltable><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry align="left" id="nm-settings-dbus.property.wpan.channel">channel</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>IEEE 802.15.4 channel. A positive integer or -1, meaning "do not set, use whatever the device is already set to".</entry></row><row><entry align="left" id="nm-settings-dbus.property.wpan.mac-address">mac-address</entry><entry align="left">string</entry><entry align="left"/><entry>If specified, this connection will only apply to the IEEE 802.15.4 (WPAN) MAC layer device whose permanent MAC address matches.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wpan.page">page</entry><entry align="left">int32</entry><entry align="left">-1</entry><entry>IEEE 802.15.4 channel page. A positive integer or -1, meaning "do not set, use whatever the device is already set to".</entry></row><row><entry align="left" id="nm-settings-dbus.property.wpan.pan-id">pan-id</entry><entry align="left">uint32</entry><entry align="left">65535</entry><entry>IEEE 802.15.4 Personal Area Network (PAN) identifier.</entry></row><row><entry align="left" id="nm-settings-dbus.property.wpan.short-address">short-address</entry><entry align="left">uint32</entry><entry align="left">65535</entry><entry>Short IEEE 802.15.4 address to be used within a restricted environment.</entry></row></tbody></tgroup></informaltable></refsect2><refsect2 id="secrets-flags"><title>Secret flag types:</title><para>
network-manager-1.27.91/man/nm-settings-dbus.xml-36-            Each password or secret property in a setting has an associated <emphasis>flags</emphasis> property
##############################################
network-manager-1.27.91/man/nm-settings-nmcli.5-215-.RS 4
network-manager-1.27.91/man/nm-settings-nmcli.5:216:This represents the identity of the connection used for various purposes\&. It allows to configure multiple profiles to share the identity\&. Also, the stable\-id can contain placeholders that are substituted dynamically and deterministically depending on the context\&. The stable\-id is used for generating IPv6 stable private addresses with ipv6\&.addr\-gen\-mode=stable\-privacy\&. It is also used to seed the generated cloned MAC address for ethernet\&.cloned\-mac\-address=stable and wifi\&.cloned\-mac\-address=stable\&. It is also used as DHCP client identifier with ipv4\&.dhcp\-client\-id=stable and to derive the DHCP DUID with ipv6\&.dhcp\-duid=stable\-[llt,ll,uuid]\&. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm\&. For example, a per\-host key is commonly also included, so that different systems end up generating different IDs\&. Or with ipv6\&.addr\-gen\-mode=stable\-privacy, also the device\*(Aqs name is included, so that different interfaces yield different addresses\&. The per\-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret\-key\&. The \*(Aq$\*(Aq character is treated special to perform dynamic substitutions at runtime\&. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}"\&. These effectively create unique IDs per\-connection, per\-device, per\-boot, or every time\&. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device\&. Any unrecognized patterns following \*(Aq$\*(Aq are treated verbatim, however are reserved for future use\&. You are thus advised to avoid \*(Aq$\*(Aq or escape it as "$$"\&. For example, set it to "${CONNECTION}\-${BOOT}\-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates\&. If the value is unset, a global connection default is consulted\&. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection\&.
network-manager-1.27.91/man/nm-settings-nmcli.5-217-.sp
##############################################
network-manager-1.27.91/man/nm-settings-nmcli.5-2224-.RS 4
network-manager-1.27.91/man/nm-settings-nmcli.5:2225:A list of paths to match against the ID_PATH udev property of devices\&. ID_PATH represents the topological persistent path of a device\&. It typically contains a subsystem string (pci, usb, platform, etc\&.) and a subsystem\-specific identifier\&. For PCI devices the path has the form "pci\-$domain:$bus:$device\&.$function", where each variable is an hexadecimal value; for example "pci\-0000:0a:00\&.0"\&. The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli \-f general\&.path device show $dev")\&. Each element of the list is a shell wildcard pattern\&. See NMSettingMatch:interface\-name for how special characters \*(Aq|\*(Aq, \*(Aq&\*(Aq, \*(Aq!\*(Aq and \*(Aq\e\*(Aq are used for optional and mandatory matches and inverting the pattern\&.
network-manager-1.27.91/man/nm-settings-nmcli.5-2226-.sp
##############################################
network-manager-1.27.91/man/nm-settings-dbus.5-279-T}:T{
network-manager-1.27.91/man/nm-settings-dbus.5:280:This represents the identity of the connection used for various purposes\&. It allows to configure multiple profiles to share the identity\&. Also, the stable\-id can contain placeholders that are substituted dynamically and deterministically depending on the context\&. The stable\-id is used for generating IPv6 stable private addresses with ipv6\&.addr\-gen\-mode=stable\-privacy\&. It is also used to seed the generated cloned MAC address for ethernet\&.cloned\-mac\-address=stable and wifi\&.cloned\-mac\-address=stable\&. It is also used as DHCP client identifier with ipv4\&.dhcp\-client\-id=stable and to derive the DHCP DUID with ipv6\&.dhcp\-duid=stable\-[llt,ll,uuid]\&. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm\&. For example, a per\-host key is commonly also included, so that different systems end up generating different IDs\&. Or with ipv6\&.addr\-gen\-mode=stable\-privacy, also the device\*(Aqs name is included, so that different interfaces yield different addresses\&. The per\-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret\-key\&. The \*(Aq$\*(Aq character is treated special to perform dynamic substitutions at runtime\&. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}"\&. These effectively create unique IDs per\-connection, per\-device, per\-boot, or every time\&. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device\&. Any unrecognized patterns following \*(Aq$\*(Aq are treated verbatim, however are reserved for future use\&. You are thus advised to avoid \*(Aq$\*(Aq or escape it as "$$"\&. For example, set it to "${CONNECTION}\-${BOOT}\-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates\&. If the value is unset, a global connection default is consulted\&. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection\&.
network-manager-1.27.91/man/nm-settings-dbus.5-281-T}
##############################################
network-manager-1.27.91/man/nm-settings-dbus.5-2827-T}:T{
network-manager-1.27.91/man/nm-settings-dbus.5:2828:A list of paths to match against the ID_PATH udev property of devices\&. ID_PATH represents the topological persistent path of a device\&. It typically contains a subsystem string (pci, usb, platform, etc\&.) and a subsystem\-specific identifier\&. For PCI devices the path has the form "pci\-$domain:$bus:$device\&.$function", where each variable is an hexadecimal value; for example "pci\-0000:0a:00\&.0"\&. The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli \-f general\&.path device show $dev")\&. Each element of the list is a shell wildcard pattern\&. See NMSettingMatch:interface\-name for how special characters \*(Aq|\*(Aq, \*(Aq&\*(Aq, \*(Aq!\*(Aq and \*(Aq\e\e\*(Aq are used for optional and mandatory matches and inverting the pattern\&.
network-manager-1.27.91/man/nm-settings-dbus.5-2829-T}
##############################################
network-manager-1.27.91/man/nm-settings-nmcli.xml-59-            Alias: slave-type</para><para>Setting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.</para><para>
network-manager-1.27.91/man/nm-settings-nmcli.xml:60:            Format: string</para></listitem></varlistentry><varlistentry><term><option id="nm-settings-nmcli.property.connection.stable-id">stable-id</option></term><listitem><para>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</para><para>
network-manager-1.27.91/man/nm-settings-nmcli.xml-61-            Format: string</para></listitem></varlistentry><varlistentry><term><option id="nm-settings-nmcli.property.connection.timestamp">timestamp</option></term><listitem><para>The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).</para><para>
##############################################
network-manager-1.27.91/man/nm-settings-nmcli.xml-381-            Format: array of string</para></listitem></varlistentry><varlistentry><term><option id="nm-settings-nmcli.property.match.kernel-command-line">kernel-command-line</option></term><listitem><para>A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated "="). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\' are used for optional and mandatory matches and inverting the pattern.</para><para>
network-manager-1.27.91/man/nm-settings-nmcli.xml:382:            Format: array of string</para></listitem></varlistentry><varlistentry><term><option id="nm-settings-nmcli.property.match.path">path</option></term><listitem><para>A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form "pci-$domain:$bus:$device.$function", where each variable is an hexadecimal value; for example "pci-0000:0a:00.0". The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli -f general.path device show $dev"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\' are used for optional and mandatory matches and inverting the pattern.</para><para>
network-manager-1.27.91/man/nm-settings-nmcli.xml-383-            Format: array of string</para></listitem></varlistentry></variablelist></para></refsect2><refsect2><title>802-11-olpc-mesh setting</title><para>
##############################################
network-manager-1.27.91/man/nm-settings-docs-nmcli.xml:1:<nm-setting-docs><setting name="connection" description="General Connection Profile Settings" name_upper="CONNECTION"><property name="auth-retries" name_upper="AUTH_RETRIES" type="int32" default="-1" description="The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection. Currently, this only applies to 802-1x authentication." /><property name="autoconnect" name_upper="AUTOCONNECT" type="boolean" default="TRUE" description="Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection. Note that autoconnect is not implemented for VPN profiles. See &quot;secondaries&quot; as an alternative to automatically connect VPN profiles." alias="autoconnect" /><property name="autoconnect-priority" name_upper="AUTOCONNECT_PRIORITY" type="int32" default="0" description="The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority." /><property name="autoconnect-retries" name_upper="AUTOCONNECT_RETRIES" type="int32" default="-1" description="The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before blocking autoconnect. Note that after a timeout, NetworkManager will try to autoconnect again." /><property name="autoconnect-slaves" name_upper="AUTOCONNECT_SLAVES" type="NMSettingConnectionAutoconnectSlaves (int32)" description="Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The properties &quot;autoconnect&quot;, &quot;autoconnect-priority&quot; and &quot;autoconnect-retries&quot; are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0." /><property name="gateway-ping-timeout" name_upper="GATEWAY_PING_TIMEOUT" type="uint32" default="0" description="If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping." /><property name="id" name_upper="ID" type="string" description="A human readable unique identifier for the connection, like &quot;Work Wi-Fi&quot; or &quot;T-Mobile 3G&quot;." alias="con-name" /><property name="interface-name" name_upper="INTERFACE_NAME" type="string" description="The name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface." alias="ifname" /><property name="lldp" name_upper="LLDP" type="int32" default="-1" description="Whether LLDP is enabled for the connection." /><property name="llmnr" name_upper="LLMNR" type="int32" default="-1" description="Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. The permitted values are: &quot;yes&quot; (2) register hostname and resolving for the connection, &quot;no&quot; (0) disable LLMNR for the interface, &quot;resolve&quot; (1) do not register hostname but allow resolving of LLMNR host names If unspecified, &quot;default&quot; ultimately depends on the DNS plugin (which for systemd-resolved currently means &quot;yes&quot;). This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved." /><property name="master" name_upper="MASTER" type="string" description="Interface name of the master device or UUID of the master connection." alias="master" /><property name="mdns" name_upper="MDNS" type="int32" default="-1" description="Whether mDNS is enabled for the connection. The permitted values are: &quot;yes&quot; (2) register hostname and resolving for the connection, &quot;no&quot; (0) disable mDNS for the interface, &quot;resolve&quot; (1) do not register hostname but allow resolving of mDNS host names and &quot;default&quot; (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, &quot;default&quot; ultimately depends on the DNS plugin (which for systemd-resolved currently means &quot;no&quot;). This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved." /><property name="metered" name_upper="METERED" type="NMMetered (int32)" description="Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately." /><property name="mud-url" name_upper="MUD_URL" type="string" description="If configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with &quot;https://&quot;. The special value &quot;none&quot; is allowed to indicate that no MUD URL is used. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the ultimate default is &quot;none&quot;." /><property name="multi-connect" name_upper="MULTI_CONNECT" type="int32" default="0" description="Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect." /><property name="permissions" name_upper="PERMISSIONS" type="array of string" description="An array of strings defining what access a given user has to this connection.  If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list.  When this is not empty, the connection can be active only when one of the specified users is logged into an active session.  Each entry is of the form &quot;[type]:[id]:[reserved]&quot;; for example, &quot;user:dcbw:blah&quot;. At this time only the &quot;user&quot; [type] is allowed.  Any other values are ignored and reserved for future use.  [id] is the username that this permission refers to, which may not contain the &quot;:&quot; character. Any [reserved] information present must be ignored and is reserved for future use.  All of [type], [id], and [reserved] must be valid UTF-8." /><property name="read-only" name_upper="READ_ONLY" type="boolean" default="FALSE" description="FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified." /><property name="secondaries" name_upper="SECONDARIES" type="array of string" description="List of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported." /><property name="slave-type" name_upper="SLAVE_TYPE" type="string" description="Setting name of the device type of this slave's master connection (eg, &quot;bond&quot;), or NULL if this connection is not a slave." alias="slave-type" /><property name="stable-id" name_upper="STABLE_ID" type="string" description="This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are &quot;${CONNECTION}&quot;, &quot;${DEVICE}&quot;, &quot;${MAC}&quot;, &quot;${BOOT}&quot;, &quot;${RANDOM}&quot;. These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that &quot;${DEVICE}&quot; corresponds to the interface name of the device and &quot;${MAC}&quot; is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as &quot;$$&quot;. For example, set it to &quot;${CONNECTION}-${BOOT}-${DEVICE}&quot; to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to &quot;${CONNECTION}&quot; and uses a unique, fixed ID for the connection." /><property name="timestamp" name_upper="TIMESTAMP" type="uint64" default="0" description="The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved)." /><property name="type" name_upper="TYPE" type="string" description="Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, &quot;802-3-ethernet&quot; or &quot;802-11-wireless&quot; or &quot;bluetooth&quot;, etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, &quot;vpn&quot; or &quot;bridge&quot;, etc)." alias="type" /><property name="uuid" name_upper="UUID" type="string" description="A universally unique identifier for the connection, for example generated with libuuid.  It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network.  For example, it should not be changed when the &quot;id&quot; property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or &quot;type&quot; property changes. The UUID must be in the format &quot;2815492f-7e56-435e-b2e9-246bd7cdc664&quot; (ie, contains only hexadecimal characters and &quot;-&quot;)." /><property name="wait-device-timeout" name_upper="WAIT_DEVICE_TIMEOUT" type="int32" default="-1" description="Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service and nm-online to give the device a chance to appear. This works by waiting for the given timeout until a compatible device for the profile is available and managed. The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time." /><property name="zone" name_upper="ZONE" type="string" description="The trust level of a the connection.  Free form case-insensitive string (for example &quot;Home&quot;, &quot;Work&quot;, &quot;Public&quot;).  NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately." /></setting><setting name="6lowpan" description="6LoWPAN Settings" name_upper="6LOWPAN"><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this 6LowPAN interface should be created." alias="dev" /></setting><setting name="802-1x" description="IEEE 802.1x Authentication Settings" name_upper="802_1X"><property name="altsubject-matches" name_upper="ALTSUBJECT_MATCHES" type="array of string" description="List of strings to be matched against the altSubjectName of the certificate presented by the authentication server. If the list is empty, no verification of the server certificate's altSubjectName is performed." /><property name="anonymous-identity" name_upper="ANONYMOUS_IDENTITY" type="string" description="Anonymous identity string for EAP authentication methods.  Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS." /><property name="auth-timeout" name_upper="AUTH_TIMEOUT" type="int32" default="0" description="A timeout for the authentication. Zero means the global default; if the global default is not set, the authentication timeout is 25 seconds." /><property name="ca-cert" name_upper="CA_CERT" type="byte array" description="Contains the CA certificate if used by the EAP method specified in the &quot;eap&quot; property. Certificate data is specified using a &quot;scheme&quot;; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended. Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory." /><property name="ca-cert-password" name_upper="CA_CERT_PASSWORD" type="string" description="The password used to access the CA certificate stored in &quot;ca-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="ca-cert-password-flags" name_upper="CA_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;ca-cert-password&quot; property." /><property name="ca-path" name_upper="CA_PATH" type="string" description="UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the &quot;ca-cert&quot; property. If NMSetting8021x:system-ca-certs is enabled and the built-in CA path is an existing directory, then this setting is ignored." /><property name="client-cert" name_upper="CLIENT_CERT" type="byte array" description="Contains the client certificate if used by the EAP method specified in the &quot;eap&quot; property. Certificate data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte." /><property name="client-cert-password" name_upper="CLIENT_CERT_PASSWORD" type="string" description="The password used to access the client certificate stored in &quot;client-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="client-cert-password-flags" name_upper="CLIENT_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;client-cert-password&quot; property." /><property name="domain-match" name_upper="DOMAIN_MATCH" type="string" description="Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using the same comparison. Multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="domain-suffix-match" name_upper="DOMAIN_SUFFIX_MATCH" type="string" description="Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison. Since version 1.24, multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="eap" name_upper="EAP" type="array of string" description="The allowed EAP method to be used when authenticating to the network with 802.1x.  Valid methods are: &quot;leap&quot;, &quot;md5&quot;, &quot;tls&quot;, &quot;peap&quot;, &quot;ttls&quot;, &quot;pwd&quot;, and &quot;fast&quot;.  Each method requires different configuration using the properties of this setting; refer to wpa_supplicant documentation for the allowed combinations." /><property name="identity" name_upper="IDENTITY" type="string" description="Identity string for EAP authentication methods.  Often the user's user or login name." /><property name="optional" name_upper="OPTIONAL" type="boolean" default="FALSE" description="Whether the 802.1X authentication is optional. If TRUE, the activation will continue even after a timeout or an authentication failure. Setting the property to TRUE is currently allowed only for Ethernet connections. If set to FALSE, the activation can continue only after a successful authentication." /><property name="pac-file" name_upper="PAC_FILE" type="string" description="UTF-8 encoded file path containing PAC for EAP-FAST." /><property name="password" name_upper="PASSWORD" type="string" description="UTF-8 encoded password used for EAP authentication methods. If both the &quot;password&quot; property and the &quot;password-raw&quot; property are specified, &quot;password&quot; is preferred." /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="password-raw" name_upper="PASSWORD_RAW" type="byte array" description="Password used for EAP authentication methods, given as a byte array to allow passwords in other encodings than UTF-8 to be used. If both the &quot;password&quot; property and the &quot;password-raw&quot; property are specified, &quot;password&quot; is preferred." /><property name="password-raw-flags" name_upper="PASSWORD_RAW_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password-raw&quot; property." /><property name="phase1-auth-flags" name_upper="PHASE1_AUTH_FLAGS" type="uint32" default="0" description="Specifies authentication flags to use in &quot;phase 1&quot; outer authentication using NMSetting8021xAuthFlags options. The individual TLS versions can be explicitly disabled. If a certain TLS disable flag is not set, it is up to the supplicant to allow or forbid it. The TLS options map to tls_disable_tlsv1_x settings. See the wpa_supplicant documentation for more details." /><property name="phase1-fast-provisioning" name_upper="PHASE1_FAST_PROVISIONING" type="string" description="Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the &quot;eap&quot; property. Recognized values are &quot;0&quot; (disabled), &quot;1&quot; (allow unauthenticated provisioning), &quot;2&quot; (allow authenticated provisioning), and &quot;3&quot; (allow both authenticated and unauthenticated provisioning).  See the wpa_supplicant documentation for more details." /><property name="phase1-peaplabel" name_upper="PHASE1_PEAPLABEL" type="string" description="Forces use of the new PEAP label during key derivation.  Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1.  Set to &quot;1&quot; to force use of the new PEAP label.  See the wpa_supplicant documentation for more details." /><property name="phase1-peapver" name_upper="PHASE1_PEAPVER" type="string" description="Forces which PEAP version is used when PEAP is set as the EAP method in the &quot;eap&quot; property.  When unset, the version reported by the server will be used.  Sometimes when using older RADIUS servers, it is necessary to force the client to use a particular PEAP version.  To do so, this property may be set to &quot;0&quot; or &quot;1&quot; to force that specific PEAP version." /><property name="phase2-altsubject-matches" name_upper="PHASE2_ALTSUBJECT_MATCHES" type="array of string" description="List of strings to be matched against the altSubjectName of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication. If the list is empty, no verification of the server certificate's altSubjectName is performed." /><property name="phase2-auth" name_upper="PHASE2_AUTH" type="string" description="Specifies the allowed &quot;phase 2&quot; inner non-EAP authentication method when an EAP method that uses an inner TLS tunnel is specified in the &quot;eap&quot; property.  Recognized non-EAP &quot;phase 2&quot; methods are &quot;pap&quot;, &quot;chap&quot;, &quot;mschap&quot;, &quot;mschapv2&quot;, &quot;gtc&quot;, &quot;otp&quot;, &quot;md5&quot;, and &quot;tls&quot;. Each &quot;phase 2&quot; inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details." /><property name="phase2-autheap" name_upper="PHASE2_AUTHEAP" type="string" description="Specifies the allowed &quot;phase 2&quot; inner EAP-based authentication method when an EAP method that uses an inner TLS tunnel is specified in the &quot;eap&quot; property.  Recognized EAP-based &quot;phase 2&quot; methods are &quot;md5&quot;, &quot;mschapv2&quot;, &quot;otp&quot;, &quot;gtc&quot;, and &quot;tls&quot;. Each &quot;phase 2&quot; inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details." /><property name="phase2-ca-cert" name_upper="PHASE2_CA_CERT" type="byte array" description="Contains the &quot;phase 2&quot; CA certificate if used by the EAP method specified in the &quot;phase2-auth&quot; or &quot;phase2-autheap&quot; properties. Certificate data is specified using a &quot;scheme&quot;; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended. Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory." /><property name="phase2-ca-cert-password" name_upper="PHASE2_CA_CERT_PASSWORD" type="string" description="The password used to access the &quot;phase2&quot; CA certificate stored in &quot;phase2-ca-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="phase2-ca-cert-password-flags" name_upper="PHASE2_CA_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;phase2-ca-cert-password&quot; property." /><property name="phase2-ca-path" name_upper="PHASE2_CA_PATH" type="string" description="UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the &quot;phase2-ca-cert&quot; property. If NMSetting8021x:system-ca-certs is enabled and the built-in CA path is an existing directory, then this setting is ignored." /><property name="phase2-client-cert" name_upper="PHASE2_CLIENT_CERT" type="byte array" description="Contains the &quot;phase 2&quot; client certificate if used by the EAP method specified in the &quot;phase2-auth&quot; or &quot;phase2-autheap&quot; properties. Certificate data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended." /><property name="phase2-client-cert-password" name_upper="PHASE2_CLIENT_CERT_PASSWORD" type="string" description="The password used to access the &quot;phase2&quot; client certificate stored in &quot;phase2-client-cert&quot; property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login." /><property name="phase2-client-cert-password-flags" name_upper="PHASE2_CLIENT_CERT_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;phase2-client-cert-password&quot; property." /><property name="phase2-domain-match" name_upper="PHASE2_DOMAIN_MATCH" type="string" description="Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication. If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using the same comparison. Multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="phase2-domain-suffix-match" name_upper="PHASE2_DOMAIN_SUFFIX_MATCH" type="string" description="Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication.  If a matching dNSName is found, this constraint is met.  If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison. Since version 1.24, multiple valid FQDNs can be passed as a &quot;;&quot; delimited list." /><property name="phase2-private-key" name_upper="PHASE2_PRIVATE_KEY" type="byte array" description="Contains the &quot;phase 2&quot; inner private key when the &quot;phase2-auth&quot; or &quot;phase2-autheap&quot; property is set to &quot;tls&quot;. Key data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the &quot;phase2-private-key-password&quot; property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte, and as with the blob scheme the &quot;phase2-private-key-password&quot; property must be set to the password used to decode the PKCS#12 private key and certificate." /><property name="phase2-private-key-password" name_upper="PHASE2_PRIVATE_KEY_PASSWORD" type="string" description="The password used to decrypt the &quot;phase 2&quot; private key specified in the &quot;phase2-private-key&quot; property when the private key either uses the path scheme, or is a PKCS#12 format key." /><property name="phase2-private-key-password-flags" name_upper="PHASE2_PRIVATE_KEY_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;phase2-private-key-password&quot; property." /><property name="phase2-subject-match" name_upper="PHASE2_SUBJECT_MATCH" type="string" description="Substring to be matched against the subject of the certificate presented by the authentication server during the inner &quot;phase 2&quot; authentication. When unset, no verification of the authentication server certificate's subject is performed.  This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:phase2-domain-suffix-match." /><property name="pin" name_upper="PIN" type="string" description="PIN used for EAP authentication methods." /><property name="pin-flags" name_upper="PIN_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;pin&quot; property." /><property name="private-key" name_upper="PRIVATE_KEY" type="byte array" description="Contains the private key when the &quot;eap&quot; property is set to &quot;tls&quot;. Key data is specified using a &quot;scheme&quot;; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the &quot;private-key-password&quot; property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string &quot;file://&quot; and ending with a terminating NUL byte, and as with the blob scheme the &quot;private-key-password&quot; property must be set to the password used to decode the PKCS#12 private key and certificate. WARNING: &quot;private-key&quot; is not a &quot;secret&quot; property, and thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users.  Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data." /><property name="private-key-password" name_upper="PRIVATE_KEY_PASSWORD" type="string" description="The password used to decrypt the private key specified in the &quot;private-key&quot; property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key." /><property name="private-key-password-flags" name_upper="PRIVATE_KEY_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;private-key-password&quot; property." /><property name="subject-match" name_upper="SUBJECT_MATCH" type="string" description="Substring to be matched against the subject of the certificate presented by the authentication server. When unset, no verification of the authentication server certificate's subject is performed.  This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:domain-suffix-match." /><property name="system-ca-certs" name_upper="SYSTEM_CA_CERTS" type="boolean" default="FALSE" description="When TRUE, overrides the &quot;ca-path&quot; and &quot;phase2-ca-path&quot; properties using the system CA directory specified at configure time with the --system-ca-path switch.  The certificates in this directory are added to the verification chain in addition to any certificates specified by the &quot;ca-cert&quot; and &quot;phase2-ca-cert&quot; properties. If the path provided with --system-ca-path is rather a file name (bundle of trusted CA certificates), it overrides &quot;ca-cert&quot; and &quot;phase2-ca-cert&quot; properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant)." /></setting><setting name="adsl" description="ADSL Settings" name_upper="ADSL"><property name="encapsulation" name_upper="ENCAPSULATION" type="string" description="Encapsulation of ADSL connection.  Can be &quot;vcmux&quot; or &quot;llc&quot;." alias="encapsulation" /><property name="password" name_upper="PASSWORD" type="string" description="Password used to authenticate with the ADSL service." alias="password" /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="protocol" name_upper="PROTOCOL" type="string" description="ADSL connection protocol.  Can be &quot;pppoa&quot;, &quot;pppoe&quot; or &quot;ipoatm&quot;." alias="protocol" /><property name="username" name_upper="USERNAME" type="string" description="Username used to authenticate with the ADSL service." alias="username" /><property name="vci" name_upper="VCI" type="uint32" default="0" description="VCI of ADSL connection" /><property name="vpi" name_upper="VPI" type="uint32" default="0" description="VPI of ADSL connection" /></setting><setting name="bluetooth" description="Bluetooth Settings" name_upper="BLUETOOTH"><property name="bdaddr" name_upper="BDADDR" type="byte array" description="The Bluetooth address of the device." alias="addr" /><property name="type" name_upper="TYPE" type="string" description="Either &quot;dun&quot; for Dial-Up Networking connections or &quot;panu&quot; for Personal Area Networking connections to devices supporting the NAP profile." alias="bt-type" /></setting><setting name="bond" description="Bonding Settings" name_upper="BOND"><property name="options" name_upper="OPTIONS" type="dict of string to string" default="{'mode': 'balance-rr'}" description="Dictionary of key/value pairs of bonding options.  Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9])." /></setting><setting name="bridge" description="Bridging Settings" name_upper="BRIDGE"><property name="ageing-time" name_upper="AGEING_TIME" type="uint32" default="300" description="The Ethernet MAC address aging time, in seconds." alias="ageing-time" /><property name="forward-delay" name_upper="FORWARD_DELAY" type="uint32" default="15" description="The Spanning Tree Protocol (STP) forwarding delay, in seconds." alias="forward-delay" /><property name="group-address" name_upper="GROUP_ADDRESS" type="byte array" description="If specified, The MAC address of the multicast group this bridge uses for STP. The address must be a link-local address in standard Ethernet MAC address format, ie an address of the form 01:80:C2:00:00:0X, with X in [0, 4..F]. If not specified the default value is 01:80:C2:00:00:00." /><property name="group-forward-mask" name_upper="GROUP_FORWARD_MASK" type="uint32" default="0" description="A mask of group addresses to forward. Usually, group addresses in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to standards. This property is a mask of 16 bits, each corresponding to a group address in that range that must be forwarded. The mask can't have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP." alias="group-forward-mask" /><property name="hello-time" name_upper="HELLO_TIME" type="uint32" default="2" description="The Spanning Tree Protocol (STP) hello time, in seconds." alias="hello-time" /><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, the MAC address of bridge. When creating a new bridge, this MAC address will be set. If this field is left unspecified, the &quot;ethernet.cloned-mac-address&quot; is referred instead to generate the initial MAC address. Note that setting &quot;ethernet.cloned-mac-address&quot; anyway overwrites the MAC address of the bridge later while activating the bridge. Hence, this property is deprecated. Deprecated: 1" alias="mac" /><property name="max-age" name_upper="MAX_AGE" type="uint32" default="20" description="The Spanning Tree Protocol (STP) maximum message age, in seconds." alias="max-age" /><property name="multicast-hash-max" name_upper="MULTICAST_HASH_MAX" type="uint32" default="4096" description="Set maximum size of multicast hash table (value must be a power of 2)." /><property name="multicast-last-member-count" name_upper="MULTICAST_LAST_MEMBER_COUNT" type="uint32" default="2" description="Set the number of queries the bridge will send before stopping forwarding a multicast group after a &quot;leave&quot; message has been received." /><property name="multicast-last-member-interval" name_upper="MULTICAST_LAST_MEMBER_INTERVAL" type="uint64" default="100" description="Set interval (in deciseconds) between queries to find remaining members of a group, after a &quot;leave&quot; message is received." /><property name="multicast-membership-interval" name_upper="MULTICAST_MEMBERSHIP_INTERVAL" type="uint64" default="26000" description="Set delay (in deciseconds) after which the bridge will leave a group, if no membership reports for this group are received." /><property name="multicast-querier" name_upper="MULTICAST_QUERIER" type="boolean" default="FALSE" description="Enable or disable sending of multicast queries by the bridge. If not specified the option is disabled." /><property name="multicast-querier-interval" name_upper="MULTICAST_QUERIER_INTERVAL" type="uint64" default="25500" description="If no queries are seen after this delay (in deciseconds) has passed, the bridge will start to send its own queries." /><property name="multicast-query-interval" name_upper="MULTICAST_QUERY_INTERVAL" type="uint64" default="12500" description="Interval (in deciseconds) between queries sent by the bridge after the end of the startup phase." /><property name="multicast-query-response-interval" name_upper="MULTICAST_QUERY_RESPONSE_INTERVAL" type="uint64" default="1000" description="Set the Max Response Time/Max Response Delay (in deciseconds) for IGMP/MLD queries sent by the bridge." /><property name="multicast-query-use-ifaddr" name_upper="MULTICAST_QUERY_USE_IFADDR" type="boolean" default="FALSE" description="If enabled the bridge's own IP address is used as the source address for IGMP queries otherwise the default of 0.0.0.0 is used." /><property name="multicast-router" name_upper="MULTICAST_ROUTER" type="string" description="Sets bridge's multicast router. Multicast-snooping must be enabled for this option to work. Supported values are: 'auto', 'disabled', 'enabled' to which kernel assigns the numbers 1, 0, and 2, respectively. If not specified the default value is 'auto' (1)." /><property name="multicast-snooping" name_upper="MULTICAST_SNOOPING" type="boolean" default="TRUE" description="Controls whether IGMP snooping is enabled for this bridge. Note that if snooping was automatically disabled due to hash collisions, the system may refuse to enable the feature until the collisions are resolved." alias="multicast-snooping" /><property name="multicast-startup-query-count" name_upper="MULTICAST_STARTUP_QUERY_COUNT" type="uint32" default="2" description="Set the number of IGMP queries to send during startup phase." /><property name="multicast-startup-query-interval" name_upper="MULTICAST_STARTUP_QUERY_INTERVAL" type="uint64" default="3125" description="Sets the time (in deciseconds) between queries sent out at startup to determine membership information." /><property name="priority" name_upper="PRIORITY" type="uint32" default="32768" description="Sets the Spanning Tree Protocol (STP) priority for this bridge.  Lower values are &quot;better&quot;; the lowest priority bridge will be elected the root bridge." alias="priority" /><property name="stp" name_upper="STP" type="boolean" default="TRUE" description="Controls whether Spanning Tree Protocol (STP) is enabled for this bridge." alias="stp" /><property name="vlan-default-pvid" name_upper="VLAN_DEFAULT_PVID" type="uint32" default="1" description="The default PVID for the ports of the bridge, that is the VLAN id assigned to incoming untagged frames." /><property name="vlan-filtering" name_upper="VLAN_FILTERING" type="boolean" default="FALSE" description="Control whether VLAN filtering is enabled on the bridge." /><property name="vlan-protocol" name_upper="VLAN_PROTOCOL" type="string" description="If specified, the protocol used for VLAN filtering. Supported values are: '802.1Q', '802.1ad'. If not specified the default value is '802.1Q'." /><property name="vlan-stats-enabled" name_upper="VLAN_STATS_ENABLED" type="boolean" default="FALSE" description="Controls whether per-VLAN stats accounting is enabled." /><property name="vlans" name_upper="VLANS" type="array of vardict" description="Array of bridge VLAN objects. In addition to the VLANs specified here, the bridge will also have the default-pvid VLAN configured  by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]... where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash." /></setting><setting name="bridge-port" description="Bridge Port Settings" name_upper="BRIDGE_PORT"><property name="hairpin-mode" name_upper="HAIRPIN_MODE" type="boolean" default="FALSE" description="Enables or disables &quot;hairpin mode&quot; for the port, which allows frames to be sent back out through the port the frame was received on." alias="hairpin" /><property name="path-cost" name_upper="PATH_COST" type="uint32" default="100" description="The Spanning Tree Protocol (STP) port cost for destinations via this port." alias="path-cost" /><property name="priority" name_upper="PRIORITY" type="uint32" default="32" description="The Spanning Tree Protocol (STP) priority of this bridge port." alias="priority" /><property name="vlans" name_upper="VLANS" type="array of vardict" description="Array of bridge VLAN objects. In addition to the VLANs specified here, the port will also have the default-pvid VLAN configured on the bridge by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]... where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash." /></setting><setting name="cdma" description="CDMA-based Mobile Broadband Settings" name_upper="CDMA"><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." /><property name="number" name_upper="NUMBER" type="string" description="The number to dial to establish the connection to the CDMA-based mobile broadband network, if any.  If not specified, the default number (#777) is used when required." /><property name="password" name_upper="PASSWORD" type="string" description="The password used to authenticate with the network, if required.  Many providers do not require a password, or accept any password.  But if a password is required, it is specified here." alias="password" /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="username" name_upper="USERNAME" type="string" description="The username used to authenticate with the network, if required.  Many providers do not require a username, or accept any username.  But if a username is required, it is specified here." alias="user" /></setting><setting name="dcb" description="Data Center Bridging Settings" name_upper="DCB"><property name="app-fcoe-flags" name_upper="APP_FCOE_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for the DCB FCoE application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="app-fcoe-mode" name_upper="APP_FCOE_MODE" type="string" default="&quot;fabric&quot;" description="The FCoE controller mode; either &quot;fabric&quot; (default) or &quot;vn2vn&quot;." /><property name="app-fcoe-priority" name_upper="APP_FCOE_PRIORITY" type="int32" default="-1" description="The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority.  Only used when the &quot;app-fcoe-flags&quot; property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag." /><property name="app-fip-flags" name_upper="APP_FIP_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for the DCB FIP application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="app-fip-priority" name_upper="APP_FIP_PRIORITY" type="int32" default="-1" description="The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority.  Only used when the &quot;app-fip-flags&quot; property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag." /><property name="app-iscsi-flags" name_upper="APP_ISCSI_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for the DCB iSCSI application.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="app-iscsi-priority" name_upper="APP_ISCSI_PRIORITY" type="int32" default="-1" description="The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the &quot;app-iscsi-flags&quot; property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag." /><property name="priority-bandwidth" name_upper="PRIORITY_BANDWIDTH" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use.  The sum of all percentages for priorities which belong to the same group must total 100 percents." /><property name="priority-flow-control" name_upper="PRIORITY_FLOW_CONTROL" type="array of uint32" description="An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause." /><property name="priority-flow-control-flags" name_upper="PRIORITY_FLOW_CONTROL_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="priority-group-bandwidth" name_upper="PRIORITY_GROUP_BANDWIDTH" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group.  Allowed values are 0 - 100, and the sum of all values must total 100 percents." /><property name="priority-group-flags" name_upper="PRIORITY_GROUP_FLAGS" type="NMSettingDcbFlags (uint32)" description="Specifies the NMSettingDcbFlags for DCB Priority Groups.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)." /><property name="priority-group-id" name_upper="PRIORITY_GROUP_ID" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID.  Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group." /><property name="priority-strict-bandwidth" name_upper="PRIORITY_STRICT_BANDWIDTH" type="array of uint32" description="An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group." /><property name="priority-traffic-class" name_upper="PRIORITY_TRAFFIC_CLASS" type="array of uint32" description="An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped." /></setting><setting name="ethtool" description="Ethtool Ethernet Settings" name_upper="ETHTOOL"><property name="coalesce-adaptive-rx" name_upper="COALESCE_ADAPTIVE_RX" /><property name="coalesce-adaptive-tx" name_upper="COALESCE_ADAPTIVE_TX" /><property name="coalesce-pkt-rate-high" name_upper="COALESCE_PKT_RATE_HIGH" /><property name="coalesce-pkt-rate-low" name_upper="COALESCE_PKT_RATE_LOW" /><property name="coalesce-rx-frames" name_upper="COALESCE_RX_FRAMES" /><property name="coalesce-rx-frames-high" name_upper="COALESCE_RX_FRAMES_HIGH" /><property name="coalesce-rx-frames-irq" name_upper="COALESCE_RX_FRAMES_IRQ" /><property name="coalesce-rx-frames-low" name_upper="COALESCE_RX_FRAMES_LOW" /><property name="coalesce-rx-usecs" name_upper="COALESCE_RX_USECS" /><property name="coalesce-rx-usecs-high" name_upper="COALESCE_RX_USECS_HIGH" /><property name="coalesce-rx-usecs-irq" name_upper="COALESCE_RX_USECS_IRQ" /><property name="coalesce-rx-usecs-low" name_upper="COALESCE_RX_USECS_LOW" /><property name="coalesce-sample-interval" name_upper="COALESCE_SAMPLE_INTERVAL" /><property name="coalesce-stats-block-usecs" name_upper="COALESCE_STATS_BLOCK_USECS" /><property name="coalesce-tx-frames" name_upper="COALESCE_TX_FRAMES" /><property name="coalesce-tx-frames-high" name_upper="COALESCE_TX_FRAMES_HIGH" /><property name="coalesce-tx-frames-irq" name_upper="COALESCE_TX_FRAMES_IRQ" /><property name="coalesce-tx-frames-low" name_upper="COALESCE_TX_FRAMES_LOW" /><property name="coalesce-tx-usecs" name_upper="COALESCE_TX_USECS" /><property name="coalesce-tx-usecs-high" name_upper="COALESCE_TX_USECS_HIGH" /><property name="coalesce-tx-usecs-irq" name_upper="COALESCE_TX_USECS_IRQ" /><property name="coalesce-tx-usecs-low" name_upper="COALESCE_TX_USECS_LOW" /><property name="feature-esp-hw-offload" name_upper="FEATURE_ESP_HW_OFFLOAD" /><property name="feature-esp-tx-csum-hw-offload" name_upper="FEATURE_ESP_TX_CSUM_HW_OFFLOAD" /><property name="feature-fcoe-mtu" name_upper="FEATURE_FCOE_MTU" /><property name="feature-gro" name_upper="FEATURE_GRO" /><property name="feature-gso" name_upper="FEATURE_GSO" /><property name="feature-highdma" name_upper="FEATURE_HIGHDMA" /><property name="feature-hw-tc-offload" name_upper="FEATURE_HW_TC_OFFLOAD" /><property name="feature-l2-fwd-offload" name_upper="FEATURE_L2_FWD_OFFLOAD" /><property name="feature-loopback" name_upper="FEATURE_LOOPBACK" /><property name="feature-lro" name_upper="FEATURE_LRO" /><property name="feature-ntuple" name_upper="FEATURE_NTUPLE" /><property name="feature-rx" name_upper="FEATURE_RX" /><property name="feature-rx-all" name_upper="FEATURE_RX_ALL" /><property name="feature-rx-fcs" name_upper="FEATURE_RX_FCS" /><property name="feature-rx-gro-hw" name_upper="FEATURE_RX_GRO_HW" /><property name="feature-rx-udp_tunnel-port-offload" name_upper="FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD" /><property name="feature-rx-vlan-filter" name_upper="FEATURE_RX_VLAN_FILTER" /><property name="feature-rx-vlan-stag-filter" name_upper="FEATURE_RX_VLAN_STAG_FILTER" /><property name="feature-rx-vlan-stag-hw-parse" name_upper="FEATURE_RX_VLAN_STAG_HW_PARSE" /><property name="feature-rxhash" name_upper="FEATURE_RXHASH" /><property name="feature-rxvlan" name_upper="FEATURE_RXVLAN" /><property name="feature-sg" name_upper="FEATURE_SG" /><property name="feature-tls-hw-record" name_upper="FEATURE_TLS_HW_RECORD" /><property name="feature-tls-hw-tx-offload" name_upper="FEATURE_TLS_HW_TX_OFFLOAD" /><property name="feature-tso" name_upper="FEATURE_TSO" /><property name="feature-tx" name_upper="FEATURE_TX" /><property name="feature-tx-checksum-fcoe-crc" name_upper="FEATURE_TX_CHECKSUM_FCOE_CRC" /><property name="feature-tx-checksum-ip-generic" name_upper="FEATURE_TX_CHECKSUM_IP_GENERIC" /><property name="feature-tx-checksum-ipv4" name_upper="FEATURE_TX_CHECKSUM_IPV4" /><property name="feature-tx-checksum-ipv6" name_upper="FEATURE_TX_CHECKSUM_IPV6" /><property name="feature-tx-checksum-sctp" name_upper="FEATURE_TX_CHECKSUM_SCTP" /><property name="feature-tx-esp-segmentation" name_upper="FEATURE_TX_ESP_SEGMENTATION" /><property name="feature-tx-fcoe-segmentation" name_upper="FEATURE_TX_FCOE_SEGMENTATION" /><property name="feature-tx-gre-csum-segmentation" name_upper="FEATURE_TX_GRE_CSUM_SEGMENTATION" /><property name="feature-tx-gre-segmentation" name_upper="FEATURE_TX_GRE_SEGMENTATION" /><property name="feature-tx-gso-partial" name_upper="FEATURE_TX_GSO_PARTIAL" /><property name="feature-tx-gso-robust" name_upper="FEATURE_TX_GSO_ROBUST" /><property name="feature-tx-ipxip4-segmentation" name_upper="FEATURE_TX_IPXIP4_SEGMENTATION" /><property name="feature-tx-ipxip6-segmentation" name_upper="FEATURE_TX_IPXIP6_SEGMENTATION" /><property name="feature-tx-nocache-copy" name_upper="FEATURE_TX_NOCACHE_COPY" /><property name="feature-tx-scatter-gather" name_upper="FEATURE_TX_SCATTER_GATHER" /><property name="feature-tx-scatter-gather-fraglist" name_upper="FEATURE_TX_SCATTER_GATHER_FRAGLIST" /><property name="feature-tx-sctp-segmentation" name_upper="FEATURE_TX_SCTP_SEGMENTATION" /><property name="feature-tx-tcp-ecn-segmentation" name_upper="FEATURE_TX_TCP_ECN_SEGMENTATION" /><property name="feature-tx-tcp-mangleid-segmentation" name_upper="FEATURE_TX_TCP_MANGLEID_SEGMENTATION" /><property name="feature-tx-tcp-segmentation" name_upper="FEATURE_TX_TCP_SEGMENTATION" /><property name="feature-tx-tcp6-segmentation" name_upper="FEATURE_TX_TCP6_SEGMENTATION" /><property name="feature-tx-udp-segmentation" name_upper="FEATURE_TX_UDP_SEGMENTATION" /><property name="feature-tx-udp_tnl-csum-segmentation" name_upper="FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION" /><property name="feature-tx-udp_tnl-segmentation" name_upper="FEATURE_TX_UDP_TNL_SEGMENTATION" /><property name="feature-tx-vlan-stag-hw-insert" name_upper="FEATURE_TX_VLAN_STAG_HW_INSERT" /><property name="feature-txvlan" name_upper="FEATURE_TXVLAN" /><property name="ring-rx" name_upper="RING_RX" /><property name="ring-rx-jumbo" name_upper="RING_RX_JUMBO" /><property name="ring-rx-mini" name_upper="RING_RX_MINI" /><property name="ring-tx" name_upper="RING_TX" /></setting><setting name="gsm" description="GSM-based Mobile Broadband Settings" name_upper="GSM"><property name="apn" name_upper="APN" type="string" description="The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM-based network.  The APN often determines how the user will be billed for their network usage and whether the user has access to the Internet or just a provider-specific walled-garden, so it is important to use the correct APN for the user's mobile broadband plan. The APN may only be composed of the characters a-z, 0-9, ., and - per GSM 03.60 Section 14.9." alias="apn" /><property name="auto-config" name_upper="AUTO_CONFIG" type="boolean" default="FALSE" description="When TRUE, the settings such as APN, username, or password will default to values that match the network the modem will register to in the Mobile Broadband Provider database." /><property name="device-id" name_upper="DEVICE_ID" type="string" description="The device unique identifier (as given by the WWAN management service) which this connection applies to.  If given, the connection will only apply to the specified device." /><property name="home-only" name_upper="HOME_ONLY" type="boolean" default="FALSE" description="When TRUE, only connections to the home network will be allowed. Connections to roaming networks will not be made." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." /><property name="network-id" name_upper="NETWORK_ID" type="string" description="The Network ID (GSM LAI format, ie MCC-MNC) to force specific network registration.  If the Network ID is specified, NetworkManager will attempt to force the device to register only on the specified network. This can be used to ensure that the device does not roam when direct roaming control of the device is not otherwise possible." /><property name="number" name_upper="NUMBER" type="string" description="Legacy setting that used to help establishing PPP data sessions for GSM-based modems. Deprecated: 1" /><property name="password" name_upper="PASSWORD" type="string" description="The password used to authenticate with the network, if required.  Many providers do not require a password, or accept any password.  But if a password is required, it is specified here." alias="password" /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="pin" name_upper="PIN" type="string" description="If the SIM is locked with a PIN it must be unlocked before any other operations are requested.  Specify the PIN here to allow operation of the device." /><property name="pin-flags" name_upper="PIN_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;pin&quot; property." /><property name="sim-id" name_upper="SIM_ID" type="string" description="The SIM card unique identifier (as given by the WWAN management service) which this connection applies to.  If given, the connection will apply to any device also allowed by &quot;device-id&quot; which contains a SIM card matching the given identifier." /><property name="sim-operator-id" name_upper="SIM_OPERATOR_ID" type="string" description="A MCC/MNC string like &quot;310260&quot; or &quot;21601&quot; identifying the specific mobile network operator which this connection applies to.  If given, the connection will apply to any device also allowed by &quot;device-id&quot; and &quot;sim-id&quot; which contains a SIM card provisioned by the given operator." /><property name="username" name_upper="USERNAME" type="string" description="The username used to authenticate with the network, if required.  Many providers do not require a username, or accept any username.  But if a username is required, it is specified here." alias="user" /></setting><setting name="infiniband" description="Infiniband Settings" name_upper="INFINIBAND"><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the IPoIB device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing)." alias="mac" /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." alias="mtu" /><property name="p-key" name_upper="P_KEY" type="int32" default="-1" description="The InfiniBand P_Key to use for this device. A value of -1 means to use the default P_Key (aka &quot;the P_Key at index 0&quot;). Otherwise, it is a 16-bit unsigned integer, whose high bit is set if it is a &quot;full membership&quot; P_Key." alias="p-key" /><property name="parent" name_upper="PARENT" type="string" description="The interface name of the parent device of this device. Normally NULL, but if the &quot;p_key&quot; property is set, then you must specify the base device by setting either this property or &quot;mac-address&quot;." alias="parent" /><property name="transport-mode" name_upper="TRANSPORT_MODE" type="string" description="The IP-over-InfiniBand transport mode. Either &quot;datagram&quot; or &quot;connected&quot;." alias="transport-mode" /></setting><setting name="ipv4" description="IPv4 Settings" name_upper="IP4_CONFIG"><property name="addresses" name_upper="ADDRESSES" type="array of array of uint32" description="Array of IP addresses." alias="ip4" /><property name="dad-timeout" name_upper="DAD_TIMEOUT" type="int32" default="-1" description="Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network.  If an address conflict is detected, the activation will fail.  A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or zero).  A value greater than zero is a timeout in milliseconds. The property is currently implemented only for IPv4." /><property name="dhcp-client-id" name_upper="DHCP_CLIENT_ID" type="string" description="A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options. When the property is a hex string ('aa:bb:cc') it is interpreted as a binary client ID, in which case the first byte is assumed to be the 'type' field as per RFC 2132 section 9.14 and the remaining bytes may be an hardware address (e.g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a MAC address). If the property is not a hex string it is considered as a non-hardware-address client ID and the 'type' field is set to 0. The special values &quot;mac&quot; and &quot;perm-mac&quot; are supported, which use the current or permanent MAC address of the device to generate a client identifier with type ethernet (01). Currently, these options only work for ethernet type of links. The special value &quot;duid&quot; generates a RFC4361-compliant client identifier based on a hash of the interface name as IAID and /etc/machine-id. The special value &quot;stable&quot; is supported to generate a type 0 client identifier based on the stable-id (see connection.stable-id) and a per-host key. If you set the stable-id, you may want to include the &quot;${DEVICE}&quot; or &quot;${MAC}&quot; specifier to get a per-device key. If unset, a globally configured default is used. If still unset, the default depends on the DHCP plugin." /><property name="dhcp-fqdn" name_upper="DHCP_FQDN" type="string" description="If the &quot;dhcp-send-hostname&quot; property is TRUE, then the specified FQDN will be sent to the DHCP server when acquiring a lease. This property and &quot;dhcp-hostname&quot; are mutually exclusive and cannot be set at the same time." /><property name="dhcp-hostname" name_upper="DHCP_HOSTNAME" type="string" description="If the &quot;dhcp-send-hostname&quot; property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and &quot;dhcp-fqdn&quot; are mutually exclusive and cannot be set at the same time." /><property name="dhcp-hostname-flags" name_upper="DHCP_HOSTNAME_FLAGS" type="uint32" default="0" description="Flags for the DHCP hostname and FQDN. Currently, this property only includes flags to control the FQDN flags set in the DHCP FQDN option. Supported FQDN flags are NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is set, the DHCP FQDN option will contain no flag. Otherwise, if no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is not set, the standard FQDN flags are set in the request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) for IPv4 and NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for IPv6. When this property is set to the default value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global default is looked up in NetworkManager configuration. If that value is unset or also NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the standard FQDN flags described above are sent in the DHCP requests." /><property name="dhcp-iaid" name_upper="DHCP_IAID" type="string" description="A string containing the &quot;Identity Association Identifier&quot; (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among &quot;mac&quot;, &quot;perm-mac&quot;, &quot;ifname&quot; and &quot;stable&quot;. When set to &quot;mac&quot; (or &quot;perm-mac&quot;), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to &quot;ifname&quot;, the IAID is computed by hashing the interface name. The special value &quot;stable&quot; can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be &quot;ifname&quot;. Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address." /><property name="dhcp-reject-servers" name_upper="DHCP_REJECT_SERVERS" type="array of string" description="Array of servers from which DHCP offers must be rejected. This property is useful to avoid getting a lease from misconfigured or rogue servers. For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. &quot;192.168.122.0/24&quot;). This property is currently not implemented for DHCPv6." /><property name="dhcp-send-hostname" name_upper="DHCP_SEND_HOSTNAME" type="boolean" default="TRUE" description="If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer.  If the &quot;dhcp-hostname&quot; property is NULL and this property is TRUE, the current persistent hostname of the computer is sent." /><property name="dhcp-timeout" name_upper="DHCP_TIMEOUT" type="int32" default="0" description="A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity." /><property name="dhcp-vendor-class-identifier" name_upper="DHCP_VENDOR_CLASS_IDENTIFIER" type="string" description="The Vendor Class Identifier DHCP option (60). Special characters in the data string may be escaped using C-style escapes, nevertheless this property cannot contain nul bytes. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the DHCP option is not sent to the server. Since 1.28" /><property name="dns" name_upper="DNS" type="array of uint32" description="Array of IP addresses of DNS servers." /><property name="dns-options" name_upper="DNS_OPTIONS" type="array of string" description="Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are &quot;attempts&quot;, &quot;debug&quot;, &quot;edns0&quot;, &quot;inet6&quot;, &quot;ip6-bytestring&quot;, &quot;ip6-dotint&quot;, &quot;ndots&quot;, &quot;no-check-names&quot;, &quot;no-ip6-dotint&quot;, &quot;no-reload&quot;, &quot;no-tld-query&quot;, &quot;rotate&quot;, &quot;single-request&quot;, &quot;single-request-reopen&quot;, &quot;timeout&quot;, &quot;trust-ad&quot;, &quot;use-vc&quot;. The &quot;trust-ad&quot; setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have &quot;trust-ad&quot; enabled." /><property name="dns-priority" name_upper="DNS_PRIORITY" type="int32" default="0" description="DNS servers priority. The relative priority for DNS servers specified by this setting.  A lower numerical value is better (higher priority). Negative values have the special effect of excluding other configurations with a greater numerical priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. To avoid all DNS leaks, set the priority of the profile that should be used to the most negative value of all active connections profiles. Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to -50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections.  It does not disambiguate multiple DNS servers within the same connection profile. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. Note that commonly the resolver tries name servers in /etc/resolv.conf in the order listed, proceeding with the next server in the list on failure. See for example the &quot;rotate&quot; option of the dns-options setting. If there are any negative DNS priorities, then only name servers from the devices with that lowest priority will be considered. When using a DNS resolver that supports Conditional Forwarding or Split DNS (with dns=dnsmasq or dns=systemd-resolved settings), each connection is used to query domains in its search list. The search domains determine which name servers to ask, and the DNS priority is used to prioritize name servers based on the domain.  Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually).  When multiple connections specify the same domain, the one with the best priority (lowest numerical value) wins.  If a sub domain is configured on another interface it will be accepted regardless the priority, unless parent domain on the other interface has a negative priority, which causes the sub domain to be shadowed. With Split DNS one can avoid undesired DNS leaks by properly configuring DNS priorities and the search domains, so that only name servers of the desired interface are configured." /><property name="dns-search" name_upper="DNS_SEARCH" type="array of string" description="Array of DNS search domains. Domains starting with a tilde ('~') are considered 'routing' domains and are used only to decide the interface over which a query must be forwarded; they are not used to complete unqualified host names. When using a DNS plugin that supports Conditional Forwarding or Split DNS, then the search domains specify which name servers to query. This makes the behavior different from running with plain /etc/resolv.conf. For more information see also the dns-priority setting." /><property name="gateway" name_upper="GATEWAY" type="string" description="The gateway associated with this configuration. This is only meaningful if &quot;addresses&quot; is also set. The gateway's main purpose is to control the next hop of the standard default route on the device. Hence, the gateway property conflicts with &quot;never-default&quot; and will be automatically dropped if the IP configuration is set to never-default. As an alternative to set the gateway, configure a static default route with /0 as prefix length." alias="gw4" /><property name="ignore-auto-dns" name_upper="IGNORE_AUTO_DNS" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured name servers and search domains are ignored and only name servers and search domains specified in the &quot;dns&quot; and &quot;dns-search&quot; properties, if any, are used." /><property name="ignore-auto-routes" name_upper="IGNORE_AUTO_ROUTES" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured routes are ignored and only routes specified in the &quot;routes&quot; property, if any, are used." /><property name="may-fail" name_upper="MAY_FAIL" type="boolean" default="TRUE" description="If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out.  Note that at least one IP configuration must succeed or overall network configuration will still fail.  For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully." /><property name="method" name_upper="METHOD" type="string" description="IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support &quot;disabled&quot;, &quot;auto&quot;, &quot;manual&quot;, and &quot;link-local&quot;. See the subclass-specific documentation for other values. In general, for the &quot;auto&quot; method, properties such as &quot;dns&quot; and &quot;routes&quot; specify information that is added on to the information returned from automatic configuration.  The &quot;ignore-auto-routes&quot; and &quot;ignore-auto-dns&quot; properties modify this behavior. For methods that imply no upstream network, such as &quot;shared&quot; or &quot;link-local&quot;, these properties must be empty. For IPv4 method &quot;shared&quot;, the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared." /><property name="never-default" name_upper="NEVER_DEFAULT" type="boolean" default="FALSE" description="If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager." /><property name="route-metric" name_upper="ROUTE_METRIC" type="int64" default="-1" description="The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric." /><property name="route-table" name_upper="ROUTE_TABLE" type="uint32" default="0" description="Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager." /><property name="routes" name_upper="ROUTES" type="array of array of uint32" description="Array of IP routes." /><property name="routing-rules" name_upper="ROUTING_RULES" /></setting><setting name="ipv6" description="IPv6 Settings" name_upper="IP6_CONFIG"><property name="addr-gen-mode" name_upper="ADDR_GEN_MODE" type="int32" default="1" description="Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is set to EUI64, the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of stable-privacy enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling stable-privacy. For keyfile plugin, the absence of the setting on disk means EUI64 so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by &quot;ip6-privacy&quot; property and it does not affect the temporary addresses configured with this option." /><property name="addresses" name_upper="ADDRESSES" type="array of legacy IPv6 address struct" description="Array of IP addresses." alias="ip6" /><property name="dhcp-duid" name_upper="DHCP_DUID" type="string" description="A string containing the DHCPv6 Unique Identifier (DUID) used by the dhcp client to identify itself to DHCPv6 servers (RFC 3315). The DUID is carried in the Client Identifier option. If the property is a hex string ('aa:bb:cc') it is interpreted as a binary DUID and filled as an opaque value in the Client Identifier option. The special value &quot;lease&quot; will retrieve the DUID previously used from the lease file belonging to the connection. If no DUID is found and &quot;dhclient&quot; is the configured dhcp client, the DUID is searched in the system-wide dhclient lease file. If still no DUID is found, or another dhcp client is used, a global and permanent DUID-UUID (RFC 6355) will be generated based on the machine-id. The special values &quot;llt&quot; and &quot;ll&quot; will generate a DUID of type LLT or LL (see RFC 3315) based on the current MAC address of the device. In order to try providing a stable DUID-LLT, the time field will contain a constant timestamp that is used globally (for all profiles) and persisted to disk. The special values &quot;stable-llt&quot;, &quot;stable-ll&quot; and &quot;stable-uuid&quot; will generate a DUID of the corresponding type, derived from the connection's stable-id and a per-host unique key. You may want to include the &quot;${DEVICE}&quot; or &quot;${MAC}&quot; specifier in the stable-id, in case this profile gets activated on multiple devices. So, the link-layer address of &quot;stable-ll&quot; and &quot;stable-llt&quot; will be a generated address derived from the stable id. The DUID-LLT time value in the &quot;stable-llt&quot; option will be picked among a static timespan of three years (the upper bound of the interval is the same constant timestamp used in &quot;llt&quot;). When the property is unset, the global value provided for &quot;ipv6.dhcp-duid&quot; is used. If no global value is provided, the default &quot;lease&quot; value is assumed." /><property name="dhcp-hostname" name_upper="DHCP_HOSTNAME" type="string" description="If the &quot;dhcp-send-hostname&quot; property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and &quot;dhcp-fqdn&quot; are mutually exclusive and cannot be set at the same time." /><property name="dhcp-hostname-flags" name_upper="DHCP_HOSTNAME_FLAGS" type="uint32" default="0" description="Flags for the DHCP hostname and FQDN. Currently, this property only includes flags to control the FQDN flags set in the DHCP FQDN option. Supported FQDN flags are NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is set, the DHCP FQDN option will contain no flag. Otherwise, if no FQDN flag is set and NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is not set, the standard FQDN flags are set in the request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) for IPv4 and NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for IPv6. When this property is set to the default value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global default is looked up in NetworkManager configuration. If that value is unset or also NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the standard FQDN flags described above are sent in the DHCP requests." /><property name="dhcp-iaid" name_upper="DHCP_IAID" type="string" description="A string containing the &quot;Identity Association Identifier&quot; (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among &quot;mac&quot;, &quot;perm-mac&quot;, &quot;ifname&quot; and &quot;stable&quot;. When set to &quot;mac&quot; (or &quot;perm-mac&quot;), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to &quot;ifname&quot;, the IAID is computed by hashing the interface name. The special value &quot;stable&quot; can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be &quot;ifname&quot;. Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address." /><property name="dhcp-send-hostname" name_upper="DHCP_SEND_HOSTNAME" type="boolean" default="TRUE" description="If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer.  If the &quot;dhcp-hostname&quot; property is NULL and this property is TRUE, the current persistent hostname of the computer is sent." /><property name="dhcp-timeout" name_upper="DHCP_TIMEOUT" type="int32" default="0" description="A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity." /><property name="dns" name_upper="DNS" type="array of byte array" description="Array of IP addresses of DNS servers." /><property name="dns-options" name_upper="DNS_OPTIONS" type="array of string" description="Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are &quot;attempts&quot;, &quot;debug&quot;, &quot;edns0&quot;, &quot;inet6&quot;, &quot;ip6-bytestring&quot;, &quot;ip6-dotint&quot;, &quot;ndots&quot;, &quot;no-check-names&quot;, &quot;no-ip6-dotint&quot;, &quot;no-reload&quot;, &quot;no-tld-query&quot;, &quot;rotate&quot;, &quot;single-request&quot;, &quot;single-request-reopen&quot;, &quot;timeout&quot;, &quot;trust-ad&quot;, &quot;use-vc&quot;. The &quot;trust-ad&quot; setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have &quot;trust-ad&quot; enabled." /><property name="dns-priority" name_upper="DNS_PRIORITY" type="int32" default="0" description="DNS servers priority. The relative priority for DNS servers specified by this setting.  A lower numerical value is better (higher priority). Negative values have the special effect of excluding other configurations with a greater numerical priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. To avoid all DNS leaks, set the priority of the profile that should be used to the most negative value of all active connections profiles. Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to -50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections.  It does not disambiguate multiple DNS servers within the same connection profile. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. Note that commonly the resolver tries name servers in /etc/resolv.conf in the order listed, proceeding with the next server in the list on failure. See for example the &quot;rotate&quot; option of the dns-options setting. If there are any negative DNS priorities, then only name servers from the devices with that lowest priority will be considered. When using a DNS resolver that supports Conditional Forwarding or Split DNS (with dns=dnsmasq or dns=systemd-resolved settings), each connection is used to query domains in its search list. The search domains determine which name servers to ask, and the DNS priority is used to prioritize name servers based on the domain.  Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually).  When multiple connections specify the same domain, the one with the best priority (lowest numerical value) wins.  If a sub domain is configured on another interface it will be accepted regardless the priority, unless parent domain on the other interface has a negative priority, which causes the sub domain to be shadowed. With Split DNS one can avoid undesired DNS leaks by properly configuring DNS priorities and the search domains, so that only name servers of the desired interface are configured." /><property name="dns-search" name_upper="DNS_SEARCH" type="array of string" description="Array of DNS search domains. Domains starting with a tilde ('~') are considered 'routing' domains and are used only to decide the interface over which a query must be forwarded; they are not used to complete unqualified host names. When using a DNS plugin that supports Conditional Forwarding or Split DNS, then the search domains specify which name servers to query. This makes the behavior different from running with plain /etc/resolv.conf. For more information see also the dns-priority setting." /><property name="gateway" name_upper="GATEWAY" type="string" description="The gateway associated with this configuration. This is only meaningful if &quot;addresses&quot; is also set. The gateway's main purpose is to control the next hop of the standard default route on the device. Hence, the gateway property conflicts with &quot;never-default&quot; and will be automatically dropped if the IP configuration is set to never-default. As an alternative to set the gateway, configure a static default route with /0 as prefix length." alias="gw6" /><property name="ignore-auto-dns" name_upper="IGNORE_AUTO_DNS" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured name servers and search domains are ignored and only name servers and search domains specified in the &quot;dns&quot; and &quot;dns-search&quot; properties, if any, are used." /><property name="ignore-auto-routes" name_upper="IGNORE_AUTO_ROUTES" type="boolean" default="FALSE" description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured routes are ignored and only routes specified in the &quot;routes&quot; property, if any, are used." /><property name="ip6-privacy" name_upper="IP6_PRIVACY" type="NMSettingIP6ConfigPrivacy (int32)" description="Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941.  If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64.  This enhances privacy, but could cause problems in some applications, on the other hand.  The permitted values are: -1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses). Having a per-connection setting set to &quot;-1&quot; (unknown) means fallback to global configuration &quot;ipv6.ip6-privacy&quot;. If also global configuration is unspecified or set to &quot;-1&quot;, fallback to read &quot;/proc/sys/net/ipv6/conf/default/use_tempaddr&quot;. Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the &quot;addr-gen-mode&quot; property's &quot;stable-privacy&quot; setting as another way of avoiding host tracking with IPv6 addresses." /><property name="may-fail" name_upper="MAY_FAIL" type="boolean" default="TRUE" description="If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out.  Note that at least one IP configuration must succeed or overall network configuration will still fail.  For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully." /><property name="method" name_upper="METHOD" type="string" description="IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support &quot;disabled&quot;, &quot;auto&quot;, &quot;manual&quot;, and &quot;link-local&quot;. See the subclass-specific documentation for other values. In general, for the &quot;auto&quot; method, properties such as &quot;dns&quot; and &quot;routes&quot; specify information that is added on to the information returned from automatic configuration.  The &quot;ignore-auto-routes&quot; and &quot;ignore-auto-dns&quot; properties modify this behavior. For methods that imply no upstream network, such as &quot;shared&quot; or &quot;link-local&quot;, these properties must be empty. For IPv4 method &quot;shared&quot;, the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared." /><property name="never-default" name_upper="NEVER_DEFAULT" type="boolean" default="FALSE" description="If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager." /><property name="ra-timeout" name_upper="RA_TIMEOUT" type="int32" default="0" description="A timeout for waiting Router Advertisements in seconds. If zero (the default), a globally configured default is used. If still unspecified, the timeout depends on the sysctl settings of the device. Set to 2147483647 (MAXINT32) for infinity." /><property name="route-metric" name_upper="ROUTE_METRIC" type="int64" default="-1" description="The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric." /><property name="route-table" name_upper="ROUTE_TABLE" type="uint32" default="0" description="Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager." /><property name="routes" name_upper="ROUTES" type="array of legacy IPv6 route struct" description="Array of IP routes." /><property name="routing-rules" name_upper="ROUTING_RULES" /><property name="token" name_upper="TOKEN" type="string" description="Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode." /></setting><setting name="ip-tunnel" description="IP Tunneling Settings" name_upper="IP_TUNNEL"><property name="encapsulation-limit" name_upper="ENCAPSULATION_LIMIT" type="uint32" default="0" description="How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels." /><property name="flags" name_upper="FLAGS" type="uint32" default="0" description="Tunnel flags. Currently, the following values are supported: NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT (0x1), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS (0x2), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL (0x4), NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV (0x8), NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY (0x10), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK (0x20). They are valid only for IPv6 tunnels." /><property name="flow-label" name_upper="FLOW_LABEL" type="uint32" default="0" description="The flow label to assign to tunnel packets. This property applies only to IPv6 tunnels." /><property name="input-key" name_upper="INPUT_KEY" type="string" description="The key used for tunnel input packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used." /><property name="local" name_upper="LOCAL" type="string" description="The local endpoint of the tunnel; the value can be empty, otherwise it must contain an IPv4 or IPv6 address." alias="local" /><property name="mode" name_upper="MODE" type="uint32" default="0" description="The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2)." alias="mode" /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments." /><property name="output-key" name_upper="OUTPUT_KEY" type="string" description="The key used for tunnel output packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used." /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID the new device will be bound to so that tunneled packets will only be routed via that interface." alias="dev" /><property name="path-mtu-discovery" name_upper="PATH_MTU_DISCOVERY" type="boolean" default="TRUE" description="Whether to enable Path MTU Discovery on this tunnel." /><property name="remote" name_upper="REMOTE" type="string" description="The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 address." alias="remote" /><property name="tos" name_upper="TOS" type="uint32" default="0" description="The type of service (IPv4) or traffic class (IPv6) field to be set on tunneled packets." /><property name="ttl" name_upper="TTL" type="uint32" default="0" description="The TTL to assign to tunneled packets. 0 is a special value meaning that packets inherit the TTL value." /></setting><setting name="macsec" description="MACSec Settings" name_upper="MACSEC"><property name="encrypt" name_upper="ENCRYPT" type="boolean" default="TRUE" description="Whether the transmitted traffic must be encrypted." alias="encrypt" /><property name="mka-cak" name_upper="MKA_CAK" type="string" description="The pre-shared CAK (Connectivity Association Key) for MACsec Key Agreement." alias="cak" /><property name="mka-cak-flags" name_upper="MKA_CAK_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;mka-cak&quot; property." /><property name="mka-ckn" name_upper="MKA_CKN" type="string" description="The pre-shared CKN (Connectivity-association Key Name) for MACsec Key Agreement." alias="ckn" /><property name="mode" name_upper="MODE" type="int32" default="0" description="Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained." alias="mode" /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created.  If this property is not specified, the connection must contain an &quot;802-3-ethernet&quot; setting with a &quot;mac-address&quot; property." alias="dev" /><property name="port" name_upper="PORT" type="int32" default="1" description="The port component of the SCI (Secure Channel Identifier), between 1 and 65534." alias="port" /><property name="send-sci" name_upper="SEND_SCI" type="boolean" default="TRUE" description="Specifies whether the SCI (Secure Channel Identifier) is included in every packet." /><property name="validation" name_upper="VALIDATION" type="int32" default="2" description="Specifies the validation mode for incoming frames." /></setting><setting name="macvlan" description="MAC VLAN Settings" name_upper="MACVLAN"><property name="mode" name_upper="MODE" type="uint32" default="0" description="The macvlan mode, which specifies the communication mechanism between multiple macvlans on the same lower device." alias="mode" /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this MAC-VLAN interface should be created.  If this property is not specified, the connection must contain an &quot;802-3-ethernet&quot; setting with a &quot;mac-address&quot; property." alias="dev" /><property name="promiscuous" name_upper="PROMISCUOUS" type="boolean" default="TRUE" description="Whether the interface should be put in promiscuous mode." /><property name="tap" name_upper="TAP" type="boolean" default="FALSE" description="Whether the interface should be a MACVTAP." alias="tap" /></setting><setting name="match" description="Match settings" name_upper="MATCH"><property name="driver" name_upper="DRIVER" type="array of string" description="A list of driver names to match. Each element is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\' are used for optional and mandatory matches and inverting the pattern." /><property name="interface-name" name_upper="INTERFACE_NAME" type="array of string" description="A list of interface names to match. Each element is a shell wildcard pattern. An element can be prefixed with a pipe symbol (|) or an ampersand (&amp;). The former means that the element is optional and the latter means that it is mandatory. If there are any optional elements, than the match evaluates to true if at least one of the optional element matches (logical OR). If there are any mandatory elements, then they all must match (logical AND). By default, an element is optional. This means that an element &quot;foo&quot; behaves the same as &quot;|foo&quot;. An element can also be inverted with exclamation mark (!) between the pipe symbol (or the ampersand) and before the pattern. Note that &quot;!foo&quot; is a shortcut for the mandatory match &quot;&amp;!foo&quot;. Finally, a backslash can be used at the beginning of the element (after the optional special characters) to escape the start of the pattern. For example, &quot;&amp;\!a&quot; is an mandatory match for literally &quot;!a&quot;." /><property name="kernel-command-line" name_upper="KERNEL_COMMAND_LINE" type="array of string" description="A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated &quot;=&quot;). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\' are used for optional and mandatory matches and inverting the pattern." /><property name="path" name_upper="PATH" type="array of string" description="A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form &quot;pci-$domain:$bus:$device.$function&quot;, where each variable is an hexadecimal value; for example &quot;pci-0000:0a:00.0&quot;. The path of a device can be obtained with &quot;udevadm info /sys/class/net/$dev | grep ID_PATH=&quot; or by looking at the &quot;path&quot; property exported by NetworkManager (&quot;nmcli -f general.path device show $dev&quot;). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\' are used for optional and mandatory matches and inverting the pattern." /></setting><setting name="802-11-olpc-mesh" description="OLPC Wireless Mesh Settings" name_upper="OLPC_MESH" alias="olpc-mesh"><property name="channel" name_upper="CHANNEL" type="uint32" default="0" description="Channel on which the mesh network to join is located." alias="channel" /><property name="dhcp-anycast-address" name_upper="DHCP_ANYCAST_ADDRESS" type="byte array" description="Anycast DHCP MAC address used when requesting an IP address via DHCP. The specific anycast address used determines which DHCP server class answers the request." alias="dhcp-anycast" /><property name="ssid" name_upper="SSID" type="byte array" description="SSID of the mesh network to join." alias="ssid" /></setting><setting name="ovs-bridge" description="OvsBridge Link Settings" name_upper="OVS_BRIDGE"><property name="datapath-type" name_upper="DATAPATH_TYPE" type="string" description="The data path type. One of &quot;system&quot;, &quot;netdev&quot; or empty." /><property name="fail-mode" name_upper="FAIL_MODE" type="string" description="The bridge failure mode. One of &quot;secure&quot;, &quot;standalone&quot; or empty." /><property name="mcast-snooping-enable" name_upper="MCAST_SNOOPING_ENABLE" type="boolean" default="FALSE" description="Enable or disable multicast snooping." /><property name="rstp-enable" name_upper="RSTP_ENABLE" type="boolean" default="FALSE" description="Enable or disable RSTP." /><property name="stp-enable" name_upper="STP_ENABLE" type="boolean" default="FALSE" description="Enable or disable STP." /></setting><setting name="ovs-dpdk" description="OvsDpdk Link Settings" name_upper="OVS_DPDK"><property name="devargs" name_upper="DEVARGS" type="string" description="Open vSwitch DPDK device arguments." /></setting><setting name="ovs-interface" description="Open vSwitch Interface Settings" name_upper="OVS_INTERFACE"><property name="type" name_upper="TYPE" type="string" description="The interface type. Either &quot;internal&quot;, &quot;system&quot;, &quot;patch&quot;, &quot;dpdk&quot;, or empty." /></setting><setting name="ovs-patch" description="OvsPatch Link Settings" name_upper="OVS_PATCH"><property name="peer" name_upper="PEER" type="string" description="Specifies the name of the interface for the other side of the patch. The patch on the other side must also set this interface as peer." /></setting><setting name="ovs-port" description="OvsPort Link Settings" name_upper="OVS_PORT"><property name="bond-downdelay" name_upper="BOND_DOWNDELAY" type="uint32" default="0" description="The time port must be inactive in order to be considered down." /><property name="bond-mode" name_upper="BOND_MODE" type="string" description="Bonding mode. One of &quot;active-backup&quot;, &quot;balance-slb&quot;, or &quot;balance-tcp&quot;." /><property name="bond-updelay" name_upper="BOND_UPDELAY" type="uint32" default="0" description="The time port must be active before it starts forwarding traffic." /><property name="lacp" name_upper="LACP" type="string" description="LACP mode. One of &quot;active&quot;, &quot;off&quot;, or &quot;passive&quot;." /><property name="tag" name_upper="TAG" type="uint32" default="0" description="The VLAN tag in the range 0-4095." /><property name="vlan-mode" name_upper="VLAN_MODE" type="string" description="The VLAN mode. One of &quot;access&quot;, &quot;native-tagged&quot;, &quot;native-untagged&quot;, &quot;trunk&quot; or unset." /></setting><setting name="ppp" description="Point-to-Point Protocol Settings" name_upper="PPP"><property name="baud" name_upper="BAUD" type="uint32" default="0" description="If non-zero, instruct pppd to set the serial port to the specified baudrate.  This value should normally be left as 0 to automatically choose the speed." /><property name="crtscts" name_upper="CRTSCTS" type="boolean" default="FALSE" description="If TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals.  This value should normally be set to FALSE." /><property name="lcp-echo-failure" name_upper="LCP_ECHO_FAILURE" type="uint32" default="0" description="If non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer.  The &quot;lcp-echo-interval&quot; property must also be set to a non-zero value if this property is used." /><property name="lcp-echo-interval" name_upper="LCP_ECHO_INTERVAL" type="uint32" default="0" description="If non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value).  Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this." /><property name="mppe-stateful" name_upper="MPPE_STATEFUL" type="boolean" default="FALSE" description="If TRUE, stateful MPPE is used.  See pppd documentation for more information on stateful MPPE." /><property name="mru" name_upper="MRU" type="uint32" default="0" description="If non-zero, instruct pppd to request that the peer send packets no larger than the specified size.  If non-zero, the MRU should be between 128 and 16384." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, instruct pppd to send packets no larger than the specified size." /><property name="no-vj-comp" name_upper="NO_VJ_COMP" type="boolean" default="FALSE" description="If TRUE, Van Jacobsen TCP header compression will not be requested." /><property name="noauth" name_upper="NOAUTH" type="boolean" default="TRUE" description="If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client.  If FALSE, require authentication from the remote side.  In almost all cases, this should be TRUE." /><property name="nobsdcomp" name_upper="NOBSDCOMP" type="boolean" default="FALSE" description="If TRUE, BSD compression will not be requested." /><property name="nodeflate" name_upper="NODEFLATE" type="boolean" default="FALSE" description="If TRUE, &quot;deflate&quot; compression will not be requested." /><property name="refuse-chap" name_upper="REFUSE_CHAP" type="boolean" default="FALSE" description="If TRUE, the CHAP authentication method will not be used." /><property name="refuse-eap" name_upper="REFUSE_EAP" type="boolean" default="FALSE" description="If TRUE, the EAP authentication method will not be used." /><property name="refuse-mschap" name_upper="REFUSE_MSCHAP" type="boolean" default="FALSE" description="If TRUE, the MSCHAP authentication method will not be used." /><property name="refuse-mschapv2" name_upper="REFUSE_MSCHAPV2" type="boolean" default="FALSE" description="If TRUE, the MSCHAPv2 authentication method will not be used." /><property name="refuse-pap" name_upper="REFUSE_PAP" type="boolean" default="FALSE" description="If TRUE, the PAP authentication method will not be used." /><property name="require-mppe" name_upper="REQUIRE_MPPE" type="boolean" default="FALSE" description="If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session.  If either 64-bit or 128-bit MPPE is not available the session will fail.  Note that MPPE is not used on mobile broadband connections." /><property name="require-mppe-128" name_upper="REQUIRE_MPPE_128" type="boolean" default="FALSE" description="If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session, and the &quot;require-mppe&quot; property must also be set to TRUE.  If 128-bit MPPE is not available the session will fail." /></setting><setting name="pppoe" description="PPP-over-Ethernet Settings" name_upper="PPPOE"><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name on which this PPPoE connection should be created.  If this property is not specified, the connection is activated on the interface specified in &quot;interface-name&quot; of NMSettingConnection." alias="parent" /><property name="password" name_upper="PASSWORD" type="string" description="Password used to authenticate with the PPPoE service." alias="password" /><property name="password-flags" name_upper="PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;password&quot; property." /><property name="service" name_upper="SERVICE" type="string" description="If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service.  For most providers, this should be left blank.  It is only required if there are multiple access concentrators or a specific service is known to be required." alias="service" /><property name="username" name_upper="USERNAME" type="string" description="Username used to authenticate with the PPPoE service." alias="username" /></setting><setting name="proxy" description="WWW Proxy Settings" name_upper="PROXY"><property name="browser-only" name_upper="BROWSER_ONLY" type="boolean" default="FALSE" description="Whether the proxy configuration is for browser only." alias="browser-only" /><property name="method" name_upper="METHOD" type="int32" default="0" description="Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)" alias="method" /><property name="pac-script" name_upper="PAC_SCRIPT" type="string" description="PAC script for the connection." alias="pac-script" /><property name="pac-url" name_upper="PAC_URL" type="string" description="PAC URL for obtaining PAC file." alias="pac-url" /></setting><setting name="serial" description="Serial Link Settings" name_upper="SERIAL"><property name="baud" name_upper="BAUD" type="uint32" default="57600" description="Speed to use for communication over the serial port.  Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed." /><property name="bits" name_upper="BITS" type="uint32" default="8" description="Byte-width of the serial communication. The 8 in &quot;8n1&quot; for example." /><property name="parity" name_upper="PARITY" type="NMSettingSerialParity (byte)" description="Parity setting of the serial port." /><property name="send-delay" name_upper="SEND_DELAY" type="uint64" default="0" description="Time to delay between each byte sent to the modem, in microseconds." /><property name="stopbits" name_upper="STOPBITS" type="uint32" default="1" description="Number of stop bits for communication on the serial port.  Either 1 or 2. The 1 in &quot;8n1&quot; for example." /></setting><setting name="sriov" description="SR-IOV settings" name_upper="SRIOV"><property name="autoprobe-drivers" name_upper="AUTOPROBE_DRIVERS" type="NMTernary (int32)" description="Whether to autoprobe virtual functions by a compatible driver. If set to NM_TERNARY_TRUE (1), the kernel will try to bind VFs to a compatible driver and if this succeeds a new network interface will be instantiated for each VF. If set to NM_TERNARY_FALSE (0), VFs will not be claimed and no network interfaces will be created for them. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_TRUE (1)." /><property name="total-vfs" name_upper="TOTAL_VFS" type="uint32" default="0" description="The total number of virtual functions to create. Note that when the sriov setting is present NetworkManager enforces the number of virtual functions on the interface (also when it is zero) during activation and resets it upon deactivation. To prevent any changes to SR-IOV parameters don't add a sriov setting to the connection." /><property name="vfs" name_upper="VFS" type="array of vardict" description="Array of virtual function descriptors. Each VF descriptor is a dictionary mapping attribute names to GVariant values. The 'index' entry is mandatory for each VF. When represented as string a VF is in the form: &quot;INDEX [ATTR=VALUE[ ATTR=VALUE]...]&quot;. for example: &quot;2 mac=00:11:22:33:44:55 spoof-check=true&quot;. Multiple VFs can be specified using a comma as separator. Currently, the following attributes are supported: mac, spoof-check, trust, min-tx-rate, max-tx-rate, vlans. The &quot;vlans&quot; attribute is represented as a semicolon-separated list of VLAN descriptors, where each descriptor has the form &quot;ID[.PRIORITY[.PROTO]]&quot;. PROTO can be either 'q' for 802.1Q (the default) or 'ad' for 802.1ad." /></setting><setting name="tc" description="Linux Traffic Control Settings" name_upper="TC_CONFIG"><property name="qdiscs" name_upper="QDISCS" type="array of vardict" description="Array of TC queueing disciplines." /><property name="tfilters" name_upper="TFILTERS" type="array of vardict" description="Array of TC traffic filters." /></setting><setting name="team" description="Teaming Settings" name_upper="TEAM"><property name="config" name_upper="CONFIG" type="string" description="The JSON configuration for the team network interface.  The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used.  See man teamd.conf for the format details." alias="config" /><property name="link-watchers" name_upper="LINK_WATCHERS" type="array of vardict" description="Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are:   ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details." /><property name="mcast-rejoin-count" name_upper="MCAST_REJOIN_COUNT" type="int32" default="-1" description="Corresponds to the teamd mcast_rejoin.count." /><property name="mcast-rejoin-interval" name_upper="MCAST_REJOIN_INTERVAL" type="int32" default="-1" description="Corresponds to the teamd mcast_rejoin.interval." /><property name="notify-peers-count" name_upper="NOTIFY_PEERS_COUNT" type="int32" default="-1" description="Corresponds to the teamd notify_peers.count." /><property name="notify-peers-interval" name_upper="NOTIFY_PEERS_INTERVAL" type="int32" default="-1" description="Corresponds to the teamd notify_peers.interval." /><property name="runner" name_upper="RUNNER" type="string" description="Corresponds to the teamd runner.name. Permitted values are: &quot;roundrobin&quot;, &quot;broadcast&quot;, &quot;activebackup&quot;, &quot;loadbalance&quot;, &quot;lacp&quot;, &quot;random&quot;." /><property name="runner-active" name_upper="RUNNER_ACTIVE" type="boolean" default="TRUE" description="Corresponds to the teamd runner.active." /><property name="runner-agg-select-policy" name_upper="RUNNER_AGG_SELECT_POLICY" type="string" description="Corresponds to the teamd runner.agg_select_policy." /><property name="runner-fast-rate" name_upper="RUNNER_FAST_RATE" type="boolean" default="FALSE" description="Corresponds to the teamd runner.fast_rate." /><property name="runner-hwaddr-policy" name_upper="RUNNER_HWADDR_POLICY" type="string" description="Corresponds to the teamd runner.hwaddr_policy." /><property name="runner-min-ports" name_upper="RUNNER_MIN_PORTS" type="int32" default="-1" description="Corresponds to the teamd runner.min_ports." /><property name="runner-sys-prio" name_upper="RUNNER_SYS_PRIO" type="int32" default="-1" description="Corresponds to the teamd runner.sys_prio." /><property name="runner-tx-balancer" name_upper="RUNNER_TX_BALANCER" type="string" description="Corresponds to the teamd runner.tx_balancer.name." /><property name="runner-tx-balancer-interval" name_upper="RUNNER_TX_BALANCER_INTERVAL" type="int32" default="-1" description="Corresponds to the teamd runner.tx_balancer.interval." /><property name="runner-tx-hash" name_upper="RUNNER_TX_HASH" type="array of string" description="Corresponds to the teamd runner.tx_hash." /></setting><setting name="team-port" description="Team Port Settings" name_upper="TEAM_PORT"><property name="config" name_upper="CONFIG" type="string" description="The JSON configuration for the team port. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used. See man teamd.conf for the format details." alias="config" /><property name="lacp-key" name_upper="LACP_KEY" type="int32" default="-1" description="Corresponds to the teamd ports.PORTIFNAME.lacp_key." /><property name="lacp-prio" name_upper="LACP_PRIO" type="int32" default="-1" description="Corresponds to the teamd ports.PORTIFNAME.lacp_prio." /><property name="link-watchers" name_upper="LINK_WATCHERS" type="array of vardict" description="Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are:   ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details." /><property name="prio" name_upper="PRIO" type="int32" default="0" description="Corresponds to the teamd ports.PORTIFNAME.prio." /><property name="queue-id" name_upper="QUEUE_ID" type="int32" default="-1" description="Corresponds to the teamd ports.PORTIFNAME.queue_id. When set to -1 means the parameter is skipped from the json config." /><property name="sticky" name_upper="STICKY" type="boolean" default="FALSE" description="Corresponds to the teamd ports.PORTIFNAME.sticky." /></setting><setting name="tun" description="Tunnel Settings" name_upper="TUN"><property name="group" name_upper="GROUP" type="string" description="The group ID which will own the device. If set to NULL everyone will be able to use the device." alias="group" /><property name="mode" name_upper="MODE" type="uint32" default="1" description="The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one." alias="mode" /><property name="multi-queue" name_upper="MULTI_QUEUE" type="boolean" default="FALSE" description="If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue." alias="multi-queue" /><property name="owner" name_upper="OWNER" type="string" description="The user ID which will own the device. If set to NULL everyone will be able to use the device." alias="owner" /><property name="pi" name_upper="PI" type="boolean" default="FALSE" description="If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets." alias="pi" /><property name="vnet-hdr" name_upper="VNET_HDR" type="boolean" default="FALSE" description="If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header." alias="vnet-hdr" /></setting><setting name="vlan" description="VLAN Settings" name_upper="VLAN"><property name="egress-priority-map" name_upper="EGRESS_PRIORITY_MAP" type="array of string" description="For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p priorities.  The mapping is given in the format &quot;from:to&quot; where both &quot;from&quot; and &quot;to&quot; are unsigned integers, ie &quot;7:3&quot;." alias="egress" /><property name="flags" name_upper="FLAGS" type="NMVlanFlags (uint32)" description="One or more flags which control the behavior and features of the VLAN interface.  Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of output packet headers), NM_VLAN_FLAG_GVRP (0x2) (use of the GVRP protocol), and NM_VLAN_FLAG_LOOSE_BINDING (0x4) (loose binding of the interface to its master device's operating state). NM_VLAN_FLAG_MVRP (0x8) (use of the MVRP protocol). The default value of this property is NM_VLAN_FLAG_REORDER_HEADERS, but it used to be 0. To preserve backward compatibility, the default-value in the D-Bus API continues to be 0 and a missing property on D-Bus is still considered as 0." alias="flags" /><property name="id" name_upper="ID" type="uint32" default="0" description="The VLAN identifier that the interface created by this connection should be assigned. The valid range is from 0 to 4094, without the reserved id 4095." alias="id" /><property name="ingress-priority-map" name_upper="INGRESS_PRIORITY_MAP" type="array of string" description="For incoming packets, a list of mappings from 802.1p priorities to Linux SKB priorities.  The mapping is given in the format &quot;from:to&quot; where both &quot;from&quot; and &quot;to&quot; are unsigned integers, ie &quot;7:3&quot;." alias="ingress" /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID from which this VLAN interface should be created.  If this property is not specified, the connection must contain an &quot;802-3-ethernet&quot; setting with a &quot;mac-address&quot; property." alias="dev" /></setting><setting name="vpn" description="VPN Settings" name_upper="VPN"><property name="data" name_upper="DATA" type="dict of string to string" default="{}" description="Dictionary of key/value pairs of VPN plugin specific data.  Both keys and values must be strings." /><property name="persistent" name_upper="PERSISTENT" type="boolean" default="FALSE" description="If the VPN service supports persistence, and this property is TRUE, the VPN will attempt to stay connected across link changes and outages, until explicitly disconnected." /><property name="secrets" name_upper="SECRETS" type="dict of string to string" default="{}" description="Dictionary of key/value pairs of VPN plugin specific secrets like passwords or private keys.  Both keys and values must be strings." /><property name="service-type" name_upper="SERVICE_TYPE" type="string" description="D-Bus service name of the VPN plugin that this setting uses to connect to its network.  i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin." alias="vpn-type" /><property name="timeout" name_upper="TIMEOUT" type="uint32" default="0" description="Timeout for the VPN service to establish the connection. Some services may take quite a long time to connect. Value of 0 means a default timeout, which is 60 seconds (unless overridden by vpn.timeout in configuration file). Values greater than zero mean timeout in seconds." /><property name="user-name" name_upper="USER_NAME" type="string" description="If the VPN connection requires a user name for authentication, that name should be provided here.  If the connection is available to more than one user, and the VPN requires each user to supply a different name, then leave this property empty.  If this property is empty, NetworkManager will automatically supply the username of the user which requested the VPN connection." alias="user" /></setting><setting name="vrf" description="VRF settings" name_upper="VRF"><property name="table" name_upper="TABLE" type="uint32" default="0" description="The routing table for this VRF." alias="table" /></setting><setting name="vxlan" description="VXLAN Settings" name_upper="VXLAN"><property name="ageing" name_upper="AGEING" type="uint32" default="300" description="Specifies the lifetime in seconds of FDB entries learnt by the kernel." /><property name="destination-port" name_upper="DESTINATION_PORT" type="uint32" default="8472" description="Specifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint." alias="destination-port" /><property name="id" name_upper="ID" type="uint32" default="0" description="Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use." alias="id" /><property name="l2-miss" name_upper="L2_MISS" type="boolean" default="FALSE" description="Specifies whether netlink LL ADDR miss notifications are generated." /><property name="l3-miss" name_upper="L3_MISS" type="boolean" default="FALSE" description="Specifies whether netlink IP ADDR miss notifications are generated." /><property name="learning" name_upper="LEARNING" type="boolean" default="TRUE" description="Specifies whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database." /><property name="limit" name_upper="LIMIT" type="uint32" default="0" description="Specifies the maximum number of FDB entries. A value of zero means that the kernel will store unlimited entries." /><property name="local" name_upper="LOCAL" type="string" description="If given, specifies the source IP address to use in outgoing packets." alias="local" /><property name="parent" name_upper="PARENT" type="string" description="If given, specifies the parent interface name or parent connection UUID." alias="dev" /><property name="proxy" name_upper="PROXY" type="boolean" default="FALSE" description="Specifies whether ARP proxy is turned on." /><property name="remote" name_upper="REMOTE" type="string" description="Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join." alias="remote" /><property name="rsc" name_upper="RSC" type="boolean" default="FALSE" description="Specifies whether route short circuit is turned on." /><property name="source-port-max" name_upper="SOURCE_PORT_MAX" type="uint32" default="0" description="Specifies the maximum UDP source port to communicate to the remote VXLAN tunnel endpoint." alias="source-port-max" /><property name="source-port-min" name_upper="SOURCE_PORT_MIN" type="uint32" default="0" description="Specifies the minimum UDP source port to communicate to the remote VXLAN tunnel endpoint." alias="source-port-min" /><property name="tos" name_upper="TOS" type="uint32" default="0" description="Specifies the TOS value to use in outgoing packets." /><property name="ttl" name_upper="TTL" type="uint32" default="0" description="Specifies the time-to-live value to use in outgoing packets." /></setting><setting name="wifi-p2p" description="Wi-Fi P2P Settings" name_upper="WIFI_P2P"><property name="peer" name_upper="PEER" type="string" description="The P2P device that should be connected to. Currently, this is the only way to create or join a group." alias="peer" /><property name="wfd-ies" name_upper="WFD_IES" type="byte array" description="The Wi-Fi Display (WFD) Information Elements (IEs) to set. Wi-Fi Display requires a protocol specific information element to be set in certain Wi-Fi frames. These can be specified here for the purpose of establishing a connection. This setting is only useful when implementing a Wi-Fi Display client." /><property name="wps-method" name_upper="WPS_METHOD" type="uint32" default="0" description="Flags indicating which mode of WPS is to be used. There's little point in changing the default setting as NetworkManager will automatically determine the best method to use." /></setting><setting name="wimax" description="WiMax Settings" name_upper="WIMAX"><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing). Deprecated: 1" alias="mac" /><property name="network-name" name_upper="NETWORK_NAME" type="string" description="Network Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1" alias="nsp" /></setting><setting name="802-3-ethernet" description="Wired Ethernet Settings" name_upper="WIRED" alias="ethernet"><property name="auto-negotiate" name_upper="AUTO_NEGOTIATE" type="boolean" default="FALSE" description="When TRUE, enforce auto-negotiation of speed and duplex mode. If &quot;speed&quot; and &quot;duplex&quot; properties are both specified, only that single mode will be advertised and accepted during the link auto-negotiation process: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. When FALSE, &quot;speed&quot; and &quot;duplex&quot; properties should be both set or link configuration will be skipped." /><property name="cloned-mac-address" name_upper="CLONED_MAC_ADDRESS" type="byte array" description="If specified, request that the device use this MAC address instead. This is known as MAC cloning or spoofing. Beside explicitly specifying a MAC address, the special values &quot;preserve&quot;, &quot;permanent&quot;, &quot;random&quot; and &quot;stable&quot; are supported. &quot;preserve&quot; means not to touch the MAC address on activation. &quot;permanent&quot; means to use the permanent hardware address if the device has one (otherwise this is treated as &quot;preserve&quot;). &quot;random&quot; creates a random MAC address on each connect. &quot;stable&quot; creates a hashed MAC address based on connection.stable-id and a machine dependent key. If unspecified, the value can be overwritten via global defaults, see manual of NetworkManager.conf. If still unspecified, it defaults to &quot;preserve&quot; (older versions of NetworkManager may use a different default value). On D-Bus, this field is expressed as &quot;assigned-mac-address&quot; or the deprecated &quot;cloned-mac-address&quot;." alias="cloned-mac" /><property name="duplex" name_upper="DUPLEX" type="string" description="When a value is set, either &quot;half&quot; or &quot;full&quot;, configures the device to use the specified duplex mode. If &quot;auto-negotiate&quot; is &quot;yes&quot; the specified duplex mode will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabits modes, as in these cases link negotiation is mandatory. If the value is unset (the default), the link configuration will be either skipped (if &quot;auto-negotiate&quot; is &quot;no&quot;, the default) or will be auto-negotiated (if &quot;auto-negotiate&quot; is &quot;yes&quot;) and the local device will advertise all the supported duplex modes. Must be set together with the &quot;speed&quot; property if specified. Before specifying a duplex mode be sure your device supports it." /><property name="generate-mac-address-mask" name_upper="GENERATE_MAC_ADDRESS_MASK" type="string" description="With &quot;cloned-mac-address&quot; setting &quot;random&quot; or &quot;stable&quot;, by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting &quot;FE:FF:FF:00:00:00&quot; means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the &quot;random&quot; or &quot;stable&quot; algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of &quot;FE:FF:FF:00:00:00 68:F7:28:00:00:00&quot; will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of &quot;02:00:00:00:00:00 00:00:00:00:00:00&quot; will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more than one additional MAC addresses, one of them is chosen randomly. For example, &quot;02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00&quot; will create a fully scrambled MAC address, randomly locally or globally administered." /><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing)." alias="mac" /><property name="mac-address-blacklist" name_upper="MAC_ADDRESS_BLACKLIST" type="array of string" description="If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list.  Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55)." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames." alias="mtu" /><property name="port" name_upper="PORT" type="string" description="Specific port type to use if the device supports multiple attachment methods.  One of &quot;tp&quot; (Twisted Pair), &quot;aui&quot; (Attachment Unit Interface), &quot;bnc&quot; (Thin Ethernet) or &quot;mii&quot; (Media Independent Interface). If the device supports only one port type, this setting is ignored." /><property name="s390-nettype" name_upper="S390_NETTYPE" type="string" description="s390 network device type; one of &quot;qeth&quot;, &quot;lcs&quot;, or &quot;ctc&quot;, representing the different types of virtual network devices available on s390 systems." /><property name="s390-options" name_upper="S390_OPTIONS" type="dict of string to string" default="{}" description="Dictionary of key/value pairs of s390-specific device options.  Both keys and values must be strings.  Allowed keys include &quot;portno&quot;, &quot;layer2&quot;, &quot;portname&quot;, &quot;protocol&quot;, among others.  Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9])." /><property name="s390-subchannels" name_upper="S390_SUBCHANNELS" type="array of string" description="Identifies specific subchannels that this network device uses for communication with z/VM or s390 host.  Like the &quot;mac-address&quot; property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels.  The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character." /><property name="speed" name_upper="SPEED" type="uint32" default="0" description="When a value greater than 0 is set, configures the device to use the specified speed. If &quot;auto-negotiate&quot; is &quot;yes&quot; the specified speed will be the only one advertised during link negotiation: this works only for BASE-T 802.3 specifications and is useful for enforcing gigabit speeds, as in this case link negotiation is mandatory. If the value is unset (0, the default), the link configuration will be either skipped (if &quot;auto-negotiate&quot; is &quot;no&quot;, the default) or will be auto-negotiated (if &quot;auto-negotiate&quot; is &quot;yes&quot;) and the local device will advertise all the supported speeds. In Mbit/s, ie 100 == 100Mbit/s. Must be set together with the &quot;duplex&quot; property when non-zero. Before specifying a speed value be sure your device supports it." /><property name="wake-on-lan" name_upper="WAKE_ON_LAN" type="uint32" default="1" description="The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40) or the special values NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager)." /><property name="wake-on-lan-password" name_upper="WAKE_ON_LAN_PASSWORD" type="string" description="If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address.  If NULL, no password will be required." /></setting><setting name="wireguard" description="WireGuard Settings" name_upper="WIREGUARD"><property name="fwmark" name_upper="FWMARK" type="uint32" default="0" description="The use of fwmark is optional and is by default off. Setting it to 0 disables it. Otherwise, it is a 32-bit fwmark for outgoing packets. Note that &quot;ip4-auto-default-route&quot; or &quot;ip6-auto-default-route&quot; enabled, implies to automatically choose a fwmark." /><property name="ip4-auto-default-route" name_upper="IP4_AUTO_DEFAULT_ROUTE" type="NMTernary (int32)" description="Whether to enable special handling of the IPv4 default route. If enabled, the IPv4 default route from wireguard.peer-routes will be placed to a dedicated routing-table and two policy routing rules will be added. The fwmark number is also used as routing-table for the default-route, and if fwmark is zero, an unused fwmark/table is chosen automatically. This corresponds to what wg-quick does with Table=auto and what WireGuard calls &quot;Improved Rule-based Routing&quot;. Note that for this automatism to work, you usually don't want to set ipv4.gateway, because that will result in a conflicting default route. Leaving this at the default will enable this option automatically if ipv4.never-default is not set and there are any peers that use a default-route as allowed-ips." /><property name="ip6-auto-default-route" name_upper="IP6_AUTO_DEFAULT_ROUTE" type="NMTernary (int32)" description="Like ip4-auto-default-route, but for the IPv6 default route." /><property name="listen-port" name_upper="LISTEN_PORT" type="uint32" default="0" description="The listen-port. If listen-port is not specified, the port will be chosen randomly when the interface comes up." /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments. If zero a default MTU is used. Note that contrary to wg-quick's MTU setting, this does not take into account the current routes at the time of activation." /><property name="peer-routes" name_upper="PEER_ROUTES" type="boolean" default="TRUE" description="Whether to automatically add routes for the AllowedIPs ranges of the peers. If TRUE (the default), NetworkManager will automatically add routes in the routing tables according to ipv4.route-table and ipv6.route-table. Usually you want this automatism enabled. If FALSE, no such routes are added automatically. In this case, the user may want to configure static routes in ipv4.routes and ipv6.routes, respectively. Note that if the peer's AllowedIPs is &quot;0.0.0.0/0&quot; or &quot;::/0&quot; and the profile's ipv4.never-default or ipv6.never-default setting is enabled, the peer route for this peer won't be added automatically." /><property name="private-key" name_upper="PRIVATE_KEY" type="string" description="The 256 bit private-key in base64 encoding." /><property name="private-key-flags" name_upper="PRIVATE_KEY_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;private-key&quot; property." /></setting><setting name="802-11-wireless" description="Wi-Fi Settings" name_upper="WIRELESS" alias="wifi"><property name="ap-isolation" name_upper="AP_ISOLATION" type="NMTernary (int32)" description="Configures AP isolation, which prevents communication between wireless devices connected to this AP. This property can be set to a value different from NM_TERNARY_DEFAULT (-1) only when the interface is configured in AP mode. If set to NM_TERNARY_TRUE (1), devices are not able to communicate with each other. This increases security because it protects devices against attacks from other clients in the network. At the same time, it prevents devices to access resources on the same wireless networks as file shares, printers, etc. If set to NM_TERNARY_FALSE (0), devices can talk to each other. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_FALSE (0)." /><property name="band" name_upper="BAND" type="string" description="802.11 frequency band of the network.  One of &quot;a&quot; for 5GHz 802.11a or &quot;bg&quot; for 2.4GHz 802.11.  This will lock associations to the Wi-Fi network to the specific band, i.e. if &quot;a&quot; is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible.  This setting depends on specific driver capability and may not work with all drivers." /><property name="bssid" name_upper="BSSID" type="byte array" description="If specified, directs the device to only associate with the given access point.  This capability is highly driver dependent and not supported by all devices.  Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future." /><property name="channel" name_upper="CHANNEL" type="uint32" default="0" description="Wireless channel to use for the Wi-Fi connection.  The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel.  Because channel numbers overlap between bands, this property also requires the &quot;band&quot; property to be set." /><property name="cloned-mac-address" name_upper="CLONED_MAC_ADDRESS" type="byte array" description="If specified, request that the device use this MAC address instead. This is known as MAC cloning or spoofing. Beside explicitly specifying a MAC address, the special values &quot;preserve&quot;, &quot;permanent&quot;, &quot;random&quot; and &quot;stable&quot; are supported. &quot;preserve&quot; means not to touch the MAC address on activation. &quot;permanent&quot; means to use the permanent hardware address of the device. &quot;random&quot; creates a random MAC address on each connect. &quot;stable&quot; creates a hashed MAC address based on connection.stable-id and a machine dependent key. If unspecified, the value can be overwritten via global defaults, see manual of NetworkManager.conf. If still unspecified, it defaults to &quot;preserve&quot; (older versions of NetworkManager may use a different default value). On D-Bus, this field is expressed as &quot;assigned-mac-address&quot; or the deprecated &quot;cloned-mac-address&quot;." alias="cloned-mac" /><property name="generate-mac-address-mask" name_upper="GENERATE_MAC_ADDRESS_MASK" type="string" description="With &quot;cloned-mac-address&quot; setting &quot;random&quot; or &quot;stable&quot;, by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting &quot;FE:FF:FF:00:00:00&quot; means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the &quot;random&quot; or &quot;stable&quot; algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of &quot;FE:FF:FF:00:00:00 68:F7:28:00:00:00&quot; will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of &quot;02:00:00:00:00:00 00:00:00:00:00:00&quot; will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more than one additional MAC addresses, one of them is chosen randomly. For example, &quot;02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00&quot; will create a fully scrambled MAC address, randomly locally or globally administered." /><property name="hidden" name_upper="HIDDEN" type="boolean" default="FALSE" description="If TRUE, indicates that the network is a non-broadcasting network that hides its SSID. This works both in infrastructure and AP mode. In infrastructure mode, various workarounds are used for a more reliable discovery of hidden networks, such as probe-scanning the SSID.  However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution. In AP mode, the created network does not broadcast its SSID. Note that marking the network as hidden may be a privacy issue for you (in infrastructure mode) or client stations (in AP mode), as the explicit probe-scans are distinctly recognizable on the air." /><property name="mac-address" name_upper="MAC_ADDRESS" type="byte array" description="If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing)." alias="mac" /><property name="mac-address-blacklist" name_upper="MAC_ADDRESS_BLACKLIST" type="array of string" description="A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply.  Each MAC address should be given in the standard hex-digits-and-colons notation (eg &quot;00:11:22:33:44:55&quot;)." /><property name="mac-address-randomization" name_upper="MAC_ADDRESS_RANDOMIZATION" type="uint32" default="0" description="One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization),  NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). This property is deprecated for 'cloned-mac-address'. Deprecated: 1" /><property name="mode" name_upper="MODE" type="string" description="Wi-Fi network mode; one of &quot;infrastructure&quot;, &quot;mesh&quot;, &quot;adhoc&quot; or &quot;ap&quot;.  If blank, infrastructure is assumed." alias="mode" /><property name="mtu" name_upper="MTU" type="uint32" default="0" description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames." alias="mtu" /><property name="powersave" name_upper="POWERSAVE" type="uint32" default="0" description="One of NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2) (disable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3) (enable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1) (don't touch currently configure setting) or NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0) (use the globally configured value). All other values are reserved." /><property name="rate" name_upper="RATE" type="uint32" default="0" description="If non-zero, directs the device to only use the specified bitrate for communication with the access point.  Units are in Kb/s, ie 5500 = 5.5 Mbit/s.  This property is highly driver dependent and not all devices support setting a static bitrate." /><property name="seen-bssids" name_upper="SEEN_BSSIDS" type="array of string" description="A list of BSSIDs (each BSSID formatted as a MAC address like &quot;00:11:22:33:44:55&quot;) that have been detected as part of the Wi-Fi network.  NetworkManager internally tracks previously seen BSSIDs. The property is only meant for reading and reflects the BSSID list of NetworkManager. The changes you make to this property will not be preserved." /><property name="ssid" name_upper="SSID" type="byte array" description="SSID of the Wi-Fi network. Must be specified." alias="ssid" /><property name="tx-power" name_upper="TX_POWER" type="uint32" default="0" description="If non-zero, directs the device to use the specified transmit power. Units are dBm.  This property is highly driver dependent and not all devices support setting a static transmit power." /><property name="wake-on-wlan" name_upper="WAKE_ON_WLAN" type="uint32" default="1" description="The NMSettingWirelessWakeOnWLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRELESS_WAKE_ON_WLAN_ANY (0x2), NM_SETTING_WIRELESS_WAKE_ON_WLAN_DISCONNECT (0x4), NM_SETTING_WIRELESS_WAKE_ON_WLAN_MAGIC (0x8), NM_SETTING_WIRELESS_WAKE_ON_WLAN_GTK_REKEY_FAILURE (0x10), NM_SETTING_WIRELESS_WAKE_ON_WLAN_EAP_IDENTITY_REQUEST (0x20), NM_SETTING_WIRELESS_WAKE_ON_WLAN_4WAY_HANDSHAKE (0x40), NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE (0x80), NM_SETTING_WIRELESS_WAKE_ON_WLAN_TCP (0x100) or the special values NM_SETTING_WIRELESS_WAKE_ON_WLAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager)." /></setting><setting name="802-11-wireless-security" description="Wi-Fi Security Settings" name_upper="WIRELESS_SECURITY" alias="wifi-sec"><property name="auth-alg" name_upper="AUTH_ALG" type="string" description="When WEP is used (ie, key-mgmt = &quot;none&quot; or &quot;ieee8021x&quot;) indicate the 802.11 authentication algorithm required by the AP here.  One of &quot;open&quot; for Open System, &quot;shared&quot; for Shared Key, or &quot;leap&quot; for Cisco LEAP.  When using Cisco LEAP (ie, key-mgmt = &quot;ieee8021x&quot; and auth-alg = &quot;leap&quot;) the &quot;leap-username&quot; and &quot;leap-password&quot; properties must be specified." /><property name="fils" name_upper="FILS" type="int32" default="0" description="Indicates whether Fast Initial Link Setup (802.11ai) must be enabled for the connection.  One of NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE (1) (disable FILS), NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL (2) (enable FILS if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED (3) (enable FILS and fail if not supported).  When set to NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (0) and no global default is set, FILS will be optionally enabled." /><property name="group" name_upper="GROUP" type="array of string" description="A list of group/broadcast encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list.  For maximum compatibility leave this property empty.  Each list element may be one of &quot;wep40&quot;, &quot;wep104&quot;, &quot;tkip&quot;, or &quot;ccmp&quot;." /><property name="key-mgmt" name_upper="KEY_MGMT" type="string" description="Key management used for the connection.  One of &quot;none&quot; (WEP), &quot;ieee8021x&quot; (Dynamic WEP), &quot;wpa-psk&quot; (infrastructure WPA-PSK), &quot;sae&quot; (SAE), &quot;owe&quot; (Opportunistic Wireless Encryption) or &quot;wpa-eap&quot; (WPA-Enterprise).  This property must be set for any Wi-Fi connection that uses security." /><property name="leap-password" name_upper="LEAP_PASSWORD" type="string" description="The login password for legacy LEAP connections (ie, key-mgmt = &quot;ieee8021x&quot; and auth-alg = &quot;leap&quot;)." /><property name="leap-password-flags" name_upper="LEAP_PASSWORD_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;leap-password&quot; property." /><property name="leap-username" name_upper="LEAP_USERNAME" type="string" description="The login username for legacy LEAP connections (ie, key-mgmt = &quot;ieee8021x&quot; and auth-alg = &quot;leap&quot;)." /><property name="pairwise" name_upper="PAIRWISE" type="array of string" description="A list of pairwise encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty.  Each list element may be one of &quot;tkip&quot; or &quot;ccmp&quot;." /><property name="pmf" name_upper="PMF" type="int32" default="0" description="Indicates whether Protected Management Frames (802.11w) must be enabled for the connection.  One of NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) (use global default value), NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE (1) (disable PMF), NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL (2) (enable PMF if the supplicant and the access point support it) or NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED (3) (enable PMF and fail if not supported).  When set to NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT (0) and no global default is set, PMF will be optionally enabled." /><property name="proto" name_upper="PROTO" type="array of string" description="List of strings specifying the allowed WPA protocol versions to use. Each element may be one &quot;wpa&quot; (allow WPA) or &quot;rsn&quot; (allow WPA2/RSN).  If not specified, both WPA and RSN connections are allowed." /><property name="psk" name_upper="PSK" type="string" description="Pre-Shared-Key for WPA networks. For WPA-PSK, it's either an ASCII passphrase of 8 to 63 characters that is (as specified in the 802.11i standard) hashed to derive the actual key, or the key in form of 64 hexadecimal character. The WPA3-Personal networks use a passphrase of any length for SAE authentication." /><property name="psk-flags" name_upper="PSK_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;psk&quot; property." /><property name="wep-key-flags" name_upper="WEP_KEY_FLAGS" type="NMSettingSecretFlags (uint32)" description="Flags indicating how to handle the &quot;wep-key0&quot;, &quot;wep-key1&quot;, &quot;wep-key2&quot;, and &quot;wep-key3&quot; properties." /><property name="wep-key-type" name_upper="WEP_KEY_TYPE" type="NMWepKeyType (uint32)" description="Controls the interpretation of WEP keys.  Allowed values are NM_WEP_KEY_TYPE_KEY (1), in which case the key is either a 10- or 26-character hexadecimal string, or a 5- or 13-character ASCII password; or NM_WEP_KEY_TYPE_PASSPHRASE (2), in which case the passphrase is provided as a string and will be hashed using the de-facto MD5 method to derive the actual WEP key." /><property name="wep-key0" name_upper="WEP_KEY0" type="string" description="Index 0 WEP key.  This is the WEP key used in most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-key1" name_upper="WEP_KEY1" type="string" description="Index 1 WEP key.  This WEP index is not used by most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-key2" name_upper="WEP_KEY2" type="string" description="Index 2 WEP key.  This WEP index is not used by most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-key3" name_upper="WEP_KEY3" type="string" description="Index 3 WEP key.  This WEP index is not used by most networks.  See the &quot;wep-key-type&quot; property for a description of how this key is interpreted." /><property name="wep-tx-keyidx" name_upper="WEP_TX_KEYIDX" type="uint32" default="0" description="When static WEP is used (ie, key-mgmt = &quot;none&quot;) and a non-default WEP key index is used by the AP, put that WEP key index here.  Valid values are 0 (default key) through 3.  Note that some consumer access points (like the Linksys WRT54G) number the keys 1 - 4." /><property name="wps-method" name_upper="WPS_METHOD" type="uint32" default="0" description="Flags indicating which mode of WPS is to be used if any. There's little point in changing the default setting as NetworkManager will automatically determine whether it's feasible to start WPS enrollment from the Access Point capabilities. WPS can be disabled by setting this property to a value of 1." /></setting><setting name="wpan" description="IEEE 802.15.4 (WPAN) MAC Settings" name_upper="WPAN"><property name="channel" name_upper="CHANNEL" type="int32" default="-1" description="IEEE 802.15.4 channel. A positive integer or -1, meaning &quot;do not set, use whatever the device is already set to&quot;." alias="channel" /><property name="mac-address" name_upper="MAC_ADDRESS" type="string" description="If specified, this connection will only apply to the IEEE 802.15.4 (WPAN) MAC layer device whose permanent MAC address matches." alias="mac" /><property name="page" name_upper="PAGE" type="int32" default="-1" description="IEEE 802.15.4 channel page. A positive integer or -1, meaning &quot;do not set, use whatever the device is already set to&quot;." alias="page" /><property name="pan-id" name_upper="PAN_ID" type="uint32" default="65535" description="IEEE 802.15.4 Personal Area Network (PAN) identifier." alias="pan-id" /><property name="short-address" name_upper="SHORT_ADDRESS" type="uint32" default="65535" description="Short IEEE 802.15.4 address to be used within a restricted environment." alias="short-addr" /></setting></nm-setting-docs>
##############################################
network-manager-1.27.91/gtk-doc.make-107-	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
network-manager-1.27.91/gtk-doc.make:108:	  files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
network-manager-1.27.91/gtk-doc.make-109-	  if test "x$$files" != "x" ; then \
network-manager-1.27.91/gtk-doc.make-110-	    for file in $$files ; do \
network-manager-1.27.91/gtk-doc.make:111:	      destdir=`dirname $(abs_builddir)/$$file`; \
network-manager-1.27.91/gtk-doc.make-112-	      test -d "$$destdir" || mkdir -p "$$destdir"; \
##############################################
network-manager-1.27.91/gtk-doc.make-236-	  for img in $(HTML_IMAGES); do \
network-manager-1.27.91/gtk-doc.make:237:	    part=`dirname $$img`; \
network-manager-1.27.91/gtk-doc.make-238-	    echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
##############################################
network-manager-1.27.91/gtk-doc.make-269-install-data-local:
network-manager-1.27.91/gtk-doc.make:270:	@installfiles=`echo $(builddir)/html/*`; \
network-manager-1.27.91/gtk-doc.make-271-	if test "$$installfiles" = '$(builddir)/html/*'; \
##############################################
network-manager-1.27.91/po/Makefile.in.in-57-
network-manager-1.27.91/po/Makefile.in.in:58:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
network-manager-1.27.91/po/Makefile.in.in-59-
##############################################
network-manager-1.27.91/po/Makefile.in.in-87-.po.gmo:
network-manager-1.27.91/po/Makefile.in.in:88:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
network-manager-1.27.91/po/Makefile.in.in-89-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
network-manager-1.27.91/po/Makefile.in.in-188-	  echo "$$lang:"; \
network-manager-1.27.91/po/Makefile.in.in:189:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
network-manager-1.27.91/po/Makefile.in.in-190-	  if $$result; then \
##############################################
network-manager-1.27.91/m4/lib-link.m4-199-        dnl or AC_LIB_HAVE_LINKFLAGS call.
network-manager-1.27.91/m4/lib-link.m4:200:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
network-manager-1.27.91/m4/lib-link.m4-201-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
network-manager-1.27.91/m4/lib-link.m4-274-                -L*)
network-manager-1.27.91/m4/lib-link.m4:275:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
network-manager-1.27.91/m4/lib-link.m4-276-                  dnl First look for a shared library.
##############################################
network-manager-1.27.91/m4/lib-link.m4-416-              */$acl_libdirstem | */$acl_libdirstem/)
network-manager-1.27.91/m4/lib-link.m4:417:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
network-manager-1.27.91/m4/lib-link.m4-418-                LIB[]NAME[]_PREFIX="$basedir"
##############################################
network-manager-1.27.91/m4/lib-link.m4-470-                  -L*)
network-manager-1.27.91/m4/lib-link.m4:471:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
network-manager-1.27.91/m4/lib-link.m4-472-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
network-manager-1.27.91/m4/lib-link.m4-520-                  -R*)
network-manager-1.27.91/m4/lib-link.m4:521:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
network-manager-1.27.91/m4/lib-link.m4-522-                    if test "$enable_rpath" != no; then
##############################################
network-manager-1.27.91/m4/lib-link.m4-550-                    dnl Handle this in the next round.
network-manager-1.27.91/m4/lib-link.m4:551:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
network-manager-1.27.91/m4/lib-link.m4-552-                    ;;
##############################################
network-manager-1.27.91/m4/lib-link.m4-556-                    dnl option.
network-manager-1.27.91/m4/lib-link.m4:557:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
network-manager-1.27.91/m4/lib-link.m4-558-                    ;;
##############################################
network-manager-1.27.91/m4/lib-link.m4-663-            -L) next=yes ;;
network-manager-1.27.91/m4/lib-link.m4:664:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
network-manager-1.27.91/m4/lib-link.m4-665-                 dnl No need to hardcode the standard /usr/lib.
##############################################
network-manager-1.27.91/m4/gettext.m4-247-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
network-manager-1.27.91/m4/gettext.m4:248:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
network-manager-1.27.91/m4/gettext.m4-249-      fi
##############################################
network-manager-1.27.91/m4/iconv.m4-173-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
network-manager-1.27.91/m4/iconv.m4:174:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
network-manager-1.27.91/m4/iconv.m4-175-    AC_MSG_RESULT([$]{ac_t:-
##############################################
network-manager-1.27.91/m4/introspection.m4-36-       PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], [
network-manager-1.27.91/m4/introspection.m4:37:           INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
network-manager-1.27.91/m4/introspection.m4:38:           INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
network-manager-1.27.91/m4/introspection.m4:39:           INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
network-manager-1.27.91/m4/introspection.m4:40:           INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
network-manager-1.27.91/m4/introspection.m4-41-           INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
network-manager-1.27.91/m4/introspection.m4:42:           INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
network-manager-1.27.91/m4/introspection.m4:43:           INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
network-manager-1.27.91/m4/introspection.m4:44:           INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
network-manager-1.27.91/m4/introspection.m4-45-
##############################################
network-manager-1.27.91/m4/vapigen.m4-73-    [yes], [
network-manager-1.27.91/m4/vapigen.m4:74:      VAPIGEN=`$PKG_CONFIG --variable=vapigen vapigen`
network-manager-1.27.91/m4/vapigen.m4:75:      VAPIGEN_MAKEFILE=`$PKG_CONFIG --variable=datadir vapigen`/vala/Makefile.vapigen
network-manager-1.27.91/m4/vapigen.m4-76-      AS_IF([test "x$2" = "x"], [
network-manager-1.27.91/m4/vapigen.m4:77:          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir vapigen`
network-manager-1.27.91/m4/vapigen.m4-78-        ], [
network-manager-1.27.91/m4/vapigen.m4:79:          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir_versioned vapigen`
network-manager-1.27.91/m4/vapigen.m4-80-        ])
##############################################
network-manager-1.27.91/m4/lib-prefix.m4-168-  acl_libdirstem=lib
network-manager-1.27.91/m4/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
network-manager-1.27.91/m4/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
network-manager-1.27.91/m4/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
network-manager-1.27.91/m4/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
network-manager-1.27.91/m4/lib-prefix.m4-177-             case "$searchdir" in
##############################################
network-manager-1.27.91/m4/ltsugar.m4-68-m4_define([lt_combine],
network-manager-1.27.91/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
network-manager-1.27.91/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
network-manager-1.27.91/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
network-manager-1.27.91/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
network-manager-1.27.91/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
network-manager-1.27.91/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
network-manager-1.27.91/m4/lib-ld.m4-52-  *)
network-manager-1.27.91/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
network-manager-1.27.91/m4/lib-ld.m4-54-  esac
##############################################
network-manager-1.27.91/m4/lib-ld.m4-59-      # Canonicalize the path of ld
network-manager-1.27.91/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
network-manager-1.27.91/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
network-manager-1.27.91/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
network-manager-1.27.91/m4/lib-ld.m4-63-      done
##############################################
network-manager-1.27.91/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
network-manager-1.27.91/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
network-manager-1.27.91/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/m4/attributes.m4-45-          [eval "AS_TR_SH([cc_save_$2])='${$2}'"
network-manager-1.27.91/m4/attributes.m4:46:           eval "AS_TR_SH([$2])='${cc_save_$2} -Werror `echo "$3" | sed 's/^-Wno-/-W/'`'"
network-manager-1.27.91/m4/attributes.m4-47-           AC_LINK_IFELSE([AC_LANG_SOURCE(ifelse([$4], [],
##############################################
network-manager-1.27.91/m4/po.m4-47-changequote(,)dnl
network-manager-1.27.91/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
network-manager-1.27.91/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
network-manager-1.27.91/m4/po.m4-54-changequote(,)dnl
network-manager-1.27.91/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
network-manager-1.27.91/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
network-manager-1.27.91/m4/po.m4-73-changequote(,)dnl
network-manager-1.27.91/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
network-manager-1.27.91/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
network-manager-1.27.91/m4/po.m4-98-      case "$ac_file" in
network-manager-1.27.91/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
network-manager-1.27.91/m4/po.m4-100-      esac
##############################################
network-manager-1.27.91/m4/po.m4-103-        # Adjust a relative srcdir.
network-manager-1.27.91/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
network-manager-1.27.91/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
network-manager-1.27.91/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
network-manager-1.27.91/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
network-manager-1.27.91/m4/po.m4-110-        case "$ac_given_srcdir" in
network-manager-1.27.91/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
network-manager-1.27.91/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
network-manager-1.27.91/m4/po.m4-130-            fi
network-manager-1.27.91/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
network-manager-1.27.91/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
network-manager-1.27.91/m4/po.m4-227-  # Adjust a relative srcdir.
network-manager-1.27.91/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
network-manager-1.27.91/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
network-manager-1.27.91/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
network-manager-1.27.91/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
network-manager-1.27.91/m4/po.m4-234-  case "$ac_given_srcdir" in
network-manager-1.27.91/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
network-manager-1.27.91/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
network-manager-1.27.91/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
network-manager-1.27.91/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
network-manager-1.27.91/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
network-manager-1.27.91/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
network-manager-1.27.91/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
network-manager-1.27.91/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
network-manager-1.27.91/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
network-manager-1.27.91/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
network-manager-1.27.91/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
network-manager-1.27.91/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
network-manager-1.27.91/m4/po.m4-317-  fi
##############################################
network-manager-1.27.91/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
network-manager-1.27.91/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
network-manager-1.27.91/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
network-manager-1.27.91/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
network-manager-1.27.91/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
network-manager-1.27.91/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
network-manager-1.27.91/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
network-manager-1.27.91/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
network-manager-1.27.91/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
network-manager-1.27.91/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
network-manager-1.27.91/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
network-manager-1.27.91/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
network-manager-1.27.91/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
network-manager-1.27.91/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
network-manager-1.27.91/m4/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
network-manager-1.27.91/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
network-manager-1.27.91/m4/libtool.m4-119-    done
network-manager-1.27.91/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
network-manager-1.27.91/m4/libtool.m4-121-}
##############################################
network-manager-1.27.91/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
network-manager-1.27.91/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
network-manager-1.27.91/m4/libtool.m4-439-
##############################################
network-manager-1.27.91/m4/libtool.m4-447-#
network-manager-1.27.91/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
network-manager-1.27.91/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
network-manager-1.27.91/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
network-manager-1.27.91/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
network-manager-1.27.91/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
network-manager-1.27.91/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
network-manager-1.27.91/m4/libtool.m4-561-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
network-manager-1.27.91/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
network-manager-1.27.91/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
network-manager-1.27.91/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
network-manager-1.27.91/m4/libtool.m4-574-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
network-manager-1.27.91/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
network-manager-1.27.91/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
network-manager-1.27.91/m4/libtool.m4-1165-      }]'
network-manager-1.27.91/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
network-manager-1.27.91/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
network-manager-1.27.91/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
network-manager-1.27.91/m4/libtool.m4-1170-  fi],[])
##############################################
network-manager-1.27.91/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
network-manager-1.27.91/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
network-manager-1.27.91/m4/libtool.m4-1203-  ECHO='print -r --'
network-manager-1.27.91/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
network-manager-1.27.91/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
network-manager-1.27.91/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
network-manager-1.27.91/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
network-manager-1.27.91/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
network-manager-1.27.91/m4/libtool.m4-1239-
##############################################
network-manager-1.27.91/m4/libtool.m4-1260-   if test yes = "$GCC"; then
network-manager-1.27.91/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
network-manager-1.27.91/m4/libtool.m4-1262-   fi
##############################################
network-manager-1.27.91/m4/libtool.m4-1264- /*)
network-manager-1.27.91/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
network-manager-1.27.91/m4/libtool.m4-1266-   ;; #(
##############################################
network-manager-1.27.91/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
network-manager-1.27.91/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/m4/libtool.m4-1296-      *ELF-32*)
##############################################
network-manager-1.27.91/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
network-manager-1.27.91/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/m4/libtool.m4-1313-	*32-bit*)
##############################################
network-manager-1.27.91/m4/libtool.m4-1323-    else
network-manager-1.27.91/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/m4/libtool.m4-1325-	*32-bit*)
##############################################
network-manager-1.27.91/m4/libtool.m4-1345-    emul=elf
network-manager-1.27.91/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/m4/libtool.m4-1347-      *32-bit*)
##############################################
network-manager-1.27.91/m4/libtool.m4-1353-    esac
network-manager-1.27.91/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/m4/libtool.m4-1355-      *MSB*)
##############################################
network-manager-1.27.91/m4/libtool.m4-1361-    esac
network-manager-1.27.91/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
network-manager-1.27.91/m4/libtool.m4-1363-      *N32*)
##############################################
network-manager-1.27.91/m4/libtool.m4-1726-    # And add a safety zone
network-manager-1.27.91/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
network-manager-1.27.91/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
network-manager-1.27.91/m4/libtool.m4-1729-    ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-1759-    if test -n "$kargmax"; then
network-manager-1.27.91/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
network-manager-1.27.91/m4/libtool.m4-1761-    else
##############################################
network-manager-1.27.91/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
network-manager-1.27.91/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
network-manager-1.27.91/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
network-manager-1.27.91/m4/libtool.m4-1771-    else
##############################################
network-manager-1.27.91/m4/libtool.m4-1780-      # we can't tell.
network-manager-1.27.91/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
network-manager-1.27.91/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
network-manager-1.27.91/m4/libtool.m4-1784-      do
network-manager-1.27.91/m4/libtool.m4:1785:        i=`expr $i + 1`
network-manager-1.27.91/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
network-manager-1.27.91/m4/libtool.m4-1788-      # Only check the string length outside the loop.
network-manager-1.27.91/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
network-manager-1.27.91/m4/libtool.m4-1790-      teststring=
##############################################
network-manager-1.27.91/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
network-manager-1.27.91/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
network-manager-1.27.91/m4/libtool.m4-1795-    fi
##############################################
network-manager-1.27.91/m4/libtool.m4-2259-    *:)
network-manager-1.27.91/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
network-manager-1.27.91/m4/libtool.m4-2261-        ;;
network-manager-1.27.91/m4/libtool.m4-2262-    x:*)
network-manager-1.27.91/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
network-manager-1.27.91/m4/libtool.m4-2264-        ;;
network-manager-1.27.91/m4/libtool.m4-2265-    *::*)
network-manager-1.27.91/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
network-manager-1.27.91/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
network-manager-1.27.91/m4/libtool.m4-2268-        ;;
network-manager-1.27.91/m4/libtool.m4-2269-    *)
network-manager-1.27.91/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
network-manager-1.27.91/m4/libtool.m4-2271-        ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2299-  esac
network-manager-1.27.91/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
network-manager-1.27.91/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
network-manager-1.27.91/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
network-manager-1.27.91/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
network-manager-1.27.91/m4/libtool.m4-2308-    ;;
network-manager-1.27.91/m4/libtool.m4-2309-  *)
network-manager-1.27.91/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/m4/libtool.m4-2311-    ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
network-manager-1.27.91/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
network-manager-1.27.91/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
network-manager-1.27.91/m4/libtool.m4-2357-  esac
network-manager-1.27.91/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
network-manager-1.27.91/m4/libtool.m4-2359-else
##############################################
network-manager-1.27.91/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
network-manager-1.27.91/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
network-manager-1.27.91/m4/libtool.m4-2500-    ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
network-manager-1.27.91/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
network-manager-1.27.91/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
network-manager-1.27.91/m4/libtool.m4-2543-      fi'
network-manager-1.27.91/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
network-manager-1.27.91/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
network-manager-1.27.91/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
network-manager-1.27.91/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
network-manager-1.27.91/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/m4/libtool.m4-2559-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
network-manager-1.27.91/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/m4/libtool.m4-2563-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2570-    libname_spec='$name'
network-manager-1.27.91/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
network-manager-1.27.91/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
network-manager-1.27.91/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
network-manager-1.27.91/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
network-manager-1.27.91/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
network-manager-1.27.91/m4/libtool.m4-2587-      # Convert to MSYS style.
network-manager-1.27.91/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
network-manager-1.27.91/m4/libtool.m4-2589-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
network-manager-1.27.91/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
network-manager-1.27.91/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
network-manager-1.27.91/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/m4/libtool.m4-2597-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
network-manager-1.27.91/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
network-manager-1.27.91/m4/libtool.m4-2603-      else
network-manager-1.27.91/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
network-manager-1.27.91/m4/libtool.m4-2605-      fi
##############################################
network-manager-1.27.91/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
network-manager-1.27.91/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
network-manager-1.27.91/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
network-manager-1.27.91/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
network-manager-1.27.91/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
network-manager-1.27.91/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/m4/libtool.m4-2625-    # Assume MSVC wrapper
network-manager-1.27.91/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
network-manager-1.27.91/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
network-manager-1.27.91/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
network-manager-1.27.91/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
network-manager-1.27.91/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
network-manager-1.27.91/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
network-manager-1.27.91/m4/libtool.m4:2880:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
network-manager-1.27.91/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
network-manager-1.27.91/m4/libtool.m4-2933-  need_lib_prefix=no
network-manager-1.27.91/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/m4/libtool.m4-2935-    need_version=no
##############################################
network-manager-1.27.91/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
network-manager-1.27.91/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
network-manager-1.27.91/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
network-manager-1.27.91/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
network-manager-1.27.91/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
network-manager-1.27.91/m4/libtool.m4-2969-    fi'
network-manager-1.27.91/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
network-manager-1.27.91/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
network-manager-1.27.91/m4/libtool.m4-3180-	"file_magic "*)
network-manager-1.27.91/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
network-manager-1.27.91/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
network-manager-1.27.91/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
network-manager-1.27.91/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
network-manager-1.27.91/m4/libtool.m4-3265-  *)
network-manager-1.27.91/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
network-manager-1.27.91/m4/libtool.m4-3267-  esac
##############################################
network-manager-1.27.91/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
network-manager-1.27.91/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
network-manager-1.27.91/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
network-manager-1.27.91/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
network-manager-1.27.91/m4/libtool.m4-3276-      done
##############################################
network-manager-1.27.91/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
network-manager-1.27.91/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
network-manager-1.27.91/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
network-manager-1.27.91/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
network-manager-1.27.91/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/m4/libtool.m4-3570-openbsd* | bitrig*)
network-manager-1.27.91/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
network-manager-1.27.91/m4/libtool.m4-3637-    else
network-manager-1.27.91/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
network-manager-1.27.91/m4/libtool.m4-3639-    fi
##############################################
network-manager-1.27.91/m4/libtool.m4-3688-	esac
network-manager-1.27.91/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
network-manager-1.27.91/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
network-manager-1.27.91/m4/libtool.m4-3694-	*)
network-manager-1.27.91/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
network-manager-1.27.91/m4/libtool.m4-3696-	  */dev/null*)
##############################################
network-manager-1.27.91/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
network-manager-1.27.91/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
network-manager-1.27.91/m4/libtool.m4-3722-    *COFF*)
##############################################
network-manager-1.27.91/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
network-manager-1.27.91/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
network-manager-1.27.91/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
network-manager-1.27.91/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
network-manager-1.27.91/m4/libtool.m4:3954:case `$NM -V 2>&1` in
network-manager-1.27.91/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
network-manager-1.27.91/m4/libtool.m4-4001-mingw*)
network-manager-1.27.91/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
network-manager-1.27.91/m4/libtool.m4-4003-  ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-4057-    nlist=conftest.nm
network-manager-1.27.91/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
network-manager-1.27.91/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
network-manager-1.27.91/m4/libtool.m4-4405-	  *)
network-manager-1.27.91/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
network-manager-1.27.91/m4/libtool.m4-4741-      *)
network-manager-1.27.91/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
network-manager-1.27.91/m4/libtool.m4-4924-    else
network-manager-1.27.91/m4/libtool.m4:4925:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
network-manager-1.27.91/m4/libtool.m4-4926-    fi
##############################################
network-manager-1.27.91/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
network-manager-1.27.91/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
network-manager-1.27.91/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-5049-    supports_anon_versioning=no
network-manager-1.27.91/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
network-manager-1.27.91/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-5152-	prefix_cmds="$SED"~
network-manager-1.27.91/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
network-manager-1.27.91/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
network-manager-1.27.91/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
network-manager-1.27.91/m4/libtool.m4:5175:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/m4/libtool.m4:5176:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/m4/libtool.m4-5177-      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
network-manager-1.27.91/m4/libtool.m4:5193:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
network-manager-1.27.91/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
network-manager-1.27.91/m4/libtool.m4:5198:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
network-manager-1.27.91/m4/libtool.m4:5215:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
network-manager-1.27.91/m4/libtool.m4-5218-	esac
network-manager-1.27.91/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
network-manager-1.27.91/m4/libtool.m4:5221:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
network-manager-1.27.91/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
network-manager-1.27.91/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
network-manager-1.27.91/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
network-manager-1.27.91/m4/libtool.m4-5378-	else
network-manager-1.27.91/m4/libtool.m4:5379:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
network-manager-1.27.91/m4/libtool.m4-5380-	fi
##############################################
network-manager-1.27.91/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
network-manager-1.27.91/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
network-manager-1.27.91/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
network-manager-1.27.91/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
network-manager-1.27.91/m4/libtool.m4:5500:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
network-manager-1.27.91/m4/libtool.m4-5501-      else
##############################################
network-manager-1.27.91/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
network-manager-1.27.91/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
network-manager-1.27.91/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
network-manager-1.27.91/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
network-manager-1.27.91/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
network-manager-1.27.91/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
network-manager-1.27.91/m4/libtool.m4-5753-      if test yes = "$GCC"; then
network-manager-1.27.91/m4/libtool.m4:5754:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
network-manager-1.27.91/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
network-manager-1.27.91/m4/libtool.m4:5777:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
network-manager-1.27.91/m4/libtool.m4-5778-	fi
network-manager-1.27.91/m4/libtool.m4-5779-      else
network-manager-1.27.91/m4/libtool.m4:5780:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4:5781:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
network-manager-1.27.91/m4/libtool.m4-5782-      fi
##############################################
network-manager-1.27.91/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
network-manager-1.27.91/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
network-manager-1.27.91/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
network-manager-1.27.91/m4/libtool.m4-5857-	prefix_cmds="$SED"~
network-manager-1.27.91/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
network-manager-1.27.91/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
network-manager-1.27.91/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
network-manager-1.27.91/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-5873-      else
network-manager-1.27.91/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
network-manager-1.27.91/m4/libtool.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-5876-      fi
##############################################
network-manager-1.27.91/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
network-manager-1.27.91/m4/libtool.m4:5885:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
network-manager-1.27.91/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
network-manager-1.27.91/m4/libtool.m4:5889:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4:5890:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
network-manager-1.27.91/m4/libtool.m4:5891:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
network-manager-1.27.91/m4/libtool.m4-5892-
##############################################
network-manager-1.27.91/m4/libtool.m4-5907-      else
network-manager-1.27.91/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
network-manager-1.27.91/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
network-manager-1.27.91/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
network-manager-1.27.91/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
network-manager-1.27.91/m4/libtool.m4-6102-	  then
##############################################
network-manager-1.27.91/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
network-manager-1.27.91/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
network-manager-1.27.91/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
network-manager-1.27.91/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
network-manager-1.27.91/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
network-manager-1.27.91/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
network-manager-1.27.91/m4/libtool.m4-6572-
network-manager-1.27.91/m4/libtool.m4:6573:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
network-manager-1.27.91/m4/libtool.m4-6574-        else
##############################################
network-manager-1.27.91/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
network-manager-1.27.91/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
network-manager-1.27.91/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
network-manager-1.27.91/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
network-manager-1.27.91/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
network-manager-1.27.91/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
network-manager-1.27.91/m4/libtool.m4-6800-            # dependencies.
network-manager-1.27.91/m4/libtool.m4:6801:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/m4/libtool.m4-6802-            ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-6865-	    # dependencies.
network-manager-1.27.91/m4/libtool.m4:6866:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/m4/libtool.m4-6867-	    ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
network-manager-1.27.91/m4/libtool.m4:6902:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/m4/libtool.m4:6903:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
network-manager-1.27.91/m4/libtool.m4-6904-	;;
##############################################
network-manager-1.27.91/m4/libtool.m4-6908-	    # SGI C++
network-manager-1.27.91/m4/libtool.m4:6909:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-6910-
##############################################
network-manager-1.27.91/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
network-manager-1.27.91/m4/libtool.m4:6920:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-6921-	      else
network-manager-1.27.91/m4/libtool.m4:6922:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
network-manager-1.27.91/m4/libtool.m4-6923-	      fi
##############################################
network-manager-1.27.91/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
network-manager-1.27.91/m4/libtool.m4:6941:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
network-manager-1.27.91/m4/libtool.m4:6942:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
network-manager-1.27.91/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
network-manager-1.27.91/m4/libtool.m4-6950-	    # dependencies.
network-manager-1.27.91/m4/libtool.m4:6951:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/m4/libtool.m4-6952-
##############################################
network-manager-1.27.91/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
network-manager-1.27.91/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
network-manager-1.27.91/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
network-manager-1.27.91/m4/libtool.m4-6986-            # Portland Group C++ compiler
network-manager-1.27.91/m4/libtool.m4:6987:	    case `$CC -V` in
network-manager-1.27.91/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
network-manager-1.27.91/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
network-manager-1.27.91/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
network-manager-1.27.91/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
network-manager-1.27.91/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
network-manager-1.27.91/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
network-manager-1.27.91/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
network-manager-1.27.91/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
network-manager-1.27.91/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
network-manager-1.27.91/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
network-manager-1.27.91/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
network-manager-1.27.91/m4/libtool.m4:7005:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
network-manager-1.27.91/m4/libtool.m4-7006-	      ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
network-manager-1.27.91/m4/libtool.m4:7015:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/m4/libtool.m4-7016-            ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-7033-	    # dependencies.
network-manager-1.27.91/m4/libtool.m4:7034:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
network-manager-1.27.91/m4/libtool.m4-7035-	    ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-7048-	  *)
network-manager-1.27.91/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
network-manager-1.27.91/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
network-manager-1.27.91/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
network-manager-1.27.91/m4/libtool.m4:7056:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
network-manager-1.27.91/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
network-manager-1.27.91/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
network-manager-1.27.91/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
network-manager-1.27.91/m4/libtool.m4-7122-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
network-manager-1.27.91/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
network-manager-1.27.91/m4/libtool.m4:7140:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
network-manager-1.27.91/m4/libtool.m4-7141-
##############################################
network-manager-1.27.91/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
network-manager-1.27.91/m4/libtool.m4:7161:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
network-manager-1.27.91/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
network-manager-1.27.91/m4/libtool.m4:7166:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
network-manager-1.27.91/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
network-manager-1.27.91/m4/libtool.m4:7169:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
network-manager-1.27.91/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
network-manager-1.27.91/m4/libtool.m4-7184-	    # dependencies.
network-manager-1.27.91/m4/libtool.m4:7185:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
network-manager-1.27.91/m4/libtool.m4-7186-	    ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-7191-	        osf3*)
network-manager-1.27.91/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-7193-		  ;;
network-manager-1.27.91/m4/libtool.m4-7194-	        *)
network-manager-1.27.91/m4/libtool.m4:7195:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
network-manager-1.27.91/m4/libtool.m4-7196-		  ;;
##############################################
network-manager-1.27.91/m4/libtool.m4-7444-  case @S|@2 in
network-manager-1.27.91/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
network-manager-1.27.91/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
network-manager-1.27.91/m4/libtool.m4-7447-  esac
##############################################
network-manager-1.27.91/m4/libtool.m4-7533-
network-manager-1.27.91/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
network-manager-1.27.91/m4/libtool.m4-7535-    case $prev$p in
##############################################
network-manager-1.27.91/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
network-manager-1.27.91/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
network-manager-1.27.91/m4/libtool.m4-7639-fi
##############################################
network-manager-1.27.91/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
network-manager-1.27.91/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
network-manager-1.27.91/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
network-manager-1.27.91/m4/intltool.m4-38-
network-manager-1.27.91/m4/intltool.m4:39:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
network-manager-1.27.91/m4/intltool.m4-40-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
network-manager-1.27.91/m4/intltool.m4:41:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
network-manager-1.27.91/m4/intltool.m4-42-if test -n "$1"; then
##############################################
network-manager-1.27.91/m4/intltool.m4-126-fi
network-manager-1.27.91/m4/intltool.m4:127:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
network-manager-1.27.91/m4/intltool.m4:128:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
network-manager-1.27.91/m4/intltool.m4:129:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
network-manager-1.27.91/m4/intltool.m4-130-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
network-manager-1.27.91/m4/intltool.m4-142-else
network-manager-1.27.91/m4/intltool.m4:143:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
network-manager-1.27.91/m4/intltool.m4-144-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
network-manager-1.27.91/m4/intltool.m4-147-   AC_MSG_CHECKING([for XML::Parser])
network-manager-1.27.91/m4/intltool.m4:148:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
network-manager-1.27.91/m4/intltool.m4-149-       AC_MSG_RESULT([ok])
##############################################
network-manager-1.27.91/src/dns/nm-dns-dnsmasq.c-712-#undef _NMLOG
network-manager-1.27.91/src/dns/nm-dns-dnsmasq.c:713:#define _NMLOG(level, ...) __NMLOG_DEFAULT_WITH_ADDR(level, _NMLOG_DOMAIN, "dnsmasq", __VA_ARGS__)
network-manager-1.27.91/src/dns/nm-dns-dnsmasq.c-714-
##############################################
network-manager-1.27.91/src/dns/nm-dns-systemd-resolved.c-80-#define _NMLOG(level, ...) \
network-manager-1.27.91/src/dns/nm-dns-systemd-resolved.c:81:    __NMLOG_DEFAULT_WITH_ADDR(level, _NMLOG_DOMAIN, "dns-sd-resolved", __VA_ARGS__)
network-manager-1.27.91/src/dns/nm-dns-systemd-resolved.c-82-
##############################################
network-manager-1.27.91/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c-1024-    /* initscripts read the legacy route file line-by-line and
network-manager-1.27.91/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:1025:     * use it as `ip route add $line`, thus doing split+glob.
network-manager-1.27.91/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c-1026-     * Splitting on IFS (which we consider '<space><tab><newline>')
##############################################
network-manager-1.27.91/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c-1708-
network-manager-1.27.91/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c:1709:    b = nm_setting_bridge_get_multicast_query_use_ifaddr(s_bridge);
network-manager-1.27.91/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c-1710-    if (b
##############################################
network-manager-1.27.91/src/settings/plugins/keyfile/tests/test-keyfile-settings.c-1157-    g_assert(s_bluetooth);
network-manager-1.27.91/src/settings/plugins/keyfile/tests/test-keyfile-settings.c:1158:    bdaddr = nm_setting_bluetooth_get_bdaddr(s_bluetooth);
network-manager-1.27.91/src/settings/plugins/keyfile/tests/test-keyfile-settings.c-1159-    g_assert(bdaddr);
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-utils.c-427-    }
network-manager-1.27.91/src/dhcp/nm-dhcp-utils.c:428:    nm_platform_ip4_address_set_addr(&address, addr, plen);
network-manager-1.27.91/src/dhcp/nm-dhcp-utils.c-429-
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-client.h-123-
network-manager-1.27.91/src/dhcp/nm-dhcp-client.h:124:GBytes *nm_dhcp_client_get_hw_addr(NMDhcpClient *self);
network-manager-1.27.91/src/dhcp/nm-dhcp-client.h-125-
network-manager-1.27.91/src/dhcp/nm-dhcp-client.h:126:GBytes *nm_dhcp_client_get_broadcast_hw_addr(NMDhcpClient *self);
network-manager-1.27.91/src/dhcp/nm-dhcp-client.h-127-
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-124-static gboolean
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:125:lease_option_next_in_addr(struct in_addr *addrp, uint8_t **datap, size_t *n_datap)
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-126-{
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-155-    } else {
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:156:        if (!lease_option_next_in_addr(&dest, &data, &n_data))
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-157-            return FALSE;
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-175-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:176:    if (!lease_option_next_in_addr(&gateway, &data, &n_data))
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-177-        return FALSE;
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-309-static gboolean
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:310:lease_get_in_addr(NDhcp4ClientLease *lease, guint8 option, struct in_addr *addrp)
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-311-{
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-320-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:321:    if (!lease_option_next_in_addr(&addr, &data, &n_data))
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-322-        return FALSE;
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-367-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:368:    n_dhcp4_client_lease_get_yiaddr(lease, &a_address);
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-369-    if (a_address.s_addr == INADDR_ANY) {
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-420-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:421:    if (!lease_get_in_addr(lease, NM_DHCP_OPTION_DHCP4_SUBNET_MASK, &a_netmask)) {
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-422-        nm_utils_error_set_literal(error,
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-451-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:452:    n_dhcp4_client_lease_get_siaddr(lease, &a_next_server);
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-453-    if (a_next_server.s_addr != INADDR_ANY) {
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-493-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:494:    while (lease_option_next_in_addr(&addr, &data, &n_data)) {
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-495-        _nm_utils_inet4_ntop(addr.s_addr, addr_str);
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-640-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:641:        while (lease_option_next_in_addr(&gateway, &data, &n_data)) {
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-642-            s = _nm_utils_inet4_ntop(gateway.s_addr, gateway_str);
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-734-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:735:    while (lease_option_next_in_addr(&addr, &data, &n_data)) {
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-736-        _nm_utils_inet4_ntop(addr.s_addr, addr_str);
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-1013-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:1014:    n_dhcp4_client_lease_get_yiaddr(lease, &a_address);
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-1015-    if (a_address.s_addr == INADDR_ANY)
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-1178-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:1179:    hwaddr = nm_dhcp_client_get_hw_addr(NM_DHCP_CLIENT(self));
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-1180-    if (!hwaddr || !(hwaddr_arr = g_bytes_get_data(hwaddr, &hwaddr_len))
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-1185-
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c:1186:    bcast_hwaddr     = nm_dhcp_client_get_broadcast_hw_addr(NM_DHCP_CLIENT(self));
network-manager-1.27.91/src/dhcp/nm-dhcp-nettools.c-1187-    bcast_hwaddr_arr = g_bytes_get_data(bcast_hwaddr, &bcast_hwaddr_len);
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-client.c-134-GBytes *
network-manager-1.27.91/src/dhcp/nm-dhcp-client.c:135:nm_dhcp_client_get_hw_addr(NMDhcpClient *self)
network-manager-1.27.91/src/dhcp/nm-dhcp-client.c-136-{
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-client.c-142-GBytes *
network-manager-1.27.91/src/dhcp/nm-dhcp-client.c:143:nm_dhcp_client_get_broadcast_hw_addr(NMDhcpClient *self)
network-manager-1.27.91/src/dhcp/nm-dhcp-client.c-144-{
##############################################
network-manager-1.27.91/src/dhcp/nm-dhcp-systemd.c-619-
network-manager-1.27.91/src/dhcp/nm-dhcp-systemd.c:620:    hwaddr = nm_dhcp_client_get_hw_addr(client);
network-manager-1.27.91/src/dhcp/nm-dhcp-systemd.c-621-    if (!hwaddr || !(hwaddr_arr = g_bytes_get_data(hwaddr, &hwaddr_len))
##############################################
network-manager-1.27.91/src/initrd/nmi-dt-reader.c-92-static NMIPAddress *
network-manager-1.27.91/src/initrd/nmi-dt-reader.c:93:str_addr(const char *str, int *family)
network-manager-1.27.91/src/initrd/nmi-dt-reader.c-94-{
##############################################
network-manager-1.27.91/src/initrd/nmi-dt-reader.c-278-
network-manager-1.27.91/src/initrd/nmi-dt-reader.c:279:            netmask = str_addr(s_netmask, &family);
network-manager-1.27.91/src/initrd/nmi-dt-reader.c:280:            ipaddr  = str_addr(s_ipaddr, &family);
network-manager-1.27.91/src/initrd/nmi-dt-reader.c-281-
##############################################
network-manager-1.27.91/src/nm-core-utils.c-3261-gboolean
network-manager-1.27.91/src/nm-core-utils.c:3262:nm_utils_arp_type_validate_hwaddr(int arp_type, const guint8 *hwaddr, gsize hwaddr_len)
network-manager-1.27.91/src/nm-core-utils.c-3263-{
##############################################
network-manager-1.27.91/src/nm-core-utils.c-3285-    g_return_val_if_fail(hwaddr && hwaddr_len
network-manager-1.27.91/src/nm-core-utils.c:3286:                             && nm_utils_arp_type_validate_hwaddr(arp_type, *hwaddr, *hwaddr_len),
network-manager-1.27.91/src/nm-core-utils.c-3287-                         FALSE);
##############################################
network-manager-1.27.91/src/nm-core-utils.c-3419- *
network-manager-1.27.91/src/nm-core-utils.c:3420: * Converts the %NMUtilsIPv6IfaceId to an %in6_addr (suitable for use
network-manager-1.27.91/src/nm-core-utils.c-3421- * with Linux platform). This only copies the lower 8 bytes, ignoring
##############################################
network-manager-1.27.91/src/nm-core-utils.c-3439-void
network-manager-1.27.91/src/nm-core-utils.c:3440:nm_utils_ipv6_interface_identifier_get_from_addr(NMUtilsIPv6IfaceId *   iid,
network-manager-1.27.91/src/nm-core-utils.c-3441-                                                 const struct in6_addr *addr)
##############################################
network-manager-1.27.91/src/nm-core-utils.c-3468-
network-manager-1.27.91/src/nm-core-utils.c:3469:    nm_utils_ipv6_interface_identifier_get_from_addr(iid, &i6_token);
network-manager-1.27.91/src/nm-core-utils.c-3470-    return TRUE;
##############################################
network-manager-1.27.91/src/platform/nm-platform.h-367-     * This parameter is ignored unless use_ip4_broadcast_address is TRUE.
network-manager-1.27.91/src/platform/nm-platform.h:368:     * See nm_platform_ip4_broadcast_address_from_addr(). */
network-manager-1.27.91/src/platform/nm-platform.h-369-    in_addr_t broadcast_address;
##############################################
network-manager-1.27.91/src/platform/nm-platform.h-1284-static inline in_addr_t
network-manager-1.27.91/src/platform/nm-platform.h:1285:nm_platform_ip4_broadcast_address_from_addr(const NMPlatformIP4Address *addr)
network-manager-1.27.91/src/platform/nm-platform.h-1286-{
##############################################
network-manager-1.27.91/src/platform/nm-platform.h-1947-gboolean nm_platform_wpan_set_pan_id(NMPlatform *self, int ifindex, guint16 pan_id);
network-manager-1.27.91/src/platform/nm-platform.h:1948:guint16  nm_platform_wpan_get_short_addr(NMPlatform *self, int ifindex);
network-manager-1.27.91/src/platform/nm-platform.h:1949:gboolean nm_platform_wpan_set_short_addr(NMPlatform *self, int ifindex, guint16 short_addr);
network-manager-1.27.91/src/platform/nm-platform.h-1950-gboolean nm_platform_wpan_set_channel(NMPlatform *self, int ifindex, guint8 page, guint8 channel);
network-manager-1.27.91/src/platform/nm-platform.h-1951-
network-manager-1.27.91/src/platform/nm-platform.h:1952:void nm_platform_ip4_address_set_addr(NMPlatformIP4Address *addr, in_addr_t address, guint8 plen);
network-manager-1.27.91/src/platform/nm-platform.h-1953-const struct in6_addr *nm_platform_ip6_address_get_peer(const NMPlatformIP6Address *addr);
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-3216-guint16
network-manager-1.27.91/src/platform/nm-platform.c:3217:nm_platform_wpan_get_short_addr(NMPlatform *self, int ifindex)
network-manager-1.27.91/src/platform/nm-platform.c-3218-{
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-3222-
network-manager-1.27.91/src/platform/nm-platform.c:3223:    return klass->wpan_get_short_addr(self, ifindex);
network-manager-1.27.91/src/platform/nm-platform.c-3224-}
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-3226-gboolean
network-manager-1.27.91/src/platform/nm-platform.c:3227:nm_platform_wpan_set_short_addr(NMPlatform *self, int ifindex, guint16 short_addr)
network-manager-1.27.91/src/platform/nm-platform.c-3228-{
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-3232-
network-manager-1.27.91/src/platform/nm-platform.c:3233:    return klass->wpan_set_short_addr(self, ifindex, short_addr);
network-manager-1.27.91/src/platform/nm-platform.c-3234-}
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-3483-void
network-manager-1.27.91/src/platform/nm-platform.c:3484:nm_platform_ip4_address_set_addr(NMPlatformIP4Address *addr, in_addr_t address, guint8 plen)
network-manager-1.27.91/src/platform/nm-platform.c-3485-{
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-4131-                        /* technically, plen is not part of the ID for IPv6 addresses and thus
network-manager-1.27.91/src/platform/nm-platform.c:4132:                         * @plat_addr is essentially the same address as @know_addr (regrading
network-manager-1.27.91/src/platform/nm-platform.c-4133-                         * its identity, not its other attributes).
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-4249-                    known_address->a4.peer_address,
network-manager-1.27.91/src/platform/nm-platform.c:4250:                    nm_platform_ip4_broadcast_address_from_addr(&known_address->a4),
network-manager-1.27.91/src/platform/nm-platform.c-4251-                    lifetime,
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-6252-
network-manager-1.27.91/src/platform/nm-platform.c:6253:    broadcast_address = nm_platform_ip4_broadcast_address_from_addr(address);
network-manager-1.27.91/src/platform/nm-platform.c-6254-
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-7826-    /* finally sort addresses lexically */
network-manager-1.27.91/src/platform/nm-platform.c:7827:    NM_CMP_DIRECT_IN6ADDR(&a1->address, &a2->address);
network-manager-1.27.91/src/platform/nm-platform.c-7828-    NM_CMP_DIRECT_MEMCMP(a1, a2, sizeof(*a1));
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-7837-                        obj->addr_source,
network-manager-1.27.91/src/platform/nm-platform.c:7838:                        nm_platform_ip4_broadcast_address_from_addr(obj),
network-manager-1.27.91/src/platform/nm-platform.c-7839-                        obj->timestamp,
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-7857-    NM_CMP_FIELD(a, b, peer_address);
network-manager-1.27.91/src/platform/nm-platform.c:7858:    NM_CMP_DIRECT(nm_platform_ip4_broadcast_address_from_addr(a),
network-manager-1.27.91/src/platform/nm-platform.c:7859:                  nm_platform_ip4_broadcast_address_from_addr(b));
network-manager-1.27.91/src/platform/nm-platform.c-7860-    NM_CMP_FIELD(a, b, addr_source);
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-8226-            NM_CMP_FIELD(a, b, type_coerced);
network-manager-1.27.91/src/platform/nm-platform.c:8227:            NM_CMP_FIELD_IN6ADDR(a, b, gateway);
network-manager-1.27.91/src/platform/nm-platform.c-8228-        }
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-8242-        else
network-manager-1.27.91/src/platform/nm-platform.c:8243:            NM_CMP_FIELD_IN6ADDR(a, b, network);
network-manager-1.27.91/src/platform/nm-platform.c-8244-        NM_CMP_FIELD(a, b, plen);
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-8247-            NM_CMP_FIELD(a, b, metric);
network-manager-1.27.91/src/platform/nm-platform.c:8248:        NM_CMP_FIELD_IN6ADDR(a, b, gateway);
network-manager-1.27.91/src/platform/nm-platform.c:8249:        NM_CMP_FIELD_IN6ADDR(a, b, pref_src);
network-manager-1.27.91/src/platform/nm-platform.c-8250-        if (cmp_type == NM_PLATFORM_IP_ROUTE_CMP_TYPE_SEMANTICALLY) {
##############################################
network-manager-1.27.91/src/platform/nm-platform.c-8255-        } else {
network-manager-1.27.91/src/platform/nm-platform.c:8256:            NM_CMP_FIELD_IN6ADDR(a, b, src);
network-manager-1.27.91/src/platform/nm-platform.c-8257-            NM_CMP_FIELD(a, b, src_plen);
##############################################
network-manager-1.27.91/src/platform/nmp-object.c-97-    case AF_INET6:
network-manager-1.27.91/src/platform/nmp-object.c:98:        NM_CMP_DIRECT_IN6ADDR(&a->in6.sin6_addr, &b->in6.sin6_addr);
network-manager-1.27.91/src/platform/nmp-object.c-99-        NM_CMP_DIRECT(htons(a->in6.sin6_port), htons(b->in6.sin6_port));
##############################################
network-manager-1.27.91/src/platform/nmp-object.c-557-    else if (a->family == AF_INET6)
network-manager-1.27.91/src/platform/nmp-object.c:558:        NM_CMP_FIELD_IN6ADDR(a, b, addr.addr6);
network-manager-1.27.91/src/platform/nmp-object.c-559-
##############################################
network-manager-1.27.91/src/platform/nmp-object.c-1503-    /* for IPv6 addresses, the prefix length is not part of the primary identifier. */
network-manager-1.27.91/src/platform/nmp-object.c:1504:    NM_CMP_FIELD_IN6ADDR(obj1, obj2, address);
network-manager-1.27.91/src/platform/nmp-object.c-1505-});
##############################################
network-manager-1.27.91/src/platform/nm-linux-platform.c-1287-        *out_token_valid = token_valid;
network-manager-1.27.91/src/platform/nm-linux-platform.c:1288:        nm_utils_ipv6_interface_identifier_get_from_addr(out_token, &i6_token);
network-manager-1.27.91/src/platform/nm-linux-platform.c-1289-    }
##############################################
network-manager-1.27.91/src/platform/nm-linux-platform.c-3226-static NMPObject *
network-manager-1.27.91/src/platform/nm-linux-platform.c:3227:_new_from_nl_addr(struct nlmsghdr *nlh, gboolean id_only)
network-manager-1.27.91/src/platform/nm-linux-platform.c-3228-{
##############################################
network-manager-1.27.91/src/platform/nm-linux-platform.c-4027-    case RTM_GETADDR:
network-manager-1.27.91/src/platform/nm-linux-platform.c:4028:        return _new_from_nl_addr(msghdr, id_only);
network-manager-1.27.91/src/platform/nm-linux-platform.c-4029-    case RTM_NEWROUTE:
##############################################
network-manager-1.27.91/src/platform/nm-linux-platform.c-8437-static guint16
network-manager-1.27.91/src/platform/nm-linux-platform.c:8438:wpan_get_short_addr(NMPlatform *platform, int ifindex)
network-manager-1.27.91/src/platform/nm-linux-platform.c-8439-{
network-manager-1.27.91/src/platform/nm-linux-platform.c-8440-    WPAN_GET_WPAN_DATA(wpan_data, platform, ifindex, G_MAXINT16);
network-manager-1.27.91/src/platform/nm-linux-platform.c:8441:    return nm_wpan_utils_get_short_addr(wpan_data);
network-manager-1.27.91/src/platform/nm-linux-platform.c-8442-}
##############################################
network-manager-1.27.91/src/platform/nm-linux-platform.c-8444-static gboolean
network-manager-1.27.91/src/platform/nm-linux-platform.c:8445:wpan_set_short_addr(NMPlatform *platform, int ifindex, guint16 short_addr)
network-manager-1.27.91/src/platform/nm-linux-platform.c-8446-{
network-manager-1.27.91/src/platform/nm-linux-platform.c-8447-    WPAN_GET_WPAN_DATA(wpan_data, platform, ifindex, FALSE);
network-manager-1.27.91/src/platform/nm-linux-platform.c:8448:    return nm_wpan_utils_set_short_addr(wpan_data, short_addr);
network-manager-1.27.91/src/platform/nm-linux-platform.c-8449-}
##############################################
network-manager-1.27.91/src/platform/tests/test-link.c-571-static void
network-manager-1.27.91/src/platform/tests/test-link.c:572:test_bridge_addr(void)
network-manager-1.27.91/src/platform/tests/test-link.c-573-{
##############################################
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.h-31-
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.h:32:guint16  nm_wpan_utils_get_short_addr(NMWpanUtils *self);
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.h:33:gboolean nm_wpan_utils_set_short_addr(NMWpanUtils *self, guint16 short_addr);
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.h-34-
##############################################
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.c-209-guint16
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.c:210:nm_wpan_utils_get_short_addr(NMWpanUtils *self)
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.c-211-{
##############################################
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.c-219-gboolean
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.c:220:nm_wpan_utils_set_short_addr(NMWpanUtils *self, guint16 short_addr)
network-manager-1.27.91/src/platform/wpan/nm-wpan-utils.c-221-{
##############################################
network-manager-1.27.91/src/nm-ip6-config.c-2329-static void
network-manager-1.27.91/src/nm-ip6-config.c:2330:hash_in6addr(GChecksum *sum, const struct in6_addr *a)
network-manager-1.27.91/src/nm-ip6-config.c-2331-{
##############################################
network-manager-1.27.91/src/nm-ip6-config.c-2351-        nm_ip_config_iter_ip6_address_for_each (&ipconf_iter, self, &address) {
network-manager-1.27.91/src/nm-ip6-config.c:2352:            hash_in6addr(sum, &address->address);
network-manager-1.27.91/src/nm-ip6-config.c-2353-            hash_u32(sum, address->plen);
##############################################
network-manager-1.27.91/src/nm-ip6-config.c-2356-        nm_ip_config_iter_ip6_route_for_each (&ipconf_iter, self, &route) {
network-manager-1.27.91/src/nm-ip6-config.c:2357:            hash_in6addr(sum, &route->network);
network-manager-1.27.91/src/nm-ip6-config.c-2358-            hash_u32(sum, route->plen);
network-manager-1.27.91/src/nm-ip6-config.c:2359:            hash_in6addr(sum, &route->gateway);
network-manager-1.27.91/src/nm-ip6-config.c-2360-            hash_u32(sum, route->metric);
##############################################
network-manager-1.27.91/src/nm-ip6-config.c-2364-    for (i = 0; i < nm_ip6_config_get_num_nameservers(self); i++)
network-manager-1.27.91/src/nm-ip6-config.c:2365:        hash_in6addr(sum, nm_ip6_config_get_nameserver(self, i));
network-manager-1.27.91/src/nm-ip6-config.c-2366-
##############################################
network-manager-1.27.91/src/nm-dbus-object.c-28-#define _NMLOG(level, ...) \
network-manager-1.27.91/src/nm-dbus-object.c:29:    __NMLOG_DEFAULT_WITH_ADDR(level, _NMLOG_DOMAIN, "dbus-object", __VA_ARGS__)
network-manager-1.27.91/src/nm-dbus-object.c-30-
##############################################
network-manager-1.27.91/src/nm-dbus-object.c-32-#define _NMLOG2(level, ...) \
network-manager-1.27.91/src/nm-dbus-object.c:33:    __NMLOG_DEFAULT_WITH_ADDR(level, _NMLOG2_DOMAIN, "properties-changed", __VA_ARGS__)
network-manager-1.27.91/src/nm-dbus-object.c-34-
##############################################
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-587-static gboolean
network-manager-1.27.91/src/ppp/nm-ppp-manager.c:588:iid_value_to_ll6_addr(GVariant *          dict,
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-589-                      const char *        prop,
##############################################
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-608-    if (out_iid)
network-manager-1.27.91/src/ppp/nm-ppp-manager.c:609:        nm_utils_ipv6_interface_identifier_get_from_addr(out_iid, out_addr);
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-610-    return TRUE;
##############################################
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-644-
network-manager-1.27.91/src/ppp/nm-ppp-manager.c:645:    if (iid_value_to_ll6_addr(config_dict, NM_PPP_IP6_CONFIG_PEER_IID, &a, NULL)) {
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-646-        const NMPlatformIP6Route r = {
##############################################
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-658-
network-manager-1.27.91/src/ppp/nm-ppp-manager.c:659:    if (iid_value_to_ll6_addr(config_dict, NM_PPP_IP6_CONFIG_OUR_IID, &addr.address, &iid)) {
network-manager-1.27.91/src/ppp/nm-ppp-manager.c-660-        if (!has_peer)
##############################################
network-manager-1.27.91/src/nm-logging.h-183-
network-manager-1.27.91/src/nm-logging.h:184:#define __NMLOG_DEFAULT_WITH_ADDR(level, domain, prefix, ...)                            \
network-manager-1.27.91/src/nm-logging.h-185-    G_STMT_START                                                                         \
##############################################
network-manager-1.27.91/src/nm-l3-config-data.c-2551-        {
network-manager-1.27.91/src/nm-l3-config-data.c:2552:            if (hook_add_addr && !hook_add_addr(src, obj, hook_user_data))
network-manager-1.27.91/src/nm-l3-config-data.c-2553-                continue;
##############################################
network-manager-1.27.91/src/devices/nm-device-wpan.c-166-    if (short_address != G_MAXUINT16) {
network-manager-1.27.91/src/devices/nm-device-wpan.c:167:        if (!nm_platform_wpan_set_short_addr(platform, ifindex, short_address)) {
network-manager-1.27.91/src/devices/nm-device-wpan.c-168-            _LOGW(LOGD_DEVICE, "unable to set the short address");
##############################################
network-manager-1.27.91/src/devices/nm-device-6lowpan.c-207-    if (!nm_setting_6lowpan_get_parent(s_6lowpan)
network-manager-1.27.91/src/devices/nm-device-6lowpan.c:208:        && !nm_device_match_parent_hwaddr(device, connection, TRUE)) {
network-manager-1.27.91/src/devices/nm-device-6lowpan.c-209-        g_set_error_literal(
##############################################
network-manager-1.27.91/src/devices/nm-device.h-170-     * are authoritative, others not. Non-authoritative reasons can be overruled by
network-manager-1.27.91/src/devices/nm-device.h:171:     * `nmcli device set $DEVICE managed yes`. Also, for an explicit user activation
network-manager-1.27.91/src/devices/nm-device.h-172-     * request we may want to consider the device as managed. This flag makes devices
##############################################
network-manager-1.27.91/src/devices/nm-device-wireguard.c-907-    if (endpoint && nm_sock_addr_endpoint_get_host(endpoint)) {
network-manager-1.27.91/src/devices/nm-device-wireguard.c:908:        if (!nm_sock_addr_endpoint_get_fixed_sockaddr(endpoint, &sockaddr)) {
network-manager-1.27.91/src/devices/nm-device-wireguard.c-909-            /* we have an endpoint, but it's not a static IP address. We need to resolve
##############################################
network-manager-1.27.91/src/devices/nm-device-vlan.c-359-            /* Parent could be a MAC address in an NMSettingWired */
network-manager-1.27.91/src/devices/nm-device-vlan.c:360:            if (!nm_device_match_parent_hwaddr(device, connection, TRUE)) {
network-manager-1.27.91/src/devices/nm-device-vlan.c-361-                nm_utils_error_set_literal(error,
##############################################
network-manager-1.27.91/src/devices/nm-device-vlan.c-417-    if (!nm_setting_vlan_get_parent(s_vlan)
network-manager-1.27.91/src/devices/nm-device-vlan.c:418:        && !nm_device_match_parent_hwaddr(device, connection, TRUE)) {
network-manager-1.27.91/src/devices/nm-device-vlan.c-419-        g_set_error_literal(
##############################################
network-manager-1.27.91/src/devices/bluetooth/nm-device-bt.c-209-
network-manager-1.27.91/src/devices/bluetooth/nm-device-bt.c:210:    bdaddr = nm_setting_bluetooth_get_bdaddr(s_bt);
network-manager-1.27.91/src/devices/bluetooth/nm-device-bt.c-211-    if (!bdaddr) {
##############################################
network-manager-1.27.91/src/devices/bluetooth/nm-device-bt.c-386-
network-manager-1.27.91/src/devices/bluetooth/nm-device-bt.c:387:    setting_bdaddr = nm_setting_bluetooth_get_bdaddr(s_bt);
network-manager-1.27.91/src/devices/bluetooth/nm-device-bt.c-388-    if (setting_bdaddr) {
##############################################
network-manager-1.27.91/src/devices/bluetooth/nm-bluez-manager.c-832-
network-manager-1.27.91/src/devices/bluetooth/nm-bluez-manager.c:833:    bdaddr = nm_setting_bluetooth_get_bdaddr(s_bt);
network-manager-1.27.91/src/devices/bluetooth/nm-bluez-manager.c-834-    if (!bdaddr)
##############################################
network-manager-1.27.91/src/devices/nm-device-private.h-197-gboolean nm_device_match_parent(NMDevice *device, const char *parent);
network-manager-1.27.91/src/devices/nm-device-private.h:198:gboolean nm_device_match_parent_hwaddr(NMDevice *    device,
network-manager-1.27.91/src/devices/nm-device-private.h-199-                                       NMConnection *connection,
##############################################
network-manager-1.27.91/src/devices/wifi/nm-device-wifi.c-953-static void
network-manager-1.27.91/src/devices/wifi/nm-device-wifi.c:954:deactivate_reset_hw_addr(NMDevice *device)
network-manager-1.27.91/src/devices/wifi/nm-device-wifi.c-955-{
##############################################
network-manager-1.27.91/src/devices/nm-device-vxlan.c-94-
network-manager-1.27.91/src/devices/nm-device-vxlan.c:95:#define CHECK_PROPERTY_CHANGED_IN6ADDR(field, prop)                                 \
network-manager-1.27.91/src/devices/nm-device-vxlan.c-96-    G_STMT_START                                                                    \
##############################################
network-manager-1.27.91/src/devices/nm-device-vxlan.c-106-    CHECK_PROPERTY_CHANGED(local, PROP_LOCAL);
network-manager-1.27.91/src/devices/nm-device-vxlan.c:107:    CHECK_PROPERTY_CHANGED_IN6ADDR(local6, PROP_LOCAL);
network-manager-1.27.91/src/devices/nm-device-vxlan.c-108-    CHECK_PROPERTY_CHANGED(group, PROP_GROUP);
network-manager-1.27.91/src/devices/nm-device-vxlan.c:109:    CHECK_PROPERTY_CHANGED_IN6ADDR(group6, PROP_GROUP);
network-manager-1.27.91/src/devices/nm-device-vxlan.c-110-    CHECK_PROPERTY_CHANGED(tos, PROP_TOS);
##############################################
network-manager-1.27.91/src/devices/nm-device-macvlan.c-362-            /* Parent could be a MAC address in an NMSettingWired */
network-manager-1.27.91/src/devices/nm-device-macvlan.c:363:            if (!nm_device_match_parent_hwaddr(device, connection, TRUE)) {
network-manager-1.27.91/src/devices/nm-device-macvlan.c-364-                nm_utils_error_set_literal(error,
##############################################
network-manager-1.27.91/src/devices/nm-device-macvlan.c-406-    if (!nm_setting_macvlan_get_parent(s_macvlan)
network-manager-1.27.91/src/devices/nm-device-macvlan.c:407:        && !nm_device_match_parent_hwaddr(device, connection, TRUE)) {
network-manager-1.27.91/src/devices/nm-device-macvlan.c-408-        g_set_error_literal(
##############################################
network-manager-1.27.91/src/devices/nm-device.c-3351-
network-manager-1.27.91/src/devices/nm-device.c:3352:        short_addr = nm_platform_wpan_get_short_addr(platform, pllink->parent);
network-manager-1.27.91/src/devices/nm-device.c-3353-        if (short_addr != G_MAXUINT16) {
##############################################
network-manager-1.27.91/src/devices/nm-device.c-7308-gboolean
network-manager-1.27.91/src/devices/nm-device.c:7309:nm_device_match_parent_hwaddr(NMDevice *    device,
network-manager-1.27.91/src/devices/nm-device.c-7310-                              NMConnection *connection,
##############################################
network-manager-1.27.91/src/devices/nm-device.c-8600-    memset(&address, 0, sizeof(address));
network-manager-1.27.91/src/devices/nm-device.c:8601:    nm_platform_ip4_address_set_addr(&address, lla, 16);
network-manager-1.27.91/src/devices/nm-device.c-8602-    address.addr_source = NM_IP_CONFIG_SOURCE_IP4LL;
##############################################
network-manager-1.27.91/src/devices/nm-device.c-9409-        nm_ip_address_get_address_binary(user, &a);
network-manager-1.27.91/src/devices/nm-device.c:9410:        nm_platform_ip4_address_set_addr(&address, a, nm_ip_address_get_prefix(user));
network-manager-1.27.91/src/devices/nm-device.c-9411-        nm_clear_pointer(&priv->shared_ip_handle, nm_netns_shared_ip_release);
##############################################
network-manager-1.27.91/src/devices/nm-device.c-9414-            priv->shared_ip_handle = nm_netns_shared_ip_reserve(nm_device_get_netns(self));
network-manager-1.27.91/src/devices/nm-device.c:9415:        nm_platform_ip4_address_set_addr(&address, priv->shared_ip_handle->addr, 24);
network-manager-1.27.91/src/devices/nm-device.c-9416-    }
##############################################
network-manager-1.27.91/src/devices/nm-device.c-10035-static void
network-manager-1.27.91/src/devices/nm-device.c:10036:check_and_add_ipv6ll_addr(NMDevice *self)
network-manager-1.27.91/src/devices/nm-device.c-10037-{
##############################################
network-manager-1.27.91/src/devices/nm-device.c-10132-
network-manager-1.27.91/src/devices/nm-device.c:10133:    check_and_add_ipv6ll_addr(self);
network-manager-1.27.91/src/devices/nm-device.c-10134-
##############################################
network-manager-1.27.91/src/devices/nm-device.c-14439-            if (need_ipv6ll)
network-manager-1.27.91/src/devices/nm-device.c:14440:                check_and_add_ipv6ll_addr(self);
network-manager-1.27.91/src/devices/nm-device.c-14441-        }
##############################################
network-manager-1.27.91/src/devices/nm-device.c-15917-             * a randomized MAC address used during scanning. */
network-manager-1.27.91/src/devices/nm-device.c:15918:            NM_DEVICE_GET_CLASS(self)->deactivate_reset_hw_addr(self);
network-manager-1.27.91/src/devices/nm-device.c-15919-        }
##############################################
network-manager-1.27.91/src/devices/nm-device.c-15957-static void
network-manager-1.27.91/src/devices/nm-device.c:15958:deactivate_reset_hw_addr(NMDevice *self)
network-manager-1.27.91/src/devices/nm-device.c-15959-{
##############################################
network-manager-1.27.91/src/devices/nm-device-bridge.c-72-
network-manager-1.27.91/src/devices/nm-device-bridge.c:73:        bdaddr = nm_setting_bluetooth_get_bdaddr(s_bt);
network-manager-1.27.91/src/devices/nm-device-bridge.c-74-        if (!nm_bt_vtable_network_server->is_available(
##############################################
network-manager-1.27.91/src/devices/nm-device-bridge.c-900-    if (!nm_bt_vtable_network_server->register_bridge(nm_bt_vtable_network_server,
network-manager-1.27.91/src/devices/nm-device-bridge.c:901:                                                      nm_setting_bluetooth_get_bdaddr(s_bt),
network-manager-1.27.91/src/devices/nm-device-bridge.c-902-                                                      device,
##############################################
network-manager-1.27.91/src/devices/nm-device-bridge.c-1081-            to_sysfs_multicast_router_sys(nm_setting_bridge_get_multicast_router(s_bridge)),
network-manager-1.27.91/src/devices/nm-device-bridge.c:1082:        .mcast_query_use_ifaddr    = nm_setting_bridge_get_multicast_query_use_ifaddr(s_bridge),
network-manager-1.27.91/src/devices/nm-device-bridge.c-1083-        .mcast_querier             = nm_setting_bridge_get_multicast_querier(s_bridge),
##############################################
network-manager-1.27.91/src/tests/test-utils.c-77-static void
network-manager-1.27.91/src/tests/test-utils.c:78:_do_test_hw_addr(NMUtilsStableType  stable_type,
network-manager-1.27.91/src/tests/test-utils.c-79-                 const char *       stable_id,
##############################################
network-manager-1.27.91/src/tests/test-utils.c-114-}
network-manager-1.27.91/src/tests/test-utils.c:115:#define do_test_hw_addr(stable_type,                    \
network-manager-1.27.91/src/tests/test-utils.c-116-                        stable_id,                      \
##############################################
network-manager-1.27.91/src/tests/test-utils.c-121-                        ...)                            \
network-manager-1.27.91/src/tests/test-utils.c:122:    _do_test_hw_addr((stable_type),                     \
network-manager-1.27.91/src/tests/test-utils.c-123-                     (stable_id),                       \
##############################################
network-manager-1.27.91/src/tests/test-utils.c-133-{
network-manager-1.27.91/src/tests/test-utils.c:134:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-135-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-140-                    "06:0D:CD:0C:9E:2C");
network-manager-1.27.91/src/tests/test-utils.c:141:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_STABLE_ID,
network-manager-1.27.91/src/tests/test-utils.c-142-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-148-
network-manager-1.27.91/src/tests/test-utils.c:149:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-150-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-155-                    "00:23:45:0C:9E:2C");
network-manager-1.27.91/src/tests/test-utils.c:156:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-157-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-163-
network-manager-1.27.91/src/tests/test-utils.c:164:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-165-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-170-                    "06:0D:CD:0C:9E:2C");
network-manager-1.27.91/src/tests/test-utils.c:171:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-172-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-177-                    "04:0D:CD:0C:9E:2C");
network-manager-1.27.91/src/tests/test-utils.c:178:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-179-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-185-
network-manager-1.27.91/src/tests/test-utils.c:186:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-187-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-192-                    "04:0D:CD:0C:9E:2C");
network-manager-1.27.91/src/tests/test-utils.c:193:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-194-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-200-
network-manager-1.27.91/src/tests/test-utils.c:201:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-202-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-utils.c-208-
network-manager-1.27.91/src/tests/test-utils.c:209:    do_test_hw_addr(NM_UTILS_STABLE_TYPE_UUID,
network-manager-1.27.91/src/tests/test-utils.c-210-                    "stable-1",
##############################################
network-manager-1.27.91/src/tests/test-core.c-46-static void
network-manager-1.27.91/src/tests/test-core.c:47:_randomize_in6_addr(struct in6_addr *addr, GRand *r)
network-manager-1.27.91/src/tests/test-core.c-48-{
##############################################
network-manager-1.27.91/src/tests/test-core.c-67-
network-manager-1.27.91/src/tests/test-core.c:68:            _randomize_in6_addr(&addr_src, r);
network-manager-1.27.91/src/tests/test-core.c:69:            _randomize_in6_addr(&addr_ref, r);
network-manager-1.27.91/src/tests/test-core.c:70:            _randomize_in6_addr(&addr1, r);
network-manager-1.27.91/src/tests/test-core.c:71:            _randomize_in6_addr(&addr2, r);
network-manager-1.27.91/src/tests/test-core.c-72-
##############################################
network-manager-1.27.91/src/tests/test-core.c-75-
network-manager-1.27.91/src/tests/test-core.c:76:            _randomize_in6_addr(&addr1, r);
network-manager-1.27.91/src/tests/test-core.c:77:            _randomize_in6_addr(&addr2, r);
network-manager-1.27.91/src/tests/test-core.c-78-            addr1 = addr_src;
##############################################
network-manager-1.27.91/src/tests/test-core.c-83-            /* test for self assignment/inplace update. */
network-manager-1.27.91/src/tests/test-core.c:84:            _randomize_in6_addr(&addr1, r);
network-manager-1.27.91/src/tests/test-core.c-85-            addr1 = addr_src;
##############################################
network-manager-1.27.91/src/tests/test-core.c-748-static void
network-manager-1.27.91/src/tests/test-core.c:749:test_connection_no_match_ip4_addr(void)
network-manager-1.27.91/src/tests/test-core.c-750-{
##############################################
network-manager-1.27.91/src/ndisc/nm-lndp-ndisc.c-242-
network-manager-1.27.91/src/ndisc/nm-lndp-ndisc.c:243:        ndp_msg_opt_rdnss_for_each_addr (addr, addr_index, msg, offset) {
network-manager-1.27.91/src/ndisc/nm-lndp-ndisc.c-244-            NMNDiscDNSServer dns_server = {
##############################################
network-manager-1.27.91/src/systemd/src/libsystemd-network/network-internal.c-516-
network-manager-1.27.91/src/systemd/src/libsystemd-network/network-internal.c:517:int config_parse_hwaddr(const char *unit,
network-manager-1.27.91/src/systemd/src/libsystemd-network/network-internal.c-518-                        const char *filename,
##############################################
network-manager-1.27.91/src/systemd/src/libsystemd-network/sd-dhcp-lease.c-473-                assert_se(lease_parse_be32(option, 4, &addr.s_addr) >= 0);
network-manager-1.27.91/src/systemd/src/libsystemd-network/sd-dhcp-lease.c:474:                route->dst_addr = inet_makeaddr(inet_netof(addr), 0);
network-manager-1.27.91/src/systemd/src/libsystemd-network/sd-dhcp-lease.c-475-                option += 4;
##############################################
network-manager-1.27.91/src/nm-core-utils.h-167-static inline void
network-manager-1.27.91/src/nm-core-utils.h:168:nm_hash_update_in6addr(NMHashState *h, const struct in6_addr *addr)
network-manager-1.27.91/src/nm-core-utils.h-169-{
##############################################
network-manager-1.27.91/src/nm-core-utils.h-183-    /* we don't hash plen itself. The caller may want to do that.*/
network-manager-1.27.91/src/nm-core-utils.h:184:    nm_hash_update_in6addr(h, &a);
network-manager-1.27.91/src/nm-core-utils.h-185-}
##############################################
network-manager-1.27.91/src/nm-core-utils.h-338-
network-manager-1.27.91/src/nm-core-utils.h:339:gboolean nm_utils_arp_type_validate_hwaddr(int arp_type, const guint8 *hwaddr, gsize hwaddr_len);
network-manager-1.27.91/src/nm-core-utils.h-340-
##############################################
network-manager-1.27.91/src/nm-core-utils.h-373-
network-manager-1.27.91/src/nm-core-utils.h:374:void nm_utils_ipv6_interface_identifier_get_from_addr(NMUtilsIPv6IfaceId *   iid,
network-manager-1.27.91/src/nm-core-utils.h-375-                                                      const struct in6_addr *addr);
##############################################
network-manager-1.27.91/src/nm-manager.c-1278-static NMDevice *
network-manager-1.27.91/src/nm-manager.c:1279:find_device_by_permanent_hw_addr(NMManager *self, const char *hwaddr)
network-manager-1.27.91/src/nm-manager.c-1280-{
##############################################
network-manager-1.27.91/src/nm-manager.c-1818-    /* Maybe a hardware address */
network-manager-1.27.91/src/nm-manager.c:1819:    parent = find_device_by_permanent_hw_addr(self, parent_name);
network-manager-1.27.91/src/nm-manager.c-1820-    if (parent)
##############################################
network-manager-1.27.91/src/nm-manager.c-3725-         * is not restricted to a particular device.
network-manager-1.27.91/src/nm-manager.c:3726:         * For that reason, plain `nmcli connection up "$MULIT_PROFILE"` seems
network-manager-1.27.91/src/nm-manager.c-3727-         * less suitable for multi-connect profiles, because the target device is
##############################################
network-manager-1.27.91/docs/libnm/html/NMSettingBluetooth.html-162-<pre class="programlisting">const <span class="returnvalue">char</span> *
network-manager-1.27.91/docs/libnm/html/NMSettingBluetooth.html:163:nm_setting_bluetooth_get_bdaddr (<em class="parameter"><code><a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> *setting</code></em>);</pre>
network-manager-1.27.91/docs/libnm/html/NMSettingBluetooth.html-164-<p>Gets the Bluetooth address of the remote device which this setting
##############################################
network-manager-1.27.91/docs/libnm/Makefile.in-73-  { \
network-manager-1.27.91/docs/libnm/Makefile.in:74:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
network-manager-1.27.91/docs/libnm/Makefile.in-75-  }; \
##############################################
network-manager-1.27.91/docs/libnm/Makefile.in-677-distdir-am: $(DISTFILES)
network-manager-1.27.91/docs/libnm/Makefile.in:678:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
network-manager-1.27.91/docs/libnm/Makefile.in:679:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
network-manager-1.27.91/docs/libnm/Makefile.in-680-	list='$(DISTFILES)'; \
##############################################
network-manager-1.27.91/docs/libnm/Makefile.in-691-	  if test -d $$d/$$file; then \
network-manager-1.27.91/docs/libnm/Makefile.in:692:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
network-manager-1.27.91/docs/libnm/Makefile.in-693-	    if test -d "$(distdir)/$$file"; then \
##############################################
network-manager-1.27.91/docs/libnm/Makefile.in-848-	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
network-manager-1.27.91/docs/libnm/Makefile.in:849:	  files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
network-manager-1.27.91/docs/libnm/Makefile.in-850-	  if test "x$$files" != "x" ; then \
network-manager-1.27.91/docs/libnm/Makefile.in-851-	    for file in $$files ; do \
network-manager-1.27.91/docs/libnm/Makefile.in:852:	      destdir=`dirname $(abs_builddir)/$$file`; \
network-manager-1.27.91/docs/libnm/Makefile.in-853-	      test -d "$$destdir" || mkdir -p "$$destdir"; \
##############################################
network-manager-1.27.91/docs/libnm/Makefile.in-945-	  for img in $(HTML_IMAGES); do \
network-manager-1.27.91/docs/libnm/Makefile.in:946:	    part=`dirname $$img`; \
network-manager-1.27.91/docs/libnm/Makefile.in-947-	    echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
##############################################
network-manager-1.27.91/docs/libnm/Makefile.in-978-install-data-local:
network-manager-1.27.91/docs/libnm/Makefile.in:979:	@installfiles=`echo $(builddir)/html/*`; \
network-manager-1.27.91/docs/libnm/Makefile.in-980-	if test "$$installfiles" = '$(builddir)/html/*'; \
##############################################
network-manager-1.27.91/docs/api/html/nm-settings-nmcli.html-245-<td>
network-manager-1.27.91/docs/api/html/nm-settings-nmcli.html:246:<p>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</p>
network-manager-1.27.91/docs/api/html/nm-settings-nmcli.html-247-<p>
##############################################
network-manager-1.27.91/docs/api/html/nm-settings-nmcli.html-2659-<td>
network-manager-1.27.91/docs/api/html/nm-settings-nmcli.html:2660:<p>A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form "pci-$domain:$bus:$device.$function", where each variable is an hexadecimal value; for example "pci-0000:0a:00.0". The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli -f general.path device show $dev"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\' are used for optional and mandatory matches and inverting the pattern.</p>
network-manager-1.27.91/docs/api/html/nm-settings-nmcli.html-2661-<p>
##############################################
network-manager-1.27.91/docs/api/html/nm-settings-dbus.html-250-<td align="left"> </td>
network-manager-1.27.91/docs/api/html/nm-settings-dbus.html:251:<td>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</td>
network-manager-1.27.91/docs/api/html/nm-settings-dbus.html-252-</tr>
##############################################
network-manager-1.27.91/docs/api/html/nm-settings-dbus.html-2198-<td align="left"> </td>
network-manager-1.27.91/docs/api/html/nm-settings-dbus.html:2199:<td>A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form "pci-$domain:$bus:$device.$function", where each variable is an hexadecimal value; for example "pci-0000:0a:00.0". The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli -f general.path device show $dev"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</td>
network-manager-1.27.91/docs/api/html/nm-settings-dbus.html-2200-</tr>
##############################################
network-manager-1.27.91/docs/api/html/settings-connection.html-173-<td><pre class="screen"></pre></td>
network-manager-1.27.91/docs/api/html/settings-connection.html:174:<td>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</td>
network-manager-1.27.91/docs/api/html/settings-connection.html-175-</tr>
##############################################
network-manager-1.27.91/docs/api/html/settings-match.html-77-<td><pre class="screen"></pre></td>
network-manager-1.27.91/docs/api/html/settings-match.html:78:<td>A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form "pci-$domain:$bus:$device.$function", where each variable is an hexadecimal value; for example "pci-0000:0a:00.0". The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli -f general.path device show $dev"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</td>
network-manager-1.27.91/docs/api/html/settings-match.html-79-</tr>
##############################################
network-manager-1.27.91/docs/api/settings-spec.xml-4-            Properties
network-manager-1.27.91/docs/api/settings-spec.xml:5:        </title><para><table><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry><screen>auth-retries<indexterm zone="settings-connection"><primary sortas="auth-retries">auth-retries</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>-1</screen></entry><entry>The number of retries for the authentication. Zero means to try indefinitely; -1 means to use a global default. If the global default is not set, the authentication retries for 3 times before failing the connection. Currently, this only applies to 802-1x authentication.</entry></row><row><entry><screen>autoconnect<indexterm zone="settings-connection"><primary sortas="autoconnect">autoconnect</primary></indexterm></screen></entry><entry><screen>boolean</screen></entry><entry><screen>TRUE</screen></entry><entry>Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.</entry></row><row><entry><screen>autoconnect-priority<indexterm zone="settings-connection"><primary sortas="autoconnect-priority">autoconnect-priority</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>0</screen></entry><entry>The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority.</entry></row><row><entry><screen>autoconnect-retries<indexterm zone="settings-connection"><primary sortas="autoconnect-retries">autoconnect-retries</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>-1</screen></entry><entry>The number of times a connection should be tried when autoactivating before giving up. Zero means forever, -1 means the global default (4 times if not overridden). Setting this to 1 means to try activation only once before blocking autoconnect. Note that after a timeout, NetworkManager will try to autoconnect again.</entry></row><row><entry><screen>autoconnect-slaves<indexterm zone="settings-connection"><primary sortas="autoconnect-slaves">autoconnect-slaves</primary></indexterm></screen></entry><entry><screen>NMSettingConnectionAutoconnectSlaves (int32)</screen></entry><entry><screen/></entry><entry>Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.</entry></row><row><entry><screen>gateway-ping-timeout<indexterm zone="settings-connection"><primary sortas="gateway-ping-timeout">gateway-ping-timeout</primary></indexterm></screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.</entry></row><row><entry><screen>id<indexterm zone="settings-connection"><primary sortas="id">id</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>A human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G".</entry></row><row><entry><screen>interface-name<indexterm zone="settings-connection"><primary sortas="interface-name">interface-name</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>The name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.</entry></row><row><entry><screen>lldp<indexterm zone="settings-connection"><primary sortas="lldp">lldp</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>-1</screen></entry><entry>Whether LLDP is enabled for the connection.</entry></row><row><entry><screen>llmnr<indexterm zone="settings-connection"><primary sortas="llmnr">llmnr</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>-1</screen></entry><entry>Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable LLMNR for the interface, "resolve" (1) do not register hostname but allow resolving of LLMNR host names If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "yes"). This feature requires a plugin which supports LLMNR. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.</entry></row><row><entry><screen>master<indexterm zone="settings-connection"><primary sortas="master">master</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Interface name of the master device or UUID of the master connection.</entry></row><row><entry><screen>mdns<indexterm zone="settings-connection"><primary sortas="mdns">mdns</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>-1</screen></entry><entry>Whether mDNS is enabled for the connection. The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" (1) do not register hostname but allow resolving of mDNS host names and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "no"). This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.</entry></row><row><entry><screen>metered<indexterm zone="settings-connection"><primary sortas="metered">metered</primary></indexterm></screen></entry><entry><screen>NMMetered (int32)</screen></entry><entry><screen/></entry><entry>Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately.</entry></row><row><entry><screen>mud-url<indexterm zone="settings-connection"><primary sortas="mud-url">mud-url</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>If configured, set to a Manufacturer Usage Description (MUD) URL that points to manufacturer-recommended network policies for IoT devices. It is transmitted as a DHCPv4 or DHCPv6 option. The value must be a valid URL starting with "https://". The special value "none" is allowed to indicate that no MUD URL is used. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the ultimate default is "none".</entry></row><row><entry><screen>multi-connect<indexterm zone="settings-connection"><primary sortas="multi-connect">multi-connect</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>0</screen></entry><entry>Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect.</entry></row><row><entry><screen>permissions<indexterm zone="settings-connection"><primary sortas="permissions">permissions</primary></indexterm></screen></entry><entry><screen>array of string</screen></entry><entry><screen/></entry><entry>An array of strings defining what access a given user has to this connection.  If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list.  When this is not empty, the connection can be active only when one of the specified users is logged into an active session.  Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah". At this time only the "user" [type] is allowed.  Any other values are ignored and reserved for future use.  [id] is the username that this permission refers to, which may not contain the ":" character. Any [reserved] information present must be ignored and is reserved for future use.  All of [type], [id], and [reserved] must be valid UTF-8.</entry></row><row><entry><screen>read-only<indexterm zone="settings-connection"><primary sortas="read-only">read-only</primary></indexterm></screen></entry><entry><screen>boolean</screen></entry><entry><screen>FALSE</screen></entry><entry>FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified.</entry></row><row><entry><screen>secondaries<indexterm zone="settings-connection"><primary sortas="secondaries">secondaries</primary></indexterm></screen></entry><entry><screen>array of string</screen></entry><entry><screen/></entry><entry>List of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported.</entry></row><row><entry><screen>slave-type<indexterm zone="settings-connection"><primary sortas="slave-type">slave-type</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Setting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.</entry></row><row><entry><screen>stable-id<indexterm zone="settings-connection"><primary sortas="stable-id">stable-id</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</entry></row><row><entry><screen>timestamp<indexterm zone="settings-connection"><primary sortas="timestamp">timestamp</primary></indexterm></screen></entry><entry><screen>uint64</screen></entry><entry><screen>0</screen></entry><entry>The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).</entry></row><row><entry><screen>type<indexterm zone="settings-connection"><primary sortas="type">type</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, "802-3-ethernet" or "802-11-wireless" or "bluetooth", etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, "vpn" or "bridge", etc).</entry></row><row><entry><screen>uuid<indexterm zone="settings-connection"><primary sortas="uuid">uuid</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>A universally unique identifier for the connection, for example generated with libuuid.  It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network.  For example, it should not be changed when the "id" property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or "type" property changes. The UUID must be in the format "2815492f-7e56-435e-b2e9-246bd7cdc664" (ie, contains only hexadecimal characters and "-").</entry></row><row><entry><screen>wait-device-timeout<indexterm zone="settings-connection"><primary sortas="wait-device-timeout">wait-device-timeout</primary></indexterm></screen></entry><entry><screen>int32</screen></entry><entry><screen>-1</screen></entry><entry>Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service and nm-online to give the device a chance to appear. This works by waiting for the given timeout until a compatible device for the profile is available and managed. The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time.</entry></row><row><entry><screen>zone<indexterm zone="settings-connection"><primary sortas="zone">zone</primary></indexterm></screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>The trust level of a the connection.  Free form case-insensitive string (for example "Home", "Work", "Public").  NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately.</entry></row></tbody></tgroup></table></para></refsect1></refentry><refentry id="settings-6lowpan"><refnamediv><refname>6lowpan</refname><refpurpose>6LoWPAN Settings</refpurpose></refnamediv><refsect1 role="properties"><title id="settings-6lowpan.properties">
network-manager-1.27.91/docs/api/settings-spec.xml-6-            Properties
##############################################
network-manager-1.27.91/docs/api/settings-spec.xml-44-            Properties
network-manager-1.27.91/docs/api/settings-spec.xml:45:        </title><para><table><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody><row><entry><screen>driver<indexterm zone="settings-match"><primary sortas="driver">driver</primary></indexterm></screen></entry><entry><screen>array of string</screen></entry><entry><screen/></entry><entry>A list of driver names to match. Each element is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</entry></row><row><entry><screen>interface-name<indexterm zone="settings-match"><primary sortas="interface-name">interface-name</primary></indexterm></screen></entry><entry><screen>array of string</screen></entry><entry><screen/></entry><entry>A list of interface names to match. Each element is a shell wildcard pattern. An element can be prefixed with a pipe symbol (|) or an ampersand (&amp;). The former means that the element is optional and the latter means that it is mandatory. If there are any optional elements, than the match evaluates to true if at least one of the optional element matches (logical OR). If there are any mandatory elements, then they all must match (logical AND). By default, an element is optional. This means that an element "foo" behaves the same as "|foo". An element can also be inverted with exclamation mark (!) between the pipe symbol (or the ampersand) and before the pattern. Note that "!foo" is a shortcut for the mandatory match "&amp;!foo". Finally, a backslash can be used at the beginning of the element (after the optional special characters) to escape the start of the pattern. For example, "&amp;\\!a" is an mandatory match for literally "!a".</entry></row><row><entry><screen>kernel-command-line<indexterm zone="settings-match"><primary sortas="kernel-command-line">kernel-command-line</primary></indexterm></screen></entry><entry><screen>array of string</screen></entry><entry><screen/></entry><entry>A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated "="). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</entry></row><row><entry><screen>path<indexterm zone="settings-match"><primary sortas="path">path</primary></indexterm></screen></entry><entry><screen>array of string</screen></entry><entry><screen/></entry><entry>A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form "pci-$domain:$bus:$device.$function", where each variable is an hexadecimal value; for example "pci-0000:0a:00.0". The path of a device can be obtained with "udevadm info /sys/class/net/$dev | grep ID_PATH=" or by looking at the "path" property exported by NetworkManager ("nmcli -f general.path device show $dev"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&amp;', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.</entry></row></tbody></tgroup></table></para></refsect1></refentry><refentry id="settings-802-11-olpc-mesh"><refnamediv><refname>802-11-olpc-mesh</refname><refpurpose>OLPC Wireless Mesh Settings</refpurpose></refnamediv><refsect1 role="properties"><title id="settings-802-11-olpc-mesh.properties">
network-manager-1.27.91/docs/api/settings-spec.xml-46-            Properties
##############################################
network-manager-1.27.91/docs/api/Makefile.in-73-  { \
network-manager-1.27.91/docs/api/Makefile.in:74:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
network-manager-1.27.91/docs/api/Makefile.in-75-  }; \
##############################################
network-manager-1.27.91/docs/api/Makefile.in-658-distdir-am: $(DISTFILES)
network-manager-1.27.91/docs/api/Makefile.in:659:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
network-manager-1.27.91/docs/api/Makefile.in:660:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
network-manager-1.27.91/docs/api/Makefile.in-661-	list='$(DISTFILES)'; \
##############################################
network-manager-1.27.91/docs/api/Makefile.in-672-	  if test -d $$d/$$file; then \
network-manager-1.27.91/docs/api/Makefile.in:673:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
network-manager-1.27.91/docs/api/Makefile.in-674-	    if test -d "$(distdir)/$$file"; then \
##############################################
network-manager-1.27.91/docs/api/Makefile.in-836-	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
network-manager-1.27.91/docs/api/Makefile.in:837:	  files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
network-manager-1.27.91/docs/api/Makefile.in-838-	  if test "x$$files" != "x" ; then \
network-manager-1.27.91/docs/api/Makefile.in-839-	    for file in $$files ; do \
network-manager-1.27.91/docs/api/Makefile.in:840:	      destdir=`dirname $(abs_builddir)/$$file`; \
network-manager-1.27.91/docs/api/Makefile.in-841-	      test -d "$$destdir" || mkdir -p "$$destdir"; \
##############################################
network-manager-1.27.91/docs/api/Makefile.in-933-	  for img in $(HTML_IMAGES); do \
network-manager-1.27.91/docs/api/Makefile.in:934:	    part=`dirname $$img`; \
network-manager-1.27.91/docs/api/Makefile.in-935-	    echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
##############################################
network-manager-1.27.91/docs/api/Makefile.in-966-install-data-local:
network-manager-1.27.91/docs/api/Makefile.in:967:	@installfiles=`echo $(builddir)/html/*`; \
network-manager-1.27.91/docs/api/Makefile.in-968-	if test "$$installfiles" = '$(builddir)/html/*'; \
##############################################
network-manager-1.27.91/docs/api/Makefile.in-1022-	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
network-manager-1.27.91/docs/api/Makefile.in:1023:	  files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
network-manager-1.27.91/docs/api/Makefile.in-1024-	  if test "x$$files" != "x" ; then \
network-manager-1.27.91/docs/api/Makefile.in-1025-	    for file in $$files ; do \
network-manager-1.27.91/docs/api/Makefile.in:1026:	      destdir=`dirname $(abs_builddir)/$$file`; \
network-manager-1.27.91/docs/api/Makefile.in-1027-	      test -d "$$destdir" || mkdir -p "$$destdir"; \
##############################################
network-manager-1.27.91/docs/api/Makefile.am-113-	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
network-manager-1.27.91/docs/api/Makefile.am:114:	  files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
network-manager-1.27.91/docs/api/Makefile.am-115-	  if test "x$$files" != "x" ; then \
network-manager-1.27.91/docs/api/Makefile.am-116-	    for file in $$files ; do \
network-manager-1.27.91/docs/api/Makefile.am:117:	      destdir=`dirname $(abs_builddir)/$$file`; \
network-manager-1.27.91/docs/api/Makefile.am-118-	      test -d "$$destdir" || mkdir -p "$$destdir"; \
##############################################
network-manager-1.27.91/shared/nm-glib-aux/nm-secret-utils.c-174-        acc |= key[i];
network-manager-1.27.91/shared/nm-glib-aux/nm-secret-utils.c:175:        asm volatile("" : "=r"(acc) : "0"(acc));
network-manager-1.27.91/shared/nm-glib-aux/nm-secret-utils.c-176-    }
##############################################
network-manager-1.27.91/shared/nm-glib-aux/nm-shared-utils.c-950-gboolean
network-manager-1.27.91/shared/nm-glib-aux/nm-shared-utils.c:951:nm_utils_parse_inaddr(int addr_family, const char *text, char **out_addr)
network-manager-1.27.91/shared/nm-glib-aux/nm-shared-utils.c-952-{
##############################################
network-manager-1.27.91/shared/nm-glib-aux/nm-shared-utils.h-704-
network-manager-1.27.91/shared/nm-glib-aux/nm-shared-utils.h:705:gboolean nm_utils_parse_inaddr(int addr_family, const char *text, char **out_addr);
network-manager-1.27.91/shared/nm-glib-aux/nm-shared-utils.h-706-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c-918-        case N_DHCP4_CLIENT_PROBE_STATE_REBINDING:
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c:919:                n_dhcp4_incoming_get_yiaddr(message, &client);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c-920-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c-947-                probe->state = N_DHCP4_CLIENT_PROBE_STATE_BOUND;
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c:948:                n_dhcp4_client_lease_get_yiaddr(lease, &probe->last_address);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c-949-                probe->ns_nak_restart_delay = 0;
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c-1077-        case N_DHCP4_CLIENT_PROBE_STATE_GRANTED:
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c:1078:                n_dhcp4_incoming_get_yiaddr(ack, &client);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-probe.c-1079-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-private.h-514-void n_dhcp4_outgoing_set_xid(NDhcp4Outgoing *message, uint32_t xid);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-private.h:515:void n_dhcp4_outgoing_set_yiaddr(NDhcp4Outgoing *message, struct in_addr yiaddr);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-private.h-516-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-private.h-536-void n_dhcp4_incoming_get_xid(NDhcp4Incoming *message, uint32_t *xidp);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-private.h:537:void n_dhcp4_incoming_get_yiaddr(NDhcp4Incoming *message, struct in_addr *yiaddr);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-private.h-538-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-314-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c:315:static int n_dhcp4_outgoing_append_in_addr(NDhcp4Outgoing *message, uint8_t option, struct in_addr addr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-316-        int r;
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-337-int n_dhcp4_outgoing_append_server_identifier(NDhcp4Outgoing *message, struct in_addr addr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c:338:        return n_dhcp4_outgoing_append_in_addr(message, N_DHCP4_OPTION_SERVER_IDENTIFIER, addr);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-339-}
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-341-int n_dhcp4_outgoing_append_requested_ip(NDhcp4Outgoing *message, struct in_addr addr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c:342:        return n_dhcp4_outgoing_append_in_addr(message, N_DHCP4_OPTION_REQUESTED_IP_ADDRESS, addr);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-343-}
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-368-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c:369:void n_dhcp4_outgoing_set_yiaddr(NDhcp4Outgoing *message, struct in_addr yiaddr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-outgoing.c-370-        NDhcp4Header *header = n_dhcp4_outgoing_get_header(message);
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-connection.c-681-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-connection.c:682:        n_dhcp4_incoming_get_yiaddr(offer, &client);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-connection.c-683-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-connection.c-842-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-connection.c:843:        n_dhcp4_incoming_get_yiaddr(ack, &client);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-connection.c-844-
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-371-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c:372:static int n_dhcp4_incoming_query_in_addr(NDhcp4Incoming *message, uint8_t option, struct in_addr *addrp) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-373-        uint8_t *data;
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-406-int n_dhcp4_incoming_query_server_identifier(NDhcp4Incoming *message, struct in_addr *idp) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c:407:        return n_dhcp4_incoming_query_in_addr(message, N_DHCP4_OPTION_SERVER_IDENTIFIER, idp);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-408-}
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-414-int n_dhcp4_incoming_query_requested_ip(NDhcp4Incoming *message, struct in_addr *requested_ipp) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c:415:        return n_dhcp4_incoming_query_in_addr(message, N_DHCP4_OPTION_REQUESTED_IP_ADDRESS, requested_ipp);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-416-}
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-423-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c:424:void n_dhcp4_incoming_get_yiaddr(NDhcp4Incoming *message, struct in_addr *yiaddr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-incoming.c-425-        NDhcp4Header *header = n_dhcp4_incoming_get_header(message);
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-192-/**
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c:193: * n_dhcp4_client_lease_get_yiaddr() - get the IP address
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-194- * @lease:                      the lease to operate on
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-199- */
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c:200:_c_public_ void n_dhcp4_client_lease_get_yiaddr(NDhcp4ClientLease *lease, struct in_addr *yiaddr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-201-        NDhcp4Header *header = n_dhcp4_incoming_get_header(lease->message);
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-206-/**
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c:207: * n_dhcp4_client_lease_get_siaddr() - get the server IP address
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-208- * @lease:                      the lease to operate on
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-213- */
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c:214:_c_public_ void n_dhcp4_client_lease_get_siaddr(NDhcp4ClientLease *lease, struct in_addr *siaddr) {
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4-c-lease.c-215-        NDhcp4Header *header = n_dhcp4_incoming_get_header(lease->message);
##############################################
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4.h-168-
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4.h:169:void n_dhcp4_client_lease_get_yiaddr(NDhcp4ClientLease *lease, struct in_addr *yiaddr);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4.h:170:void n_dhcp4_client_lease_get_siaddr(NDhcp4ClientLease *lease, struct in_addr *siaddr);
network-manager-1.27.91/shared/n-dhcp4/src/n-dhcp4.h-171-void n_dhcp4_client_lease_get_basetime(NDhcp4ClientLease *lease, uint64_t *ns_basetimep);
##############################################
network-manager-1.27.91/shared/nm-utils/nm-vpn-plugin-utils.c-47-         */
network-manager-1.27.91/shared/nm-utils/nm-vpn-plugin-utils.c:48:        if (!dladdr(nm_vpn_plugin_utils_load_editor, &plugin_info)) {
network-manager-1.27.91/shared/nm-utils/nm-vpn-plugin-utils.c-49-            /* Really a "can not happen" scenario. */
##############################################
network-manager-1.27.91/shared/nm-std-aux/nm-std-aux.h-823-
network-manager-1.27.91/shared/nm-std-aux/nm-std-aux.h:824:#define NM_CMP_DIRECT_IN6ADDR(a, b)                             \
network-manager-1.27.91/shared/nm-std-aux/nm-std-aux.h-825-    do {                                                        \
##############################################
network-manager-1.27.91/shared/nm-std-aux/nm-std-aux.h-862-
network-manager-1.27.91/shared/nm-std-aux/nm-std-aux.h:863:#define NM_CMP_FIELD_IN6ADDR(a, b, field)                       \
network-manager-1.27.91/shared/nm-std-aux/nm-std-aux.h-864-    do {                                                        \
##############################################
network-manager-1.27.91/shared/systemd/src/basic/macro.h-641-                memcpy(&_copy, &(x), sizeof(_copy));                    \
network-manager-1.27.91/shared/systemd/src/basic/macro.h:642:                asm volatile ("" : : : "memory");                       \
network-manager-1.27.91/shared/systemd/src/basic/macro.h-643-                _copy;                                                  \
##############################################
network-manager-1.27.91/shared/systemd/src/basic/random-util.c-135-
network-manager-1.27.91/shared/systemd/src/basic/random-util.c:136:        asm volatile("rdrand %0;"
network-manager-1.27.91/shared/systemd/src/basic/random-util.c-137-                     "setc %1"
##############################################
network-manager-1.27.91/debian/network-manager.postinst-31-        if [ -z "$2" ] && [ -f $NIF ]; then
network-manager-1.27.91/debian/network-manager.postinst:32:            ifaces=`grep -v '^#' $NIF | awk '/iface/ {print $2}' | sort -u | sed -e 's/lo//' -e '/^$/d' -e 's/^/- /'`
network-manager-1.27.91/debian/network-manager.postinst-33-            if [ -n "$ifaces" ]; then
##############################################
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c-1272-static NMDevice *
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c:1273:find_device_by_permanent_hw_addr(NMManager *self, const char *hwaddr)
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c-1274-{
##############################################
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c-1788-    /* Maybe a hardware address */
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c:1789:    parent = find_device_by_permanent_hw_addr(self, parent_name);
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c-1790-    if (parent)
##############################################
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c-3695-         * is not restricted to a particular device.
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c:3696:         * For that reason, plain `nmcli connection up "$MULIT_PROFILE"` seems
network-manager-1.27.91/.pc/Force-online-state-with-unmanaged-devices.patch/src/nm-manager.c-3697-         * less suitable for multi-connect profiles, because the target device is
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/NEWS-104-  - support setting removal via new command
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/NEWS:105:    `nmcli connection modify $CON_NAME remove $setting`.
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/NEWS-106-  - support backslash escape sequences for "vpn.data", "vpn.secrets",
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/clients/common/settings-docs.h.in-170-#define DESCRIBE_DOC_NM_SETTING_CONNECTION_SLAVE_TYPE N_("Setting name of the device type of this slave's master connection (eg, \"bond\"), or NULL if this connection is not a slave.")
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/clients/common/settings-docs.h.in:171:#define DESCRIBE_DOC_NM_SETTING_CONNECTION_STABLE_ID N_("This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are \"${CONNECTION}\", \"${DEVICE}\", \"${MAC}\", \"${BOOT}\", \"${RANDOM}\". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that \"${DEVICE}\" corresponds to the interface name of the device and \"${MAC}\" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as \"$$\". For example, set it to \"${CONNECTION}-${BOOT}-${DEVICE}\" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to \"${CONNECTION}\" and uses a unique, fixed ID for the connection.")
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/clients/common/settings-docs.h.in-172-#define DESCRIBE_DOC_NM_SETTING_CONNECTION_TIMESTAMP N_("The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).")
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/clients/common/settings-docs.h.in-289-#define DESCRIBE_DOC_NM_SETTING_MATCH_KERNEL_COMMAND_LINE N_("A list of kernel command line arguments to match. This may be used to check whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an assignment (i.e. two words, separated \"=\"). In the former case the kernel command line is searched for the word appearing as is, or as left hand side of an assignment. In the latter case, the exact assignment is looked for with right and left hand side matching. See NMSettingMatch:interface-name for how special characters '|', '&', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.")
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/clients/common/settings-docs.h.in:290:#define DESCRIBE_DOC_NM_SETTING_MATCH_PATH N_("A list of paths to match against the ID_PATH udev property of devices. ID_PATH represents the topological persistent path of a device. It typically contains a subsystem string (pci, usb, platform, etc.) and a subsystem-specific identifier. For PCI devices the path has the form \"pci-$domain:$bus:$device.$function\", where each variable is an hexadecimal value; for example \"pci-0000:0a:00.0\". The path of a device can be obtained with \"udevadm info /sys/class/net/$dev | grep ID_PATH=\" or by looking at the \"path\" property exported by NetworkManager (\"nmcli -f general.path device show $dev\"). Each element of the list is a shell wildcard pattern. See NMSettingMatch:interface-name for how special characters '|', '&', '!' and '\\' are used for optional and mandatory matches and inverting the pattern.")
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/clients/common/settings-docs.h.in-291-#define DESCRIBE_DOC_NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE N_("The data path type. One of \"system\", \"netdev\" or empty.")
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3148-    /* NM_IP_ROUTING_RULE_TO_STRING_TYPE_IPROUTE gives a string representation that is
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c:3149:     * partly compatibly with iproute2. That is, the part after `ip -[46] rule add $ARGS`.
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3150-     * There are differences though:
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3477-static void
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c:3478:_rr_string_append_inet_addr(NMStrBuf *      str,
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3479-                            gboolean        is_from /* or else is-to */,
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3574-
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c:3575:    _rr_string_append_inet_addr(&str,
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3576-                                TRUE,
##############################################
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3581-
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c:3582:    _rr_string_append_inet_addr(&str,
network-manager-1.27.91/.pc/Revert-dns-change-default-DNS-priority-of-VPNs-to-50.patch/libnm-core/nm-setting-ip-config.c-3583-                                FALSE,
##############################################
network-manager-1.27.91/NEWS-99-  - support setting removal via new command
network-manager-1.27.91/NEWS:100:    `nmcli connection modify $CON_NAME remove $setting`.
network-manager-1.27.91/NEWS-101-  - support backslash escape sequences for "vpn.data", "vpn.secrets",