summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-22 06:19:52 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-22 06:19:52 +0000
commitb323f671e6301b2990ff2e558da8bb7e846afc1a (patch)
treec9ae3b13629b177be15bed3452e83093d1a9f9d7
parentea292241313889481a085c85a3685d44b00b4b59 (diff)
downloadATCD-b323f671e6301b2990ff2e558da8bb7e846afc1a.tar.gz
ChangeLogTag: Fri Jun 22 08:12:16 2001 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/server.bor8
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/server.bor8
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/server.bor8
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/server.bor8
-rw-r--r--TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.bor6
-rw-r--r--TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.bor8
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/server.bor8
-rw-r--r--TAO/tests/RTCORBA/RTMutex/server.bor6
-rw-r--r--TAO/tests/RTCORBA/Server_Declared/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Server_Declared/server.bor8
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server.bor8
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/client.bor6
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/server.bor8
20 files changed, 100 insertions, 38 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index fbdacca2073..cbf65565736 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Jun 22 08:14:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/RTCorba/*.bor
+ Updated all BCB makefiles for the RTCorba tests because of the
+ splitting to the RTCorba and RTPortableServer libraries
+
Fri Jun 22 01:07:02 2001 Krishnakumar B <kitty@cs.wustl.edu>
* performance-tests/Cubit/TAO/MT_Cubit/client.h (MT_Priority):
diff --git a/TAO/tests/RTCORBA/Banded_Connections/client.bor b/TAO/tests/RTCORBA/Banded_Connections/client.bor
index 064b02b46d5..82aa4b81778 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/client.bor
+++ b/TAO/tests/RTCORBA/Banded_Connections/client.bor
@@ -14,13 +14,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
CPPDIR = .
diff --git a/TAO/tests/RTCORBA/Banded_Connections/server.bor b/TAO/tests/RTCORBA/Banded_Connections/server.bor
index 9f993ec01ba..fa3b936abde 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/server.bor
+++ b/TAO/tests/RTCORBA/Banded_Connections/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
CPPDIR = .
diff --git a/TAO/tests/RTCORBA/Client_Propagated/client.bor b/TAO/tests/RTCORBA/Client_Propagated/client.bor
index 238e7a57915..d2a3cc8aa8c 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/client.bor
+++ b/TAO/tests/RTCORBA/Client_Propagated/client.bor
@@ -16,13 +16,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Client_Propagated/server.bor b/TAO/tests/RTCORBA/Client_Propagated/server.bor
index e7b7d4eeccf..a7dc9cf792b 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/server.bor
+++ b/TAO/tests/RTCORBA/Client_Propagated/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Client_Protocol/client.bor b/TAO/tests/RTCORBA/Client_Protocol/client.bor
index c8405fd6be8..9d0c78909a0 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/client.bor
+++ b/TAO/tests/RTCORBA/Client_Protocol/client.bor
@@ -14,13 +14,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Client_Protocol/server.bor b/TAO/tests/RTCORBA/Client_Protocol/server.bor
index 63ed40700cb..6e5c8787e5a 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/server.bor
+++ b/TAO/tests/RTCORBA/Client_Protocol/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/client.bor b/TAO/tests/RTCORBA/Explicit_Binding/client.bor
index 7dbb768762b..1ecc29f9ab9 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/client.bor
+++ b/TAO/tests/RTCORBA/Explicit_Binding/client.bor
@@ -14,13 +14,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/server.bor b/TAO/tests/RTCORBA/Explicit_Binding/server.bor
index dbaccda3fe4..7bf2593a0bd 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/server.bor
+++ b/TAO/tests/RTCORBA/Explicit_Binding/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.bor b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.bor
index c8405fd6be8..9d0c78909a0 100644
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.bor
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.bor
@@ -14,13 +14,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.bor b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.bor
index 63ed40700cb..6e5c8787e5a 100644
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.bor
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Private_Connection/client.bor b/TAO/tests/RTCORBA/Private_Connection/client.bor
index 0cfb4c45e49..ace9de13ef5 100644
--- a/TAO/tests/RTCORBA/Private_Connection/client.bor
+++ b/TAO/tests/RTCORBA/Private_Connection/client.bor
@@ -13,12 +13,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Private_Connection/server.bor b/TAO/tests/RTCORBA/Private_Connection/server.bor
index 5569ae1311c..a498053c084 100644
--- a/TAO/tests/RTCORBA/Private_Connection/server.bor
+++ b/TAO/tests/RTCORBA/Private_Connection/server.bor
@@ -14,12 +14,16 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/RTMutex/server.bor b/TAO/tests/RTCORBA/RTMutex/server.bor
index 23517d04244..8561f2ca9e5 100644
--- a/TAO/tests/RTCORBA/RTMutex/server.bor
+++ b/TAO/tests/RTCORBA/RTMutex/server.bor
@@ -11,12 +11,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
CPPDIR = .
diff --git a/TAO/tests/RTCORBA/Server_Declared/client.bor b/TAO/tests/RTCORBA/Server_Declared/client.bor
index c8405fd6be8..9d0c78909a0 100644
--- a/TAO/tests/RTCORBA/Server_Declared/client.bor
+++ b/TAO/tests/RTCORBA/Server_Declared/client.bor
@@ -14,13 +14,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Server_Declared/server.bor b/TAO/tests/RTCORBA/Server_Declared/server.bor
index 63ed40700cb..6e5c8787e5a 100644
--- a/TAO/tests/RTCORBA/Server_Declared/server.bor
+++ b/TAO/tests/RTCORBA/Server_Declared/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Server_Protocol/client.bor b/TAO/tests/RTCORBA/Server_Protocol/client.bor
index c8405fd6be8..9d0c78909a0 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/client.bor
+++ b/TAO/tests/RTCORBA/Server_Protocol/client.bor
@@ -14,13 +14,15 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server.bor b/TAO/tests/RTCORBA/Server_Protocol/server.bor
index 63ed40700cb..6e5c8787e5a 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server.bor
+++ b/TAO/tests/RTCORBA/Server_Protocol/server.bor
@@ -15,13 +15,17 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Thread_Pool/client.bor b/TAO/tests/RTCORBA/Thread_Pool/client.bor
index 5e74971e998..b626ed867c2 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/client.bor
+++ b/TAO/tests/RTCORBA/Thread_Pool/client.bor
@@ -12,11 +12,13 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
- $(TAO_CFLAGS)
+ $(TAO_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
- $(TAO_LIB)
+ $(TAO_LIB) \
+ $(TAO_RTCORBA_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Thread_Pool/server.bor b/TAO/tests/RTCORBA/Thread_Pool/server.bor
index 54515fd6c1d..90439e48acf 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/server.bor
+++ b/TAO/tests/RTCORBA/Thread_Pool/server.bor
@@ -15,12 +15,16 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_RTPORTABLESERVER_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_RTPORTABLESERVER_LIB)
IDLFILES = \
$(IDLDIR)\test.idl