summaryrefslogtreecommitdiff
path: root/examples/DLL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/DLL/Makefile')
-rw-r--r--examples/DLL/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/DLL/Makefile b/examples/DLL/Makefile
deleted file mode 100644
index 42b72709abd..00000000000
--- a/examples/DLL/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the DLL example
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-BIN = test_dll
-
-FILES = test_dll
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-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.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-TODAY:
- make -f Makefile.Today
-
-NEWSWEEK:
- make -f Makefile.Newsweek
-
-all: TODAY NEWSWEEK $(BIN)
-
-#----------------------------------------------------------------------------
-# Local targets
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.