summaryrefslogtreecommitdiff
path: root/examples/Naming/Makefile.bor
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 05:54:43 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 05:54:43 +0000
commitaca8e943108d0060a4bb10db893a2460b5d11523 (patch)
tree36461546d3dcc5dd8109817959b0a68fb7f1b0cd /examples/Naming/Makefile.bor
parent7b37665b8b718d1d02a0ecd6089ffbcffaa5af03 (diff)
downloadATCD-aca8e943108d0060a4bb10db893a2460b5d11523.tar.gz
ChangeLogTag: Thu May 10 07:44:22 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Naming/Makefile.bor')
-rw-r--r--examples/Naming/Makefile.bor20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/Naming/Makefile.bor b/examples/Naming/Makefile.bor
new file mode 100644
index 00000000000..c532a201fbf
--- /dev/null
+++ b/examples/Naming/Makefile.bor
@@ -0,0 +1,20 @@
+#
+# Makefile for building the ACE Naming examples
+#
+
+NAMES = \
+ test_multiple_contexts \
+ test_non_existent \
+ test_open \
+ test_writers
+
+OBJFILES = $(OBJDIR)\$(NAME).obj
+
+CFLAGS = $(ACE_CFLAGS)
+
+CPPDIR = .
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>