summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Timeout
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-10 03:40:18 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-10 03:40:18 +0000
commit8b632a903019701306fbf791890c2e9573f2f751 (patch)
treefcc9f7b74a3d2735e05038845326fe81ab8bf946 /TAO/tests/Connection_Timeout
parent3150a0fce2d9afb0fc49d382e3b17679c7f18430 (diff)
downloadATCD-8b632a903019701306fbf791890c2e9573f2f751.tar.gz
ChangeLogTag: Tue Sep 10 03:37:08 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/tests/Connection_Timeout')
-rw-r--r--TAO/tests/Connection_Timeout/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/TAO/tests/Connection_Timeout/Makefile b/TAO/tests/Connection_Timeout/Makefile
index d1603f3a5dd..f0b6a4a51a6 100644
--- a/TAO/tests/Connection_Timeout/Makefile
+++ b/TAO/tests/Connection_Timeout/Makefile
@@ -14,7 +14,15 @@ endif # ! TAO_ROOT
IDL_FILES = Test
IDL_SRC = TestC.cpp TestS.cpp
-BIN = client
+BIN_UNCHECKED = client
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(corba_messaging),1)
+BIN = $(BIN_UNCHECKED)
+endif # corba_messaging
SRC = $(addsuffix .cpp, $(BIN)) $(IDL_SRC)
@@ -26,9 +34,6 @@ TAO_IDLFLAGS += -Ge 1
# Include macros and targets
#----------------------------------------------------------------------------
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU