summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Makefile')
-rw-r--r--TAO/performance-tests/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/TAO/performance-tests/Makefile b/TAO/performance-tests/Makefile
deleted file mode 100644
index 7c888c6c763..00000000000
--- a/TAO/performance-tests/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the TAO performance-tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Cubit \
- POA \
- Pluggable \
- Thruput
-
-# The following tests have not been updated yet
-# Demux
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-ifndef minimum_corba
-
-# No non_existent() in Minimum CORBA
- DIRS += Latency
-
-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