summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:33 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:33 +0000
commitcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (patch)
treec39489d9c7f2abd21f24bf10957207e8d863671d /TAO/examples/POA/Generic_Servant
parent4d46068a1ef95ac705af5fe0535ff97e43803bdd (diff)
downloadATCD-cf275234b2b8b8cba1b0f6d9a5255428abfc79bd.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant')
-rw-r--r--TAO/examples/POA/Generic_Servant/Makefile.bor9
-rw-r--r--TAO/examples/POA/Generic_Servant/client.bor46
-rw-r--r--TAO/examples/POA/Generic_Servant/generic_servant.bor41
3 files changed, 0 insertions, 96 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Makefile.bor b/TAO/examples/POA/Generic_Servant/Makefile.bor
deleted file mode 100644
index daf6988ab5f..00000000000
--- a/TAO/examples/POA/Generic_Servant/Makefile.bor
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the POA Generic_Servant examples
-#
-
-MAKEFILES = client.bor generic_servant.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/examples/POA/Generic_Servant/client.bor b/TAO/examples/POA/Generic_Servant/client.bor
deleted file mode 100644
index 0c8ebb2ac35..00000000000
--- a/TAO/examples/POA/Generic_Servant/client.bor
+++ /dev/null
@@ -1,46 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the POA Forwarding executable
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_VALUETYPE_CFLAGS) \
- $(TAO_IORINTERCEPTOR_CFLAGS) \
- $(TAO_ORT_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_VALUETYPE_LIB) \
- $(TAO_IORINTERCEPTOR_LIB) \
- $(TAO_ORT_LIB)
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**
diff --git a/TAO/examples/POA/Generic_Servant/generic_servant.bor b/TAO/examples/POA/Generic_Servant/generic_servant.bor
deleted file mode 100644
index 80b5540e98f..00000000000
--- a/TAO/examples/POA/Generic_Servant/generic_servant.bor
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the POA generic_Servant lib
-#
-
-NAME = generic_servant
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\test_i.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- -DGENERIC_SERVANT_BUILD_DLL=$(DLL_FLAG)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**