summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor')
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor28
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor b/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor
deleted file mode 100644
index 942c9e1786d..00000000000
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.bor
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the POA Destuction test
-#
-
-NAME = registration
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\registration.obj
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**