From 014971ccb5b2041147cf9d84d498cce64ea0493e Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 13 Mar 2010 18:40:42 +0000 Subject: Updated the INSTALL instructions, fixed a few incremental build issues, and added a script that builds everything from scratch, tested on Ubuntu 9.10. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922645 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/test/store-wsgi/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sca-cpp/trunk/test/store-wsgi') diff --git a/sca-cpp/trunk/test/store-wsgi/Makefile.am b/sca-cpp/trunk/test/store-wsgi/Makefile.am index 132dee78f4..56015e7f19 100644 --- a/sca-cpp/trunk/test/store-wsgi/Makefile.am +++ b/sca-cpp/trunk/test/store-wsgi/Makefile.am @@ -17,6 +17,17 @@ if WANT_PYTHON +noinst_DATA = target.stamp + +target.stamp: app.yaml *.py *.composite $(top_builddir)/modules/wsgi/*.py htdocs/* + mkdir -p target + cp app.yaml *.py *.composite `ls $(top_builddir)/modules/wsgi/*.py | grep -v "\-test"` target + cp -R htdocs target/htdocs + touch target.stamp + +clean-local: + rm -rf target.stamp target + #TESTS = server-test endif -- cgit v1.2.3