summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CDR/Makefile.bor')
-rw-r--r--TAO/tests/CDR/Makefile.bor23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tests/CDR/Makefile.bor b/TAO/tests/CDR/Makefile.bor
deleted file mode 100644
index 660ebc62b5d..00000000000
--- a/TAO/tests/CDR/Makefile.bor
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-#
-# Makefile for building the CDR tests
-#
-
-NAMES = \
- alignment \
- allocator \
- basic_types \
- growth \
- octet_sequence \
- tc
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>