You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/14 05:51:21 UTC

svn commit: r377618 - in /webservices/axis2/trunk/c/modules/core: addr/ clientapi/ context/ deployment/ description/ phaseresolver/ receivers/ transport/http/ util/

Author: damitha
Date: Mon Feb 13 20:51:20 2006
New Revision: 377618

URL: http://svn.apache.org/viewcvs?rev=377618&view=rev
Log:
I removed redundant lines from these make files. Sanjaya
can we remove these files now?

Modified:
    webservices/axis2/trunk/c/modules/core/addr/Makefile.am
    webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/modules/core/context/Makefile.am
    webservices/axis2/trunk/c/modules/core/deployment/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am
    webservices/axis2/trunk/c/modules/core/util/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/addr/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/addr/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/addr/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,10 +1,2 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_addr.la
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_addr_la_SOURCES = relates_to.c svc_name.c any_content_type.c endpoint_ref.c msg_info_headers.c
 
-libaxis2_addr_la_LIBADD = 
-INCLUDES = -I${CUTEST_HOME}/include \
-            -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,25 +1,4 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_clientapi.la
-noinst_HEADERS = callback_recv.h listener_manager.h
+noinst_HEADERS = callback_recv.h \
+                    listener_manager.h
 
-AM_CPPFLAGS = $(CPPFLAGS)
-
-libaxis2_clientapi_la_SOURCES = async_result.c \
-                                callback.c \
-                                mep_client.c \
-                                listener_manager.c \
-                                callback_recv.c \
-                                call.c \
-                                msg_sender.c \
-                                stub.c
-
-libaxis2_clientapi_la_LIBADD = 
-INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/core/clientapi \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/core/deployment \
-            -I$(top_builddir)/modules/core/transport \
-            -I$(top_builddir)/modules/platforms \
-            -I$(top_builddir)/modules/xml/parser

Modified: webservices/axis2/trunk/c/modules/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/context/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,18 +1 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_context.la
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_context_la_SOURCES = ctx.c \
-                                msg_ctx.c \
-                                op_ctx.c \
-                                svc_ctx.c \
-                                svc_grp_ctx.c \
-                                conf_ctx.c
-
-libaxis2_context_la_LIBADD = 
-INCLUDES = -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/core/transport \
-            -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/deployment/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,27 +1,3 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_deployment.la
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_deployment_la_SOURCES = phases_info.c \
-                                    desc_builder.c \
-                                    arch_reader.c \
-                                    dep_engine.c \
-                                    arch_file_data.c \
-                                    ws_info.c \
-                                    ws_info_list.c \
-                                    svc_builder.c \
-                                    svc_grp_builder.c \
-                                    module_builder.c \
-                                    conf_builder.c \
-                                    repos_listener.c \
-                                    conf_init.c
-
-INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/core/transport \
-	        -I$(top_builddir)/modules/wsdl\
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/core/deployment \
-            -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/modules/platforms
 
 noinst_HEADERS = axis2_deployment.h

Modified: webservices/axis2/trunk/c/modules/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/description/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,32 +1,3 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_description.la
 noinst_HEADERS = axis2_description.h
-
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_description_la_SOURCES = param_container.c \
-                            op.c \
-                            svc.c \
-                            module.c \
-                            module_desc.c \
-                            param.c \
-                            svc_grp.c \
-                            phase_rule.c \
-                            handler_desc.c \
-                            flow.c \
-                            flow_container.c \
-                            transport_in_desc.c \
-                            transport_out_desc.c \
-                            dll_desc.c
-
-libaxis2_description_la_LIBADD =
-
-INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/modules/core/transport \
-            -I$(top_builddir)/modules/core/deployment \
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/core/addr \
-            -I$(top_builddir)/modules/platforms
 

Modified: webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,13 +1 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_phaseresolver.la
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_phaseresolver_la_SOURCES = phase_holder.c \
-                                    phase_resolver.c
-
-libaxis2_phaseresolver_la_LIBADD = 
-INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/core/transport \
-            -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/receivers/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/receivers/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/receivers/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,17 +1 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_receivers.la
-AM_CPPFLAGS = $(CPPFLAGS)
-
-libaxis2_receivers_la_SOURCES = msg_recv.c \
-                                raw_xml_in_out_msg_recv.c \
-                                svr_callback.c
-
-libaxis2_receivers_la_LIBADD = 
-INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/core/context \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/modules/core/transport \
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,25 +1 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_http_transport.la
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_http_transport_la_SOURCES = http_worker.c \
-                                     http_transport_utils.c\
-                				     http_simple_request.c\
-                				     http_simple_response.c\
-				                     http_request_line.c\
-				                     http_status_line.c\
-				                     http_header.c\
-                                     url.c\
-                                     http_out_transport_info.c\
-                                     http_chunked_stream.c
-
-INCLUDES = -I$(top_builddir)/include \
-           -I$(top_builddir)/modules/util \
-	       -I$(top_builddir)/modules/wsdl \
-           -I$(top_builddir)/modules/xml/parser\
-	       -I$(top_builddir)/modules/core/transport\
-	       -I$(top_builddir)/modules/core/transport/http \
-           -I$(top_builddir)/modules/core/description \
-           -I$(top_builddir)/modules/core/context \
-           -I$(top_builddir)/modules/core/engine \
-           -I$(top_builddir)/modules/core/phaseresolver \
-           -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/core/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/util/Makefile.am?rev=377618&r1=377617&r2=377618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/util/Makefile.am Mon Feb 13 20:51:20 2006
@@ -1,12 +1 @@
 TESTS =
-noinst_LTLIBRARIES = libaxis2_core_util.la
-AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_core_util_la_SOURCES = core_utils.c
-
-libaxis2_core_util_la_LIBADD = 
-INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/core/transport \
-            -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/modules/platforms