summaryrefslogtreecommitdiff
path: root/ACEXML/tests
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 21:36:13 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 21:36:13 +0000
commit75df3dd8c6a78281c13de77c4082d6911a5e7fde (patch)
tree87b4b1590bb91c8454b5038d7ea8d187ae4a8a8c /ACEXML/tests
parent46f4afd33ce5b5bebd2aabab4471332516be2391 (diff)
downloadATCD-75df3dd8c6a78281c13de77c4082d6911a5e7fde.tar.gz
ChangeLogTag: Tue Sep 28 14:31:10 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACEXML/tests')
-rw-r--r--ACEXML/tests/Makefile.am37
1 files changed, 21 insertions, 16 deletions
diff --git a/ACEXML/tests/Makefile.am b/ACEXML/tests/Makefile.am
index 14b3f6a899d..756d1d84fc2 100644
--- a/ACEXML/tests/Makefile.am
+++ b/ACEXML/tests/Makefile.am
@@ -9,66 +9,71 @@
## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -hierarchy -make_coexistence -exclude build,Kokyu
ACE_ROOT = $(top_srcdir)
+ACE_BUILDDIR = $(top_builddir)
## Makefile.ContentHandler_Test.am
noinst_PROGRAMS = ContentHandler_Test
ContentHandler_Test_CPPFLAGS = \
- -I$(top_builddir) \
- -I$(top_srcdir) \
- -I$(top_srcdir) \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
-I$(ACE_ROOT)/ACEXML/common
ContentHandler_Test_SOURCES = \
ContentHandler_Test.cpp
ContentHandler_Test_LDADD = \
- $(top_builddir)/ACEXML/parser/parser/libACEXML_Parser.la $(top_builddir)/ACEXML/libACEXML.la $(top_builddir)/ace/libACE.la
+ $(ACE_BUILDDIR)/ACEXML/parser/parser/libACEXML_Parser.la \
+ $(ACE_BUILDDIR)/ACEXML/common/libACEXML.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
## Makefile.HttpCharStream_Test.am
noinst_PROGRAMS += HttpCharStream_Test
HttpCharStream_Test_CPPFLAGS = \
- -I$(top_builddir) \
- -I$(top_srcdir) \
- -I$(top_srcdir) \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
-I$(ACE_ROOT)/ACEXML/common
HttpCharStream_Test_SOURCES = \
HttpCharStream_Test.cpp
HttpCharStream_Test_LDADD = \
- $(top_builddir)/ACEXML/parser/parser/libACEXML_Parser.la $(top_builddir)/ACEXML/libACEXML.la $(top_builddir)/ace/libACE.la
+ $(ACE_BUILDDIR)/ACEXML/parser/parser/libACEXML_Parser.la \
+ $(ACE_BUILDDIR)/ACEXML/common/libACEXML.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
## Makefile.NamespaceSupport_Test.am
noinst_PROGRAMS += NamespaceSupport_Test
NamespaceSupport_Test_CPPFLAGS = \
- -I$(top_builddir) \
- -I$(top_srcdir) \
- -I$(top_srcdir) \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
-I$(ACE_ROOT)/ACEXML/common
NamespaceSupport_Test_SOURCES = \
NamespaceSupport_Test.cpp
NamespaceSupport_Test_LDADD = \
- $(top_builddir)/ACEXML/parser/parser/libACEXML_Parser.la $(top_builddir)/ACEXML/libACEXML.la $(top_builddir)/ace/libACE.la
+ $(ACE_BUILDDIR)/ACEXML/parser/parser/libACEXML_Parser.la \
+ $(ACE_BUILDDIR)/ACEXML/common/libACEXML.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
## Makefile.Transcoder_Test.am
noinst_PROGRAMS += Transcoder_Test
Transcoder_Test_CPPFLAGS = \
- -I$(top_builddir) \
- -I$(top_srcdir) \
- -I$(top_srcdir) \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
-I$(ACE_ROOT)/ACEXML/common
Transcoder_Test_SOURCES = \
Transcoder_Test.cpp
Transcoder_Test_LDADD = \
- $(top_builddir)/ACEXML/parser/parser/libACEXML_Parser.la $(top_builddir)/ACEXML/libACEXML.la $(top_builddir)/ace/libACE.la
+ $(ACE_BUILDDIR)/ACEXML/parser/parser/libACEXML_Parser.la \
+ $(ACE_BUILDDIR)/ACEXML/common/libACEXML.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
## Clean up template repositories, etc.
clean-local: