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 da...@apache.org on 2005/10/18 04:19:37 UTC

svn commit: r326015 [1/4] - in /webservices/axis2/trunk/c: ./ include/ modules/ modules/common/ modules/common/src/ modules/common/test/ modules/core/ modules/core/context/ modules/core/context/src/ modules/core/description/ modules/core/description/sr...

Author: damitha
Date: Mon Oct 17 19:18:27 2005
New Revision: 326015

URL: http://svn.apache.org/viewcvs?rev=326015&view=rev
Log:
added conditional compilation for guththila and tests. 
renamed files in core/description

Added:
    webservices/axis2/trunk/c/include/axis2_description_module.h
    webservices/axis2/trunk/c/include/axis2_description_operation.h
    webservices/axis2/trunk/c/include/axis2_description_parameter.h
    webservices/axis2/trunk/c/include/axis2_description_service.h
    webservices/axis2/trunk/c/include/axis2_description_servicegroup.h
    webservices/axis2/trunk/c/modules/core/description/src/axis2_description_module.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_description_operation.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_description_parameter.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_description_service.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_description_servicegroup.c
Removed:
    webservices/axis2/trunk/c/include/axis2_module_description.h
    webservices/axis2/trunk/c/include/axis2_operation_description.h
    webservices/axis2/trunk/c/include/axis2_parameter.h
    webservices/axis2/trunk/c/include/axis2_service_description.h
    webservices/axis2/trunk/c/include/axis2_servicegroup_description.h
    webservices/axis2/trunk/c/modules/core/description/src/axis2_module_description.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_parameter.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_service_description.c
    webservices/axis2/trunk/c/modules/core/description/src/axis2_servicegroup_description.c
Modified:
    webservices/axis2/trunk/c/Makefile.am
    webservices/axis2/trunk/c/Makefile.in
    webservices/axis2/trunk/c/autogen.sh
    webservices/axis2/trunk/c/axis2_config.h.in
    webservices/axis2/trunk/c/configure
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/include/axis2.h
    webservices/axis2/trunk/c/include/axis2_description_param_include.h
    webservices/axis2/trunk/c/include/axis2_om_element.h
    webservices/axis2/trunk/c/modules/Makefile.am
    webservices/axis2/trunk/c/modules/Makefile.in
    webservices/axis2/trunk/c/modules/common/Makefile.in
    webservices/axis2/trunk/c/modules/common/src/Makefile.am
    webservices/axis2/trunk/c/modules/common/src/Makefile.in
    webservices/axis2/trunk/c/modules/common/test/Makefile.am
    webservices/axis2/trunk/c/modules/common/test/Makefile.in
    webservices/axis2/trunk/c/modules/core/Makefile.in
    webservices/axis2/trunk/c/modules/core/context/Makefile.in
    webservices/axis2/trunk/c/modules/core/context/src/Makefile.in
    webservices/axis2/trunk/c/modules/core/description/Makefile.in
    webservices/axis2/trunk/c/modules/core/description/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/src/Makefile.in
    webservices/axis2/trunk/c/modules/core/description/src/axis2_description_param_include.c
    webservices/axis2/trunk/c/modules/core/description/test/description_test.c
    webservices/axis2/trunk/c/modules/core/engine/Makefile.in
    webservices/axis2/trunk/c/modules/core/engine/src/Makefile.in
    webservices/axis2/trunk/c/modules/test/Makefile.in
    webservices/axis2/trunk/c/modules/test/common/Makefile.am
    webservices/axis2/trunk/c/modules/test/common/Makefile.in
    webservices/axis2/trunk/c/modules/test/om/Makefile.in
    webservices/axis2/trunk/c/modules/test/om/src/Makefile.am
    webservices/axis2/trunk/c/modules/test/om/src/Makefile.in
    webservices/axis2/trunk/c/modules/test/unit/Makefile.am
    webservices/axis2/trunk/c/modules/test/unit/Makefile.in
    webservices/axis2/trunk/c/modules/test/util/Makefile.am
    webservices/axis2/trunk/c/modules/test/util/Makefile.in
    webservices/axis2/trunk/c/modules/util/Makefile.in
    webservices/axis2/trunk/c/modules/util/src/Makefile.in
    webservices/axis2/trunk/c/modules/util/test/Makefile.am
    webservices/axis2/trunk/c/modules/util/test/Makefile.in
    webservices/axis2/trunk/c/modules/xml/Makefile.am
    webservices/axis2/trunk/c/modules/xml/Makefile.in
    webservices/axis2/trunk/c/modules/xml/guththila/Makefile.in
    webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am
    webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in
    webservices/axis2/trunk/c/modules/xml/om/Makefile.in
    webservices/axis2/trunk/c/modules/xml/om/src/Makefile.in
    webservices/axis2/trunk/c/modules/xml/soap/Makefile.in
    webservices/axis2/trunk/c/modules/xml/soap/src/Makefile.in

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/Makefile.am?rev=326015&r1=326014&r2=326015&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Mon Oct 17 19:18:27 2005
@@ -1,2 +1,2 @@
 SUBDIRS = modules
