From de03bc07ef7034936971dcc0117e4a9a9436fcee Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 24 Apr 2005 17:36:05 +0000 Subject: extract has been renamed to llvm-extract to avoid conflicting with another tool git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21498 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-extract/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/llvm-extract/Makefile (limited to 'tools/llvm-extract/Makefile') diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile new file mode 100644 index 0000000000..80a90fa41a --- /dev/null +++ b/tools/llvm-extract/Makefile @@ -0,0 +1,16 @@ +##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +LEVEL = ../.. + +TOOLNAME = llvm-extract +USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \ + LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + +include $(LEVEL)/Makefile.common -- cgit v1.2.3