c89ed8c089c93d8b135fc0bb17865bd9adc73550
[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         LLVMSparcV9RegAlloc \
21         LLVMSparcV9InstrSched \
22         LLVMCodeGen \
23         LLVMTarget.a \
24         LLVMSparcV9LiveVar \
25         LLVMipa.a \
26         LLVMTransforms.a \
27         LLVMScalarOpts \
28         LLVMAnalysis.a \
29         LLVMTransformUtils.a \
30         LLVMBCReader \
31         LLVMBCWriter \
32         LLVMCore \
33         LLVMSupport.a \
34         LLVMbzip2 \
35         LLVMSystem.a
36
37 TOOLLINKOPTS = $(PLATFORMLIBDL)
38
39 include $(LEVEL)/Makefile.common
40