You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/03/01 10:59:19 UTC

svn commit: r917438 - in /tuscany/sca-cpp/trunk: ./ components/ components/cache/ components/chat/ components/queue/ components/webservice/ etc/ kernel/ modules/atom/ modules/http/ modules/java/ modules/json/ modules/python/ modules/scdl/ modules/schem...

Author: jsdelfino
Date: Mon Mar  1 09:59:18 2010
New Revision: 917438

URL: http://svn.apache.org/viewvc?rev=917438&view=rev
Log:
Minor fixes to distro build. Added missing scripts. Placed libraries in the correct module and component directories.

Modified:
    tuscany/sca-cpp/trunk/Makefile.am
    tuscany/sca-cpp/trunk/components/Makefile.am
    tuscany/sca-cpp/trunk/components/cache/Makefile.am
    tuscany/sca-cpp/trunk/components/chat/Makefile.am
    tuscany/sca-cpp/trunk/components/queue/Makefile.am
    tuscany/sca-cpp/trunk/components/webservice/Makefile.am
    tuscany/sca-cpp/trunk/etc/git-exclude
    tuscany/sca-cpp/trunk/kernel/Makefile.am
    tuscany/sca-cpp/trunk/modules/atom/Makefile.am
    tuscany/sca-cpp/trunk/modules/http/Makefile.am
    tuscany/sca-cpp/trunk/modules/java/Makefile.am
    tuscany/sca-cpp/trunk/modules/java/java-conf
    tuscany/sca-cpp/trunk/modules/json/Makefile.am
    tuscany/sca-cpp/trunk/modules/python/Makefile.am
    tuscany/sca-cpp/trunk/modules/python/python-conf
    tuscany/sca-cpp/trunk/modules/scdl/Makefile.am
    tuscany/sca-cpp/trunk/modules/scheme/Makefile.am
    tuscany/sca-cpp/trunk/modules/server/Makefile.am
    tuscany/sca-cpp/trunk/modules/server/cpp-conf
    tuscany/sca-cpp/trunk/modules/server/scheme-conf
    tuscany/sca-cpp/trunk/modules/server/server-conf
    tuscany/sca-cpp/trunk/modules/wsgi/Makefile.am
    tuscany/sca-cpp/trunk/test/store-cpp/Makefile.am
    tuscany/sca-cpp/trunk/test/store-java/Makefile.am

Modified: tuscany/sca-cpp/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/Makefile.am Mon Mar  1 09:59:18 2010
@@ -17,14 +17,11 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = kernel modules components test doc
+SUBDIRS = kernel modules components test doc samples
 
 datadir=$(prefix)
 data_DATA = INSTALL README LICENSE COPYING NOTICE
-nobase_data_DATA = xsd/*.*
-
-DIST_SUBDIRS = kernel modules components test doc samples
-EXTRA_DIST = LICENSE COPYING INSTALL README NOTICE autogen.sh xsd
+nobase_data_DATA = xsd/*.xsd xsd/external/*.xsd xsd/external/*.dtd
 
 install-data-hook:
 	rm -rf $(prefix)/doc
@@ -32,12 +29,8 @@
 	rm -f $(prefix)/doc/Makefile* $(prefix)/doc/Doxyfile*
 	rm -rf `find $(prefix)/doc -type d -name .svn`
 	rm -rf `find $(prefix)/doc -type d -name .deps`
+	rm -rf $(prefix)/test
 
-	rm -rf $(prefix)/samples
-	cp -r samples $(prefix)
-	rm -rf `find $(prefix)/samples -type d -name .svn`
-	rm -rf `find $(prefix)/samples -type d -name .deps`
-	
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`
 	rm -rf `find $(distdir)/ -type d -name .deps`

Modified: tuscany/sca-cpp/trunk/components/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/components/Makefile.am Mon Mar  1 09:59:18 2010
@@ -20,5 +20,3 @@
 includedir = $(prefix)/include/components
 nobase_include_HEADERS = */*.hpp
 
