summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 07:44:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 07:44:00 +0000
commitc41b5c7a44ca8d1d8b0d0fef48c6237e924f3184 (patch)
tree88c5d29f6d8448d818bd71c116ca7cfa2058194e /TAO
parent2eab6bdcfd52f7ca643f87d10b8e440f75bd4c54 (diff)
downloadATCD-c41b5c7a44ca8d1d8b0d0fef48c6237e924f3184.tar.gz
ChangeLogTag: Tue Jan 29 08:39:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
-rw-r--r--TAO/orbsvcs/tests/Makefile.bor1
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Makefile.bor42
-rw-r--r--TAO/orbsvcs/tests/Notify/Makefile.bor10
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Makefile.bor42
5 files changed, 105 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c39f0af73cc..a3f99c1f77e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,7 @@
Tue Jan 29 08:14:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvs/tests/Makefile.bor:
- Added CosEvent directory
+ Added CosEvent and Notify directory
* orbsvcs/tests/CosEvent/Makefile.bor:
Added new BCB makefile to build subdirectories
@@ -12,6 +12,15 @@ Tue Jan 29 08:14:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/CosEvent/Basic/Makefile.bor:
Added new BCB makefile to build these tests
+ * orbsvcs/tests/Notify/Makefile.bor:
+ Added new BCB makefile to build subdirectories
+
+ * orbsvcs/tests/Notify/lib/Makefile.bor:
+ Added new BCB makefile to build this test library
+
+ * orbsvcs/tests/Notify/Basic/Makefile.bor:
+ Added new BCB makefile to build these tests
+
Mon Jan 28 20:21:44 2002 Ossama Othman <ossama@uci.edu>
* tao/CORBALOC_Parser.cpp
diff --git a/TAO/orbsvcs/tests/Makefile.bor b/TAO/orbsvcs/tests/Makefile.bor
index aca78c82a8f..0e9c608e19c 100644
--- a/TAO/orbsvcs/tests/Makefile.bor
+++ b/TAO/orbsvcs/tests/Makefile.bor
@@ -17,6 +17,7 @@ DIRS = \
IOR_MCast \
LoadBalancing \
Miop \
+ Notify \
Property \
Simple_Naming \
Time \
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Makefile.bor b/TAO/orbsvcs/tests/Notify/Basic/Makefile.bor
new file mode 100644
index 00000000000..1ba56491b73
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/Basic/Makefile.bor
@@ -0,0 +1,42 @@
+#
+# $Id$
+# Makefile for building the orbsvcs basic notify tests
+#
+
+NAMES = \
+ AdminProperties_Test \
+ ConnectDisconnect \
+ Events_Test \
+ IdAssignment \
+ LifeCycleTest \
+ Simple \
+ Updates
+
+OBJFILES = $(OBJDIR)\$(NAME).obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_EVENT_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_SVC_UTILS_CFLAGS) \
+ $(TAO_IORTABLE_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_NOTIFYTESTS_CFLAGS) \
+ $(TAO_NOTIFY_CFLAGS)
+
+CPPDIR = .
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_EVENT_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_SVC_UTILS_LIB) \
+ $(TAO_IORTABLE_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_NOTIFYTESTS_LIB) \
+ $(TAO_NOTIFY_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/TAO/orbsvcs/tests/Notify/Makefile.bor b/TAO/orbsvcs/tests/Notify/Makefile.bor
new file mode 100644
index 00000000000..831b6a6443b
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/Makefile.bor
@@ -0,0 +1,10 @@
+#
+# Makefile for building the TAO Notify tests
+# $Id$
+#
+
+DIRS = \
+ lib \
+ Basic
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Notify/lib/Makefile.bor b/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
new file mode 100644
index 00000000000..fb775c8af26
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
@@ -0,0 +1,42 @@
+#
+# Makefile for building the Notify test library
+#
+
+NAME = TAO_NotifyTests
+
+OBJFILES = \
+ $(OBJDIR)\Notify_PushConsumer.obj \
+ $(OBJDIR)\Notify_PushSupplier.obj \
+ $(OBJDIR)\Notify_SequencePushConsumer.obj \
+ $(OBJDIR)\Notify_SequencePushSupplier.obj \
+ $(OBJDIR)\Notify_StructuredPushConsumer.obj \
+ $(OBJDIR)\Notify_StructuredPushSupplier.obj \
+ $(OBJDIR)\Notify_Test_Client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_EVENT_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_SVC_UTILS_CFLAGS) \
+ $(TAO_IORTABLE_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_NOTIFYTESTS_CFLAGS) \
+ $(TAO_ETCL_CFLAGS) \
+ $(TAO_NOTIFY_CFLAGS) \
+ -DTAO_NOTIFY_TEST_BUILD_DLL
+
+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)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>