summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/AMH/Makefile
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-03 21:11:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-03 21:11:41 +0000
commit4a60be89a8b9ab5d41a23fb97ea2536036c72fc5 (patch)
treec1a2efbddcc07c8052ad9bb239e39e0b8ee22df9 /TAO/performance-tests/Sequence_Latency/AMH/Makefile
parentb99901708ebbbe3f5d5da363bc22b5a6a18a1071 (diff)
downloadATCD-4a60be89a8b9ab5d41a23fb97ea2536036c72fc5.tar.gz
Makefiles must now be generated using MPC.
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/AMH/Makefile')
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMH/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/AMH/Makefile b/TAO/performance-tests/Sequence_Latency/AMH/Makefile
deleted file mode 100644
index 17de4e445f2..00000000000
--- a/TAO/performance-tests/Sequence_Latency/AMH/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the TAO AMH "Latency" performance-tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = \
- Single_Threaded
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
-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