From d6327535d33aff9b98bff33004d31deebd3aaf63 Mon Sep 17 00:00:00 2001 From: bala Date: Wed, 1 Jan 2003 01:58:51 +0000 Subject: ChangeLogTag: Tue Dec 31 21:03:37 2002 Balachandran Natarajan --- TAO/ChangeLog | 7 +++++++ TAO/performance-tests/Makefile | 1 + TAO/performance-tests/Memory/Makefile | 28 ++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 TAO/performance-tests/Memory/Makefile 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 + + * 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 * 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 -- cgit v1.2.1