summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-27 06:29:42 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-27 06:29:42 +0000
commitcfc60ebd25a6713b11bf185d26f18ea4e6c0ae3c (patch)
treec49e76d0d6c9d0ed7f1430498ff402f97d167aeb
parent6f1812aabf2559004f3a43a47633fe57d9c35f4f (diff)
downloadATCD-cfc60ebd25a6713b11bf185d26f18ea4e6c0ae3c.tar.gz
ChangeLogTag: Fri Aug 27 08:29:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/Makefile.bor1
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/Makefile.bor8
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/client.bor45
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/server.bor44
4 files changed, 98 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Makefile.bor b/TAO/orbsvcs/tests/Makefile.bor
index 8f17e774c8b..0fc53898cba 100644
--- a/TAO/orbsvcs/tests/Makefile.bor
+++ b/TAO/orbsvcs/tests/Makefile.bor
@@ -13,6 +13,7 @@ DIRS = \
EC_Mcast \
EC_Custom_Marshal \
Event_Latency \
+ ior_corbaname \
Property \
Simple_Naming \
Trading
diff --git a/TAO/orbsvcs/tests/ior_corbaname/Makefile.bor b/TAO/orbsvcs/tests/ior_corbaname/Makefile.bor
new file mode 100644
index 00000000000..1a66d970c41
--- /dev/null
+++ b/TAO/orbsvcs/tests/ior_corbaname/Makefile.bor
@@ -0,0 +1,8 @@
+#
+# Makefile for building the ior_corbaname test
+#
+
+MAKEFILES = client.bor server.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+
diff --git a/TAO/orbsvcs/tests/ior_corbaname/client.bor b/TAO/orbsvcs/tests/ior_corbaname/client.bor
new file mode 100644
index 00000000000..8839c1d4c0f
--- /dev/null
+++ b/TAO/orbsvcs/tests/ior_corbaname/client.bor
@@ -0,0 +1,45 @@
+#
+# Makefile for building the ior_corbaname test
+#
+
+NAME = client
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\corbanameC.obj \
+ $(OBJDIR)\corbanameS.obj \
+ $(OBJDIR)\ior_corbaname_client_i.obj \
+ $(OBJDIR)\status_i.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_SVCUTILS_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_SVCUTILS_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\corbaname.idl
+
+CPPDIR = .;..
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\corbanameC.cpp $(IDLDIR)\corbanameS.cpp: $(IDLDIR)\corbaname.idl
+ $(TAO_IDL) $**
+
diff --git a/TAO/orbsvcs/tests/ior_corbaname/server.bor b/TAO/orbsvcs/tests/ior_corbaname/server.bor
new file mode 100644
index 00000000000..a9cb02e5e68
--- /dev/null
+++ b/TAO/orbsvcs/tests/ior_corbaname/server.bor
@@ -0,0 +1,44 @@
+#
+# Makefile for building the ior_corbaname test
+#
+
+NAME = server
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\corbanameC.obj \
+ $(OBJDIR)\corbanameS.obj \
+ $(OBJDIR)\status_i.obj \
+ $(OBJDIR)\server.obj
+
+IDLFILES = \
+ $(IDLDIR)\corbaname.idl
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_SVCUTILS_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_SVCUTILS_LIB)
+
+CPPDIR = .;..
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\corbanameC.cpp $(IDLDIR)\corbanameS.cpp: $(IDLDIR)\corbaname.idl
+ $(TAO_IDL) $**
+