From caeade42341b7b7a14b4e6bd13aeccd4a1da452a Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 26 Jan 2016 21:29:08 +0000 Subject: 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258861 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/TableGen/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/TableGen/Makefile (limited to 'lib/TableGen') diff --git a/lib/TableGen/Makefile b/lib/TableGen/Makefile deleted file mode 100644 index 345db3465cf..00000000000 --- a/lib/TableGen/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- lib/TableGen/Makefile -------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -LIBRARYNAME = LLVMTableGen -BUILD_ARCHIVE = 1 - -include $(LEVEL)/Makefile.common -- cgit v1.2.3