diff -Nru eggdbus-0.5/aclocal.m4 eggdbus-0.6/aclocal.m4 --- eggdbus-0.5/aclocal.m4 2009-06-19 22:36:12.000000000 +0100 +++ eggdbus-0.6/aclocal.m4 2009-07-05 00:06:56.000000000 +0100 @@ -1,7 +1,7 @@ -# generated automatically by aclocal 1.10.2 -*- Autoconf -*- +# generated automatically by aclocal 1.11 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009 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. @@ -8176,10 +8176,10 @@ # 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' +[am__api_version='1.11' 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.2], [], +m4_if([$1], [1.11], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -8195,7 +8195,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10.2])dnl +[AM_AUTOMAKE_VERSION([1.11])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -8278,14 +8278,14 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # 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 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- @@ -8298,6 +8298,7 @@ AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' @@ -8311,14 +8312,14 @@ 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, 2006, 2009 # 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 10 # 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, @@ -8375,6 +8376,16 @@ if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and @@ -8392,7 +8403,17 @@ done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -8402,19 +8423,23 @@ break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; none) break ;; esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj 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 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message @@ -8478,59 +8503,61 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -#serial 4 +#serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[# Autoconf 2.62 quotes --file arguments for eval, but not when files -# are listed without --file. Let's play safe and only enable the eval -# if we detect the quoting. -case $CONFIG_FILES in -*\'*) eval set x "$CONFIG_FILES" ;; -*) set x $CONFIG_FILES ;; -esac -shift -for mf -do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # 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 -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # 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 -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done done -done +} ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -8562,13 +8589,13 @@ # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2008, 2009 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 13 +# serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. @@ -8585,7 +8612,7 @@ # 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.62])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 @@ -8636,8 +8663,8 @@ AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -8645,23 +8672,36 @@ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_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 -]) -]) + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. @@ -8685,7 +8725,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -8696,7 +8736,14 @@ # 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"} +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. @@ -8723,27 +8770,38 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # 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 4 +# serial 5 +# AM_MAINTAINER_MODE([DEFAULT-MODE]) +# ---------------------------------- +# Control maintainer-specific portions of Makefiles. +# Default is to disable them, unless `enable' is passed literally. +# For symmetry, `disable' may be passed as well. Anyway, the user +# can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], -[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) - dnl maintainer-mode is disabled by default - AC_ARG_ENABLE(maintainer-mode, -[ --enable-maintainer-mode enable make rules and dependencies not useful +[m4_case(m4_default([$1], [disable]), + [enable], [m4_define([am_maintainer_other], [disable])], + [disable], [m4_define([am_maintainer_other], [enable])], + [m4_define([am_maintainer_other], [enable]) + m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) +AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) + dnl maintainer-mode's default is 'disable' unless 'enable' is passed + AC_ARG_ENABLE([maintainer-mode], +[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful (and sometimes confusing) to the casual installer], - USE_MAINTAINER_MODE=$enableval, - USE_MAINTAINER_MODE=no) + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) - AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) + AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE - AC_SUBST(MAINT)dnl + AC_SUBST([MAINT])dnl ] ) @@ -8751,13 +8809,13 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2009 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 3 +# serial 4 # AM_MAKE_INCLUDE() # ----------------- @@ -8766,7 +8824,7 @@ [am_make=${MAKE-make} cat > confinc << 'END' am__doit: - @echo done + @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. @@ -8776,24 +8834,24 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) @@ -8838,14 +8896,14 @@ # 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, 2004, 2005, 2008 # 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 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -8862,7 +8920,14 @@ 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" +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " @@ -8933,14 +8998,14 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # 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 4 +# serial 5 # AM_SANITY_CHECK # --------------- @@ -8949,16 +9014,29 @@ # Just in case sleep 1 echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` + set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ @@ -9011,18 +9089,25 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008 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 2 + # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) +# AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. diff -Nru eggdbus-0.5/compile eggdbus-0.6/compile --- eggdbus-0.5/compile 2009-02-24 03:50:39.000000000 +0000 +++ eggdbus-0.6/compile 2009-07-24 21:49:33.000000000 +0100 @@ -1,9 +1,10 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2005-05-14.22 +scriptversion=2009-04-28.21; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software +# Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -17,8 +18,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -103,13 +103,13 @@ fi # Name of file we expect compiler to create. -cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. -# Note: use `[/.-]' here to ensure that we don't use the same name +# Note: use `[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. -lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break @@ -138,5 +138,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -Nru eggdbus-0.5/configure eggdbus-0.6/configure --- eggdbus-0.5/configure 2009-06-19 22:36:14.000000000 +0100 +++ eggdbus-0.6/configure 2009-07-05 00:07:00.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for eggdbus 0.5. +# Generated by GNU Autoconf 2.63 for eggdbus 0.6. # # Report bugs to . # @@ -745,8 +745,8 @@ # Identity of this package. PACKAGE_NAME='eggdbus' PACKAGE_TARNAME='eggdbus' -PACKAGE_VERSION='0.5' -PACKAGE_STRING='eggdbus 0.5' +PACKAGE_VERSION='0.6' +PACKAGE_STRING='eggdbus 0.6' PACKAGE_BUGREPORT='davidz@redhat.com' # Factoring default headers for most tests. @@ -785,7 +785,9 @@ # include #endif" -ac_subst_vars='LTLIBOBJS +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS LIBOBJS DBUS_GLIB_LIBS DBUS_GLIB_CFLAGS @@ -1496,7 +1498,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures eggdbus 0.5 to adapt to many kinds of systems. +\`configure' configures eggdbus 0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1566,7 +1568,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of eggdbus 0.5:";; + short | recursive ) echo "Configuration of eggdbus 0.6:";; esac cat <<\_ACEOF @@ -1682,7 +1684,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -eggdbus configure 0.5 +eggdbus configure 0.6 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1696,7 +1698,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by eggdbus $as_me 0.5, which was +It was created by eggdbus $as_me 0.6, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2064,7 +2066,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version='1.10' +am__api_version='1.11' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2195,16 +2197,33 @@ # Just in case sleep 1 echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 +$as_echo "$as_me: error: unsafe absolute working directory name" >&2;} + { (exit 1); exit 1; }; };; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 +$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} + { (exit 1); exit 1; }; };; +esac + # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` + set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ @@ -2248,7 +2267,14 @@ # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " @@ -2258,6 +2284,115 @@ $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then @@ -2412,7 +2547,7 @@ # Define the identity of the package. PACKAGE=eggdbus - VERSION=0.5 + VERSION=0.6 cat >>confdefs.h <<_ACEOF @@ -2440,108 +2575,6 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"\$(SHELL) $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 -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_STRIP" = x; then - STRIP=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - STRIP=$ac_ct_STRIP - fi -else - STRIP="$ac_cv_prog_STRIP" -fi - -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" - # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. @@ -2556,6 +2589,7 @@ ac_config_headers="$ac_config_headers config.h" + { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -2587,7 +2621,7 @@ am_make=${MAKE-make} cat > confinc << 'END' am__doit: - @echo done + @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. @@ -2598,24 +2632,24 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac fi @@ -3604,6 +3638,11 @@ if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and @@ -3621,7 +3660,17 @@ done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -3631,19 +3680,23 @@ break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; none) break ;; esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj 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 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message @@ -4483,6 +4536,11 @@ if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and @@ -4500,7 +4558,17 @@ done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -4510,19 +4578,23 @@ break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; none) break ;; esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj 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 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message @@ -5274,6 +5346,11 @@ if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and @@ -5291,7 +5368,17 @@ done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested @@ -5301,19 +5388,23 @@ break fi ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; none) break ;; esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $SHELL ./depcomp $depcc -c $am__minus_obj 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 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message @@ -6472,13 +6563,13 @@ else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:6475: $ac_compile\"" >&5) + (eval echo "\"\$as_me:6566: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:6478: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:6569: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:6481: output\"" >&5) + (eval echo "\"\$as_me:6572: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -7683,7 +7774,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 7686 "configure"' > conftest.$ac_ext + echo '#line 7777 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -9121,11 +9212,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:9124: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9215: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9128: \$? = $ac_status" >&5 + echo "$as_me:9219: \$? = $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. @@ -9460,11 +9551,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:9463: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9554: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9467: \$? = $ac_status" >&5 + echo "$as_me:9558: \$? = $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. @@ -9565,11 +9656,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:9568: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9659: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9572: \$? = $ac_status" >&5 + echo "$as_me:9663: \$? = $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 @@ -9620,11 +9711,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:9623: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9714: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9627: \$? = $ac_status" >&5 + echo "$as_me:9718: \$? = $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 @@ -12423,7 +12514,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12426 "configure" +#line 12517 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12519,7 +12610,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12522 "configure" +#line 12613 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14084,6 +14175,14 @@ LTLIBOBJS=$ac_ltlibobjs + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 @@ -14462,7 +14561,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by eggdbus $as_me 0.5, which was +This file was extended by eggdbus $as_me 0.6, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14525,7 +14624,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -eggdbus config.status 0.5 +eggdbus config.status 0.6 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -15570,27 +15669,28 @@ case $ac_file$ac_mode in - "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files -# are listed without --file. Let's play safe and only enable the eval -# if we detect the quoting. -case $CONFIG_FILES in -*\'*) eval set x "$CONFIG_FILES" ;; -*) set x $CONFIG_FILES ;; -esac -shift -for mf -do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # 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 -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # 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 -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ @@ -15613,28 +15713,28 @@ q } s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ @@ -15657,7 +15757,7 @@ q } s/.*/./; q'` - { as_dir=$dirpart/$fdir + { as_dir=$dirpart/$fdir case $as_dir in #( -*) as_dir=./$as_dir;; esac @@ -15698,10 +15798,11 @@ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done done -done +} ;; "libtool":C) diff -Nru eggdbus-0.5/configure.ac eggdbus-0.6/configure.ac --- eggdbus-0.5/configure.ac 2009-06-19 22:35:49.000000000 +0100 +++ eggdbus-0.6/configure.ac 2009-06-19 22:39:32.000000000 +0100 @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(eggdbus, 0.5, davidz@redhat.com) -AM_INIT_AUTOMAKE(eggdbus, 0.5) +AC_INIT(eggdbus, 0.6, davidz@redhat.com) +AM_INIT_AUTOMAKE(eggdbus, 0.6) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff -Nru eggdbus-0.5/debian/changelog eggdbus-0.6/debian/changelog --- eggdbus-0.5/debian/changelog 2010-06-11 17:12:25.000000000 +0100 +++ eggdbus-0.6/debian/changelog 2010-06-11 17:12:25.000000000 +0100 @@ -1,3 +1,34 @@ +eggdbus (0.6-1~ppa1) karmic; urgency=low + + * Backport. + + -- Julien Lavergne Fri, 11 Jun 2010 18:02:52 +0200 + +eggdbus (0.6-1) unstable; urgency=low + + * New upstream release. + * Refresh debian/patches/99_autoreconf.patch. + + -- Michael Biebl Fri, 13 Nov 2009 22:41:22 +0100 + +eggdbus (0.5-3) unstable; urgency=low + + * debian/patches/01_trim_list_of_exported_symbols.patch + - Trim the list of exported symbols using libtools' -export-symbols-regex. + * debian/patches/99_autoreconf.patch + - Run automake for the changes in the build system. + * Use quilt to apply the patches and add the necessary build dependency. + * Add a symbols file for libeggdbus-1-0 for improved shlibs dependencies. + + -- Michael Biebl Wed, 04 Nov 2009 14:32:36 +0100 + +eggdbus (0.5-2) unstable; urgency=low + + * Bump Standards-Version to 3.8.3. No further changes. + * Upload to unstable. + + -- Michael Biebl Sat, 26 Sep 2009 23:37:51 +0200 + eggdbus (0.5-1) experimental; urgency=low * New upstream release. diff -Nru eggdbus-0.5/debian/control eggdbus-0.6/debian/control --- eggdbus-0.5/debian/control 2010-06-11 17:12:25.000000000 +0100 +++ eggdbus-0.6/debian/control 2010-06-11 17:12:25.000000000 +0100 @@ -11,8 +11,9 @@ libdbus-glib-1-dev (>= 0.73), xsltproc, gtk-doc-tools (>= 1.3), - libexpat1-dev -Standards-Version: 3.8.2 + libexpat1-dev, + quilt +Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-utopia/eggdbus.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/eggdbus.git;a=summary Homepage: http://cgit.freedesktop.org/~david/eggdbus diff -Nru eggdbus-0.5/debian/libeggdbus-1-0.symbols eggdbus-0.6/debian/libeggdbus-1-0.symbols --- eggdbus-0.5/debian/libeggdbus-1-0.symbols 1970-01-01 01:00:00.000000000 +0100 +++ eggdbus-0.6/debian/libeggdbus-1-0.symbols 2010-06-11 17:12:25.000000000 +0100 @@ -0,0 +1,403 @@ +libeggdbus-1.so.0 libeggdbus-1-0 #MINVER# + egg_dbus_array_seq_add@Base 0.5 + egg_dbus_array_seq_add_all@Base 0.5 + egg_dbus_array_seq_add_fixed@Base 0.5 + egg_dbus_array_seq_add_float@Base 0.5 + egg_dbus_array_seq_clear@Base 0.5 + egg_dbus_array_seq_contains@Base 0.5 + egg_dbus_array_seq_get@Base 0.5 + egg_dbus_array_seq_get_copy@Base 0.5 + egg_dbus_array_seq_get_element_size@Base 0.5 + egg_dbus_array_seq_get_element_type@Base 0.5 + egg_dbus_array_seq_get_equal_func@Base 0.5 + egg_dbus_array_seq_get_fixed@Base 0.5 + egg_dbus_array_seq_get_float@Base 0.5 + egg_dbus_array_seq_get_size@Base 0.5 + egg_dbus_array_seq_get_type@Base 0.5 + egg_dbus_array_seq_have_copy_func@Base 0.5 + egg_dbus_array_seq_index_of@Base 0.5 + egg_dbus_array_seq_insert@Base 0.5 + egg_dbus_array_seq_insert_fixed@Base 0.5 + egg_dbus_array_seq_insert_float@Base 0.5 + egg_dbus_array_seq_new@Base 0.5 + egg_dbus_array_seq_remove@Base 0.5 + egg_dbus_array_seq_remove_at@Base 0.5 + egg_dbus_array_seq_remove_range_at@Base 0.5 + egg_dbus_array_seq_set@Base 0.5 + egg_dbus_array_seq_set_fixed@Base 0.5 + egg_dbus_array_seq_set_float@Base 0.5 + egg_dbus_array_seq_set_size@Base 0.5 + egg_dbus_array_seq_steal_all@Base 0.5 + egg_dbus_bindings_get_error_domain_types@Base 0.5 + egg_dbus_bus_add_match@Base 0.5 + egg_dbus_bus_add_match_finish@Base 0.5 + egg_dbus_bus_add_match_sync@Base 0.5 + egg_dbus_bus_emit_signal_name_acquired@Base 0.5 + egg_dbus_bus_emit_signal_name_lost@Base 0.5 + egg_dbus_bus_emit_signal_name_owner_changed@Base 0.5 + egg_dbus_bus_get_adt_audit_session_data@Base 0.5 + egg_dbus_bus_get_adt_audit_session_data_finish@Base 0.5 + egg_dbus_bus_get_adt_audit_session_data_sync@Base 0.5 + egg_dbus_bus_get_connection_se_linux_security_context@Base 0.5 + egg_dbus_bus_get_connection_se_linux_security_context_finish@Base 0.5 + egg_dbus_bus_get_connection_se_linux_security_context_sync@Base 0.5 + egg_dbus_bus_get_connection_unix_process_id@Base 0.5 + egg_dbus_bus_get_connection_unix_process_id_finish@Base 0.5 + egg_dbus_bus_get_connection_unix_process_id_sync@Base 0.5 + egg_dbus_bus_get_connection_unix_user@Base 0.5 + egg_dbus_bus_get_connection_unix_user_finish@Base 0.5 + egg_dbus_bus_get_connection_unix_user_sync@Base 0.5 + egg_dbus_bus_get_id@Base 0.5 + egg_dbus_bus_get_id_finish@Base 0.5 + egg_dbus_bus_get_id_sync@Base 0.5 + egg_dbus_bus_get_name_owner@Base 0.5 + egg_dbus_bus_get_name_owner_finish@Base 0.5 + egg_dbus_bus_get_name_owner_sync@Base 0.5 + egg_dbus_bus_get_type@Base 0.5 + egg_dbus_bus_handle_add_match_finish@Base 0.5 + egg_dbus_bus_handle_get_adt_audit_session_data_finish@Base 0.5 + egg_dbus_bus_handle_get_connection_se_linux_security_context_finish@Base 0.5 + egg_dbus_bus_handle_get_connection_unix_process_id_finish@Base 0.5 + egg_dbus_bus_handle_get_connection_unix_user_finish@Base 0.5 + egg_dbus_bus_handle_get_id_finish@Base 0.5 + egg_dbus_bus_handle_get_name_owner_finish@Base 0.5 + egg_dbus_bus_handle_hello_finish@Base 0.5 + egg_dbus_bus_handle_list_activatable_names_finish@Base 0.5 + egg_dbus_bus_handle_list_names_finish@Base 0.5 + egg_dbus_bus_handle_list_queued_owners_finish@Base 0.5 + egg_dbus_bus_handle_name_has_owner_finish@Base 0.5 + egg_dbus_bus_handle_release_name_finish@Base 0.5 + egg_dbus_bus_handle_reload_config_finish@Base 0.5 + egg_dbus_bus_handle_remove_match_finish@Base 0.5 + egg_dbus_bus_handle_request_name_finish@Base 0.5 + egg_dbus_bus_handle_start_service_by_name_finish@Base 0.5 + egg_dbus_bus_handle_update_activation_environment_finish@Base 0.5 + egg_dbus_bus_hello@Base 0.5 + egg_dbus_bus_hello_finish@Base 0.5 + egg_dbus_bus_hello_sync@Base 0.5 + egg_dbus_bus_list_activatable_names@Base 0.5 + egg_dbus_bus_list_activatable_names_finish@Base 0.5 + egg_dbus_bus_list_activatable_names_sync@Base 0.5 + egg_dbus_bus_list_names@Base 0.5 + egg_dbus_bus_list_names_finish@Base 0.5 + egg_dbus_bus_list_names_sync@Base 0.5 + egg_dbus_bus_list_queued_owners@Base 0.5 + egg_dbus_bus_list_queued_owners_finish@Base 0.5 + egg_dbus_bus_list_queued_owners_sync@Base 0.5 + egg_dbus_bus_name_has_owner@Base 0.5 + egg_dbus_bus_name_has_owner_finish@Base 0.5 + egg_dbus_bus_name_has_owner_sync@Base 0.5 + egg_dbus_bus_name_tracker_get_known_well_known_bus_names_for_unique_bus_name@Base 0.5 + egg_dbus_bus_name_tracker_get_owner_for_bus_name@Base 0.5 + egg_dbus_bus_name_tracker_get_type@Base 0.5 + egg_dbus_bus_name_tracker_has_info_for_bus_name@Base 0.5 + egg_dbus_bus_name_tracker_new@Base 0.5 + egg_dbus_bus_name_tracker_stop_watching_bus_name@Base 0.5 + egg_dbus_bus_name_tracker_watch_bus_name@Base 0.5 + egg_dbus_bus_release_name@Base 0.5 + egg_dbus_bus_release_name_finish@Base 0.5 + egg_dbus_bus_release_name_sync@Base 0.5 + egg_dbus_bus_reload_config@Base 0.5 + egg_dbus_bus_reload_config_finish@Base 0.5 + egg_dbus_bus_reload_config_sync@Base 0.5 + egg_dbus_bus_remove_match@Base 0.5 + egg_dbus_bus_remove_match_finish@Base 0.5 + egg_dbus_bus_remove_match_sync@Base 0.5 + egg_dbus_bus_request_name@Base 0.5 + egg_dbus_bus_request_name_finish@Base 0.5 + egg_dbus_bus_request_name_sync@Base 0.5 + egg_dbus_bus_start_service_by_name@Base 0.5 + egg_dbus_bus_start_service_by_name_finish@Base 0.5 + egg_dbus_bus_start_service_by_name_sync@Base 0.5 + egg_dbus_bus_type_get_type@Base 0.5 + egg_dbus_bus_update_activation_environment@Base 0.5 + egg_dbus_bus_update_activation_environment_finish@Base 0.5 + egg_dbus_bus_update_activation_environment_sync@Base 0.5 + egg_dbus_call_flags_get_type@Base 0.5 + egg_dbus_connection_get_bus@Base 0.5 + egg_dbus_connection_get_for_bus@Base 0.5 + egg_dbus_connection_get_object_proxy@Base 0.5 + egg_dbus_connection_get_type@Base 0.5 + egg_dbus_connection_get_unique_name@Base 0.5 + egg_dbus_connection_lookup_interface@Base 0.5 + egg_dbus_connection_new_message_for_method_call@Base 0.5 + egg_dbus_connection_new_message_for_signal@Base 0.5 + egg_dbus_connection_pending_call_block@Base 0.5 + egg_dbus_connection_pending_call_cancel@Base 0.5 + egg_dbus_connection_register_interface@Base 0.5 + egg_dbus_connection_register_interface_valist@Base 0.5 + egg_dbus_connection_send_message@Base 0.5 + egg_dbus_connection_send_message_with_reply@Base 0.5 + egg_dbus_connection_send_message_with_reply_finish@Base 0.5 + egg_dbus_connection_send_message_with_reply_sync@Base 0.5 + egg_dbus_connection_unregister_interface@Base 0.5 + egg_dbus_connection_unregister_interface_valist@Base 0.5 + egg_dbus_error_get_remote_exception@Base 0.5 + egg_dbus_error_get_type@Base 0.5 + egg_dbus_error_quark@Base 0.5 + egg_dbus_get_type_for_signature@Base 0.5 + egg_dbus_hash_map_clear@Base 0.5 + egg_dbus_hash_map_contains@Base 0.5 + egg_dbus_hash_map_contains_fixed@Base 0.5 + egg_dbus_hash_map_contains_float@Base 0.5 + egg_dbus_hash_map_foreach@Base 0.5 + egg_dbus_hash_map_get_key_type@Base 0.5 + egg_dbus_hash_map_get_size@Base 0.5 + egg_dbus_hash_map_get_type@Base 0.5 + egg_dbus_hash_map_get_value_type@Base 0.5 + egg_dbus_hash_map_insert@Base 0.5 + egg_dbus_hash_map_insert_fixed_fixed@Base 0.5 + egg_dbus_hash_map_insert_fixed_float@Base 0.5 + egg_dbus_hash_map_insert_fixed_ptr@Base 0.5 + egg_dbus_hash_map_insert_float_fixed@Base 0.5 + egg_dbus_hash_map_insert_float_float@Base 0.5 + egg_dbus_hash_map_insert_float_ptr@Base 0.5 + egg_dbus_hash_map_insert_ptr_fixed@Base 0.5 + egg_dbus_hash_map_insert_ptr_float@Base 0.5 + egg_dbus_hash_map_lookup@Base 0.5 + egg_dbus_hash_map_lookup_copy@Base 0.5 + egg_dbus_hash_map_lookup_fixed@Base 0.5 + egg_dbus_hash_map_lookup_fixed_copy@Base 0.5 + egg_dbus_hash_map_lookup_fixed_fixed@Base 0.5 + egg_dbus_hash_map_lookup_fixed_float@Base 0.5 + egg_dbus_hash_map_lookup_float@Base 0.5 + egg_dbus_hash_map_lookup_float_copy@Base 0.5 + egg_dbus_hash_map_lookup_float_fixed@Base 0.5 + egg_dbus_hash_map_lookup_float_float@Base 0.5 + egg_dbus_hash_map_lookup_ptr_fixed@Base 0.5 + egg_dbus_hash_map_lookup_ptr_float@Base 0.5 + egg_dbus_hash_map_new@Base 0.5 + egg_dbus_hash_map_new_full@Base 0.5 + egg_dbus_hash_map_remove@Base 0.5 + egg_dbus_hash_map_remove_fixed@Base 0.5 + egg_dbus_hash_map_remove_float@Base 0.5 + egg_dbus_int16_get_type@Base 0.5 + egg_dbus_interface_annotation_info_lookup@Base 0.5 + egg_dbus_interface_get_type@Base 0.5 + egg_dbus_interface_info_lookup_property_for_g_name@Base 0.5 + egg_dbus_interface_info_lookup_property_for_name@Base 0.5 + egg_dbus_interface_info_lookup_signal_for_g_name@Base 0.5 + egg_dbus_interface_info_to_xml@Base 0.5 + egg_dbus_interface_new_node_info_from_xml@Base 0.5 + egg_dbus_interface_node_info_free@Base 0.5 + egg_dbus_interface_node_info_to_xml@Base 0.5 + egg_dbus_interface_property_info_flags_get_type@Base 0.5 + egg_dbus_interface_proxy_get_interface_iface@Base 0.5 + egg_dbus_interface_proxy_get_object_proxy@Base 0.5 + egg_dbus_interface_proxy_get_type@Base 0.5 + egg_dbus_introspectable_get_type@Base 0.5 + egg_dbus_introspectable_handle_introspect_finish@Base 0.5 + egg_dbus_introspectable_introspect@Base 0.5 + egg_dbus_introspectable_introspect_finish@Base 0.5 + egg_dbus_introspectable_introspect_sync@Base 0.5 + egg_dbus_message_append_boolean@Base 0.5 + egg_dbus_message_append_byte@Base 0.5 + egg_dbus_message_append_double@Base 0.5 + egg_dbus_message_append_gvalue@Base 0.5 + egg_dbus_message_append_int16@Base 0.5 + egg_dbus_message_append_int64@Base 0.5 + egg_dbus_message_append_int@Base 0.5 + egg_dbus_message_append_map@Base 0.5 + egg_dbus_message_append_object_path@Base 0.5 + egg_dbus_message_append_object_path_array@Base 0.5 + egg_dbus_message_append_seq@Base 0.5 + egg_dbus_message_append_signature@Base 0.5 + egg_dbus_message_append_signature_array@Base 0.5 + egg_dbus_message_append_string@Base 0.5 + egg_dbus_message_append_string_array@Base 0.5 + egg_dbus_message_append_structure@Base 0.5 + egg_dbus_message_append_uint16@Base 0.5 + egg_dbus_message_append_uint64@Base 0.5 + egg_dbus_message_append_uint@Base 0.5 + egg_dbus_message_append_variant@Base 0.5 + egg_dbus_message_extract_boolean@Base 0.5 + egg_dbus_message_extract_byte@Base 0.5 + egg_dbus_message_extract_double@Base 0.5 + egg_dbus_message_extract_gvalue@Base 0.5 + egg_dbus_message_extract_int16@Base 0.5 + egg_dbus_message_extract_int64@Base 0.5 + egg_dbus_message_extract_int@Base 0.5 + egg_dbus_message_extract_map@Base 0.5 + egg_dbus_message_extract_object_path@Base 0.5 + egg_dbus_message_extract_object_path_array@Base 0.5 + egg_dbus_message_extract_seq@Base 0.5 + egg_dbus_message_extract_signature@Base 0.5 + egg_dbus_message_extract_signature_array@Base 0.5 + egg_dbus_message_extract_string@Base 0.5 + egg_dbus_message_extract_string_array@Base 0.5 + egg_dbus_message_extract_structure@Base 0.5 + egg_dbus_message_extract_uint16@Base 0.5 + egg_dbus_message_extract_uint64@Base 0.5 + egg_dbus_message_extract_uint@Base 0.5 + egg_dbus_message_extract_variant@Base 0.5 + egg_dbus_message_get_connection@Base 0.5 + egg_dbus_message_get_destination@Base 0.5 + egg_dbus_message_get_in_reply_to@Base 0.5 + egg_dbus_message_get_interface_name@Base 0.5 + egg_dbus_message_get_message_type@Base 0.5 + egg_dbus_message_get_method_name@Base 0.5 + egg_dbus_message_get_object_path@Base 0.5 + egg_dbus_message_get_sender@Base 0.5 + egg_dbus_message_get_signal_name@Base 0.5 + egg_dbus_message_get_signature@Base 0.5 + egg_dbus_message_get_type@Base 0.5 + egg_dbus_message_new_for_method_error_reply@Base 0.5 + egg_dbus_message_new_for_method_reply@Base 0.5 + egg_dbus_message_type_get_type@Base 0.5 + egg_dbus_method_invocation_add_destroy_notify@Base 0.5 + egg_dbus_method_invocation_create_reply_message@Base 0.5 + egg_dbus_method_invocation_get_caller@Base 0.5 + egg_dbus_method_invocation_get_connection@Base 0.5 + egg_dbus_method_invocation_get_source_tag@Base 0.5 + egg_dbus_method_invocation_get_type@Base 0.5 + egg_dbus_method_invocation_new@Base 0.5 + egg_dbus_method_invocation_return_dbus_error@Base 0.5 + egg_dbus_method_invocation_return_dbus_error_literal@Base 0.5 + egg_dbus_method_invocation_return_dbus_error_valist@Base 0.5 + egg_dbus_method_invocation_return_error@Base 0.5 + egg_dbus_method_invocation_return_error_literal@Base 0.5 + egg_dbus_method_invocation_return_error_valist@Base 0.5 + egg_dbus_method_invocation_return_gerror@Base 0.5 + egg_dbus_object_path_array_get_type@Base 0.5 + egg_dbus_object_path_get_type@Base 0.5 + egg_dbus_object_proxy_get_connection@Base 0.5 + egg_dbus_object_proxy_get_name@Base 0.5 + egg_dbus_object_proxy_get_name_owner@Base 0.5 + egg_dbus_object_proxy_get_object_path@Base 0.5 + egg_dbus_object_proxy_get_type@Base 0.5 + egg_dbus_object_proxy_introspect@Base 0.5 + egg_dbus_object_proxy_introspect_finish@Base 0.5 + egg_dbus_object_proxy_introspect_sync@Base 0.5 + egg_dbus_object_proxy_invalidate_properties@Base 0.5 + egg_dbus_object_proxy_query_interface@Base 0.5 + egg_dbus_param_int16_get_type@Base 0.5 + egg_dbus_param_spec_for_signature@Base 0.5 + egg_dbus_param_spec_int16@Base 0.5 + egg_dbus_param_spec_uint16@Base 0.5 + egg_dbus_param_uint16_get_type@Base 0.5 + egg_dbus_peer_get_machine_id@Base 0.5 + egg_dbus_peer_get_machine_id_finish@Base 0.5 + egg_dbus_peer_get_machine_id_sync@Base 0.5 + egg_dbus_peer_get_type@Base 0.5 + egg_dbus_peer_handle_get_machine_id_finish@Base 0.5 + egg_dbus_peer_handle_ping_finish@Base 0.5 + egg_dbus_peer_ping@Base 0.5 + egg_dbus_peer_ping_finish@Base 0.5 + egg_dbus_peer_ping_sync@Base 0.5 + egg_dbus_properties_emit_signal_egg_dbus_changed@Base 0.5 + egg_dbus_properties_get@Base 0.5 + egg_dbus_properties_get_all@Base 0.5 + egg_dbus_properties_get_all_finish@Base 0.5 + egg_dbus_properties_get_all_sync@Base 0.5 + egg_dbus_properties_get_finish@Base 0.5 + egg_dbus_properties_get_sync@Base 0.5 + egg_dbus_properties_get_type@Base 0.5 + egg_dbus_properties_handle_get_all_finish@Base 0.5 + egg_dbus_properties_handle_get_finish@Base 0.5 + egg_dbus_properties_handle_set_finish@Base 0.5 + egg_dbus_properties_set@Base 0.5 + egg_dbus_properties_set_finish@Base 0.5 + egg_dbus_properties_set_sync@Base 0.5 + egg_dbus_release_name_reply_get_type@Base 0.5 + egg_dbus_request_name_flags_get_type@Base 0.5 + egg_dbus_request_name_reply_get_type@Base 0.5 + egg_dbus_signature_array_get_type@Base 0.5 + egg_dbus_signature_get_type@Base 0.5 + egg_dbus_start_service_by_name_reply_get_type@Base 0.5 + egg_dbus_structure_get_element@Base 0.5 + egg_dbus_structure_get_element_as_gvalue@Base 0.5 + egg_dbus_structure_get_element_valist@Base 0.5 + egg_dbus_structure_get_num_elements@Base 0.5 + egg_dbus_structure_get_signature@Base 0.5 + egg_dbus_structure_get_signature_for_element@Base 0.5 + egg_dbus_structure_get_type@Base 0.5 + egg_dbus_structure_new@Base 0.5 + egg_dbus_structure_set_element@Base 0.5 + egg_dbus_structure_set_element_as_gvalue@Base 0.5 + egg_dbus_structure_set_element_valist@Base 0.5 + egg_dbus_structure_type_check_instance_cast@Base 0.5 + egg_dbus_structure_type_check_instance_type@Base 0.5 + egg_dbus_uint16_get_type@Base 0.5 + egg_dbus_utils_camel_case_to_hyphen@Base 0.5 + egg_dbus_utils_camel_case_to_uscore@Base 0.5 + egg_dbus_utils_uscore_to_camel_case@Base 0.5 + egg_dbus_value_get_int16@Base 0.5 + egg_dbus_value_get_uint16@Base 0.5 + egg_dbus_value_set_int16@Base 0.5 + egg_dbus_value_set_uint16@Base 0.5 + egg_dbus_variant_get_boolean@Base 0.5 + egg_dbus_variant_get_byte@Base 0.5 + egg_dbus_variant_get_double@Base 0.5 + egg_dbus_variant_get_gvalue@Base 0.5 + egg_dbus_variant_get_int16@Base 0.5 + egg_dbus_variant_get_int64@Base 0.5 + egg_dbus_variant_get_int@Base 0.5 + egg_dbus_variant_get_map@Base 0.5 + egg_dbus_variant_get_object_path@Base 0.5 + egg_dbus_variant_get_object_path_array@Base 0.5 + egg_dbus_variant_get_seq@Base 0.5 + egg_dbus_variant_get_signature_array@Base 0.5 + egg_dbus_variant_get_string@Base 0.5 + egg_dbus_variant_get_string_array@Base 0.5 + egg_dbus_variant_get_structure@Base 0.5 + egg_dbus_variant_get_type@Base 0.5 + egg_dbus_variant_get_uint16@Base 0.5 + egg_dbus_variant_get_uint64@Base 0.5 + egg_dbus_variant_get_uint@Base 0.5 + egg_dbus_variant_get_variant_signature@Base 0.5 + egg_dbus_variant_is_boolean@Base 0.5 + egg_dbus_variant_is_byte@Base 0.5 + egg_dbus_variant_is_double@Base 0.5 + egg_dbus_variant_is_int16@Base 0.5 + egg_dbus_variant_is_int64@Base 0.5 + egg_dbus_variant_is_int@Base 0.5 + egg_dbus_variant_is_map@Base 0.5 + egg_dbus_variant_is_object_path@Base 0.5 + egg_dbus_variant_is_object_path_array@Base 0.5 + egg_dbus_variant_is_seq@Base 0.5 + egg_dbus_variant_is_signature_array@Base 0.5 + egg_dbus_variant_is_string@Base 0.5 + egg_dbus_variant_is_string_array@Base 0.5 + egg_dbus_variant_is_structure@Base 0.5 + egg_dbus_variant_is_uint16@Base 0.5 + egg_dbus_variant_is_uint64@Base 0.5 + egg_dbus_variant_is_uint@Base 0.5 + egg_dbus_variant_is_unset@Base 0.5 + egg_dbus_variant_new@Base 0.5 + egg_dbus_variant_new_for_boolean@Base 0.5 + egg_dbus_variant_new_for_byte@Base 0.5 + egg_dbus_variant_new_for_double@Base 0.5 + egg_dbus_variant_new_for_gvalue@Base 0.5 + egg_dbus_variant_new_for_int16@Base 0.5 + egg_dbus_variant_new_for_int64@Base 0.5 + egg_dbus_variant_new_for_int@Base 0.5 + egg_dbus_variant_new_for_map@Base 0.5 + egg_dbus_variant_new_for_object_path@Base 0.5 + egg_dbus_variant_new_for_object_path_array@Base 0.5 + egg_dbus_variant_new_for_seq@Base 0.5 + egg_dbus_variant_new_for_signature@Base 0.5 + egg_dbus_variant_new_for_signature_array@Base 0.5 + egg_dbus_variant_new_for_string@Base 0.5 + egg_dbus_variant_new_for_string_array@Base 0.5 + egg_dbus_variant_new_for_structure@Base 0.5 + egg_dbus_variant_new_for_uint16@Base 0.5 + egg_dbus_variant_new_for_uint64@Base 0.5 + egg_dbus_variant_new_for_uint@Base 0.5 + egg_dbus_variant_set_boolean@Base 0.5 + egg_dbus_variant_set_byte@Base 0.5 + egg_dbus_variant_set_double@Base 0.5 + egg_dbus_variant_set_int16@Base 0.5 + egg_dbus_variant_set_int64@Base 0.5 + egg_dbus_variant_set_int@Base 0.5 + egg_dbus_variant_set_map@Base 0.5 + egg_dbus_variant_set_object_path@Base 0.5 + egg_dbus_variant_set_object_path_array@Base 0.5 + egg_dbus_variant_set_seq@Base 0.5 + egg_dbus_variant_set_signature@Base 0.5 + egg_dbus_variant_set_signature_array@Base 0.5 + egg_dbus_variant_set_string@Base 0.5 + egg_dbus_variant_set_string_array@Base 0.5 + egg_dbus_variant_set_structure@Base 0.5 + egg_dbus_variant_set_uint16@Base 0.5 + egg_dbus_variant_set_uint64@Base 0.5 + egg_dbus_variant_set_uint@Base 0.5 diff -Nru eggdbus-0.5/debian/patches/01_trim_list_of_exported_symbols.patch eggdbus-0.6/debian/patches/01_trim_list_of_exported_symbols.patch --- eggdbus-0.5/debian/patches/01_trim_list_of_exported_symbols.patch 1970-01-01 01:00:00.000000000 +0100 +++ eggdbus-0.6/debian/patches/01_trim_list_of_exported_symbols.patch 2010-06-11 17:12:25.000000000 +0100 @@ -0,0 +1,27 @@ +From 290f42bd861c2dd9dadd942249ea13b122ecae15 Mon Sep 17 00:00:00 2001 +From: Michael Biebl +Date: Tue, 29 Sep 2009 06:52:04 +0200 +Subject: [PATCH] Trim list of exported symbols + +Use -export-symbols-regex and only export symbols with a egg_dbus +prefix. +--- + src/eggdbus/Makefile.am | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +diff --git a/src/eggdbus/Makefile.am b/src/eggdbus/Makefile.am +index aebb984..b55b115 100644 +--- a/src/eggdbus/Makefile.am ++++ b/src/eggdbus/Makefile.am +@@ -213,6 +213,8 @@ libeggdbus_1_la_LIBADD = \ + libeggdbus-common.la \ + $(NULL) + ++libeggdbus_1_la_LDFLAGS = -export-symbols-regex '(^egg_dbus_.*)' ++ + EXTRA_DIST = \ + gmarshal.strings \ + eggdbusmarshal.list \ +-- +1.6.4.3 + diff -Nru eggdbus-0.5/debian/patches/99_autoreconf.patch eggdbus-0.6/debian/patches/99_autoreconf.patch --- eggdbus-0.5/debian/patches/99_autoreconf.patch 1970-01-01 01:00:00.000000000 +0100 +++ eggdbus-0.6/debian/patches/99_autoreconf.patch 2010-06-11 17:12:25.000000000 +0100 @@ -0,0 +1,21 @@ +Index: eggdbus/src/eggdbus/Makefile.in +=================================================================== +--- eggdbus.orig/src/eggdbus/Makefile.in 2009-11-13 22:07:47.627695758 +0100 ++++ eggdbus/src/eggdbus/Makefile.in 2009-11-13 22:07:35.771692581 +0100 +@@ -98,7 +98,7 @@ + libeggdbus_1_la_OBJECTS = $(am_libeggdbus_1_la_OBJECTS) + libeggdbus_1_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libeggdbus_1_la_CFLAGS) \ +- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++ $(CFLAGS) $(libeggdbus_1_la_LDFLAGS) $(LDFLAGS) -o $@ + libeggdbus_common_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_libeggdbus_common_la_OBJECTS = \ + libeggdbus_common_la-eggdbusarrayseq.lo \ +@@ -469,6 +469,7 @@ + libeggdbus-common.la \ + $(NULL) + ++libeggdbus_1_la_LDFLAGS = -export-symbols-regex '(^egg_dbus_.*)' + EXTRA_DIST = \ + gmarshal.strings \ + eggdbusmarshal.list \ diff -Nru eggdbus-0.5/debian/patches/series eggdbus-0.6/debian/patches/series --- eggdbus-0.5/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ eggdbus-0.6/debian/patches/series 2010-06-11 17:12:25.000000000 +0100 @@ -0,0 +1,2 @@ +01_trim_list_of_exported_symbols.patch +99_autoreconf.patch diff -Nru eggdbus-0.5/debian/rules eggdbus-0.6/debian/rules --- eggdbus-0.5/debian/rules 2010-06-11 17:12:25.000000000 +0100 +++ eggdbus-0.6/debian/rules 2010-06-11 17:12:25.000000000 +0100 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk # Add here any variable or target overrides you need. diff -Nru eggdbus-0.5/depcomp eggdbus-0.6/depcomp --- eggdbus-0.5/depcomp 2009-02-24 03:50:39.000000000 +0000 +++ eggdbus-0.6/depcomp 2009-07-24 21:49:33.000000000 +0100 @@ -1,10 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2007-03-29.01 +scriptversion=2009-04-28.21; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,9 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -87,6 +85,15 @@ depmode=dashmstdout fi +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u="sed s,\\\\\\\\,/,g" + depmode=msvisualcpp +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -192,14 +199,14 @@ ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' -' ' ' >> $depfile - echo >> $depfile +' ' ' >> "$depfile" + echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> $depfile + >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile @@ -328,7 +335,12 @@ if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" # Add `dependent.h:' lines. - sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi @@ -404,7 +416,7 @@ # Remove the call to Libtool. if test "$libtool" = yes; then - while test $1 != '--mode=compile'; do + while test "X$1" != 'X--mode=compile'; do shift done shift @@ -455,32 +467,39 @@ "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then - while test $1 != '--mode=compile'; do + while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift - cleared=no - for arg in "$@"; do + cleared=no eat=no + for arg + do case $cleared in no) set ""; shift cleared=yes ;; esac + if test $eat = yes; then + eat=no + continue + fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done - obj_suffix="`echo $object | sed 's/^.*\././'`" + obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" @@ -500,7 +519,7 @@ # Remove the call to Libtool. if test "$libtool" = yes; then - while test $1 != '--mode=compile'; do + while test "X$1" != 'X--mode=compile'; do shift done shift @@ -538,13 +557,27 @@ msvisualcpp) # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout, regardless of -o, - # because we must use -o when running libtool. + # always write the preprocessed file to stdout. "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + IFS=" " for arg do case "$arg" in + -o) + shift + ;; + $object) + shift + ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift @@ -557,16 +590,23 @@ ;; esac done - "$@" -E | - sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" - . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" - . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + none) exec "$@" ;; @@ -585,5 +625,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -Nru eggdbus-0.5/docs/eggdbus/html/core.html eggdbus-0.6/docs/eggdbus/html/core.html --- eggdbus-0.5/docs/eggdbus/html/core.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/core.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ D-Bus Operations - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

