summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Concurrency_Service
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-19 16:31:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-19 16:31:53 +0000
commit852461711583eda0ec72dac71712bef9c05956f5 (patch)
treebe11b7bc7b745790e6901188492ac6794fc1c10f /TAO/orbsvcs/Concurrency_Service
parentb09fae20783711af895ac712ca2cdf20939caaa1 (diff)
downloadATCD-852461711583eda0ec72dac71712bef9c05956f5.tar.gz
ChangeLogTag:Fri Dec 19 10:27:46 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Concurrency_Service')
-rw-r--r--TAO/orbsvcs/Concurrency_Service/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/Concurrency_Service/Makefile b/TAO/orbsvcs/Concurrency_Service/Makefile
index 6cb1bfb56d3..735bddd14d0 100644
--- a/TAO/orbsvcs/Concurrency_Service/Makefile
+++ b/TAO/orbsvcs/Concurrency_Service/Makefile
@@ -17,14 +17,6 @@ SRC = Concurrency_Service.cpp
BIN2 = Concurrency_Service
-#### If the TAO orbsvcs library wasn't built with sufficient components,
-#### don't try to build here.
-TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq ($(corba_messaging),1)
- ifeq (Concurrency,$(findstring Concurrency,$(TAO_ORBSVCS)))
- BIN = $(BIN2)
- endif # Concurrency
-endif # corba_messaging
#----------------------------------------------------------------------------
# Include macros and targets
@@ -33,6 +25,14 @@ endif # corba_messaging
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+#### If the TAO orbsvcs library wasn't built with sufficient components,
+#### don't try to build here.
+TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
+ifeq ($(corba_messaging),1)
+ ifeq (Concurrency,$(findstring Concurrency,$(TAO_ORBSVCS)))
+ BIN = $(BIN2)
+ endif # Concurrency
+endif # corba_messaging
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU