14a8124ee840234b64c7fa0cfecd32a8b5374e9d
[oota-llvm.git] / tools / extract / Makefile
1 ##===- tools/extract/Makefile ------------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
10
11 TOOLNAME = extract
12 USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \
13            LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a LLVMCore LLVMSupport.a \
14            LLVMSystem.a
15
16 include $(LEVEL)/Makefile.common