summaryrefslogtreecommitdiff
path: root/examples/APG/Shared_Memory/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Shared_Memory/Makefile')
-rw-r--r--examples/APG/Shared_Memory/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/APG/Shared_Memory/Makefile b/examples/APG/Shared_Memory/Makefile
deleted file mode 100644
index da92484d68c..00000000000
--- a/examples/APG/Shared_Memory/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id$
-#
-# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
-
-BIN = Hash_Map Malloc Mem_Map PI_Malloc Pool_Growth
-
-SOURCES = $(addsuffix .cpp,$(BIN))
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-# To build multiple executables in the same directory on AIX, it works
-# best to wipe out any previously-created tempinc directory.
-# The compiler/linker isn't too smart about instantiating templates...
-ifdef TEMPINCDIR
-COMPILE.cc := $(RM) -rf tempinc; $(COMPILE.cc)
-endif