summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA
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/POA
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/POA')
-rw-r--r--TAO/performance-tests/POA/Create_Reference/Makefile.bor7
-rw-r--r--TAO/performance-tests/POA/Create_Reference/create_reference.bor24
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/Makefile.bor7
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/client.bor35
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/collocated.bor39
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/server.bor40
-rw-r--r--TAO/performance-tests/POA/Makefile.bor12
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor28
8 files changed, 0 insertions, 192 deletions
diff --git a/TAO/performance-tests/POA/Create_Reference/Makefile.bor b/TAO/performance-tests/POA/Create_Reference/Makefile.bor
deleted file mode 100644
index d2c8accfec2..00000000000
--- a/TAO/performance-tests/POA/Create_Reference/Makefile.bor
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# $Id$
-#
-
-MAKEFILES = create_reference.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/performance-tests/POA/Create_Reference/create_reference.bor b/TAO/performance-tests/POA/Create_Reference/create_reference.bor
deleted file mode 100644
index f0c3e32255b..00000000000
--- a/TAO/performance-tests/POA/Create_Reference/create_reference.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# $Id$
-#
-
-NAME = create_reference
-
-OBJFILES = \
- $(OBJDIR)\create_reference.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/TAO/performance-tests/POA/Implicit_Activation/Makefile.bor b/TAO/performance-tests/POA/Implicit_Activation/Makefile.bor
deleted file mode 100644
index 6d1691fa267..00000000000
--- a/TAO/performance-tests/POA/Implicit_Activation/Makefile.bor
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# $Id$
-#
-
-MAKEFILES = client.bor collocated.bor server.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/performance-tests/POA/Implicit_Activation/client.bor b/TAO/performance-tests/POA/Implicit_Activation/client.bor
deleted file mode 100644
index 8cbcb24dee6..00000000000
--- a/TAO/performance-tests/POA/Implicit_Activation/client.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# $Id$
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\TestC.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
- $(TAO_IDL) $**
diff --git a/TAO/performance-tests/POA/Implicit_Activation/collocated.bor b/TAO/performance-tests/POA/Implicit_Activation/collocated.bor
deleted file mode 100644
index 05affb40b94..00000000000
--- a/TAO/performance-tests/POA/Implicit_Activation/collocated.bor
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# $Id$
-#
-
-NAME = collocated
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\TestC.obj \
- $(OBJDIR)\TestS.obj \
- $(OBJDIR)\Simple.obj \
- $(OBJDIR)\collocated.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
- $(TAO_IDL) $**
diff --git a/TAO/performance-tests/POA/Implicit_Activation/server.bor b/TAO/performance-tests/POA/Implicit_Activation/server.bor
deleted file mode 100644
index c441e468bc0..00000000000
--- a/TAO/performance-tests/POA/Implicit_Activation/server.bor
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# $Id$
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\TestC.obj \
- $(OBJDIR)\TestS.obj \
- $(OBJDIR)\Simple.obj \
- $(OBJDIR)\Factory.obj \
- $(OBJDIR)\server.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
- $(TAO_IDL) $**
diff --git a/TAO/performance-tests/POA/Makefile.bor b/TAO/performance-tests/POA/Makefile.bor
deleted file mode 100644
index 7c4893f1496..00000000000
--- a/TAO/performance-tests/POA/Makefile.bor
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the POA performance-tests
-#
-
-DIRS = \
- Object_Creation_And_Registration \
- Create_Reference \
- Implicit_Activation
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor b/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor
deleted file mode 100644
index 942c9e1786d..00000000000
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the POA Destuction test
-#
-
-NAME = registration
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\registration.obj
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**