summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:33 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:33 +0000
commitcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (patch)
treec39489d9c7f2abd21f24bf10957207e8d863671d /TAO/orbsvcs/tests/Concurrency
parent4d46068a1ef95ac705af5fe0535ff97e43803bdd (diff)
downloadATCD-cf275234b2b8b8cba1b0f6d9a5255428abfc79bd.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/orbsvcs/tests/Concurrency')
-rw-r--r--TAO/orbsvcs/tests/Concurrency/CC_client.bor41
-rw-r--r--TAO/orbsvcs/tests/Concurrency/Makefile.bor9
2 files changed, 0 insertions, 50 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/CC_client.bor b/TAO/orbsvcs/tests/Concurrency/CC_client.bor
deleted file mode 100644
index 76ddb26428e..00000000000
--- a/TAO/orbsvcs/tests/Concurrency/CC_client.bor
+++ /dev/null
@@ -1,41 +0,0 @@
-# $Id$
-#
-# Makefile for building the concurrency test
-#
-
-NAME = CC_client
-
-OBJFILES = \
- $(OBJDIR)\CC_client.obj \
- $(OBJDIR)\CC_tests.obj \
- $(OBJDIR)\CC_naming_service.obj \
- $(OBJDIR)\tmplinst.obj \
- $(OBJDIR)\CC_command.tab.obj \
- $(OBJDIR)\lex.CC_command.obj \
- $(OBJDIR)\CC_command.obj \
- $(OBJDIR)\CC_test_utils.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_MESSAGING_CFLAGS) \
- $(TAO_IORTABLE_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_CONCURRENCY_CFLAGS) \
- $(TAO_SVC_UTILS_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_MESSAGING_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_IORTABLE_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_CONCURRENCY_LIB) \
- $(TAO_SVC_UTILS_LIB)
-
-CPPDIR = .;..
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
diff --git a/TAO/orbsvcs/tests/Concurrency/Makefile.bor b/TAO/orbsvcs/tests/Concurrency/Makefile.bor
deleted file mode 100644
index 7a069935d50..00000000000
--- a/TAO/orbsvcs/tests/Concurrency/Makefile.bor
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-#
-# Makefile for building the Concurrency test
-#
-
-MAKEFILES = CC_client.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-