Makefile revision bed85ff010b95923646ed4e187a5d432cedf67da
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##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = llc
11USEDLIBS = cwriter \
12           sparcv9 \
13           sparcv8 \
14           x86 \
15           powerpc \
16           selectiondag \
17           sparcv9regalloc \
18           sched \
19           sparcv9select \
20           codegen \
21           target.a \
22           sparcv9livevar \
23           ipa.a   \
24           transforms.a \
25           scalaropts.a \
26           analysis.a \
27           transformutils.a \
28           bcreader \
29           bcwriter \
30           vmcore \
31           support.a
32TOOLLINKOPTS = $(PLATFORMLIBDL)
33
34include $(LEVEL)/Makefile.common
35
36