summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-01 01:58:51 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-01 01:58:51 +0000
commitd6327535d33aff9b98bff33004d31deebd3aaf63 (patch)
tree5154d2a6e8cc83e7dc9955379a900add2134f52c
parentfda8e31a4889864c05828fbd58e5cb919cd4416c (diff)
downloadATCD-d6327535d33aff9b98bff33004d31deebd3aaf63.tar.gz
ChangeLogTag: Tue Dec 31 21:03:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/performance-tests/Makefile1
-rw-r--r--TAO/performance-tests/Memory/Makefile28
3 files changed, 36 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 025adeb78a0..a7dc85efc79 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Dec 31 21:03:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * performance-tests/Makefile: Added the new directory to the list
+ of DIRS
+ * performance-tests/Memory/Makefile: Added a new Makefile to
+ compile the sub-directories.
+
Tue Dec 31 20:55:48 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* performance-tests/Memory/Single_Threaded: A simple test for
diff --git a/TAO/performance-tests/Makefile b/TAO/performance-tests/Makefile
index a6abb2f56aa..da623d914ef 100644
--- a/TAO/performance-tests/Makefile
+++ b/TAO/performance-tests/Makefile
@@ -15,6 +15,7 @@ DIRS = Cubit \
Pluggable \
RTCorba \
Latency \
+ Memory \
Throughput
ifndef TAO_ROOT
diff --git a/TAO/performance-tests/Memory/Makefile b/TAO/performance-tests/Memory/Makefile
new file mode 100644
index 00000000000..33da0fc3051
--- /dev/null
+++ b/TAO/performance-tests/Memory/Makefile
@@ -0,0 +1,28 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+# Makefile for the TAO 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