diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-23 00:12:56 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-23 00:12:56 +0000 |
commit | 1f22e3d4a9725f0c53ec01bbe903de77a8f584c6 (patch) | |
tree | 748c01d970eccb6efc3d5e738e6f8ec828827e71 /TAO/orbsvcs/tests/AVStreams/Component_Switching | |
parent | 8cc64708bc557b892733d16ca2531c382adb2108 (diff) | |
download | ATCD-1f22e3d4a9725f0c53ec01bbe903de77a8f584c6.tar.gz |
ChangeLogTag: Thu Dec 22 16:07:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Component_Switching')
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile.am | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile.am b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile.am index 6fd64befbb9..0a6153e266e 100644 --- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile.am +++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile.am @@ -13,9 +13,13 @@ ACE_ROOT = $(top_srcdir)/.. TAO_BUILDDIR = $(top_builddir) TAO_ROOT = $(top_srcdir) +noinst_PROGRAMS = + ## Makefile.AVS_Component_Switching_Dist.am -noinst_PROGRAMS = distributer +if !BUILD_ACE_FOR_TAO + +noinst_PROGRAMS += distributer distributer_CPPFLAGS = \ -I$(ACE_ROOT) \ @@ -41,8 +45,12 @@ distributer_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la +endif !BUILD_ACE_FOR_TAO + ## Makefile.AVS_Component_Switching_Recv.am +if !BUILD_ACE_FOR_TAO + noinst_PROGRAMS += receiver receiver_CPPFLAGS = \ @@ -69,8 +77,12 @@ receiver_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la +endif !BUILD_ACE_FOR_TAO + ## Makefile.AVS_Component_Switching_Send.am +if !BUILD_ACE_FOR_TAO + noinst_PROGRAMS += sender sender_CPPFLAGS = \ @@ -97,6 +109,8 @@ sender_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la +endif !BUILD_ACE_FOR_TAO + ## Clean up template repositories, etc. clean-local: -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* |