summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Makefile.bor')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Makefile.bor35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Makefile.bor b/TAO/orbsvcs/tests/Event/lib/Makefile.bor
deleted file mode 100644
index 429e2a73605..00000000000
--- a/TAO/orbsvcs/tests/Event/lib/Makefile.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# $Id$
-#
-
-NAME = ECTests
-
-OBJFILES = \
- $(OBJDIR)\Driver.obj \
- $(OBJDIR)\Consumer.obj \
- $(OBJDIR)\Supplier.obj \
- $(OBJDIR)\Counting_Consumer.obj \
- $(OBJDIR)\Counting_Supplier.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_SVC_UTILS_CFLAGS) \
- $(TAO_IORTABLE_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_RTEVENT_CFLAGS) \
- -DEC_TEST_BUILD_DLL
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_SVC_UTILS_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_RTEVENT_LIB)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
-