summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor')
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor60
1 files changed, 0 insertions, 60 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor b/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor
deleted file mode 100644
index 2af077b921c..00000000000
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# $Id$
-# Makefile for building the orbsvcs notify filter structured_consumer
-# performance-tests
-#
-
-NAME = Structured_Consumer
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\goC.obj \
- $(OBJDIR)\goS.obj \
- $(OBJDIR)\Structured_Consumer.obj \
- $(OBJDIR)\Notify_Structured_Push_Consumer.obj \
- $(OBJDIR)\common.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_EVENT_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_SVC_UTILS_CFLAGS) \
- $(TAO_IORTABLE_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_ETCL_CFLAGS) \
- $(TAO_NOTIFY_CFLAGS) \
- $(TAO_NOTIFYTESTS_CFLAGS) \
- $(TAO_DYNAMICANY_CFLAGS) \
- $(TAO_MESSAGING_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_EVENT_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_SVC_UTILS_LIB) \
- $(TAO_IORTABLE_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_ETCL_LIB) \
- $(TAO_NOTIFY_LIB) \
- $(TAO_NOTIFYTESTS_LIB) \
- $(TAO_DYNAMICANY_LIB) \
- $(TAO_MESSAGING_LIB)
-
-IDLFILES = \
- $(IDLDIR)\go.idl
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\goS.cpp $(IDLDIR)\goC.cpp: $(IDLDIR)\go.idl
- $(TAO_IDL) $**