Link in the PowerPC back-end.
[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 LEVEL = ../..
10 TOOLNAME = llc
11 USEDLIBS = sparc \
12            x86 \
13            powerpc \
14            selectiondag \
15            regalloc \
16            sched \
17            select \
18            codegen \
19            target.a \
20            livevar \
21            transforms.a \
22            scalaropts.a \
23            analysis.a \
24            transformutils.a \
25            bcreader \
26            bcwriter \
27            vmcore \
28            support.a
29 TOOLLINKOPTS = $(PLATFORMLIBDL)
30
31 include $(LEVEL)/Makefile.common
32