summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-01 18:53:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-01 18:53:38 +0000
commit8eec0f2aa005aa72f0217ce0f2864d4597222208 (patch)
treeebf02b5fe69f4212e28f4ad56a383678112bb4e8 /TAO/orbsvcs/Naming_Service
parent3e9420ce448d72d67dbfeac3a1ef3b88e7120455 (diff)
downloadATCD-8eec0f2aa005aa72f0217ce0f2864d4597222208.tar.gz
ChangeLogTag:Fri Oct 1 13:14:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Naming_Service')
-rw-r--r--TAO/orbsvcs/Naming_Service/Makefile.bor22
-rw-r--r--TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor19
-rw-r--r--TAO/orbsvcs/Naming_Service/Naming_Service.bor18
3 files changed, 45 insertions, 14 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Makefile.bor b/TAO/orbsvcs/Naming_Service/Makefile.bor
index be093743d6f..852dee03b1b 100644
--- a/TAO/orbsvcs/Naming_Service/Makefile.bor
+++ b/TAO/orbsvcs/Naming_Service/Makefile.bor
@@ -1,18 +1,12 @@
#
-# Makefile for building the Naming Service executable
-#
-
-NAME = Naming_Service
-
-OBJFILES = \
- $(OBJDIR)\Naming_Service.obj \
- $(OBJDIR)\Naming_Server.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)
+# Makefile for building the Naming Service executables
+#
-CPPDIR = .
+!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>
+console_only:
+ $(MAKE) -f Naming_Service.bor $(MAKE_FLAGS)
+all:
+ $(MAKE) -f Naming_Service.bor $(MAKE_FLAGS)
+ $(MAKE) -f NT_Naming_Service.bor $(MAKE_FLAGS)
diff --git a/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor b/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor
new file mode 100644
index 00000000000..75ee81e3944
--- /dev/null
+++ b/TAO/orbsvcs/Naming_Service/NT_Naming_Service.bor
@@ -0,0 +1,19 @@
+#
+# Makefile for building the NT Naming Service executable
+#
+
+NAME = NT_Naming_Service
+
+OBJFILES = \
+ $(OBJDIR)\Naming_Service.obj \
+ $(OBJDIR)\NT_Naming_Service.obj \
+ $(OBJDIR)\NT_Naming_Server.obj
+
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)
+
+LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)
+
+CPPDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>
+
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.bor b/TAO/orbsvcs/Naming_Service/Naming_Service.bor
new file mode 100644
index 00000000000..be093743d6f
--- /dev/null
+++ b/TAO/orbsvcs/Naming_Service/Naming_Service.bor
@@ -0,0 +1,18 @@
+#
+# Makefile for building the Naming Service executable
+#
+
+NAME = Naming_Service
+
+OBJFILES = \
+ $(OBJDIR)\Naming_Service.obj \
+ $(OBJDIR)\Naming_Server.obj
+
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)
+
+LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)
+
+CPPDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>
+