diff options
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/Event/Makefile | 12 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/performance-tests/Makefile | 10 |
2 files changed, 19 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Event/Makefile b/TAO/orbsvcs/tests/Event/Makefile index 852e339c598..2bbd0657fd6 100644 --- a/TAO/orbsvcs/tests/Event/Makefile +++ b/TAO/orbsvcs/tests/Event/Makefile @@ -9,8 +9,7 @@ #---------------------------------------------------------------------------- DIRS = lib \ - Basic \ - Performance + Basic ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO @@ -23,6 +22,15 @@ 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) + +DIRS += \ + Performance + +endif # corba_messaging + + 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/orbsvcs/tests/Notify/performance-tests/Makefile b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile index 0e801f0bb25..0353e7ebc47 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/Makefile +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile @@ -9,7 +9,6 @@ #---------------------------------------------------------------------------- DIRS = RedGreen \ - Throughput \ Filter ifndef TAO_ROOT @@ -23,6 +22,15 @@ 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) + +DIRS += \ + Throughput + +endif # corba_messaging + + include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU |