summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ior_corbaname/server.bor')
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/server.bor44
1 files changed, 44 insertions, 0 deletions
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) $**
+