summaryrefslogtreecommitdiff
path: root/Makefile.bor
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:59 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:59 +0000
commit3ea1fc6894f4f53b7f8fa221f8bb40210de810f8 (patch)
tree0aa6bcbaad34f539209d2c249f29b0d1223f8536 /Makefile.bor
parentcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (diff)
downloadATCD-3ea1fc6894f4f53b7f8fa221f8bb40210de810f8.tar.gz
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'Makefile.bor')
-rw-r--r--Makefile.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.bor b/Makefile.bor
deleted file mode 100644
index 1fdbc9c22f1..00000000000
--- a/Makefile.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# $Id$
-#
-# 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>