From a80cb8051f8881284383fcb9225960ae1942c634 Mon Sep 17 00:00:00 2001 From: irfan Date: Mon, 20 Dec 1999 18:19:18 +0000 Subject: ChangeLogTag: Mon Dec 20 12:15:35 1999 Irfan Pyarali --- TAO/performance-tests/RTCorba/Makefile | 13 ++++++++++--- TAO/performance-tests/RTCorba/Oneways/Makefile | 12 ++++++++++-- 2 files changed, 20 insertions(+), 5 deletions(-) (limited to 'TAO/performance-tests/RTCorba') 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 -- cgit v1.2.1