summaryrefslogtreecommitdiff
path: root/examples/Map_Manager/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Map_Manager/makefile.bor')
-rw-r--r--examples/Map_Manager/makefile.bor14
1 files changed, 11 insertions, 3 deletions
diff --git a/examples/Map_Manager/makefile.bor b/examples/Map_Manager/makefile.bor
index 509468e7ddb..02acd82833a 100644
--- a/examples/Map_Manager/makefile.bor
+++ b/examples/Map_Manager/makefile.bor
@@ -1,8 +1,16 @@
#
-# Makefile for building the test_hash_map_manager ace examples
-#
+ # Makefile for building the test_hash_map_manager ace examples
+ #
+
+ !include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
+
+ TESTS = \
+ test_hash_map_manager
+
+all_tests: $(TESTS)
-NAME = test_hash_map_manager
+$(TESTS):
+ $(MAKE) -fMakefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe
OBJFILES = $(OBJDIR)\$(NAME).obj