diff options
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r-- | TAO/performance-tests/Cubit/Makefile | 2 | ||||
-rw-r--r-- | TAO/performance-tests/Cubit/TAO/Makefile | 2 | ||||
-rw-r--r-- | TAO/performance-tests/Makefile | 2 | ||||
-rw-r--r-- | TAO/performance-tests/POA/Makefile | 2 | ||||
-rw-r--r-- | TAO/performance-tests/Thruput/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/Makefile b/TAO/performance-tests/Cubit/Makefile index db182c11161..0dab66e06d3 100644 --- a/TAO/performance-tests/Cubit/Makefile +++ b/TAO/performance-tests/Cubit/Makefile @@ -21,7 +21,9 @@ DIRS = TAO #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(TAO_ROOT)/rules.tao.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/Cubit/TAO/Makefile b/TAO/performance-tests/Cubit/TAO/Makefile index 1ac68e108d0..b0d7959e83e 100644 --- a/TAO/performance-tests/Cubit/TAO/Makefile +++ b/TAO/performance-tests/Cubit/TAO/Makefile @@ -17,6 +17,7 @@ DIRS = IDL_Cubit \ #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(TAO_ROOT)/rules.tao.GNU ifndef minimum_corba @@ -26,6 +27,7 @@ ifndef minimum_corba endif # minimum_corba include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(TAO_ROOT)/rules.tao.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/Makefile b/TAO/performance-tests/Makefile index 0cf1fdfaea8..a1d95ec6733 100644 --- a/TAO/performance-tests/Makefile +++ b/TAO/performance-tests/Makefile @@ -23,6 +23,7 @@ DIRS = Cubit \ #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(TAO_ROOT)/rules.tao.GNU ifndef minimum_corba @@ -32,6 +33,7 @@ ifndef minimum_corba endif # minimum_corba include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(TAO_ROOT)/rules.tao.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/POA/Makefile b/TAO/performance-tests/POA/Makefile index ea0dee842c3..8d452396282 100644 --- a/TAO/performance-tests/POA/Makefile +++ b/TAO/performance-tests/POA/Makefile @@ -17,7 +17,9 @@ DIRS = Object_Creation_And_Registration #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(TAO_ROOT)/rules.tao.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/Thruput/Makefile b/TAO/performance-tests/Thruput/Makefile index c0b7c5efaf5..04bed160286 100644 --- a/TAO/performance-tests/Thruput/Makefile +++ b/TAO/performance-tests/Thruput/Makefile @@ -19,7 +19,9 @@ DIRS = TAO #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(TAO_ROOT)/rules.tao.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 |