summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit')
-rw-r--r--TAO/performance-tests/Cubit/Makefile.bor10
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.bor9
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.bor44
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.bor47
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.bor47
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.bor9
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/client.bor48
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.bor47
-rw-r--r--TAO/performance-tests/Cubit/TAO/Makefile.bor11
9 files changed, 0 insertions, 272 deletions
diff --git a/TAO/performance-tests/Cubit/Makefile.bor b/TAO/performance-tests/Cubit/Makefile.bor
deleted file mode 100644
index 599e366e75a..00000000000
--- a/TAO/performance-tests/Cubit/Makefile.bor
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the Cubit performance-tests
-#
-
-DIRS = \
- TAO
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.bor b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.bor
deleted file mode 100644
index 6f2613bbb3b..00000000000
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.bor
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit
-#
-
-MAKEFILES = server.bor client.bor collocation_test.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.bor b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.bor
deleted file mode 100644
index 6b039d60a3b..00000000000
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.bor
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd
-
-OBJFILES = \
- $(OBJDIR)\cubitC.obj \
- $(OBJDIR)\Cubit_Client.obj \
- $(OBJDIR)\client.obj \
- $(OBJDIR)\RTI_IO.obj \
- $(OBJDIR)\tmplinst.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_STRATEGIES_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_STRATEGIES_LIB)
-
-IDLFILES = \
- $(IDLDIR)\cubit.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\cubitS.cpp $(IDLDIR)\cubitC.cpp: $(IDLDIR)\cubit.idl
- $(TAO_IDL) $**
-
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.bor b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.bor
deleted file mode 100644
index 9f6d39668aa..00000000000
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.bor
+++ /dev/null
@@ -1,47 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit collocation_test
-#
-
-NAME = collocation_test
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd
-
-OBJFILES = \
- $(OBJDIR)\cubitC.obj \
- $(OBJDIR)\cubitS.obj \
- $(OBJDIR)\Cubit_Server.obj \
- $(OBJDIR)\Cubit_Client.obj \
- $(OBJDIR)\Cubit_i.obj \
- $(OBJDIR)\collocation_test.obj \
- $(OBJDIR)\RTI_IO.obj \
- $(OBJDIR)\tmplinst.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_STRATEGIES_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_STRATEGIES_LIB)
-
-IDLFILES = \
- $(IDLDIR)\cubit.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\cubitS.cpp $(IDLDIR)\cubitC.cpp: $(IDLDIR)\cubit.idl
- $(TAO_IDL) $**
-
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.bor b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.bor
deleted file mode 100644
index b42c87ad528..00000000000
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.bor
+++ /dev/null
@@ -1,47 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd
-
-OBJFILES = \
- $(OBJDIR)\cubitS.obj \
- $(OBJDIR)\cubitC.obj \
- $(OBJDIR)\Cubit_Server.obj \
- $(OBJDIR)\Cubit_Client.obj \
- $(OBJDIR)\Cubit_i.obj \
- $(OBJDIR)\server.obj \
- $(OBJDIR)\RTI_IO.obj \
- $(OBJDIR)\tmplinst.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_STRATEGIES_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_STRATEGIES_LIB)
-
-IDLFILES = \
- $(IDLDIR)\cubit.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\cubitS.cpp $(IDLDIR)\cubitC.cpp: $(IDLDIR)\cubit.idl
- $(TAO_IDL) $**
-
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.bor b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.bor
deleted file mode 100644
index 8fe4011462c..00000000000
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.bor
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit
-#
-
-MAKEFILES = server.bor client.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.bor b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.bor
deleted file mode 100644
index fb24bac46d2..00000000000
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.bor
+++ /dev/null
@@ -1,48 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\cubitC.obj \
- $(OBJDIR)\cubitS.obj \
- $(OBJDIR)\Task_Client.obj \
- $(OBJDIR)\client.obj \
- $(OBJDIR)\Util_Thread.obj \
- $(OBJDIR)\tmplinst.obj \
- $(OBJDIR)\Cubit_Task.obj \
- $(OBJDIR)\cubit_i.obj \
- $(OBJDIR)\Globals.obj \
- $(OBJDIR)\Timer.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_STRATEGIES_LIB)
-
-IDLFILES = \
- $(IDLDIR)\cubit.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\cubitS.cpp $(IDLDIR)\cubitC.cpp: $(IDLDIR)\cubit.idl
- $(TAO_IDL) $**
-
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.bor b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.bor
deleted file mode 100644
index b332db65f41..00000000000
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.bor
+++ /dev/null
@@ -1,47 +0,0 @@
-# $Id$
-#
-# Makefile for building the performance-tests Cubit
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\cubitS.obj \
- $(OBJDIR)\cubitC.obj \
- $(OBJDIR)\cubit_i.obj \
- $(OBJDIR)\Globals.obj \
- $(OBJDIR)\Cubit_Task.obj \
- $(OBJDIR)\tmplinst.obj \
- $(OBJDIR)\Timer.obj \
- $(OBJDIR)\server.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_STRATEGIES_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_STRATEGIES_LIB)
-
-IDLFILES = \
- $(IDLDIR)\cubit.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\cubitS.cpp $(IDLDIR)\cubitC.cpp: $(IDLDIR)\cubit.idl
- $(TAO_IDL) $**
-
diff --git a/TAO/performance-tests/Cubit/TAO/Makefile.bor b/TAO/performance-tests/Cubit/TAO/Makefile.bor
deleted file mode 100644
index c0ca7c23872..00000000000
--- a/TAO/performance-tests/Cubit/TAO/Makefile.bor
+++ /dev/null
@@ -1,11 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the TAO Cubit performance-tests
-#
-
-DIRS = \
- IDL_Cubit \
- MT_Cubit
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>