summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:59 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:59 +0000
commit3ea1fc6894f4f53b7f8fa221f8bb40210de810f8 (patch)
tree0aa6bcbaad34f539209d2c249f29b0d1223f8536 /TAO/performance-tests/Pluggable
parentcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (diff)
downloadATCD-3ea1fc6894f4f53b7f8fa221f8bb40210de810f8.tar.gz
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/performance-tests/Pluggable')
-rw-r--r--TAO/performance-tests/Pluggable/Makefile.bor11
-rw-r--r--TAO/performance-tests/Pluggable/client.bor42
-rw-r--r--TAO/performance-tests/Pluggable/server.bor43
3 files changed, 0 insertions, 96 deletions
diff --git a/TAO/performance-tests/Pluggable/Makefile.bor b/TAO/performance-tests/Pluggable/Makefile.bor
deleted file mode 100644
index 554d6d1d946..00000000000
--- a/TAO/performance-tests/Pluggable/Makefile.bor
+++ /dev/null
@@ -1,11 +0,0 @@
-# $Id$
-#
-# Makefile for building the Pluggable performance_tests
-#
-
-MAKEFILES = \
- client.bor \
- server.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-
diff --git a/TAO/performance-tests/Pluggable/client.bor b/TAO/performance-tests/Pluggable/client.bor
deleted file mode 100644
index 959baca2fa5..00000000000
--- a/TAO/performance-tests/Pluggable/client.bor
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the LongWrites client test
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\PP_TestC.obj \
- $(OBJDIR)\PP_TestS.obj \
- $(OBJDIR)\PP_Test_Client.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\PP_Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\PP_TestC.cpp $(IDLDIR)\PP_TestS.cpp: $(IDLDIR)\PP_Test.idl
- $(TAO_IDL) $**
-
diff --git a/TAO/performance-tests/Pluggable/server.bor b/TAO/performance-tests/Pluggable/server.bor
deleted file mode 100644
index 0ee51d1a08f..00000000000
--- a/TAO/performance-tests/Pluggable/server.bor
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the Pluggable performance_tests
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\PP_TestC.obj \
- $(OBJDIR)\PP_TestS.obj \
- $(OBJDIR)\PP_Test_Server.obj \
- $(OBJDIR)\PP_Test_i.obj \
- $(OBJDIR)\server.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\PP_Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\PP_TestC.cpp $(IDLDIR)\PP_TestS.cpp: $(IDLDIR)\PP_Test.idl
- $(TAO_IDL) $**
-