summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:33:33 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:33:33 +0000
commitb72b7e219af9b9c6826372eeb581ee85ca653d75 (patch)
treeaae8306f2fa82b755681935bc0315d775490c9d1 /tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am
parentc0a2dcce89b1f374fc1987753dd28c6541bbbfe5 (diff)
Cleaning up SVN structure, moving tag under sca-cpp/tags.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am')
-rw-r--r--tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am b/tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am
deleted file mode 100644
index 706c0927b5..0000000000
--- a/tags/cpp-0.1.incubating-M1-final/sca/samples/Calculator/WSClient/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-deploydir=$(prefix)/samples/Calculator/deploy
-prgbindir=$(deploydir)/bin
-
-prgbin_PROGRAMS = calculator_wsclient
-prgbin_SCRIPTS = runwsclient.sh
-EXTRA_DIST = runwsclient.sh
-
-AM_CPPFLAGS = $(CPPFLAGS)
-calculator_wsclient_SOURCES = axis2_Calculator_stub.cpp Calculator_Client.cpp
-noinst_HEADERS = *.h
-
-calculator_wsclient_LDADD = -L$(AXIS2C_HOME)/lib \
- -laxis2_util \
- -laxis2_axiom \
- -laxis2_wsdl \
- -laxis2_engine \
- -laxis2_parser \
- -laxis2_minizip \
- -lpthread \
- -laxis2_http_sender \
- -laxis2_http_receiver
-
-
-INCLUDES = -I${AXIS2C_HOME}/include