From 07a953eac36efbac1c7e4de6eeabd81de01cb98f Mon Sep 17 00:00:00 2001 From: bala Date: Sat, 13 Dec 2003 14:06:35 +0000 Subject: ChangeLogTag:Sat Dec 13 08:05:50 2003 Balachandran Natarajan --- TAO/ChangeLog | 6 ++++++ TAO/tests/OBV/Collocated/Makefile | 29 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 TAO/tests/OBV/Collocated/Makefile diff --git a/TAO/ChangeLog b/TAO/ChangeLog index ef31775ef17..b28434a759c 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 13 08:05:50 2003 Balachandran Natarajan + + * tests/OBV/Collocated/Makefile: + + Forgor to check this in yesterday :(! + Fri Dec 12 19:27:11 2003 Balachandran Natarajan * tests/OBV/Makefile: diff --git a/TAO/tests/OBV/Collocated/Makefile b/TAO/tests/OBV/Collocated/Makefile new file mode 100644 index 00000000000..9d032c78129 --- /dev/null +++ b/TAO/tests/OBV/Collocated/Makefile @@ -0,0 +1,29 @@ +#---------------------------------------------------------------------------- +# +# $Id$ +# +# Makefile for the OBV tests +# +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +DIRS = Forward + + +ifndef TAO_ROOT + TAO_ROOT = $(ACE_ROOT)/TAO +endif + +#---------------------------------------------------------------------------- +# Include macros and targets +#---------------------------------------------------------------------------- + +include $(ACE_ROOT)/include/makeinclude/wrapper_macros.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 -- cgit v1.2.1