summaryrefslogtreecommitdiff
path: root/TAO/examples/ior_corbaloc
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/examples/ior_corbaloc
parentc4bac837318fda7b89f9a5a6ae06117866c21a6b (diff)
downloadATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/examples/ior_corbaloc')
-rw-r--r--TAO/examples/ior_corbaloc/Makefile.bor9
-rw-r--r--TAO/examples/ior_corbaloc/client.bor49
-rw-r--r--TAO/examples/ior_corbaloc/corbaname_client.bor49
-rw-r--r--TAO/examples/ior_corbaloc/server.bor49
4 files changed, 0 insertions, 156 deletions
diff --git a/TAO/examples/ior_corbaloc/Makefile.bor b/TAO/examples/ior_corbaloc/Makefile.bor
deleted file mode 100644
index b663c645f5c..00000000000
--- a/TAO/examples/ior_corbaloc/Makefile.bor
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ior_corbaloc test executables
-#
-
-MAKEFILES = server.bor client.bor corbaname_client.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/examples/ior_corbaloc/client.bor b/TAO/examples/ior_corbaloc/client.bor
deleted file mode 100644
index 6c48e83425c..00000000000
--- a/TAO/examples/ior_corbaloc/client.bor
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ior_corbaloc client
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\corbalocS.obj \
- $(OBJDIR)\corbalocC.obj \
- $(OBJDIR)\ior_corbaloc_client_i.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_VALUETYPE_CFLAGS) \
- $(TAO_IORINTERCEPTOR_CFLAGS) \
- $(TAO_ORT_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_VALUETYPE_LIB) \
- $(TAO_IORINTERCEPTOR_LIB) \
- $(TAO_ORT_LIB)
-
-IDLFILES = \
- $(IDLDIR)\corbaloc.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\corbalocS.cpp $(IDLDIR)\corbalocC.cpp: $(IDLDIR)\corbaloc.idl
- $(TAO_IDL) $**
diff --git a/TAO/examples/ior_corbaloc/corbaname_client.bor b/TAO/examples/ior_corbaloc/corbaname_client.bor
deleted file mode 100644
index d8d7a1f7f7b..00000000000
--- a/TAO/examples/ior_corbaloc/corbaname_client.bor
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ior_corbaloc corbaname_client
-#
-
-NAME = corbaname_client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\corbalocS.obj \
- $(OBJDIR)\corbalocC.obj \
- $(OBJDIR)\ior_corbaloc_client_i.obj \
- $(OBJDIR)\corbaname_client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_VALUETYPE_CFLAGS) \
- $(TAO_IORINTERCEPTOR_CFLAGS) \
- $(TAO_ORT_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_VALUETYPE_LIB) \
- $(TAO_IORINTERCEPTOR_LIB) \
- $(TAO_ORT_LIB)
-
-IDLFILES = \
- $(IDLDIR)\corbaloc.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\corbalocS.cpp $(IDLDIR)\corbalocC.cpp: $(IDLDIR)\corbaloc.idl
- $(TAO_IDL) $**
diff --git a/TAO/examples/ior_corbaloc/server.bor b/TAO/examples/ior_corbaloc/server.bor
deleted file mode 100644
index 4cb5917f038..00000000000
--- a/TAO/examples/ior_corbaloc/server.bor
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ior_corbaloc server
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\corbalocS.obj \
- $(OBJDIR)\corbalocC.obj \
- $(OBJDIR)\status_i.obj \
- $(OBJDIR)\server.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_VALUETYPE_CFLAGS) \
- $(TAO_IORINTERCEPTOR_CFLAGS) \
- $(TAO_ORT_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_VALUETYPE_LIB) \
- $(TAO_IORINTERCEPTOR_LIB) \
- $(TAO_ORT_LIB)
-
-IDLFILES = \
- $(IDLDIR)\corbaloc.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\corbalocS.cpp $(IDLDIR)\corbalocC.cpp: $(IDLDIR)\corbaloc.idl
- $(TAO_IDL) $**