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