summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 08:03:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 08:03:37 +0000
commit74e6513cbdb800a2b5fcc9fea42a908a8c8fa543 (patch)
tree2f162b63889ef0ff05e47be99ef684a13b08b00c /TAO/orbsvcs/tests
parent4eb505a1b2d7a0e981cde7abe54efb812d9fb6ac (diff)
downloadATCD-74e6513cbdb800a2b5fcc9fea42a908a8c8fa543.tar.gz
ChangeLogTag: Tue Jan 29 08:59:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Notify/Makefile.bor3
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor9
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor37
3 files changed, 48 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Makefile.bor b/TAO/orbsvcs/tests/Notify/Makefile.bor
index 831b6a6443b..bcd4094a6fc 100644
--- a/TAO/orbsvcs/tests/Notify/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/Makefile.bor
@@ -5,6 +5,7 @@
DIRS = \
lib \
- Basic
+ Basic \
+ performance-tests
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor
new file mode 100644
index 00000000000..3cc8990f6eb
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor
@@ -0,0 +1,9 @@
+#
+# Makefile for building the TAO Notify performance-tests
+# $Id$
+#
+
+DIRS = \
+ RedGreen
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
new file mode 100644
index 00000000000..0a6cf9bc204
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
@@ -0,0 +1,37 @@
+#
+# $Id$
+# Makefile for building the orbsvcs notify redgreen performance-tests
+#
+
+NAME = RedGreen
+
+OBJFILES = \
+ $(OBJDIR)\RedGreen_Test.obj \
+ $(OBJDIR)\main.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)
+
+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\recurse.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>