summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MT_Dispatching
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-08 20:22:33 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-08 20:22:33 +0000
commitfd086adbf9daa6f8e5d1c782955be38c471c8888 (patch)
treec39489d9c7f2abd21f24bf10957207e8d863671d /TAO/orbsvcs/tests/Notify/MT_Dispatching
parentc4bac837318fda7b89f9a5a6ae06117866c21a6b (diff)
downloadATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching')
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor10
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor58
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor57
3 files changed, 0 insertions, 125 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor
deleted file mode 100644
index f43f302a943..00000000000
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.bor
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Makefile for building the TAO Notify MT_Dispatching test
-# $Id$
-#
-
-MAKEFILES = \
- Structured_Consumer.bor \
- Structured_Supplier.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor
deleted file mode 100644
index 001b2440b33..00000000000
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor
+++ /dev/null
@@ -1,58 +0,0 @@
-#
-# $Id$
-# Makefile for building the orbsvcs notify MT_Dispatching structured_consumer test
-#
-
-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
-
-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) $**
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor
deleted file mode 100644
index 573aa8c2b69..00000000000
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# $Id$
-# Makefile for building the orbsvcs notify MT_Dispatching structured_supplier test
-#
-
-NAME = Structured_Supplier
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\goC.obj \
- $(OBJDIR)\goS.obj \
- $(OBJDIR)\Structured_Supplier.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) $**