Add 9a03f1d0... changes in autogenerated files
[g2-sharing] / src / Makefile.in
index e52be3c..eaf7e20 100644 (file)
 @SET_MAKE@
 
 #
-# This file is part of sharing-plugin-template
+# This file is part of sharing-plugin-gallery2
 #
+# Copyright (C) 2009 Heikki Kallasjoki. All rights reserved.
 # Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
 #
-# This maemo code example is licensed under a MIT-style license,
-# that can be found in the file called "COPYING" in the root
-# directory.
+# This code is licensed under a MIT-style license, that can be
+# found in the file called "COPYING" in the root directory.
 #
 
-SOURCES = $(libtemplate_la_SOURCES)
+SOURCES = $(libsharingplugingallery2_la_SOURCES)
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
@@ -60,18 +60,17 @@ am__installdirs = "$(DESTDIR)$(pluginsdir)"
 pluginsLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(plugins_LTLIBRARIES)
 am__DEPENDENCIES_1 =
-libtemplate_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
-am_libtemplate_la_OBJECTS = libtemplate_la-plugin.lo \
-       libtemplate_la-common.lo libtemplate_la-send.lo \
-       libtemplate_la-validate.lo
-libtemplate_la_OBJECTS = $(am_libtemplate_la_OBJECTS)
+libsharingplugingallery2_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+am_libsharingplugingallery2_la_OBJECTS =  \
+       libsharingplugingallery2_la-plugin.lo \
+       libsharingplugingallery2_la-gallery2.lo
+libsharingplugingallery2_la_OBJECTS =  \
+       $(am_libsharingplugingallery2_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libtemplate_la-common.Plo \
-@AMDEP_TRUE@   ./$(DEPDIR)/libtemplate_la-plugin.Plo \
-@AMDEP_TRUE@   ./$(DEPDIR)/libtemplate_la-send.Plo \
-@AMDEP_TRUE@   ./$(DEPDIR)/libtemplate_la-validate.Plo
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libsharingplugingallery2_la-gallery2.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/libsharingplugingallery2_la-plugin.Plo
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
@@ -80,8 +79,8 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 CCLD = $(CC)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(libtemplate_la_SOURCES)
-DIST_SOURCES = $(libtemplate_la_SOURCES)
+SOURCES = $(libsharingplugingallery2_la_SOURCES)
+DIST_SOURCES = $(libsharingplugingallery2_la_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -200,11 +199,11 @@ servicesdir = @servicesdir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-plugins_LTLIBRARIES = libtemplate.la
-libtemplate_la_SOURCES = plugin.c common.c send.c validate.c
-libtemplate_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
-libtemplate_la_LDFLAGS = -module -avoid-version -export-dynamic
-libtemplate_la_LIBADD = $(PACKAGE_LIBS)
+plugins_LTLIBRARIES = libsharingplugingallery2.la
+libsharingplugingallery2_la_SOURCES = plugin.c gallery2.c
+libsharingplugingallery2_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
+libsharingplugingallery2_la_LDFLAGS = -module -avoid-version -export-dynamic
+libsharingplugingallery2_la_LIBADD = $(PACKAGE_LIBS)
 MAINTAINERCLEANFILES = Makefile.in
 all: all-am
 
@@ -266,8 +265,8 @@ clean-pluginsLTLIBRARIES:
          echo "rm -f \"$${dir}/so_locations\""; \
          rm -f "$${dir}/so_locations"; \
        done
-libtemplate.la: $(libtemplate_la_OBJECTS) $(libtemplate_la_DEPENDENCIES) 
-       $(LINK) -rpath $(pluginsdir) $(libtemplate_la_LDFLAGS) $(libtemplate_la_OBJECTS) $(libtemplate_la_LIBADD) $(LIBS)
+libsharingplugingallery2.la: $(libsharingplugingallery2_la_OBJECTS) $(libsharingplugingallery2_la_DEPENDENCIES) 
+       $(LINK) -rpath $(pluginsdir) $(libsharingplugingallery2_la_LDFLAGS) $(libsharingplugingallery2_la_OBJECTS) $(libsharingplugingallery2_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@ -275,10 +274,8 @@ mostlyclean-compile:
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-common.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-plugin.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-send.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-validate.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsharingplugingallery2_la-gallery2.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsharingplugingallery2_la-plugin.Plo@am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@@ -304,101 +301,53 @@ distclean-compile:
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
 
-libtemplate_la-plugin.o: plugin.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-plugin.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-plugin.Tpo" -c -o libtemplate_la-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-plugin.Tpo" "$(DEPDIR)/libtemplate_la-plugin.Po"; else rm -f "$(DEPDIR)/libtemplate_la-plugin.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='plugin.c' object='libtemplate_la-plugin.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-plugin.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-plugin.TPo' @AMDEPBACKSLASH@
+libsharingplugingallery2_la-plugin.o: plugin.c
+@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -MT libsharingplugingallery2_la-plugin.o -MD -MP -MF "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo" -c -o libsharingplugingallery2_la-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo" "$(DEPDIR)/libsharingplugingallery2_la-plugin.Po"; else rm -f "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='plugin.c' object='libsharingplugingallery2_la-plugin.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libsharingplugingallery2_la-plugin.Po' tmpdepfile='$(DEPDIR)/libsharingplugingallery2_la-plugin.TPo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -c -o libsharingplugingallery2_la-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
 
-libtemplate_la-plugin.obj: plugin.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-plugin.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-plugin.Tpo" -c -o libtemplate_la-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-plugin.Tpo" "$(DEPDIR)/libtemplate_la-plugin.Po"; else rm -f "$(DEPDIR)/libtemplate_la-plugin.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='plugin.c' object='libtemplate_la-plugin.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-plugin.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-plugin.TPo' @AMDEPBACKSLASH@
+libsharingplugingallery2_la-plugin.obj: plugin.c
+@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -MT libsharingplugingallery2_la-plugin.obj -MD -MP -MF "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo" -c -o libsharingplugingallery2_la-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo" "$(DEPDIR)/libsharingplugingallery2_la-plugin.Po"; else rm -f "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='plugin.c' object='libsharingplugingallery2_la-plugin.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libsharingplugingallery2_la-plugin.Po' tmpdepfile='$(DEPDIR)/libsharingplugingallery2_la-plugin.TPo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -c -o libsharingplugingallery2_la-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
 
-libtemplate_la-plugin.lo: plugin.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-plugin.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-plugin.Tpo" -c -o libtemplate_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-plugin.Tpo" "$(DEPDIR)/libtemplate_la-plugin.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-plugin.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='plugin.c' object='libtemplate_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-plugin.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-plugin.TPlo' @AMDEPBACKSLASH@
+libsharingplugingallery2_la-plugin.lo: plugin.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -MT libsharingplugingallery2_la-plugin.lo -MD -MP -MF "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo" -c -o libsharingplugingallery2_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo" "$(DEPDIR)/libsharingplugingallery2_la-plugin.Plo"; else rm -f "$(DEPDIR)/libsharingplugingallery2_la-plugin.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='plugin.c' object='libsharingplugingallery2_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libsharingplugingallery2_la-plugin.Plo' tmpdepfile='$(DEPDIR)/libsharingplugingallery2_la-plugin.TPlo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -c -o libsharingplugingallery2_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
 
-libtemplate_la-common.o: common.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-common.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-common.Tpo" -c -o libtemplate_la-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-common.Tpo" "$(DEPDIR)/libtemplate_la-common.Po"; else rm -f "$(DEPDIR)/libtemplate_la-common.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='common.c' object='libtemplate_la-common.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-common.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-common.TPo' @AMDEPBACKSLASH@
+libsharingplugingallery2_la-gallery2.o: gallery2.c
+@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -MT libsharingplugingallery2_la-gallery2.o -MD -MP -MF "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo" -c -o libsharingplugingallery2_la-gallery2.o `test -f 'gallery2.c' || echo '$(srcdir)/'`gallery2.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo" "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Po"; else rm -f "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gallery2.c' object='libsharingplugingallery2_la-gallery2.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libsharingplugingallery2_la-gallery2.Po' tmpdepfile='$(DEPDIR)/libsharingplugingallery2_la-gallery2.TPo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -c -o libsharingplugingallery2_la-gallery2.o `test -f 'gallery2.c' || echo '$(srcdir)/'`gallery2.c
 
-libtemplate_la-common.obj: common.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-common.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-common.Tpo" -c -o libtemplate_la-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-common.Tpo" "$(DEPDIR)/libtemplate_la-common.Po"; else rm -f "$(DEPDIR)/libtemplate_la-common.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='common.c' object='libtemplate_la-common.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-common.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-common.TPo' @AMDEPBACKSLASH@
+libsharingplugingallery2_la-gallery2.obj: gallery2.c
+@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -MT libsharingplugingallery2_la-gallery2.obj -MD -MP -MF "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo" -c -o libsharingplugingallery2_la-gallery2.obj `if test -f 'gallery2.c'; then $(CYGPATH_W) 'gallery2.c'; else $(CYGPATH_W) '$(srcdir)/gallery2.c'; fi`; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo" "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Po"; else rm -f "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gallery2.c' object='libsharingplugingallery2_la-gallery2.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libsharingplugingallery2_la-gallery2.Po' tmpdepfile='$(DEPDIR)/libsharingplugingallery2_la-gallery2.TPo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -c -o libsharingplugingallery2_la-gallery2.obj `if test -f 'gallery2.c'; then $(CYGPATH_W) 'gallery2.c'; else $(CYGPATH_W) '$(srcdir)/gallery2.c'; fi`
 
-libtemplate_la-common.lo: common.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-common.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-common.Tpo" -c -o libtemplate_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-common.Tpo" "$(DEPDIR)/libtemplate_la-common.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-common.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='common.c' object='libtemplate_la-common.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-common.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-common.TPlo' @AMDEPBACKSLASH@
+libsharingplugingallery2_la-gallery2.lo: gallery2.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -MT libsharingplugingallery2_la-gallery2.lo -MD -MP -MF "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo" -c -o libsharingplugingallery2_la-gallery2.lo `test -f 'gallery2.c' || echo '$(srcdir)/'`gallery2.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo" "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Plo"; else rm -f "$(DEPDIR)/libsharingplugingallery2_la-gallery2.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gallery2.c' object='libsharingplugingallery2_la-gallery2.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libsharingplugingallery2_la-gallery2.Plo' tmpdepfile='$(DEPDIR)/libsharingplugingallery2_la-gallery2.TPlo' @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c
-
-libtemplate_la-send.o: send.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-send.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-send.Tpo" -c -o libtemplate_la-send.o `test -f 'send.c' || echo '$(srcdir)/'`send.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-send.Tpo" "$(DEPDIR)/libtemplate_la-send.Po"; else rm -f "$(DEPDIR)/libtemplate_la-send.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='send.c' object='libtemplate_la-send.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-send.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-send.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-send.o `test -f 'send.c' || echo '$(srcdir)/'`send.c
-
-libtemplate_la-send.obj: send.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-send.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-send.Tpo" -c -o libtemplate_la-send.obj `if test -f 'send.c'; then $(CYGPATH_W) 'send.c'; else $(CYGPATH_W) '$(srcdir)/send.c'; fi`; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-send.Tpo" "$(DEPDIR)/libtemplate_la-send.Po"; else rm -f "$(DEPDIR)/libtemplate_la-send.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='send.c' object='libtemplate_la-send.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-send.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-send.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-send.obj `if test -f 'send.c'; then $(CYGPATH_W) 'send.c'; else $(CYGPATH_W) '$(srcdir)/send.c'; fi`
-
-libtemplate_la-send.lo: send.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-send.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-send.Tpo" -c -o libtemplate_la-send.lo `test -f 'send.c' || echo '$(srcdir)/'`send.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-send.Tpo" "$(DEPDIR)/libtemplate_la-send.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-send.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='send.c' object='libtemplate_la-send.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-send.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-send.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-send.lo `test -f 'send.c' || echo '$(srcdir)/'`send.c
-
-libtemplate_la-validate.o: validate.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-validate.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-validate.Tpo" -c -o libtemplate_la-validate.o `test -f 'validate.c' || echo '$(srcdir)/'`validate.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-validate.Tpo" "$(DEPDIR)/libtemplate_la-validate.Po"; else rm -f "$(DEPDIR)/libtemplate_la-validate.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='validate.c' object='libtemplate_la-validate.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-validate.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-validate.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-validate.o `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
-
-libtemplate_la-validate.obj: validate.c
-@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-validate.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-validate.Tpo" -c -o libtemplate_la-validate.obj `if test -f 'validate.c'; then $(CYGPATH_W) 'validate.c'; else $(CYGPATH_W) '$(srcdir)/validate.c'; fi`; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-validate.Tpo" "$(DEPDIR)/libtemplate_la-validate.Po"; else rm -f "$(DEPDIR)/libtemplate_la-validate.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='validate.c' object='libtemplate_la-validate.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-validate.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-validate.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-validate.obj `if test -f 'validate.c'; then $(CYGPATH_W) 'validate.c'; else $(CYGPATH_W) '$(srcdir)/validate.c'; fi`
-
-libtemplate_la-validate.lo: validate.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-validate.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-validate.Tpo" -c -o libtemplate_la-validate.lo `test -f 'validate.c' || echo '$(srcdir)/'`validate.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libtemplate_la-validate.Tpo" "$(DEPDIR)/libtemplate_la-validate.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-validate.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='validate.c' object='libtemplate_la-validate.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libtemplate_la-validate.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-validate.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-validate.lo `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsharingplugingallery2_la_CFLAGS) $(CFLAGS) -c -o libsharingplugingallery2_la-gallery2.lo `test -f 'gallery2.c' || echo '$(srcdir)/'`gallery2.c
 
 mostlyclean-libtool:
        -rm -f *.lo