summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 06:42:10 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 06:42:10 +0000
commit141e21a2b09adb58b0124e162f106e0dd6a3ebd1 (patch)
tree396f346d283258f64e41a2e73cca957775cc85c3 /TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip
parentcbe5c97fcb14d1da0d91956870f015c4918ac85e (diff)
downloadATCD-141e21a2b09adb58b0124e162f106e0dd6a3ebd1.tar.gz
ChangeLogTag: Mon Aug 16 23:35:00 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile.am24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile.am b/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile.am
index 87435923334..35389e0fc54 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile.am
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile.am
@@ -9,19 +9,18 @@ TAO_BUILDDIR = $(top_builddir)
if BUILD_RT_CORBA
if !BUILD_MINIMUM_CORBA
+
noinst_PROGRAMS = client
-endif
-endif
client_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
- -I$(srcdir)/../lib \
- -I../lib \
-I$(TAO_ROOT)/orbsvcs \
- -I$(TAO_ROOT)/orbsvcs/orbsvcs
+ -I$(TAO_BUILDDIR)/orbsvcs \
+ -I$(srcdir)/../lib \
+ -I../lib
client_SOURCES = \
client.cpp
@@ -42,30 +41,29 @@ client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif !BUILD_MINIMUM_CORBA
+endif BUILD_RT_CORBA
## Makefile.Federated_Roundtrip_Server.am
if BUILD_RT_CORBA
if !BUILD_MINIMUM_CORBA
+
noinst_PROGRAMS += server
-endif
-endif
server_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-I$(srcdir)/../lib \
- -I../lib \
- -I$(TAO_ROOT)/orbsvcs
+ -I../lib
server_SOURCES = \
server.cpp
-server_LDFLAGS = \
- -version-number @TAO_MAJOR@:@TAO_MINOR@:@TAO_BETA@
-
server_LDADD = \
../lib/libTAO_RTEC_Perf.la \
$(TAO_BUILDDIR)/tao/libTAO_Strategies.la \
@@ -82,6 +80,8 @@ server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif !BUILD_MINIMUM_CORBA
+endif BUILD_RT_CORBA
## Clean up template repositories, etc.
clean-local: