summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-09-11 13:13:02 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-09-11 13:13:02 +0000
commite1b1b38e6b3f8a07445a998dabcab161723b8ff1 (patch)
tree361086c6d158675e013a3a463fea8558c7d2382c /performance-tests
parentf9302739af41ee8581724b87563f305a1a0a065a (diff)
downloadATCD-e1b1b38e6b3f8a07445a998dabcab161723b8ff1.tar.gz
ChangeLogTag:Mon Sep 11 08:10:21 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Server_Concurrency/Leader_Follower/makefile.bor17
-rw-r--r--performance-tests/Server_Concurrency/Queue_Based_Workers/makefile.bor17
-rw-r--r--performance-tests/TCP/makefile.bor17
-rw-r--r--performance-tests/UDP/makefile.bor17
4 files changed, 68 insertions, 0 deletions
diff --git a/performance-tests/Server_Concurrency/Leader_Follower/makefile.bor b/performance-tests/Server_Concurrency/Leader_Follower/makefile.bor
new file mode 100644
index 00000000000..023a2d2d3d9
--- /dev/null
+++ b/performance-tests/Server_Concurrency/Leader_Follower/makefile.bor
@@ -0,0 +1,17 @@
+#
+# Makefile for building the leader_follower performance-tests
+#
+
+NAME = leader_follower
+
+OBJFILES = \
+ $(OBJDIR)\leader_follower.obj
+
+CPPDIR = .
+
+CFLAGS = $(ACE_CFLAGS)
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
diff --git a/performance-tests/Server_Concurrency/Queue_Based_Workers/makefile.bor b/performance-tests/Server_Concurrency/Queue_Based_Workers/makefile.bor
new file mode 100644
index 00000000000..723658bd159
--- /dev/null
+++ b/performance-tests/Server_Concurrency/Queue_Based_Workers/makefile.bor
@@ -0,0 +1,17 @@
+#
+# Makefile for building the workers performance-tests
+#
+
+NAME = workers
+
+OBJFILES = \
+ $(OBJDIR)\workers.obj
+
+CPPDIR = .
+
+CFLAGS = $(ACE_CFLAGS)
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
diff --git a/performance-tests/TCP/makefile.bor b/performance-tests/TCP/makefile.bor
new file mode 100644
index 00000000000..0e02029462f
--- /dev/null
+++ b/performance-tests/TCP/makefile.bor
@@ -0,0 +1,17 @@
+#
+# Makefile for building the tcp performance-tests
+#
+
+NAME = tcp_test
+
+OBJFILES = \
+ $(OBJDIR)\tcp_test.obj
+
+CPPDIR = .
+
+CFLAGS = $(ACE_CFLAGS)
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
diff --git a/performance-tests/UDP/makefile.bor b/performance-tests/UDP/makefile.bor
new file mode 100644
index 00000000000..2f46b32d624
--- /dev/null
+++ b/performance-tests/UDP/makefile.bor
@@ -0,0 +1,17 @@
+#
+# Makefile for building the udp performance-tests
+#
+
+NAME = udp_test
+
+OBJFILES = \
+ $(OBJDIR)\udp_test.obj
+
+CPPDIR = .
+
+CFLAGS = $(ACE_CFLAGS)
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+