summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation
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/tests/Collocation
parentc4bac837318fda7b89f9a5a6ae06117866c21a6b (diff)
downloadATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/tests/Collocation')
-rw-r--r--TAO/tests/Collocation/Collocation.bor34
-rw-r--r--TAO/tests/Collocation/Collocation_Test_Stubs.bor43
-rw-r--r--TAO/tests/Collocation/Diamond.bor48
-rw-r--r--TAO/tests/Collocation/Makefile.bor8
4 files changed, 0 insertions, 133 deletions
diff --git a/TAO/tests/Collocation/Collocation.bor b/TAO/tests/Collocation/Collocation.bor
deleted file mode 100644
index 95abaeeeba8..00000000000
--- a/TAO/tests/Collocation/Collocation.bor
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id$
-#
-# Makefile for building the Collocation test
-#
-
-!ifndef STATIC
-NAME = Collocation
-!else
-!undef NAME
-!endif
-
-OBJFILES = \
- $(OBJDIR)\Collocation_Tester.obj \
- $(OBJDIR)\Collocation.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_STRATEGIES_CFLAGS) \
- -DDIAMOND_HAS_DLL=$(DLL_FLAG) \
- -DMY_STUB_HAS_DLL=$(DLL_FLAG)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_STRATEGIES_LIB) \
- $(CORE_BINDIR)\Diamond$(LIB_DECORATOR).lib \
- $(CORE_BINDIR)\Collocation_Test_Stubs$(LIB_DECORATOR).lib
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/TAO/tests/Collocation/Collocation_Test_Stubs.bor b/TAO/tests/Collocation/Collocation_Test_Stubs.bor
deleted file mode 100644
index 1eff90ac224..00000000000
--- a/TAO/tests/Collocation/Collocation_Test_Stubs.bor
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id$
-#
-# Makefile for building the Collocation_Test_Stubs library
-#
-
-!ifndef STATIC
-NAME = Collocation_Test_Stubs
-!else
-!undef NAME
-!endif
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd \
- -Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export \
- -Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h
-
-OBJFILES = \
- $(OBJDIR)\DiamondC.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- -DMY_STUB_HAS_DLL=$(DLL_FLAG) \
- -DMY_STUB_BUILD_DLL
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Diamond.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\DiamondS.cpp $(IDLDIR)\DiamondC.cpp: $(IDLDIR)\Diamond.idl
- $(TAO_IDL) $**
diff --git a/TAO/tests/Collocation/Diamond.bor b/TAO/tests/Collocation/Diamond.bor
deleted file mode 100644
index 237098df19f..00000000000
--- a/TAO/tests/Collocation/Diamond.bor
+++ /dev/null
@@ -1,48 +0,0 @@
-# $Id$
-#
-# Makefile for building the Diamond library
-#
-
-!ifndef STATIC
-NAME = Diamond
-!else
-!undef NAME
-!endif
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd \
- -Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export \
- -Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h
-
-OBJFILES = \
- $(OBJDIR)\DiamondS.obj \
- $(OBJDIR)\Diamond_i.obj \
- $(OBJDIR)\DiamondS_T.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- -DDIAMOND_HAS_DLL=$(DLL_FLAG) \
- -DDIAMOND_BUILD_DLL \
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(CORE_BINDIR)\Collocation_Test_Stubs$(LIB_DECORATOR).lib
-
-IDLFILES = \
- $(IDLDIR)\Diamond.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\DiamondS.cpp $(IDLDIR)\DiamondC.cpp: $(IDLDIR)\Diamond.idl
- $(TAO_IDL) $**
diff --git a/TAO/tests/Collocation/Makefile.bor b/TAO/tests/Collocation/Makefile.bor
deleted file mode 100644
index 844d0d3b654..00000000000
--- a/TAO/tests/Collocation/Makefile.bor
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-#
-# Makefile for building the Collocation test executables and libraries
-#
-
-MAKEFILES = Collocation_Test_Stubs.bor Diamond.bor Collocation.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>