-EXTRA_DIST = docs lib bin Doxyfile
+include_HEADERS=$(top_builddir)/include/*.h

Modified: webservices/axis2/trunk/c/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/Makefile.in?rev=326015&r1=326014&r2=326015&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.in (original)
+++ webservices/axis2/trunk/c/Makefile.in Mon Oct 17 19:18:27 2005
@@ -13,6 +13,7 @@
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
@@ -35,14 +36,20 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/axis2_config.h.in \
-	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-	conftools/config.guess conftools/config.sub conftools/depcomp \
-	conftools/install-sh conftools/ltmain.sh conftools/missing
+target_triplet = @target@
+DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
+	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/axis2_config.h.in $(top_srcdir)/configure AUTHORS \
+	COPYING ChangeLog INSTALL NEWS conftools/config.guess \
+	conftools/config.sub conftools/depcomp conftools/install-sh \
+	conftools/ltmain.sh conftools/missing
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/conftools/libtool.m4 \
+	$(top_srcdir)/conftools/libtool.m4 \
+	$(top_srcdir)/conftools/ac_c_bigendian_cross.m4 \
+	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -58,6 +65,15 @@
 	install-recursive installcheck-recursive installdirs-recursive \
 	pdf-recursive ps-recursive uninstall-info-recursive \
 	uninstall-recursive
+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__installdirs = "$(DESTDIR)$(includedir)"
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(include_HEADERS)
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -84,6 +100,14 @@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
+COND_CORE_FALSE = @COND_CORE_FALSE@
+COND_CORE_TRUE = @COND_CORE_TRUE@
+COND_GUTHTHILA_FALSE = @COND_GUTHTHILA_FALSE@
+COND_GUTHTHILA_TRUE = @COND_GUTHTHILA_TRUE@
+COND_TEST_FALSE = @COND_TEST_FALSE@
+COND_TEST_TRUE = @COND_TEST_TRUE@
+COND_XML_FALSE = @COND_XML_FALSE@
+COND_XML_TRUE = @COND_XML_TRUE@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
@@ -167,9 +191,13 @@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
+target = @target@
 target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
 SUBDIRS = modules
-EXTRA_DIST = docs lib bin Doxyfile
+include_HEADERS = $(top_builddir)/include/*.h
 all: axis2_config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -234,6 +262,23 @@
 distclean-libtool:
 	-rm -f libtool
 uninstall-info-am:
+install-includeHEADERS: $(include_HEADERS)
+	@$(NORMAL_INSTALL)
+	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+	@list='$(include_HEADERS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+	done
+
+uninstall-includeHEADERS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(include_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+	done
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
@@ -370,7 +415,7 @@
 distdir: $(DISTFILES)
 	$(am__remove_distdir)
 	mkdir $(distdir)
-	$(mkdir_p) $(distdir)/conftools
+	$(mkdir_p) $(distdir)/$(top_builddir)/include $(distdir)/conftools
 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 	list='$(DISTFILES)'; for file in $$list; do \
@@ -511,9 +556,12 @@
 	       exit 1; } >&2
 check-am: all-am
 check: check-recursive
-all-am: Makefile axis2_config.h
+all-am: Makefile $(HEADERS) axis2_config.h
 installdirs: installdirs-recursive
 installdirs-am:
+	for dir in "$(DESTDIR)$(includedir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
 install: install-recursive
 install-exec: install-exec-recursive
 install-data: install-data-recursive
@@ -558,7 +606,7 @@
 
 info-am:
 
-install-data-am:
+install-data-am: install-includeHEADERS
 
 install-exec-am:
 
@@ -586,7 +634,7 @@
 
 ps-am:
 
-uninstall-am: uninstall-info-am
+uninstall-am: uninstall-includeHEADERS uninstall-info-am
 
 uninstall-info: uninstall-info-recursive
 
@@ -598,12 +646,14 @@
 	distclean-recursive distclean-tags distcleancheck distdir \
 	distuninstallcheck dvi dvi-am html html-am info info-am \
 	install install-am install-data install-data-am install-exec \
-	install-exec-am install-info install-info-am install-man \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	maintainer-clean-recursive mostlyclean mostlyclean-generic \
-	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
-	tags tags-recursive uninstall uninstall-am uninstall-info-am
+	install-exec-am install-includeHEADERS install-info \
+	install-info-am install-man install-strip installcheck \
+	installcheck-am installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic maintainer-clean-recursive \
+	mostlyclean mostlyclean-generic mostlyclean-libtool \
+	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
+	uninstall uninstall-am uninstall-includeHEADERS \
+	uninstall-info-am
 
 # 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.

Modified: webservices/axis2/trunk/c/autogen.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/autogen.sh?rev=326015&r1=326014&r2=326015&view=diff
==============================================================================
--- webservices/axis2/trunk/c/autogen.sh (original)
+++ webservices/axis2/trunk/c/autogen.sh Mon Oct 17 19:18:27 2005
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 echo "run libtoolize."          && 
-libtoolize --force              && 
+libtoolize                      && 
 echo "run aclocal."             && 
 aclocal                         && 
 echo "run autoconf."            && 
@@ -9,4 +9,5 @@
 echo "run autoheader."          && 
 autoheader                      && 
 echo "run automake."            && 
-automake --add-missing --gnu
+#automake --add-missing --gnu
+automake

Modified: webservices/axis2/trunk/c/axis2_config.h.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/axis2_config.h.in?rev=326015&r1=326014&r2=326015&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axis2_config.h.in (original)
+++ webservices/axis2/trunk/c/axis2_config.h.in Mon Oct 17 19:18:27 2005
@@ -6,6 +6,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
+
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */
 #undef HAVE_MALLOC