summaryrefslogtreecommitdiff
path: root/performance-tests/UDP
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 /performance-tests/UDP
parentcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (diff)
downloadATCD-3ea1fc6894f4f53b7f8fa221f8bb40210de810f8.tar.gz
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'performance-tests/UDP')
-rw-r--r--performance-tests/UDP/makefile.bor19
1 files changed, 0 insertions, 19 deletions
diff --git a/performance-tests/UDP/makefile.bor b/performance-tests/UDP/makefile.bor
deleted file mode 100644
index 90b8e146897..00000000000
--- a/performance-tests/UDP/makefile.bor
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the udp performance-tests
-#
-
-NAME = udp_test
-
-OBJFILES = \
- $(OBJDIR)\udp_test.obj
-
-CPPDIR = .
-
-CFLAGS = $(ACE_CFLAGS)
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-