D-Bus Operations

diff -Nru eggdbus-0.5/docs/eggdbus/html/datatypes.html eggdbus-0.6/docs/eggdbus/html/datatypes.html --- eggdbus-0.5/docs/eggdbus/html/datatypes.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/datatypes.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Types and Collections - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Types and Collections

diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusArraySeq.html eggdbus-0.6/docs/eggdbus/html/EggDBusArraySeq.html --- eggdbus-0.5/docs/eggdbus/html/EggDBusArraySeq.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/EggDBusArraySeq.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusArraySeq - + @@ -44,7 +44,7 @@ Object Hierarchy -
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     EggDBusArraySeq;
@@ -212,7 +212,7 @@
 >gint index);
 
-
+

Object Hierarchy

   
 
-
+

Description

An array type that can store elements of a given

-
+

Details

-
+

EggDBusArraySeq

typedef struct {
   guint                 size;
@@ -341,7 +341,7 @@
 

-
+

egg_dbus_array_seq_new ()

EggDBusArraySeq *   egg_dbus_array_seq_new              (

-
+

egg_dbus_array_seq_get_element_size ()


-
+

egg_dbus_array_seq_get_element_type ()


-
+

egg_dbus_array_seq_get_equal_func ()


-
+

egg_dbus_array_seq_have_copy_func ()


-
+

egg_dbus_array_seq_get_size ()


-
+

egg_dbus_array_seq_set_size ()

void                egg_dbus_array_seq_set_size         (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_clear ()

void                egg_dbus_array_seq_clear            (EggDBusArraySeq *array_seq);

@@ -680,7 +680,7 @@


-
+

egg_dbus_array_seq_get ()


-
+

egg_dbus_array_seq_get_copy ()


-
+

egg_dbus_array_seq_set ()

void                egg_dbus_array_seq_set              (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_insert ()

void                egg_dbus_array_seq_insert           (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_add ()


-
+

egg_dbus_array_seq_remove_at ()

void                egg_dbus_array_seq_remove_at        (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_remove_range_at ()

void                egg_dbus_array_seq_remove_range_at  (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_index_of ()


-
+

egg_dbus_array_seq_contains ()


-
+

egg_dbus_array_seq_remove ()


-
+

egg_dbus_array_seq_add_all ()


-
+

egg_dbus_array_seq_steal_all ()


-
+

egg_dbus_array_seq_add_fixed ()


-
+

egg_dbus_array_seq_add_float ()


-
+

egg_dbus_array_seq_set_fixed ()

void                egg_dbus_array_seq_set_fixed        (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_set_float ()

void                egg_dbus_array_seq_set_float        (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_insert_fixed ()

void                egg_dbus_array_seq_insert_fixed     (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_insert_float ()

void                egg_dbus_array_seq_insert_float     (EggDBusArraySeq *array_seq,
                                                          

-
+

egg_dbus_array_seq_get_fixed ()


-
+

egg_dbus_array_seq_get_float ()


 
 eggdbus-binding-tool
-
+
 
 
 
@@ -35,7 +35,7 @@
 EggDBus Reference Manual
 Next
 
-
+
@@ -44,18 +44,18 @@
-
+

Synopsis

eggdbus-binding-tool [--help]

-
-

DESCRIPTION

+
+

DESCRIPTION

TODO: Write me.

-
-

SEE ALSO

+
+

SEE ALSO

dbus-send(1), dbus-daemon(1) diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusBusNameTracker.html eggdbus-0.6/docs/eggdbus/html/EggDBusBusNameTracker.html --- eggdbus-0.5/docs/eggdbus/html/EggDBusBusNameTracker.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/EggDBusBusNameTracker.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusBusNameTracker - + @@ -48,7 +48,7 @@ Signals -

+
@@ -57,7 +57,7 @@
-
+

Synopsis

                     EggDBusBusNameTracker;
@@ -95,7 +95,7 @@
 >gchar *unique_bus_name);
 
-
+

Object Hierarchy

   
 
-
+

Properties

   "bus"                      EggDBusBus*           : Read / Write / Construct Only
 
-
+

Signals

   "bus-name-gained-owner"                          : Run Last
@@ -118,7 +118,7 @@
   "bus-name-lost-owner"                            : Run Last
 
-
+

Description

The EggDBusBusNameTracker class is used for tracking bus names on a @@ -129,14 +129,14 @@ internally by EggDBusConnection to maintain the "name-owner" property on object proxies.

-
+

Details

-
+

EggDBusBusNameTracker

typedef struct _EggDBusBusNameTracker EggDBusBusNameTracker;

-
+

egg_dbus_bus_name_tracker_new ()

EggDBusBusNameTracker * egg_dbus_bus_name_tracker_new   (EggDBusBus *bus);

@@ -158,7 +158,7 @@


-
+

egg_dbus_bus_name_tracker_watch_bus_name ()

void                egg_dbus_bus_name_tracker_watch_bus_name
                                                         (EggDBusBusNameTracker *bus_name_tracker,
@@ -192,7 +192,7 @@
 

-
+

egg_dbus_bus_name_tracker_stop_watching_bus_name ()

void                egg_dbus_bus_name_tracker_stop_watching_bus_name
                                                         (EggDBusBusNameTracker *bus_name_tracker,
@@ -223,7 +223,7 @@
 

-
+

egg_dbus_bus_name_tracker_has_info_for_bus_name ()


-
+

egg_dbus_bus_name_tracker_get_owner_for_bus_name ()


-
+

egg_dbus_bus_name_tracker_get_known_well_known_bus_names_for_unique_bus_name ()

-
+

Property Details

-
+

The "bus" property

  "bus"                      EggDBusBus*           : Read / Write / Construct Only

The bus we're tracking names for.

-
+

Signal Details

-
+

The "bus-name-gained-owner" signal

void                user_function                      (EggDBusBusNameTracker *bus_name_tracker,
                                                         

-
+

The "bus-name-has-info" signal

void                user_function                      (EggDBusBusNameTracker *bus_name_tracker,
                                                         

-
+

The "bus-name-lost-owner" signal

void                user_function                      (EggDBusBusNameTracker *bus_name_tracker,
                                                         
 
 EggDBusConnection
-
+
 
 
 
@@ -46,7 +46,7 @@
                 Properties
 
 
-
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusConnection;
@@ -210,7 +210,7 @@
 >guint pending_call_id);
 
-
+

Object Hierarchy

   
 
-
+

Properties

   "bus-type"                 EggDBusBusType        : Read / Write / Construct Only
@@ -228,19 +228,19 @@
 >gchar*                : Read
 
-
+

Description

The EggDBusConnection class is used to connect to other processes or message buses.

-
+

Details

-
+

EggDBusConnection

typedef struct _EggDBusConnection EggDBusConnection;

-
+

enum EggDBusCallFlags

typedef enum {
   EGG_DBUS_CALL_FLAGS_NONE = 0,
@@ -278,7 +278,7 @@
 

-
+

enum EggDBusBusType

typedef enum {
   EGG_DBUS_BUS_TYPE_NONE,
@@ -289,7 +289,7 @@
 

-
+

egg_dbus_connection_get_for_bus ()

EggDBusConnection * egg_dbus_connection_get_for_bus     (EggDBusBusType bus_type);

@@ -314,7 +314,7 @@


-
+

egg_dbus_connection_get_object_proxy ()

EggDBusObjectProxy * egg_dbus_connection_get_object_proxy
                                                         (EggDBusConnection *connection,
@@ -374,7 +374,7 @@
 

-
+

egg_dbus_connection_get_bus ()

EggDBusBus *        egg_dbus_connection_get_bus         (EggDBusConnection *connection);

@@ -435,7 +435,7 @@


-
+

egg_dbus_connection_get_unique_name ()

const 

-
+

egg_dbus_connection_register_interface ()

void                egg_dbus_connection_register_interface
                                                         (EggDBusConnection *connection,
@@ -536,7 +536,7 @@
 

-
+

egg_dbus_connection_register_interface_valist ()

void                egg_dbus_connection_register_interface_valist
                                                         (EggDBusConnection *connection,
@@ -583,7 +583,7 @@
 

-
+

egg_dbus_connection_unregister_interface ()

void                egg_dbus_connection_unregister_interface
                                                         (EggDBusConnection *connection,
@@ -631,7 +631,7 @@
 

-
+

egg_dbus_connection_unregister_interface_valist ()

void                egg_dbus_connection_unregister_interface_valist
                                                         (EggDBusConnection *connection,
@@ -678,7 +678,7 @@
 

-
+

egg_dbus_connection_lookup_interface ()


-
+

egg_dbus_connection_new_message_for_signal ()

EggDBusMessage *    egg_dbus_connection_new_message_for_signal
                                                         (EggDBusConnection *connection,
@@ -813,7 +813,7 @@
 

-
+

egg_dbus_connection_new_message_for_method_call ()

EggDBusMessage *    egg_dbus_connection_new_message_for_method_call
                                                         (EggDBusConnection *connection,
@@ -881,7 +881,7 @@
 

-
+

egg_dbus_connection_send_message ()

void                egg_dbus_connection_send_message    (EggDBusConnection *connection,
                                                          EggDBusMessage *message);
@@ -905,7 +905,7 @@

-
+

egg_dbus_connection_send_message_with_reply ()


-
+

egg_dbus_connection_send_message_with_reply_finish ()

EggDBusMessage *    egg_dbus_connection_send_message_with_reply_finish
                                                         (EggDBusConnection *connection,
@@ -1039,7 +1039,7 @@
 

-
+

egg_dbus_connection_send_message_with_reply_sync ()

EggDBusMessage *    egg_dbus_connection_send_message_with_reply_sync
                                                         (EggDBusConnection *connection,
@@ -1114,7 +1114,7 @@
 

-
+

egg_dbus_connection_pending_call_cancel ()

void                egg_dbus_connection_pending_call_cancel
                                                         (EggDBusConnection *connection,
@@ -1146,7 +1146,7 @@
 

-
+

egg_dbus_connection_pending_call_block ()

void                egg_dbus_connection_pending_call_block
                                                         (EggDBusConnection *connection,
@@ -1184,16 +1184,16 @@
 
-
+

Property Details

-
+

The "bus-type" property

  "bus-type"                 EggDBusBusType        : Read / Write / Construct Only

Type of the bus we are connected to, if any.

Default value: EGG_DBUS_BUS_TYPE_NONE


-
+

The "unique-name" property

  "unique-name"              
 
 EggDBusBus
-
+
 
 
 
@@ -48,7 +48,7 @@
                 Signals
 
 
-
+
@@ -57,7 +57,7 @@
-
+

Synopsis

                     EggDBusBus;
@@ -895,14 +895,14 @@
 >gchar *name);
 
-
+

Object Hierarchy

   GInterface
    +----EggDBusBus
 
-
+

Prerequisites

EggDBusBus requires @@ -910,7 +910,7 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Signals

   "name-acquired"                                  : Run Last
@@ -918,19 +918,19 @@
   "name-owner-changed"                             : Run Last
 
-
+

Description

The EggDBusBus D-Bus interface is implemented by message bus daemons. Normally applications only use the egg_dbus_bus_request_name() method to claim a well-known name on the message bus.

-
+

Details

-
+

EggDBusBus

typedef struct _EggDBusBus EggDBusBus;

-
+

EggDBusBusIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -1127,7 +1127,7 @@
 

-
+

EGG_DBUS_QUERY_INTERFACE_BUS()

#define EGG_DBUS_QUERY_INTERFACE_BUS(object_proxy) (EGG_DBUS_BUS (egg_dbus_object_proxy_query_interface (object_proxy, EGG_DBUS_TYPE_BUS)))
 
@@ -1155,7 +1155,7 @@

-
+

enum EggDBusRequestNameFlags

typedef enum
 {
@@ -1194,7 +1194,7 @@
 

-
+

enum EggDBusRequestNameReply

typedef enum
 {
@@ -1233,7 +1233,7 @@
 

-
+

enum EggDBusReleaseNameReply

typedef enum
 {
@@ -1266,7 +1266,7 @@
 

-
+

enum EggDBusStartServiceByNameReply

typedef enum
 {
@@ -1293,7 +1293,7 @@
 

-
+

egg_dbus_bus_hello_sync ()


-
+

egg_dbus_bus_request_name_sync ()


-
+

egg_dbus_bus_release_name_sync ()


-
+

egg_dbus_bus_start_service_by_name_sync ()


-
+

egg_dbus_bus_update_activation_environment_sync ()


-
+

egg_dbus_bus_name_has_owner_sync ()


-
+

egg_dbus_bus_list_names_sync ()


-
+

egg_dbus_bus_list_activatable_names_sync ()


-
+

egg_dbus_bus_add_match_sync ()


-
+

egg_dbus_bus_remove_match_sync ()


-
+

egg_dbus_bus_get_name_owner_sync ()


-
+

egg_dbus_bus_list_queued_owners_sync ()


-
+

egg_dbus_bus_get_connection_unix_user_sync ()


-
+

egg_dbus_bus_get_connection_unix_process_id_sync ()


-
+

egg_dbus_bus_get_adt_audit_session_data_sync ()


-
+

egg_dbus_bus_get_connection_se_linux_security_context_sync ()


-
+

egg_dbus_bus_reload_config_sync ()


-
+

egg_dbus_bus_get_id_sync ()


-
+

egg_dbus_bus_hello ()


-
+

egg_dbus_bus_hello_finish ()


-
+

egg_dbus_bus_request_name ()


-
+

egg_dbus_bus_request_name_finish ()


-
+

egg_dbus_bus_release_name ()


-
+

egg_dbus_bus_release_name_finish ()


-
+

egg_dbus_bus_start_service_by_name ()


-
+

egg_dbus_bus_start_service_by_name_finish ()


-
+

egg_dbus_bus_update_activation_environment ()


-
+

egg_dbus_bus_update_activation_environment_finish ()


-
+

egg_dbus_bus_name_has_owner ()


-
+

egg_dbus_bus_name_has_owner_finish ()


-
+

egg_dbus_bus_list_names ()


-
+

egg_dbus_bus_list_names_finish ()


-
+

egg_dbus_bus_list_activatable_names ()


-
+

egg_dbus_bus_list_activatable_names_finish ()


-
+

egg_dbus_bus_add_match ()


-
+

egg_dbus_bus_add_match_finish ()


-
+

egg_dbus_bus_remove_match ()


-
+

egg_dbus_bus_remove_match_finish ()


-
+

egg_dbus_bus_get_name_owner ()


-
+

egg_dbus_bus_get_name_owner_finish ()


-
+

egg_dbus_bus_list_queued_owners ()


-
+

egg_dbus_bus_list_queued_owners_finish ()


-
+

egg_dbus_bus_get_connection_unix_user ()


-
+

egg_dbus_bus_get_connection_unix_user_finish ()


-
+

egg_dbus_bus_get_connection_unix_process_id ()


-
+

egg_dbus_bus_get_connection_unix_process_id_finish ()


-
+

egg_dbus_bus_get_adt_audit_session_data ()


-
+

egg_dbus_bus_get_adt_audit_session_data_finish ()


-
+

egg_dbus_bus_get_connection_se_linux_security_context ()


-
+

egg_dbus_bus_get_connection_se_linux_security_context_finish ()


-
+

egg_dbus_bus_reload_config ()


-
+

egg_dbus_bus_reload_config_finish ()


-
+

egg_dbus_bus_get_id ()


-
+

egg_dbus_bus_get_id_finish ()


-
+

egg_dbus_bus_handle_hello_finish ()

void                egg_dbus_bus_handle_hello_finish    (EggDBusMethodInvocation *method_invocation,
                                                          const 

-
+

egg_dbus_bus_handle_request_name_finish ()

void                egg_dbus_bus_handle_request_name_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -4929,7 +4929,7 @@
 

-
+

egg_dbus_bus_handle_release_name_finish ()

void                egg_dbus_bus_handle_release_name_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -4956,7 +4956,7 @@
 

-
+

egg_dbus_bus_handle_start_service_by_name_finish ()

void                egg_dbus_bus_handle_start_service_by_name_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -4983,7 +4983,7 @@
 

-
+

egg_dbus_bus_handle_update_activation_environment_finish ()

void                egg_dbus_bus_handle_update_activation_environment_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -5002,7 +5002,7 @@

-
+

egg_dbus_bus_handle_name_has_owner_finish ()

void                egg_dbus_bus_handle_name_has_owner_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5033,7 +5033,7 @@
 

-
+

egg_dbus_bus_handle_list_names_finish ()

void                egg_dbus_bus_handle_list_names_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5062,7 +5062,7 @@
 

-
+

egg_dbus_bus_handle_list_activatable_names_finish ()

void                egg_dbus_bus_handle_list_activatable_names_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5091,7 +5091,7 @@
 

-
+

egg_dbus_bus_handle_add_match_finish ()

void                egg_dbus_bus_handle_add_match_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -5110,7 +5110,7 @@

-
+

egg_dbus_bus_handle_remove_match_finish ()

void                egg_dbus_bus_handle_remove_match_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -5129,7 +5129,7 @@

-
+

egg_dbus_bus_handle_get_name_owner_finish ()

void                egg_dbus_bus_handle_get_name_owner_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5158,7 +5158,7 @@
 

-
+

egg_dbus_bus_handle_list_queued_owners_finish ()

void                egg_dbus_bus_handle_list_queued_owners_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5187,7 +5187,7 @@
 

-
+

egg_dbus_bus_handle_get_connection_unix_user_finish ()

void                egg_dbus_bus_handle_get_connection_unix_user_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5214,7 +5214,7 @@
 

-
+

egg_dbus_bus_handle_get_connection_unix_process_id_finish ()

void                egg_dbus_bus_handle_get_connection_unix_process_id_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5241,7 +5241,7 @@
 

-
+

egg_dbus_bus_handle_get_adt_audit_session_data_finish ()

void                egg_dbus_bus_handle_get_adt_audit_session_data_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5268,7 +5268,7 @@
 

-
+

egg_dbus_bus_handle_get_connection_se_linux_security_context_finish ()

void                egg_dbus_bus_handle_get_connection_se_linux_security_context_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -5295,7 +5295,7 @@
 

-
+

egg_dbus_bus_handle_reload_config_finish ()

void                egg_dbus_bus_handle_reload_config_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -5314,7 +5314,7 @@

-
+

egg_dbus_bus_handle_get_id_finish ()

void                egg_dbus_bus_handle_get_id_finish   (EggDBusMethodInvocation *method_invocation,
                                                          const 

-
+

egg_dbus_bus_emit_signal_name_owner_changed ()

void                egg_dbus_bus_emit_signal_name_owner_changed
                                                         (EggDBusBus *instance,
@@ -5396,7 +5396,7 @@
 

-
+

egg_dbus_bus_emit_signal_name_lost ()

void                egg_dbus_bus_emit_signal_name_lost  (EggDBusBus *instance,
                                                          const 

-
+

egg_dbus_bus_emit_signal_name_acquired ()

void                egg_dbus_bus_emit_signal_name_acquired
                                                         (EggDBusBus *instance,
@@ -5471,9 +5471,9 @@
 
-
+

Signal Details

-
+

The "name-acquired" signal

void                user_function                      (EggDBusBus *instance,
                                                         

-
+

The "name-lost" signal

void                user_function                      (EggDBusBus *instance,
                                                         

-
+

The "name-owner-changed" signal

void                user_function                      (EggDBusBus *instance,
                                                         
 
 EggDBusError
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 #define             EGG_DBUS_ERROR
@@ -72,14 +72,14 @@
 enum                EggDBusError;
 
-
+

Description

Contains error helper functions for reporting and checking errors.

-
+

Details

-
+

EGG_DBUS_ERROR

#define EGG_DBUS_ERROR egg_dbus_error_quark()
 
@@ -91,14 +91,14 @@ domains.


-
+

egg_dbus_error_quark ()

GQuark              egg_dbus_error_quark                (void);

-
+

egg_dbus_error_get_remote_exception ()


-
+

enum EggDBusError

typedef enum
 {
@@ -504,7 +504,7 @@
 
-
+

See Also

#EggDBusConnection
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbusinterface.html eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbusinterface.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbusinterface.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbusinterface.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusInterface - + @@ -44,7 +44,7 @@ Object Hierarchy -
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     EggDBusInterface;
@@ -116,27 +116,27 @@
                                                         (void);
 
-
+

Object Hierarchy

   GInterface
    +----EggDBusInterface
 
-
+

Description

The EggDBusInterface interface is used for describing remote D-Bus interfaces and dispatching messages.

-
+

Details

-
+

EggDBusInterface

typedef struct _EggDBusInterface EggDBusInterface;

-
+

EggDBusInterfaceIface

typedef struct {
   GTypeInterface g_iface;
@@ -212,7 +212,7 @@
 

-
+

enum EggDBusInterfacePropertyInfoFlags

typedef enum
 {
@@ -245,7 +245,7 @@
 

-
+

EggDBusInterfaceAnnotationInfo

typedef struct {
   const gchar                           *key;
@@ -289,7 +289,7 @@
 

-
+

EggDBusInterfaceArgInfo

typedef struct {
   const gchar                           *name;
@@ -327,7 +327,7 @@
 

-
+

EggDBusInterfaceMethodInfo

typedef struct {
   const gchar                           *name;
@@ -408,7 +408,7 @@
 

-
+

EggDBusInterfaceSignalInfo

typedef struct {
   const gchar                           *name;
@@ -472,7 +472,7 @@
 

-
+

EggDBusInterfacePropertyInfo

typedef struct {
   const gchar                           *name;
@@ -524,7 +524,7 @@
 

-
+

EggDBusInterfaceInfo

typedef struct {
   const gchar                           *name;
@@ -606,7 +606,7 @@
 

-
+

EggDBusInterfaceNodeInfo

typedef struct {
   const gchar                           *path;
@@ -673,7 +673,7 @@
 

-
+

egg_dbus_interface_annotation_info_lookup ()

const 

-
+

egg_dbus_interface_info_lookup_signal_for_g_name ()

const EggDBusInterfaceSignalInfo * egg_dbus_interface_info_lookup_signal_for_g_name
                                                         (const EggDBusInterfaceInfo *info,
@@ -737,7 +737,7 @@
 

-
+

egg_dbus_interface_info_lookup_property_for_name ()

const EggDBusInterfacePropertyInfo * egg_dbus_interface_info_lookup_property_for_name
                                                         (const EggDBusInterfaceInfo *info,
@@ -768,7 +768,7 @@
 

-
+

egg_dbus_interface_info_lookup_property_for_g_name ()

const EggDBusInterfacePropertyInfo * egg_dbus_interface_info_lookup_property_for_g_name
                                                         (const EggDBusInterfaceInfo *info,
@@ -799,7 +799,7 @@
 

-
+

egg_dbus_interface_new_node_info_from_xml ()

EggDBusInterfaceNodeInfo * egg_dbus_interface_new_node_info_from_xml
                                                         (const 

-
+

egg_dbus_interface_node_info_free ()

void                egg_dbus_interface_node_info_free   (EggDBusInterfaceNodeInfo *node_info);

@@ -850,7 +850,7 @@


-
+

egg_dbus_interface_info_to_xml ()

void                egg_dbus_interface_info_to_xml      (const EggDBusInterfaceInfo *info,
                                                          

-
+

egg_dbus_interface_node_info_to_xml ()

void                egg_dbus_interface_node_info_to_xml (const EggDBusInterfaceNodeInfo *node_info,
                                                          

-
+

egg_dbus_bindings_get_error_domain_types ()


 
 EggDBusIntrospectable
-
+
 
 
 
@@ -46,7 +46,7 @@
                 Prerequisites
 
 
-
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusIntrospectable;
@@ -108,14 +108,14 @@
 >gchar *out_xml_data);
 
-
+

Object Hierarchy

   GInterface
    +----EggDBusIntrospectable
 
-
+

Prerequisites

EggDBusIntrospectable requires @@ -123,19 +123,19 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Description

Introspection support.

-
+

Details

-
+

EggDBusIntrospectable

typedef struct _EggDBusIntrospectable EggDBusIntrospectable;

-
+

EggDBusIntrospectableIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -164,7 +164,7 @@
 

-
+

EGG_DBUS_QUERY_INTERFACE_INTROSPECTABLE()

#define EGG_DBUS_QUERY_INTERFACE_INTROSPECTABLE(object_proxy) (EGG_DBUS_INTROSPECTABLE (egg_dbus_object_proxy_query_interface (object_proxy, EGG_DBUS_TYPE_INTROSPECTABLE)))
 
@@ -192,7 +192,7 @@

-
+

egg_dbus_introspectable_introspect_sync ()


-
+

egg_dbus_introspectable_introspect ()


-
+

egg_dbus_introspectable_introspect_finish ()


-
+

egg_dbus_introspectable_handle_introspect_finish ()

void                egg_dbus_introspectable_handle_introspect_finish
                                                         (EggDBusMethodInvocation *method_invocation,
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbusmisctypes.html eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbusmisctypes.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbusmisctypes.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbusmisctypes.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 Fundamental types
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 #define             EGG_DBUS_TYPE_INT16
@@ -130,14 +130,14 @@
 >GValue *value);
 
-
+

Description

This really should be in GObject but it isn't.

-
+

Details

-
+

EGG_DBUS_TYPE_INT16

#define EGG_DBUS_TYPE_INT16                     (egg_dbus_int16_get_type())
 
@@ -147,7 +147,7 @@ >gint16.


-
+

EGG_DBUS_TYPE_UINT16

#define EGG_DBUS_TYPE_UINT16                    (egg_dbus_uint16_get_type())
 
@@ -157,7 +157,7 @@ >guint16.


-
+

EggDBusParamSpecInt16

typedef struct {
   GParamSpec    parent_instance;
@@ -208,7 +208,7 @@
 

-
+

EggDBusParamSpecUInt16

typedef struct {
   GParamSpec    parent_instance;
@@ -259,7 +259,7 @@
 

-
+

egg_dbus_param_spec_int16 ()


-
+

egg_dbus_param_spec_uint16 ()


-
+

EGG_DBUS_VALUE_HOLDS_INT16()

#define EGG_DBUS_VALUE_HOLDS_INT16(value)       (G_TYPE_CHECK_VALUE_TYPE ((value), EGG_DBUS_TYPE_INT16))
 
@@ -447,7 +447,7 @@

-
+

EGG_DBUS_VALUE_HOLDS_UINT16()

#define EGG_DBUS_VALUE_HOLDS_UINT16(value)      (G_TYPE_CHECK_VALUE_TYPE ((value), EGG_DBUS_TYPE_UINT16))
 
@@ -476,7 +476,7 @@

-
+

egg_dbus_value_set_int16 ()

void                egg_dbus_value_set_int16            (

-
+

egg_dbus_value_get_int16 ()


-
+

egg_dbus_value_set_uint16 ()

void                egg_dbus_value_set_uint16           (

-
+

egg_dbus_value_get_uint16 ()


 
 EggDBusObjectPath
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 typedef             EggDBusObjectPath;
@@ -60,14 +60,14 @@
 #define             EGG_DBUS_TYPE_OBJECT_PATH_ARRAY
 
-
+

Description

Types for working with D-Bus object paths.

-
+

Details

-
+

EggDBusObjectPath

typedef gchar* EggDBusObjectPath;
 
@@ -75,7 +75,7 @@ A C representable type for EGG_DBUS_TYPE_OBJECT_PATH.


-
+

EggDBusObjectPathArray

typedef GStrv EggDBusObjectPathArray;
 
@@ -83,7 +83,7 @@ A C representable type for EGG_DBUS_TYPE_OBJECT_PATH_ARRAY.


-
+

EGG_DBUS_TYPE_OBJECT_PATH

#define EGG_DBUS_TYPE_OBJECT_PATH               (egg_dbus_object_path_get_type())
 
@@ -93,7 +93,7 @@ >GType for a D-Bus object path.


-
+

EGG_DBUS_TYPE_OBJECT_PATH_ARRAY

#define EGG_DBUS_TYPE_OBJECT_PATH_ARRAY         (egg_dbus_object_path_array_get_type())
 
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbuspeer.html eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbuspeer.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbuspeer.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbuspeer.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusPeer - + @@ -46,7 +46,7 @@ Prerequisites -
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusPeer;
@@ -139,14 +139,14 @@
 >gchar *out_machine_uuid);
 
-
+

Object Hierarchy

   GInterface
    +----EggDBusPeer
 
-
+

Prerequisites

EggDBusPeer requires @@ -154,19 +154,19 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Description

All D-Bus objects are supposed to implement the EggDBusPeer D-Bus interface. The interface is designed to be a minimal interface for checking whether the other end is reachable and, if so, what machine hosts the object.

-
+

Details

-
+

EggDBusPeer

typedef struct _EggDBusPeer EggDBusPeer;

-
+

EggDBusPeerIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -204,7 +204,7 @@
 

-
+

EGG_DBUS_QUERY_INTERFACE_PEER()

#define EGG_DBUS_QUERY_INTERFACE_PEER(object_proxy) (EGG_DBUS_PEER (egg_dbus_object_proxy_query_interface (object_proxy, EGG_DBUS_TYPE_PEER)))
 
@@ -232,7 +232,7 @@

-
+

egg_dbus_peer_ping_sync ()


-
+

egg_dbus_peer_get_machine_id_sync ()


-
+

egg_dbus_peer_ping ()


-
+

egg_dbus_peer_ping_finish ()


-
+

egg_dbus_peer_get_machine_id ()


-
+

egg_dbus_peer_get_machine_id_finish ()


-
+

egg_dbus_peer_handle_ping_finish ()

void                egg_dbus_peer_handle_ping_finish    (EggDBusMethodInvocation *method_invocation);

@@ -614,7 +614,7 @@


-
+

egg_dbus_peer_handle_get_machine_id_finish ()

void                egg_dbus_peer_handle_get_machine_id_finish
                                                         (EggDBusMethodInvocation *method_invocation,
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbusproperties.html eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbusproperties.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-eggdbusproperties.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-eggdbusproperties.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 EggDBusProperties
-
+
 
 
 
@@ -48,7 +48,7 @@
                 Signals
 
 
-
+
@@ -57,7 +57,7 @@
-
+

Synopsis

                     EggDBusProperties;
@@ -214,14 +214,14 @@
                                                          EggDBusHashMap *changed_properties);
 
-
+

Object Hierarchy

   GInterface
    +----EggDBusProperties
 
-
+

Prerequisites

EggDBusProperties requires @@ -229,25 +229,25 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Signals

   "egg-dbus-changed"                               : Run Last
 
-
+

Description

Many native APIs will have a concept of object properties or attributes. These can be exposed via the EggDBusProperties interface. The available properties and whether they are writable can be determined by using the EggDBusIntrospectable interface.

-
+

Details

-
+

EggDBusProperties

typedef struct _EggDBusProperties EggDBusProperties;

-
+

EggDBusPropertiesIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -300,7 +300,7 @@
 

-
+

EGG_DBUS_QUERY_INTERFACE_PROPERTIES()

#define EGG_DBUS_QUERY_INTERFACE_PROPERTIES(object_proxy) (EGG_DBUS_PROPERTIES (egg_dbus_object_proxy_query_interface (object_proxy, EGG_DBUS_TYPE_PROPERTIES)))
 
@@ -328,7 +328,7 @@

-
+

egg_dbus_properties_get_sync ()


-
+

egg_dbus_properties_get_all_sync ()


-
+

egg_dbus_properties_set_sync ()


-
+

egg_dbus_properties_get ()


-
+

egg_dbus_properties_get_finish ()


-
+

egg_dbus_properties_get_all ()


-
+

egg_dbus_properties_get_all_finish ()


-
+

egg_dbus_properties_set ()


-
+

egg_dbus_properties_set_finish ()


-
+

egg_dbus_properties_handle_get_finish ()

void                egg_dbus_properties_handle_get_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -995,7 +995,7 @@
 

-
+

egg_dbus_properties_handle_get_all_finish ()

void                egg_dbus_properties_handle_get_all_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -1022,7 +1022,7 @@
 

-
+

egg_dbus_properties_handle_set_finish ()

void                egg_dbus_properties_handle_set_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -1041,7 +1041,7 @@

-
+

egg_dbus_properties_emit_signal_egg_dbus_changed ()

void                egg_dbus_properties_emit_signal_egg_dbus_changed
                                                         (EggDBusProperties *instance,
@@ -1085,9 +1085,9 @@
 
-
+

Signal Details

-
+

The "egg-dbus-changed" signal

void                user_function                      (EggDBusProperties *instance,
                                                         
 
 EggDBusSignature
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 typedef             EggDBusSignature;
@@ -60,14 +60,14 @@
 #define             EGG_DBUS_TYPE_SIGNATURE_ARRAY
 
-
+

Description

Types for working with D-Bus signatures.

-
+

Details

-
+

EggDBusSignature

typedef gchar* EggDBusSignature;
 
@@ -75,7 +75,7 @@ A C representable type for EGG_DBUS_TYPE_SIGNATURE.


-
+

EggDBusSignatureArray

typedef GStrv EggDBusSignatureArray;
 
@@ -83,7 +83,7 @@ A C representable type for EGG_DBUS_TYPE_SIGNATURE_ARRAY.


-
+

EGG_DBUS_TYPE_SIGNATURE

#define EGG_DBUS_TYPE_SIGNATURE                 (egg_dbus_signature_get_type())
 
@@ -93,7 +93,7 @@ >GType for a D-Bus signature.


-
+

EGG_DBUS_TYPE_SIGNATURE_ARRAY

#define EGG_DBUS_TYPE_SIGNATURE_ARRAY           (egg_dbus_signature_array_get_type())
 
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-CreateFlags.html eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-CreateFlags.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-CreateFlags.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-CreateFlags.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ CreateFlags Flag Enumeration - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The CreateFlags Flags

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-DeleteFlags.html eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-DeleteFlags.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-DeleteFlags.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-DeleteFlags.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ DeleteFlags Flag Enumeration - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The DeleteFlags Flags

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-DetailedError.html eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-DetailedError.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-DetailedError.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-DetailedError.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ com.example.Error.Detailed.* Error Domain - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The com.example.Error.Detailed.* Error Domain

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-Error.html eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-Error.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-Error.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-Error.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ com.example.Error.* Error Domain - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The com.example.Error.* Error Domain

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-OtherFlags.html eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-OtherFlags.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-OtherFlags.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-OtherFlags.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ OtherFlags Flag Enumeration - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The OtherFlags Flags

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-Vehicle.html eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-Vehicle.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-enummain-Vehicle.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-enummain-Vehicle.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Vehicle Enumeration - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The Vehicle Enumeration

diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusHashMap.html eggdbus-0.6/docs/eggdbus/html/EggDBusHashMap.html --- eggdbus-0.5/docs/eggdbus/html/EggDBusHashMap.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/EggDBusHashMap.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusHashMap - + @@ -44,7 +44,7 @@ Object Hierarchy -
+
@@ -53,7 +53,7 @@
-
+

Synopsis

 gdouble value);
 
-
+

Object Hierarchy

   
 
-
+

Description

A map type for that maps keys from one

-
+

Details

-
+

EggDBusHashMapForeachFunc ()


-
+

EggDBusHashMap

typedef struct {
   GType                 key_type;
@@ -436,7 +436,7 @@
 

-
+

egg_dbus_hash_map_new ()

EggDBusHashMap *    egg_dbus_hash_map_new               (

-
+

egg_dbus_hash_map_new_full ()

EggDBusHashMap *    egg_dbus_hash_map_new_full          (

-
+

egg_dbus_hash_map_get_size ()


-
+

egg_dbus_hash_map_get_key_type ()


-
+

egg_dbus_hash_map_get_value_type ()


-
+

egg_dbus_hash_map_clear ()

void                egg_dbus_hash_map_clear             (EggDBusHashMap *hash_map);

@@ -736,7 +736,7 @@


-
+

egg_dbus_hash_map_insert ()

void                egg_dbus_hash_map_insert            (EggDBusHashMap *hash_map,
                                                          

-
+

egg_dbus_hash_map_contains ()


-
+

egg_dbus_hash_map_lookup ()


-
+

egg_dbus_hash_map_lookup_copy ()


-
+

egg_dbus_hash_map_remove ()


-
+

egg_dbus_hash_map_foreach ()


-
+

egg_dbus_hash_map_contains_fixed ()


-
+

egg_dbus_hash_map_contains_float ()


-
+

egg_dbus_hash_map_lookup_fixed ()


-
+

egg_dbus_hash_map_lookup_float ()


-
+

egg_dbus_hash_map_lookup_fixed_copy ()


-
+

egg_dbus_hash_map_lookup_float_copy ()


-
+

egg_dbus_hash_map_lookup_ptr_fixed ()


-
+

egg_dbus_hash_map_lookup_ptr_float ()


-
+

egg_dbus_hash_map_lookup_fixed_fixed ()


-
+

egg_dbus_hash_map_lookup_fixed_float ()


-
+

egg_dbus_hash_map_lookup_float_fixed ()


-
+

egg_dbus_hash_map_lookup_float_float ()


-
+

egg_dbus_hash_map_remove_fixed ()


-
+

egg_dbus_hash_map_remove_float ()


-
+

egg_dbus_hash_map_insert_ptr_fixed ()

void                egg_dbus_hash_map_insert_ptr_fixed  (EggDBusHashMap *hash_map,
                                                          

-
+

egg_dbus_hash_map_insert_ptr_float ()

void                egg_dbus_hash_map_insert_ptr_float  (EggDBusHashMap *hash_map,
                                                          

-
+

egg_dbus_hash_map_insert_fixed_ptr ()

void                egg_dbus_hash_map_insert_fixed_ptr  (EggDBusHashMap *hash_map,
                                                          

-
+

egg_dbus_hash_map_insert_fixed_fixed ()

void                egg_dbus_hash_map_insert_fixed_fixed
                                                         (EggDBusHashMap *hash_map,
@@ -1803,7 +1803,7 @@
 

-
+

egg_dbus_hash_map_insert_fixed_float ()

void                egg_dbus_hash_map_insert_fixed_float
                                                         (EggDBusHashMap *hash_map,
@@ -1853,7 +1853,7 @@
 

-
+

egg_dbus_hash_map_insert_float_ptr ()

void                egg_dbus_hash_map_insert_float_ptr  (EggDBusHashMap *hash_map,
                                                          

-
+

egg_dbus_hash_map_insert_float_fixed ()

void                egg_dbus_hash_map_insert_float_fixed
                                                         (EggDBusHashMap *hash_map,
@@ -1949,7 +1949,7 @@
 

-
+

egg_dbus_hash_map_insert_float_float ()

void                egg_dbus_hash_map_insert_float_float
                                                         (EggDBusHashMap *hash_map,
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-hierarchy.html eggdbus-0.6/docs/eggdbus/html/eggdbus-hierarchy.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-hierarchy.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-hierarchy.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 Object Hierarchy
-
+
 
 
 
@@ -35,7 +35,7 @@
 EggDBus Reference Manual
 Next
 
-
+

Object Hierarchy

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-com.example.Frob.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-com.example.Frob.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-com.example.Frob.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-com.example.Frob.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 com.example.Frob Interface
-
+
 
 
 
@@ -46,7 +46,7 @@
                 Signals
 
 
-
+
@@ -55,7 +55,7 @@
-
+

Methods

 HelloWorld                            (IN  String                           hello_message,
@@ -197,7 +197,7 @@
 EmitTestSignals                       ()
     
-
+

Signals

 SignalWithPrimitiveTypes        (Byte                 val_byte,
@@ -223,7 +223,7 @@
                                  Dict<String,Point>   hash_of_string_to_point)
     
-
+

Properties

 y       readable     Byte
@@ -253,7 +253,7 @@
 foo     readable     String
     
-
+

Description

@@ -262,9 +262,9 @@

-
+

Method Details

-
+

HelloWorld ()

 HelloWorld (IN  String  hello_message,
@@ -292,7 +292,7 @@
 

-
+

TestPrimitiveTypes ()

 TestPrimitiveTypes (IN  Byte        val_byte,
@@ -474,7 +474,7 @@
 

-
+

TestArrayOfPrimitiveTypes ()

 TestArrayOfPrimitiveTypes (IN  Array<Byte>        val_byte,
@@ -656,7 +656,7 @@
 

-
+

TestStructureTypes ()

 TestStructureTypes (IN  Point           s1,
@@ -698,7 +698,7 @@
 

-
+

TestArrayOfStructureTypes ()

 TestArrayOfStructureTypes (IN  Array<ExtendedDescribedPoint>  list,
@@ -726,7 +726,7 @@
 

-
+

TestHashTables ()

 TestHashTables (IN  Dict<String,String>          hss,
@@ -894,7 +894,7 @@
 

-
+

TestHashTablesOfArrays ()

 TestHashTablesOfArrays (IN  Dict<String,Array<String>>      hsas,
@@ -1076,7 +1076,7 @@
 

-
+

TestHashTableOfStructures ()

 TestHashTableOfStructures (IN  Dict<String,Point>           hash_of_points,
@@ -1104,7 +1104,7 @@
 

-
+

TestHashTableOfHashTablesOfStructures ()

 TestHashTableOfHashTablesOfStructures (IN  Dict<String,Dict<String,Point>>  hash_of_hash_of_points,
@@ -1132,7 +1132,7 @@
 

-
+

TestArrayOfHashTablesOfStructures ()

 TestArrayOfHashTablesOfStructures (IN  Array<Dict<String,Point>>  array_of_hash_of_points,
@@ -1160,7 +1160,7 @@
 

-
+

TestArrayOfArrays ()

 TestArrayOfArrays (IN  Array<Array<String>>         aas,
@@ -1356,7 +1356,7 @@
 

-
+

TestVariantReturn ()

 TestVariantReturn (IN  String   desired_variant,
@@ -1384,7 +1384,7 @@
 

-
+

EmitTestSignals ()

 EmitTestSignals ()
@@ -1398,9 +1398,9 @@
 
-
+

Signal Details

-
+

The "SignalWithPrimitiveTypes" signal

 SignalWithPrimitiveTypes (Byte        val_byte,
@@ -1498,7 +1498,7 @@
 

-
+

The "SignalWithArrayOfPrimitiveTypes" signal

 SignalWithArrayOfPrimitiveTypes (Array<Byte>        array_byte,
@@ -1547,7 +1547,7 @@
 

-
+

The "SignalWithStructureAndHash" signal

 SignalWithStructureAndHash (Point                point,
@@ -1589,9 +1589,9 @@
 
-
+

Property Details

-
+

The "y" property

 y     readable     Byte
@@ -1601,7 +1601,7 @@
     


-
+

The "b" property

 b     readable     Boolean
@@ -1611,7 +1611,7 @@
     


-
+

The "n" property

 n     readable     Int16
@@ -1621,7 +1621,7 @@
     


-
+

The "q" property

 q     readable     UInt16
@@ -1631,7 +1631,7 @@
     


-
+

The "i" property

 i     readable     Int32
@@ -1641,7 +1641,7 @@
     


-
+

The "u" property

 u     readable     UInt32
@@ -1651,7 +1651,7 @@
     


-
+

The "x" property

 x     readable     Int64
@@ -1661,7 +1661,7 @@
     


-
+

The "t" property

 t     readable     UInt64
@@ -1671,7 +1671,7 @@
     


-
+

The "d" property

 d     readable     Double
@@ -1681,7 +1681,7 @@
     


-
+

The "s" property

 s     readable     String
@@ -1691,7 +1691,7 @@
     


-
+

The "o" property

 o     readable     ObjectPath
@@ -1701,7 +1701,7 @@
     


-
+

The "g" property

 g     readable     Signature
@@ -1711,7 +1711,7 @@
     


-
+

The "ay" property

 ay     readable     Array<Byte>
@@ -1721,7 +1721,7 @@
     


-
+

The "ab" property

 ab     readable     Array<Boolean>
@@ -1731,7 +1731,7 @@
     


-
+

The "an" property

 an     readable     Array<Int16>
@@ -1741,7 +1741,7 @@
     


-
+

The "aq" property

 aq     readable     Array<UInt16>
@@ -1751,7 +1751,7 @@
     


-
+

The "ai" property

 ai     readable     Array<Int32>
@@ -1761,7 +1761,7 @@
     


-
+

The "au" property

 au     readable     Array<UInt32>
@@ -1771,7 +1771,7 @@
     


-
+

The "ax" property

 ax     readable     Array<Int64>
@@ -1781,7 +1781,7 @@
     


-
+

The "at" property

 at     readable     Array<UInt64>
@@ -1791,7 +1791,7 @@
     


-
+

The "ad" property

 ad     readable     Array<Double>
@@ -1801,7 +1801,7 @@
     


-
+

The "as" property

 as     readable     Array<String>
@@ -1811,7 +1811,7 @@
     


-
+

The "ao" property

 ao     readable     Array<ObjectPath>
@@ -1821,7 +1821,7 @@
     


-
+

The "ag" property

 ag     readable     Array<Signature>
@@ -1831,7 +1831,7 @@
     


-
+

The "foo" property

 foo     readable     String
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-com.example.Tweak.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-com.example.Tweak.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-com.example.Tweak.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-com.example.Tweak.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 com.example.Tweak Interface
-
+
 
 
 
@@ -46,7 +46,7 @@
                 Signals
 
 
-
+
@@ -55,7 +55,7 @@
-
+

Methods

 BlockUntilRWPropertyChanges (OUT String  NewPropValue)
@@ -75,7 +75,7 @@
                              OUT Int32   better_value)
     
-
+

Signals

 NewzNotifz                 (String   newz)
@@ -85,7 +85,7 @@
 EscapeVehicleChanged       (Vehicle  new_escape_vehicle)
     
-
+

Properties

 foo                        readable     String
@@ -98,15 +98,15 @@
 DefaultCreateFlags         readwrite    CreateFlags
     
-
+

Description

The #Tweak interface wraps the D-Bus interface com.example.Tweak. It is used in the EggDBus test suite.

-
+

Method Details

-
+

BlockUntilRWPropertyChanges ()

 BlockUntilRWPropertyChanges (OUT String  NewPropValue)
@@ -125,7 +125,7 @@
 

-
+

ChangeReadableProperty ()

 ChangeReadableProperty (IN  String  new_value)
@@ -144,7 +144,7 @@
 

-
+

ICanHazGreetingz ()

 ICanHazGreetingz (IN  String  greetz,
@@ -172,7 +172,7 @@
 

-
+

BroadcastzNewz ()

 BroadcastzNewz (IN  String  newz)
@@ -191,7 +191,7 @@
 

-
+

GetServerUniqueName ()

 GetServerUniqueName (OUT String  server_unique_name)
@@ -210,7 +210,7 @@
 

-
+

LongRunningMethod ()

 LongRunningMethod (IN  Int32  msec_to_run)
@@ -229,7 +229,7 @@
 

-
+

ReturnGError ()

 ReturnGError (IN  String  error_domain,
@@ -257,7 +257,7 @@
 

-
+

MethodStructDisambiguation ()

 MethodStructDisambiguation (IN  Pair   pair,
@@ -299,7 +299,7 @@
 

-
+

MethodWithCTypes ()

 MethodWithCTypes (IN  Int32  value,
@@ -327,9 +327,9 @@
 
-
+

Signal Details

-
+

The "NewzNotifz" signal

 NewzNotifz (String  newz)
@@ -348,7 +348,7 @@
 

-
+

The "SignalStructDisambiguation" signal

 SignalStructDisambiguation (Pair   pair,
@@ -376,7 +376,7 @@
 

-
+

The "SignalWithCType" signal

 SignalWithCType (Int32  better_value)
@@ -395,7 +395,7 @@
 

-
+

The "EscapeVehicleChanged" signal

 EscapeVehicleChanged (Vehicle  new_escape_vehicle)
@@ -414,9 +414,9 @@
 
-
+

Property Details

-
+

The "foo" property

 foo     readable     String
@@ -426,7 +426,7 @@
     


-
+

The "bar" property

 bar     readable     Array<Int32>
@@ -436,7 +436,7 @@
     


-
+

The "baz" property

 baz     readable     Point
@@ -446,7 +446,7 @@
     


-
+

The "baz-forced-to-use-pair" property

 baz-forced-to-use-pair     readable     Pair
@@ -456,7 +456,7 @@
     


-
+

The "SomeReadWriteProperty" property

 SomeReadWriteProperty     readwrite    String
@@ -466,7 +466,7 @@
     


-
+

The "PropertyWithCType" property

 PropertyWithCType     readwrite    Int32
@@ -476,7 +476,7 @@
     


-
+

The "EscapeVehicle" property

 EscapeVehicle     readwrite    Vehicle
@@ -486,7 +486,7 @@
     


-
+

The "DefaultCreateFlags" property

 DefaultCreateFlags     readwrite    CreateFlags
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-com.example.Twiddle.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-com.example.Twiddle.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-com.example.Twiddle.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-com.example.Twiddle.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 com.example.Twiddle Interface
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Signals
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Methods

 BroadcastzNewz          (IN  String          newz)
@@ -74,21 +74,21 @@
 UnregisterAllInterfaces (IN  String          object_path)
     
-
+

Signals

 NewzNotifz (String  newz)
     
-
+

Description

The #Twiddle interface wraps the D-Bus interface com.example.Twiddle. It is used in the EggDBus test suite.

-
+

Method Details

-
+

BroadcastzNewz ()

 BroadcastzNewz (IN  String  newz)
@@ -107,7 +107,7 @@
 

-
+

GetMostPowerfulSubject ()

 GetMostPowerfulSubject (OUT 

-
+

GetAllSubjects ()

 GetAllSubjects (OUT Array<

-
+

RegisterInterface ()

 RegisterInterface (IN  String   object_path,
@@ -195,7 +195,7 @@
 

-
+

UnregisterInterface ()

 UnregisterInterface (IN  String   object_path,
@@ -237,7 +237,7 @@
 

-
+

UnregisterAllInterfaces ()

 UnregisterAllInterfaces (IN  String  object_path)
@@ -256,9 +256,9 @@
 
-
+

Signal Details

-
+

The "NewzNotifz" signal

 NewzNotifz (String  newz)
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 org.freedesktop.DBus Interface
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Signals
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Methods

 Flags        RequestNameFlags
@@ -93,7 +93,7 @@
 GetId                               (OUT String                   unique_id)
     
-
+

Signals

 NameOwnerChanged (String  name,
@@ -103,15 +103,15 @@
 NameAcquired     (String  name)
     
-
+

Description

The org.freedesktop.DBus D-Bus interface is implemented by message bus daemons. Normally applications only use the RequestName() method to claim a well-known name on the message bus.

-
+

Enumerations

-
+

The RequestNameFlags Flags

@@ -163,7 +163,7 @@


-
+

The RequestNameReply Enumeration

@@ -215,7 +215,7 @@


-
+

The ReleaseNameReply Enumeration

@@ -260,7 +260,7 @@


-
+

The StartServiceByNameReply Enumeration

@@ -298,9 +298,9 @@

-
+

Method Details

-
+

Hello ()

 Hello (OUT String  assigned_name)
@@ -319,7 +319,7 @@
 

-
+

RequestName ()

 RequestName (IN  String            name,
@@ -354,7 +354,7 @@
 

-
+

ReleaseName ()

 ReleaseName (IN  String            name,
@@ -382,7 +382,7 @@
 

-
+

StartServiceByName ()

 StartServiceByName (IN  String                   name,
@@ -417,7 +417,7 @@
 

-
+

UpdateActivationEnvironment ()

 UpdateActivationEnvironment (IN  Dict<String,String>  env_hash)
@@ -436,7 +436,7 @@
 

-
+

NameHasOwner ()

 NameHasOwner (IN  String   name,
@@ -464,7 +464,7 @@
 

-
+

ListNames ()

 ListNames (OUT Array<String>  names)
@@ -483,7 +483,7 @@
 

-
+

ListActivatableNames ()

 ListActivatableNames (OUT Array<String>  activatable_names)
@@ -502,7 +502,7 @@
 

-
+

AddMatch ()

 AddMatch (IN  String  rule)
@@ -521,7 +521,7 @@
 

-
+

RemoveMatch ()

 RemoveMatch (IN  String  rule)
@@ -540,7 +540,7 @@
 

-
+

GetNameOwner ()

 GetNameOwner (IN  String  name,
@@ -568,7 +568,7 @@
 

-
+

ListQueuedOwners ()

 ListQueuedOwners (IN  String         name,
@@ -596,7 +596,7 @@
 

-
+

GetConnectionUnixUser ()

 GetConnectionUnixUser (IN  String  name,
@@ -624,7 +624,7 @@
 

-
+

GetConnectionUnixProcessID ()

 GetConnectionUnixProcessID (IN  String  name,
@@ -652,7 +652,7 @@
 

-
+

GetAdtAuditSessionData ()

 GetAdtAuditSessionData (IN  String       name,
@@ -680,7 +680,7 @@
 

-
+

GetConnectionSELinuxSecurityContext ()

 GetConnectionSELinuxSecurityContext (IN  String       name,
@@ -708,7 +708,7 @@
 

-
+

ReloadConfig ()

 ReloadConfig ()
@@ -722,7 +722,7 @@
 

-
+

GetId ()

 GetId (OUT String  unique_id)
@@ -741,9 +741,9 @@
 
-
+

Signal Details

-
+

The "NameOwnerChanged" signal

 NameOwnerChanged (String  name,
@@ -778,7 +778,7 @@
 

-
+

The "NameLost" signal

 NameLost (String  name)
@@ -797,7 +797,7 @@
 

-
+

The "NameAcquired" signal

 NameAcquired (String  name)
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Introspectable.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Introspectable.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Introspectable.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Introspectable.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 org.freedesktop.DBus.Introspectable Interface
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,21 +51,21 @@
-
+

Methods

 Introspect (OUT String  xml_data)
     
-
+

Description

Introspection support.

-
+

Method Details

-
+

Introspect ()

 Introspect (OUT String  xml_data)
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Peer.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Peer.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Peer.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Peer.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 org.freedesktop.DBus.Peer Interface
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,22 +51,22 @@
-
+

Methods

 Ping         ()
 GetMachineId (OUT String  machine_uuid)
     
-
+

Description

All D-Bus objects are supposed to implement the org.freedesktop.DBus.Peer D-Bus interface. The interface is designed to be a minimal interface for checking whether the other end is reachable and, if so, what machine hosts the object.

-
+

Method Details

-
+

Ping ()

 Ping ()
@@ -80,7 +80,7 @@
 

-
+

GetMachineId ()

 GetMachineId (OUT String  machine_uuid)
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Properties.html eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Properties.html
--- eggdbus-0.5/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Properties.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/eggdbus-interface-org.freedesktop.DBus.Properties.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 org.freedesktop.DBus.Properties Interface
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Signals
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Methods

 Get    (IN  String                interface_name,
@@ -66,22 +66,22 @@
         IN  Variant               value)
     
-
+

Signals

 EggDBusChanged (String                interface_name,
                 Dict<String,Variant>  changed_properties)
     
-
+

Description

Many native APIs will have a concept of object properties or attributes. These can be exposed via the org.freedesktop.DBus.Properties interface. The available properties and whether they are writable can be determined by using the org.freedesktop.DBus.Introspectable interface.

-
+

Method Details

-
+

Get ()

 Get (IN  String   interface_name,
@@ -116,7 +116,7 @@
 

-
+

GetAll ()

 GetAll (IN  String                interface_name,
@@ -144,7 +144,7 @@
 

-
+

Set ()

 Set (IN  String   interface_name,
@@ -179,9 +179,9 @@
 
-
+

Signal Details

-
+

The "EggDBusChanged" signal

 EggDBusChanged (String                interface_name,
diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusInterfaceProxy.html eggdbus-0.6/docs/eggdbus/html/EggDBusInterfaceProxy.html
--- eggdbus-0.5/docs/eggdbus/html/EggDBusInterfaceProxy.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/EggDBusInterfaceProxy.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 EggDBusInterfaceProxy
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Object Hierarchy
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     EggDBusInterfaceProxy;
@@ -63,7 +63,7 @@
                                                         (EggDBusInterfaceProxy *interface_proxy);
 
-
+

Object Hierarchy

   
 
-
+

Description

EggDBusInterfaceProxy is an abstract base class that all interface proxies for concrete @@ -99,14 +99,14 @@ object_proxy. In addition, D-Bus properties and signals are available as GObject properties and signals on interface proxy objects.

-
+

Details

-
+

EggDBusInterfaceProxy

typedef struct _EggDBusInterfaceProxy EggDBusInterfaceProxy;

-
+

egg_dbus_interface_proxy_get_object_proxy ()

EggDBusObjectProxy * egg_dbus_interface_proxy_get_object_proxy
                                                         (EggDBusInterfaceProxy *interface_proxy);
@@ -129,7 +129,7 @@

-
+

egg_dbus_interface_proxy_get_interface_iface ()

EggDBusInterfaceIface * egg_dbus_interface_proxy_get_interface_iface
                                                         (EggDBusInterfaceProxy *interface_proxy);
@@ -152,7 +152,7 @@
-
+

See Also

#EggDBusObjectProxy
diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusMessage.html eggdbus-0.6/docs/eggdbus/html/EggDBusMessage.html --- eggdbus-0.5/docs/eggdbus/html/EggDBusMessage.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/EggDBusMessage.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusMessage - + @@ -46,7 +46,7 @@ Properties -
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusMessage;
@@ -459,7 +459,7 @@
 >GError **error);
 
-
+

Object Hierarchy

   
 
-
+

Properties

   "connection"               EggDBusConnection*    : Read / Write / Construct Only
@@ -501,20 +501,20 @@
 >gchar*                : Read
 
-
+

Description

The EggDBusMessage class is used for sending and receiving D-Bus messages. This class is only useful for language bindings.

-
+

Details

-
+

EggDBusMessage

typedef struct _EggDBusMessage EggDBusMessage;

-
+

enum EggDBusMessageType

typedef enum {
   EGG_DBUS_MESSAGE_TYPE_METHOD_CALL,
@@ -525,7 +525,7 @@
 

-
+

egg_dbus_message_new_for_method_reply ()

EggDBusMessage *    egg_dbus_message_new_for_method_reply
                                                         (EggDBusMessage *reply_to);
@@ -550,7 +550,7 @@

-
+

egg_dbus_message_new_for_method_error_reply ()

EggDBusMessage *    egg_dbus_message_new_for_method_error_reply
                                                         (EggDBusMessage *reply_to,
@@ -591,7 +591,7 @@
 

-
+

egg_dbus_message_get_connection ()

EggDBusConnection * egg_dbus_message_get_connection     (EggDBusMessage *message);

@@ -613,7 +613,7 @@


-
+

egg_dbus_message_get_message_type ()

EggDBusMessageType  egg_dbus_message_get_message_type   (EggDBusMessage *message);

@@ -635,7 +635,7 @@


-
+

egg_dbus_message_get_object_path ()

const 

-
+

egg_dbus_message_get_interface_name ()

const 

-
+

egg_dbus_message_get_method_name ()

const 

-
+

egg_dbus_message_get_signal_name ()

const 

-
+

egg_dbus_message_get_in_reply_to ()

EggDBusMessage *    egg_dbus_message_get_in_reply_to    (EggDBusMessage *message);

@@ -753,7 +753,7 @@


-
+

egg_dbus_message_get_sender ()

const 

-
+

egg_dbus_message_get_destination ()

const 

-
+

egg_dbus_message_get_signature ()

const 

-
+

egg_dbus_message_append_string ()


-
+

egg_dbus_message_append_string_array ()


-
+

egg_dbus_message_append_object_path ()


-
+

egg_dbus_message_append_object_path_array ()


-
+

egg_dbus_message_append_signature ()


-
+

egg_dbus_message_append_signature_array ()


-
+

egg_dbus_message_append_byte ()


-
+

egg_dbus_message_append_int16 ()


-
+

egg_dbus_message_append_uint16 ()


-
+

egg_dbus_message_append_int ()


-
+

egg_dbus_message_append_uint ()


-
+

egg_dbus_message_append_int64 ()


-
+

egg_dbus_message_append_uint64 ()


-
+

egg_dbus_message_append_boolean ()


-
+

egg_dbus_message_append_double ()


-
+

egg_dbus_message_append_seq ()


-
+

egg_dbus_message_append_map ()


-
+

egg_dbus_message_append_structure ()


-
+

egg_dbus_message_append_variant ()


-
+

egg_dbus_message_append_gvalue ()


-
+

egg_dbus_message_extract_string ()


-
+

egg_dbus_message_extract_string_array ()


-
+

egg_dbus_message_extract_object_path ()


-
+

egg_dbus_message_extract_object_path_array ()


-
+

egg_dbus_message_extract_signature ()


-
+

egg_dbus_message_extract_signature_array ()


-
+

egg_dbus_message_extract_byte ()


-
+

egg_dbus_message_extract_int16 ()


-
+

egg_dbus_message_extract_uint16 ()


-
+

egg_dbus_message_extract_int ()


-
+

egg_dbus_message_extract_uint ()


-
+

egg_dbus_message_extract_int64 ()


-
+

egg_dbus_message_extract_uint64 ()


-
+

egg_dbus_message_extract_boolean ()


-
+

egg_dbus_message_extract_double ()


-
+

egg_dbus_message_extract_seq ()


-
+

egg_dbus_message_extract_map ()


-
+

egg_dbus_message_extract_structure ()


-
+

egg_dbus_message_extract_variant ()


-
+

egg_dbus_message_extract_gvalue ()

-
+

Property Details

-
+

The "connection" property

  "connection"               EggDBusConnection*    : Read / Write / Construct Only

The connection this message is for.


-
+

The "destination" property

  "destination"              Default value: NULL


-
+

The "error-message" property

  "error-message"            Default value: NULL


-
+

The "error-name" property

  "error-name"               Default value: NULL


-
+

The "in-reply-to" property

  "in-reply-to"              EggDBusMessage*       : Read / Write / Construct Only

The message this is a reply to.


-
+

The "interface-name" property

  "interface-name"           Default value: NULL


-
+

The "message-type" property

  "message-type"             EggDBusMessageType    : Read / Write / Construct Only

The type of the message.

Default value: EGG_DBUS_MESSAGE_TYPE_METHOD_CALL


-
+

The "method-name" property

  "method-name"              Default value: NULL


-
+

The "object-path" property

  "object-path"              EggDBusObjectPath*    : Read / Write / Construct Only

The object path.


-
+

The "sender" property

  "sender"                   Default value: NULL


-
+

The "signal-name" property

  "signal-name"              Default value: NULL


-
+

The "signature" property

  "signature"                
 
 EggDBusMethodInvocation
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Object Hierarchy
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     EggDBusMethodInvocation;
@@ -150,7 +150,7 @@
 >gchar *message);
 
-
+

Object Hierarchy

   
 
-
+

Description

Instances of the EggDBusMethodInvocation class are used when handling D-Bus method calls. It provides a way to get information (such as the UNIX process identifier if applicable) about the remote end invoking the method. It also provides a mechanism to return errors.

-
+

Details

-
+

EggDBusMethodInvocation

typedef struct _EggDBusMethodInvocation EggDBusMethodInvocation;

-
+

egg_dbus_method_invocation_new ()

EggDBusMethodInvocation * egg_dbus_method_invocation_new
                                                         (EggDBusMessage *request_message,
@@ -207,7 +207,7 @@
 

-
+

egg_dbus_method_invocation_get_source_tag ()


-
+

egg_dbus_method_invocation_create_reply_message ()

EggDBusMessage *    egg_dbus_method_invocation_create_reply_message
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -260,7 +260,7 @@

-
+

egg_dbus_method_invocation_get_caller ()

const 

-
+

egg_dbus_method_invocation_get_connection ()

EggDBusConnection * egg_dbus_method_invocation_get_connection
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -308,7 +308,7 @@

-
+

egg_dbus_method_invocation_add_destroy_notify ()

void                egg_dbus_method_invocation_add_destroy_notify
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -343,7 +343,7 @@
 

-
+

egg_dbus_method_invocation_return_error ()

void                egg_dbus_method_invocation_return_error
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -396,7 +396,7 @@
 

-
+

egg_dbus_method_invocation_return_error_valist ()

void                egg_dbus_method_invocation_return_error_valist
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -444,7 +444,7 @@
 

-
+

egg_dbus_method_invocation_return_error_literal ()

void                egg_dbus_method_invocation_return_error_literal
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -487,7 +487,7 @@
 

-
+

egg_dbus_method_invocation_return_gerror ()

void                egg_dbus_method_invocation_return_gerror
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -517,7 +517,7 @@
 

-
+

egg_dbus_method_invocation_return_dbus_error ()

void                egg_dbus_method_invocation_return_dbus_error
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -562,7 +562,7 @@
 

-
+

egg_dbus_method_invocation_return_dbus_error_valist ()

void                egg_dbus_method_invocation_return_dbus_error_valist
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -602,7 +602,7 @@
 

-
+

egg_dbus_method_invocation_return_dbus_error_literal ()

void                egg_dbus_method_invocation_return_dbus_error_literal
                                                         (EggDBusMethodInvocation *method_invocation,
diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusObjectProxy.html eggdbus-0.6/docs/eggdbus/html/EggDBusObjectProxy.html
--- eggdbus-0.5/docs/eggdbus/html/EggDBusObjectProxy.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/EggDBusObjectProxy.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 EggDBusObjectProxy
-
+
 
 
 
@@ -46,7 +46,7 @@
                 Properties
 
 
-
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusObjectProxy;
@@ -111,7 +111,7 @@
 >GType interface_type);
 
-
+

Object Hierarchy

   
 
-
+

Properties

   "connection"               EggDBusConnection*    : Read / Write / Construct Only
@@ -133,7 +133,7 @@
   "object-path"              EggDBusObjectPath*    : Read / Write / Construct Only
 
-
+

Description

Instances of the EggDBusObjectProxy class represents remote objects. You can't instantiate @@ -213,14 +213,14 @@

See the EggDBusInterfaceProxy class for more details on using D-Bus interfaces.

-
+

Details

-
+

EggDBusObjectProxy

typedef struct _EggDBusObjectProxy EggDBusObjectProxy;

-
+

egg_dbus_object_proxy_get_connection ()

EggDBusConnection * egg_dbus_object_proxy_get_connection
                                                         (EggDBusObjectProxy *object_proxy);
@@ -244,7 +244,7 @@

-
+

egg_dbus_object_proxy_get_name ()

const 

-
+

egg_dbus_object_proxy_get_object_path ()

const 

-
+

egg_dbus_object_proxy_get_name_owner ()


-
+

egg_dbus_object_proxy_introspect ()


-
+

egg_dbus_object_proxy_introspect_finish ()

EggDBusInterfaceNodeInfo * egg_dbus_object_proxy_introspect_finish
                                                         (EggDBusObjectProxy *object_proxy,
@@ -440,7 +440,7 @@
 

-
+

egg_dbus_object_proxy_introspect_sync ()

EggDBusInterfaceNodeInfo * egg_dbus_object_proxy_introspect_sync
                                                         (EggDBusObjectProxy *object_proxy,
@@ -498,7 +498,7 @@
 

-
+

egg_dbus_object_proxy_invalidate_properties ()

void                egg_dbus_object_proxy_invalidate_properties
                                                         (EggDBusObjectProxy *object_proxy);
@@ -519,7 +519,7 @@

-
+

egg_dbus_object_proxy_query_interface ()

EggDBusInterfaceProxy * egg_dbus_object_proxy_query_interface
                                                         (EggDBusObjectProxy *object_proxy,
@@ -560,16 +560,16 @@
 
-
+

Property Details

-
+

The "connection" property

  "connection"               EggDBusConnection*    : Read / Write / Construct Only

The connection that the EggDBusObjectProxy instance is associated with.


-
+

The "name" property

  "name"                     Default value: NULL


-
+

The "name-owner" property

  "name-owner"               Default value: NULL


-
+

The "object-path" property

  "object-path"              EggDBusObjectPath*    : Read / Write / Construct Only

The object path that the EggDBusObjectProxy instance is associated with.

-
+

See Also

#EggDBusConnection
diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-DescribedPair.html eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-DescribedPair.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-DescribedPair.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-DescribedPair.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ DescribedPair Structure - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The DescribedPair Structure

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-DescribedPoint.html eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-DescribedPoint.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-DescribedPoint.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-DescribedPoint.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ DescribedPoint Structure - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The DescribedPoint Structure

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-ExtendedDescribedPoint.html eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-ExtendedDescribedPoint.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-ExtendedDescribedPoint.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-ExtendedDescribedPoint.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ ExtendedDescribedPoint Structure - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The ExtendedDescribedPoint Structure

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-Pair.html eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-Pair.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-Pair.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-Pair.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Pair Structure - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The Pair Structure

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-Point.html eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-Point.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-Point.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-Point.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Point Structure - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The Point Structure

diff -Nru eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-StructWithVariant.html eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-StructWithVariant.html --- eggdbus-0.5/docs/eggdbus/html/eggdbus-structmain-StructWithVariant.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/eggdbus-structmain-StructWithVariant.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ StructWithVariant Structure - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+
@@ -44,8 +44,8 @@
-
-
+
+

The StructWithVariant Structure

diff -Nru eggdbus-0.5/docs/eggdbus/html/EggDBusStructure.html eggdbus-0.6/docs/eggdbus/html/EggDBusStructure.html --- eggdbus-0.5/docs/eggdbus/html/EggDBusStructure.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/EggDBusStructure.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBusStructure - + @@ -46,7 +46,7 @@ Properties -
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusStructure;
@@ -124,7 +124,7 @@
 >guint indent);
 
-
+

Object Hierarchy

   
 
-
+

Properties

   "elemement-signatures"     gchar*                : Read / Write / Construct Only
 
-
+

Description

Instances of EggDBusStructure represents D-Bus structures. Typically, this @@ -639,9 +639,9 @@ (adding new kinds like Cyborg and properties like mood) without breaking the D-Bus ABI.

-
+

Details

-
+

EggDBusStructure

typedef struct _EggDBusStructure EggDBusStructure;

@@ -649,7 +649,7 @@ never be accessed directly.


-
+

EGG_DBUS_STRUCTURE_TYPE_CHECK_INSTANCE_CAST()

#define EGG_DBUS_STRUCTURE_TYPE_CHECK_INSTANCE_CAST(instance, signature, c_type) ((c_type *) egg_dbus_structure_type_check_instance_cast (instance, signature, G_STRINGIFY (c_type)))
 
@@ -688,7 +688,7 @@

-
+

EGG_DBUS_STRUCTURE_TYPE_CHECK_INSTANCE_TYPE()

#define EGG_DBUS_STRUCTURE_TYPE_CHECK_INSTANCE_TYPE(instance, signature, c_type) (egg_dbus_structure_type_check_instance_type (instance, signature, G_STRINGIFY (c_type)))
 
@@ -727,7 +727,7 @@

-
+

egg_dbus_structure_new ()

EggDBusStructure *  egg_dbus_structure_new              (const GValue *elements);

-
+

egg_dbus_structure_get_num_elements ()

guint               egg_dbus_structure_get_num_elements (EggDBusStructure *structure);

-
+

egg_dbus_structure_get_element ()

void                egg_dbus_structure_get_element      (EggDBusStructure *structure,
                                                          

-
+

egg_dbus_structure_get_element_valist ()

void                egg_dbus_structure_get_element_valist
                                                         (EggDBusStructure *structure,
@@ -811,7 +811,7 @@
 

-
+

egg_dbus_structure_get_element_as_gvalue ()

void                egg_dbus_structure_get_element_as_gvalue
                                                         (EggDBusStructure *structure,
@@ -852,7 +852,7 @@
 

-
+

egg_dbus_structure_set_element ()

void                egg_dbus_structure_set_element      (EggDBusStructure *structure,
                                                          

-
+

egg_dbus_structure_set_element_valist ()

void                egg_dbus_structure_set_element_valist
                                                         (EggDBusStructure *structure,
@@ -920,7 +920,7 @@
 

-
+

egg_dbus_structure_set_element_as_gvalue ()

void                egg_dbus_structure_set_element_as_gvalue
                                                         (EggDBusStructure *structure,
@@ -958,14 +958,14 @@
 

-
+

egg_dbus_structure_get_signature ()

const gchar *       egg_dbus_structure_get_signature    (EggDBusStructure *structure);

-
+

egg_dbus_structure_get_signature_for_element ()

const guint element_number);

-
+

egg_dbus_structure_print ()

void                egg_dbus_structure_print            (EggDBusStructure *structure,
                                                          guint indent);
-
+

Property Details

-
+

The "elemement-signatures" property

  "elemement-signatures"     The signatures of the elements of the structure.


-
+
-
+

The "num-elemements" property

  "num-elemements"           Default value: 0


-
+

The "signature" property

  "signature"                
 
 EggDBusVariant
-
+
 
 
 
@@ -46,7 +46,7 @@
                 Properties
 
 
-
+
@@ -55,7 +55,7 @@
-
+

Synopsis

                     EggDBusVariant;
@@ -325,7 +325,7 @@
 >gboolean            egg_dbus_variant_is_structure       (EggDBusVariant *variant);
 
-
+

Object Hierarchy

   
 
-
+

Properties

   "signature"                EggDBusSignature*     : Read
 
-
+

Description

The EggDBusVariant type is used to represent D-Bus variants. It is a polymorphic type @@ -349,14 +349,14 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue" >GValue but provides a simpler API in addition to knowledge about the D-Bus signature.

-
+

Details

-
+

EggDBusVariant

typedef struct _EggDBusVariant EggDBusVariant;

-
+

egg_dbus_variant_print ()

void                egg_dbus_variant_print              (EggDBusVariant *variant,
                                                          guint indent);

-
+

egg_dbus_variant_new ()

EggDBusVariant *    egg_dbus_variant_new                (void);

@@ -381,7 +381,7 @@


-
+

egg_dbus_variant_new_for_gvalue ()

EggDBusVariant *    egg_dbus_variant_new_for_gvalue     (const 

-
+

egg_dbus_variant_get_gvalue ()

const 

-
+

egg_dbus_variant_get_variant_signature ()

const 

-
+

egg_dbus_variant_new_for_string ()

EggDBusVariant *    egg_dbus_variant_new_for_string     (const 

-
+

egg_dbus_variant_new_for_object_path ()

EggDBusVariant *    egg_dbus_variant_new_for_object_path
                                                         (const 

-
+

egg_dbus_variant_new_for_signature ()

EggDBusVariant *    egg_dbus_variant_new_for_signature  (const 

-
+

egg_dbus_variant_new_for_string_array ()

EggDBusVariant *    egg_dbus_variant_new_for_string_array
                                                         (

-
+

egg_dbus_variant_new_for_object_path_array ()

EggDBusVariant *    egg_dbus_variant_new_for_object_path_array
                                                         (

-
+

egg_dbus_variant_new_for_signature_array ()

EggDBusVariant *    egg_dbus_variant_new_for_signature_array
                                                         (

-
+

egg_dbus_variant_new_for_byte ()

EggDBusVariant *    egg_dbus_variant_new_for_byte       (

-
+

egg_dbus_variant_new_for_int16 ()

EggDBusVariant *    egg_dbus_variant_new_for_int16      (

-
+

egg_dbus_variant_new_for_uint16 ()

EggDBusVariant *    egg_dbus_variant_new_for_uint16     (

-
+

egg_dbus_variant_new_for_int ()

EggDBusVariant *    egg_dbus_variant_new_for_int        (

-
+

egg_dbus_variant_new_for_uint ()

EggDBusVariant *    egg_dbus_variant_new_for_uint       (

-
+

egg_dbus_variant_new_for_int64 ()

EggDBusVariant *    egg_dbus_variant_new_for_int64      (

-
+

egg_dbus_variant_new_for_uint64 ()

EggDBusVariant *    egg_dbus_variant_new_for_uint64     (

-
+

egg_dbus_variant_new_for_boolean ()

EggDBusVariant *    egg_dbus_variant_new_for_boolean    (

-
+

egg_dbus_variant_new_for_double ()

EggDBusVariant *    egg_dbus_variant_new_for_double     (

-
+

egg_dbus_variant_new_for_seq ()

EggDBusVariant *    egg_dbus_variant_new_for_seq        (EggDBusArraySeq *seq,
                                                          const 

-
+

egg_dbus_variant_new_for_map ()

EggDBusVariant *    egg_dbus_variant_new_for_map        (EggDBusHashMap *map,
                                                          const 

-
+

egg_dbus_variant_new_for_structure ()

EggDBusVariant *    egg_dbus_variant_new_for_structure  (EggDBusStructure *structure);

@@ -996,7 +996,7 @@


-
+

egg_dbus_variant_set_string ()

void                egg_dbus_variant_set_string         (EggDBusVariant *variant,
                                                          const 

-
+

egg_dbus_variant_set_object_path ()

void                egg_dbus_variant_set_object_path    (EggDBusVariant *variant,
                                                          const 

-
+

egg_dbus_variant_set_signature ()

void                egg_dbus_variant_set_signature      (EggDBusVariant *variant,
                                                          const 

-
+

egg_dbus_variant_set_string_array ()

void                egg_dbus_variant_set_string_array   (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_object_path_array ()

void                egg_dbus_variant_set_object_path_array
                                                         (EggDBusVariant *variant,
@@ -1126,7 +1126,7 @@
 

-
+

egg_dbus_variant_set_signature_array ()

void                egg_dbus_variant_set_signature_array
                                                         (EggDBusVariant *variant,
@@ -1154,7 +1154,7 @@
 

-
+

egg_dbus_variant_set_byte ()

void                egg_dbus_variant_set_byte           (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_int16 ()

void                egg_dbus_variant_set_int16          (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_uint16 ()

void                egg_dbus_variant_set_uint16         (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_int ()

void                egg_dbus_variant_set_int            (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_uint ()

void                egg_dbus_variant_set_uint           (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_int64 ()

void                egg_dbus_variant_set_int64          (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_uint64 ()

void                egg_dbus_variant_set_uint64         (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_boolean ()

void                egg_dbus_variant_set_boolean        (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_double ()

void                egg_dbus_variant_set_double         (EggDBusVariant *variant,
                                                          

-
+

egg_dbus_variant_set_seq ()

void                egg_dbus_variant_set_seq            (EggDBusVariant *variant,
                                                          EggDBusArraySeq *seq,
@@ -1446,7 +1446,7 @@
 

-
+

egg_dbus_variant_set_map ()

void                egg_dbus_variant_set_map            (EggDBusVariant *variant,
                                                          EggDBusHashMap *map,
@@ -1485,7 +1485,7 @@
 

-
+

egg_dbus_variant_set_structure ()

void                egg_dbus_variant_set_structure      (EggDBusVariant *variant,
                                                          EggDBusStructure *structure);
@@ -1508,7 +1508,7 @@

-
+

egg_dbus_variant_get_string ()

const 

-
+

egg_dbus_variant_get_object_path ()

const 

-
+

egg_dbus_variant_get_signature ()

const gchar *       egg_dbus_variant_get_signature      (EggDBusVariant *variant);

-
+

egg_dbus_variant_get_string_array ()


-
+

egg_dbus_variant_get_object_path_array ()


-
+

egg_dbus_variant_get_signature_array ()


-
+

egg_dbus_variant_get_byte ()


-
+

egg_dbus_variant_get_int16 ()


-
+

egg_dbus_variant_get_uint16 ()


-
+

egg_dbus_variant_get_int ()


-
+

egg_dbus_variant_get_uint ()


-
+

egg_dbus_variant_get_int64 ()


-
+

egg_dbus_variant_get_uint64 ()


-
+

egg_dbus_variant_get_boolean ()


-
+

egg_dbus_variant_get_double ()


-
+

egg_dbus_variant_get_seq ()

EggDBusArraySeq *   egg_dbus_variant_get_seq            (EggDBusVariant *variant);

@@ -1929,7 +1929,7 @@


-
+

egg_dbus_variant_get_map ()

EggDBusHashMap *    egg_dbus_variant_get_map            (EggDBusVariant *variant);

@@ -1953,7 +1953,7 @@


-
+

egg_dbus_variant_get_structure ()

EggDBusStructure *  egg_dbus_variant_get_structure      (EggDBusVariant *variant);

@@ -1977,7 +1977,7 @@


-
+

egg_dbus_variant_is_unset ()


-
+

egg_dbus_variant_is_string ()


-
+

egg_dbus_variant_is_object_path ()


-
+

egg_dbus_variant_is_signature ()

gboolean            egg_dbus_variant_is_signature       (EggDBusVariant *variant);

-
+

egg_dbus_variant_is_string_array ()


-
+

egg_dbus_variant_is_object_path_array ()


-
+

egg_dbus_variant_is_signature_array ()


-
+

egg_dbus_variant_is_byte ()


-
+

egg_dbus_variant_is_int16 ()


-
+

egg_dbus_variant_is_uint16 ()


-
+

egg_dbus_variant_is_int ()


-
+

egg_dbus_variant_is_uint ()


-
+

egg_dbus_variant_is_int64 ()


-
+

egg_dbus_variant_is_uint64 ()


-
+

egg_dbus_variant_is_boolean ()


-
+

egg_dbus_variant_is_double ()


-
+

egg_dbus_variant_is_seq ()


-
+

egg_dbus_variant_is_map ()


-
+

egg_dbus_variant_is_structure ()

-
+

Property Details

-
+

The "signature" property

  "signature"                EggDBusSignature*     : Read

The signature of the variant.

diff -Nru eggdbus-0.5/docs/eggdbus/html/example-dbus.html eggdbus-0.6/docs/eggdbus/html/example-dbus.html --- eggdbus-0.5/docs/eggdbus/html/example-dbus.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/example-dbus.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Example of Generated D-Bus docs - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Example of Generated D-Bus docs

diff -Nru eggdbus-0.5/docs/eggdbus/html/example.html eggdbus-0.6/docs/eggdbus/html/example.html --- eggdbus-0.5/docs/eggdbus/html/example.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/example.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Example of Generated Code - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Example of Generated Code

diff -Nru eggdbus-0.5/docs/eggdbus/html/index.html eggdbus-0.6/docs/eggdbus/html/index.html --- eggdbus-0.5/docs/eggdbus/html/index.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/index.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBus Reference Manual - + @@ -26,7 +26,7 @@ -
+
@@ -38,11 +38,11 @@             
          

-

Version 0.5 +

Version 0.6

-
-

+

+

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later diff -Nru eggdbus-0.5/docs/eggdbus/html/ix01.html eggdbus-0.6/docs/eggdbus/html/ix01.html --- eggdbus-0.5/docs/eggdbus/html/ix01.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ix01.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Index - + @@ -34,9 +34,9 @@ EggDBus Reference Manual   -

+

-Index

+Index

E

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-api.html eggdbus-0.6/docs/eggdbus/html/ref-api.html --- eggdbus-0.5/docs/eggdbus/html/ref-api.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-api.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ API Reference - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

API Reference

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-overview-compiling.html eggdbus-0.6/docs/eggdbus/html/ref-overview-compiling.html --- eggdbus-0.5/docs/eggdbus/html/ref-overview-compiling.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-overview-compiling.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Compiling EggDBus applications - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Compiling EggDBus applications

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-overview-concepts.html eggdbus-0.6/docs/eggdbus/html/ref-overview-concepts.html --- eggdbus-0.5/docs/eggdbus/html/ref-overview-concepts.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-overview-concepts.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Mapping D-Bus to GObject - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -

+

Mapping D-Bus to GObject

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-overview.html eggdbus-0.6/docs/eggdbus/html/ref-overview.html --- eggdbus-0.5/docs/eggdbus/html/ref-overview.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-overview.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ EggDBus Overview - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -

+

EggDBus Overview

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-overview-intro.html eggdbus-0.6/docs/eggdbus/html/ref-overview-intro.html --- eggdbus-0.5/docs/eggdbus/html/ref-overview-intro.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-overview-intro.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Introduction - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Introduction

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-programs.html eggdbus-0.6/docs/eggdbus/html/ref-programs.html --- eggdbus-0.5/docs/eggdbus/html/ref-programs.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-programs.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Tools Reference - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -

+

Tools Reference

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-tutorial.html eggdbus-0.6/docs/eggdbus/html/ref-tutorial.html --- eggdbus-0.5/docs/eggdbus/html/ref-tutorial.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-tutorial.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Tutorial - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Tutorial

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-tutorial-providing.html eggdbus-0.6/docs/eggdbus/html/ref-tutorial-providing.html --- eggdbus-0.5/docs/eggdbus/html/ref-tutorial-providing.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-tutorial-providing.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Writing a D-Bus service - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -
+

Writing a D-Bus service

diff -Nru eggdbus-0.5/docs/eggdbus/html/ref-tutorial-using.html eggdbus-0.6/docs/eggdbus/html/ref-tutorial-using.html --- eggdbus-0.5/docs/eggdbus/html/ref-tutorial-using.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/ref-tutorial-using.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Using a D-Bus service - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -

+

Using a D-Bus service

diff -Nru eggdbus-0.5/docs/eggdbus/html/stdinterfaces.html eggdbus-0.6/docs/eggdbus/html/stdinterfaces.html --- eggdbus-0.5/docs/eggdbus/html/stdinterfaces.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/stdinterfaces.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ Well-known D-Bus Interfaces - + @@ -35,7 +35,7 @@ EggDBus Reference Manual Next -

+

Well-known D-Bus Interfaces

diff -Nru eggdbus-0.5/docs/eggdbus/html/TestDescribedPair.html eggdbus-0.6/docs/eggdbus/html/TestDescribedPair.html --- eggdbus-0.5/docs/eggdbus/html/TestDescribedPair.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/TestDescribedPair.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ TestDescribedPair - + @@ -44,7 +44,7 @@ Object Hierarchy -
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestDescribedPair;
@@ -73,7 +73,7 @@
                                                          TestPair *value);
 
-
+

Object Hierarchy

   
 
-
+

Description

Test type for wrapping (s(ii)).

-
+

Details

-
+

TestDescribedPair

typedef struct _TestDescribedPair TestDescribedPair;

-
+

test_described_pair_new ()

TestDescribedPair * test_described_pair_new             (const 

-
+

test_described_pair_get_desc ()

const 

-
+

test_described_pair_get_pair ()

TestPair *          test_described_pair_get_pair        (TestDescribedPair *instance);

@@ -171,7 +171,7 @@


-
+

test_described_pair_set_desc ()

void                test_described_pair_set_desc        (TestDescribedPair *instance,
                                                          const 

-
+

test_described_pair_set_pair ()

void                test_described_pair_set_pair        (TestDescribedPair *instance,
                                                          TestPair *value);
diff -Nru eggdbus-0.5/docs/eggdbus/html/TestDescribedPoint.html eggdbus-0.6/docs/eggdbus/html/TestDescribedPoint.html --- eggdbus-0.5/docs/eggdbus/html/TestDescribedPoint.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/TestDescribedPoint.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ TestDescribedPoint - + @@ -44,7 +44,7 @@ Object Hierarchy -
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestDescribedPoint;
@@ -73,7 +73,7 @@
                                                          TestPoint *value);
 
-
+

Object Hierarchy

   
 
-
+

Description

Test type for wrapping (s(ii)).

-
+

Details

-
+

TestDescribedPoint

typedef struct _TestDescribedPoint TestDescribedPoint;

-
+

test_described_point_new ()

TestDescribedPoint * test_described_point_new           (const 

-
+

test_described_point_get_desc ()

const 

-
+

test_described_point_get_point ()

TestPoint *         test_described_point_get_point      (TestDescribedPoint *instance);

@@ -171,7 +171,7 @@


-
+

test_described_point_set_desc ()

void                test_described_point_set_desc       (TestDescribedPoint *instance,
                                                          const 

-
+

test_described_point_set_point ()

void                test_described_point_set_point      (TestDescribedPoint *instance,
                                                          TestPoint *value);
diff -Nru eggdbus-0.5/docs/eggdbus/html/TestExtendedDescribedPoint.html eggdbus-0.6/docs/eggdbus/html/TestExtendedDescribedPoint.html --- eggdbus-0.5/docs/eggdbus/html/TestExtendedDescribedPoint.html 2009-06-19 22:39:06.000000000 +0100 +++ eggdbus-0.6/docs/eggdbus/html/TestExtendedDescribedPoint.html 2009-11-13 17:29:57.000000000 +0000 @@ -3,7 +3,7 @@ TestExtendedDescribedPoint - + @@ -44,7 +44,7 @@ Object Hierarchy -
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestExtendedDescribedPoint;
@@ -90,7 +90,7 @@
 >gchar *value);
 
-
+

Object Hierarchy

   
 
-
+

Description

Test type for wrapping (s(ii)s).

-
+

Details

-
+

TestExtendedDescribedPoint

typedef struct _TestExtendedDescribedPoint TestExtendedDescribedPoint;

-
+

test_extended_described_point_new ()

TestExtendedDescribedPoint * test_extended_described_point_new
                                                         (const 

-
+

test_extended_described_point_get_desc ()

const 

-
+

test_extended_described_point_get_point ()

TestPoint *         test_extended_described_point_get_point
                                                         (TestExtendedDescribedPoint *instance);
@@ -199,7 +199,7 @@

-
+

test_extended_described_point_get_ext_desc ()

const 

-
+

test_extended_described_point_set_desc ()

void                test_extended_described_point_set_desc
                                                         (TestExtendedDescribedPoint *instance,
@@ -250,7 +250,7 @@
 

-
+

test_extended_described_point_set_point ()

void                test_extended_described_point_set_point
                                                         (TestExtendedDescribedPoint *instance,
@@ -274,7 +274,7 @@
 

-
+

test_extended_described_point_set_ext_desc ()

void                test_extended_described_point_set_ext_desc
                                                         (TestExtendedDescribedPoint *instance,
diff -Nru eggdbus-0.5/docs/eggdbus/html/TestPair.html eggdbus-0.6/docs/eggdbus/html/TestPair.html
--- eggdbus-0.5/docs/eggdbus/html/TestPair.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/TestPair.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestPair
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Object Hierarchy
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestPair;
@@ -79,7 +79,7 @@
 >gint value);
 
-
+

Object Hierarchy

   
 
-
+

Description

The TestPair type is used to group two integers together.

-
+

Details

-
+

TestPair

typedef struct _TestPair TestPair;

-
+

test_pair_new ()

TestPair *          test_pair_new                       (

-
+

test_pair_get_first ()


-
+

test_pair_get_second ()


-
+

test_pair_set_first ()

void                test_pair_set_first                 (TestPair *instance,
                                                          

-
+

test_pair_set_second ()

void                test_pair_set_second                (TestPair *instance,
                                                          
 
 TestPoint
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Object Hierarchy
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestPoint;
@@ -79,7 +79,7 @@
 >gint value);
 
-
+

Object Hierarchy

   
 
-
+

Description

The TestPoint type is used for 2D integer points.

-
+

Details

-
+

TestPoint

typedef struct _TestPoint TestPoint;

-
+

test_point_new ()

TestPoint *         test_point_new                      (

-
+

test_point_get_x ()


-
+

test_point_get_y ()


-
+

test_point_set_x ()

void                test_point_set_x                    (TestPoint *instance,
                                                          

-
+

test_point_set_y ()

void                test_point_set_y                    (TestPoint *instance,
                                                          
 
 TestCreateFlags
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 TestCreateFlags;
 
-
+

Description

Flags used for creating stuff.

-
+

Details

-
+

test_create_flags_get_type ()

GType               test_create_flags_get_type          (void);

-
+

TEST_TYPE_CREATE_FLAGS

#define TEST_TYPE_CREATE_FLAGS (test_create_flags_get_type ())
 

-
+

enum TestCreateFlags

typedef enum
 {
diff -Nru eggdbus-0.5/docs/eggdbus/html/tests-testdeleteflags.html eggdbus-0.6/docs/eggdbus/html/tests-testdeleteflags.html
--- eggdbus-0.5/docs/eggdbus/html/tests-testdeleteflags.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/tests-testdeleteflags.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestDeleteFlags
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 TestDeleteFlags;
 
-
+

Description

Flags used for deleting stuff.

-
+

Details

-
+

test_delete_flags_get_type ()

GType               test_delete_flags_get_type          (void);

-
+

TEST_TYPE_DELETE_FLAGS

#define TEST_TYPE_DELETE_FLAGS (test_delete_flags_get_type ())
 

-
+

enum TestDeleteFlags

typedef enum
 {
diff -Nru eggdbus-0.5/docs/eggdbus/html/tests-testdetailederror.html eggdbus-0.6/docs/eggdbus/html/tests-testdetailederror.html
--- eggdbus-0.5/docs/eggdbus/html/tests-testdetailederror.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/tests-testdetailederror.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestDetailedError
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 #define             TEST_DETAILED_ERROR
@@ -65,14 +65,14 @@
 enum                TestDetailedError;
 
-
+

Description

Another error domain declaration.

-
+

Details

-
+

TEST_DETAILED_ERROR

#define TEST_DETAILED_ERROR test_detailed_error_quark()
 
@@ -84,27 +84,27 @@ >GError for information on error domains


-
+

test_detailed_error_quark ()

GQuark              test_detailed_error_quark           (void);

-
+

test_detailed_error_get_type ()

GType               test_detailed_error_get_type        (void);

-
+

TEST_TYPE_DETAILED_ERROR

#define TEST_TYPE_DETAILED_ERROR (test_detailed_error_get_type ())
 

-
+

enum TestDetailedError

typedef enum
 {
diff -Nru eggdbus-0.5/docs/eggdbus/html/tests-testerror.html eggdbus-0.6/docs/eggdbus/html/tests-testerror.html
--- eggdbus-0.5/docs/eggdbus/html/tests-testerror.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/tests-testerror.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestError
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 #define             TEST_ERROR
@@ -65,14 +65,14 @@
 enum                TestError;
 
-
+

Description

An example of an error enumeration.

-
+

Details

-
+

TEST_ERROR

#define TEST_ERROR test_error_quark()
 
@@ -84,27 +84,27 @@ >GError for information on error domains


-
+

test_error_quark ()

GQuark              test_error_quark                    (void);

-
+

test_error_get_type ()

GType               test_error_get_type                 (void);

-
+

TEST_TYPE_ERROR

#define TEST_TYPE_ERROR (test_error_get_type ())
 

-
+

enum TestError

typedef enum
 {
diff -Nru eggdbus-0.5/docs/eggdbus/html/tests-testfrob.html eggdbus-0.6/docs/eggdbus/html/tests-testfrob.html
--- eggdbus-0.5/docs/eggdbus/html/tests-testfrob.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/tests-testfrob.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestFrob
-
+
 
 
 
@@ -52,7 +52,7 @@
                 Signals
 
 
-
+
@@ -61,7 +61,7 @@
-
+

Synopsis

                     TestFrob;
@@ -1153,14 +1153,14 @@
                                                          EggDBusHashMap *hash_of_string_to_point);
 
-
+

Object Hierarchy

   GInterface
    +----TestFrob
 
-
+

Prerequisites

TestFrob requires @@ -1168,13 +1168,13 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Known Implementations

TestFrob is implemented by TestFrobImpl.

-
+

Properties

   "ab"                       EggDBusArraySeq*      : Read
@@ -1224,7 +1224,7 @@
 >guchar                : Read
 
-
+

Signals

   "signal-with-array-of-primitive-types"           : Run Last
@@ -1232,7 +1232,7 @@
   "signal-with-structure-and-hash"                 : Run Last
 
-
+

Description

@@ -1243,14 +1243,14 @@ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS" >FALSE. That's it.

-
+

Details

-
+

TestFrob

typedef struct _TestFrob TestFrob;

-
+

TestFrobIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -1455,7 +1455,7 @@
 

-
+

TEST_QUERY_INTERFACE_FROB()

#define TEST_QUERY_INTERFACE_FROB(object_proxy) (TEST_FROB (egg_dbus_object_proxy_query_interface (object_proxy, TEST_TYPE_FROB)))
 
@@ -1483,7 +1483,7 @@

-
+

test_frob_override_properties ()


-
+

test_frob_get_y ()


-
+

test_frob_get_b ()


-
+

test_frob_get_n ()


-
+

test_frob_get_q ()


-
+

test_frob_get_i ()


-
+

test_frob_get_u ()


-
+

test_frob_get_x ()


-
+

test_frob_get_t ()


-
+

test_frob_get_d ()

double              test_frob_get_d                     (TestFrob *instance);

@@ -1785,7 +1785,7 @@


-
+

test_frob_get_s ()


-
+

test_frob_get_o ()


-
+

test_frob_get_g ()


-
+

test_frob_get_ay ()

EggDBusArraySeq *   test_frob_get_ay                    (TestFrob *instance);

@@ -1879,7 +1879,7 @@


-
+

test_frob_get_ab ()

EggDBusArraySeq *   test_frob_get_ab                    (TestFrob *instance);

@@ -1901,7 +1901,7 @@


-
+

test_frob_get_an ()

EggDBusArraySeq *   test_frob_get_an                    (TestFrob *instance);

@@ -1923,7 +1923,7 @@


-
+

test_frob_get_aq ()

EggDBusArraySeq *   test_frob_get_aq                    (TestFrob *instance);

@@ -1945,7 +1945,7 @@


-
+

test_frob_get_ai ()

EggDBusArraySeq *   test_frob_get_ai                    (TestFrob *instance);

@@ -1967,7 +1967,7 @@


-
+

test_frob_get_au ()

EggDBusArraySeq *   test_frob_get_au                    (TestFrob *instance);

@@ -1989,7 +1989,7 @@


-
+

test_frob_get_ax ()

EggDBusArraySeq *   test_frob_get_ax                    (TestFrob *instance);

@@ -2011,7 +2011,7 @@


-
+

test_frob_get_at ()

EggDBusArraySeq *   test_frob_get_at                    (TestFrob *instance);

@@ -2033,7 +2033,7 @@


-
+

test_frob_get_ad ()

EggDBusArraySeq *   test_frob_get_ad                    (TestFrob *instance);

@@ -2055,7 +2055,7 @@


-
+

test_frob_get_as ()


-
+

test_frob_get_ao ()


-
+

test_frob_get_ag ()


-
+

test_frob_get_foo ()


-
+

test_frob_hello_world_sync ()


-
+

test_frob_test_primitive_types_sync ()


-
+

test_frob_test_array_of_primitive_types_sync ()


-
+

test_frob_test_structure_types_sync ()


-
+

test_frob_test_array_of_structure_types_sync ()


-
+

test_frob_test_hash_tables_sync ()


-
+

test_frob_test_hash_tables_of_arrays_sync ()


-
+

test_frob_test_hash_table_of_structures_sync ()


-
+

test_frob_test_hash_table_of_hash_tables_of_structures_sync ()


-
+

test_frob_test_array_of_hash_tables_of_structures_sync ()


-
+

test_frob_test_array_of_arrays_sync ()


-
+

test_frob_test_variant_return_sync ()


-
+

test_frob_emit_test_signals_sync ()


-
+

test_frob_hello_world ()


-
+

test_frob_hello_world_finish ()


-
+

test_frob_test_primitive_types ()


-
+

test_frob_test_primitive_types_finish ()


-
+

test_frob_test_array_of_primitive_types ()


-
+

test_frob_test_array_of_primitive_types_finish ()


-
+

test_frob_test_structure_types ()


-
+

test_frob_test_structure_types_finish ()


-
+

test_frob_test_array_of_structure_types ()


-
+

test_frob_test_array_of_structure_types_finish ()


-
+

test_frob_test_hash_tables ()


-
+

test_frob_test_hash_tables_finish ()


-
+

test_frob_test_hash_tables_of_arrays ()


-
+

test_frob_test_hash_tables_of_arrays_finish ()


-
+

test_frob_test_hash_table_of_structures ()


-
+

test_frob_test_hash_table_of_structures_finish ()


-
+

test_frob_test_hash_table_of_hash_tables_of_structures ()


-
+

test_frob_test_hash_table_of_hash_tables_of_structures_finish ()


-
+

test_frob_test_array_of_hash_tables_of_structures ()


-
+

test_frob_test_array_of_hash_tables_of_structures_finish ()


-
+

test_frob_test_array_of_arrays ()


-
+

test_frob_test_array_of_arrays_finish ()


-
+

test_frob_test_variant_return ()


-
+

test_frob_test_variant_return_finish ()


-
+

test_frob_emit_test_signals ()


-
+

test_frob_emit_test_signals_finish ()


-
+

test_frob_handle_hello_world_finish ()

void                test_frob_handle_hello_world_finish (EggDBusMethodInvocation *method_invocation,
                                                          const 

-
+

test_frob_handle_test_primitive_types_finish ()

void                test_frob_handle_test_primitive_types_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6544,7 +6544,7 @@
 

-
+

test_frob_handle_test_array_of_primitive_types_finish ()

void                test_frob_handle_test_array_of_primitive_types_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6643,7 +6643,7 @@
 

-
+

test_frob_handle_test_structure_types_finish ()

void                test_frob_handle_test_structure_types_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6676,7 +6676,7 @@
 

-
+

test_frob_handle_test_array_of_structure_types_finish ()

void                test_frob_handle_test_array_of_structure_types_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6703,7 +6703,7 @@
 

-
+

test_frob_handle_test_hash_tables_finish ()

void                test_frob_handle_test_hash_tables_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6790,7 +6790,7 @@
 

-
+

test_frob_handle_test_hash_tables_of_arrays_finish ()

void                test_frob_handle_test_hash_tables_of_arrays_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6883,7 +6883,7 @@
 

-
+

test_frob_handle_test_hash_table_of_structures_finish ()

void                test_frob_handle_test_hash_table_of_structures_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6910,7 +6910,7 @@
 

-
+

test_frob_handle_test_hash_table_of_hash_tables_of_structures_finish ()

void                test_frob_handle_test_hash_table_of_hash_tables_of_structures_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6937,7 +6937,7 @@
 

-
+

test_frob_handle_test_array_of_hash_tables_of_structures_finish ()

void                test_frob_handle_test_array_of_hash_tables_of_structures_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -6964,7 +6964,7 @@
 

-
+

test_frob_handle_test_array_of_arrays_finish ()

void                test_frob_handle_test_array_of_arrays_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -7063,7 +7063,7 @@
 

-
+

test_frob_handle_test_variant_return_finish ()

void                test_frob_handle_test_variant_return_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -7090,7 +7090,7 @@
 

-
+

test_frob_handle_emit_test_signals_finish ()

void                test_frob_handle_emit_test_signals_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -7109,7 +7109,7 @@

-
+

test_frob_emit_signal_signal_with_primitive_types ()

void                test_frob_emit_signal_signal_with_primitive_types
                                                         (TestFrob *instance,
@@ -7233,7 +7233,7 @@
 

-
+

test_frob_emit_signal_signal_with_array_of_primitive_types ()

void                test_frob_emit_signal_signal_with_array_of_primitive_types
                                                         (TestFrob *instance,
@@ -7299,7 +7299,7 @@
 

-
+

test_frob_emit_signal_signal_with_structure_and_hash ()

void                test_frob_emit_signal_signal_with_structure_and_hash
                                                         (TestFrob *instance,
@@ -7353,58 +7353,58 @@
 
-
+

Property Details

-
+

The "ab" property

  "ab"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "ad" property

  "ad"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "ag" property

  "ag"                       EggDBusSignatureArray*  : Read

FIXME: not documented.


-
+

The "ai" property

  "ai"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "an" property

  "an"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "ao" property

  "ao"                       EggDBusObjectPathArray*  : Read

FIXME: not documented.


-
+

The "aq" property

  "aq"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "as" property

  "as"                       
 

-
+

The "at" property

  "at"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "au" property

  "au"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "ax" property

  "ax"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "ay" property

  "ay"                       EggDBusArraySeq*      : Read

FIXME: not documented.


-
+

The "b" property

  "b"                        Default value: FALSE


-
+

The "d" property

  "d"                        Default value: 0


-
+

The "foo" property

  "foo"                      Default value: NULL


-
+

The "g" property

  "g"                        EggDBusSignature*     : Read

FIXME: not documented.


-
+

The "i" property

  "i"                        Default value: 0


-
+

The "n" property

  "n"                        eggdbusint16          : Read

FIXME: not documented.


-
+

The "o" property

  "o"                        EggDBusObjectPath*    : Read

FIXME: not documented.


-
+

The "q" property

  "q"                        eggdbusuint16         : Read

FIXME: not documented.


-
+

The "s" property

  "s"                        Default value: NULL


-
+

The "t" property

  "t"                        Default value: 0


-
+

The "u" property

  "u"                        Default value: 0


-
+

The "x" property

  "x"                        Default value: 0


-
+

The "y" property

  "y"                        Default value: 0

-
+

Signal Details

-
+

The "signal-with-array-of-primitive-types" signal

void                user_function                      (TestFrob               *instance,
                                                         EggDBusArraySeq        *array_byte,
@@ -7617,7 +7617,7 @@
 

-
+

The "signal-with-primitive-types" signal

void                user_function                      (TestFrob          *instance,
                                                         

-
+

The "signal-with-structure-and-hash" signal

void                user_function                      (TestFrob           *instance,
                                                         TestPoint          *point,
diff -Nru eggdbus-0.5/docs/eggdbus/html/tests-testotherflags.html eggdbus-0.6/docs/eggdbus/html/tests-testotherflags.html
--- eggdbus-0.5/docs/eggdbus/html/tests-testotherflags.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/tests-testotherflags.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestOtherFlags
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 TestOtherFlags;
 
-
+

Description

Another test flag enumeration.

-
+

Details

-
+

test_other_flags_get_type ()

GType               test_other_flags_get_type           (void);

-
+

TEST_TYPE_OTHER_FLAGS

#define TEST_TYPE_OTHER_FLAGS (test_other_flags_get_type ())
 

-
+

enum TestOtherFlags

typedef enum
 {
diff -Nru eggdbus-0.5/docs/eggdbus/html/tests-testtweak.html eggdbus-0.6/docs/eggdbus/html/tests-testtweak.html
--- eggdbus-0.5/docs/eggdbus/html/tests-testtweak.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/tests-testtweak.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestTweak
-
+
 
 
 
@@ -52,7 +52,7 @@
                 Signals
 
 
-
+
@@ -61,7 +61,7 @@
-
+

Synopsis

                     TestTweak;
@@ -526,14 +526,14 @@
                                                          TestVehicle new_escape_vehicle);
 
-
+

Object Hierarchy

   GInterface
    +----TestTweak
 
-
+

Prerequisites

TestTweak requires @@ -541,13 +541,13 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Known Implementations

TestTweak is implemented by TestTweakImpl.

-
+

Properties

   "bar"                      EggDBusArraySeq*      : Read
@@ -566,7 +566,7 @@
 >gchar*                : Read / Write
 
-
+

Signals

   "escape-vehicle-changed"                         : Run Last
@@ -575,19 +575,19 @@
   "signal-with-ctype"                              : Run Last
 
-
+

Description

The Tweak interface wraps the D-Bus interface com.example.Tweak. It is used in the EggDBus test suite.

-
+

Details

-
+

TestTweak

typedef struct _TestTweak TestTweak;

-
+

TestTweakIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -699,7 +699,7 @@
 

-
+

TEST_QUERY_INTERFACE_TWEAK()

#define TEST_QUERY_INTERFACE_TWEAK(object_proxy) (TEST_TWEAK (egg_dbus_object_proxy_query_interface (object_proxy, TEST_TYPE_TWEAK)))
 
@@ -727,7 +727,7 @@

-
+

test_tweak_override_properties ()


-
+

test_tweak_get_foo ()


-
+

test_tweak_get_bar ()

EggDBusArraySeq *   test_tweak_get_bar                  (TestTweak *instance);

@@ -844,7 +844,7 @@


-
+

test_tweak_get_baz ()

TestPoint *         test_tweak_get_baz                  (TestTweak *instance);

@@ -866,7 +866,7 @@


-
+

test_tweak_get_baz_forced_to_use_pair ()

TestPair *          test_tweak_get_baz_forced_to_use_pair
                                                         (TestTweak *instance);
@@ -889,7 +889,7 @@

-
+

test_tweak_get_some_read_write_property ()


-
+

test_tweak_get_property_with_ctype ()

TestSomeExampleCType  test_tweak_get_property_with_ctype
                                                         (TestTweak *instance);
@@ -937,7 +937,7 @@

-
+

test_tweak_get_escape_vehicle ()

TestVehicle         test_tweak_get_escape_vehicle       (TestTweak *instance);

@@ -959,7 +959,7 @@


-
+

test_tweak_get_default_create_flags ()

TestCreateFlags     test_tweak_get_default_create_flags (TestTweak *instance);

@@ -981,7 +981,7 @@


-
+

test_tweak_set_some_read_write_property ()

void                test_tweak_set_some_read_write_property
                                                         (TestTweak *instance,
@@ -1007,7 +1007,7 @@
 

-
+

test_tweak_set_property_with_ctype ()

void                test_tweak_set_property_with_ctype  (TestTweak *instance,
                                                          TestSomeExampleCType value);
@@ -1030,7 +1030,7 @@

-
+

test_tweak_set_escape_vehicle ()

void                test_tweak_set_escape_vehicle       (TestTweak *instance,
                                                          TestVehicle value);
@@ -1053,7 +1053,7 @@

-
+

test_tweak_set_default_create_flags ()

void                test_tweak_set_default_create_flags (TestTweak *instance,
                                                          TestCreateFlags value);
@@ -1076,7 +1076,7 @@

-
+

test_tweak_block_until_rw_property_changes_sync ()


-
+

test_tweak_change_readable_property_sync ()


-
+

test_tweak_i_can_haz_greetingz_sync ()


-
+

test_tweak_broadcastz_newz_sync ()


-
+

test_tweak_get_server_unique_name_sync ()


-
+

test_tweak_long_running_method_sync ()


-
+

test_tweak_return_gerror_sync ()


-
+

test_tweak_method_struct_disambiguation_sync ()


-
+

test_tweak_method_with_ctypes_sync ()


-
+

test_tweak_block_until_rw_property_changes ()


-
+

test_tweak_block_until_rw_property_changes_finish ()


-
+

test_tweak_change_readable_property ()


-
+

test_tweak_change_readable_property_finish ()


-
+

test_tweak_i_can_haz_greetingz ()


-
+

test_tweak_i_can_haz_greetingz_finish ()


-
+

test_tweak_broadcastz_newz ()


-
+

test_tweak_broadcastz_newz_finish ()


-
+

test_tweak_get_server_unique_name ()


-
+

test_tweak_get_server_unique_name_finish ()


-
+

test_tweak_long_running_method ()


-
+

test_tweak_long_running_method_finish ()


-
+

test_tweak_return_gerror ()


-
+

test_tweak_return_gerror_finish ()


-
+

test_tweak_method_struct_disambiguation ()


-
+

test_tweak_method_struct_disambiguation_finish ()


-
+

test_tweak_method_with_ctypes ()


-
+

test_tweak_method_with_ctypes_finish ()


-
+

test_tweak_handle_block_until_rw_property_changes_finish ()

void                test_tweak_handle_block_until_rw_property_changes_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -2910,7 +2910,7 @@
 

-
+

test_tweak_handle_change_readable_property_finish ()

void                test_tweak_handle_change_readable_property_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -2929,7 +2929,7 @@

-
+

test_tweak_handle_i_can_haz_greetingz_finish ()

void                test_tweak_handle_i_can_haz_greetingz_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -2958,7 +2958,7 @@
 

-
+

test_tweak_handle_broadcastz_newz_finish ()

void                test_tweak_handle_broadcastz_newz_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -2977,7 +2977,7 @@

-
+

test_tweak_handle_get_server_unique_name_finish ()

void                test_tweak_handle_get_server_unique_name_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -3006,7 +3006,7 @@
 

-
+

test_tweak_handle_long_running_method_finish ()

void                test_tweak_handle_long_running_method_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -3025,7 +3025,7 @@

-
+

test_tweak_handle_return_gerror_finish ()

void                test_tweak_handle_return_gerror_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -3044,7 +3044,7 @@

-
+

test_tweak_handle_method_struct_disambiguation_finish ()

void                test_tweak_handle_method_struct_disambiguation_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -3077,7 +3077,7 @@
 

-
+

test_tweak_handle_method_with_ctypes_finish ()

void                test_tweak_handle_method_with_ctypes_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -3104,7 +3104,7 @@
 

-
+

test_tweak_emit_signal_newz_notifz ()

void                test_tweak_emit_signal_newz_notifz  (TestTweak *instance,
                                                          const 

-
+

test_tweak_emit_signal_signal_struct_disambiguation ()

void                test_tweak_emit_signal_signal_struct_disambiguation
                                                         (TestTweak *instance,
@@ -3183,7 +3183,7 @@
 

-
+

test_tweak_emit_signal_signal_with_ctype ()

void                test_tweak_emit_signal_signal_with_ctype
                                                         (TestTweak *instance,
@@ -3219,7 +3219,7 @@
 

-
+

test_tweak_emit_signal_escape_vehicle_changed ()

void                test_tweak_emit_signal_escape_vehicle_changed
                                                         (TestTweak *instance,
@@ -3255,30 +3255,30 @@
 
-
+

Property Details

-
+

The "bar" property

  "bar"                      EggDBusArraySeq*      : Read

The Bar factor


-
+

The "baz" property

  "baz"                      TestPoint*            : Read

The Baz indicator


-
+

The "baz-forced-to-use-pair" property

  "baz-forced-to-use-pair"   TestPair*             : Read

A slightly different Baz indicator


-
+

The "default-create-flags" property

  "default-create-flags"     TestCreateFlags       : Read / Write

@@ -3286,7 +3286,7 @@

Default value: TEST_CREATE_FLAGS_USE_FROBNICATOR


-
+

The "escape-vehicle" property

  "escape-vehicle"           TestVehicle           : Read / Write

@@ -3294,7 +3294,7 @@

Default value: TEST_VEHICLE_SPORT_UTILITY_VEHICLE


-
+

The "foo" property

  "foo"                      Default value: NULL


-
+

The "property-with-ctype" property

  "property-with-ctype"      Default value: 0


-
+

The "some-read-write-property" property

  "some-read-write-property" Default value: NULL

-
+

Signal Details

-
+

The "escape-vehicle-changed" signal

void                user_function                      (TestTweak  *instance,
                                                         TestVehicle new_escape_vehicle,
@@ -3356,7 +3356,7 @@
 

-
+

The "newz-notifz" signal

void                user_function                      (TestTweak *instance,
                                                         

-
+

The "signal-struct-disambiguation" signal

void                user_function                      (TestTweak *instance,
                                                         TestPair  *pair,
@@ -3424,7 +3424,7 @@
 

-
+

The "signal-with-ctype" signal

void                user_function                      (TestTweak *instance,
                                                         
 
 TestTwiddle
-
+
 
 
 
@@ -50,7 +50,7 @@
                 Signals
 
 
-
+
@@ -59,7 +59,7 @@
-
+

Synopsis

                     TestTwiddle;
@@ -356,14 +356,14 @@
 >gchar *newz);
 
-
+

Object Hierarchy

   GInterface
    +----TestTwiddle
 
-
+

Prerequisites

TestTwiddle requires @@ -371,31 +371,31 @@ href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject" >GObject.

-
+

Known Implementations

TestTwiddle is implemented by TestTwiddleImpl.

-
+

Signals

   "newz-notifz"                                    : Run Last
 
-
+

Description

The Twiddle interface wraps the D-Bus interface com.example.Twiddle. It is used in the EggDBus test suite.

-
+

Details

-
+

TestTwiddle

typedef struct _TestTwiddle TestTwiddle;

-
+

TestTwiddleIface

typedef struct {
   EggDBusInterfaceIface g_iface;
@@ -479,7 +479,7 @@
 

-
+

TEST_QUERY_INTERFACE_TWIDDLE()

#define TEST_QUERY_INTERFACE_TWIDDLE(object_proxy) (TEST_TWIDDLE (egg_dbus_object_proxy_query_interface (object_proxy, TEST_TYPE_TWIDDLE)))
 
@@ -507,7 +507,7 @@

-
+

test_twiddle_broadcastz_newz_sync ()


-
+

test_twiddle_get_most_powerful_subject_sync ()


-
+

test_twiddle_get_all_subjects_sync ()


-
+

test_twiddle_register_interface_sync ()


-
+

test_twiddle_unregister_interface_sync ()


-
+

test_twiddle_unregister_all_interfaces_sync ()


-
+

test_twiddle_broadcastz_newz ()


-
+

test_twiddle_broadcastz_newz_finish ()


-
+

test_twiddle_get_most_powerful_subject ()


-
+

test_twiddle_get_most_powerful_subject_finish ()


-
+

test_twiddle_get_all_subjects ()


-
+

test_twiddle_get_all_subjects_finish ()


-
+

test_twiddle_register_interface ()


-
+

test_twiddle_register_interface_finish ()


-
+

test_twiddle_unregister_interface ()


-
+

test_twiddle_unregister_interface_finish ()


-
+

test_twiddle_unregister_all_interfaces ()


-
+

test_twiddle_unregister_all_interfaces_finish ()


-
+

test_twiddle_handle_broadcastz_newz_finish ()

void                test_twiddle_handle_broadcastz_newz_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -1761,7 +1761,7 @@

-
+

test_twiddle_handle_get_most_powerful_subject_finish ()

void                test_twiddle_handle_get_most_powerful_subject_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -1788,7 +1788,7 @@
 

-
+

test_twiddle_handle_get_all_subjects_finish ()

void                test_twiddle_handle_get_all_subjects_finish
                                                         (EggDBusMethodInvocation *method_invocation,
@@ -1815,7 +1815,7 @@
 

-
+

test_twiddle_handle_register_interface_finish ()

void                test_twiddle_handle_register_interface_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -1834,7 +1834,7 @@

-
+

test_twiddle_handle_unregister_interface_finish ()

void                test_twiddle_handle_unregister_interface_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -1853,7 +1853,7 @@

-
+

test_twiddle_handle_unregister_all_interfaces_finish ()

void                test_twiddle_handle_unregister_all_interfaces_finish
                                                         (EggDBusMethodInvocation *method_invocation);
@@ -1872,7 +1872,7 @@

-
+

test_twiddle_emit_signal_newz_notifz ()

void                test_twiddle_emit_signal_newz_notifz
                                                         (TestTwiddle *instance,
@@ -1910,9 +1910,9 @@
 
-
+

Signal Details

-
+

The "newz-notifz" signal

void                user_function                      (TestTwiddle *instance,
                                                         
 
 TestVehicle
-
+
 
 
 
@@ -42,7 +42,7 @@
                 Description
 
 
-
+
@@ -51,7 +51,7 @@
-
+

Synopsis

 TestVehicle;
 
-
+

Description

A test enumeration.

-
+

Details

-
+

test_vehicle_get_type ()

GType               test_vehicle_get_type               (void);

-
+

TEST_TYPE_VEHICLE

#define TEST_TYPE_VEHICLE (test_vehicle_get_type ())
 

-
+

enum TestVehicle

typedef enum
 {
diff -Nru eggdbus-0.5/docs/eggdbus/html/TestStructWithVariant.html eggdbus-0.6/docs/eggdbus/html/TestStructWithVariant.html
--- eggdbus-0.5/docs/eggdbus/html/TestStructWithVariant.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/TestStructWithVariant.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestStructWithVariant
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Object Hierarchy
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestStructWithVariant;
@@ -105,7 +105,7 @@
                                                          TestSomeExampleCType value);
 
-
+

Object Hierarchy

   
 
-
+

Description

Test type for a complex structure (siivi).

-
+

Details

-
+

TestStructWithVariant

typedef struct _TestStructWithVariant TestStructWithVariant;

-
+

test_struct_with_variant_new ()

TestStructWithVariant * test_struct_with_variant_new    (const 

-
+

test_struct_with_variant_get_name ()

const 

-
+

test_struct_with_variant_get_anger_level ()


-
+

test_struct_with_variant_get_threat_level ()


-
+

test_struct_with_variant_get_a_variant ()

EggDBusVariant *    test_struct_with_variant_get_a_variant
                                                         (TestStructWithVariant *instance);
@@ -276,7 +276,7 @@

-
+

test_struct_with_variant_get_override_c_type ()

TestSomeExampleCType  test_struct_with_variant_get_override_c_type
                                                         (TestStructWithVariant *instance);
@@ -299,7 +299,7 @@

-
+

test_struct_with_variant_set_name ()

void                test_struct_with_variant_set_name   (TestStructWithVariant *instance,
                                                          const 

-
+

test_struct_with_variant_set_anger_level ()

void                test_struct_with_variant_set_anger_level
                                                         (TestStructWithVariant *instance,
@@ -350,7 +350,7 @@
 

-
+

test_struct_with_variant_set_threat_level ()

void                test_struct_with_variant_set_threat_level
                                                         (TestStructWithVariant *instance,
@@ -376,7 +376,7 @@
 

-
+

test_struct_with_variant_set_a_variant ()

void                test_struct_with_variant_set_a_variant
                                                         (TestStructWithVariant *instance,
@@ -400,7 +400,7 @@
 

-
+

test_struct_with_variant_set_override_c_type ()

void                test_struct_with_variant_set_override_c_type
                                                         (TestStructWithVariant *instance,
diff -Nru eggdbus-0.5/docs/eggdbus/html/TestSubject.html eggdbus-0.6/docs/eggdbus/html/TestSubject.html
--- eggdbus-0.5/docs/eggdbus/html/TestSubject.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/eggdbus/html/TestSubject.html	2009-11-13 17:29:57.000000000 +0000
@@ -3,7 +3,7 @@
 
 
 TestSubject
-
+
 
 
 
@@ -44,7 +44,7 @@
                 Object Hierarchy
 
 
-
+
@@ -53,7 +53,7 @@
-
+

Synopsis

                     TestSubject;
@@ -80,7 +80,7 @@
 >gchar *       test_subject_get_favorite_color     (TestSubject *subject);
 
-
+

Object Hierarchy

   
 
-
+

Description

The TestSubject interface is a user-supplied wrapper for accessing and creating EggDBusStructure instances with signature (sa{sv}).

-
+

Details

-
+

TestSubject

typedef struct _TestSubject TestSubject;

-
+

enum TestSubjectKind

typedef enum
 {
@@ -115,7 +115,7 @@
 

-
+

test_subject_new ()

TestSubject *       test_subject_new                    (TestSubjectKind kind,
                                                          const 

-
+

test_subject_get_kind ()

TestSubjectKind     test_subject_get_kind               (TestSubject *subject);

@@ -183,7 +183,7 @@


-
+

test_subject_get_name ()

const 

-
+

test_subject_get_favorite_food ()

const 

-
+

test_subject_get_favorite_color ()

const /dev/null 2>&1; then \
 	  include_option=--etags-include; \
@@ -454,7 +486,7 @@
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
 	    test ! -f $$subdir/TAGS || \
-	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
@@ -463,29 +495,34 @@
 	  done | \
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
-	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	    $$tags $$unique; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
 	fi
 ctags: CTAGS
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
-	tags=; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	test -z "$(CTAGS_ARGS)$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$tags $$unique
+	     $$unique
 
 GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && cd $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) $$here
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
 
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -507,29 +544,44 @@
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 	  if test -d $$d/$$file; then \
 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 	    fi; \
-	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 	  else \
-	    test -f $(distdir)/$$file \
-	    || cp -p $$d/$$file $(distdir)/$$file \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
 	    || exit 1; \
 	  fi; \
 	done
-	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
 	    test -d "$(distdir)/$$subdir" \
 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    distdir=`$(am__cd) $(distdir) && pwd`; \
-	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
-	    (cd $$subdir && \
+	  fi; \
+	done
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+	    $(am__relativize); \
+	    new_distdir=$$reldir; \
+	    dir1=$$subdir; dir2="$(top_distdir)"; \
+	    $(am__relativize); \
+	    new_top_distdir=$$reldir; \
+	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+	    ($(am__cd) $$subdir && \
 	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$top_distdir" \
-	        distdir="$$distdir/$$subdir" \
+	        top_distdir="$$new_top_distdir" \
+	        distdir="$$new_distdir" \
 		am__remove_distdir=: \
 		am__skip_length_check=: \
+		am__skip_mode_fix=: \
 	        distdir) \
 	      || exit 1; \
 	  fi; \
@@ -564,6 +616,7 @@
 
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
@@ -588,6 +641,8 @@
 
 html: html-recursive
 
+html-am:
+
 info: info-recursive
 
 info-am:
@@ -596,18 +651,28 @@
 
 install-dvi: install-dvi-recursive
 
+install-dvi-am:
+
 install-exec-am:
 
 install-html: install-html-recursive
 
+install-html-am:
+
 install-info: install-info-recursive
 
+install-info-am:
+
 install-man:
 
 install-pdf: install-pdf-recursive
 
+install-pdf-am:
+
 install-ps: install-ps-recursive
 
+install-ps-am:
+
 installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
@@ -629,8 +694,8 @@
 
 uninstall-am: uninstall-local
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
-	install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+	install-am install-strip tags-recursive
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 	all all-am all-local check check-am clean clean-generic \
@@ -770,6 +835,7 @@
 @ENABLE_GTK_DOC_TRUE@	  gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
 
 @ENABLE_GTK_DOC_TRUE@.PHONY : dist-hook-local docs
+
 # 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.
 .NOEXPORT:
diff -Nru eggdbus-0.5/docs/Makefile.in eggdbus-0.6/docs/Makefile.in
--- eggdbus-0.5/docs/Makefile.in	2009-06-19 22:36:14.000000000 +0100
+++ eggdbus-0.6/docs/Makefile.in	2009-07-05 00:06:58.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  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,8 +16,9 @@
 @SET_MAKE@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
@@ -41,6 +43,7 @@
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES = version.xml
+CONFIG_CLEAN_VPATH_FILES =
 SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -52,10 +55,38 @@
 	ps-recursive uninstall-recursive
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+	distdir
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+  dir0=`pwd`; \
+  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+  sed_rest='s,^[^/]*/*,,'; \
+  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+  sed_butlast='s,/*[^/]*$$,,'; \
+  while test -n "$$dir1"; do \
+    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+    if test "$$first" != "."; then \
+      if test "$$first" = ".."; then \
+        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+      else \
+        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+        if test "$$first2" = "$$first"; then \
+          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+        else \
+          dir2="../$$dir2"; \
+        fi; \
+        dir0="$$dir0"/"$$first"; \
+      fi; \
+    fi; \
+    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+  done; \
+  reldir="$$dir2"
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
 AR = @AR@
@@ -191,9 +222,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/Makefile'; \
-	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  docs/Makefile
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu docs/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
@@ -211,6 +242,7 @@
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
 version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
@@ -244,7 +276,7 @@
 	  else \
 	    local_target="$$target"; \
 	  fi; \
-	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
@@ -278,16 +310,16 @@
 	  else \
 	    local_target="$$target"; \
 	  fi; \
-	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
 ctags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 	done
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -302,7 +334,7 @@
 
 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
-	tags=; \
+	set x; \
 	here=`pwd`; \
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 	  include_option=--etags-include; \
@@ -314,7 +346,7 @@
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
 	    test ! -f $$subdir/TAGS || \
-	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
@@ -323,29 +355,34 @@
 	  done | \
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
-	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	    $$tags $$unique; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
 	fi
 ctags: CTAGS
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
-	tags=; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	test -z "$(CTAGS_ARGS)$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$tags $$unique
+	     $$unique
 
 GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && cd $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) $$here
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
 
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -366,29 +403,44 @@
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 	  if test -d $$d/$$file; then \
 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 	    fi; \
-	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 	  else \
-	    test -f $(distdir)/$$file \
-	    || cp -p $$d/$$file $(distdir)/$$file \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
 	    || exit 1; \
 	  fi; \
 	done
-	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
 	    test -d "$(distdir)/$$subdir" \
 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    distdir=`$(am__cd) $(distdir) && pwd`; \
-	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
-	    (cd $$subdir && \
+	  fi; \
+	done
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+	    $(am__relativize); \
+	    new_distdir=$$reldir; \
+	    dir1=$$subdir; dir2="$(top_distdir)"; \
+	    $(am__relativize); \
+	    new_top_distdir=$$reldir; \
+	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+	    ($(am__cd) $$subdir && \
 	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$top_distdir" \
-	        distdir="$$distdir/$$subdir" \
+	        top_distdir="$$new_top_distdir" \
+	        distdir="$$new_distdir" \
 		am__remove_distdir=: \
 		am__skip_length_check=: \
+		am__skip_mode_fix=: \
 	        distdir) \
 	      || exit 1; \
 	  fi; \
@@ -418,6 +470,7 @@
 
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
@@ -436,6 +489,8 @@
 
 html: html-recursive
 
+html-am:
+
 info: info-recursive
 
 info-am:
@@ -444,18 +499,28 @@
 
 install-dvi: install-dvi-recursive
 
+install-dvi-am:
+
 install-exec-am:
 
 install-html: install-html-recursive
 
+install-html-am:
+
 install-info: install-info-recursive
 
+install-info-am:
+
 install-man:
 
 install-pdf: install-pdf-recursive
 
+install-pdf-am:
+
 install-ps: install-ps-recursive
 
+install-ps-am:
+
 installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
@@ -476,8 +541,8 @@
 
 uninstall-am:
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
-	install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+	install-am install-strip tags-recursive
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 	all all-am check check-am clean clean-generic clean-libtool \
@@ -496,6 +561,7 @@
 
 clean-local :
 	rm -rf  *~
+
 # 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.
 .NOEXPORT:
diff -Nru eggdbus-0.5/docs/man/Makefile.in eggdbus-0.6/docs/man/Makefile.in
--- eggdbus-0.5/docs/man/Makefile.in	2009-06-19 22:36:14.000000000 +0100
+++ eggdbus-0.6/docs/man/Makefile.in	2009-07-05 00:06:58.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  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,8 +16,9 @@
 @SET_MAKE@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
@@ -40,8 +42,30 @@
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
 SOURCES =
 DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 man1dir = $(mandir)/man1
 am__installdirs = "$(DESTDIR)$(man1dir)"
 NROFF = nroff
@@ -187,9 +211,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/man/Makefile'; \
-	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  docs/man/Makefile
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/man/Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu docs/man/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
@@ -207,57 +231,51 @@
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
 
 mostlyclean-libtool:
 	-rm -f *.lo
 
 clean-libtool:
 	-rm -rf .libs _libs
-install-man1: $(man1_MANS) $(man_MANS)
+install-man1: $(man_MANS)
 	@$(NORMAL_INSTALL)
 	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
-	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
-	for i in $$l2; do \
-	  case "$$i" in \
-	    *.1*) list="$$list $$i" ;; \
-	  esac; \
+	@list=''; test -n "$(man1dir)" || exit 0; \
+	{ for i in $$list; do echo "$$i"; done; \
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+	  sed -n '/\.1[a-z]*$$/p'; \
+	} | while read p; do \
+	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; echo "$$p"; \
+	done | \
+	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+	sed 'N;N;s,\n, ,g' | { \
+	list=; while read file base inst; do \
+	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+	  fi; \
 	done; \
-	for i in $$list; do \
-	  if test -f $$i; then file=$$i; \
-	  else file=$(srcdir)/$$i; fi; \
-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-	  case "$$ext" in \
-	    1*) ;; \
-	    *) ext='1' ;; \
-	  esac; \
-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
-	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
-	done
+	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+	while read files; do \
+	  test -z "$$files" || { \
+	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+	done; }
+
 uninstall-man1:
 	@$(NORMAL_UNINSTALL)
-	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
-	for i in $$l2; do \
-	  case "$$i" in \
-	    *.1*) list="$$list $$i" ;; \
-	  esac; \
-	done; \
-	for i in $$list; do \
-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-	  case "$$ext" in \
-	    1*) ;; \
-	    *) ext='1' ;; \
-	  esac; \
-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
-	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
-	done
+	@list=''; test -n "$(man1dir)" || exit 0; \
+	files=`{ for i in $$list; do echo "$$i"; done; \
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+	  sed -n '/\.1[a-z]*$$/p'; \
+	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+	test -z "$$files" || { \
+	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
+	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 tags: TAGS
 TAGS:
 
@@ -266,6 +284,19 @@
 
 
 distdir: $(DISTFILES)
+	@list='$(MANS)'; if test -n "$$list"; then \
+	  list=`for p in $$list; do \
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
+	  if test -n "$$list" && \
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
+	    exit 1; \
+	  else :; fi; \
+	else :; fi
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
@@ -281,13 +312,17 @@
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 	  if test -d $$d/$$file; then \
 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 	    fi; \
-	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 	  else \
-	    test -f $(distdir)/$$file \
-	    || cp -p $$d/$$file $(distdir)/$$file \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
 	    || exit 1; \
 	  fi; \
 	done
@@ -318,6 +353,7 @@
 
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
@@ -336,6 +372,8 @@
 
 html: html-am
 
+html-am:
+
 info: info-am
 
 info-am:
@@ -344,18 +382,28 @@
 
 install-dvi: install-dvi-am
 
+install-dvi-am:
+
 install-exec-am:
 
 install-html: install-html-am
 
+install-html-am:
+
 install-info: install-info-am
 
+install-info-am:
+
 install-man: install-man1
 
 install-pdf: install-pdf-am
 
+install-pdf-am:
+
 install-ps: install-ps-am
 
+install-ps-am:
+
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
@@ -398,6 +446,7 @@
 
 clean-local:
 	rm -f *~ *.1
+
 # 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.
 .NOEXPORT:
diff -Nru eggdbus-0.5/docs/tests/html/index.html eggdbus-0.6/docs/tests/html/index.html
--- eggdbus-0.5/docs/tests/html/index.html	2009-06-19 22:39:06.000000000 +0100
+++ eggdbus-0.6/docs/tests/html/index.html	2009-11-13 17:29:55.000000000 +0000
@@ -3,13 +3,13 @@
 
 
 
-
+
 
 
 
 
 
-

+

diff -Nru eggdbus-0.5/docs/tests/Makefile.in eggdbus-0.6/docs/tests/Makefile.in --- eggdbus-0.5/docs/tests/Makefile.in 2009-06-19 22:36:14.000000000 +0100 +++ eggdbus-0.6/docs/tests/Makefile.in 2009-09-16 16:46:53.000000000 +0100 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -21,8 +22,9 @@ #################################### VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -47,6 +49,7 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -58,10 +61,38 @@ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ @@ -303,9 +334,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tests/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/tests/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -323,6 +354,7 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo @@ -354,7 +386,7 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ @@ -388,16 +420,16 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -412,7 +444,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -424,7 +456,7 @@ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -433,29 +465,34 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -477,29 +514,44 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ @@ -534,6 +586,7 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -558,6 +611,8 @@ html: html-recursive +html-am: + info: info-recursive info-am: @@ -566,18 +621,28 @@ install-dvi: install-dvi-recursive +install-dvi-am: + install-exec-am: install-html: install-html-recursive +install-html-am: + install-info: install-info-recursive +install-info-am: + install-man: install-pdf: install-pdf-recursive +install-pdf-am: + install-ps: install-ps-recursive +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -599,8 +664,8 @@ uninstall-am: uninstall-local -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am all-local check check-am clean clean-generic \ @@ -740,6 +805,7 @@ @ENABLE_GTK_DOC_TRUE@ gtkdoc-rebase --online --relative --html-dir=$(distdir)/html @ENABLE_GTK_DOC_TRUE@.PHONY : dist-hook-local docs + # 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. .NOEXPORT: diff -Nru eggdbus-0.5/docs/version.xml eggdbus-0.6/docs/version.xml --- eggdbus-0.5/docs/version.xml 2009-06-19 22:36:21.000000000 +0100 +++ eggdbus-0.6/docs/version.xml 2009-07-05 00:07:06.000000000 +0100 @@ -1 +1 @@ -0.5 +0.6 diff -Nru eggdbus-0.5/INSTALL eggdbus-0.6/INSTALL --- eggdbus-0.5/INSTALL 2009-02-24 03:50:39.000000000 +0000 +++ eggdbus-0.6/INSTALL 2009-07-24 21:49:33.000000000 +0100 @@ -2,7 +2,7 @@ ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008 Free Software Foundation, Inc. +2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -159,7 +159,7 @@ CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: - ./configure CC="cc -Ae" + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. @@ -174,6 +174,16 @@ ./configure CC="cc -nodtk" + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + Specifying the System Type ========================== @@ -189,7 +199,8 @@ where SYSTEM can have one of these forms: - OS KERNEL-OS + OS + KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't diff -Nru eggdbus-0.5/install-sh eggdbus-0.6/install-sh --- eggdbus-0.5/install-sh 2009-02-24 03:50:39.000000000 +0000 +++ eggdbus-0.6/install-sh 2009-07-24 21:49:33.000000000 +0100 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -515,5 +515,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -Nru eggdbus-0.5/Makefile.in eggdbus-0.6/Makefile.in --- eggdbus-0.5/Makefile.in 2009-06-19 22:36:15.000000000 +0100 +++ eggdbus-0.6/Makefile.in 2009-07-05 00:06:59.000000000 +0100 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -16,8 +17,9 @@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -47,6 +49,7 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = eggdbus-1.pc +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -61,12 +64,29 @@ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgconfigdir)" -pkgconfigDATA_INSTALL = $(INSTALL_DATA) DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) @@ -74,9 +94,34 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d $(distdir) \ - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr $(distdir); }; } + { test ! -d "$(distdir)" \ + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr "$(distdir)"; }; } +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print @@ -225,15 +270,15 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ - cd $(srcdir) && $(AUTOMAKE) --gnu \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -249,9 +294,10 @@ $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(srcdir) && $(AUTOCONF) + $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then \ @@ -263,7 +309,7 @@ @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_srcdir) && $(AUTOHEADER) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ @@ -283,20 +329,23 @@ install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" - @list='$(pkgconfig_DATA)'; for p in $$list; do \ + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ - $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) - @list='$(pkgconfig_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ - done + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -322,7 +371,7 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ @@ -356,16 +405,16 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -380,7 +429,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -392,7 +441,7 @@ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ @@ -401,36 +450,41 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) - test -d $(distdir) || mkdir $(distdir) + test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -446,38 +500,54 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + -test -n "$(am__skip_mode_fix)" \ + || 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 {} {} \; \ - || chmod -R a+r $(distdir) + || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) @@ -490,6 +560,10 @@ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + $(am__remove_distdir) + dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) @@ -518,6 +592,8 @@ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ @@ -529,9 +605,11 @@ mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ @@ -553,13 +631,15 @@ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 $(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' distuninstallcheck: - @cd $(distuninstallcheck_dir) \ + @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ @@ -604,6 +684,7 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @@ -625,6 +706,8 @@ html: html-recursive +html-am: + info: info-recursive info-am: @@ -633,18 +716,28 @@ install-dvi: install-dvi-recursive +install-dvi-am: + install-exec-am: install-html: install-html-recursive +install-html-am: + install-info: install-info-recursive +install-info-am: + install-man: install-pdf: install-pdf-recursive +install-pdf-am: + install-ps: install-ps-recursive +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -667,14 +760,14 @@ uninstall-am: uninstall-pkgconfigDATA -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ + ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool clean-local ctags ctags-recursive dist dist-all \ - dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \ - distcheck distclean distclean-generic distclean-hdr \ + dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \ + 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-data install-data-am install-dvi \ @@ -690,6 +783,7 @@ clean-local : rm -f *~ + # 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. .NOEXPORT: diff -Nru eggdbus-0.5/missing eggdbus-0.6/missing --- eggdbus-0.5/missing 2009-02-24 03:50:39.000000000 +0000 +++ eggdbus-0.6/missing 2009-07-24 21:49:33.000000000 +0100 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2006-05-10.23 +scriptversion=2009-04-28.21; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -18,9 +18,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -89,6 +87,9 @@ tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + Send bug reports to ." exit $? ;; @@ -106,15 +107,22 @@ esac +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect -# the program). +# the program). This is about non-GNU programs, so use $1 not +# $program. case $1 in - lex|yacc) + lex*|yacc*) # Not GNU programs, they don't have --version. ;; - tar) + tar*) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 @@ -138,7 +146,7 @@ # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case $1 in +case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -148,7 +156,7 @@ touch aclocal.m4 ;; - autoconf) + autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the @@ -157,7 +165,7 @@ touch configure ;; - autoheader) + autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want @@ -187,7 +195,7 @@ while read f; do touch "$f"; done ;; - autom4te) + autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the @@ -210,7 +218,7 @@ fi ;; - bison|yacc) + bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package @@ -240,7 +248,7 @@ fi ;; - lex|flex) + lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package @@ -263,7 +271,7 @@ fi ;; - help2man) + help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the @@ -277,11 +285,11 @@ else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" - exit 1 + exit $? fi ;; - makeinfo) + makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file @@ -310,7 +318,7 @@ touch $file ;; - tar) + tar*) shift # We have already tried tar in the generic part. @@ -363,5 +371,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -Nru eggdbus-0.5/src/eggdbus/eggdbusinterfaceproxy.c eggdbus-0.6/src/eggdbus/eggdbusinterfaceproxy.c --- eggdbus-0.5/src/eggdbus/eggdbusinterfaceproxy.c 2008-12-21 23:25:23.000000000 +0000 +++ eggdbus-0.6/src/eggdbus/eggdbusinterfaceproxy.c 2009-09-16 16:39:10.000000000 +0100 @@ -245,7 +245,29 @@ } else { - g_value_copy (egg_dbus_variant_get_gvalue (variant), value); + const GValue *variant_value; + + variant_value = egg_dbus_variant_get_gvalue (variant); + + if (G_VALUE_TYPE (variant_value) == G_TYPE_UINT) + { + if (G_TYPE_IS_FLAGS (G_VALUE_TYPE (value))) + { + g_value_set_flags (value, g_value_get_uint (variant_value)); + } + else if (G_TYPE_IS_ENUM (G_VALUE_TYPE (value))) + { + g_value_set_enum (value, g_value_get_uint (variant_value)); + } + else + { + g_value_copy (variant_value, value); + } + } + else + { + g_value_copy (variant_value, value); + } } } else diff -Nru eggdbus-0.5/src/eggdbus/eggdbusmessage.c eggdbus-0.6/src/eggdbus/eggdbusmessage.c --- eggdbus-0.5/src/eggdbus/eggdbusmessage.c 2009-02-07 19:38:24.000000000 +0000 +++ eggdbus-0.6/src/eggdbus/eggdbusmessage.c 2009-07-05 00:12:05.000000000 +0100 @@ -127,6 +127,7 @@ g_free (priv->signal_name); g_free (priv->sender); g_free (priv->destination); + g_free (priv->object_path); g_free (priv->error_name); g_free (priv->error_message); diff -Nru eggdbus-0.5/src/eggdbus/Makefile.in eggdbus-0.6/src/eggdbus/Makefile.in --- eggdbus-0.5/src/eggdbus/Makefile.in 2009-06-19 22:36:14.000000000 +0100 +++ eggdbus-0.6/src/eggdbus/Makefile.in 2009-07-05 00:06:59.000000000 +0100 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -18,8 +19,9 @@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -48,15 +50,30 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(libeggdbus_1includedir)" -libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libeggdbus_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @@ -103,7 +120,6 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libeggdbus_common_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_completetypetest_OBJECTS = \ completetypetest-completetypetest.$(OBJEXT) \ @@ -143,6 +159,7 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles +am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -159,10 +176,11 @@ $(libeggdbus_common_la_SOURCES) $(completetypetest_SOURCES) \ $(eggdbus_binding_tool_SOURCES) \ $(eggdbus_glib_genmarshal_SOURCES) -libeggdbus_1includeHEADERS_INSTALL = $(INSTALL_HEADER) HEADERS = $(libeggdbus_1include_HEADERS) ETAGS = etags CTAGS = ctags +am__tty_colors = \ +red=; grn=; lgn=; blu=; std= DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -493,9 +511,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/eggdbus/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/eggdbus/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/eggdbus/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/eggdbus/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -513,23 +531,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ if test -f $$p; then \ - f=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + list2="$$list2 $$p"; \ else :; fi; \ - done + done; \ + test -z "$$list2" || { \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - p=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: @@ -556,38 +579,55 @@ install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) 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 \ - || test -f $$p1 \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ - else :; fi; \ - done + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p || test -f $$p1; \ + then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ - done + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list completetypetest$(EXEEXT): $(completetypetest_OBJECTS) $(completetypetest_DEPENDENCIES) @rm -f completetypetest$(EXEEXT) $(completetypetest_LINK) $(completetypetest_OBJECTS) $(completetypetest_LDADD) $(LIBS) @@ -645,350 +685,350 @@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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 $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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 `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @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 $@ $< libeggdbus_1_la-eggdbusbindingsmarshal.lo: eggdbusbindingsmarshal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusbindingsmarshal.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusbindingsmarshal.Tpo -c -o libeggdbus_1_la-eggdbusbindingsmarshal.lo `test -f 'eggdbusbindingsmarshal.c' || echo '$(srcdir)/'`eggdbusbindingsmarshal.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusbindingsmarshal.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusbindingsmarshal.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusbindingsmarshal.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusbindingsmarshal.Tpo -c -o libeggdbus_1_la-eggdbusbindingsmarshal.lo `test -f 'eggdbusbindingsmarshal.c' || echo '$(srcdir)/'`eggdbusbindingsmarshal.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusbindingsmarshal.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusbindingsmarshal.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusbindingsmarshal.c' object='libeggdbus_1_la-eggdbusbindingsmarshal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusbindingsmarshal.lo `test -f 'eggdbusbindingsmarshal.c' || echo '$(srcdir)/'`eggdbusbindingsmarshal.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusbindingsmarshal.lo `test -f 'eggdbusbindingsmarshal.c' || echo '$(srcdir)/'`eggdbusbindingsmarshal.c libeggdbus_1_la-eggdbusintrospectable.lo: eggdbusintrospectable.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusintrospectable.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusintrospectable.Tpo -c -o libeggdbus_1_la-eggdbusintrospectable.lo `test -f 'eggdbusintrospectable.c' || echo '$(srcdir)/'`eggdbusintrospectable.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusintrospectable.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusintrospectable.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusintrospectable.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusintrospectable.Tpo -c -o libeggdbus_1_la-eggdbusintrospectable.lo `test -f 'eggdbusintrospectable.c' || echo '$(srcdir)/'`eggdbusintrospectable.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusintrospectable.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusintrospectable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusintrospectable.c' object='libeggdbus_1_la-eggdbusintrospectable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusintrospectable.lo `test -f 'eggdbusintrospectable.c' || echo '$(srcdir)/'`eggdbusintrospectable.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusintrospectable.lo `test -f 'eggdbusintrospectable.c' || echo '$(srcdir)/'`eggdbusintrospectable.c libeggdbus_1_la-eggdbusproperties.lo: eggdbusproperties.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusproperties.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusproperties.Tpo -c -o libeggdbus_1_la-eggdbusproperties.lo `test -f 'eggdbusproperties.c' || echo '$(srcdir)/'`eggdbusproperties.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusproperties.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusproperties.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusproperties.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusproperties.Tpo -c -o libeggdbus_1_la-eggdbusproperties.lo `test -f 'eggdbusproperties.c' || echo '$(srcdir)/'`eggdbusproperties.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusproperties.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusproperties.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusproperties.c' object='libeggdbus_1_la-eggdbusproperties.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusproperties.lo `test -f 'eggdbusproperties.c' || echo '$(srcdir)/'`eggdbusproperties.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusproperties.lo `test -f 'eggdbusproperties.c' || echo '$(srcdir)/'`eggdbusproperties.c libeggdbus_1_la-eggdbuspeer.lo: eggdbuspeer.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbuspeer.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbuspeer.Tpo -c -o libeggdbus_1_la-eggdbuspeer.lo `test -f 'eggdbuspeer.c' || echo '$(srcdir)/'`eggdbuspeer.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbuspeer.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbuspeer.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbuspeer.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbuspeer.Tpo -c -o libeggdbus_1_la-eggdbuspeer.lo `test -f 'eggdbuspeer.c' || echo '$(srcdir)/'`eggdbuspeer.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbuspeer.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbuspeer.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbuspeer.c' object='libeggdbus_1_la-eggdbuspeer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbuspeer.lo `test -f 'eggdbuspeer.c' || echo '$(srcdir)/'`eggdbuspeer.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbuspeer.lo `test -f 'eggdbuspeer.c' || echo '$(srcdir)/'`eggdbuspeer.c libeggdbus_1_la-eggdbusbus.lo: eggdbusbus.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusbus.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusbus.Tpo -c -o libeggdbus_1_la-eggdbusbus.lo `test -f 'eggdbusbus.c' || echo '$(srcdir)/'`eggdbusbus.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusbus.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusbus.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusbus.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusbus.Tpo -c -o libeggdbus_1_la-eggdbusbus.lo `test -f 'eggdbusbus.c' || echo '$(srcdir)/'`eggdbusbus.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusbus.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusbus.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusbus.c' object='libeggdbus_1_la-eggdbusbus.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusbus.lo `test -f 'eggdbusbus.c' || echo '$(srcdir)/'`eggdbusbus.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusbus.lo `test -f 'eggdbusbus.c' || echo '$(srcdir)/'`eggdbusbus.c libeggdbus_1_la-eggdbusstartservicebynamereply.lo: eggdbusstartservicebynamereply.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusstartservicebynamereply.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusstartservicebynamereply.Tpo -c -o libeggdbus_1_la-eggdbusstartservicebynamereply.lo `test -f 'eggdbusstartservicebynamereply.c' || echo '$(srcdir)/'`eggdbusstartservicebynamereply.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusstartservicebynamereply.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusstartservicebynamereply.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusstartservicebynamereply.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusstartservicebynamereply.Tpo -c -o libeggdbus_1_la-eggdbusstartservicebynamereply.lo `test -f 'eggdbusstartservicebynamereply.c' || echo '$(srcdir)/'`eggdbusstartservicebynamereply.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusstartservicebynamereply.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusstartservicebynamereply.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusstartservicebynamereply.c' object='libeggdbus_1_la-eggdbusstartservicebynamereply.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusstartservicebynamereply.lo `test -f 'eggdbusstartservicebynamereply.c' || echo '$(srcdir)/'`eggdbusstartservicebynamereply.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusstartservicebynamereply.lo `test -f 'eggdbusstartservicebynamereply.c' || echo '$(srcdir)/'`eggdbusstartservicebynamereply.c libeggdbus_1_la-eggdbusreleasenamereply.lo: eggdbusreleasenamereply.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusreleasenamereply.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusreleasenamereply.Tpo -c -o libeggdbus_1_la-eggdbusreleasenamereply.lo `test -f 'eggdbusreleasenamereply.c' || echo '$(srcdir)/'`eggdbusreleasenamereply.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusreleasenamereply.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusreleasenamereply.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusreleasenamereply.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusreleasenamereply.Tpo -c -o libeggdbus_1_la-eggdbusreleasenamereply.lo `test -f 'eggdbusreleasenamereply.c' || echo '$(srcdir)/'`eggdbusreleasenamereply.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusreleasenamereply.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusreleasenamereply.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusreleasenamereply.c' object='libeggdbus_1_la-eggdbusreleasenamereply.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusreleasenamereply.lo `test -f 'eggdbusreleasenamereply.c' || echo '$(srcdir)/'`eggdbusreleasenamereply.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusreleasenamereply.lo `test -f 'eggdbusreleasenamereply.c' || echo '$(srcdir)/'`eggdbusreleasenamereply.c libeggdbus_1_la-eggdbusrequestnamereply.lo: eggdbusrequestnamereply.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusrequestnamereply.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnamereply.Tpo -c -o libeggdbus_1_la-eggdbusrequestnamereply.lo `test -f 'eggdbusrequestnamereply.c' || echo '$(srcdir)/'`eggdbusrequestnamereply.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnamereply.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnamereply.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusrequestnamereply.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnamereply.Tpo -c -o libeggdbus_1_la-eggdbusrequestnamereply.lo `test -f 'eggdbusrequestnamereply.c' || echo '$(srcdir)/'`eggdbusrequestnamereply.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnamereply.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnamereply.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusrequestnamereply.c' object='libeggdbus_1_la-eggdbusrequestnamereply.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusrequestnamereply.lo `test -f 'eggdbusrequestnamereply.c' || echo '$(srcdir)/'`eggdbusrequestnamereply.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusrequestnamereply.lo `test -f 'eggdbusrequestnamereply.c' || echo '$(srcdir)/'`eggdbusrequestnamereply.c libeggdbus_1_la-eggdbusrequestnameflags.lo: eggdbusrequestnameflags.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusrequestnameflags.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnameflags.Tpo -c -o libeggdbus_1_la-eggdbusrequestnameflags.lo `test -f 'eggdbusrequestnameflags.c' || echo '$(srcdir)/'`eggdbusrequestnameflags.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnameflags.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnameflags.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusrequestnameflags.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnameflags.Tpo -c -o libeggdbus_1_la-eggdbusrequestnameflags.lo `test -f 'eggdbusrequestnameflags.c' || echo '$(srcdir)/'`eggdbusrequestnameflags.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnameflags.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusrequestnameflags.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusrequestnameflags.c' object='libeggdbus_1_la-eggdbusrequestnameflags.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusrequestnameflags.lo `test -f 'eggdbusrequestnameflags.c' || echo '$(srcdir)/'`eggdbusrequestnameflags.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusrequestnameflags.lo `test -f 'eggdbusrequestnameflags.c' || echo '$(srcdir)/'`eggdbusrequestnameflags.c libeggdbus_1_la-eggdbusconnection.lo: eggdbusconnection.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusconnection.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusconnection.Tpo -c -o libeggdbus_1_la-eggdbusconnection.lo `test -f 'eggdbusconnection.c' || echo '$(srcdir)/'`eggdbusconnection.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusconnection.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusconnection.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusconnection.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusconnection.Tpo -c -o libeggdbus_1_la-eggdbusconnection.lo `test -f 'eggdbusconnection.c' || echo '$(srcdir)/'`eggdbusconnection.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusconnection.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusconnection.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusconnection.c' object='libeggdbus_1_la-eggdbusconnection.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusconnection.lo `test -f 'eggdbusconnection.c' || echo '$(srcdir)/'`eggdbusconnection.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusconnection.lo `test -f 'eggdbusconnection.c' || echo '$(srcdir)/'`eggdbusconnection.c libeggdbus_1_la-eggdbusmessage.lo: eggdbusmessage.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusmessage.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusmessage.Tpo -c -o libeggdbus_1_la-eggdbusmessage.lo `test -f 'eggdbusmessage.c' || echo '$(srcdir)/'`eggdbusmessage.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusmessage.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusmessage.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusmessage.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusmessage.Tpo -c -o libeggdbus_1_la-eggdbusmessage.lo `test -f 'eggdbusmessage.c' || echo '$(srcdir)/'`eggdbusmessage.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusmessage.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusmessage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusmessage.c' object='libeggdbus_1_la-eggdbusmessage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusmessage.lo `test -f 'eggdbusmessage.c' || echo '$(srcdir)/'`eggdbusmessage.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusmessage.lo `test -f 'eggdbusmessage.c' || echo '$(srcdir)/'`eggdbusmessage.c libeggdbus_1_la-eggdbusobjectproxy.lo: eggdbusobjectproxy.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusobjectproxy.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusobjectproxy.Tpo -c -o libeggdbus_1_la-eggdbusobjectproxy.lo `test -f 'eggdbusobjectproxy.c' || echo '$(srcdir)/'`eggdbusobjectproxy.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusobjectproxy.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusobjectproxy.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusobjectproxy.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusobjectproxy.Tpo -c -o libeggdbus_1_la-eggdbusobjectproxy.lo `test -f 'eggdbusobjectproxy.c' || echo '$(srcdir)/'`eggdbusobjectproxy.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusobjectproxy.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusobjectproxy.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusobjectproxy.c' object='libeggdbus_1_la-eggdbusobjectproxy.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusobjectproxy.lo `test -f 'eggdbusobjectproxy.c' || echo '$(srcdir)/'`eggdbusobjectproxy.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusobjectproxy.lo `test -f 'eggdbusobjectproxy.c' || echo '$(srcdir)/'`eggdbusobjectproxy.c libeggdbus_1_la-eggdbusinterfaceproxy.lo: eggdbusinterfaceproxy.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusinterfaceproxy.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusinterfaceproxy.Tpo -c -o libeggdbus_1_la-eggdbusinterfaceproxy.lo `test -f 'eggdbusinterfaceproxy.c' || echo '$(srcdir)/'`eggdbusinterfaceproxy.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusinterfaceproxy.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusinterfaceproxy.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusinterfaceproxy.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusinterfaceproxy.Tpo -c -o libeggdbus_1_la-eggdbusinterfaceproxy.lo `test -f 'eggdbusinterfaceproxy.c' || echo '$(srcdir)/'`eggdbusinterfaceproxy.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusinterfaceproxy.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusinterfaceproxy.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusinterfaceproxy.c' object='libeggdbus_1_la-eggdbusinterfaceproxy.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusinterfaceproxy.lo `test -f 'eggdbusinterfaceproxy.c' || echo '$(srcdir)/'`eggdbusinterfaceproxy.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusinterfaceproxy.lo `test -f 'eggdbusinterfaceproxy.c' || echo '$(srcdir)/'`eggdbusinterfaceproxy.c libeggdbus_1_la-eggdbusbusnametracker.lo: eggdbusbusnametracker.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusbusnametracker.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusbusnametracker.Tpo -c -o libeggdbus_1_la-eggdbusbusnametracker.lo `test -f 'eggdbusbusnametracker.c' || echo '$(srcdir)/'`eggdbusbusnametracker.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusbusnametracker.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusbusnametracker.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusbusnametracker.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusbusnametracker.Tpo -c -o libeggdbus_1_la-eggdbusbusnametracker.lo `test -f 'eggdbusbusnametracker.c' || echo '$(srcdir)/'`eggdbusbusnametracker.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusbusnametracker.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusbusnametracker.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusbusnametracker.c' object='libeggdbus_1_la-eggdbusbusnametracker.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusbusnametracker.lo `test -f 'eggdbusbusnametracker.c' || echo '$(srcdir)/'`eggdbusbusnametracker.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusbusnametracker.lo `test -f 'eggdbusbusnametracker.c' || echo '$(srcdir)/'`eggdbusbusnametracker.c libeggdbus_1_la-eggdbusmethodinvocation.lo: eggdbusmethodinvocation.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusmethodinvocation.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusmethodinvocation.Tpo -c -o libeggdbus_1_la-eggdbusmethodinvocation.lo `test -f 'eggdbusmethodinvocation.c' || echo '$(srcdir)/'`eggdbusmethodinvocation.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_1_la-eggdbusmethodinvocation.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusmethodinvocation.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -MT libeggdbus_1_la-eggdbusmethodinvocation.lo -MD -MP -MF $(DEPDIR)/libeggdbus_1_la-eggdbusmethodinvocation.Tpo -c -o libeggdbus_1_la-eggdbusmethodinvocation.lo `test -f 'eggdbusmethodinvocation.c' || echo '$(srcdir)/'`eggdbusmethodinvocation.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_1_la-eggdbusmethodinvocation.Tpo $(DEPDIR)/libeggdbus_1_la-eggdbusmethodinvocation.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusmethodinvocation.c' object='libeggdbus_1_la-eggdbusmethodinvocation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusmethodinvocation.lo `test -f 'eggdbusmethodinvocation.c' || echo '$(srcdir)/'`eggdbusmethodinvocation.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_1_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_1_la-eggdbusmethodinvocation.lo `test -f 'eggdbusmethodinvocation.c' || echo '$(srcdir)/'`eggdbusmethodinvocation.c libeggdbus_common_la-eggdbusarrayseq.lo: eggdbusarrayseq.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusarrayseq.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusarrayseq.Tpo -c -o libeggdbus_common_la-eggdbusarrayseq.lo `test -f 'eggdbusarrayseq.c' || echo '$(srcdir)/'`eggdbusarrayseq.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusarrayseq.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusarrayseq.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusarrayseq.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusarrayseq.Tpo -c -o libeggdbus_common_la-eggdbusarrayseq.lo `test -f 'eggdbusarrayseq.c' || echo '$(srcdir)/'`eggdbusarrayseq.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusarrayseq.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusarrayseq.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusarrayseq.c' object='libeggdbus_common_la-eggdbusarrayseq.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusarrayseq.lo `test -f 'eggdbusarrayseq.c' || echo '$(srcdir)/'`eggdbusarrayseq.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusarrayseq.lo `test -f 'eggdbusarrayseq.c' || echo '$(srcdir)/'`eggdbusarrayseq.c libeggdbus_common_la-eggdbushashmap.lo: eggdbushashmap.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbushashmap.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbushashmap.Tpo -c -o libeggdbus_common_la-eggdbushashmap.lo `test -f 'eggdbushashmap.c' || echo '$(srcdir)/'`eggdbushashmap.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbushashmap.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbushashmap.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbushashmap.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbushashmap.Tpo -c -o libeggdbus_common_la-eggdbushashmap.lo `test -f 'eggdbushashmap.c' || echo '$(srcdir)/'`eggdbushashmap.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbushashmap.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbushashmap.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbushashmap.c' object='libeggdbus_common_la-eggdbushashmap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbushashmap.lo `test -f 'eggdbushashmap.c' || echo '$(srcdir)/'`eggdbushashmap.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbushashmap.lo `test -f 'eggdbushashmap.c' || echo '$(srcdir)/'`eggdbushashmap.c libeggdbus_common_la-eggdbuserror.lo: eggdbuserror.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbuserror.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbuserror.Tpo -c -o libeggdbus_common_la-eggdbuserror.lo `test -f 'eggdbuserror.c' || echo '$(srcdir)/'`eggdbuserror.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbuserror.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbuserror.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbuserror.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbuserror.Tpo -c -o libeggdbus_common_la-eggdbuserror.lo `test -f 'eggdbuserror.c' || echo '$(srcdir)/'`eggdbuserror.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbuserror.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbuserror.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbuserror.c' object='libeggdbus_common_la-eggdbuserror.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbuserror.lo `test -f 'eggdbuserror.c' || echo '$(srcdir)/'`eggdbuserror.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbuserror.lo `test -f 'eggdbuserror.c' || echo '$(srcdir)/'`eggdbuserror.c libeggdbus_common_la-eggdbusmisctypes.lo: eggdbusmisctypes.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusmisctypes.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusmisctypes.Tpo -c -o libeggdbus_common_la-eggdbusmisctypes.lo `test -f 'eggdbusmisctypes.c' || echo '$(srcdir)/'`eggdbusmisctypes.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusmisctypes.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusmisctypes.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusmisctypes.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusmisctypes.Tpo -c -o libeggdbus_common_la-eggdbusmisctypes.lo `test -f 'eggdbusmisctypes.c' || echo '$(srcdir)/'`eggdbusmisctypes.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusmisctypes.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusmisctypes.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusmisctypes.c' object='libeggdbus_common_la-eggdbusmisctypes.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusmisctypes.lo `test -f 'eggdbusmisctypes.c' || echo '$(srcdir)/'`eggdbusmisctypes.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusmisctypes.lo `test -f 'eggdbusmisctypes.c' || echo '$(srcdir)/'`eggdbusmisctypes.c libeggdbus_common_la-eggdbusobjectpath.lo: eggdbusobjectpath.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusobjectpath.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusobjectpath.Tpo -c -o libeggdbus_common_la-eggdbusobjectpath.lo `test -f 'eggdbusobjectpath.c' || echo '$(srcdir)/'`eggdbusobjectpath.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusobjectpath.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusobjectpath.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusobjectpath.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusobjectpath.Tpo -c -o libeggdbus_common_la-eggdbusobjectpath.lo `test -f 'eggdbusobjectpath.c' || echo '$(srcdir)/'`eggdbusobjectpath.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusobjectpath.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusobjectpath.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusobjectpath.c' object='libeggdbus_common_la-eggdbusobjectpath.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusobjectpath.lo `test -f 'eggdbusobjectpath.c' || echo '$(srcdir)/'`eggdbusobjectpath.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusobjectpath.lo `test -f 'eggdbusobjectpath.c' || echo '$(srcdir)/'`eggdbusobjectpath.c libeggdbus_common_la-eggdbussignature.lo: eggdbussignature.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbussignature.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbussignature.Tpo -c -o libeggdbus_common_la-eggdbussignature.lo `test -f 'eggdbussignature.c' || echo '$(srcdir)/'`eggdbussignature.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbussignature.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbussignature.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbussignature.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbussignature.Tpo -c -o libeggdbus_common_la-eggdbussignature.lo `test -f 'eggdbussignature.c' || echo '$(srcdir)/'`eggdbussignature.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbussignature.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbussignature.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbussignature.c' object='libeggdbus_common_la-eggdbussignature.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbussignature.lo `test -f 'eggdbussignature.c' || echo '$(srcdir)/'`eggdbussignature.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbussignature.lo `test -f 'eggdbussignature.c' || echo '$(srcdir)/'`eggdbussignature.c libeggdbus_common_la-eggdbusstructure.lo: eggdbusstructure.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusstructure.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusstructure.Tpo -c -o libeggdbus_common_la-eggdbusstructure.lo `test -f 'eggdbusstructure.c' || echo '$(srcdir)/'`eggdbusstructure.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusstructure.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusstructure.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusstructure.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusstructure.Tpo -c -o libeggdbus_common_la-eggdbusstructure.lo `test -f 'eggdbusstructure.c' || echo '$(srcdir)/'`eggdbusstructure.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusstructure.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusstructure.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusstructure.c' object='libeggdbus_common_la-eggdbusstructure.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusstructure.lo `test -f 'eggdbusstructure.c' || echo '$(srcdir)/'`eggdbusstructure.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusstructure.lo `test -f 'eggdbusstructure.c' || echo '$(srcdir)/'`eggdbusstructure.c libeggdbus_common_la-eggdbustypes.lo: eggdbustypes.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbustypes.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbustypes.Tpo -c -o libeggdbus_common_la-eggdbustypes.lo `test -f 'eggdbustypes.c' || echo '$(srcdir)/'`eggdbustypes.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbustypes.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbustypes.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbustypes.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbustypes.Tpo -c -o libeggdbus_common_la-eggdbustypes.lo `test -f 'eggdbustypes.c' || echo '$(srcdir)/'`eggdbustypes.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbustypes.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbustypes.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbustypes.c' object='libeggdbus_common_la-eggdbustypes.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbustypes.lo `test -f 'eggdbustypes.c' || echo '$(srcdir)/'`eggdbustypes.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbustypes.lo `test -f 'eggdbustypes.c' || echo '$(srcdir)/'`eggdbustypes.c libeggdbus_common_la-eggdbusutils.lo: eggdbusutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusutils.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusutils.Tpo -c -o libeggdbus_common_la-eggdbusutils.lo `test -f 'eggdbusutils.c' || echo '$(srcdir)/'`eggdbusutils.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusutils.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusutils.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusutils.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusutils.Tpo -c -o libeggdbus_common_la-eggdbusutils.lo `test -f 'eggdbusutils.c' || echo '$(srcdir)/'`eggdbusutils.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusutils.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusutils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusutils.c' object='libeggdbus_common_la-eggdbusutils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusutils.lo `test -f 'eggdbusutils.c' || echo '$(srcdir)/'`eggdbusutils.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusutils.lo `test -f 'eggdbusutils.c' || echo '$(srcdir)/'`eggdbusutils.c libeggdbus_common_la-eggdbusvariant.lo: eggdbusvariant.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusvariant.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusvariant.Tpo -c -o libeggdbus_common_la-eggdbusvariant.lo `test -f 'eggdbusvariant.c' || echo '$(srcdir)/'`eggdbusvariant.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusvariant.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusvariant.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusvariant.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusvariant.Tpo -c -o libeggdbus_common_la-eggdbusvariant.lo `test -f 'eggdbusvariant.c' || echo '$(srcdir)/'`eggdbusvariant.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusvariant.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusvariant.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusvariant.c' object='libeggdbus_common_la-eggdbusvariant.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusvariant.lo `test -f 'eggdbusvariant.c' || echo '$(srcdir)/'`eggdbusvariant.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusvariant.lo `test -f 'eggdbusvariant.c' || echo '$(srcdir)/'`eggdbusvariant.c libeggdbus_common_la-eggdbusinterface.lo: eggdbusinterface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusinterface.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusinterface.Tpo -c -o libeggdbus_common_la-eggdbusinterface.lo `test -f 'eggdbusinterface.c' || echo '$(srcdir)/'`eggdbusinterface.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusinterface.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusinterface.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusinterface.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusinterface.Tpo -c -o libeggdbus_common_la-eggdbusinterface.lo `test -f 'eggdbusinterface.c' || echo '$(srcdir)/'`eggdbusinterface.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusinterface.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusinterface.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusinterface.c' object='libeggdbus_common_la-eggdbusinterface.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusinterface.lo `test -f 'eggdbusinterface.c' || echo '$(srcdir)/'`eggdbusinterface.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusinterface.lo `test -f 'eggdbusinterface.c' || echo '$(srcdir)/'`eggdbusinterface.c libeggdbus_common_la-eggdbusintrospector.lo: eggdbusintrospector.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusintrospector.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusintrospector.Tpo -c -o libeggdbus_common_la-eggdbusintrospector.lo `test -f 'eggdbusintrospector.c' || echo '$(srcdir)/'`eggdbusintrospector.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusintrospector.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusintrospector.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusintrospector.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusintrospector.Tpo -c -o libeggdbus_common_la-eggdbusintrospector.lo `test -f 'eggdbusintrospector.c' || echo '$(srcdir)/'`eggdbusintrospector.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusintrospector.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusintrospector.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusintrospector.c' object='libeggdbus_common_la-eggdbusintrospector.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusintrospector.lo `test -f 'eggdbusintrospector.c' || echo '$(srcdir)/'`eggdbusintrospector.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusintrospector.lo `test -f 'eggdbusintrospector.c' || echo '$(srcdir)/'`eggdbusintrospector.c libeggdbus_common_la-eggdbusmarshal.lo: eggdbusmarshal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusmarshal.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusmarshal.Tpo -c -o libeggdbus_common_la-eggdbusmarshal.lo `test -f 'eggdbusmarshal.c' || echo '$(srcdir)/'`eggdbusmarshal.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusmarshal.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusmarshal.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusmarshal.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusmarshal.Tpo -c -o libeggdbus_common_la-eggdbusmarshal.lo `test -f 'eggdbusmarshal.c' || echo '$(srcdir)/'`eggdbusmarshal.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusmarshal.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusmarshal.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusmarshal.c' object='libeggdbus_common_la-eggdbusmarshal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusmarshal.lo `test -f 'eggdbusmarshal.c' || echo '$(srcdir)/'`eggdbusmarshal.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusmarshal.lo `test -f 'eggdbusmarshal.c' || echo '$(srcdir)/'`eggdbusmarshal.c libeggdbus_common_la-eggdbusenumtypes.lo: eggdbusenumtypes.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusenumtypes.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusenumtypes.Tpo -c -o libeggdbus_common_la-eggdbusenumtypes.lo `test -f 'eggdbusenumtypes.c' || echo '$(srcdir)/'`eggdbusenumtypes.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbus_common_la-eggdbusenumtypes.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusenumtypes.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -MT libeggdbus_common_la-eggdbusenumtypes.lo -MD -MP -MF $(DEPDIR)/libeggdbus_common_la-eggdbusenumtypes.Tpo -c -o libeggdbus_common_la-eggdbusenumtypes.lo `test -f 'eggdbusenumtypes.c' || echo '$(srcdir)/'`eggdbusenumtypes.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbus_common_la-eggdbusenumtypes.Tpo $(DEPDIR)/libeggdbus_common_la-eggdbusenumtypes.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusenumtypes.c' object='libeggdbus_common_la-eggdbusenumtypes.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusenumtypes.lo `test -f 'eggdbusenumtypes.c' || echo '$(srcdir)/'`eggdbusenumtypes.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbus_common_la_CFLAGS) $(CFLAGS) -c -o libeggdbus_common_la-eggdbusenumtypes.lo `test -f 'eggdbusenumtypes.c' || echo '$(srcdir)/'`eggdbusenumtypes.c completetypetest-completetypetest.o: completetypetest.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -MT completetypetest-completetypetest.o -MD -MP -MF $(DEPDIR)/completetypetest-completetypetest.Tpo -c -o completetypetest-completetypetest.o `test -f 'completetypetest.c' || echo '$(srcdir)/'`completetypetest.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/completetypetest-completetypetest.Tpo $(DEPDIR)/completetypetest-completetypetest.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/completetypetest-completetypetest.Tpo $(DEPDIR)/completetypetest-completetypetest.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='completetypetest.c' object='completetypetest-completetypetest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -c -o completetypetest-completetypetest.o `test -f 'completetypetest.c' || echo '$(srcdir)/'`completetypetest.c completetypetest-completetypetest.obj: completetypetest.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -MT completetypetest-completetypetest.obj -MD -MP -MF $(DEPDIR)/completetypetest-completetypetest.Tpo -c -o completetypetest-completetypetest.obj `if test -f 'completetypetest.c'; then $(CYGPATH_W) 'completetypetest.c'; else $(CYGPATH_W) '$(srcdir)/completetypetest.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/completetypetest-completetypetest.Tpo $(DEPDIR)/completetypetest-completetypetest.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/completetypetest-completetypetest.Tpo $(DEPDIR)/completetypetest-completetypetest.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='completetypetest.c' object='completetypetest-completetypetest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -c -o completetypetest-completetypetest.obj `if test -f 'completetypetest.c'; then $(CYGPATH_W) 'completetypetest.c'; else $(CYGPATH_W) '$(srcdir)/completetypetest.c'; fi` completetypetest-completetype.o: completetype.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -MT completetypetest-completetype.o -MD -MP -MF $(DEPDIR)/completetypetest-completetype.Tpo -c -o completetypetest-completetype.o `test -f 'completetype.c' || echo '$(srcdir)/'`completetype.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/completetypetest-completetype.Tpo $(DEPDIR)/completetypetest-completetype.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/completetypetest-completetype.Tpo $(DEPDIR)/completetypetest-completetype.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='completetype.c' object='completetypetest-completetype.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -c -o completetypetest-completetype.o `test -f 'completetype.c' || echo '$(srcdir)/'`completetype.c completetypetest-completetype.obj: completetype.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -MT completetypetest-completetype.obj -MD -MP -MF $(DEPDIR)/completetypetest-completetype.Tpo -c -o completetypetest-completetype.obj `if test -f 'completetype.c'; then $(CYGPATH_W) 'completetype.c'; else $(CYGPATH_W) '$(srcdir)/completetype.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/completetypetest-completetype.Tpo $(DEPDIR)/completetypetest-completetype.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/completetypetest-completetype.Tpo $(DEPDIR)/completetypetest-completetype.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='completetype.c' object='completetypetest-completetype.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(completetypetest_CFLAGS) $(CFLAGS) -c -o completetypetest-completetype.obj `if test -f 'completetype.c'; then $(CYGPATH_W) 'completetype.c'; else $(CYGPATH_W) '$(srcdir)/completetype.c'; fi` eggdbus_binding_tool-eggdbusbindingtool.o: eggdbusbindingtool.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-eggdbusbindingtool.o -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Tpo -c -o eggdbus_binding_tool-eggdbusbindingtool.o `test -f 'eggdbusbindingtool.c' || echo '$(srcdir)/'`eggdbusbindingtool.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Tpo $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Tpo $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusbindingtool.c' object='eggdbus_binding_tool-eggdbusbindingtool.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-eggdbusbindingtool.o `test -f 'eggdbusbindingtool.c' || echo '$(srcdir)/'`eggdbusbindingtool.c eggdbus_binding_tool-eggdbusbindingtool.obj: eggdbusbindingtool.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-eggdbusbindingtool.obj -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Tpo -c -o eggdbus_binding_tool-eggdbusbindingtool.obj `if test -f 'eggdbusbindingtool.c'; then $(CYGPATH_W) 'eggdbusbindingtool.c'; else $(CYGPATH_W) '$(srcdir)/eggdbusbindingtool.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Tpo $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Tpo $(DEPDIR)/eggdbus_binding_tool-eggdbusbindingtool.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbusbindingtool.c' object='eggdbus_binding_tool-eggdbusbindingtool.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-eggdbusbindingtool.obj `if test -f 'eggdbusbindingtool.c'; then $(CYGPATH_W) 'eggdbusbindingtool.c'; else $(CYGPATH_W) '$(srcdir)/eggdbusbindingtool.c'; fi` eggdbus_binding_tool-interface.o: interface.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-interface.o -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-interface.Tpo -c -o eggdbus_binding_tool-interface.o `test -f 'interface.c' || echo '$(srcdir)/'`interface.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-interface.Tpo $(DEPDIR)/eggdbus_binding_tool-interface.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-interface.Tpo $(DEPDIR)/eggdbus_binding_tool-interface.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='interface.c' object='eggdbus_binding_tool-interface.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-interface.o `test -f 'interface.c' || echo '$(srcdir)/'`interface.c eggdbus_binding_tool-interface.obj: interface.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-interface.obj -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-interface.Tpo -c -o eggdbus_binding_tool-interface.obj `if test -f 'interface.c'; then $(CYGPATH_W) 'interface.c'; else $(CYGPATH_W) '$(srcdir)/interface.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-interface.Tpo $(DEPDIR)/eggdbus_binding_tool-interface.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-interface.Tpo $(DEPDIR)/eggdbus_binding_tool-interface.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='interface.c' object='eggdbus_binding_tool-interface.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-interface.obj `if test -f 'interface.c'; then $(CYGPATH_W) 'interface.c'; else $(CYGPATH_W) '$(srcdir)/interface.c'; fi` eggdbus_binding_tool-struct.o: struct.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-struct.o -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-struct.Tpo -c -o eggdbus_binding_tool-struct.o `test -f 'struct.c' || echo '$(srcdir)/'`struct.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-struct.Tpo $(DEPDIR)/eggdbus_binding_tool-struct.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-struct.Tpo $(DEPDIR)/eggdbus_binding_tool-struct.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='struct.c' object='eggdbus_binding_tool-struct.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-struct.o `test -f 'struct.c' || echo '$(srcdir)/'`struct.c eggdbus_binding_tool-struct.obj: struct.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-struct.obj -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-struct.Tpo -c -o eggdbus_binding_tool-struct.obj `if test -f 'struct.c'; then $(CYGPATH_W) 'struct.c'; else $(CYGPATH_W) '$(srcdir)/struct.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-struct.Tpo $(DEPDIR)/eggdbus_binding_tool-struct.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-struct.Tpo $(DEPDIR)/eggdbus_binding_tool-struct.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='struct.c' object='eggdbus_binding_tool-struct.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-struct.obj `if test -f 'struct.c'; then $(CYGPATH_W) 'struct.c'; else $(CYGPATH_W) '$(srcdir)/struct.c'; fi` eggdbus_binding_tool-enum.o: enum.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-enum.o -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-enum.Tpo -c -o eggdbus_binding_tool-enum.o `test -f 'enum.c' || echo '$(srcdir)/'`enum.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-enum.Tpo $(DEPDIR)/eggdbus_binding_tool-enum.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-enum.Tpo $(DEPDIR)/eggdbus_binding_tool-enum.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='enum.c' object='eggdbus_binding_tool-enum.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-enum.o `test -f 'enum.c' || echo '$(srcdir)/'`enum.c eggdbus_binding_tool-enum.obj: enum.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-enum.obj -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-enum.Tpo -c -o eggdbus_binding_tool-enum.obj `if test -f 'enum.c'; then $(CYGPATH_W) 'enum.c'; else $(CYGPATH_W) '$(srcdir)/enum.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-enum.Tpo $(DEPDIR)/eggdbus_binding_tool-enum.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-enum.Tpo $(DEPDIR)/eggdbus_binding_tool-enum.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='enum.c' object='eggdbus_binding_tool-enum.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-enum.obj `if test -f 'enum.c'; then $(CYGPATH_W) 'enum.c'; else $(CYGPATH_W) '$(srcdir)/enum.c'; fi` eggdbus_binding_tool-docbook.o: docbook.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-docbook.o -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-docbook.Tpo -c -o eggdbus_binding_tool-docbook.o `test -f 'docbook.c' || echo '$(srcdir)/'`docbook.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-docbook.Tpo $(DEPDIR)/eggdbus_binding_tool-docbook.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-docbook.Tpo $(DEPDIR)/eggdbus_binding_tool-docbook.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='docbook.c' object='eggdbus_binding_tool-docbook.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-docbook.o `test -f 'docbook.c' || echo '$(srcdir)/'`docbook.c eggdbus_binding_tool-docbook.obj: docbook.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-docbook.obj -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-docbook.Tpo -c -o eggdbus_binding_tool-docbook.obj `if test -f 'docbook.c'; then $(CYGPATH_W) 'docbook.c'; else $(CYGPATH_W) '$(srcdir)/docbook.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-docbook.Tpo $(DEPDIR)/eggdbus_binding_tool-docbook.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-docbook.Tpo $(DEPDIR)/eggdbus_binding_tool-docbook.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='docbook.c' object='eggdbus_binding_tool-docbook.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-docbook.obj `if test -f 'docbook.c'; then $(CYGPATH_W) 'docbook.c'; else $(CYGPATH_W) '$(srcdir)/docbook.c'; fi` eggdbus_binding_tool-completetype.o: completetype.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-completetype.o -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-completetype.Tpo -c -o eggdbus_binding_tool-completetype.o `test -f 'completetype.c' || echo '$(srcdir)/'`completetype.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-completetype.Tpo $(DEPDIR)/eggdbus_binding_tool-completetype.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-completetype.Tpo $(DEPDIR)/eggdbus_binding_tool-completetype.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='completetype.c' object='eggdbus_binding_tool-completetype.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-completetype.o `test -f 'completetype.c' || echo '$(srcdir)/'`completetype.c eggdbus_binding_tool-completetype.obj: completetype.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -MT eggdbus_binding_tool-completetype.obj -MD -MP -MF $(DEPDIR)/eggdbus_binding_tool-completetype.Tpo -c -o eggdbus_binding_tool-completetype.obj `if test -f 'completetype.c'; then $(CYGPATH_W) 'completetype.c'; else $(CYGPATH_W) '$(srcdir)/completetype.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_binding_tool-completetype.Tpo $(DEPDIR)/eggdbus_binding_tool-completetype.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_binding_tool-completetype.Tpo $(DEPDIR)/eggdbus_binding_tool-completetype.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='completetype.c' object='eggdbus_binding_tool-completetype.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_binding_tool_CFLAGS) $(CFLAGS) -c -o eggdbus_binding_tool-completetype.obj `if test -f 'completetype.c'; then $(CYGPATH_W) 'completetype.c'; else $(CYGPATH_W) '$(srcdir)/completetype.c'; fi` eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.o: eggdbus-glib-genmarshal.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_glib_genmarshal_CFLAGS) $(CFLAGS) -MT eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.o -MD -MP -MF $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Tpo -c -o eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.o `test -f 'eggdbus-glib-genmarshal.c' || echo '$(srcdir)/'`eggdbus-glib-genmarshal.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Tpo $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Tpo $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbus-glib-genmarshal.c' object='eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_glib_genmarshal_CFLAGS) $(CFLAGS) -c -o eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.o `test -f 'eggdbus-glib-genmarshal.c' || echo '$(srcdir)/'`eggdbus-glib-genmarshal.c eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.obj: eggdbus-glib-genmarshal.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_glib_genmarshal_CFLAGS) $(CFLAGS) -MT eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.obj -MD -MP -MF $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Tpo -c -o eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.obj `if test -f 'eggdbus-glib-genmarshal.c'; then $(CYGPATH_W) 'eggdbus-glib-genmarshal.c'; else $(CYGPATH_W) '$(srcdir)/eggdbus-glib-genmarshal.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Tpo $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Tpo $(DEPDIR)/eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eggdbus-glib-genmarshal.c' object='eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eggdbus_glib_genmarshal_CFLAGS) $(CFLAGS) -c -o eggdbus_glib_genmarshal-eggdbus-glib-genmarshal.obj `if test -f 'eggdbus-glib-genmarshal.c'; then $(CYGPATH_W) 'eggdbus-glib-genmarshal.c'; else $(CYGPATH_W) '$(srcdir)/eggdbus-glib-genmarshal.c'; fi` @@ -1001,20 +1041,23 @@ install-libeggdbus_1includeHEADERS: $(libeggdbus_1include_HEADERS) @$(NORMAL_INSTALL) test -z "$(libeggdbus_1includedir)" || $(MKDIR_P) "$(DESTDIR)$(libeggdbus_1includedir)" - @list='$(libeggdbus_1include_HEADERS)'; for p in $$list; do \ + @list='$(libeggdbus_1include_HEADERS)'; test -n "$(libeggdbus_1includedir)" || list=; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(libeggdbus_1includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libeggdbus_1includedir)/$$f'"; \ - $(libeggdbus_1includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libeggdbus_1includedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libeggdbus_1includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(libeggdbus_1includedir)" || exit $$?; \ done uninstall-libeggdbus_1includeHEADERS: @$(NORMAL_UNINSTALL) - @list='$(libeggdbus_1include_HEADERS)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(libeggdbus_1includedir)/$$f'"; \ - rm -f "$(DESTDIR)$(libeggdbus_1includedir)/$$f"; \ - done + @list='$(libeggdbus_1include_HEADERS)'; test -n "$(libeggdbus_1includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(libeggdbus_1includedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(libeggdbus_1includedir)" && rm -f $$files ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -1028,7 +1071,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -1036,29 +1079,34 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -1067,6 +1115,7 @@ @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ + $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ @@ -1078,10 +1127,10 @@ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ - echo "XPASS: $$tst"; \ + col=$$red; res=XPASS; \ ;; \ *) \ - echo "PASS: $$tst"; \ + col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ @@ -1089,17 +1138,18 @@ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ - echo "XFAIL: $$tst"; \ + col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ - echo "FAIL: $$tst"; \ + col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ - echo "SKIP: $$tst"; \ + col=$$blu; res=SKIP; \ fi; \ + echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ @@ -1141,11 +1191,15 @@ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ - echo "$$dashes"; \ + if test "$$failed" -eq 0; then \ + echo "$$grn$$dashes"; \ + else \ + echo "$$red$$dashes"; \ + fi; \ echo "$$banner"; \ test -z "$$skipped" || echo "$$skipped"; \ test -z "$$report" || echo "$$report"; \ - echo "$$dashes"; \ + echo "$$dashes$$std"; \ test "$$failed" -eq 0; \ else :; fi @@ -1165,13 +1219,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -1211,6 +1269,7 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -1234,6 +1293,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -1242,18 +1303,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-binPROGRAMS install-libLTLIBRARIES install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -1277,7 +1348,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ uninstall-libeggdbus_1includeHEADERS -.MAKE: install-am install-strip +.MAKE: all check check-am install install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ @@ -1341,6 +1412,7 @@ clean-local : rm -f *~ $(egg_dbus_built_sources) $(BUILT_SOURCES) + # 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. .NOEXPORT: diff -Nru eggdbus-0.5/src/Makefile.in eggdbus-0.6/src/Makefile.in --- eggdbus-0.5/src/Makefile.in 2009-06-19 22:36:14.000000000 +0100 +++ eggdbus-0.6/src/Makefile.in 2009-07-05 00:06:58.000000000 +0100 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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,8 +16,9 @@ @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -40,6 +42,7 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -51,10 +54,38 @@ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ @@ -189,9 +220,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -209,6 +240,7 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo @@ -240,7 +272,7 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ @@ -274,16 +306,16 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -298,7 +330,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -310,7 +342,7 @@ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -319,29 +351,34 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -362,29 +399,44 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ @@ -414,6 +466,7 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -432,6 +485,8 @@ html: html-recursive +html-am: + info: info-recursive info-am: @@ -440,18 +495,28 @@ install-dvi: install-dvi-recursive +install-dvi-am: + install-exec-am: install-html: install-html-recursive +install-html-am: + install-info: install-info-recursive +install-info-am: + install-man: install-pdf: install-pdf-recursive +install-pdf-am: + install-ps: install-ps-recursive +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -472,8 +537,8 @@ uninstall-am: -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ @@ -492,6 +557,7 @@ clean-local : rm -f *~ + # 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. .NOEXPORT: diff -Nru eggdbus-0.5/src/tests/Makefile.in eggdbus-0.6/src/tests/Makefile.in --- eggdbus-0.5/src/tests/Makefile.in 2009-06-19 22:36:14.000000000 +0100 +++ eggdbus-0.6/src/tests/Makefile.in 2009-07-05 00:06:59.000000000 +0100 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.11 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. @@ -17,8 +18,9 @@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -43,6 +45,7 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libeggdbustests_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @@ -96,6 +99,7 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles +am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -349,9 +353,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tests/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/tests/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -369,6 +373,7 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @@ -382,11 +387,13 @@ $(libeggdbustests_la_LINK) $(libeggdbustests_la_OBJECTS) $(libeggdbustests_la_LIBADD) $(LIBS) clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list testclient$(EXEEXT): $(testclient_OBJECTS) $(testclient_DEPENDENCIES) @rm -f testclient$(EXEEXT) $(testclient_LINK) $(testclient_OBJECTS) $(testclient_LDADD) $(LIBS) @@ -426,196 +433,196 @@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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 $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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 `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @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 $@ $< libeggdbustests_la-testbindingsmarshal.lo: testbindingsmarshal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testbindingsmarshal.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testbindingsmarshal.Tpo -c -o libeggdbustests_la-testbindingsmarshal.lo `test -f 'testbindingsmarshal.c' || echo '$(srcdir)/'`testbindingsmarshal.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testbindingsmarshal.Tpo $(DEPDIR)/libeggdbustests_la-testbindingsmarshal.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testbindingsmarshal.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testbindingsmarshal.Tpo -c -o libeggdbustests_la-testbindingsmarshal.lo `test -f 'testbindingsmarshal.c' || echo '$(srcdir)/'`testbindingsmarshal.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testbindingsmarshal.Tpo $(DEPDIR)/libeggdbustests_la-testbindingsmarshal.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testbindingsmarshal.c' object='libeggdbustests_la-testbindingsmarshal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testbindingsmarshal.lo `test -f 'testbindingsmarshal.c' || echo '$(srcdir)/'`testbindingsmarshal.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testbindingsmarshal.lo `test -f 'testbindingsmarshal.c' || echo '$(srcdir)/'`testbindingsmarshal.c libeggdbustests_la-testbindings.lo: testbindings.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testbindings.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testbindings.Tpo -c -o libeggdbustests_la-testbindings.lo `test -f 'testbindings.c' || echo '$(srcdir)/'`testbindings.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testbindings.Tpo $(DEPDIR)/libeggdbustests_la-testbindings.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testbindings.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testbindings.Tpo -c -o libeggdbustests_la-testbindings.lo `test -f 'testbindings.c' || echo '$(srcdir)/'`testbindings.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testbindings.Tpo $(DEPDIR)/libeggdbustests_la-testbindings.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testbindings.c' object='libeggdbustests_la-testbindings.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testbindings.lo `test -f 'testbindings.c' || echo '$(srcdir)/'`testbindings.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testbindings.lo `test -f 'testbindings.c' || echo '$(srcdir)/'`testbindings.c libeggdbustests_la-testtwiddle.lo: testtwiddle.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtwiddle.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtwiddle.Tpo -c -o libeggdbustests_la-testtwiddle.lo `test -f 'testtwiddle.c' || echo '$(srcdir)/'`testtwiddle.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testtwiddle.Tpo $(DEPDIR)/libeggdbustests_la-testtwiddle.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtwiddle.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtwiddle.Tpo -c -o libeggdbustests_la-testtwiddle.lo `test -f 'testtwiddle.c' || echo '$(srcdir)/'`testtwiddle.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testtwiddle.Tpo $(DEPDIR)/libeggdbustests_la-testtwiddle.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testtwiddle.c' object='libeggdbustests_la-testtwiddle.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtwiddle.lo `test -f 'testtwiddle.c' || echo '$(srcdir)/'`testtwiddle.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtwiddle.lo `test -f 'testtwiddle.c' || echo '$(srcdir)/'`testtwiddle.c libeggdbustests_la-testtweak.lo: testtweak.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtweak.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtweak.Tpo -c -o libeggdbustests_la-testtweak.lo `test -f 'testtweak.c' || echo '$(srcdir)/'`testtweak.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testtweak.Tpo $(DEPDIR)/libeggdbustests_la-testtweak.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtweak.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtweak.Tpo -c -o libeggdbustests_la-testtweak.lo `test -f 'testtweak.c' || echo '$(srcdir)/'`testtweak.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testtweak.Tpo $(DEPDIR)/libeggdbustests_la-testtweak.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testtweak.c' object='libeggdbustests_la-testtweak.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtweak.lo `test -f 'testtweak.c' || echo '$(srcdir)/'`testtweak.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtweak.lo `test -f 'testtweak.c' || echo '$(srcdir)/'`testtweak.c libeggdbustests_la-testfrob.lo: testfrob.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testfrob.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testfrob.Tpo -c -o libeggdbustests_la-testfrob.lo `test -f 'testfrob.c' || echo '$(srcdir)/'`testfrob.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testfrob.Tpo $(DEPDIR)/libeggdbustests_la-testfrob.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testfrob.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testfrob.Tpo -c -o libeggdbustests_la-testfrob.lo `test -f 'testfrob.c' || echo '$(srcdir)/'`testfrob.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testfrob.Tpo $(DEPDIR)/libeggdbustests_la-testfrob.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testfrob.c' object='libeggdbustests_la-testfrob.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testfrob.lo `test -f 'testfrob.c' || echo '$(srcdir)/'`testfrob.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testfrob.lo `test -f 'testfrob.c' || echo '$(srcdir)/'`testfrob.c libeggdbustests_la-testvehicle.lo: testvehicle.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testvehicle.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testvehicle.Tpo -c -o libeggdbustests_la-testvehicle.lo `test -f 'testvehicle.c' || echo '$(srcdir)/'`testvehicle.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testvehicle.Tpo $(DEPDIR)/libeggdbustests_la-testvehicle.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testvehicle.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testvehicle.Tpo -c -o libeggdbustests_la-testvehicle.lo `test -f 'testvehicle.c' || echo '$(srcdir)/'`testvehicle.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testvehicle.Tpo $(DEPDIR)/libeggdbustests_la-testvehicle.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testvehicle.c' object='libeggdbustests_la-testvehicle.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testvehicle.lo `test -f 'testvehicle.c' || echo '$(srcdir)/'`testvehicle.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testvehicle.lo `test -f 'testvehicle.c' || echo '$(srcdir)/'`testvehicle.c libeggdbustests_la-testotherflags.lo: testotherflags.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testotherflags.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testotherflags.Tpo -c -o libeggdbustests_la-testotherflags.lo `test -f 'testotherflags.c' || echo '$(srcdir)/'`testotherflags.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testotherflags.Tpo $(DEPDIR)/libeggdbustests_la-testotherflags.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testotherflags.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testotherflags.Tpo -c -o libeggdbustests_la-testotherflags.lo `test -f 'testotherflags.c' || echo '$(srcdir)/'`testotherflags.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testotherflags.Tpo $(DEPDIR)/libeggdbustests_la-testotherflags.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testotherflags.c' object='libeggdbustests_la-testotherflags.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testotherflags.lo `test -f 'testotherflags.c' || echo '$(srcdir)/'`testotherflags.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testotherflags.lo `test -f 'testotherflags.c' || echo '$(srcdir)/'`testotherflags.c libeggdbustests_la-testdeleteflags.lo: testdeleteflags.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdeleteflags.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdeleteflags.Tpo -c -o libeggdbustests_la-testdeleteflags.lo `test -f 'testdeleteflags.c' || echo '$(srcdir)/'`testdeleteflags.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testdeleteflags.Tpo $(DEPDIR)/libeggdbustests_la-testdeleteflags.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdeleteflags.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdeleteflags.Tpo -c -o libeggdbustests_la-testdeleteflags.lo `test -f 'testdeleteflags.c' || echo '$(srcdir)/'`testdeleteflags.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testdeleteflags.Tpo $(DEPDIR)/libeggdbustests_la-testdeleteflags.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testdeleteflags.c' object='libeggdbustests_la-testdeleteflags.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdeleteflags.lo `test -f 'testdeleteflags.c' || echo '$(srcdir)/'`testdeleteflags.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdeleteflags.lo `test -f 'testdeleteflags.c' || echo '$(srcdir)/'`testdeleteflags.c libeggdbustests_la-testcreateflags.lo: testcreateflags.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testcreateflags.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testcreateflags.Tpo -c -o libeggdbustests_la-testcreateflags.lo `test -f 'testcreateflags.c' || echo '$(srcdir)/'`testcreateflags.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testcreateflags.Tpo $(DEPDIR)/libeggdbustests_la-testcreateflags.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testcreateflags.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testcreateflags.Tpo -c -o libeggdbustests_la-testcreateflags.lo `test -f 'testcreateflags.c' || echo '$(srcdir)/'`testcreateflags.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testcreateflags.Tpo $(DEPDIR)/libeggdbustests_la-testcreateflags.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testcreateflags.c' object='libeggdbustests_la-testcreateflags.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testcreateflags.lo `test -f 'testcreateflags.c' || echo '$(srcdir)/'`testcreateflags.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testcreateflags.lo `test -f 'testcreateflags.c' || echo '$(srcdir)/'`testcreateflags.c libeggdbustests_la-testdetailederror.lo: testdetailederror.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdetailederror.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdetailederror.Tpo -c -o libeggdbustests_la-testdetailederror.lo `test -f 'testdetailederror.c' || echo '$(srcdir)/'`testdetailederror.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testdetailederror.Tpo $(DEPDIR)/libeggdbustests_la-testdetailederror.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdetailederror.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdetailederror.Tpo -c -o libeggdbustests_la-testdetailederror.lo `test -f 'testdetailederror.c' || echo '$(srcdir)/'`testdetailederror.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testdetailederror.Tpo $(DEPDIR)/libeggdbustests_la-testdetailederror.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testdetailederror.c' object='libeggdbustests_la-testdetailederror.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdetailederror.lo `test -f 'testdetailederror.c' || echo '$(srcdir)/'`testdetailederror.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdetailederror.lo `test -f 'testdetailederror.c' || echo '$(srcdir)/'`testdetailederror.c libeggdbustests_la-testerror.lo: testerror.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testerror.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testerror.Tpo -c -o libeggdbustests_la-testerror.lo `test -f 'testerror.c' || echo '$(srcdir)/'`testerror.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testerror.Tpo $(DEPDIR)/libeggdbustests_la-testerror.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testerror.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testerror.Tpo -c -o libeggdbustests_la-testerror.lo `test -f 'testerror.c' || echo '$(srcdir)/'`testerror.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testerror.Tpo $(DEPDIR)/libeggdbustests_la-testerror.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testerror.c' object='libeggdbustests_la-testerror.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testerror.lo `test -f 'testerror.c' || echo '$(srcdir)/'`testerror.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testerror.lo `test -f 'testerror.c' || echo '$(srcdir)/'`testerror.c libeggdbustests_la-teststructwithvariant.lo: teststructwithvariant.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-teststructwithvariant.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-teststructwithvariant.Tpo -c -o libeggdbustests_la-teststructwithvariant.lo `test -f 'teststructwithvariant.c' || echo '$(srcdir)/'`teststructwithvariant.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-teststructwithvariant.Tpo $(DEPDIR)/libeggdbustests_la-teststructwithvariant.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-teststructwithvariant.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-teststructwithvariant.Tpo -c -o libeggdbustests_la-teststructwithvariant.lo `test -f 'teststructwithvariant.c' || echo '$(srcdir)/'`teststructwithvariant.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-teststructwithvariant.Tpo $(DEPDIR)/libeggdbustests_la-teststructwithvariant.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='teststructwithvariant.c' object='libeggdbustests_la-teststructwithvariant.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-teststructwithvariant.lo `test -f 'teststructwithvariant.c' || echo '$(srcdir)/'`teststructwithvariant.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-teststructwithvariant.lo `test -f 'teststructwithvariant.c' || echo '$(srcdir)/'`teststructwithvariant.c libeggdbustests_la-testextendeddescribedpoint.lo: testextendeddescribedpoint.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testextendeddescribedpoint.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testextendeddescribedpoint.Tpo -c -o libeggdbustests_la-testextendeddescribedpoint.lo `test -f 'testextendeddescribedpoint.c' || echo '$(srcdir)/'`testextendeddescribedpoint.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testextendeddescribedpoint.Tpo $(DEPDIR)/libeggdbustests_la-testextendeddescribedpoint.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testextendeddescribedpoint.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testextendeddescribedpoint.Tpo -c -o libeggdbustests_la-testextendeddescribedpoint.lo `test -f 'testextendeddescribedpoint.c' || echo '$(srcdir)/'`testextendeddescribedpoint.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testextendeddescribedpoint.Tpo $(DEPDIR)/libeggdbustests_la-testextendeddescribedpoint.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testextendeddescribedpoint.c' object='libeggdbustests_la-testextendeddescribedpoint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testextendeddescribedpoint.lo `test -f 'testextendeddescribedpoint.c' || echo '$(srcdir)/'`testextendeddescribedpoint.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testextendeddescribedpoint.lo `test -f 'testextendeddescribedpoint.c' || echo '$(srcdir)/'`testextendeddescribedpoint.c libeggdbustests_la-testdescribedpair.lo: testdescribedpair.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdescribedpair.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdescribedpair.Tpo -c -o libeggdbustests_la-testdescribedpair.lo `test -f 'testdescribedpair.c' || echo '$(srcdir)/'`testdescribedpair.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testdescribedpair.Tpo $(DEPDIR)/libeggdbustests_la-testdescribedpair.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdescribedpair.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdescribedpair.Tpo -c -o libeggdbustests_la-testdescribedpair.lo `test -f 'testdescribedpair.c' || echo '$(srcdir)/'`testdescribedpair.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testdescribedpair.Tpo $(DEPDIR)/libeggdbustests_la-testdescribedpair.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testdescribedpair.c' object='libeggdbustests_la-testdescribedpair.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdescribedpair.lo `test -f 'testdescribedpair.c' || echo '$(srcdir)/'`testdescribedpair.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdescribedpair.lo `test -f 'testdescribedpair.c' || echo '$(srcdir)/'`testdescribedpair.c libeggdbustests_la-testdescribedpoint.lo: testdescribedpoint.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdescribedpoint.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdescribedpoint.Tpo -c -o libeggdbustests_la-testdescribedpoint.lo `test -f 'testdescribedpoint.c' || echo '$(srcdir)/'`testdescribedpoint.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testdescribedpoint.Tpo $(DEPDIR)/libeggdbustests_la-testdescribedpoint.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testdescribedpoint.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testdescribedpoint.Tpo -c -o libeggdbustests_la-testdescribedpoint.lo `test -f 'testdescribedpoint.c' || echo '$(srcdir)/'`testdescribedpoint.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testdescribedpoint.Tpo $(DEPDIR)/libeggdbustests_la-testdescribedpoint.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testdescribedpoint.c' object='libeggdbustests_la-testdescribedpoint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdescribedpoint.lo `test -f 'testdescribedpoint.c' || echo '$(srcdir)/'`testdescribedpoint.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testdescribedpoint.lo `test -f 'testdescribedpoint.c' || echo '$(srcdir)/'`testdescribedpoint.c libeggdbustests_la-testpair.lo: testpair.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testpair.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testpair.Tpo -c -o libeggdbustests_la-testpair.lo `test -f 'testpair.c' || echo '$(srcdir)/'`testpair.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testpair.Tpo $(DEPDIR)/libeggdbustests_la-testpair.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testpair.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testpair.Tpo -c -o libeggdbustests_la-testpair.lo `test -f 'testpair.c' || echo '$(srcdir)/'`testpair.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testpair.Tpo $(DEPDIR)/libeggdbustests_la-testpair.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testpair.c' object='libeggdbustests_la-testpair.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testpair.lo `test -f 'testpair.c' || echo '$(srcdir)/'`testpair.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testpair.lo `test -f 'testpair.c' || echo '$(srcdir)/'`testpair.c libeggdbustests_la-testpoint.lo: testpoint.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testpoint.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testpoint.Tpo -c -o libeggdbustests_la-testpoint.lo `test -f 'testpoint.c' || echo '$(srcdir)/'`testpoint.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testpoint.Tpo $(DEPDIR)/libeggdbustests_la-testpoint.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testpoint.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testpoint.Tpo -c -o libeggdbustests_la-testpoint.lo `test -f 'testpoint.c' || echo '$(srcdir)/'`testpoint.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testpoint.Tpo $(DEPDIR)/libeggdbustests_la-testpoint.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testpoint.c' object='libeggdbustests_la-testpoint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testpoint.lo `test -f 'testpoint.c' || echo '$(srcdir)/'`testpoint.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testpoint.lo `test -f 'testpoint.c' || echo '$(srcdir)/'`testpoint.c libeggdbustests_la-testsubject.lo: testsubject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testsubject.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testsubject.Tpo -c -o libeggdbustests_la-testsubject.lo `test -f 'testsubject.c' || echo '$(srcdir)/'`testsubject.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testsubject.Tpo $(DEPDIR)/libeggdbustests_la-testsubject.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testsubject.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testsubject.Tpo -c -o libeggdbustests_la-testsubject.lo `test -f 'testsubject.c' || echo '$(srcdir)/'`testsubject.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testsubject.Tpo $(DEPDIR)/libeggdbustests_la-testsubject.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testsubject.c' object='libeggdbustests_la-testsubject.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testsubject.lo `test -f 'testsubject.c' || echo '$(srcdir)/'`testsubject.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testsubject.lo `test -f 'testsubject.c' || echo '$(srcdir)/'`testsubject.c libeggdbustests_la-testfrobimpl.lo: testfrobimpl.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testfrobimpl.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testfrobimpl.Tpo -c -o libeggdbustests_la-testfrobimpl.lo `test -f 'testfrobimpl.c' || echo '$(srcdir)/'`testfrobimpl.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testfrobimpl.Tpo $(DEPDIR)/libeggdbustests_la-testfrobimpl.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testfrobimpl.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testfrobimpl.Tpo -c -o libeggdbustests_la-testfrobimpl.lo `test -f 'testfrobimpl.c' || echo '$(srcdir)/'`testfrobimpl.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testfrobimpl.Tpo $(DEPDIR)/libeggdbustests_la-testfrobimpl.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testfrobimpl.c' object='libeggdbustests_la-testfrobimpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testfrobimpl.lo `test -f 'testfrobimpl.c' || echo '$(srcdir)/'`testfrobimpl.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testfrobimpl.lo `test -f 'testfrobimpl.c' || echo '$(srcdir)/'`testfrobimpl.c libeggdbustests_la-testtweakimpl.lo: testtweakimpl.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtweakimpl.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtweakimpl.Tpo -c -o libeggdbustests_la-testtweakimpl.lo `test -f 'testtweakimpl.c' || echo '$(srcdir)/'`testtweakimpl.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testtweakimpl.Tpo $(DEPDIR)/libeggdbustests_la-testtweakimpl.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtweakimpl.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtweakimpl.Tpo -c -o libeggdbustests_la-testtweakimpl.lo `test -f 'testtweakimpl.c' || echo '$(srcdir)/'`testtweakimpl.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testtweakimpl.Tpo $(DEPDIR)/libeggdbustests_la-testtweakimpl.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testtweakimpl.c' object='libeggdbustests_la-testtweakimpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtweakimpl.lo `test -f 'testtweakimpl.c' || echo '$(srcdir)/'`testtweakimpl.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtweakimpl.lo `test -f 'testtweakimpl.c' || echo '$(srcdir)/'`testtweakimpl.c libeggdbustests_la-testtwiddleimpl.lo: testtwiddleimpl.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtwiddleimpl.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtwiddleimpl.Tpo -c -o libeggdbustests_la-testtwiddleimpl.lo `test -f 'testtwiddleimpl.c' || echo '$(srcdir)/'`testtwiddleimpl.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libeggdbustests_la-testtwiddleimpl.Tpo $(DEPDIR)/libeggdbustests_la-testtwiddleimpl.Plo +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -MT libeggdbustests_la-testtwiddleimpl.lo -MD -MP -MF $(DEPDIR)/libeggdbustests_la-testtwiddleimpl.Tpo -c -o libeggdbustests_la-testtwiddleimpl.lo `test -f 'testtwiddleimpl.c' || echo '$(srcdir)/'`testtwiddleimpl.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libeggdbustests_la-testtwiddleimpl.Tpo $(DEPDIR)/libeggdbustests_la-testtwiddleimpl.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testtwiddleimpl.c' object='libeggdbustests_la-testtwiddleimpl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtwiddleimpl.lo `test -f 'testtwiddleimpl.c' || echo '$(srcdir)/'`testtwiddleimpl.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libeggdbustests_la_CFLAGS) $(CFLAGS) -c -o libeggdbustests_la-testtwiddleimpl.lo `test -f 'testtwiddleimpl.c' || echo '$(srcdir)/'`testtwiddleimpl.c testclient-testclient.o: testclient.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testclient_CFLAGS) $(CFLAGS) -MT testclient-testclient.o -MD -MP -MF $(DEPDIR)/testclient-testclient.Tpo -c -o testclient-testclient.o `test -f 'testclient.c' || echo '$(srcdir)/'`testclient.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testclient-testclient.Tpo $(DEPDIR)/testclient-testclient.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testclient-testclient.Tpo $(DEPDIR)/testclient-testclient.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testclient.c' object='testclient-testclient.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testclient_CFLAGS) $(CFLAGS) -c -o testclient-testclient.o `test -f 'testclient.c' || echo '$(srcdir)/'`testclient.c testclient-testclient.obj: testclient.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testclient_CFLAGS) $(CFLAGS) -MT testclient-testclient.obj -MD -MP -MF $(DEPDIR)/testclient-testclient.Tpo -c -o testclient-testclient.obj `if test -f 'testclient.c'; then $(CYGPATH_W) 'testclient.c'; else $(CYGPATH_W) '$(srcdir)/testclient.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testclient-testclient.Tpo $(DEPDIR)/testclient-testclient.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testclient-testclient.Tpo $(DEPDIR)/testclient-testclient.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testclient.c' object='testclient-testclient.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testclient_CFLAGS) $(CFLAGS) -c -o testclient-testclient.obj `if test -f 'testclient.c'; then $(CYGPATH_W) 'testclient.c'; else $(CYGPATH_W) '$(srcdir)/testclient.c'; fi` testserver-testserver.o: testserver.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testserver_CFLAGS) $(CFLAGS) -MT testserver-testserver.o -MD -MP -MF $(DEPDIR)/testserver-testserver.Tpo -c -o testserver-testserver.o `test -f 'testserver.c' || echo '$(srcdir)/'`testserver.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testserver-testserver.Tpo $(DEPDIR)/testserver-testserver.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testserver-testserver.Tpo $(DEPDIR)/testserver-testserver.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testserver.c' object='testserver-testserver.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testserver_CFLAGS) $(CFLAGS) -c -o testserver-testserver.o `test -f 'testserver.c' || echo '$(srcdir)/'`testserver.c testserver-testserver.obj: testserver.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testserver_CFLAGS) $(CFLAGS) -MT testserver-testserver.obj -MD -MP -MF $(DEPDIR)/testserver-testserver.Tpo -c -o testserver-testserver.obj `if test -f 'testserver.c'; then $(CYGPATH_W) 'testserver.c'; else $(CYGPATH_W) '$(srcdir)/testserver.c'; fi` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testserver-testserver.Tpo $(DEPDIR)/testserver-testserver.Po +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testserver-testserver.Tpo $(DEPDIR)/testserver-testserver.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testserver.c' object='testserver-testserver.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testserver_CFLAGS) $(CFLAGS) -c -o testserver-testserver.obj `if test -f 'testserver.c'; then $(CYGPATH_W) 'testserver.c'; else $(CYGPATH_W) '$(srcdir)/testserver.c'; fi` @@ -638,7 +645,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -646,29 +653,34 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -689,13 +701,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -728,6 +744,7 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -750,6 +767,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -758,18 +777,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -792,7 +821,7 @@ uninstall-am: -.MAKE: install-am install-strip +.MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-local clean-noinstLTLIBRARIES \ @@ -825,6 +854,7 @@ clean-local: rm -f *~ $(test_built_sources) $(BUILT_SOURCES) + # 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. .NOEXPORT: