summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-20 18:19:18 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-20 18:19:18 +0000
commita80cb8051f8881284383fcb9225960ae1942c634 (patch)
treee5b6f0d0c38481aa9d7276c273cdb8ec23149e86 /TAO/performance-tests/RTCorba
parentce82b74f2ff51e518ec88c1802e4d75c4b4e1c83 (diff)
downloadATCD-a80cb8051f8881284383fcb9225960ae1942c634.tar.gz
ChangeLogTag: Mon Dec 20 12:15:35 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/RTCorba')
-rw-r--r--TAO/performance-tests/RTCorba/Makefile13
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Makefile12
2 files changed, 20 insertions, 5 deletions
diff --git a/TAO/performance-tests/RTCorba/Makefile b/TAO/performance-tests/RTCorba/Makefile
index 8ac57c96919..83258b46bd6 100644
--- a/TAO/performance-tests/RTCorba/Makefile
+++ b/TAO/performance-tests/RTCorba/Makefile
@@ -10,8 +10,7 @@
# Local macros
#----------------------------------------------------------------------------
-DIRS = Oneways \
- Multiple_Endpoints
+DIRS = Oneways
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
@@ -22,8 +21,16 @@ endif
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(rt_corba),1)
+
+# No Priorities without RT CORBA
+ DIRS += Multiple_Endpoints
+
+endif # rt_corba
+
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
diff --git a/TAO/performance-tests/RTCorba/Oneways/Makefile b/TAO/performance-tests/RTCorba/Oneways/Makefile
index 08d7dddee91..d4e616e31a2 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
@@ -21,8 +21,16 @@ endif
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(corba_messaging),1)
+
+# No Buffered Oneways without CORBA Messaging
+ 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
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU