diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-26 18:09:40 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-26 18:09:40 +0000 |
commit | 8184bf69d9f522d1bd0c2b785b36da2ad73eea7d (patch) | |
tree | a25e8a0d467c403b43d1563fb42d2b84f771d3ea /TAO | |
parent | 6bb219f07d2275ba58c990faa62fba337cbeab20 (diff) | |
download | ATCD-8184bf69d9f522d1bd0c2b785b36da2ad73eea7d.tar.gz |
ChangeLogTag:Wed Nov 26 12:04:11 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/examples/ior_corbaloc/Makefile | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/examples/ior_corbaloc/Makefile b/TAO/examples/ior_corbaloc/Makefile index 360e3a759b4..b58b4dbc0be 100644 --- a/TAO/examples/ior_corbaloc/Makefile +++ b/TAO/examples/ior_corbaloc/Makefile @@ -16,7 +16,7 @@ IDL_FILES = corbaloc LDLIBS = -lTAO_CosNaming -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor -lTAO #CPPFLAGS += -I$(TAO_ROOT)/orbsvcs -BIN = server client corbaname_client +BIN2 = server client corbaname_client SRC = $(addsuffix .cpp, $(BIN) status_i ior_corbaloc_client_i) $(IDL_SRC) diff --git a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile index d214336824d..0559c3d1186 100644 --- a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile +++ b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -BIN = Sequence_Supplier Sequence_Consumer +BIN2 = Sequence_Supplier Sequence_Consumer IDL_FILES = go IDL_SRC = goC.cpp goS.cpp @@ -29,6 +29,11 @@ SRC = $(IDL_SRC) common.cpp \ CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -I../lib TAO_IDLFLAGS += -Ge 1 +TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs) +ifeq (Notify,$(findstring Notify,$(TAO_ORBSVCS))) + BIN = $(BIN2) +endif # Notify + #---------------------------------------------------------------------------- # Include macros and targets #---------------------------------------------------------------------------- |