summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Anyop
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-03 22:31:51 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-03 22:31:51 +0000
commitad7084d385d8134b3a5b023511cedbf322c52555 (patch)
tree3325d2bedf0c6feb0176cc09dd9e891b1f04cd51 /TAO/performance-tests/Anyop
parent302a8922dc1f825e4b6099525862a69131d38004 (diff)
downloadATCD-ad7084d385d8134b3a5b023511cedbf322c52555.tar.gz
ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/performance-tests/Anyop')
-rw-r--r--TAO/performance-tests/Anyop/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/TAO/performance-tests/Anyop/Makefile.am b/TAO/performance-tests/Anyop/Makefile.am
index ff8cdbf95b3..888c6ae5f19 100644
--- a/TAO/performance-tests/Anyop/Makefile.am
+++ b/TAO/performance-tests/Anyop/Makefile.am
@@ -43,25 +43,27 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl
@touch $@
-noinst_LTLIBRARIES = libAnyop.la
+noinst_PROGRAMS = anyop
-libAnyop_la_CPPFLAGS = \
+anyop_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-libAnyop_la_SOURCES = \
+anyop_SOURCES = \
anyop.cpp \
- testC.cpp
-
-noinst_HEADERS = \
- test.idl \
+ testC.cpp \
testC.h \
testC.inl \
testS.h \
testS.inl
+anyop_LDADD = \
+ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
+ $(TAO_BUILDDIR)/tao/libTAO.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
+
endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS