Makefile revision 780cbd9bae483f82a1f0ffbee3a63b53a16e88aa
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
10LEVEL = ../..
11TOOLNAME = llc
12USEDLIBS = \
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.a \
28	LLVMAnalysis.a \
29	LLVMTransformUtils.a \
30	LLVMBCReader \
31	LLVMBCWriter \
32	LLVMCore \
33	LLVMSupport.a \
34	LLVMbzip2 \
35	LLVMSystem.a
36
37TOOLLINKOPTS = $(PLATFORMLIBDL)
38
39include $(LEVEL)/Makefile.common
40
41