summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Anyop/Makefile.bor
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 /TAO/performance-tests/Anyop/Makefile.bor
parentcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (diff)
downloadATCD-3ea1fc6894f4f53b7f8fa221f8bb40210de810f8.tar.gz
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/performance-tests/Anyop/Makefile.bor')
-rw-r--r--TAO/performance-tests/Anyop/Makefile.bor36
1 files changed, 0 insertions, 36 deletions
diff --git a/TAO/performance-tests/Anyop/Makefile.bor b/TAO/performance-tests/Anyop/Makefile.bor
deleted file mode 100644
index 18d336d56b0..00000000000
--- a/TAO/performance-tests/Anyop/Makefile.bor
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-#
-# Makefile for building the anyop performance-tests executable
-#
-
-NAME = anyop
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -I..\.. -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\anyop.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB)
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**