diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-17 15:58:30 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-17 15:58:30 +0000 |
commit | 2beb31767d660dd179bfc1fbf2bb16aa3424972c (patch) | |
tree | 2a7ddfef88f889084a96e176e732f280d8d0fd87 /TAO/orbsvcs/tests/Miop | |
parent | 5d71df2ff6427813f14d169d5752ee3bdce14f86 (diff) | |
download | ATCD-2beb31767d660dd179bfc1fbf2bb16aa3424972c.tar.gz |
ChangeLogTag: Thu Jan 17 09:25:11 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Miop')
-rw-r--r-- | TAO/orbsvcs/tests/Miop/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Miop/Makefile b/TAO/orbsvcs/tests/Miop/Makefile new file mode 100644 index 00000000000..5afdf11fe4e --- /dev/null +++ b/TAO/orbsvcs/tests/Miop/Makefile @@ -0,0 +1,28 @@ +#---------------------------------------------------------------------------- +# +# $Id$ +# +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +DIRS = \ + McastHello + +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 |