summaryrefslogtreecommitdiff
path: root/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bor')
-rw-r--r--Makefile.bor24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.bor b/Makefile.bor
deleted file mode 100644
index a10fc536b15..00000000000
--- a/Makefile.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Makefile for building ACE
-#
-
-!ifndef BUILD
-BUILD = all
-!endif
-
-!if $(BUILD) == all
-
-DIRS = \
- ace \
- examples \
- performance-tests \
- tests \
- ACEXML \
- ACEXML\tests
-
-!else
-!error Please set your BUILD variable to either "all".
-!endif
-
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>