Author: robbinspg
Date: Mon Apr 10 05:12:54 2006
New Revision: 392928
URL: http://svn.apache.org/viewcvs?rev=392928&view=rev
Log:
TUSCANY-89 remove unnecessary axis c++ references from makefiles
Modified:
incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am
incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am
incubator/tuscany/cpp/sca/runtime/core/test/src/Makefile.am
incubator/tuscany/cpp/sca/samples/MyValue/Client/Makefile.am
incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/MyValue/Makefile.am
Modified: incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am?rev=392928&r1=392927&r2=392928&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am
(original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am Mon
Apr 10 05:12:54 2006
@@ -8,7 +8,6 @@
libCustomerInfo_la_LIBADD =
INCLUDES = -I$(top_builddir)/runtime/core/src \
- -I${TUSCANY_SDOCPP}/include \
- -I${AXISCPP_DEPLOY}/include
+ -I${TUSCANY_SDOCPP}/include
install:
Modified: incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am?rev=392928&r1=392927&r2=392928&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am Mon Apr 10
05:12:54 2006
@@ -11,7 +11,6 @@
INCLUDES = -I$(top_builddir)/runtime/core/src \
-I${TUSCANY_SDOCPP}/include \
- -I${AXISCPP_DEPLOY}/include \
-I../CustomerInfo
install:
Modified: incubator/tuscany/cpp/sca/runtime/core/test/src/Makefile.am
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/runtime/core/test/src/Makefile.am?rev=392928&r1=392927&r2=392928&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/src/Makefile.am Mon Apr 10
05:12:54 2006
@@ -5,8 +5,7 @@
tuscany_sca_test_SOURCES = TestSCA.cpp
tuscany_sca_test_LDADD = -L$(top_builddir)/runtime/core/src -ltuscany_sca \
- -L${TUSCANY_SDOCPP}/lib -ltuscany_sca -lxml2 -lstdc++ \
- -L${AXISCPP_DEPLOY}/lib -laxis_client -laxis_clientC
+ -L${TUSCANY_SDOCPP}/lib -ltuscany_sca -lxml2 -lstdc++
INCLUDES = -I$(top_builddir)/runtime/core/test/MyValue \
-I$(top_builddir)/runtime/core/src \
Modified: incubator/tuscany/cpp/sca/samples/MyValue/Client/Makefile.am
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/samples/MyValue/Client/Makefile.am?rev=392928&r1=392927&r2=392928&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/samples/MyValue/Client/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/MyValue/Client/Makefile.am Mon Apr 10
05:12:54 2006
@@ -4,10 +4,8 @@
MyValueClient_SOURCES = MyValueClient.cpp
MyValueClient_LDADD = -L$(top_builddir)/runtime/core/src -ltuscany_sca \
- -L${TUSCANY_SDOCPP}/lib -ltuscany_sdo \
- -L$(AXISCPP_DEPLOY)/lib -laxis_client -lxml2
+ -L${TUSCANY_SDOCPP}/lib -ltuscany_sdo -lxml2
INCLUDES = -I.. \
-I$(top_builddir)/runtime/core/src \
- -I${TUSCANY_SDOCPP}/include \
- -I${AXISCPP_DEPLOY}/include
+ -I${TUSCANY_SDOCPP}/include
Modified:
incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am?rev=392928&r1=392927&r2=392928&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
(original)
+++
incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
Mon Apr 10 05:12:54 2006
@@ -10,7 +10,6 @@
INCLUDES = -I.. \
-I$(top_builddir)/runtime/core/src \
- -I${TUSCANY_SDOCPP}/include \
- -I${AXISCPP_DEPLOY}/include
+ -I${TUSCANY_SDOCPP}/include
install:
Modified:
incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/MyValue/Makefile.am
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/MyValue/Makefile.am?rev=392928&r1=392927&r2=392928&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/MyValue/Makefile.am
(original)
+++ incubator/tuscany/cpp/sca/samples/MyValue/MyValueModule/MyValue/Makefile.am
Mon Apr 10 05:12:54 2006
@@ -12,7 +12,6 @@
INCLUDES = -I.. \
-I$(top_builddir)/runtime/core/src \
- -I${TUSCANY_SDOCPP}/include \
- -I${AXISCPP_DEPLOY}/include
+ -I${TUSCANY_SDOCPP}/include
install: