summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-23 21:40:18 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-23 21:40:18 +0000
commit3f004a239a76cab4fbcde6c4048b64d7a093fa28 (patch)
tree42b5bad7744f6279b7165b86632a7bf5b022bc14 /TAO/orbsvcs/examples/CosEC/RtEC_Based/lib
parent7043d5721da0b79ae3e0d333971ff5be2a779f81 (diff)
downloadATCD-3f004a239a76cab4fbcde6c4048b64d7a093fa28.tar.gz
ChangeLogTag: Wed Oct 23 16:32:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/RtEC_Based/lib')
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
index 13a9a2e6544..6218339dac6 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
@@ -36,6 +36,14 @@ LSRC = $(addsuffix .cpp,$(FILES)) $(IDL_SRC)
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+#### If the orbsvcs library wasn't built with all components, don't
+#### try to build certain tests.
+TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
+ifeq (RTEvent,$(findstring RTEvent,$(TAO_ORBSVCS)))
+ifeq (CosEvent,$(findstring CosEvent,$(TAO_ORBSVCS)))
+ BIN = $(BIN2)
+endif # RTEvent
+endif # CosEvent
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU