a980befd10418c49a7ef9df305843b5feef4b0e1
[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         LLVMSparcV9 \
17         LLVMX86 \
18         LLVMSkeleton \
19         LLVMSelectionDAG \
20         LLVMSparcV9RegAlloc \
21         LLVMSparcV9InstrSched \
22         LLVMCodeGen \
23         LLVMTarget.a \
24         LLVMSparcV9LiveVar \
25         LLVMipa.a \
26         LLVMTransforms.a \
27         LLVMScalarOpts.a \
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