diff -u network-manager-applet-0.6.5/debian/control network-manager-applet-0.6.5/debian/control --- network-manager-applet-0.6.5/debian/control +++ network-manager-applet-0.6.5/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Core Developers Original-Maintainer: Anthony Mercatante -Build-Depends: debhelper (>= 5.0.37), cdbs, libgnome-keyring-dev, libgnomeui-dev, libpanel-applet2-dev, libglade2-dev, libgconf2-dev, network-manager-dev (>= 0.6.5-0ubuntu3), libnm-util-dev (>= 0.6.5), libnm-glib-dev (>= 0.6.5), libiw-dev, libxml-parser-perl, docbook-to-man, intltool +Build-Depends: debhelper (>= 5.0.37), cdbs, libgnome-keyring-dev, libglade2-dev, libgconf2-dev, network-manager-dev (>= 0.6.5-0ubuntu3), libnm-util-dev (>= 0.6.5), libnm-glib-dev (>= 0.6.5), libiw-dev, libxml-parser-perl, docbook-to-man, intltool Standards-Version: 3.7.2 XS-Vcs-Bzr: https://code.launchpad.net/~ubuntu-core-dev/network-manager/gnome.ubuntu.0.6.x diff -u network-manager-applet-0.6.5/debian/changelog network-manager-applet-0.6.5/debian/changelog --- network-manager-applet-0.6.5/debian/changelog +++ network-manager-applet-0.6.5/debian/changelog @@ -1,3 +1,14 @@ +network-manager-applet (0.6.5-0ubuntu10) gutsy; urgency=low + + * debian/patches/06_drop_libgnome.patch: + Patch from upstream SVN, remove libgnome dependency. + * debian/rules: + Drop build-dependency on libgnomeui-dev,libpanel-applet2-dev + * debian/patches/99_autoreconf.patch: + Autoreconf. + + -- Jani Monoses Sat, 1 Sep 2007 22:29:56 +0200 + network-manager-applet (0.6.5-0ubuntu9) gutsy; urgency=low * debian/rules: only in patch2: unchanged: --- network-manager-applet-0.6.5.orig/debian/patches/99_autoreconf.patch +++ network-manager-applet-0.6.5/debian/patches/99_autoreconf.patch @@ -0,0 +1,3545 @@ +diff -Nur network-manager-applet-0.6.5/aclocal.m4 network-manager-applet-0.6.5.new/aclocal.m4 +--- network-manager-applet-0.6.5/aclocal.m4 2007-04-19 20:21:56.000000000 +0200 ++++ network-manager-applet-0.6.5.new/aclocal.m4 2007-09-02 00:26:01.000000000 +0200 +@@ -1,7 +1,7 @@ +-# generated automatically by aclocal 1.10 -*- Autoconf -*- ++# generated automatically by aclocal 1.9.6 -*- Autoconf -*- + + # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +-# 2005, 2006 Free Software Foundation, Inc. ++# 2005 Free Software Foundation, Inc. + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -11,11 +11,6 @@ + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A + # PARTICULAR PURPOSE. + +-m4_if(m4_PACKAGE_VERSION, [2.61],, +-[m4_fatal([this file was generated for autoconf 2.61. +-You have another version of autoconf. If you want to use that, +-you should regenerate the build system entirely.], [63])]) +- + # Copyright (C) 1995-2002 Free Software Foundation, Inc. + # Copyright (C) 2001-2003,2004 Red Hat, Inc. + # +@@ -226,7 +221,7 @@ + AC_CHECK_FUNCS(dcgettext) + MSGFMT_OPTS= + AC_MSG_CHECKING([if msgfmt accepts -c]) +- GLIB_RUN_PROG([msgfmt -c -o /dev/null],[ ++ GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ + msgid "" + msgstr "" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -491,7 +486,7 @@ + AC_REQUIRE([AM_MAINTAINER_MODE]) + + if test $USE_MAINTAINER_MODE = yes; then +- DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED" ++ DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED" + else + DISABLE_DEPRECATED="" + fi +@@ -595,11 +590,11 @@ + + AC_MSG_CHECKING(what warning flags to pass to the C++ compiler) + warnCXXFLAGS= +- if test "x$GCC" != xyes; then +- enable_compile_warnings=no ++ if test "x$GXX" != xyes; then ++ enable_cxx_warnings=no + fi + if test "x$enable_cxx_warnings" != "xno"; then +- if test "x$GCC" = "xyes"; then ++ if test "x$GXX" = "xyes"; then + case " $CXXFLAGS " in + *[\ \ ]-Wall[\ \ ]*) ;; + *) warnCXXFLAGS="-Wall -Wno-unused" ;; +@@ -622,7 +617,7 @@ + AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler) + complCXXFLAGS= + if test "x$enable_iso_cxx" != "xno"; then +- if test "x$GCC" = "xyes"; then ++ if test "x$GXX" = "xyes"; then + case " $CXXFLAGS " in + *[\ \ ]-ansi[\ \ ]*) ;; + *) complCXXFLAGS="$complCXXFLAGS -ansi" ;; +@@ -847,7 +842,7 @@ + + # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- + +-# serial 48 AC_PROG_LIBTOOL ++# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL + + + # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) +@@ -2231,18 +2226,6 @@ + dynamic_linker=no + ;; + +-kfreebsd*-gnu) +- version_type=linux +- need_lib_prefix=no +- need_version=no +- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' +- soname_spec='${libname}${release}${shared_ext}$major' +- shlibpath_var=LD_LIBRARY_PATH +- shlibpath_overrides_runpath=no +- hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' +- ;; +- + freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. +@@ -2398,7 +2381,7 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -2412,27 +2395,10 @@ + # before this can be enabled. + hardcode_into_libs=yes + +- # find out which ABI we are using +- libsuff= +- case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) +- echo '[#]line __oline__ "configure"' > conftest.$ac_ext +- if AC_TRY_EVAL(ac_compile); then +- case `/usr/bin/file conftest.$ac_objext` in +- *64-bit*) +- libsuff=64 +- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" +- ;; +- esac +- fi +- rm -rf conftest* +- ;; +- esac +- + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then +- 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/^[ ]*//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` +- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on +@@ -2444,7 +2410,7 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + +-knetbsd*-gnu) ++netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -2453,7 +2419,7 @@ + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' ++ dynamic_linker='NetBSD ld.elf_so' + ;; + + netbsd*) +@@ -3161,7 +3127,7 @@ + lt_cv_deplibs_check_method=pass_all + ;; + +-freebsd* | kfreebsd*-gnu | dragonfly*) ++freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) +@@ -3215,11 +3181,11 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +-netbsd*) ++netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else +@@ -3967,7 +3933,7 @@ + freebsd-elf*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_AC_TAGVAR(ld_shlibs, $1)=yes +@@ -4126,7 +4092,7 @@ + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler +@@ -4228,7 +4194,7 @@ + ;; + esac + ;; +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= +@@ -5493,7 +5459,7 @@ + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +-linux*) ++linux* | k*bsd*-gnu) + if test "$host_cpu" = ia64; then + symcode='[[ABCDGIRSTW]]' + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" +@@ -5766,7 +5732,7 @@ + ;; + esac + ;; +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) +@@ -5809,7 +5775,7 @@ + ;; + esac + ;; +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler +@@ -5852,7 +5818,7 @@ + ;; + esac + ;; +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in +@@ -6063,7 +6029,7 @@ + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' +@@ -6204,6 +6170,9 @@ + cygwin* | mingw*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; ++ linux* | k*bsd*-gnu) ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=no ++ ;; + *) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; +@@ -6374,7 +6343,7 @@ + _LT_AC_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' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in +@@ -6400,12 +6369,13 @@ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=no + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= +@@ -6735,7 +6705,7 @@ + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes +@@ -6837,7 +6807,7 @@ + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else +@@ -7204,7 +7174,6 @@ + done + done + done +-IFS=$as_save_IFS + lt_ac_max=0 + lt_ac_count=0 + # Add /usr/xpg4/bin/sed as it is typically found on Solaris +@@ -7237,7 +7206,6 @@ + done + ]) + SED=$lt_cv_path_SED +-AC_SUBST([SED]) + AC_MSG_RESULT([$SED]) + ]) + +@@ -7399,7 +7367,7 @@ + fi[]dnl + ])# PKG_CHECK_MODULES + +-# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. ++# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -7409,29 +7377,14 @@ + # ---------------------------- + # Automake X.Y traces this macro to ensure aclocal.m4 has been + # generated from the m4 files accompanying Automake X.Y. +-# (This private macro should not be called outside this file.) +-AC_DEFUN([AM_AUTOMAKE_VERSION], +-[am__api_version='1.10' +-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +-dnl require some minimum version. Point them to the right macro. +-m4_if([$1], [1.10], [], +- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +-]) +- +-# _AM_AUTOCONF_VERSION(VERSION) +-# ----------------------------- +-# aclocal traces this macro to find the Autoconf version. +-# This is a private macro too. Using m4_define simplifies +-# the logic in aclocal, which can simply ignore this definition. +-m4_define([_AM_AUTOCONF_VERSION], []) ++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) + + # AM_SET_CURRENT_AUTOMAKE_VERSION + # ------------------------------- +-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. ++# Call AM_AUTOMAKE_VERSION so it can be traced. + # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +-[AM_AUTOMAKE_VERSION([1.10])dnl +-_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) ++ [AM_AUTOMAKE_VERSION([1.9.6])]) + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +@@ -7488,14 +7441,14 @@ + + # AM_CONDITIONAL -*- Autoconf -*- + +-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 ++# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 + # Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +-# serial 8 ++# serial 7 + + # AM_CONDITIONAL(NAME, SHELL-CONDITION) + # ------------------------------------- +@@ -7504,10 +7457,8 @@ + [AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +-AC_SUBST([$1_TRUE])dnl +-AC_SUBST([$1_FALSE])dnl +-_AM_SUBST_NOTMAKE([$1_TRUE])dnl +-_AM_SUBST_NOTMAKE([$1_FALSE])dnl ++AC_SUBST([$1_TRUE]) ++AC_SUBST([$1_FALSE]) + if $2; then + $1_TRUE= + $1_FALSE='#' +@@ -7521,14 +7472,15 @@ + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 ++ ++# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 + # Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +-# serial 9 ++# serial 8 + + # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be + # written in clear, in which case automake, when reading aclocal.m4, +@@ -7556,7 +7508,6 @@ + ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], +- [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +@@ -7622,7 +7573,6 @@ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && +- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then +@@ -7675,8 +7625,7 @@ + AMDEPBACKSLASH='\' + fi + AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +-AC_SUBST([AMDEPBACKSLASH])dnl +-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ++AC_SUBST([AMDEPBACKSLASH]) + ]) + + # Generate code to set up dependency tracking. -*- Autoconf -*- +@@ -7701,9 +7650,8 @@ + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. +- # Grep'ing the whole file is not good either: AIX grep has a line +- # limit of 2048, but all sed's we know have understand at least 4000. +- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then ++ # So let's grep whole file. ++ if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue +@@ -7762,8 +7710,8 @@ + + # Do all the work for Automake. -*- Autoconf -*- + +-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +-# 2005, 2006 Free Software Foundation, Inc. ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 ++# Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -7786,20 +7734,16 @@ + # arguments mandatory, and then we can depend on a new Autoconf + # release and drop the old call support. + AC_DEFUN([AM_INIT_AUTOMAKE], +-[AC_PREREQ([2.60])dnl ++[AC_PREREQ([2.58])dnl + dnl Autoconf wants to disallow AM_ names. We explicitly allow + dnl the ones we care about. + m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl + AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl +-if test "`cd $srcdir && pwd`" != "`pwd`"; then +- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output +- # is not polluted with repeated "-I." +- AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl +- # test to see if srcdir already configured +- if test -f $srcdir/config.status; then +- AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +- fi ++# test to see if srcdir already configured ++if test "`cd $srcdir && pwd`" != "`pwd`" && ++ test -f $srcdir/config.status; then ++ AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi + + # test whether we have cygpath +@@ -7819,9 +7763,6 @@ + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], + [_AM_SET_OPTIONS([$1])dnl +-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +- [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +@@ -7857,10 +7798,6 @@ + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +-AC_PROVIDE_IFELSE([AC_PROG_OBJC], +- [_AM_DEPENDENCIES(OBJC)], +- [define([AC_PROG_OBJC], +- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl + ]) + ]) + +@@ -7896,7 +7833,7 @@ + # Define $install_sh. + AC_DEFUN([AM_PROG_INSTALL_SH], + [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} ++install_sh=${install_sh-"$am_aux_dir/install-sh"} + AC_SUBST(install_sh)]) + + # Copyright (C) 2003, 2005 Free Software Foundation, Inc. +@@ -8001,14 +7938,13 @@ + rm -f confinc confmf + ]) + +-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 +-# Free Software Foundation, Inc. ++# Copyright (C) 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +-# serial 5 ++# serial 3 + + # AM_PROG_CC_C_O + # -------------- +@@ -8016,7 +7952,6 @@ + AC_DEFUN([AM_PROG_CC_C_O], + [AC_REQUIRE([AC_PROG_CC_C_O])dnl + AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-AC_REQUIRE_AUX_FILE([compile])dnl + # FIXME: we rely on the cache variable name because + # there is no other way. + set dummy $CC +@@ -8029,22 +7964,18 @@ + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" + fi +-dnl Make sure AC_PROG_CC is never called again, or it will override our +-dnl setting of CC. +-m4_define([AC_PROG_CC], +- [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) + ]) + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 ++# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 + # Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +-# serial 5 ++# serial 4 + + # AM_MISSING_PROG(NAME, PROGRAM) + # ------------------------------ +@@ -8060,7 +7991,6 @@ + # If it does, set am_missing_run to use it, otherwise, to nothing. + AC_DEFUN([AM_MISSING_HAS_RUN], + [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-AC_REQUIRE_AUX_FILE([missing])dnl + test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" + # Use eval to expand $SHELL + if eval "$MISSING --run true"; then +@@ -8071,7 +8001,7 @@ + fi + ]) + +-# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -8079,23 +8009,60 @@ + + # AM_PROG_MKDIR_P + # --------------- +-# Check for `mkdir -p'. ++# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. ++# ++# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories ++# created by `make install' are always world readable, even if the ++# installer happens to have an overly restrictive umask (e.g. 077). ++# This was a mistake. There are at least two reasons why we must not ++# use `-m 0755': ++# - it causes special bits like SGID to be ignored, ++# - it may be too restrictive (some setups expect 775 directories). ++# ++# Do not use -m 0755 and let people choose whatever they expect by ++# setting umask. ++# ++# We cannot accept any implementation of `mkdir' that recognizes `-p'. ++# Some implementations (such as Solaris 8's) are not thread-safe: if a ++# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' ++# concurrently, both version can detect that a/ is missing, but only ++# one can create it and the other will error out. Consequently we ++# restrict ourselves to GNU make (using the --version option ensures ++# this.) + AC_DEFUN([AM_PROG_MKDIR_P], +-[AC_PREREQ([2.60])dnl +-AC_REQUIRE([AC_PROG_MKDIR_P])dnl +-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +-dnl while keeping a definition of mkdir_p for backward compatibility. +-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +-dnl Makefile.ins that do not define MKDIR_P, so we do our own +-dnl adjustment using top_builddir (which is defined more often than +-dnl MKDIR_P). +-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +-case $mkdir_p in +- [[\\/$]]* | ?:[[\\/]]*) ;; +- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +-esac +-]) ++[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then ++ # We used to keeping the `.' as first argument, in order to ++ # allow $(mkdir_p) to be used without argument. As in ++ # $(mkdir_p) $(somedir) ++ # where $(somedir) is conditionally defined. However this is wrong ++ # for two reasons: ++ # 1. if the package is installed by a user who cannot write `.' ++ # make install will fail, ++ # 2. the above comment should most certainly read ++ # $(mkdir_p) $(DESTDIR)$(somedir) ++ # so it does not work when $(somedir) is undefined and ++ # $(DESTDIR) is not. ++ # To support the latter case, we have to write ++ # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), ++ # so the `.' trick is pointless. ++ mkdir_p='mkdir -p --' ++else ++ # On NextStep and OpenStep, the `mkdir' command does not ++ # recognize any option. It will interpret all options as ++ # directories to create, and then abort because `.' already ++ # exists. ++ for d in ./-p ./--version; ++ do ++ test -d $d && rmdir $d ++ done ++ # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. ++ if test -f "$ac_aux_dir/mkinstalldirs"; then ++ mkdir_p='$(mkinstalldirs)' ++ else ++ mkdir_p='$(install_sh) -d' ++ fi ++fi ++AC_SUBST([mkdir_p])]) + + # Helper functions for option handling. -*- Autoconf -*- + +@@ -8207,21 +8174,9 @@ + if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) + fi +-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" ++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +-# Copyright (C) 2006 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. +- +-# _AM_SUBST_NOTMAKE(VARIABLE) +-# --------------------------- +-# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. +-# This macro is traced by Automake. +-AC_DEFUN([_AM_SUBST_NOTMAKE]) +- + # Check how to create a tarball. -*- Autoconf -*- + + # Copyright (C) 2004, 2005 Free Software Foundation, Inc. +diff -Nur network-manager-applet-0.6.5/config.h.in network-manager-applet-0.6.5.new/config.h.in +--- network-manager-applet-0.6.5/config.h.in 2007-04-19 20:22:00.000000000 +0200 ++++ network-manager-applet-0.6.5.new/config.h.in 2007-09-02 00:26:08.000000000 +0200 +@@ -39,9 +39,6 @@ + /* Define if your file defines LC_MESSAGES. */ + #undef HAVE_LC_MESSAGES + +-/* Define if we have libgnome 2.14 */ +-#undef HAVE_LIBGNOME_2_14 +- + /* Define to 1 if you have the `nm-util' library (-lnm-util). */ + #undef HAVE_LIBNM_UTIL + +diff -Nur network-manager-applet-0.6.5/config.h.in~ network-manager-applet-0.6.5.new/config.h.in~ +--- network-manager-applet-0.6.5/config.h.in~ 1970-01-01 01:00:00.000000000 +0100 ++++ network-manager-applet-0.6.5.new/config.h.in~ 2007-04-19 20:22:00.000000000 +0200 +@@ -0,0 +1,134 @@ ++/* config.h.in. Generated from configure.ac by autoheader. */ ++ ++/* Where system.d dir for DBUS is */ ++#undef DBUS_SYSTEMD_DIR ++ ++/* always defined to indicate that i18n is enabled */ ++#undef ENABLE_NLS ++ ++/* Enable notifications with libnotify */ ++#undef ENABLE_NOTIFY ++ ++/* Where the executables are installed */ ++#undef EXPANDED_BINDIR ++ ++/* Gettext package */ ++#undef GETTEXT_PACKAGE ++ ++/* Enable additional debugging at the expense of performance and size */ ++#undef GNOME_ENABLE_DEBUG ++ ++/* Define to 1 if you have the `bind_textdomain_codeset' function. */ ++#undef HAVE_BIND_TEXTDOMAIN_CODESET ++ ++/* Define to 1 if you have the `dcgettext' function. */ ++#undef HAVE_DCGETTEXT ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_DLFCN_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_FCNTL_H ++ ++/* Define if the GNU gettext() function is already present or preinstalled. */ ++#undef HAVE_GETTEXT ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_INTTYPES_H ++ ++/* Define if your file defines LC_MESSAGES. */ ++#undef HAVE_LC_MESSAGES ++ ++/* Define if we have libgnome 2.14 */ ++#undef HAVE_LIBGNOME_2_14 ++ ++/* Define to 1 if you have the `nm-util' library (-lnm-util). */ ++#undef HAVE_LIBNM_UTIL ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_LOCALE_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_MEMORY_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_PATHS_H ++ ++/* Define to 1 if you have the `select' function. */ ++#undef HAVE_SELECT ++ ++/* Define to 1 if you have the `socket' function. */ ++#undef HAVE_SOCKET ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_STDINT_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_STDLIB_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_STRINGS_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_STRING_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_SYSLOG_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_SYS_IOCTL_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_SYS_STAT_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_SYS_TIME_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_SYS_TYPES_H ++ ++/* Define to 1 if you have the `uname' function. */ ++#undef HAVE_UNAME ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_UNISTD_H ++ ++/* Define to 1 if your C compiler doesn't accept -c and -o together. */ ++#undef NO_MINUS_C_MINUS_O ++ ++/* Name of package */ ++#undef PACKAGE ++ ++/* Define to the address where bug reports for this package should be sent. */ ++#undef PACKAGE_BUGREPORT ++ ++/* Define to the full name of this package. */ ++#undef PACKAGE_NAME ++ ++/* Define to the full name and version of this package. */ ++#undef PACKAGE_STRING ++ ++/* Define to the one symbol short name of this package. */ ++#undef PACKAGE_TARNAME ++ ++/* Define to the version of this package. */ ++#undef PACKAGE_VERSION ++ ++/* Define to 1 if you have the ANSI C header files. */ ++#undef STDC_HEADERS ++ ++/* Define to 1 if you can safely include both and . */ ++#undef TIME_WITH_SYS_TIME ++ ++/* Version number of package */ ++#undef VERSION ++ ++/* Define to 1 if your processor stores words with the most significant byte ++ first (like Motorola and SPARC, unlike Intel and VAX). */ ++#undef WORDS_BIGENDIAN ++ ++/* Define to `int' if does not define. */ ++#undef mode_t ++ ++/* Define to `int' if does not define. */ ++#undef pid_t +diff -Nur network-manager-applet-0.6.5/configure network-manager-applet-0.6.5.new/configure +--- network-manager-applet-0.6.5/configure 2007-04-19 20:22:00.000000000 +0200 ++++ network-manager-applet-0.6.5.new/configure 2007-09-02 00:26:06.000000000 +0200 +@@ -808,7 +808,6 @@ + INSTALL_PROGRAM + INSTALL_SCRIPT + INSTALL_DATA +-am__isrc + CYGPATH_W + PACKAGE + VERSION +@@ -854,7 +853,6 @@ + host_cpu + host_vendor + host_os +-SED + GREP + EGREP + LN_S +@@ -994,9 +992,7 @@ + GNOME_KEYRING_CFLAGS + GNOME_KEYRING_LIBS + NOTIFY_CFLAGS +-NOTIFY_LIBS +-LIBGNOMEUI_CFLAGS +-LIBGNOMEUI_LIBS' ++NOTIFY_LIBS' + + + # Initialize some variables set by options. +@@ -1653,10 +1649,6 @@ + NOTIFY_CFLAGS + C compiler flags for NOTIFY, overriding pkg-config + NOTIFY_LIBS linker flags for NOTIFY, overriding pkg-config +- LIBGNOMEUI_CFLAGS +- C compiler flags for LIBGNOMEUI, overriding pkg-config +- LIBGNOMEUI_LIBS +- linker flags for LIBGNOMEUI, overriding pkg-config + + Use these variables to override the choices made by `configure' or to help + it to find libraries and programs with nonstandard names/locations. +@@ -2089,8 +2081,7 @@ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +-am__api_version='1.10' +- ++am__api_version="1.9" + ac_aux_dir= + for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then +@@ -2273,53 +2264,38 @@ + echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + fi + +-{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +-echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } +-if test -z "$MKDIR_P"; then +- if test "${ac_cv_path_mkdir+set}" = set; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else +- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +-do +- IFS=$as_save_IFS +- test -z "$as_dir" && as_dir=. +- for ac_prog in mkdir gmkdir; do +- for ac_exec_ext in '' $ac_executable_extensions; do +- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue +- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( +- 'mkdir (GNU coreutils) '* | \ +- 'mkdir (coreutils) '* | \ +- 'mkdir (fileutils) '4.1*) +- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext +- break 3;; +- esac +- done +- done +-done +-IFS=$as_save_IFS +- +-fi +- +- if test "${ac_cv_path_mkdir+set}" = set; then +- MKDIR_P="$ac_cv_path_mkdir -p" ++if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then ++ # We used to keeping the `.' as first argument, in order to ++ # allow $(mkdir_p) to be used without argument. As in ++ # $(mkdir_p) $(somedir) ++ # where $(somedir) is conditionally defined. However this is wrong ++ # for two reasons: ++ # 1. if the package is installed by a user who cannot write `.' ++ # make install will fail, ++ # 2. the above comment should most certainly read ++ # $(mkdir_p) $(DESTDIR)$(somedir) ++ # so it does not work when $(somedir) is undefined and ++ # $(DESTDIR) is not. ++ # To support the latter case, we have to write ++ # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), ++ # so the `.' trick is pointless. ++ mkdir_p='mkdir -p --' ++else ++ # On NextStep and OpenStep, the `mkdir' command does not ++ # recognize any option. It will interpret all options as ++ # directories to create, and then abort because `.' already ++ # exists. ++ for d in ./-p ./--version; ++ do ++ test -d $d && rmdir $d ++ done ++ # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. ++ if test -f "$ac_aux_dir/mkinstalldirs"; then ++ mkdir_p='$(mkinstalldirs)' + else +- # As a last resort, use the slow shell script. Don't cache a +- # value for MKDIR_P within a source directory, because that will +- # break other packages using the cache if that directory is +- # removed, or if the value is a relative name. +- test -d ./--version && rmdir ./--version +- MKDIR_P="$ac_install_sh -d" ++ mkdir_p='$(install_sh) -d' + fi + fi +-{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +-echo "${ECHO_T}$MKDIR_P" >&6; } +- +-mkdir_p="$MKDIR_P" +-case $mkdir_p in +- [\\/$]* | ?:[\\/]*) ;; +- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +-esac + + for ac_prog in gawk mawk nawk awk + do +@@ -2402,16 +2378,12 @@ + fi + rmdir .tst 2>/dev/null + +-if test "`cd $srcdir && pwd`" != "`pwd`"; then +- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output +- # is not polluted with repeated "-I." +- am__isrc=' -I$(srcdir)' +- # test to see if srcdir already configured +- if test -f $srcdir/config.status; then +- { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 ++# test to see if srcdir already configured ++if test "`cd $srcdir && pwd`" != "`pwd`" && ++ test -f $srcdir/config.status; then ++ { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 + echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } +- fi + fi + + # test whether we have cygpath +@@ -2454,7 +2426,7 @@ + + MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} ++install_sh=${install_sh-"$am_aux_dir/install-sh"} + + # Installed binaries are usually stripped using `strip' when the user + # run `make install-strip'. However `strip' might not be the right +@@ -2558,7 +2530,7 @@ + fi + + fi +-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" ++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" + + # We need awk for the "check" target. The system "awk" is bad on + # some platforms. +@@ -2583,7 +2555,9 @@ + + { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 + echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } +- if test $USE_MAINTAINER_MODE = yes; then ++ ++ ++if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' + else +@@ -3569,7 +3543,9 @@ + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + fi +- if test "x$enable_dependency_tracking" != xno; then ++ ++ ++if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' + else +@@ -3579,6 +3555,7 @@ + + + ++ + depcc="$CC" am_compiler_list= + + { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +@@ -3646,7 +3623,6 @@ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && +- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then +@@ -3676,7 +3652,9 @@ + echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + +- if ++ ++ ++if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= +@@ -3812,7 +3790,6 @@ + CC="$am_aux_dir/compile $CC" + fi + +- + # Find a good install program. We prefer a C program (faster), + # so one script is as good as another. But avoid the broken or + # incompatible versions: +@@ -4068,7 +4045,6 @@ + done + done + done +-IFS=$as_save_IFS + lt_ac_max=0 + lt_ac_count=0 + # Add /usr/xpg4/bin/sed as it is typically found on Solaris +@@ -4103,7 +4079,6 @@ + fi + + SED=$lt_cv_path_SED +- + { echo "$as_me:$LINENO: result: $SED" >&5 + echo "${ECHO_T}$SED" >&6; } + +@@ -4516,7 +4491,7 @@ + lt_cv_deplibs_check_method=pass_all + ;; + +-freebsd* | kfreebsd*-gnu | dragonfly*) ++freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) +@@ -4570,11 +4545,11 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +-netbsd*) ++netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else +@@ -4691,7 +4666,7 @@ + ;; + *-*-irix6*) + # Find out which ABI we are using. +- echo '#line 4694 "configure"' > conftest.$ac_ext ++ echo '#line 4669 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -5920,7 +5895,6 @@ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && +- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then +@@ -5950,7 +5924,9 @@ + echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } + CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + +- if ++ ++ ++if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= +@@ -6616,7 +6592,7 @@ + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +-linux*) ++linux* | k*bsd*-gnu) + if test "$host_cpu" = ia64; then + symcode='[ABCDGIRSTW]' + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" +@@ -7422,11 +7398,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7425: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7401: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:7429: \$? = $ac_status" >&5 ++ echo "$as_me:7405: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -7584,7 +7560,7 @@ + lt_prog_compiler_static='-Bstatic' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + lt_prog_compiler_wl='-Wl,' +@@ -7690,11 +7666,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7693: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7669: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:7697: \$? = $ac_status" >&5 ++ echo "$as_me:7673: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -7794,11 +7770,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7797: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7773: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:7801: \$? = $ac_status" >&5 ++ echo "$as_me:7777: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -8023,7 +7999,7 @@ + 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' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in +@@ -8049,12 +8025,13 @@ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi ++ link_all_deplibs=no + else + ld_shlibs=no + fi + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= +@@ -8482,7 +8459,7 @@ + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes +@@ -8584,7 +8561,7 @@ + link_all_deplibs=yes + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else +@@ -9074,18 +9051,6 @@ + dynamic_linker=no + ;; + +-kfreebsd*-gnu) +- version_type=linux +- need_lib_prefix=no +- need_version=no +- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' +- soname_spec='${libname}${release}${shared_ext}$major' +- shlibpath_var=LD_LIBRARY_PATH +- shlibpath_overrides_runpath=no +- hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' +- ;; +- + freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. +@@ -9241,7 +9206,7 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -9255,31 +9220,10 @@ + # before this can be enabled. + hardcode_into_libs=yes + +- # find out which ABI we are using +- libsuff= +- case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) +- echo '#line 9262 "configure"' > conftest.$ac_ext +- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- case `/usr/bin/file conftest.$ac_objext` in +- *64-bit*) +- libsuff=64 +- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" +- ;; +- esac +- fi +- rm -rf conftest* +- ;; +- esac +- + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then +- 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/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` +- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on +@@ -9291,7 +9235,7 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + +-knetbsd*-gnu) ++netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -9300,7 +9244,7 @@ + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' ++ dynamic_linker='NetBSD ld.elf_so' + ;; + + netbsd*) +@@ -10123,7 +10067,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < conftest.$ac_ext </dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= +@@ -12364,7 +12308,7 @@ + ;; + esac + ;; +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) +@@ -12407,7 +12351,7 @@ + ;; + esac + ;; +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler +@@ -12450,7 +12394,7 @@ + ;; + esac + ;; +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in +@@ -12559,11 +12503,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:12562: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:12506: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:12566: \$? = $ac_status" >&5 ++ echo "$as_me:12510: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -12663,11 +12607,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:12666: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:12610: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:12670: \$? = $ac_status" >&5 ++ echo "$as_me:12614: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -12735,6 +12679,9 @@ + cygwin* | mingw*) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; ++ linux* | k*bsd*-gnu) ++ link_all_deplibs_CXX=no ++ ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; +@@ -13014,18 +12961,6 @@ + dynamic_linker=no + ;; + +-kfreebsd*-gnu) +- version_type=linux +- need_lib_prefix=no +- need_version=no +- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' +- soname_spec='${libname}${release}${shared_ext}$major' +- shlibpath_var=LD_LIBRARY_PATH +- shlibpath_overrides_runpath=no +- hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' +- ;; +- + freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. +@@ -13181,7 +13116,7 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -13195,31 +13130,10 @@ + # before this can be enabled. + hardcode_into_libs=yes + +- # find out which ABI we are using +- libsuff= +- case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) +- echo '#line 13202 "configure"' > conftest.$ac_ext +- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- case `/usr/bin/file conftest.$ac_objext` in +- *64-bit*) +- libsuff=64 +- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" +- ;; +- esac +- fi +- rm -rf conftest* +- ;; +- esac +- + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then +- 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/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` +- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on +@@ -13231,7 +13145,7 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + +-knetbsd*-gnu) ++netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -13240,7 +13154,7 @@ + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' ++ dynamic_linker='NetBSD ld.elf_so' + ;; + + netbsd*) +@@ -14148,7 +14062,7 @@ + lt_prog_compiler_static_F77='-Bstatic' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + lt_prog_compiler_wl_F77='-Wl,' +@@ -14254,11 +14168,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:14257: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:14171: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:14261: \$? = $ac_status" >&5 ++ echo "$as_me:14175: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -14358,11 +14272,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:14361: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:14275: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:14365: \$? = $ac_status" >&5 ++ echo "$as_me:14279: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -14587,7 +14501,7 @@ + archive_expsym_cmds_F77='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' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in +@@ -14613,12 +14527,13 @@ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi ++ link_all_deplibs_F77=no + else + ld_shlibs_F77=no + fi + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= +@@ -15026,7 +14941,7 @@ + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes +@@ -15128,7 +15043,7 @@ + link_all_deplibs_F77=yes + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else +@@ -15618,18 +15533,6 @@ + dynamic_linker=no + ;; + +-kfreebsd*-gnu) +- version_type=linux +- need_lib_prefix=no +- need_version=no +- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' +- soname_spec='${libname}${release}${shared_ext}$major' +- shlibpath_var=LD_LIBRARY_PATH +- shlibpath_overrides_runpath=no +- hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' +- ;; +- + freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. +@@ -15785,7 +15688,7 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -15799,31 +15702,10 @@ + # before this can be enabled. + hardcode_into_libs=yes + +- # find out which ABI we are using +- libsuff= +- case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) +- echo '#line 15806 "configure"' > conftest.$ac_ext +- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- case `/usr/bin/file conftest.$ac_objext` in +- *64-bit*) +- libsuff=64 +- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" +- ;; +- esac +- fi +- rm -rf conftest* +- ;; +- esac +- + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then +- 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/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` +- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on +@@ -15835,7 +15717,7 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + +-knetbsd*-gnu) ++netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -15844,7 +15726,7 @@ + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' ++ dynamic_linker='NetBSD ld.elf_so' + ;; + + netbsd*) +@@ -16577,11 +16459,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:16580: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:16462: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:16584: \$? = $ac_status" >&5 ++ echo "$as_me:16466: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -16739,7 +16621,7 @@ + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + lt_prog_compiler_wl_GCJ='-Wl,' +@@ -16845,11 +16727,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:16848: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:16730: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:16852: \$? = $ac_status" >&5 ++ echo "$as_me:16734: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -16949,11 +16831,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:16952: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:16834: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:16956: \$? = $ac_status" >&5 ++ echo "$as_me:16838: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -17178,7 +17060,7 @@ + archive_expsym_cmds_GCJ='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' + ;; + +- linux*) ++ linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in +@@ -17204,12 +17086,13 @@ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi ++ link_all_deplibs_GCJ=no + else + ld_shlibs_GCJ=no + fi + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= +@@ -17637,7 +17520,7 @@ + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. +- freebsd* | kfreebsd*-gnu | dragonfly*) ++ freebsd* | dragonfly*) + archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes +@@ -17739,7 +17622,7 @@ + link_all_deplibs_GCJ=yes + ;; + +- netbsd*) ++ netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else +@@ -18229,18 +18112,6 @@ + dynamic_linker=no + ;; + +-kfreebsd*-gnu) +- version_type=linux +- need_lib_prefix=no +- need_version=no +- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' +- soname_spec='${libname}${release}${shared_ext}$major' +- shlibpath_var=LD_LIBRARY_PATH +- shlibpath_overrides_runpath=no +- hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' +- ;; +- + freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. +@@ -18396,7 +18267,7 @@ + ;; + + # This must be Linux ELF. +-linux*) ++linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -18410,31 +18281,10 @@ + # before this can be enabled. + hardcode_into_libs=yes + +- # find out which ABI we are using +- libsuff= +- case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) +- echo '#line 18417 "configure"' > conftest.$ac_ext +- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- case `/usr/bin/file conftest.$ac_objext` in +- *64-bit*) +- libsuff=64 +- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" +- ;; +- esac +- fi +- rm -rf conftest* +- ;; +- esac +- + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then +- 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/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` +- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on +@@ -18446,7 +18296,7 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + +-knetbsd*-gnu) ++netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no +@@ -18455,7 +18305,7 @@ + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes +- dynamic_linker='GNU ld.so' ++ dynamic_linker='NetBSD ld.elf_so' + ;; + + netbsd*) +@@ -19796,7 +19646,7 @@ + + + if test $USE_MAINTAINER_MODE = yes; then +- DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED" ++ DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED" + else + DISABLE_DEPRECATED="" + fi +@@ -22197,8 +22047,8 @@ + "Content-Transfer-Encoding: 8bit\n" + + _ACEOF +-if { (echo "$as_me:$LINENO: msgfmt -c -o /dev/null conftest.foo") >&5 +- (msgfmt -c -o /dev/null conftest.foo) 2>&5 ++if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 ++ ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +@@ -24356,7 +24206,9 @@ + + fi + fi +- if test x"$enable_notify" != xno; then ++ ++ ++if test x"$enable_notify" != xno; then + WITH_NOTIFY_TRUE= + WITH_NOTIFY_FALSE='#' + else +@@ -24365,138 +24217,12 @@ + fi + # can't do it from inside 'if' + ++LIBGNOMEUI_CFLAGS= ++LIBGNOMEUI_LIBS= + +-pkg_failed=no +-{ echo "$as_me:$LINENO: checking for LIBGNOMEUI" >&5 +-echo $ECHO_N "checking for LIBGNOMEUI... $ECHO_C" >&6; } + +-if test -n "$PKG_CONFIG"; then +- if test -n "$LIBGNOMEUI_CFLAGS"; then +- pkg_cv_LIBGNOMEUI_CFLAGS="$LIBGNOMEUI_CFLAGS" +- else +- if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeui-2.0\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgnomeui-2.0") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- pkg_cv_LIBGNOMEUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeui-2.0" 2>/dev/null` +-else +- pkg_failed=yes +-fi +- fi +-else +- pkg_failed=untried +-fi +-if test -n "$PKG_CONFIG"; then +- if test -n "$LIBGNOMEUI_LIBS"; then +- pkg_cv_LIBGNOMEUI_LIBS="$LIBGNOMEUI_LIBS" +- else +- if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeui-2.0\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgnomeui-2.0") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- pkg_cv_LIBGNOMEUI_LIBS=`$PKG_CONFIG --libs "libgnomeui-2.0" 2>/dev/null` +-else +- pkg_failed=yes +-fi +- fi +-else +- pkg_failed=untried +-fi + + +- +-if test $pkg_failed = yes; then +- +-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then +- _pkg_short_errors_supported=yes +-else +- _pkg_short_errors_supported=no +-fi +- if test $_pkg_short_errors_supported = yes; then +- LIBGNOMEUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeui-2.0"` +- else +- LIBGNOMEUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeui-2.0"` +- fi +- # Put the nasty error message in config.log where it belongs +- echo "$LIBGNOMEUI_PKG_ERRORS" >&5 +- +- { { echo "$as_me:$LINENO: error: Package requirements (libgnomeui-2.0) were not met: +- +-$LIBGNOMEUI_PKG_ERRORS +- +-Consider adjusting the PKG_CONFIG_PATH environment variable if you +-installed software in a non-standard prefix. +- +-Alternatively, you may set the environment variables LIBGNOMEUI_CFLAGS +-and LIBGNOMEUI_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details. +-" >&5 +-echo "$as_me: error: Package requirements (libgnomeui-2.0) were not met: +- +-$LIBGNOMEUI_PKG_ERRORS +- +-Consider adjusting the PKG_CONFIG_PATH environment variable if you +-installed software in a non-standard prefix. +- +-Alternatively, you may set the environment variables LIBGNOMEUI_CFLAGS +-and LIBGNOMEUI_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details. +-" >&2;} +- { (exit 1); exit 1; }; } +-elif test $pkg_failed = untried; then +- { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it +-is in your PATH or set the PKG_CONFIG environment variable to the full +-path to pkg-config. +- +-Alternatively, you may set the environment variables LIBGNOMEUI_CFLAGS +-and LIBGNOMEUI_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details. +- +-To get pkg-config, see . +-See \`config.log' for more details." >&5 +-echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it +-is in your PATH or set the PKG_CONFIG environment variable to the full +-path to pkg-config. +- +-Alternatively, you may set the environment variables LIBGNOMEUI_CFLAGS +-and LIBGNOMEUI_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details. +- +-To get pkg-config, see . +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; } +-else +- LIBGNOMEUI_CFLAGS=$pkg_cv_LIBGNOMEUI_CFLAGS +- LIBGNOMEUI_LIBS=$pkg_cv_LIBGNOMEUI_LIBS +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- : +-fi +- +- +- +-if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0 >= 2.14.0\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgnome-2.0 >= 2.14.0") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- have_libgnome_2_14=yes +-else +- have_libgnome_2_14=no +-fi +-if test "$have_libgnome_2_14" = "yes"; then +- +-cat >>confdefs.h <<\_ACEOF +-#define HAVE_LIBGNOME_2_14 1 +-_ACEOF +- +-fi +- + { echo "$as_me:$LINENO: checking for wireless-tools >= 28pre9" >&5 + echo $ECHO_N "checking for wireless-tools >= 28pre9... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +@@ -25189,7 +24915,6 @@ + ac_pwd='$ac_pwd' + srcdir='$srcdir' + INSTALL='$INSTALL' +-MKDIR_P='$MKDIR_P' + _ACEOF + + cat >>$CONFIG_STATUS <<\_ACEOF +@@ -25409,7 +25134,6 @@ + INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim + INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim + INSTALL_DATA!$INSTALL_DATA$ac_delim +-am__isrc!$am__isrc$ac_delim + CYGPATH_W!$CYGPATH_W$ac_delim + PACKAGE!$PACKAGE$ac_delim + VERSION!$VERSION$ac_delim +@@ -25455,7 +25179,6 @@ + host_cpu!$host_cpu$ac_delim + host_vendor!$host_vendor$ac_delim + host_os!$host_os$ac_delim +-SED!$SED$ac_delim + GREP!$GREP$ac_delim + EGREP!$EGREP$ac_delim + LN_S!$LN_S$ac_delim +@@ -25466,6 +25189,8 @@ + CXX!$CXX$ac_delim + CXXFLAGS!$CXXFLAGS$ac_delim + ac_ct_CXX!$ac_ct_CXX$ac_delim ++CXXDEPMODE!$CXXDEPMODE$ac_delim ++am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim + _ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then +@@ -25507,8 +25232,6 @@ + ac_delim='%!_!# ' + for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +-CXXDEPMODE!$CXXDEPMODE$ac_delim +-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim + am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim + CXXCPP!$CXXCPP$ac_delim + F77!$F77$ac_delim +@@ -25598,7 +25321,7 @@ + LTLIBOBJS!$LTLIBOBJS$ac_delim + _ACEOF + +- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then ++ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +@@ -25825,11 +25548,6 @@ + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac +- ac_MKDIR_P=$MKDIR_P +- case $MKDIR_P in +- [\\/$]* | ?:[\\/]* ) ;; +- */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; +- esac + _ACEOF + + cat >>$CONFIG_STATUS <<\_ACEOF +@@ -25883,7 +25601,6 @@ + s&@abs_builddir@&$ac_abs_builddir&;t t + s&@abs_top_builddir@&$ac_abs_top_builddir&;t t + s&@INSTALL@&$ac_INSTALL&;t t +-s&@MKDIR_P@&$ac_MKDIR_P&;t t + $ac_datarootdir_hack + " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out + +@@ -26048,9 +25765,8 @@ + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. +- # Grep'ing the whole file is not good either: AIX grep has a line +- # limit of 2048, but all sed's we know have understand at least 4000. +- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then ++ # So let's grep whole file. ++ if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || + $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ +diff -Nur network-manager-applet-0.6.5/icons/Makefile.in network-manager-applet-0.6.5.new/icons/Makefile.in +--- network-manager-applet-0.6.5/icons/Makefile.in 2007-04-19 20:22:02.000000000 +0200 ++++ network-manager-applet-0.6.5.new/icons/Makefile.in 2007-09-02 00:26:08.000000000 +0200 +@@ -1,8 +1,8 @@ +-# Makefile.in generated by automake 1.10 from Makefile.am. ++# Makefile.in generated by automake 1.9.6 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# 2003, 2004, 2005 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -14,11 +14,15 @@ + + @SET_MAKE@ + ++srcdir = @srcdir@ ++top_srcdir = @top_srcdir@ + VPATH = @srcdir@ + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ ++top_builddir = .. + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++INSTALL = @INSTALL@ + install_sh_DATA = $(install_sh) -c -m 644 + install_sh_PROGRAM = $(install_sh) -c + install_sh_SCRIPT = $(install_sh) -c +@@ -58,6 +62,8 @@ + ACLOCAL = @ACLOCAL@ + ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ + ALL_LINGUAS = @ALL_LINGUAS@ ++AMDEP_FALSE = @AMDEP_FALSE@ ++AMDEP_TRUE = @AMDEP_TRUE@ + AMTAR = @AMTAR@ + AR = @AR@ + AUTOCONF = @AUTOCONF@ +@@ -114,7 +120,6 @@ + GTHREAD_LIBS = @GTHREAD_LIBS@ + GTK_CFLAGS = @GTK_CFLAGS@ + GTK_LIBS = @GTK_LIBS@ +-INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ +@@ -157,8 +162,9 @@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ + MAINT = @MAINT@ ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ + MAKEINFO = @MAKEINFO@ +-MKDIR_P = @MKDIR_P@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ + MSGFMT_OPTS = @MSGFMT_OPTS@ +@@ -180,21 +186,22 @@ + PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ + PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ + RANLIB = @RANLIB@ +-SED = @SED@ + SET_MAKE = @SET_MAKE@ + SHELL = @SHELL@ + STRIP = @STRIP@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ + WARN_CFLAGS = @WARN_CFLAGS@ ++WITH_NOTIFY_FALSE = @WITH_NOTIFY_FALSE@ ++WITH_NOTIFY_TRUE = @WITH_NOTIFY_TRUE@ + XGETTEXT = @XGETTEXT@ +-abs_builddir = @abs_builddir@ +-abs_srcdir = @abs_srcdir@ +-abs_top_builddir = @abs_top_builddir@ +-abs_top_srcdir = @abs_top_srcdir@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ +@@ -206,7 +213,6 @@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ +-builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ + docdir = @docdir@ +@@ -234,11 +240,8 @@ + psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ +-srcdir = @srcdir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-top_builddir = @top_builddir@ +-top_srcdir = @top_srcdir@ + NULL = + largeicondir = ${datadir}/icons/hicolor/48x48/apps + largeicon_DATA = \ +@@ -346,9 +349,13 @@ + + clean-libtool: + -rm -rf .libs _libs ++ ++distclean-libtool: ++ -rm -f libtool ++uninstall-info-am: + install-largeiconDATA: $(largeicon_DATA) + @$(NORMAL_INSTALL) +- test -z "$(largeicondir)" || $(MKDIR_P) "$(DESTDIR)$(largeicondir)" ++ test -z "$(largeicondir)" || $(mkdir_p) "$(DESTDIR)$(largeicondir)" + @list='$(largeicon_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +@@ -365,7 +372,7 @@ + done + install-smalliconDATA: $(smallicon_DATA) + @$(NORMAL_INSTALL) +- test -z "$(smallicondir)" || $(MKDIR_P) "$(DESTDIR)$(smallicondir)" ++ test -z "$(smallicondir)" || $(mkdir_p) "$(DESTDIR)$(smallicondir)" + @list='$(smallicon_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +@@ -388,21 +395,22 @@ + + + distdir: $(DISTFILES) +- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ +- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ +- list='$(DISTFILES)'; \ +- dist_files=`for file in $$list; do echo $$file; done | \ +- sed -e "s|^$$srcdirstrip/||;t" \ +- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ +- case $$dist_files in \ +- */*) $(MKDIR_P) `echo "$$dist_files" | \ +- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ +- sort -u` ;; \ +- esac; \ +- for file in $$dist_files; do \ ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ ++ list='$(DISTFILES)'; for file in $$list; do \ ++ case $$file in \ ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ ++ esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ++ dir="/$$dir"; \ ++ $(mkdir_p) "$(distdir)$$dir"; \ ++ else \ ++ dir=''; \ ++ fi; \ + if test -d $$d/$$file; then \ +- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ +@@ -418,7 +426,7 @@ + all-am: Makefile $(DATA) + installdirs: + for dir in "$(DESTDIR)$(largeicondir)" "$(DESTDIR)$(smallicondir)"; do \ +- test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ++ test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done + install: install-am + install-exec: install-exec-am +@@ -450,7 +458,7 @@ + + distclean: distclean-am + -rm -f Makefile +-distclean-am: clean-am distclean-generic ++distclean-am: clean-am distclean-generic distclean-libtool + + dvi: dvi-am + +@@ -464,20 +472,12 @@ + + install-data-am: install-largeiconDATA install-smalliconDATA + +-install-dvi: install-dvi-am +- + install-exec-am: + +-install-html: install-html-am +- + install-info: install-info-am + + install-man: + +-install-pdf: install-pdf-am +- +-install-ps: install-ps-am +- + installcheck-am: + + maintainer-clean: maintainer-clean-am +@@ -496,22 +496,20 @@ + + ps-am: + +-uninstall-am: uninstall-largeiconDATA uninstall-smalliconDATA +- +-.MAKE: install-am install-strip ++uninstall-am: uninstall-info-am uninstall-largeiconDATA \ ++ uninstall-smalliconDATA + + .PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ +- install-data install-data-am install-dvi install-dvi-am \ +- install-exec install-exec-am install-html install-html-am \ ++ install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-largeiconDATA install-man \ +- install-pdf install-pdf-am install-ps install-ps-am \ + install-smalliconDATA install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ +- uninstall-largeiconDATA uninstall-smalliconDATA ++ uninstall-info-am uninstall-largeiconDATA \ ++ uninstall-smalliconDATA + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. +diff -Nur network-manager-applet-0.6.5/Makefile.in network-manager-applet-0.6.5.new/Makefile.in +--- network-manager-applet-0.6.5/Makefile.in 2007-04-19 20:22:02.000000000 +0200 ++++ network-manager-applet-0.6.5.new/Makefile.in 2007-09-02 00:26:09.000000000 +0200 +@@ -1,8 +1,8 @@ +-# Makefile.in generated by automake 1.10 from Makefile.am. ++# Makefile.in generated by automake 1.9.6 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# 2003, 2004, 2005 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -14,11 +14,15 @@ + + @SET_MAKE@ + ++srcdir = @srcdir@ ++top_srcdir = @top_srcdir@ + VPATH = @srcdir@ + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ ++top_builddir = . + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++INSTALL = @INSTALL@ + install_sh_DATA = $(install_sh) -c -m 644 + install_sh_PROGRAM = $(install_sh) -c + install_sh_SCRIPT = $(install_sh) -c +@@ -32,18 +36,18 @@ + POST_UNINSTALL = : + build_triplet = @build@ + host_triplet = @host@ +-subdir = . + DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ +- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ +- compile config.guess config.sub depcomp install-sh ltmain.sh \ +- missing mkinstalldirs ++ $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \ ++ INSTALL NEWS compile config.guess config.sub depcomp \ ++ install-sh ltmain.sh missing mkinstalldirs ++subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/configure.ac + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) + am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ +- configure.lineno config.status.lineno ++ configure.lineno configure.status.lineno + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h + CONFIG_CLEAN_FILES = +@@ -51,11 +55,10 @@ + DIST_SOURCES = + RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ +- install-dvi-recursive install-exec-recursive \ +- install-html-recursive install-info-recursive \ +- install-pdf-recursive install-ps-recursive install-recursive \ +- installcheck-recursive installdirs-recursive pdf-recursive \ +- ps-recursive uninstall-recursive ++ install-exec-recursive install-info-recursive \ ++ install-recursive installcheck-recursive installdirs-recursive \ ++ pdf-recursive ps-recursive uninstall-info-recursive \ ++ uninstall-recursive + am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; + am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ +@@ -67,8 +70,6 @@ + autostartDATA_INSTALL = $(INSTALL_DATA) + dbusserviceDATA_INSTALL = $(INSTALL_DATA) + DATA = $(autostart_DATA) $(dbusservice_DATA) +-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ +- distclean-recursive maintainer-clean-recursive + ETAGS = etags + CTAGS = ctags + DIST_SUBDIRS = $(SUBDIRS) +@@ -86,6 +87,8 @@ + ACLOCAL = @ACLOCAL@ + ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ + ALL_LINGUAS = @ALL_LINGUAS@ ++AMDEP_FALSE = @AMDEP_FALSE@ ++AMDEP_TRUE = @AMDEP_TRUE@ + AMTAR = @AMTAR@ + AR = @AR@ + AUTOCONF = @AUTOCONF@ +@@ -142,7 +145,6 @@ + GTHREAD_LIBS = @GTHREAD_LIBS@ + GTK_CFLAGS = @GTK_CFLAGS@ + GTK_LIBS = @GTK_LIBS@ +-INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ +@@ -185,8 +187,9 @@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ + MAINT = @MAINT@ ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ + MAKEINFO = @MAKEINFO@ +-MKDIR_P = @MKDIR_P@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ + MSGFMT_OPTS = @MSGFMT_OPTS@ +@@ -208,21 +211,22 @@ + PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ + PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ + RANLIB = @RANLIB@ +-SED = @SED@ + SET_MAKE = @SET_MAKE@ + SHELL = @SHELL@ + STRIP = @STRIP@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ + WARN_CFLAGS = @WARN_CFLAGS@ ++WITH_NOTIFY_FALSE = @WITH_NOTIFY_FALSE@ ++WITH_NOTIFY_TRUE = @WITH_NOTIFY_TRUE@ + XGETTEXT = @XGETTEXT@ +-abs_builddir = @abs_builddir@ +-abs_srcdir = @abs_srcdir@ +-abs_top_builddir = @abs_top_builddir@ +-abs_top_srcdir = @abs_top_srcdir@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ +@@ -234,7 +238,6 @@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ +-builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ + docdir = @docdir@ +@@ -262,11 +265,8 @@ + psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ +-srcdir = @srcdir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-top_builddir = @top_builddir@ +-top_srcdir = @top_srcdir@ + SUBDIRS = src icons po + EXTRA_DIST = CONTRIBUTING intltool-extract.in intltool-merge.in \ + intltool-update.in $(dbusservice_DATA) nm-applet.desktop +@@ -316,7 +316,7 @@ + config.h: stamp-h1 + @if test ! -f $@; then \ + rm -f stamp-h1; \ +- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ ++ $(MAKE) stamp-h1; \ + else :; fi + + stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status +@@ -338,9 +338,10 @@ + + distclean-libtool: + -rm -f libtool ++uninstall-info-am: + install-autostartDATA: $(autostart_DATA) + @$(NORMAL_INSTALL) +- test -z "$(autostartdir)" || $(MKDIR_P) "$(DESTDIR)$(autostartdir)" ++ test -z "$(autostartdir)" || $(mkdir_p) "$(DESTDIR)$(autostartdir)" + @list='$(autostart_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +@@ -357,7 +358,7 @@ + done + install-dbusserviceDATA: $(dbusservice_DATA) + @$(NORMAL_INSTALL) +- test -z "$(dbusservicedir)" || $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" ++ test -z "$(dbusservicedir)" || $(mkdir_p) "$(DESTDIR)$(dbusservicedir)" + @list='$(dbusservice_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +@@ -404,7 +405,8 @@ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +-$(RECURSIVE_CLEAN_TARGETS): ++mostlyclean-recursive clean-recursive distclean-recursive \ ++maintainer-clean-recursive: + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ +@@ -506,22 +508,24 @@ + + distdir: $(DISTFILES) + $(am__remove_distdir) +- test -d $(distdir) || mkdir $(distdir) +- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ +- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ +- list='$(DISTFILES)'; \ +- dist_files=`for file in $$list; do echo $$file; done | \ +- sed -e "s|^$$srcdirstrip/||;t" \ +- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ +- case $$dist_files in \ +- */*) $(MKDIR_P) `echo "$$dist_files" | \ +- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ +- sort -u` ;; \ +- esac; \ +- for file in $$dist_files; do \ ++ mkdir $(distdir) ++ $(mkdir_p) $(distdir)/po ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ ++ list='$(DISTFILES)'; for file in $$list; do \ ++ case $$file in \ ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ ++ esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ++ dir="/$$dir"; \ ++ $(mkdir_p) "$(distdir)$$dir"; \ ++ else \ ++ dir=''; \ ++ fi; \ + if test -d $$d/$$file; then \ +- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ +@@ -535,7 +539,7 @@ + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ +- || $(MKDIR_P) "$(distdir)/$$subdir" \ ++ || $(mkdir_p) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ +@@ -543,8 +547,6 @@ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ +- am__remove_distdir=: \ +- am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ +@@ -552,7 +554,7 @@ + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ +- ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ ++ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) + dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz +@@ -627,7 +629,7 @@ + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ +- sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' ++ sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' + distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ +@@ -652,7 +654,7 @@ + installdirs: installdirs-recursive + installdirs-am: + for dir in "$(DESTDIR)$(autostartdir)" "$(DESTDIR)$(dbusservicedir)"; do \ +- test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ++ test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done + install: install-recursive + install-exec: install-exec-recursive +@@ -701,20 +703,12 @@ + + install-data-am: install-autostartDATA install-dbusserviceDATA + +-install-dvi: install-dvi-recursive +- + install-exec-am: + +-install-html: install-html-recursive +- + install-info: install-info-recursive + + install-man: + +-install-pdf: install-pdf-recursive +- +-install-ps: install-ps-recursive +- + installcheck-am: + + maintainer-clean: maintainer-clean-recursive +@@ -735,28 +729,28 @@ + + ps-am: + +-uninstall-am: uninstall-autostartDATA uninstall-dbusserviceDATA ++uninstall-am: uninstall-autostartDATA uninstall-dbusserviceDATA \ ++ uninstall-info-am + +-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ +- install-strip ++uninstall-info: uninstall-info-recursive + +-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ +- all all-am am--refresh check check-am clean clean-generic \ +- clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ +- dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ ++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ ++ check-am clean clean-generic clean-libtool clean-recursive \ ++ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ ++ dist-shar dist-tarZ dist-zip distcheck distclean \ + distclean-generic distclean-hdr distclean-libtool \ +- distclean-tags distcleancheck distdir distuninstallcheck dvi \ +- dvi-am html html-am info info-am install install-am \ +- install-autostartDATA install-data install-data-am \ +- install-dbusserviceDATA install-dvi install-dvi-am \ +- install-exec install-exec-am install-html install-html-am \ +- install-info install-info-am install-man install-pdf \ +- install-pdf-am install-ps install-ps-am install-strip \ +- installcheck installcheck-am installdirs installdirs-am \ +- maintainer-clean maintainer-clean-generic mostlyclean \ +- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ++ distclean-recursive distclean-tags distcleancheck distdir \ ++ distuninstallcheck dvi dvi-am html html-am info info-am \ ++ install install-am install-autostartDATA install-data \ ++ install-data-am install-dbusserviceDATA install-exec \ ++ install-exec-am install-info install-info-am install-man \ ++ install-strip installcheck installcheck-am installdirs \ ++ installdirs-am maintainer-clean maintainer-clean-generic \ ++ maintainer-clean-recursive mostlyclean mostlyclean-generic \ ++ mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am \ +- uninstall-autostartDATA uninstall-dbusserviceDATA ++ uninstall-autostartDATA uninstall-dbusserviceDATA \ ++ uninstall-info-am + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. +diff -Nur network-manager-applet-0.6.5/src/Makefile.in network-manager-applet-0.6.5.new/src/Makefile.in +--- network-manager-applet-0.6.5/src/Makefile.in 2007-04-19 20:22:02.000000000 +0200 ++++ network-manager-applet-0.6.5.new/src/Makefile.in 2007-09-02 00:26:09.000000000 +0200 +@@ -1,8 +1,8 @@ +-# Makefile.in generated by automake 1.10 from Makefile.am. ++# Makefile.in generated by automake 1.9.6 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# 2003, 2004, 2005 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -15,11 +15,15 @@ + @SET_MAKE@ + + ++srcdir = @srcdir@ ++top_srcdir = @top_srcdir@ + VPATH = @srcdir@ + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ ++top_builddir = .. + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++INSTALL = @INSTALL@ + install_sh_DATA = $(install_sh) -c -m 644 + install_sh_PROGRAM = $(install_sh) -c + install_sh_SCRIPT = $(install_sh) -c +@@ -110,18 +114,17 @@ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +-DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ ++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ +- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ +- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ ++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ++ $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ +- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ +- $(LDFLAGS) -o $@ ++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(AM_LDFLAGS) $(LDFLAGS) -o $@ + SOURCES = $(nm_applet_SOURCES) + DIST_SOURCES = $(am__nm_applet_SOURCES_DIST) + am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +@@ -138,6 +141,8 @@ + ACLOCAL = @ACLOCAL@ + ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ + ALL_LINGUAS = @ALL_LINGUAS@ ++AMDEP_FALSE = @AMDEP_FALSE@ ++AMDEP_TRUE = @AMDEP_TRUE@ + AMTAR = @AMTAR@ + AR = @AR@ + AUTOCONF = @AUTOCONF@ +@@ -194,7 +199,6 @@ + GTHREAD_LIBS = @GTHREAD_LIBS@ + GTK_CFLAGS = @GTK_CFLAGS@ + GTK_LIBS = @GTK_LIBS@ +-INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ +@@ -237,8 +241,9 @@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ + MAINT = @MAINT@ ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ + MAKEINFO = @MAKEINFO@ +-MKDIR_P = @MKDIR_P@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ + MSGFMT_OPTS = @MSGFMT_OPTS@ +@@ -260,21 +265,22 @@ + PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ + PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ + RANLIB = @RANLIB@ +-SED = @SED@ + SET_MAKE = @SET_MAKE@ + SHELL = @SHELL@ + STRIP = @STRIP@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ + WARN_CFLAGS = @WARN_CFLAGS@ ++WITH_NOTIFY_FALSE = @WITH_NOTIFY_FALSE@ ++WITH_NOTIFY_TRUE = @WITH_NOTIFY_TRUE@ + XGETTEXT = @XGETTEXT@ +-abs_builddir = @abs_builddir@ +-abs_srcdir = @abs_srcdir@ +-abs_top_builddir = @abs_top_builddir@ +-abs_top_srcdir = @abs_top_srcdir@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ +@@ -286,7 +292,6 @@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ +-builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ + docdir = @docdir@ +@@ -314,11 +319,8 @@ + psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ +-srcdir = @srcdir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-top_builddir = @top_builddir@ +-top_srcdir = @top_srcdir@ + NULL = + nm_applet_CPPFLAGS = $(DBUS_CFLAGS) $(GTHREAD_CFLAGS) $(HAL_CFLAGS) \ + $(DBUS_GLIB_CFLAGS) $(GLADE_CFLAGS) $(GTK_CFLAGS) \ +@@ -400,7 +402,7 @@ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) +- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" ++ test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ +@@ -428,7 +430,7 @@ + done + nm-applet$(EXEEXT): $(nm_applet_OBJECTS) $(nm_applet_DEPENDENCIES) + @rm -f nm-applet$(EXEEXT) +- $(LINK) $(nm_applet_OBJECTS) $(nm_applet_LDADD) $(LIBS) ++ $(LINK) $(nm_applet_LDFLAGS) $(nm_applet_OBJECTS) $(nm_applet_LDADD) $(LIBS) + + mostlyclean-compile: + -rm -f *.$(OBJEXT) +@@ -470,473 +472,473 @@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_applet-wso-wpa-psk.Po@am__quote@ + + .c.o: +-@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +-@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po ++@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \ ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ ++@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< + + .c.obj: +-@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +-@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po ++@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \ ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ ++@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + + .c.lo: +-@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +-@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo ++@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \ ++@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ ++@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + + nm_applet-main.o: main.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-main.o -MD -MP -MF $(DEPDIR)/nm_applet-main.Tpo -c -o nm_applet-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-main.Tpo $(DEPDIR)/nm_applet-main.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-main.o -MD -MP -MF "$(DEPDIR)/nm_applet-main.Tpo" -c -o nm_applet-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-main.Tpo" "$(DEPDIR)/nm_applet-main.Po"; else rm -f "$(DEPDIR)/nm_applet-main.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='nm_applet-main.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c + + nm_applet-main.obj: main.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-main.obj -MD -MP -MF $(DEPDIR)/nm_applet-main.Tpo -c -o nm_applet-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-main.Tpo $(DEPDIR)/nm_applet-main.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-main.obj -MD -MP -MF "$(DEPDIR)/nm_applet-main.Tpo" -c -o nm_applet-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-main.Tpo" "$(DEPDIR)/nm_applet-main.Po"; else rm -f "$(DEPDIR)/nm_applet-main.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='nm_applet-main.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` + + nm_applet-applet.o: applet.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet.o -MD -MP -MF $(DEPDIR)/nm_applet-applet.Tpo -c -o nm_applet-applet.o `test -f 'applet.c' || echo '$(srcdir)/'`applet.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet.Tpo $(DEPDIR)/nm_applet-applet.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet.Tpo" -c -o nm_applet-applet.o `test -f 'applet.c' || echo '$(srcdir)/'`applet.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet.Tpo" "$(DEPDIR)/nm_applet-applet.Po"; else rm -f "$(DEPDIR)/nm_applet-applet.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet.c' object='nm_applet-applet.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet.o `test -f 'applet.c' || echo '$(srcdir)/'`applet.c + + nm_applet-applet.obj: applet.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet.Tpo -c -o nm_applet-applet.obj `if test -f 'applet.c'; then $(CYGPATH_W) 'applet.c'; else $(CYGPATH_W) '$(srcdir)/applet.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet.Tpo $(DEPDIR)/nm_applet-applet.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet.Tpo" -c -o nm_applet-applet.obj `if test -f 'applet.c'; then $(CYGPATH_W) 'applet.c'; else $(CYGPATH_W) '$(srcdir)/applet.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet.Tpo" "$(DEPDIR)/nm_applet-applet.Po"; else rm -f "$(DEPDIR)/nm_applet-applet.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet.c' object='nm_applet-applet.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet.obj `if test -f 'applet.c'; then $(CYGPATH_W) 'applet.c'; else $(CYGPATH_W) '$(srcdir)/applet.c'; fi` + + nm_applet-applet-compat.o: applet-compat.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-compat.o -MD -MP -MF $(DEPDIR)/nm_applet-applet-compat.Tpo -c -o nm_applet-applet-compat.o `test -f 'applet-compat.c' || echo '$(srcdir)/'`applet-compat.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-compat.Tpo $(DEPDIR)/nm_applet-applet-compat.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-compat.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet-compat.Tpo" -c -o nm_applet-applet-compat.o `test -f 'applet-compat.c' || echo '$(srcdir)/'`applet-compat.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-compat.Tpo" "$(DEPDIR)/nm_applet-applet-compat.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-compat.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-compat.c' object='nm_applet-applet-compat.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-compat.o `test -f 'applet-compat.c' || echo '$(srcdir)/'`applet-compat.c + + nm_applet-applet-compat.obj: applet-compat.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-compat.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet-compat.Tpo -c -o nm_applet-applet-compat.obj `if test -f 'applet-compat.c'; then $(CYGPATH_W) 'applet-compat.c'; else $(CYGPATH_W) '$(srcdir)/applet-compat.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-compat.Tpo $(DEPDIR)/nm_applet-applet-compat.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-compat.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet-compat.Tpo" -c -o nm_applet-applet-compat.obj `if test -f 'applet-compat.c'; then $(CYGPATH_W) 'applet-compat.c'; else $(CYGPATH_W) '$(srcdir)/applet-compat.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-compat.Tpo" "$(DEPDIR)/nm_applet-applet-compat.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-compat.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-compat.c' object='nm_applet-applet-compat.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-compat.obj `if test -f 'applet-compat.c'; then $(CYGPATH_W) 'applet-compat.c'; else $(CYGPATH_W) '$(srcdir)/applet-compat.c'; fi` + + nm_applet-applet-dbus.o: applet-dbus.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus.o -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus.Tpo -c -o nm_applet-applet-dbus.o `test -f 'applet-dbus.c' || echo '$(srcdir)/'`applet-dbus.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus.Tpo $(DEPDIR)/nm_applet-applet-dbus.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus.Tpo" -c -o nm_applet-applet-dbus.o `test -f 'applet-dbus.c' || echo '$(srcdir)/'`applet-dbus.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus.Tpo" "$(DEPDIR)/nm_applet-applet-dbus.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus.c' object='nm_applet-applet-dbus.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus.o `test -f 'applet-dbus.c' || echo '$(srcdir)/'`applet-dbus.c + + nm_applet-applet-dbus.obj: applet-dbus.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus.Tpo -c -o nm_applet-applet-dbus.obj `if test -f 'applet-dbus.c'; then $(CYGPATH_W) 'applet-dbus.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus.Tpo $(DEPDIR)/nm_applet-applet-dbus.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus.Tpo" -c -o nm_applet-applet-dbus.obj `if test -f 'applet-dbus.c'; then $(CYGPATH_W) 'applet-dbus.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus.Tpo" "$(DEPDIR)/nm_applet-applet-dbus.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus.c' object='nm_applet-applet-dbus.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus.obj `if test -f 'applet-dbus.c'; then $(CYGPATH_W) 'applet-dbus.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus.c'; fi` + + nm_applet-applet-dbus-devices.o: applet-dbus-devices.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-devices.o -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus-devices.Tpo -c -o nm_applet-applet-dbus-devices.o `test -f 'applet-dbus-devices.c' || echo '$(srcdir)/'`applet-dbus-devices.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus-devices.Tpo $(DEPDIR)/nm_applet-applet-dbus-devices.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-devices.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus-devices.Tpo" -c -o nm_applet-applet-dbus-devices.o `test -f 'applet-dbus-devices.c' || echo '$(srcdir)/'`applet-dbus-devices.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus-devices.Tpo" "$(DEPDIR)/nm_applet-applet-dbus-devices.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus-devices.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus-devices.c' object='nm_applet-applet-dbus-devices.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus-devices.o `test -f 'applet-dbus-devices.c' || echo '$(srcdir)/'`applet-dbus-devices.c + + nm_applet-applet-dbus-devices.obj: applet-dbus-devices.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-devices.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus-devices.Tpo -c -o nm_applet-applet-dbus-devices.obj `if test -f 'applet-dbus-devices.c'; then $(CYGPATH_W) 'applet-dbus-devices.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-devices.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus-devices.Tpo $(DEPDIR)/nm_applet-applet-dbus-devices.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-devices.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus-devices.Tpo" -c -o nm_applet-applet-dbus-devices.obj `if test -f 'applet-dbus-devices.c'; then $(CYGPATH_W) 'applet-dbus-devices.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-devices.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus-devices.Tpo" "$(DEPDIR)/nm_applet-applet-dbus-devices.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus-devices.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus-devices.c' object='nm_applet-applet-dbus-devices.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus-devices.obj `if test -f 'applet-dbus-devices.c'; then $(CYGPATH_W) 'applet-dbus-devices.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-devices.c'; fi` + + nm_applet-applet-dbus-vpn.o: applet-dbus-vpn.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-vpn.o -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo -c -o nm_applet-applet-dbus-vpn.o `test -f 'applet-dbus-vpn.c' || echo '$(srcdir)/'`applet-dbus-vpn.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo $(DEPDIR)/nm_applet-applet-dbus-vpn.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-vpn.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo" -c -o nm_applet-applet-dbus-vpn.o `test -f 'applet-dbus-vpn.c' || echo '$(srcdir)/'`applet-dbus-vpn.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo" "$(DEPDIR)/nm_applet-applet-dbus-vpn.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus-vpn.c' object='nm_applet-applet-dbus-vpn.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus-vpn.o `test -f 'applet-dbus-vpn.c' || echo '$(srcdir)/'`applet-dbus-vpn.c + + nm_applet-applet-dbus-vpn.obj: applet-dbus-vpn.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-vpn.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo -c -o nm_applet-applet-dbus-vpn.obj `if test -f 'applet-dbus-vpn.c'; then $(CYGPATH_W) 'applet-dbus-vpn.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-vpn.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo $(DEPDIR)/nm_applet-applet-dbus-vpn.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-vpn.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo" -c -o nm_applet-applet-dbus-vpn.obj `if test -f 'applet-dbus-vpn.c'; then $(CYGPATH_W) 'applet-dbus-vpn.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-vpn.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo" "$(DEPDIR)/nm_applet-applet-dbus-vpn.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus-vpn.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus-vpn.c' object='nm_applet-applet-dbus-vpn.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus-vpn.obj `if test -f 'applet-dbus-vpn.c'; then $(CYGPATH_W) 'applet-dbus-vpn.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-vpn.c'; fi` + + nm_applet-applet-dbus-info.o: applet-dbus-info.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-info.o -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus-info.Tpo -c -o nm_applet-applet-dbus-info.o `test -f 'applet-dbus-info.c' || echo '$(srcdir)/'`applet-dbus-info.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus-info.Tpo $(DEPDIR)/nm_applet-applet-dbus-info.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-info.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus-info.Tpo" -c -o nm_applet-applet-dbus-info.o `test -f 'applet-dbus-info.c' || echo '$(srcdir)/'`applet-dbus-info.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus-info.Tpo" "$(DEPDIR)/nm_applet-applet-dbus-info.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus-info.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus-info.c' object='nm_applet-applet-dbus-info.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus-info.o `test -f 'applet-dbus-info.c' || echo '$(srcdir)/'`applet-dbus-info.c + + nm_applet-applet-dbus-info.obj: applet-dbus-info.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-info.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet-dbus-info.Tpo -c -o nm_applet-applet-dbus-info.obj `if test -f 'applet-dbus-info.c'; then $(CYGPATH_W) 'applet-dbus-info.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-info.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-dbus-info.Tpo $(DEPDIR)/nm_applet-applet-dbus-info.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-dbus-info.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet-dbus-info.Tpo" -c -o nm_applet-applet-dbus-info.obj `if test -f 'applet-dbus-info.c'; then $(CYGPATH_W) 'applet-dbus-info.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-info.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-dbus-info.Tpo" "$(DEPDIR)/nm_applet-applet-dbus-info.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-dbus-info.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-dbus-info.c' object='nm_applet-applet-dbus-info.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-dbus-info.obj `if test -f 'applet-dbus-info.c'; then $(CYGPATH_W) 'applet-dbus-info.c'; else $(CYGPATH_W) '$(srcdir)/applet-dbus-info.c'; fi` + + nm_applet-wireless-network.o: wireless-network.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-network.o -MD -MP -MF $(DEPDIR)/nm_applet-wireless-network.Tpo -c -o nm_applet-wireless-network.o `test -f 'wireless-network.c' || echo '$(srcdir)/'`wireless-network.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wireless-network.Tpo $(DEPDIR)/nm_applet-wireless-network.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-network.o -MD -MP -MF "$(DEPDIR)/nm_applet-wireless-network.Tpo" -c -o nm_applet-wireless-network.o `test -f 'wireless-network.c' || echo '$(srcdir)/'`wireless-network.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wireless-network.Tpo" "$(DEPDIR)/nm_applet-wireless-network.Po"; else rm -f "$(DEPDIR)/nm_applet-wireless-network.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wireless-network.c' object='nm_applet-wireless-network.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wireless-network.o `test -f 'wireless-network.c' || echo '$(srcdir)/'`wireless-network.c + + nm_applet-wireless-network.obj: wireless-network.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-network.obj -MD -MP -MF $(DEPDIR)/nm_applet-wireless-network.Tpo -c -o nm_applet-wireless-network.obj `if test -f 'wireless-network.c'; then $(CYGPATH_W) 'wireless-network.c'; else $(CYGPATH_W) '$(srcdir)/wireless-network.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wireless-network.Tpo $(DEPDIR)/nm_applet-wireless-network.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-network.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wireless-network.Tpo" -c -o nm_applet-wireless-network.obj `if test -f 'wireless-network.c'; then $(CYGPATH_W) 'wireless-network.c'; else $(CYGPATH_W) '$(srcdir)/wireless-network.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wireless-network.Tpo" "$(DEPDIR)/nm_applet-wireless-network.Po"; else rm -f "$(DEPDIR)/nm_applet-wireless-network.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wireless-network.c' object='nm_applet-wireless-network.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wireless-network.obj `if test -f 'wireless-network.c'; then $(CYGPATH_W) 'wireless-network.c'; else $(CYGPATH_W) '$(srcdir)/wireless-network.c'; fi` + + nm_applet-nm-device.o: nm-device.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-device.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-device.Tpo -c -o nm_applet-nm-device.o `test -f 'nm-device.c' || echo '$(srcdir)/'`nm-device.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-device.Tpo $(DEPDIR)/nm_applet-nm-device.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-device.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-device.Tpo" -c -o nm_applet-nm-device.o `test -f 'nm-device.c' || echo '$(srcdir)/'`nm-device.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-device.Tpo" "$(DEPDIR)/nm_applet-nm-device.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-device.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-device.c' object='nm_applet-nm-device.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-device.o `test -f 'nm-device.c' || echo '$(srcdir)/'`nm-device.c + + nm_applet-nm-device.obj: nm-device.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-device.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-device.Tpo -c -o nm_applet-nm-device.obj `if test -f 'nm-device.c'; then $(CYGPATH_W) 'nm-device.c'; else $(CYGPATH_W) '$(srcdir)/nm-device.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-device.Tpo $(DEPDIR)/nm_applet-nm-device.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-device.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-device.Tpo" -c -o nm_applet-nm-device.obj `if test -f 'nm-device.c'; then $(CYGPATH_W) 'nm-device.c'; else $(CYGPATH_W) '$(srcdir)/nm-device.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-device.Tpo" "$(DEPDIR)/nm_applet-nm-device.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-device.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-device.c' object='nm_applet-nm-device.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-device.obj `if test -f 'nm-device.c'; then $(CYGPATH_W) 'nm-device.c'; else $(CYGPATH_W) '$(srcdir)/nm-device.c'; fi` + + nm_applet-other-network-dialog.o: other-network-dialog.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-other-network-dialog.o -MD -MP -MF $(DEPDIR)/nm_applet-other-network-dialog.Tpo -c -o nm_applet-other-network-dialog.o `test -f 'other-network-dialog.c' || echo '$(srcdir)/'`other-network-dialog.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-other-network-dialog.Tpo $(DEPDIR)/nm_applet-other-network-dialog.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-other-network-dialog.o -MD -MP -MF "$(DEPDIR)/nm_applet-other-network-dialog.Tpo" -c -o nm_applet-other-network-dialog.o `test -f 'other-network-dialog.c' || echo '$(srcdir)/'`other-network-dialog.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-other-network-dialog.Tpo" "$(DEPDIR)/nm_applet-other-network-dialog.Po"; else rm -f "$(DEPDIR)/nm_applet-other-network-dialog.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='other-network-dialog.c' object='nm_applet-other-network-dialog.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-other-network-dialog.o `test -f 'other-network-dialog.c' || echo '$(srcdir)/'`other-network-dialog.c + + nm_applet-other-network-dialog.obj: other-network-dialog.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-other-network-dialog.obj -MD -MP -MF $(DEPDIR)/nm_applet-other-network-dialog.Tpo -c -o nm_applet-other-network-dialog.obj `if test -f 'other-network-dialog.c'; then $(CYGPATH_W) 'other-network-dialog.c'; else $(CYGPATH_W) '$(srcdir)/other-network-dialog.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-other-network-dialog.Tpo $(DEPDIR)/nm_applet-other-network-dialog.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-other-network-dialog.obj -MD -MP -MF "$(DEPDIR)/nm_applet-other-network-dialog.Tpo" -c -o nm_applet-other-network-dialog.obj `if test -f 'other-network-dialog.c'; then $(CYGPATH_W) 'other-network-dialog.c'; else $(CYGPATH_W) '$(srcdir)/other-network-dialog.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-other-network-dialog.Tpo" "$(DEPDIR)/nm_applet-other-network-dialog.Po"; else rm -f "$(DEPDIR)/nm_applet-other-network-dialog.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='other-network-dialog.c' object='nm_applet-other-network-dialog.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-other-network-dialog.obj `if test -f 'other-network-dialog.c'; then $(CYGPATH_W) 'other-network-dialog.c'; else $(CYGPATH_W) '$(srcdir)/other-network-dialog.c'; fi` + + nm_applet-passphrase-dialog.o: passphrase-dialog.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-passphrase-dialog.o -MD -MP -MF $(DEPDIR)/nm_applet-passphrase-dialog.Tpo -c -o nm_applet-passphrase-dialog.o `test -f 'passphrase-dialog.c' || echo '$(srcdir)/'`passphrase-dialog.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-passphrase-dialog.Tpo $(DEPDIR)/nm_applet-passphrase-dialog.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-passphrase-dialog.o -MD -MP -MF "$(DEPDIR)/nm_applet-passphrase-dialog.Tpo" -c -o nm_applet-passphrase-dialog.o `test -f 'passphrase-dialog.c' || echo '$(srcdir)/'`passphrase-dialog.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-passphrase-dialog.Tpo" "$(DEPDIR)/nm_applet-passphrase-dialog.Po"; else rm -f "$(DEPDIR)/nm_applet-passphrase-dialog.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='passphrase-dialog.c' object='nm_applet-passphrase-dialog.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-passphrase-dialog.o `test -f 'passphrase-dialog.c' || echo '$(srcdir)/'`passphrase-dialog.c + + nm_applet-passphrase-dialog.obj: passphrase-dialog.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-passphrase-dialog.obj -MD -MP -MF $(DEPDIR)/nm_applet-passphrase-dialog.Tpo -c -o nm_applet-passphrase-dialog.obj `if test -f 'passphrase-dialog.c'; then $(CYGPATH_W) 'passphrase-dialog.c'; else $(CYGPATH_W) '$(srcdir)/passphrase-dialog.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-passphrase-dialog.Tpo $(DEPDIR)/nm_applet-passphrase-dialog.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-passphrase-dialog.obj -MD -MP -MF "$(DEPDIR)/nm_applet-passphrase-dialog.Tpo" -c -o nm_applet-passphrase-dialog.obj `if test -f 'passphrase-dialog.c'; then $(CYGPATH_W) 'passphrase-dialog.c'; else $(CYGPATH_W) '$(srcdir)/passphrase-dialog.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-passphrase-dialog.Tpo" "$(DEPDIR)/nm_applet-passphrase-dialog.Po"; else rm -f "$(DEPDIR)/nm_applet-passphrase-dialog.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='passphrase-dialog.c' object='nm_applet-passphrase-dialog.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-passphrase-dialog.obj `if test -f 'passphrase-dialog.c'; then $(CYGPATH_W) 'passphrase-dialog.c'; else $(CYGPATH_W) '$(srcdir)/passphrase-dialog.c'; fi` + + nm_applet-menu-items.o: menu-items.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-menu-items.o -MD -MP -MF $(DEPDIR)/nm_applet-menu-items.Tpo -c -o nm_applet-menu-items.o `test -f 'menu-items.c' || echo '$(srcdir)/'`menu-items.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-menu-items.Tpo $(DEPDIR)/nm_applet-menu-items.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-menu-items.o -MD -MP -MF "$(DEPDIR)/nm_applet-menu-items.Tpo" -c -o nm_applet-menu-items.o `test -f 'menu-items.c' || echo '$(srcdir)/'`menu-items.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-menu-items.Tpo" "$(DEPDIR)/nm_applet-menu-items.Po"; else rm -f "$(DEPDIR)/nm_applet-menu-items.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='menu-items.c' object='nm_applet-menu-items.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-menu-items.o `test -f 'menu-items.c' || echo '$(srcdir)/'`menu-items.c + + nm_applet-menu-items.obj: menu-items.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-menu-items.obj -MD -MP -MF $(DEPDIR)/nm_applet-menu-items.Tpo -c -o nm_applet-menu-items.obj `if test -f 'menu-items.c'; then $(CYGPATH_W) 'menu-items.c'; else $(CYGPATH_W) '$(srcdir)/menu-items.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-menu-items.Tpo $(DEPDIR)/nm_applet-menu-items.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-menu-items.obj -MD -MP -MF "$(DEPDIR)/nm_applet-menu-items.Tpo" -c -o nm_applet-menu-items.obj `if test -f 'menu-items.c'; then $(CYGPATH_W) 'menu-items.c'; else $(CYGPATH_W) '$(srcdir)/menu-items.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-menu-items.Tpo" "$(DEPDIR)/nm_applet-menu-items.Po"; else rm -f "$(DEPDIR)/nm_applet-menu-items.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='menu-items.c' object='nm_applet-menu-items.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-menu-items.obj `if test -f 'menu-items.c'; then $(CYGPATH_W) 'menu-items.c'; else $(CYGPATH_W) '$(srcdir)/menu-items.c'; fi` + + nm_applet-vpn-password-dialog.o: vpn-password-dialog.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-password-dialog.o -MD -MP -MF $(DEPDIR)/nm_applet-vpn-password-dialog.Tpo -c -o nm_applet-vpn-password-dialog.o `test -f 'vpn-password-dialog.c' || echo '$(srcdir)/'`vpn-password-dialog.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-vpn-password-dialog.Tpo $(DEPDIR)/nm_applet-vpn-password-dialog.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-password-dialog.o -MD -MP -MF "$(DEPDIR)/nm_applet-vpn-password-dialog.Tpo" -c -o nm_applet-vpn-password-dialog.o `test -f 'vpn-password-dialog.c' || echo '$(srcdir)/'`vpn-password-dialog.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-vpn-password-dialog.Tpo" "$(DEPDIR)/nm_applet-vpn-password-dialog.Po"; else rm -f "$(DEPDIR)/nm_applet-vpn-password-dialog.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vpn-password-dialog.c' object='nm_applet-vpn-password-dialog.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-vpn-password-dialog.o `test -f 'vpn-password-dialog.c' || echo '$(srcdir)/'`vpn-password-dialog.c + + nm_applet-vpn-password-dialog.obj: vpn-password-dialog.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-password-dialog.obj -MD -MP -MF $(DEPDIR)/nm_applet-vpn-password-dialog.Tpo -c -o nm_applet-vpn-password-dialog.obj `if test -f 'vpn-password-dialog.c'; then $(CYGPATH_W) 'vpn-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/vpn-password-dialog.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-vpn-password-dialog.Tpo $(DEPDIR)/nm_applet-vpn-password-dialog.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-password-dialog.obj -MD -MP -MF "$(DEPDIR)/nm_applet-vpn-password-dialog.Tpo" -c -o nm_applet-vpn-password-dialog.obj `if test -f 'vpn-password-dialog.c'; then $(CYGPATH_W) 'vpn-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/vpn-password-dialog.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-vpn-password-dialog.Tpo" "$(DEPDIR)/nm_applet-vpn-password-dialog.Po"; else rm -f "$(DEPDIR)/nm_applet-vpn-password-dialog.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vpn-password-dialog.c' object='nm_applet-vpn-password-dialog.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-vpn-password-dialog.obj `if test -f 'vpn-password-dialog.c'; then $(CYGPATH_W) 'vpn-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/vpn-password-dialog.c'; fi` + + nm_applet-vpn-connection.o: vpn-connection.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-connection.o -MD -MP -MF $(DEPDIR)/nm_applet-vpn-connection.Tpo -c -o nm_applet-vpn-connection.o `test -f 'vpn-connection.c' || echo '$(srcdir)/'`vpn-connection.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-vpn-connection.Tpo $(DEPDIR)/nm_applet-vpn-connection.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-connection.o -MD -MP -MF "$(DEPDIR)/nm_applet-vpn-connection.Tpo" -c -o nm_applet-vpn-connection.o `test -f 'vpn-connection.c' || echo '$(srcdir)/'`vpn-connection.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-vpn-connection.Tpo" "$(DEPDIR)/nm_applet-vpn-connection.Po"; else rm -f "$(DEPDIR)/nm_applet-vpn-connection.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vpn-connection.c' object='nm_applet-vpn-connection.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-vpn-connection.o `test -f 'vpn-connection.c' || echo '$(srcdir)/'`vpn-connection.c + + nm_applet-vpn-connection.obj: vpn-connection.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-connection.obj -MD -MP -MF $(DEPDIR)/nm_applet-vpn-connection.Tpo -c -o nm_applet-vpn-connection.obj `if test -f 'vpn-connection.c'; then $(CYGPATH_W) 'vpn-connection.c'; else $(CYGPATH_W) '$(srcdir)/vpn-connection.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-vpn-connection.Tpo $(DEPDIR)/nm_applet-vpn-connection.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-vpn-connection.obj -MD -MP -MF "$(DEPDIR)/nm_applet-vpn-connection.Tpo" -c -o nm_applet-vpn-connection.obj `if test -f 'vpn-connection.c'; then $(CYGPATH_W) 'vpn-connection.c'; else $(CYGPATH_W) '$(srcdir)/vpn-connection.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-vpn-connection.Tpo" "$(DEPDIR)/nm_applet-vpn-connection.Po"; else rm -f "$(DEPDIR)/nm_applet-vpn-connection.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vpn-connection.c' object='nm_applet-vpn-connection.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-vpn-connection.obj `if test -f 'vpn-connection.c'; then $(CYGPATH_W) 'vpn-connection.c'; else $(CYGPATH_W) '$(srcdir)/vpn-connection.c'; fi` + + nm_applet-wireless-security-manager.o: wireless-security-manager.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-manager.o -MD -MP -MF $(DEPDIR)/nm_applet-wireless-security-manager.Tpo -c -o nm_applet-wireless-security-manager.o `test -f 'wireless-security-manager.c' || echo '$(srcdir)/'`wireless-security-manager.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wireless-security-manager.Tpo $(DEPDIR)/nm_applet-wireless-security-manager.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-manager.o -MD -MP -MF "$(DEPDIR)/nm_applet-wireless-security-manager.Tpo" -c -o nm_applet-wireless-security-manager.o `test -f 'wireless-security-manager.c' || echo '$(srcdir)/'`wireless-security-manager.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wireless-security-manager.Tpo" "$(DEPDIR)/nm_applet-wireless-security-manager.Po"; else rm -f "$(DEPDIR)/nm_applet-wireless-security-manager.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wireless-security-manager.c' object='nm_applet-wireless-security-manager.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wireless-security-manager.o `test -f 'wireless-security-manager.c' || echo '$(srcdir)/'`wireless-security-manager.c + + nm_applet-wireless-security-manager.obj: wireless-security-manager.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-manager.obj -MD -MP -MF $(DEPDIR)/nm_applet-wireless-security-manager.Tpo -c -o nm_applet-wireless-security-manager.obj `if test -f 'wireless-security-manager.c'; then $(CYGPATH_W) 'wireless-security-manager.c'; else $(CYGPATH_W) '$(srcdir)/wireless-security-manager.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wireless-security-manager.Tpo $(DEPDIR)/nm_applet-wireless-security-manager.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-manager.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wireless-security-manager.Tpo" -c -o nm_applet-wireless-security-manager.obj `if test -f 'wireless-security-manager.c'; then $(CYGPATH_W) 'wireless-security-manager.c'; else $(CYGPATH_W) '$(srcdir)/wireless-security-manager.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wireless-security-manager.Tpo" "$(DEPDIR)/nm_applet-wireless-security-manager.Po"; else rm -f "$(DEPDIR)/nm_applet-wireless-security-manager.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wireless-security-manager.c' object='nm_applet-wireless-security-manager.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wireless-security-manager.obj `if test -f 'wireless-security-manager.c'; then $(CYGPATH_W) 'wireless-security-manager.c'; else $(CYGPATH_W) '$(srcdir)/wireless-security-manager.c'; fi` + + nm_applet-wireless-security-option.o: wireless-security-option.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-option.o -MD -MP -MF $(DEPDIR)/nm_applet-wireless-security-option.Tpo -c -o nm_applet-wireless-security-option.o `test -f 'wireless-security-option.c' || echo '$(srcdir)/'`wireless-security-option.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wireless-security-option.Tpo $(DEPDIR)/nm_applet-wireless-security-option.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-option.o -MD -MP -MF "$(DEPDIR)/nm_applet-wireless-security-option.Tpo" -c -o nm_applet-wireless-security-option.o `test -f 'wireless-security-option.c' || echo '$(srcdir)/'`wireless-security-option.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wireless-security-option.Tpo" "$(DEPDIR)/nm_applet-wireless-security-option.Po"; else rm -f "$(DEPDIR)/nm_applet-wireless-security-option.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wireless-security-option.c' object='nm_applet-wireless-security-option.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wireless-security-option.o `test -f 'wireless-security-option.c' || echo '$(srcdir)/'`wireless-security-option.c + + nm_applet-wireless-security-option.obj: wireless-security-option.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-option.obj -MD -MP -MF $(DEPDIR)/nm_applet-wireless-security-option.Tpo -c -o nm_applet-wireless-security-option.obj `if test -f 'wireless-security-option.c'; then $(CYGPATH_W) 'wireless-security-option.c'; else $(CYGPATH_W) '$(srcdir)/wireless-security-option.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wireless-security-option.Tpo $(DEPDIR)/nm_applet-wireless-security-option.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wireless-security-option.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wireless-security-option.Tpo" -c -o nm_applet-wireless-security-option.obj `if test -f 'wireless-security-option.c'; then $(CYGPATH_W) 'wireless-security-option.c'; else $(CYGPATH_W) '$(srcdir)/wireless-security-option.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wireless-security-option.Tpo" "$(DEPDIR)/nm_applet-wireless-security-option.Po"; else rm -f "$(DEPDIR)/nm_applet-wireless-security-option.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wireless-security-option.c' object='nm_applet-wireless-security-option.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wireless-security-option.obj `if test -f 'wireless-security-option.c'; then $(CYGPATH_W) 'wireless-security-option.c'; else $(CYGPATH_W) '$(srcdir)/wireless-security-option.c'; fi` + + nm_applet-wso-none.o: wso-none.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-none.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-none.Tpo -c -o nm_applet-wso-none.o `test -f 'wso-none.c' || echo '$(srcdir)/'`wso-none.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-none.Tpo $(DEPDIR)/nm_applet-wso-none.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-none.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-none.Tpo" -c -o nm_applet-wso-none.o `test -f 'wso-none.c' || echo '$(srcdir)/'`wso-none.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-none.Tpo" "$(DEPDIR)/nm_applet-wso-none.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-none.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-none.c' object='nm_applet-wso-none.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-none.o `test -f 'wso-none.c' || echo '$(srcdir)/'`wso-none.c + + nm_applet-wso-none.obj: wso-none.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-none.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-none.Tpo -c -o nm_applet-wso-none.obj `if test -f 'wso-none.c'; then $(CYGPATH_W) 'wso-none.c'; else $(CYGPATH_W) '$(srcdir)/wso-none.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-none.Tpo $(DEPDIR)/nm_applet-wso-none.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-none.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-none.Tpo" -c -o nm_applet-wso-none.obj `if test -f 'wso-none.c'; then $(CYGPATH_W) 'wso-none.c'; else $(CYGPATH_W) '$(srcdir)/wso-none.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-none.Tpo" "$(DEPDIR)/nm_applet-wso-none.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-none.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-none.c' object='nm_applet-wso-none.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-none.obj `if test -f 'wso-none.c'; then $(CYGPATH_W) 'wso-none.c'; else $(CYGPATH_W) '$(srcdir)/wso-none.c'; fi` + + nm_applet-wso-wep-ascii.o: wso-wep-ascii.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-ascii.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-wep-ascii.Tpo -c -o nm_applet-wso-wep-ascii.o `test -f 'wso-wep-ascii.c' || echo '$(srcdir)/'`wso-wep-ascii.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wep-ascii.Tpo $(DEPDIR)/nm_applet-wso-wep-ascii.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-ascii.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wep-ascii.Tpo" -c -o nm_applet-wso-wep-ascii.o `test -f 'wso-wep-ascii.c' || echo '$(srcdir)/'`wso-wep-ascii.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wep-ascii.Tpo" "$(DEPDIR)/nm_applet-wso-wep-ascii.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wep-ascii.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wep-ascii.c' object='nm_applet-wso-wep-ascii.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wep-ascii.o `test -f 'wso-wep-ascii.c' || echo '$(srcdir)/'`wso-wep-ascii.c + + nm_applet-wso-wep-ascii.obj: wso-wep-ascii.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-ascii.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-wep-ascii.Tpo -c -o nm_applet-wso-wep-ascii.obj `if test -f 'wso-wep-ascii.c'; then $(CYGPATH_W) 'wso-wep-ascii.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-ascii.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wep-ascii.Tpo $(DEPDIR)/nm_applet-wso-wep-ascii.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-ascii.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wep-ascii.Tpo" -c -o nm_applet-wso-wep-ascii.obj `if test -f 'wso-wep-ascii.c'; then $(CYGPATH_W) 'wso-wep-ascii.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-ascii.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wep-ascii.Tpo" "$(DEPDIR)/nm_applet-wso-wep-ascii.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wep-ascii.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wep-ascii.c' object='nm_applet-wso-wep-ascii.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wep-ascii.obj `if test -f 'wso-wep-ascii.c'; then $(CYGPATH_W) 'wso-wep-ascii.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-ascii.c'; fi` + + nm_applet-wso-wep-hex.o: wso-wep-hex.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-hex.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-wep-hex.Tpo -c -o nm_applet-wso-wep-hex.o `test -f 'wso-wep-hex.c' || echo '$(srcdir)/'`wso-wep-hex.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wep-hex.Tpo $(DEPDIR)/nm_applet-wso-wep-hex.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-hex.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wep-hex.Tpo" -c -o nm_applet-wso-wep-hex.o `test -f 'wso-wep-hex.c' || echo '$(srcdir)/'`wso-wep-hex.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wep-hex.Tpo" "$(DEPDIR)/nm_applet-wso-wep-hex.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wep-hex.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wep-hex.c' object='nm_applet-wso-wep-hex.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wep-hex.o `test -f 'wso-wep-hex.c' || echo '$(srcdir)/'`wso-wep-hex.c + + nm_applet-wso-wep-hex.obj: wso-wep-hex.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-hex.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-wep-hex.Tpo -c -o nm_applet-wso-wep-hex.obj `if test -f 'wso-wep-hex.c'; then $(CYGPATH_W) 'wso-wep-hex.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-hex.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wep-hex.Tpo $(DEPDIR)/nm_applet-wso-wep-hex.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-hex.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wep-hex.Tpo" -c -o nm_applet-wso-wep-hex.obj `if test -f 'wso-wep-hex.c'; then $(CYGPATH_W) 'wso-wep-hex.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-hex.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wep-hex.Tpo" "$(DEPDIR)/nm_applet-wso-wep-hex.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wep-hex.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wep-hex.c' object='nm_applet-wso-wep-hex.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wep-hex.obj `if test -f 'wso-wep-hex.c'; then $(CYGPATH_W) 'wso-wep-hex.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-hex.c'; fi` + + nm_applet-wso-wep-passphrase.o: wso-wep-passphrase.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-passphrase.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo -c -o nm_applet-wso-wep-passphrase.o `test -f 'wso-wep-passphrase.c' || echo '$(srcdir)/'`wso-wep-passphrase.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo $(DEPDIR)/nm_applet-wso-wep-passphrase.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-passphrase.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo" -c -o nm_applet-wso-wep-passphrase.o `test -f 'wso-wep-passphrase.c' || echo '$(srcdir)/'`wso-wep-passphrase.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo" "$(DEPDIR)/nm_applet-wso-wep-passphrase.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wep-passphrase.c' object='nm_applet-wso-wep-passphrase.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wep-passphrase.o `test -f 'wso-wep-passphrase.c' || echo '$(srcdir)/'`wso-wep-passphrase.c + + nm_applet-wso-wep-passphrase.obj: wso-wep-passphrase.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-passphrase.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo -c -o nm_applet-wso-wep-passphrase.obj `if test -f 'wso-wep-passphrase.c'; then $(CYGPATH_W) 'wso-wep-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-passphrase.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo $(DEPDIR)/nm_applet-wso-wep-passphrase.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wep-passphrase.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo" -c -o nm_applet-wso-wep-passphrase.obj `if test -f 'wso-wep-passphrase.c'; then $(CYGPATH_W) 'wso-wep-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-passphrase.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo" "$(DEPDIR)/nm_applet-wso-wep-passphrase.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wep-passphrase.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wep-passphrase.c' object='nm_applet-wso-wep-passphrase.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wep-passphrase.obj `if test -f 'wso-wep-passphrase.c'; then $(CYGPATH_W) 'wso-wep-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/wso-wep-passphrase.c'; fi` + + nm_applet-wso-wpa-eap.o: wso-wpa-eap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-eap.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-wpa-eap.Tpo -c -o nm_applet-wso-wpa-eap.o `test -f 'wso-wpa-eap.c' || echo '$(srcdir)/'`wso-wpa-eap.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wpa-eap.Tpo $(DEPDIR)/nm_applet-wso-wpa-eap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-eap.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wpa-eap.Tpo" -c -o nm_applet-wso-wpa-eap.o `test -f 'wso-wpa-eap.c' || echo '$(srcdir)/'`wso-wpa-eap.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wpa-eap.Tpo" "$(DEPDIR)/nm_applet-wso-wpa-eap.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wpa-eap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wpa-eap.c' object='nm_applet-wso-wpa-eap.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wpa-eap.o `test -f 'wso-wpa-eap.c' || echo '$(srcdir)/'`wso-wpa-eap.c + + nm_applet-wso-wpa-eap.obj: wso-wpa-eap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-eap.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-wpa-eap.Tpo -c -o nm_applet-wso-wpa-eap.obj `if test -f 'wso-wpa-eap.c'; then $(CYGPATH_W) 'wso-wpa-eap.c'; else $(CYGPATH_W) '$(srcdir)/wso-wpa-eap.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wpa-eap.Tpo $(DEPDIR)/nm_applet-wso-wpa-eap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-eap.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wpa-eap.Tpo" -c -o nm_applet-wso-wpa-eap.obj `if test -f 'wso-wpa-eap.c'; then $(CYGPATH_W) 'wso-wpa-eap.c'; else $(CYGPATH_W) '$(srcdir)/wso-wpa-eap.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wpa-eap.Tpo" "$(DEPDIR)/nm_applet-wso-wpa-eap.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wpa-eap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wpa-eap.c' object='nm_applet-wso-wpa-eap.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wpa-eap.obj `if test -f 'wso-wpa-eap.c'; then $(CYGPATH_W) 'wso-wpa-eap.c'; else $(CYGPATH_W) '$(srcdir)/wso-wpa-eap.c'; fi` + + nm_applet-wso-wpa-psk.o: wso-wpa-psk.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-psk.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-wpa-psk.Tpo -c -o nm_applet-wso-wpa-psk.o `test -f 'wso-wpa-psk.c' || echo '$(srcdir)/'`wso-wpa-psk.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wpa-psk.Tpo $(DEPDIR)/nm_applet-wso-wpa-psk.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-psk.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wpa-psk.Tpo" -c -o nm_applet-wso-wpa-psk.o `test -f 'wso-wpa-psk.c' || echo '$(srcdir)/'`wso-wpa-psk.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wpa-psk.Tpo" "$(DEPDIR)/nm_applet-wso-wpa-psk.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wpa-psk.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wpa-psk.c' object='nm_applet-wso-wpa-psk.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wpa-psk.o `test -f 'wso-wpa-psk.c' || echo '$(srcdir)/'`wso-wpa-psk.c + + nm_applet-wso-wpa-psk.obj: wso-wpa-psk.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-psk.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-wpa-psk.Tpo -c -o nm_applet-wso-wpa-psk.obj `if test -f 'wso-wpa-psk.c'; then $(CYGPATH_W) 'wso-wpa-psk.c'; else $(CYGPATH_W) '$(srcdir)/wso-wpa-psk.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-wpa-psk.Tpo $(DEPDIR)/nm_applet-wso-wpa-psk.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-wpa-psk.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-wpa-psk.Tpo" -c -o nm_applet-wso-wpa-psk.obj `if test -f 'wso-wpa-psk.c'; then $(CYGPATH_W) 'wso-wpa-psk.c'; else $(CYGPATH_W) '$(srcdir)/wso-wpa-psk.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-wpa-psk.Tpo" "$(DEPDIR)/nm_applet-wso-wpa-psk.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-wpa-psk.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-wpa-psk.c' object='nm_applet-wso-wpa-psk.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-wpa-psk.obj `if test -f 'wso-wpa-psk.c'; then $(CYGPATH_W) 'wso-wpa-psk.c'; else $(CYGPATH_W) '$(srcdir)/wso-wpa-psk.c'; fi` + + nm_applet-wso-leap.o: wso-leap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-leap.o -MD -MP -MF $(DEPDIR)/nm_applet-wso-leap.Tpo -c -o nm_applet-wso-leap.o `test -f 'wso-leap.c' || echo '$(srcdir)/'`wso-leap.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-leap.Tpo $(DEPDIR)/nm_applet-wso-leap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-leap.o -MD -MP -MF "$(DEPDIR)/nm_applet-wso-leap.Tpo" -c -o nm_applet-wso-leap.o `test -f 'wso-leap.c' || echo '$(srcdir)/'`wso-leap.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-leap.Tpo" "$(DEPDIR)/nm_applet-wso-leap.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-leap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-leap.c' object='nm_applet-wso-leap.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-leap.o `test -f 'wso-leap.c' || echo '$(srcdir)/'`wso-leap.c + + nm_applet-wso-leap.obj: wso-leap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-leap.obj -MD -MP -MF $(DEPDIR)/nm_applet-wso-leap.Tpo -c -o nm_applet-wso-leap.obj `if test -f 'wso-leap.c'; then $(CYGPATH_W) 'wso-leap.c'; else $(CYGPATH_W) '$(srcdir)/wso-leap.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-wso-leap.Tpo $(DEPDIR)/nm_applet-wso-leap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-wso-leap.obj -MD -MP -MF "$(DEPDIR)/nm_applet-wso-leap.Tpo" -c -o nm_applet-wso-leap.obj `if test -f 'wso-leap.c'; then $(CYGPATH_W) 'wso-leap.c'; else $(CYGPATH_W) '$(srcdir)/wso-leap.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-wso-leap.Tpo" "$(DEPDIR)/nm_applet-wso-leap.Po"; else rm -f "$(DEPDIR)/nm_applet-wso-leap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wso-leap.c' object='nm_applet-wso-leap.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-wso-leap.obj `if test -f 'wso-leap.c'; then $(CYGPATH_W) 'wso-leap.c'; else $(CYGPATH_W) '$(srcdir)/wso-leap.c'; fi` + + nm_applet-nm-gconf-wso.o: nm-gconf-wso.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso.Tpo -c -o nm_applet-nm-gconf-wso.o `test -f 'nm-gconf-wso.c' || echo '$(srcdir)/'`nm-gconf-wso.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso.Tpo" -c -o nm_applet-nm-gconf-wso.o `test -f 'nm-gconf-wso.c' || echo '$(srcdir)/'`nm-gconf-wso.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso.c' object='nm_applet-nm-gconf-wso.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso.o `test -f 'nm-gconf-wso.c' || echo '$(srcdir)/'`nm-gconf-wso.c + + nm_applet-nm-gconf-wso.obj: nm-gconf-wso.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso.Tpo -c -o nm_applet-nm-gconf-wso.obj `if test -f 'nm-gconf-wso.c'; then $(CYGPATH_W) 'nm-gconf-wso.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso.Tpo" -c -o nm_applet-nm-gconf-wso.obj `if test -f 'nm-gconf-wso.c'; then $(CYGPATH_W) 'nm-gconf-wso.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso.c' object='nm_applet-nm-gconf-wso.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso.obj `if test -f 'nm-gconf-wso.c'; then $(CYGPATH_W) 'nm-gconf-wso.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso.c'; fi` + + nm_applet-nm-gconf-wso-wep.o: nm-gconf-wso-wep.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wep.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo -c -o nm_applet-nm-gconf-wso-wep.o `test -f 'nm-gconf-wso-wep.c' || echo '$(srcdir)/'`nm-gconf-wso-wep.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-wep.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wep.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo" -c -o nm_applet-nm-gconf-wso-wep.o `test -f 'nm-gconf-wso-wep.c' || echo '$(srcdir)/'`nm-gconf-wso-wep.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-wep.c' object='nm_applet-nm-gconf-wso-wep.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-wep.o `test -f 'nm-gconf-wso-wep.c' || echo '$(srcdir)/'`nm-gconf-wso-wep.c + + nm_applet-nm-gconf-wso-wep.obj: nm-gconf-wso-wep.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wep.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo -c -o nm_applet-nm-gconf-wso-wep.obj `if test -f 'nm-gconf-wso-wep.c'; then $(CYGPATH_W) 'nm-gconf-wso-wep.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wep.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-wep.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wep.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo" -c -o nm_applet-nm-gconf-wso-wep.obj `if test -f 'nm-gconf-wso-wep.c'; then $(CYGPATH_W) 'nm-gconf-wso-wep.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wep.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wep.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-wep.c' object='nm_applet-nm-gconf-wso-wep.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-wep.obj `if test -f 'nm-gconf-wso-wep.c'; then $(CYGPATH_W) 'nm-gconf-wso-wep.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wep.c'; fi` + + nm_applet-nm-gconf-wso-wpa-eap.o: nm-gconf-wso-wpa-eap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-eap.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo -c -o nm_applet-nm-gconf-wso-wpa-eap.o `test -f 'nm-gconf-wso-wpa-eap.c' || echo '$(srcdir)/'`nm-gconf-wso-wpa-eap.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-eap.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo" -c -o nm_applet-nm-gconf-wso-wpa-eap.o `test -f 'nm-gconf-wso-wpa-eap.c' || echo '$(srcdir)/'`nm-gconf-wso-wpa-eap.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-wpa-eap.c' object='nm_applet-nm-gconf-wso-wpa-eap.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-wpa-eap.o `test -f 'nm-gconf-wso-wpa-eap.c' || echo '$(srcdir)/'`nm-gconf-wso-wpa-eap.c + + nm_applet-nm-gconf-wso-wpa-eap.obj: nm-gconf-wso-wpa-eap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-eap.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo -c -o nm_applet-nm-gconf-wso-wpa-eap.obj `if test -f 'nm-gconf-wso-wpa-eap.c'; then $(CYGPATH_W) 'nm-gconf-wso-wpa-eap.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wpa-eap.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-eap.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo" -c -o nm_applet-nm-gconf-wso-wpa-eap.obj `if test -f 'nm-gconf-wso-wpa-eap.c'; then $(CYGPATH_W) 'nm-gconf-wso-wpa-eap.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wpa-eap.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-eap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-wpa-eap.c' object='nm_applet-nm-gconf-wso-wpa-eap.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-wpa-eap.obj `if test -f 'nm-gconf-wso-wpa-eap.c'; then $(CYGPATH_W) 'nm-gconf-wso-wpa-eap.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wpa-eap.c'; fi` + + nm_applet-nm-gconf-wso-wpa-psk.o: nm-gconf-wso-wpa-psk.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-psk.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo -c -o nm_applet-nm-gconf-wso-wpa-psk.o `test -f 'nm-gconf-wso-wpa-psk.c' || echo '$(srcdir)/'`nm-gconf-wso-wpa-psk.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-psk.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo" -c -o nm_applet-nm-gconf-wso-wpa-psk.o `test -f 'nm-gconf-wso-wpa-psk.c' || echo '$(srcdir)/'`nm-gconf-wso-wpa-psk.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-wpa-psk.c' object='nm_applet-nm-gconf-wso-wpa-psk.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-wpa-psk.o `test -f 'nm-gconf-wso-wpa-psk.c' || echo '$(srcdir)/'`nm-gconf-wso-wpa-psk.c + + nm_applet-nm-gconf-wso-wpa-psk.obj: nm-gconf-wso-wpa-psk.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-psk.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo -c -o nm_applet-nm-gconf-wso-wpa-psk.obj `if test -f 'nm-gconf-wso-wpa-psk.c'; then $(CYGPATH_W) 'nm-gconf-wso-wpa-psk.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wpa-psk.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-wpa-psk.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo" -c -o nm_applet-nm-gconf-wso-wpa-psk.obj `if test -f 'nm-gconf-wso-wpa-psk.c'; then $(CYGPATH_W) 'nm-gconf-wso-wpa-psk.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wpa-psk.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-wpa-psk.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-wpa-psk.c' object='nm_applet-nm-gconf-wso-wpa-psk.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-wpa-psk.obj `if test -f 'nm-gconf-wso-wpa-psk.c'; then $(CYGPATH_W) 'nm-gconf-wso-wpa-psk.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-wpa-psk.c'; fi` + + nm_applet-nm-gconf-wso-leap.o: nm-gconf-wso-leap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-leap.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo -c -o nm_applet-nm-gconf-wso-leap.o `test -f 'nm-gconf-wso-leap.c' || echo '$(srcdir)/'`nm-gconf-wso-leap.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-leap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-leap.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo" -c -o nm_applet-nm-gconf-wso-leap.o `test -f 'nm-gconf-wso-leap.c' || echo '$(srcdir)/'`nm-gconf-wso-leap.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-leap.c' object='nm_applet-nm-gconf-wso-leap.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-leap.o `test -f 'nm-gconf-wso-leap.c' || echo '$(srcdir)/'`nm-gconf-wso-leap.c + + nm_applet-nm-gconf-wso-leap.obj: nm-gconf-wso-leap.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-leap.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo -c -o nm_applet-nm-gconf-wso-leap.obj `if test -f 'nm-gconf-wso-leap.c'; then $(CYGPATH_W) 'nm-gconf-wso-leap.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-leap.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo $(DEPDIR)/nm_applet-nm-gconf-wso-leap.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-gconf-wso-leap.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo" -c -o nm_applet-nm-gconf-wso-leap.obj `if test -f 'nm-gconf-wso-leap.c'; then $(CYGPATH_W) 'nm-gconf-wso-leap.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-leap.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo" "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-gconf-wso-leap.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-gconf-wso-leap.c' object='nm_applet-nm-gconf-wso-leap.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-gconf-wso-leap.obj `if test -f 'nm-gconf-wso-leap.c'; then $(CYGPATH_W) 'nm-gconf-wso-leap.c'; else $(CYGPATH_W) '$(srcdir)/nm-gconf-wso-leap.c'; fi` + + nm_applet-gconf-helpers.o: gconf-helpers.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-gconf-helpers.o -MD -MP -MF $(DEPDIR)/nm_applet-gconf-helpers.Tpo -c -o nm_applet-gconf-helpers.o `test -f 'gconf-helpers.c' || echo '$(srcdir)/'`gconf-helpers.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-gconf-helpers.Tpo $(DEPDIR)/nm_applet-gconf-helpers.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-gconf-helpers.o -MD -MP -MF "$(DEPDIR)/nm_applet-gconf-helpers.Tpo" -c -o nm_applet-gconf-helpers.o `test -f 'gconf-helpers.c' || echo '$(srcdir)/'`gconf-helpers.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-gconf-helpers.Tpo" "$(DEPDIR)/nm_applet-gconf-helpers.Po"; else rm -f "$(DEPDIR)/nm_applet-gconf-helpers.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gconf-helpers.c' object='nm_applet-gconf-helpers.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-gconf-helpers.o `test -f 'gconf-helpers.c' || echo '$(srcdir)/'`gconf-helpers.c + + nm_applet-gconf-helpers.obj: gconf-helpers.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-gconf-helpers.obj -MD -MP -MF $(DEPDIR)/nm_applet-gconf-helpers.Tpo -c -o nm_applet-gconf-helpers.obj `if test -f 'gconf-helpers.c'; then $(CYGPATH_W) 'gconf-helpers.c'; else $(CYGPATH_W) '$(srcdir)/gconf-helpers.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-gconf-helpers.Tpo $(DEPDIR)/nm_applet-gconf-helpers.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-gconf-helpers.obj -MD -MP -MF "$(DEPDIR)/nm_applet-gconf-helpers.Tpo" -c -o nm_applet-gconf-helpers.obj `if test -f 'gconf-helpers.c'; then $(CYGPATH_W) 'gconf-helpers.c'; else $(CYGPATH_W) '$(srcdir)/gconf-helpers.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-gconf-helpers.Tpo" "$(DEPDIR)/nm_applet-gconf-helpers.Po"; else rm -f "$(DEPDIR)/nm_applet-gconf-helpers.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gconf-helpers.c' object='nm_applet-gconf-helpers.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-gconf-helpers.obj `if test -f 'gconf-helpers.c'; then $(CYGPATH_W) 'gconf-helpers.c'; else $(CYGPATH_W) '$(srcdir)/gconf-helpers.c'; fi` + + nm_applet-nm-utils.o: nm-utils.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-utils.o -MD -MP -MF $(DEPDIR)/nm_applet-nm-utils.Tpo -c -o nm_applet-nm-utils.o `test -f 'nm-utils.c' || echo '$(srcdir)/'`nm-utils.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-utils.Tpo $(DEPDIR)/nm_applet-nm-utils.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-utils.o -MD -MP -MF "$(DEPDIR)/nm_applet-nm-utils.Tpo" -c -o nm_applet-nm-utils.o `test -f 'nm-utils.c' || echo '$(srcdir)/'`nm-utils.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-utils.Tpo" "$(DEPDIR)/nm_applet-nm-utils.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-utils.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-utils.c' object='nm_applet-nm-utils.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-utils.o `test -f 'nm-utils.c' || echo '$(srcdir)/'`nm-utils.c + + nm_applet-nm-utils.obj: nm-utils.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-utils.obj -MD -MP -MF $(DEPDIR)/nm_applet-nm-utils.Tpo -c -o nm_applet-nm-utils.obj `if test -f 'nm-utils.c'; then $(CYGPATH_W) 'nm-utils.c'; else $(CYGPATH_W) '$(srcdir)/nm-utils.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-nm-utils.Tpo $(DEPDIR)/nm_applet-nm-utils.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-nm-utils.obj -MD -MP -MF "$(DEPDIR)/nm_applet-nm-utils.Tpo" -c -o nm_applet-nm-utils.obj `if test -f 'nm-utils.c'; then $(CYGPATH_W) 'nm-utils.c'; else $(CYGPATH_W) '$(srcdir)/nm-utils.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-nm-utils.Tpo" "$(DEPDIR)/nm_applet-nm-utils.Po"; else rm -f "$(DEPDIR)/nm_applet-nm-utils.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nm-utils.c' object='nm_applet-nm-utils.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-nm-utils.obj `if test -f 'nm-utils.c'; then $(CYGPATH_W) 'nm-utils.c'; else $(CYGPATH_W) '$(srcdir)/nm-utils.c'; fi` + + nm_applet-eggtrayicon.o: eggtrayicon.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-eggtrayicon.o -MD -MP -MF $(DEPDIR)/nm_applet-eggtrayicon.Tpo -c -o nm_applet-eggtrayicon.o `test -f 'eggtrayicon.c' || echo '$(srcdir)/'`eggtrayicon.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-eggtrayicon.Tpo $(DEPDIR)/nm_applet-eggtrayicon.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-eggtrayicon.o -MD -MP -MF "$(DEPDIR)/nm_applet-eggtrayicon.Tpo" -c -o nm_applet-eggtrayicon.o `test -f 'eggtrayicon.c' || echo '$(srcdir)/'`eggtrayicon.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-eggtrayicon.Tpo" "$(DEPDIR)/nm_applet-eggtrayicon.Po"; else rm -f "$(DEPDIR)/nm_applet-eggtrayicon.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggtrayicon.c' object='nm_applet-eggtrayicon.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-eggtrayicon.o `test -f 'eggtrayicon.c' || echo '$(srcdir)/'`eggtrayicon.c + + nm_applet-eggtrayicon.obj: eggtrayicon.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-eggtrayicon.obj -MD -MP -MF $(DEPDIR)/nm_applet-eggtrayicon.Tpo -c -o nm_applet-eggtrayicon.obj `if test -f 'eggtrayicon.c'; then $(CYGPATH_W) 'eggtrayicon.c'; else $(CYGPATH_W) '$(srcdir)/eggtrayicon.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-eggtrayicon.Tpo $(DEPDIR)/nm_applet-eggtrayicon.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-eggtrayicon.obj -MD -MP -MF "$(DEPDIR)/nm_applet-eggtrayicon.Tpo" -c -o nm_applet-eggtrayicon.obj `if test -f 'eggtrayicon.c'; then $(CYGPATH_W) 'eggtrayicon.c'; else $(CYGPATH_W) '$(srcdir)/eggtrayicon.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-eggtrayicon.Tpo" "$(DEPDIR)/nm_applet-eggtrayicon.Po"; else rm -f "$(DEPDIR)/nm_applet-eggtrayicon.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggtrayicon.c' object='nm_applet-eggtrayicon.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-eggtrayicon.obj `if test -f 'eggtrayicon.c'; then $(CYGPATH_W) 'eggtrayicon.c'; else $(CYGPATH_W) '$(srcdir)/eggtrayicon.c'; fi` + + nm_applet-applet-notifications.o: applet-notifications.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-notifications.o -MD -MP -MF $(DEPDIR)/nm_applet-applet-notifications.Tpo -c -o nm_applet-applet-notifications.o `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-notifications.Tpo $(DEPDIR)/nm_applet-applet-notifications.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-notifications.o -MD -MP -MF "$(DEPDIR)/nm_applet-applet-notifications.Tpo" -c -o nm_applet-applet-notifications.o `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-notifications.Tpo" "$(DEPDIR)/nm_applet-applet-notifications.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-notifications.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-notifications.c' object='nm_applet-applet-notifications.o' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-notifications.o `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c + + nm_applet-applet-notifications.obj: applet-notifications.c +-@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-notifications.obj -MD -MP -MF $(DEPDIR)/nm_applet-applet-notifications.Tpo -c -o nm_applet-applet-notifications.obj `if test -f 'applet-notifications.c'; then $(CYGPATH_W) 'applet-notifications.c'; else $(CYGPATH_W) '$(srcdir)/applet-notifications.c'; fi` +-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/nm_applet-applet-notifications.Tpo $(DEPDIR)/nm_applet-applet-notifications.Po ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nm_applet-applet-notifications.obj -MD -MP -MF "$(DEPDIR)/nm_applet-applet-notifications.Tpo" -c -o nm_applet-applet-notifications.obj `if test -f 'applet-notifications.c'; then $(CYGPATH_W) 'applet-notifications.c'; else $(CYGPATH_W) '$(srcdir)/applet-notifications.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/nm_applet-applet-notifications.Tpo" "$(DEPDIR)/nm_applet-applet-notifications.Po"; else rm -f "$(DEPDIR)/nm_applet-applet-notifications.Tpo"; exit 1; fi + @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='applet-notifications.c' object='nm_applet-applet-notifications.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nm_applet_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nm_applet-applet-notifications.obj `if test -f 'applet-notifications.c'; then $(CYGPATH_W) 'applet-notifications.c'; else $(CYGPATH_W) '$(srcdir)/applet-notifications.c'; fi` +@@ -946,9 +948,13 @@ + + clean-libtool: + -rm -rf .libs _libs ++ ++distclean-libtool: ++ -rm -f libtool ++uninstall-info-am: + install-gladeDATA: $(glade_DATA) + @$(NORMAL_INSTALL) +- test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)" ++ test -z "$(gladedir)" || $(mkdir_p) "$(DESTDIR)$(gladedir)" + @list='$(glade_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +@@ -1013,21 +1019,22 @@ + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + + distdir: $(DISTFILES) +- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ +- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ +- list='$(DISTFILES)'; \ +- dist_files=`for file in $$list; do echo $$file; done | \ +- sed -e "s|^$$srcdirstrip/||;t" \ +- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ +- case $$dist_files in \ +- */*) $(MKDIR_P) `echo "$$dist_files" | \ +- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ +- sort -u` ;; \ +- esac; \ +- for file in $$dist_files; do \ ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ ++ list='$(DISTFILES)'; for file in $$list; do \ ++ case $$file in \ ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ ++ esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ++ dir="/$$dir"; \ ++ $(mkdir_p) "$(distdir)$$dir"; \ ++ else \ ++ dir=''; \ ++ fi; \ + if test -d $$d/$$file; then \ +- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ +@@ -1043,7 +1050,7 @@ + all-am: Makefile $(PROGRAMS) $(DATA) + installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gladedir)"; do \ +- test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ++ test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done + install: install-am + install-exec: install-exec-am +@@ -1078,7 +1085,7 @@ + -rm -rf ./$(DEPDIR) + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ +- distclean-tags ++ distclean-libtool distclean-tags + + dvi: dvi-am + +@@ -1092,20 +1099,12 @@ + + install-data-am: install-gladeDATA + +-install-dvi: install-dvi-am +- + install-exec-am: install-binPROGRAMS + +-install-html: install-html-am +- + install-info: install-info-am + + install-man: + +-install-pdf: install-pdf-am +- +-install-ps: install-ps-am +- + installcheck-am: + + maintainer-clean: maintainer-clean-am +@@ -1126,23 +1125,21 @@ + + ps-am: + +-uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA +- +-.MAKE: install-am install-strip ++uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \ ++ uninstall-info-am + + .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ +- install-binPROGRAMS install-data install-data-am install-dvi \ +- install-dvi-am install-exec install-exec-am install-gladeDATA \ +- install-html install-html-am install-info install-info-am \ +- install-man install-pdf install-pdf-am install-ps \ +- install-ps-am install-strip installcheck installcheck-am \ ++ install-binPROGRAMS install-data install-data-am install-exec \ ++ install-exec-am install-gladeDATA install-info install-info-am \ ++ install-man install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ +- uninstall-am uninstall-binPROGRAMS uninstall-gladeDATA ++ uninstall-am uninstall-binPROGRAMS uninstall-gladeDATA \ ++ uninstall-info-am + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. only in patch2: unchanged: --- network-manager-applet-0.6.5.orig/debian/patches/06_drop_libgnome.patch +++ network-manager-applet-0.6.5/debian/patches/06_drop_libgnome.patch @@ -0,0 +1,123 @@ +diff -Nur network-manager-applet-0.6.5/configure.ac network-manager-applet-0.6.5.new/configure.ac +--- network-manager-applet-0.6.5/configure.ac 2007-09-02 00:17:06.000000000 +0200 ++++ network-manager-applet-0.6.5.new/configure.ac 2007-09-02 00:17:34.000000000 +0200 +@@ -151,15 +151,12 @@ + fi + AM_CONDITIONAL(WITH_NOTIFY, test x"$enable_notify" != xno) # can't do it from inside 'if' + +-PKG_CHECK_MODULES(LIBGNOMEUI, libgnomeui-2.0) ++LIBGNOMEUI_CFLAGS= ++LIBGNOMEUI_LIBS= ++ + AC_SUBST(LIBGNOMEUI_CFLAGS) + AC_SUBST(LIBGNOMEUI_LIBS) + +-PKG_CHECK_EXISTS([libgnome-2.0 >= 2.14.0],[have_libgnome_2_14=yes],[have_libgnome_2_14=no]) +-if test "$have_libgnome_2_14" = "yes"; then +- AC_DEFINE([HAVE_LIBGNOME_2_14],[1],[Define if we have libgnome 2.14]) +-fi +- + AC_MSG_CHECKING([for wireless-tools >= 28pre9]) + AC_TRY_COMPILE([#include ], + [#ifndef IWEVGENIE +diff -Nur network-manager-applet-0.6.5/src/applet.c network-manager-applet-0.6.5.new/src/applet.c +--- network-manager-applet-0.6.5/src/applet.c 2007-09-02 00:17:33.000000000 +0200 ++++ network-manager-applet-0.6.5.new/src/applet.c 2007-09-02 00:17:48.000000000 +0200 +@@ -31,10 +31,10 @@ + #include + #endif + ++#include + #include + #include + #include +-#include + + #if !GTK_CHECK_VERSION(2,6,0) + #include +@@ -290,7 +290,34 @@ + const gchar *url, + gpointer data) + { +- gnome_url_show (url, NULL); ++ GError *error = NULL; ++ gboolean ret; ++ char *cmdline; ++ GdkScreen *gscreen; ++ GtkWidget *error_dialog; ++ ++ gscreen = gdk_screen_get_default(); ++ ++ cmdline = g_strconcat ("gnome-open ", url, NULL); ++ ret = gdk_spawn_command_line_on_screen (gscreen, cmdline, &error); ++ g_free (cmdline); ++ ++ if (ret == TRUE) ++ return; ++ ++ g_error_free (error); ++ error = NULL; ++ ++ cmdline = g_strconcat ("xdg-open ", url, NULL); ++ ret = gdk_spawn_command_line_on_screen (gscreen, cmdline, &error); ++ g_free (cmdline); ++ ++ if (ret == FALSE) { ++ error_dialog = gtk_message_dialog_new ( NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_OK, "Failed to show url %s", error->message); ++ gtk_dialog_run (GTK_DIALOG (error_dialog)); ++ g_error_free (error); ++ } ++ + } + + static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet) +diff -Nur network-manager-applet-0.6.5/src/main.c network-manager-applet-0.6.5.new/src/main.c +--- network-manager-applet-0.6.5/src/main.c 2007-09-02 00:17:06.000000000 +0200 ++++ network-manager-applet-0.6.5.new/src/main.c 2007-09-02 00:17:34.000000000 +0200 +@@ -25,44 +25,27 @@ + # include + #endif + ++#include + #include + #include +-#include + #include + + #include "applet.h" + #include "applet-dbus-vpn.h" + +-static void session_die (GnomeClient *client, gpointer client_data) +-{ +- NMApplet *applet = client_data; +- nma_dbus_vpn_deactivate_connection (applet->connection); +- gtk_main_quit (); +-} +- + int main (int argc, char *argv[]) + { + NMApplet * nma; +- GnomeClient * client; +- +- gnome_program_init ("nm-applet", VERSION, LIBGNOMEUI_MODULE, +- argc, argv, +- GNOME_PARAM_NONE, GNOME_PARAM_NONE); +- +- client = gnome_master_client (); +- gnome_client_set_restart_style (client, GNOME_RESTART_ANYWAY); + + bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + textdomain (GETTEXT_PACKAGE); ++ gtk_init (&argc, &argv); + + nma = nma_new (); + if (!nma) + exit (EXIT_FAILURE); + +- g_signal_connect (client, "save_yourself", G_CALLBACK (gtk_true), NULL); +- g_signal_connect (client, "die", G_CALLBACK (session_die), nma); +- + gtk_widget_show_all (GTK_WIDGET (nma)); + gtk_main (); +