summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3/sca/runtime/core/test/src/Makefile.am
blob: e9a449aaf0ad59361ae189714eb41d05bd5622a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prgbindir=$(prefix)/bin/test
prgbin_PROGRAMS = tuscany_sca_test
SUBDIRS =
AM_CPPFLAGS = $(CPPFLAGS)
tuscany_sca_test_SOURCES = TestSCA.cpp

tuscany_sca_test_LDADD   =  -L$(top_builddir)/runtime/core/src -ltuscany_sca \
	-L${TUSCANY_SDOCPP}/lib -ltuscany_sdo

INCLUDES = -I$(top_builddir)/runtime/core/test/MyValue \
            -I$(top_builddir)/runtime/core/src \
            -I${TUSCANY_SDOCPP}/include