summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-01 04:50:21 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-01 04:50:21 +0000
commit5929c024844d4f561a3598a2cf7b5edcd9a38dab (patch)
tree4c6b82284803e90715867282c2cb4e3d93929d89 /TAO/performance-tests
parent11ea4bdfa23a4cd41632408c309391953e1ac354 (diff)
downloadATCD-5929c024844d4f561a3598a2cf7b5edcd9a38dab.tar.gz
ChangeLogTag:Thu Feb 28 20:47:24 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Makefile10
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Makefile11
2 files changed, 19 insertions, 2 deletions
diff --git a/TAO/performance-tests/Makefile b/TAO/performance-tests/Makefile
index 5b3327a24f3..a6abb2f56aa 100644
--- a/TAO/performance-tests/Makefile
+++ b/TAO/performance-tests/Makefile
@@ -15,7 +15,6 @@ DIRS = Cubit \
Pluggable \
RTCorba \
Latency \
- Callback \
Throughput
ifndef TAO_ROOT
@@ -28,6 +27,15 @@ endif
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(corba_messaging),1)
+
+DIRS += \
+ Callback
+
+endif # corba_messaging
+
+
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
diff --git a/TAO/performance-tests/RTCorba/Oneways/Makefile b/TAO/performance-tests/RTCorba/Oneways/Makefile
index 45e8fdc46c6..e7835e0745b 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Makefile
+++ b/TAO/performance-tests/RTCorba/Oneways/Makefile
@@ -10,7 +10,7 @@
# Local macros
#----------------------------------------------------------------------------
-DIRS = Reliable
+DIRS =
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
@@ -22,6 +22,15 @@ endif
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(corba_messaging),1)
+
+DIRS += \
+ Reliable
+
+endif # corba_messaging
+
+
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU