diff options
| author | Chris Bieneman <beanz@apple.com> | 2016-01-26 21:29:08 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2016-01-26 21:29:08 +0000 |
| commit | e49730d4baa8443ad56f59bd8066bf4c1e56ea72 (patch) | |
| tree | 3b8c29f4c2b5812db6c63a6aa42f0f59cadaa105 /llvm/projects/Makefile | |
| parent | e7305cc4b3644e2e82684603f0b37a9ec1798e4c (diff) | |
| download | bcm5719-llvm-e49730d4baa8443ad56f59bd8066bf4c1e56ea72.tar.gz bcm5719-llvm-e49730d4baa8443ad56f59bd8066bf4c1e56ea72.zip | |
Remove autoconf support
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html
"I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened."
- Obi Wan Kenobi
Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark
Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits
Differential Revision: http://reviews.llvm.org/D16471
llvm-svn: 258861
Diffstat (limited to 'llvm/projects/Makefile')
| -rw-r--r-- | llvm/projects/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile deleted file mode 100644 index 08a0a6bb872..00000000000 --- a/llvm/projects/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -##===- projects/Makefile ------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -LEVEL=.. - -include $(LEVEL)/Makefile.config - -# Compile all subdirs, except for the test suite, which lives in test-suite. -# Before 2008.06.24 it lived in llvm-test, so exclude that as well for now. -DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile))) - -# Don't build compiler-rt, it isn't designed to be built directly. -DIRS := $(filter-out compiler-rt,$(DIRS)) - -# Don't build libcxx, it isn't designed to be built directly. -DIRS := $(filter-out libcxx,$(DIRS)) - -# DragonEgg may be checked out here but doesn't (yet) build directly. -DIRS := $(filter-out dragonegg,$(DIRS)) - -include $(PROJ_SRC_ROOT)/Makefile.rules |

