diff options
author | minskim <minskim> | 2006-07-07 00:47:39 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-07 00:47:39 +0000 |
commit | 4845013bead4c6b294770640da5664d391edf0e3 (patch) | |
tree | 07fdd85534d3ee65d631b0acd774a7974fff37ab | |
parent | 63bc6bbd23862cb650939cae2ed4945ad22b5740 (diff) | |
download | pkgsrc-4845013bead4c6b294770640da5664d391edf0e3.tar.gz |
Add a workaround for GNOME bug #338015. This fixes PR pkg/33233.
-rw-r--r-- | sysutils/gnome-vfs2/distinfo | 4 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/patches/patch-at | 25 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/patches/patch-av | 114 |
3 files changed, 142 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs2/distinfo b/sysutils/gnome-vfs2/distinfo index 2fff1fbd5db..947793db43a 100644 --- a/sysutils/gnome-vfs2/distinfo +++ b/sysutils/gnome-vfs2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.56 2006/07/07 00:24:43 minskim Exp $ +$NetBSD: distinfo,v 1.57 2006/07/07 00:47:39 minskim Exp $ SHA1 (gnome-vfs-2.14.2.tar.bz2) = ffd2e5f229495f55587d8499e5f2b8b8a76e5448 RMD160 (gnome-vfs-2.14.2.tar.bz2) = e0a67e3576d72a86c898208a93ad8ee52f72f870 @@ -21,7 +21,9 @@ SHA1 (patch-ap) = 98ad7700d01007510467e2ae4ee8554f54f15320 SHA1 (patch-aq) = 1d5ed4d6c1b3a282e68bedf6892fa8a9678ea39b SHA1 (patch-ar) = 33bac387ffe861141f9cd6564c24956d3e9e4cb4 SHA1 (patch-as) = 473d0980fe9b515d59deda2e43f1ce8731c4dcc7 +SHA1 (patch-at) = d4db07273901d9b45cac8ce0796aaab08e25e297 SHA1 (patch-au) = e3c681dd445d0774981a50eb22ae14ff4db5902c +SHA1 (patch-av) = fd25b531deea0d53f4ddb2e62d5cdb476e599fb4 SHA1 (patch-aw) = 22801eb932f8f7e7256be3863fcd5273a7a5213e SHA1 (patch-ax) = 06a104c8ae3caf01a2bf6899cd2b85980c0bb26d SHA1 (patch-az) = 50d74fbf4973a5f6366a20b89e17bab450e73784 diff --git a/sysutils/gnome-vfs2/patches/patch-at b/sysutils/gnome-vfs2/patches/patch-at new file mode 100644 index 00000000000..cf3a8438156 --- /dev/null +++ b/sysutils/gnome-vfs2/patches/patch-at @@ -0,0 +1,25 @@ +$NetBSD: patch-at,v 1.3 2006/07/07 00:47:40 minskim Exp $ + +--- daemon/Makefile.am.orig 2005-09-06 08:06:06.000000000 -0700 ++++ daemon/Makefile.am +@@ -29,11 +29,7 @@ endif + gnome_vfs_daemon_LDADD=$(MONIKERS_LIBS) $(LIBGNOMEVFSDAEMON_LIBS) $(top_builddir)/libgnomevfs/libgnomevfs-2.la $(top_builddir)/libgnomevfs/libgnomevfsdaemon-2.la + + CORBA_SOURCE = \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon.h \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c +- ++ $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon.h + + gnome_vfs_daemon_SOURCES = \ + gnome-vfs-daemon.c \ +@@ -44,6 +40,7 @@ gnome_vfs_daemon_SOURCES = \ + gnome-vfs-daemon-dir-handle.c \ + gnome-vfs-daemon-handle.h \ + gnome-vfs-daemon-handle.c \ ++ $(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c \ + $(CORBA_SOURCE) + + BUILT_SOURCES = $(CORBA_SOURCE) diff --git a/sysutils/gnome-vfs2/patches/patch-av b/sysutils/gnome-vfs2/patches/patch-av new file mode 100644 index 00000000000..02962deace7 --- /dev/null +++ b/sysutils/gnome-vfs2/patches/patch-av @@ -0,0 +1,114 @@ +$NetBSD: patch-av,v 1.5 2006/07/07 00:47:40 minskim Exp $ + +--- daemon/Makefile.in.orig 2006-06-26 18:45:33.000000000 -0700 ++++ daemon/Makefile.in +@@ -50,13 +50,12 @@ CONFIG_CLEAN_FILES = + am__installdirs = "$(DESTDIR)$(libexecdir)" + libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) + PROGRAMS = $(libexec_PROGRAMS) +-am__objects_1 = GNOME_VFS_Daemon-common.$(OBJEXT) \ +- GNOME_VFS_Daemon-stubs.$(OBJEXT) \ +- GNOME_VFS_Daemon-skels.$(OBJEXT) ++am__objects_1 = + am_gnome_vfs_daemon_OBJECTS = gnome-vfs-daemon.$(OBJEXT) \ + gnome-vfs-async-daemon.$(OBJEXT) \ + gnome-vfs-daemon-dir-handle.$(OBJEXT) \ +- gnome-vfs-daemon-handle.$(OBJEXT) $(am__objects_1) ++ gnome-vfs-daemon-handle.$(OBJEXT) \ ++ gnome-vfs-volume-monitor.$(OBJEXT) $(am__objects_1) + gnome_vfs_daemon_OBJECTS = $(am_gnome_vfs_daemon_OBJECTS) + am__DEPENDENCIES_1 = + gnome_vfs_daemon_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@@ -370,10 +369,7 @@ INCLUDES = \ + + gnome_vfs_daemon_LDADD = $(MONIKERS_LIBS) $(LIBGNOMEVFSDAEMON_LIBS) $(top_builddir)/libgnomevfs/libgnomevfs-2.la $(top_builddir)/libgnomevfs/libgnomevfsdaemon-2.la + CORBA_SOURCE = \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon.h \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c ++ $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon.h + + gnome_vfs_daemon_SOURCES = \ + gnome-vfs-daemon.c \ +@@ -384,6 +380,7 @@ gnome_vfs_daemon_SOURCES = \ + gnome-vfs-daemon-dir-handle.c \ + gnome-vfs-daemon-handle.h \ + gnome-vfs-daemon-handle.c \ ++ $(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c \ + $(CORBA_SOURCE) + + BUILT_SOURCES = $(CORBA_SOURCE) +@@ -462,13 +459,11 @@ mostlyclean-compile: + distclean-compile: + -rm -f *.tab.c + +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GNOME_VFS_Daemon-common.Po@am__quote@ +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GNOME_VFS_Daemon-skels.Po@am__quote@ +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GNOME_VFS_Daemon-stubs.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-vfs-async-daemon.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-vfs-daemon-dir-handle.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-vfs-daemon-handle.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-vfs-daemon.Po@am__quote@ ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-vfs-volume-monitor.Po@am__quote@ + + .c.o: + @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ +@@ -491,47 +486,19 @@ distclean-compile: + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +-GNOME_VFS_Daemon-common.o: $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c +-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GNOME_VFS_Daemon-common.o -MD -MP -MF "$(DEPDIR)/GNOME_VFS_Daemon-common.Tpo" -c -o GNOME_VFS_Daemon-common.o `test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c; \ +-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/GNOME_VFS_Daemon-common.Tpo" "$(DEPDIR)/GNOME_VFS_Daemon-common.Po"; else rm -f "$(DEPDIR)/GNOME_VFS_Daemon-common.Tpo"; exit 1; fi +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c' object='GNOME_VFS_Daemon-common.o' libtool=no @AMDEPBACKSLASH@ ++gnome-vfs-volume-monitor.o: $(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gnome-vfs-volume-monitor.o -MD -MP -MF "$(DEPDIR)/gnome-vfs-volume-monitor.Tpo" -c -o gnome-vfs-volume-monitor.o `test -f '$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gnome-vfs-volume-monitor.Tpo" "$(DEPDIR)/gnome-vfs-volume-monitor.Po"; else rm -f "$(DEPDIR)/gnome-vfs-volume-monitor.Tpo"; exit 1; fi ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c' object='gnome-vfs-volume-monitor.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) $(AM_CFLAGS) $(CFLAGS) -c -o GNOME_VFS_Daemon-common.o `test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c ++@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gnome-vfs-volume-monitor.o `test -f '$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c + +-GNOME_VFS_Daemon-common.obj: $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c +-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GNOME_VFS_Daemon-common.obj -MD -MP -MF "$(DEPDIR)/GNOME_VFS_Daemon-common.Tpo" -c -o GNOME_VFS_Daemon-common.obj `if test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c'; fi`; \ +-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/GNOME_VFS_Daemon-common.Tpo" "$(DEPDIR)/GNOME_VFS_Daemon-common.Po"; else rm -f "$(DEPDIR)/GNOME_VFS_Daemon-common.Tpo"; exit 1; fi +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c' object='GNOME_VFS_Daemon-common.obj' libtool=no @AMDEPBACKSLASH@ ++gnome-vfs-volume-monitor.obj: $(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c ++@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gnome-vfs-volume-monitor.obj -MD -MP -MF "$(DEPDIR)/gnome-vfs-volume-monitor.Tpo" -c -o gnome-vfs-volume-monitor.obj `if test -f '$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c'; fi`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gnome-vfs-volume-monitor.Tpo" "$(DEPDIR)/gnome-vfs-volume-monitor.Po"; else rm -f "$(DEPDIR)/gnome-vfs-volume-monitor.Tpo"; exit 1; fi ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c' object='gnome-vfs-volume-monitor.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) $(AM_CFLAGS) $(CFLAGS) -c -o GNOME_VFS_Daemon-common.obj `if test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c'; fi` +- +-GNOME_VFS_Daemon-stubs.o: $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c +-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GNOME_VFS_Daemon-stubs.o -MD -MP -MF "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Tpo" -c -o GNOME_VFS_Daemon-stubs.o `test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c; \ +-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Tpo" "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Po"; else rm -f "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Tpo"; exit 1; fi +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c' object='GNOME_VFS_Daemon-stubs.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) $(AM_CFLAGS) $(CFLAGS) -c -o GNOME_VFS_Daemon-stubs.o `test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c +- +-GNOME_VFS_Daemon-stubs.obj: $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c +-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GNOME_VFS_Daemon-stubs.obj -MD -MP -MF "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Tpo" -c -o GNOME_VFS_Daemon-stubs.obj `if test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c'; fi`; \ +-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Tpo" "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Po"; else rm -f "$(DEPDIR)/GNOME_VFS_Daemon-stubs.Tpo"; exit 1; fi +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c' object='GNOME_VFS_Daemon-stubs.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) $(AM_CFLAGS) $(CFLAGS) -c -o GNOME_VFS_Daemon-stubs.obj `if test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c'; fi` +- +-GNOME_VFS_Daemon-skels.o: $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c +-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GNOME_VFS_Daemon-skels.o -MD -MP -MF "$(DEPDIR)/GNOME_VFS_Daemon-skels.Tpo" -c -o GNOME_VFS_Daemon-skels.o `test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c; \ +-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/GNOME_VFS_Daemon-skels.Tpo" "$(DEPDIR)/GNOME_VFS_Daemon-skels.Po"; else rm -f "$(DEPDIR)/GNOME_VFS_Daemon-skels.Tpo"; exit 1; fi +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c' object='GNOME_VFS_Daemon-skels.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) $(AM_CFLAGS) $(CFLAGS) -c -o GNOME_VFS_Daemon-skels.o `test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c' || echo '$(srcdir)/'`$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c +- +-GNOME_VFS_Daemon-skels.obj: $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c +-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GNOME_VFS_Daemon-skels.obj -MD -MP -MF "$(DEPDIR)/GNOME_VFS_Daemon-skels.Tpo" -c -o GNOME_VFS_Daemon-skels.obj `if test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c'; fi`; \ +-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/GNOME_VFS_Daemon-skels.Tpo" "$(DEPDIR)/GNOME_VFS_Daemon-skels.Po"; else rm -f "$(DEPDIR)/GNOME_VFS_Daemon-skels.Tpo"; exit 1; fi +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c' object='GNOME_VFS_Daemon-skels.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) $(AM_CFLAGS) $(CFLAGS) -c -o GNOME_VFS_Daemon-skels.obj `if test -f '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c'; fi` ++@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gnome-vfs-volume-monitor.obj `if test -f '$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c'; then $(CYGPATH_W) '$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c'; fi` + + mostlyclean-libtool: + -rm -f *.lo |