summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3b/sdo/runtime/core/sdo_axiom_test/Makefile.am
blob: 69acb6e9da8655e07bd5b17fcdccf44b57602b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
prgbindir=$(prefix)/bin/test
prgbin_PROGRAMS = tuscany_sdo_axiom_test
SUBDIRS =
AM_CPPFLAGS = $(CPPFLAGS)
tuscany_sdo_axiom_test_SOURCES = sdo_axiom_test.cpp

noinst_HEADERS=*.h

tuscany_sdo_axiom_test_LDADD   = \
	-L$(top_builddir)/runtime/core/src/commonj/sdo -ltuscany_sdo \
	-L$(top_builddir)/runtime/core/sdo_axiom -ltuscany_sdo_axiom \
	-L${LIBXML2_LIB} -lxml2 \
	-L$(AXIS2C_HOME)/lib \
					-laxis2_util \
                    -laxis2_axiom \
                    -laxis2_parser \
                    -laxis2_minizip

INCLUDES = -I$(top_builddir)/runtime/core/sdo_axiom_test \
           -I$(top_builddir)/runtime/core/src \
           -I$(top_builddir)/runtime/core/sdo_axiom  \
           -I${AXIS2C_HOME}/include