You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/06/18 21:26:04 UTC

svn commit: r415182 - in /incubator/tuscany/cpp/sca/tools: Makefile.am scagen/Makefile.am

Author: robbinspg
Date: Sun Jun 18 12:26:04 2006
New Revision: 415182

URL: http://svn.apache.org/viewvc?rev=415182&view=rev
Log:
TUSCANY-458 install for scagen

Added:
    incubator/tuscany/cpp/sca/tools/Makefile.am   (with props)
    incubator/tuscany/cpp/sca/tools/scagen/Makefile.am   (with props)

Added: incubator/tuscany/cpp/sca/tools/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/Makefile.am?rev=415182&view=auto
==============================================================================
--- incubator/tuscany/cpp/sca/tools/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/tools/Makefile.am Sun Jun 18 12:26:04 2006
@@ -0,0 +1 @@
+SUBDIRS = scagen
\ No newline at end of file

Propchange: incubator/tuscany/cpp/sca/tools/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/tools/scagen/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/Makefile.am?rev=415182&view=auto
==============================================================================
--- incubator/tuscany/cpp/sca/tools/scagen/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/tools/scagen/Makefile.am Sun Jun 18 12:26:04 2006
@@ -0,0 +1,19 @@
+SUBDIRS = 
+
+BUILT_SOURCES = scagen_build
+EXTRA_DIST = build.xml scagen.sh scagen.cmd src
+bin_SCRIPTS = scagen.sh scagen.cmd
+
+scagen_build:
+	ant 
+	touch scagen_build
+	
+clean:
+	rm -f scagen_build
+	                    
+install-exec-hook:
+	cp bld/scagen.jar $(bindir)
+	
+	 
+    
+

Propchange: incubator/tuscany/cpp/sca/tools/scagen/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org