From 0c306062d50b93cd98f6e0bcd1459536cff549f6 Mon Sep 17 00:00:00 2001 From: pradeep Date: Thu, 20 Dec 2001 00:03:34 +0000 Subject: ChangeLogTag: Wed Dec 19 15:36:14 2001 Pradeep Gore --- TAO/examples/RTCORBA/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 TAO/examples/RTCORBA/Makefile (limited to 'TAO/examples/RTCORBA/Makefile') diff --git a/TAO/examples/RTCORBA/Makefile b/TAO/examples/RTCORBA/Makefile new file mode 100644 index 00000000000..5ceb4837074 --- /dev/null +++ b/TAO/examples/RTCORBA/Makefile @@ -0,0 +1,32 @@ +#---------------------------------------------------------------------------- +# +# $Id$ +# +# Makefile for the RTCORBA set of examples. +# +#---------------------------------------------------------------------------- + +DIRS = Activity + +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 + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + + + + -- cgit v1.2.1