Makefile revision 666d20a3018efac8b1bc2f0af7d78ad36f8049e9
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           sparc \
13           x86 \
14           powerpc \
15           selectiondag \
16           regalloc \
17           sched \
18           select \
19           codegen \
20           target.a \
21           livevar \
22           ipa.a   \
23           transforms.a \
24           scalaropts.a \
25           analysis.a \
26           transformutils.a \
27           bcreader \
28           bcwriter \
29           vmcore \
30           support.a
31TOOLLINKOPTS = $(PLATFORMLIBDL)
32
33include $(LEVEL)/Makefile.common
34
35