diff options
author | dim <dim@FreeBSD.org> | 2014-11-24 20:57:20 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-11-24 20:57:20 +0000 |
commit | 9bedf10b184cfd8405fcde3b233f86d8c3955338 (patch) | |
tree | e1c7377a0e0379ef0023afa36892f9a8460cdfec /contrib/llvm/lib/LineEditor | |
parent | 0ddfaf7ab482331e927094a2099e9ac7ae6aed6b (diff) | |
download | FreeBSD-src-9bedf10b184cfd8405fcde3b233f86d8c3955338.zip FreeBSD-src-9bedf10b184cfd8405fcde3b233f86d8c3955338.tar.gz |
Cleanup upstream build infrastructure files that we don't use.
Diffstat (limited to 'contrib/llvm/lib/LineEditor')
-rw-r--r-- | contrib/llvm/lib/LineEditor/CMakeLists.txt | 11 | ||||
-rw-r--r-- | contrib/llvm/lib/LineEditor/LLVMBuild.txt | 22 | ||||
-rw-r--r-- | contrib/llvm/lib/LineEditor/Makefile | 15 |
3 files changed, 0 insertions, 48 deletions
diff --git a/contrib/llvm/lib/LineEditor/CMakeLists.txt b/contrib/llvm/lib/LineEditor/CMakeLists.txt deleted file mode 100644 index 0dec256..0000000 --- a/contrib/llvm/lib/LineEditor/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -if(HAVE_LIBEDIT) - set(link_libs edit) -endif() - -add_llvm_library(LLVMLineEditor - LineEditor.cpp - - LINK_LIBS - LLVMSupport - ${link_libs} -) diff --git a/contrib/llvm/lib/LineEditor/LLVMBuild.txt b/contrib/llvm/lib/LineEditor/LLVMBuild.txt deleted file mode 100644 index 35f4361..0000000 --- a/contrib/llvm/lib/LineEditor/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./lib/LineEditor/LLVMBuild.txt ---------------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = LineEditor -parent = Libraries -required_libraries = Support diff --git a/contrib/llvm/lib/LineEditor/Makefile b/contrib/llvm/lib/LineEditor/Makefile deleted file mode 100644 index c7ff6d8..0000000 --- a/contrib/llvm/lib/LineEditor/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/LineEditor/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 = LLVMLineEditor -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common - |