summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 12:35:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 12:35:31 +0000
commit7e740bac7186c0f21346d6fb000debd4e530e0f5 (patch)
tree7f2e3df7193562207d2210ca2d995a84957151b8 /TAO
parent330ceddd999e47f16f5f70fa3f63ea1cc2a382b0 (diff)
downloadATCD-7e740bac7186c0f21346d6fb000debd4e530e0f5.tar.gz
ChangeLogTag: Tue Jan 29 13:33:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor10
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor54
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor53
-rw-r--r--TAO/orbsvcs/tests/Notify/Makefile.bor1
5 files changed, 122 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7678be9a725..af3b077e54c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,7 @@
Tue Jan 29 13:09:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/Makefile.bor:
- Added Blocking and Discarding directory
+ Added Blocking, Discarding, and MT_Dispatching directory
* orbsvcs/tests/Notify/Blocking/*.bor:
Added new BCB makefiles to build this test
@@ -9,6 +9,9 @@ Tue Jan 29 13:09:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/Discarding/*.bor:
Added new BCB makefiles to build this test
+ * orbsvcs/tests/Notify/MT_Dispatching/*.bor:
+ Added new BCB makefiles to build this test
+
Tue Jan 29 11:20:36 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/performance-tests/Makefile.bor:
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor
new file mode 100644
index 00000000000..f43f302a943
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor
@@ -0,0 +1,10 @@
+#
+# Makefile for building the TAO Notify MT_Dispatching test
+# $Id$
+#
+
+MAKEFILES = \
+ Structured_Consumer.bor \
+ Structured_Supplier.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor
new file mode 100644
index 00000000000..140483f963d
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor
@@ -0,0 +1,54 @@
+#
+# $Id$
+# Makefile for building the orbsvcs notify MT_Dispatching structured_consumer test
+#
+
+NAME = Structured_Consumer
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\goC.obj \
+ $(OBJDIR)\goS.obj \
+ $(OBJDIR)\Structured_Consumer.obj \
+ $(OBJDIR)\Notify_Structured_Push_Consumer.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_EVENT_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_SVC_UTILS_CFLAGS) \
+ $(TAO_IORTABLE_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_ETCL_CFLAGS) \
+ $(TAO_NOTIFY_CFLAGS) \
+ $(TAO_NOTIFYTESTS_CFLAGS)
+
+CPPDIR = .
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_EVENT_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_SVC_UTILS_LIB) \
+ $(TAO_IORTABLE_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_ETCL_LIB) \
+ $(TAO_NOTIFY_LIB) \
+ $(TAO_NOTIFYTESTS_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\go.idl
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\goS.cpp $(IDLDIR)\goC.cpp: $(IDLDIR)\go.idl
+ $(TAO_IDL) $**
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor
new file mode 100644
index 00000000000..49f07cde72a
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor
@@ -0,0 +1,53 @@
+#
+# $Id$
+# Makefile for building the orbsvcs notify MT_Dispatching structured_supplier test
+#
+
+NAME = Structured_Supplier
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\goC.obj \
+ $(OBJDIR)\goS.obj \
+ $(OBJDIR)\Structured_Supplier.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_EVENT_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_SVC_UTILS_CFLAGS) \
+ $(TAO_IORTABLE_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_ETCL_CFLAGS) \
+ $(TAO_NOTIFY_CFLAGS) \
+ $(TAO_NOTIFYTESTS_CFLAGS)
+
+CPPDIR = .
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_EVENT_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_SVC_UTILS_LIB) \
+ $(TAO_IORTABLE_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_ETCL_LIB) \
+ $(TAO_NOTIFY_LIB) \
+ $(TAO_NOTIFYTESTS_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\go.idl
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\goS.cpp $(IDLDIR)\goC.cpp: $(IDLDIR)\go.idl
+ $(TAO_IDL) $**
diff --git a/TAO/orbsvcs/tests/Notify/Makefile.bor b/TAO/orbsvcs/tests/Notify/Makefile.bor
index f135a1de057..4de0d915330 100644
--- a/TAO/orbsvcs/tests/Notify/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/Makefile.bor
@@ -8,6 +8,7 @@ DIRS = \
Basic \
Blocking \
Discarding \
+ MT_Dispatching \
Ordering \
performance-tests