Link V8 backend into llc.
[oota-llvm.git] / tools / llc / Makefile
1 #===- tools/llc/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
10 LEVEL = ../..
11 TOOLNAME = llc
12 USEDLIBS = \
13         LLVMSparcV9ModuloSched \
14         LLVMCBackend \
15         LLVMPowerPC \
16         LLVMSparcV8 \
17         LLVMSparcV9 \
18         LLVMX86 \
19         LLVMSkeleton \
20         LLVMSelectionDAG \
21         LLVMSparcV9RegAlloc \
22         LLVMSparcV9InstrSched \
23         LLVMCodeGen \
24         LLVMTarget.a \
25         LLVMSparcV9LiveVar \
26         LLVMipa.a \
27         LLVMTransforms.a \
28         LLVMScalarOpts.a \
29         LLVMAnalysis.a \
30         LLVMTransformUtils.a \
31         LLVMBCReader \
32         LLVMBCWriter \
33         LLVMCore \
34         LLVMSupport.a \
35         LLVMbzip2 \
36         LLVMSystem.a
37
38 TOOLLINKOPTS = $(PLATFORMLIBDL)
39
40 include $(LEVEL)/Makefile.common
41