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 2006/03/29 15:48:37 UTC

svn commit: r389792 - in /webservices/axis2/trunk/c/samples: ./ client/ client/addr_echo/ client/diclient/ client/echo/ client/echo_non_blocking/ client/google/ client/math/ client/notify/ server/ server/echo/ server/math/ server/notify/

Author: damitha
Date: Wed Mar 29 05:48:36 2006
New Revision: 389792

URL: http://svn.apache.org/viewcvs?rev=389792&view=rev
Log:
adding samples directory to binary distribution

Modified:
    webservices/axis2/trunk/c/samples/Makefile.am
    webservices/axis2/trunk/c/samples/client/Makefile.am
    webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/diclient/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am
    webservices/axis2/trunk/c/samples/client/google/Makefile.am
    webservices/axis2/trunk/c/samples/client/math/Makefile.am
    webservices/axis2/trunk/c/samples/client/notify/Makefile.am
    webservices/axis2/trunk/c/samples/server/Makefile.am
    webservices/axis2/trunk/c/samples/server/echo/Makefile.am
    webservices/axis2/trunk/c/samples/server/math/Makefile.am
    webservices/axis2/trunk/c/samples/server/notify/Makefile.am

Modified: webservices/axis2/trunk/c/samples/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1 +1,3 @@
+samplesdir=$(prefix)/samples
+samples_DATA=AUTHORS autogen.sh ChangeLog configure.ac Makefile.am NEWS README
 SUBDIRS = server client

Modified: webservices/axis2/trunk/c/samples/client/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1 +1,4 @@
+samplesdir=$(prefix)/samples/client
+samples_DATA=Makefile.am
 SUBDIRS = echo math addr_echo google echo_non_blocking notify $(DICLIENT_DIR)
+

Modified: webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = addr_echo
 samplesdir=$(prefix)/samples/client/addr_echo
-samples_DATA=echo_client.c
+samples_DATA=echo_client.c README.txt Makefile.am
 addr_echo_SOURCES = echo_client.c
 
 addr_echo_LDADD   =  \

Modified: webservices/axis2/trunk/c/samples/client/diclient/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/diclient/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/diclient/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/diclient/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = echo_client
 samplesdir=$(prefix)/samples/client/diclient
-samples_DATA=echo_client.c
+samples_DATA=echo_client.c di_client.h Makefile.am README
 echo_client_SOURCES = echo_client.c
 echo_client_LDADD   =  \
 					-laxis2_util \

Modified: webservices/axis2/trunk/c/samples/client/echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo/Makefile.am Wed Mar 29 05:48:36 2006
@@ -2,7 +2,8 @@
 samplesdir=$(prefix)/samples/client/echo
 prgbin_PROGRAMS = echo
 noinst_HEADERS = axis2_echo_stub.h
-samples_DATA=axis2_echo_stub.c echo_client.c axis2_echo_stub.h
+samples_DATA=axis2_echo_stub.c echo_client.c axis2_echo_stub.h Makefile.am
+
 echo_SOURCES = axis2_echo_stub.c \
                 echo_client.c
 

Modified: webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am Wed Mar 29 05:48:36 2006
@@ -4,7 +4,7 @@
 
 samplesdir=$(prefix)/samples/client/echo_non_blocking
 
-samples_DATA=echo_client.c
+samples_DATA=echo_client.c echo_client.bak Makefile.am README.txt
 echo_non_blocking_SOURCES = echo_client.c
 
 echo_non_blocking_LDADD   =  \

Modified: webservices/axis2/trunk/c/samples/client/google/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/google/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/google/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/google/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prgbindir=$(prefix)/bin/samples
 samplesdir=$(prefix)/samples/client/google
 prgbin_PROGRAMS = google
-samples_DATA=google_client.c
+samples_DATA=google_client.c Makefile.am README.txt
 google_SOURCES = google_client.c
 
 google_LDADD   =    $(LDFLAGS) \

Modified: webservices/axis2/trunk/c/samples/client/math/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/math/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/math/Makefile.am Wed Mar 29 05:48:36 2006
@@ -2,7 +2,7 @@
 samplesdir=$(prefix)/samples/client/math
 prgbin_PROGRAMS = math
 noinst_HEADERS = axis2_math_stub.h
-samples_DATA=axis2_math_stub.c math_client.c axis2_math_stub.h
+samples_DATA=axis2_math_stub.c math_client.c axis2_math_stub.h Makefile.am
 math_SOURCES = axis2_math_stub.c \
                 math_client.c
 

Modified: webservices/axis2/trunk/c/samples/client/notify/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/notify/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/notify/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/notify/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = notify
 samplesdir=$(prefix)/samples/client/notify
-samples_DATA=notify_client.c
+samples_DATA=notify_client.c Makefile.am
 notify_SOURCES = notify_client.c
 
 notify_LDADD   =  \

Modified: webservices/axis2/trunk/c/samples/server/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,2 +1,5 @@
+samplesdir=$(prefix)/samples/server
 SUBDIRS = echo math notify
 EXTRA_DIST = axis2.xml
+samples_DATA= axis2.log  axis2.xml  Makefile.am
+

Modified: webservices/axis2/trunk/c/samples/server/echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/echo/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prglibdir=$(prefix)/services/echo
 samplesdir=$(prefix)/samples/server/echo
 prglib_LTLIBRARIES = libecho.la
-samples_DATA=echo.c echo_skeleton.c echo.h services.xml
+samples_DATA=echo.c echo_skeleton.c echo.h services.xml Makefile.am
 prglib_DATA= services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = echo.h

Modified: webservices/axis2/trunk/c/samples/server/math/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/math/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/math/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prglibdir=$(prefix)/services/math
 samplesdir=$(prefix)/samples/server/math
 prglib_LTLIBRARIES = libmath.la
-samples_DATA=services.xml math.h math.c math_skeleton.c
+samples_DATA=services.xml math.h math.c math_skeleton.c Makefile.am
 prglib_DATA=services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = math.h

Modified: webservices/axis2/trunk/c/samples/server/notify/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/notify/Makefile.am?rev=389792&r1=389791&r2=389792&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/notify/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/notify/Makefile.am Wed Mar 29 05:48:36 2006
@@ -1,7 +1,7 @@
 prglibdir=$(prefix)/services/notify
 samplesdir=$(prefix)/samples/server/notify
 prglib_LTLIBRARIES = libnotify.la
-samples_DATA=notify.c notify_skeleton.c notify.h services.xml
+samples_DATA=notify.c notify_skeleton.c notify.h services.xml Makefile.am
 prglib_DATA= services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = notify.h