You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/01 06:14:18 UTC

svn commit: r350167 - in /webservices/axis2/trunk/c/modules: core/context/src/Makefile.in xml/parser/guththila/src/Makefile.in

Author: samisa
Date: Wed Nov 30 21:14:09 2005
New Revision: 350167

URL: http://svn.apache.org/viewcvs?rev=350167&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/core/context/src/Makefile.in
    webservices/axis2/trunk/c/modules/xml/parser/guththila/src/Makefile.in

Modified: webservices/axis2/trunk/c/modules/core/context/src/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/src/Makefile.in?rev=350167&r1=350166&r2=350167&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/src/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/context/src/Makefile.in Wed Nov 30 21:14:09 2005
@@ -63,7 +63,7 @@
 am__DEPENDENCIES_1 =
 libaxis2_context_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am_libaxis2_context_la_OBJECTS = ctx.lo msg_ctx.lo operation_ctx.lo \
-	svc_ctx.lo
+	svc_ctx.lo svc_grp_ctx.lo conf_ctx.lo
 libaxis2_context_la_OBJECTS = $(am_libaxis2_context_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
@@ -190,7 +190,7 @@
 target_vendor = @target_vendor@
 lib_LTLIBRARIES = libaxis2_context.la
 AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_context_la_SOURCES = ctx.c msg_ctx.c operation_ctx.c svc_ctx.c
+libaxis2_context_la_SOURCES = ctx.c msg_ctx.c operation_ctx.c svc_ctx.c svc_grp_ctx.c conf_ctx.c
 libaxis2_context_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I${CUTEST_HOME}/include \
             -I$(top_builddir)/modules/xml/guththila/src \
@@ -266,10 +266,12 @@
 distclean-compile:
 	-rm -f *.tab.c
 
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_ctx.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctx.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg_ctx.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operation_ctx.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svc_ctx.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svc_grp_ctx.Plo@am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \

Modified: webservices/axis2/trunk/c/modules/xml/parser/guththila/src/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/src/Makefile.in?rev=350167&r1=350166&r2=350167&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/src/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/src/Makefile.in Wed Nov 30 21:14:09 2005
@@ -63,7 +63,7 @@
 am__DEPENDENCIES_1 =
 libaxis2_guththila_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am_libaxis2_guththila_la_OBJECTS = guththila_xml_writer_wrapper.lo \
-	axis2_guththila_wrapper.lo
+	guththila_xml_reader_wrapper.lo
 libaxis2_guththila_la_OBJECTS = $(am_libaxis2_guththila_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
@@ -191,7 +191,7 @@
 lib_LTLIBRARIES = libaxis2_guththila.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_guththila_la_SOURCES = guththila_xml_writer_wrapper.c \
-                                axis2_guththila_wrapper.c 
+                                guththila_xml_reader_wrapper.c 
 
 libaxis2_guththila_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include \
@@ -268,7 +268,7 @@
 distclean-compile:
 	-rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axis2_guththila_wrapper.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_xml_reader_wrapper.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guththila_xml_writer_wrapper.Plo@am__quote@
 
 .c.o: