summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-28 08:07:13 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-28 08:07:13 +0000
commitdf8070824f1e480b61b8d8426650c9e436311f5e (patch)
tree65cd0530459a2c80d0a59208a10bc5dc9536e0a3 /TAO/orbsvcs/tests
parent6e176ea3a96f5217960311918e5a5f66770b02a4 (diff)
downloadATCD-df8070824f1e480b61b8d8426650c9e436311f5e.tar.gz
ChangeLogTag: Wed Feb 28 08:57:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Makefile.bor8
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/makefile.bor9
2 files changed, 16 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Makefile.bor b/TAO/orbsvcs/tests/Makefile.bor
new file mode 100644
index 00000000000..f02929210c4
--- /dev/null
+++ b/TAO/orbsvcs/tests/Makefile.bor
@@ -0,0 +1,8 @@
+
+#
+# Makefile for building the TAO obsvcs examples
+#
+
+DIRS = Simple_Naming
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Simple_Naming/makefile.bor b/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
index 3358fb4cefa..0e72ee08a3a 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
+++ b/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
@@ -13,12 +13,19 @@ OBJFILES = \
CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -I$(TAO_ROOT)/orbsvcs
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_NAMING_LIB) $(TAO_SVC_UTILS_LIB)
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_SVC_UTILS_LIB)
CPPDIR = .
IDLDIR = .
+IDLFILES = test_object.idl
+
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
#