summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/ace/Makefile b/ace/Makefile
deleted file mode 100644
index 2a28860237a..00000000000
--- a/ace/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the ACE library
-#----------------------------------------------------------------------------
-
-# This default rule is here so invoking make realclean will do
-# work when recursing through subdirectories
-.DEFAULT:
- @$(MAKE) -f Makefile.ace $@
- @$(MAKE) -f Makefile.dirs SUBDIR_MAKEFILE=Makefile $@
-
-# Invoke Makefile.ace first to build libACE, and then
-# invoke Makefile.dirs to recurse through subdirectories
-all:
- @$(MAKE) -f Makefile.ace
- @$(MAKE) -f Makefile.dirs SUBDIR_MAKEFILE=Makefile