-compdir = $(prefix)/components
-nobase_comp_DATA = */*.composite

Modified: tuscany/sca-cpp/trunk/components/cache/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/cache/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/cache/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/components/cache/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,11 +15,10 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = mcache-test client-test
-
+comp_SCRIPTS = memcached-start memcached-stop
 compdir=$(prefix)/components/cache
-comp_LTLIBRARIES = libmcache.la
 
+comp_LTLIBRARIES = libmcache.la
 libmcache_la_SOURCES = mcache.cpp
 
 mcache_test_SOURCES = mcache-test.cpp
@@ -28,4 +27,5 @@
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs
 
+noinst_PROGRAMS = mcache-test client-test
 TESTS = memcached-test server-test

Modified: tuscany/sca-cpp/trunk/components/chat/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/chat/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/chat/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/components/chat/Makefile.am Mon Mar  1 09:59:18 2010
@@ -17,13 +17,10 @@
 
 if WANT_CHAT
 
-noinst_PROGRAMS = xmpp-test client-test
-
 INCLUDES = -I${LIBSTROPHE_INCLUDE} -I${LIBSTROPHE_INCLUDE}/src
 
-compdir=$(prefix)/components/chat
 comp_LTLIBRARIES = libchatter.la
-
+compdir=$(prefix)/components/chat
 libchatter_la_SOURCES = chatter.cpp
 libchatter_la_LDFLAGS = -L${LIBSTROPHE_LIB} -R${LIBSTROPHE_LIB} -lstrophe -lexpat -lssl -lresolv
 
@@ -33,4 +30,6 @@
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs -L${LIBSTROPHE_LIB} -R${LIBSTROPHE_LIB} -lstrophe -lexpat -lssl -lresolv
 
+noinst_PROGRAMS = xmpp-test client-test
+
 endif

Modified: tuscany/sca-cpp/trunk/components/queue/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/queue/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/queue/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/components/queue/Makefile.am Mon Mar  1 09:59:18 2010
@@ -17,13 +17,16 @@
 
 if WANT_QUEUE
 
-noinst_PROGRAMS = qpid-test client-test
-
 INCLUDES = -I${QPIDC_INCLUDE}
 
+comp_SCRIPTS = qpidd-start qpidd-stop
 compdir=$(prefix)/components/queue
-comp_LTLIBRARIES = libqueue-sender.la libqueue-listener.la
+
 comp_DATA = qpidc.prefix
+qpidc.prefix: $(top_builddir)/config.status
+	echo ${QPIDC_PREFIX} >qpidc.prefix
+
+comp_LTLIBRARIES = libqueue-sender.la libqueue-listener.la
 
 libqueue_sender_la_SOURCES = queue-sender.cpp
 libqueue_sender_la_LDFLAGS = -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient
@@ -37,9 +40,7 @@
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient
 
-qpidc.prefix: $(top_builddir)/config.status
-	echo ${QPIDC_PREFIX} >qpidc.prefix
-
+noinst_PROGRAMS = qpid-test client-test
 TESTS = send-test server-test
 
 endif

Modified: tuscany/sca-cpp/trunk/components/webservice/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/webservice/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/webservice/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/components/webservice/Makefile.am Mon Mar  1 09:59:18 2010
@@ -17,13 +17,14 @@
 
 if WANT_WEBSERVICE
 
-noinst_PROGRAMS = axiom-test axis2-test client-test
-
 INCLUDES = -I${AXIS2C_INCLUDE}
 
+comp_DATA = axis2c.prefix
 compdir=$(prefix)/components/webservice
+axis2c.prefix: $(top_builddir)/config.status
+	echo ${AXIS2C_PREFIX} >axis2c.prefix
+
 comp_LTLIBRARIES = libwebservice-client.la libwebservice-listener.la libaxis2-dispatcher.la libaxis2-service.la
-comp_DATA = axis2c.prefix
 
 libwebservice_client_la_SOURCES = webservice-client.cpp
 libwebservice_client_la_LDFLAGS = -lxml2 -L${AXIS2C_LIB} -R${AXIS2C_LIB} -laxis2_engine
@@ -46,9 +47,7 @@
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs -L${AXIS2C_LIB} -R${AXIS2C_LIB} -laxis2_engine
 
-axis2c.prefix: $(top_builddir)/config.status
-	echo ${AXIS2C_PREFIX} >axis2c.prefix
-
+noinst_PROGRAMS = axiom-test axis2-test client-test
 TESTS = axiom-test echo-test server-test
 
 endif

Modified: tuscany/sca-cpp/trunk/etc/git-exclude
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/etc/git-exclude?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/etc/git-exclude (original)
+++ tuscany/sca-cpp/trunk/etc/git-exclude Mon Mar  1 09:59:18 2010
@@ -29,6 +29,7 @@
 *.lo
 *.o
 *.in
+*.so
 Makefile
 .deps/
 .libs/

Modified: tuscany/sca-cpp/trunk/kernel/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/kernel/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/kernel/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/kernel/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,16 +15,15 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = string-test kernel-test mem-test parallel-test xml-test xsd-test
 
-testdir=$(prefix)/test
-test_LTLIBRARIES = libdynlib-test.la
 
 includedir = $(prefix)/include/kernel
 include_HEADERS = *.hpp
 
 string_test_SOURCES = string-test.cpp
 
+test_LTLIBRARIES = libdynlib-test.la
+testdir = $(prefix)/test
 libdynlib_test_la_SOURCES = dynlib-test.cpp
 
 kernel_test_SOURCES = kernel-test.cpp
@@ -39,4 +38,6 @@
 xsd_test_SOURCES = xsd-test.cpp
 xsd_test_LDFLAGS = -lxml2
 
+noinst_PROGRAMS = string-test kernel-test mem-test parallel-test xml-test xsd-test
 TESTS = string-test kernel-test mem-test parallel-test xml-test
+

Modified: tuscany/sca-cpp/trunk/modules/atom/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/atom/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/atom/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/atom/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,9 +15,8 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = atom-test
-
 atom_test_SOURCES = atom-test.cpp
 atom_test_LDFLAGS = -lxml2
 
+noinst_PROGRAMS = atom-test
 TESTS = atom-test

Modified: tuscany/sca-cpp/trunk/modules/http/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/http/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/http/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/http/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,17 +15,18 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = curl-test
-
 INCLUDES = -I${HTTPD_INCLUDE}
 
-httpdir=$(prefix)/modules/http
-http_DATA = httpd.prefix
+moddir=$(prefix)/modules/http
+mod_SCRIPTS = httpd-conf httpd-start httpd-stop httpd-restart
 
 curl_test_SOURCES = curl-test.cpp
 curl_test_LDFLAGS = -lxml2 -lcurl -lmozjs
 
+prefix_DATA = httpd.prefix
+prefixdir=$(prefix)/modules/http
 httpd.prefix: $(top_builddir)/config.status
 	echo ${HTTPD_PREFIX} >httpd.prefix
 
+noinst_PROGRAMS = curl-test
 TESTS = httpd-test http-test

Modified: tuscany/sca-cpp/trunk/modules/java/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/java/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/java/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/java/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,19 +15,27 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
+libdir = $(prefix)/modules/java
 JAVAROOT = $(top_builddir)/modules/java
-libdir = $(prefix)/lib
 
 if WANT_JAVA
 
-noinst_PROGRAMS = java-test java-shell client-test
+INCLUDES = -I${JAVA_INCLUDE}
 
-lib_LTLIBRARIES = libmod_tuscany_java.la
+mod_SCRIPTS = java-conf
+moddir = $(prefix)/modules/java
 
-INCLUDES = -I${JAVA_INCLUDE}
+prefix_DATA = java.prefix
+prefixdir = $(prefix)/modules/java
+java.prefix: $(top_builddir)/config.status
+	echo ${JAVA_PREFIX} >java.prefix
 
+lib_LTLIBRARIES = libmod_tuscany_java.la
 libmod_tuscany_java_la_SOURCES = mod-java.cpp
 libmod_tuscany_java_la_LDFLAGS = -lxml2 -lcurl -lmozjs -L${JAVA_LIB} -R${JAVA_LIB} -R${JAVA_LIB}/server -ljava
+noinst_DATA = libmod_tuscany_java.so
+libmod_tuscany_java.so:
+	ln -s .libs/libmod_tuscany_java.so libmod_tuscany_java.so
 
 java_test_SOURCES = java-test.cpp
 java_test_LDFLAGS = -L${JAVA_LIB} -R${JAVA_LIB} -R${JAVA_LIB}/server -ljava
@@ -36,11 +44,9 @@
 java_shell_LDFLAGS = -L${JAVA_LIB} -R${JAVA_LIB} -R${JAVA_LIB}/server -ljava
 
 noinst_JAVA = org/apache/tuscany/*.java test/*.java
-
+jardir = ${prefix}/modules/java
 jarfile = libmod-tuscany-java-${PACKAGE_VERSION}.jar
-jardir = ${libdir}
 jar_DATA = ${jarfile}
-
 ${jarfile}: ${noinst_JAVA}
 	${JAR} cf $@ org/apache/tuscany/*.class
 
@@ -49,12 +55,7 @@
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs
 
-prefixdir = $(top_builddir)/modules/java
-prefix_DATA = java.prefix
-
-java.prefix: $(top_builddir)/config.status
-	echo ${JAVA_PREFIX} >java.prefix
-
+noinst_PROGRAMS = java-test java-shell client-test
 TESTS = java-test server-test
 
 endif

Modified: tuscany/sca-cpp/trunk/modules/java/java-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/java/java-conf?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/java/java-conf (original)
+++ tuscany/sca-cpp/trunk/modules/java/java-conf Mon Mar  1 09:59:18 2010
@@ -22,6 +22,6 @@
 root=`readlink -f $1`
 
 cat >>$root/conf/httpd.conf <<EOF
-LoadModule mod_tuscany_eval $here/.libs/libmod_tuscany_java.so
+LoadModule mod_tuscany_eval $here/libmod_tuscany_java.so
 EOF
 

Modified: tuscany/sca-cpp/trunk/modules/json/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/json/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/json/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/json/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,9 +15,8 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = json-test
-
 json_test_SOURCES = json-test.cpp
 json_test_LDFLAGS = -lmozjs 
 
+noinst_PROGRAMS = json-test
 TESTS = json-test

Modified: tuscany/sca-cpp/trunk/modules/python/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/python/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/python/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/python/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,25 +15,29 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-datadir=$(prefix)/modules/python
-libdir=$(prefix)/lib
+libdir=$(prefix)/modules/python
 
 if WANT_PYTHON
 
-noinst_PROGRAMS = python-test python-shell client-test
+INCLUDES = -I${PYTHON_INCLUDE}
 
-lib_LTLIBRARIES = libmod_tuscany_python.la
+mod_SCRIPTS = python-conf
+moddir = $(prefix)/modules/python
 
-nobase_data_DATA = *.xsd
-data_DATA = python.prefix
-
-INCLUDES = -I${PYTHON_INCLUDE}
+nobase_xsd_DATA = *.xsd
+xsddir = $(prefix)/xsd
 
+prefix_DATA = python.prefix
+prefixdir=$(prefix)/modules/python
 python.prefix: $(top_builddir)/config.status
 	echo ${PYTHON_PREFIX} >python.prefix
 
+lib_LTLIBRARIES = libmod_tuscany_python.la
 libmod_tuscany_python_la_SOURCES = mod-python.cpp
 libmod_tuscany_python_la_LDFLAGS = -lxml2 -lcurl -lmozjs -L${PYTHON_LIB} -R${PYTHON_LIB} -lpython2.6
+noinst_DATA = libmod_tuscany_python.so
+libmod_tuscany_python.so:
+	ln -s .libs/libmod_tuscany_python.so libmod_tuscany_python.so
 
 python_test_SOURCES = python-test.cpp
 python_test_LDFLAGS = -L${PYTHON_LIB} -R${PYTHON_LIB} -lpython2.6
@@ -44,6 +48,7 @@
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs
 
+noinst_PROGRAMS = python-test python-shell client-test
 TESTS = python-test server-test
 
 endif

Modified: tuscany/sca-cpp/trunk/modules/python/python-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/python/python-conf?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/python/python-conf (original)
+++ tuscany/sca-cpp/trunk/modules/python/python-conf Mon Mar  1 09:59:18 2010
@@ -22,5 +22,5 @@
 root=`readlink -f $1`
 
 cat >>$root/conf/httpd.conf <<EOF
-LoadModule mod_tuscany_eval $here/.libs/libmod_tuscany_python.so
+LoadModule mod_tuscany_eval $here/libmod_tuscany_python.so
 EOF

Modified: tuscany/sca-cpp/trunk/modules/scdl/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/scdl/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/scdl/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/scdl/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,9 +15,8 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = scdl-test
-
 scdl_test_SOURCES = scdl-test.cpp
 scdl_test_LDFLAGS = -lxml2
 
+noinst_PROGRAMS = scdl-test
 TESTS = scdl-test

Modified: tuscany/sca-cpp/trunk/modules/scheme/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/scheme/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/scheme/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/scheme/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,13 +15,12 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = eval-test eval-shell
-
-datadir=$(prefix)/modules/eval
-nobase_data_DATA = *.xsd
+xsddir=$(prefix)/xsd
+nobase_xsd_DATA = *.xsd
 
 eval_test_SOURCES = eval-test.cpp
 
 eval_shell_SOURCES = eval-shell.cpp
 
+noinst_PROGRAMS = eval-test eval-shell
 TESTS = eval-test

Modified: tuscany/sca-cpp/trunk/modules/server/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/server/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,25 +15,32 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-noinst_PROGRAMS = client-test
+INCLUDES = -I${HTTPD_INCLUDE}
 
-libdir=$(prefix)/lib
-lib_LTLIBRARIES = libmod_tuscany_eval.la libmod_tuscany_wiring.la
+mod_SCRIPTS = cpp-conf scheme-conf server-conf
+moddir = $(prefix)/modules/server
 
-INCLUDES = -I${HTTPD_INCLUDE}
+lib_LTLIBRARIES = libmod_tuscany_eval.la libmod_tuscany_wiring.la
+libdir=$(prefix)/modules/server
+noinst_DATA = libmod_tuscany_eval.so libmod_tuscany_wiring.so
 
 libmod_tuscany_eval_la_SOURCES = mod-eval.cpp
 libmod_tuscany_eval_la_LDFLAGS = -lxml2 -lcurl -lmozjs
+libmod_tuscany_eval.so:
+	ln -s .libs/libmod_tuscany_eval.so libmod_tuscany_eval.so
 
 libmod_tuscany_wiring_la_SOURCES = mod-wiring.cpp
 libmod_tuscany_wiring_la_LDFLAGS = -lxml2 -lcurl -lmozjs
+libmod_tuscany_wiring.so:
+	ln -s .libs/libmod_tuscany_wiring.so libmod_tuscany_wiring.so
 
-testdir=$(prefix)/test
-test_LTLIBRARIES = libimpl-test.la
-
+noinst_testdir = $(prefix)/test
+noinst_test_LTLIBRARIES = libimpl-test.la
 libimpl_test_la_SOURCES = impl-test.cpp
 
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs
 
+noinst_PROGRAMS = client-test
 TESTS = httpd-test server-test wiring-test
+

Modified: tuscany/sca-cpp/trunk/modules/server/cpp-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/cpp-conf?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/cpp-conf (original)
+++ tuscany/sca-cpp/trunk/modules/server/cpp-conf Mon Mar  1 09:59:18 2010
@@ -22,5 +22,5 @@
 root=`readlink -f $1`
 
 cat >>$root/conf/httpd.conf <<EOF
-LoadModule mod_tuscany_eval $here/.libs/libmod_tuscany_eval.so
+LoadModule mod_tuscany_eval $here/libmod_tuscany_eval.so
 EOF

Modified: tuscany/sca-cpp/trunk/modules/server/scheme-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/scheme-conf?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/scheme-conf (original)
+++ tuscany/sca-cpp/trunk/modules/server/scheme-conf Mon Mar  1 09:59:18 2010
@@ -22,5 +22,5 @@
 root=`readlink -f $1`
 
 cat >>$root/conf/httpd.conf <<EOF
-LoadModule mod_tuscany_eval $here/.libs/libmod_tuscany_eval.so
+LoadModule mod_tuscany_eval $here/libmod_tuscany_eval.so
 EOF

Modified: tuscany/sca-cpp/trunk/modules/server/server-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/server-conf?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/server-conf (original)
+++ tuscany/sca-cpp/trunk/modules/server/server-conf Mon Mar  1 09:59:18 2010
@@ -25,5 +25,5 @@
 mkdir -p $root/logs
 mkdir -p $root/conf
 cat >>$root/conf/httpd.conf <<EOF
-LoadModule mod_tuscany_wiring $here/.libs/libmod_tuscany_wiring.so
+LoadModule mod_tuscany_wiring $here/libmod_tuscany_wiring.so
 EOF

Modified: tuscany/sca-cpp/trunk/modules/wsgi/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/wsgi/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/wsgi/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/wsgi/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,19 +15,17 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-datadir=$(prefix)/modules/wsgi
-
 if WANT_PYTHON
 
-noinst_PROGRAMS = client-test
-
-nobase_data_DATA = *.yaml
-
 INCLUDES = -I${PYTHON_INCLUDE}
 
+mod_SCRIPTS = composite.py runtime.py scdl.py util.py wsgi-start wsgi-stop
+moddir = $(prefix)/modules/wsgi
+
 client_test_SOURCES = client-test.cpp
 client_test_LDFLAGS = -lxml2 -lcurl -lmozjs
 
-TESTS = server-test
+noinst_PROGRAMS = client-test
+#TESTS = server-test
 
 endif

Modified: tuscany/sca-cpp/trunk/test/store-cpp/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-cpp/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-cpp/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/test/store-cpp/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,8 +15,8 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-testdir=$(prefix)/test/store-cpp
 test_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la
+testdir = $(prefix)/test
 
 libcurrency_converter_la_SOURCES = currency-converter.cpp
 

Modified: tuscany/sca-cpp/trunk/test/store-java/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-java/Makefile.am?rev=917438&r1=917437&r2=917438&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-java/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/test/store-java/Makefile.am Mon Mar  1 09:59:18 2010
@@ -15,12 +15,12 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-JAVAROOT = ${top_builddir}/test/store-java
-
 if WANT_JAVA
 
 AM_JAVACFLAGS = -cp ${top_builddir}/modules/java/libmod-tuscany-java-${PACKAGE_VERSION}.jar:${JAVAROOT}
 
+JAVAROOT = ${top_builddir}/test/store-java
+
 noinst_JAVA = store/*.java
 
 CLEANFILES = store/*.class