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