summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/runtime/core/test/Makefile.am
blob: 05516bac23eb0b20dd63e86f6c57a4289a29ab99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = CustomerInfo MyValue src

BUILT_SOURCES = scagen

scagen:
	cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
	cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
	cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
	cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
	cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
	cd $(top_builddir)/bin && \
	./scagen.sh -dir ../runtime/core/test/testSCASystem/modules/MyValueServiceModule -output ../runtime/core/test/tmp
	cp tmp/CustomerInfoImpl*.* CustomerInfo
	cp tmp/MyValueImpl*.* MyValue
	
                   
install-exec-local:
	cp CustomerInfo/.libs/libCustomerInfo.so testSCASystem/modules/MyValueServiceModule
	cp MyValue/.libs/libMyValue.so testSCASystem/modules/MyValueServiceModule