Fix an obvious bug in the refactoring I did a few days ago
[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 = cwriter \
12            sparcv9 \
13            x86 \
14            powerpc \
15            selectiondag \
16            sparcv9regalloc \
17            sched \
18            sparcv9select \
19            codegen \
20            target.a \
21            sparcv9livevar \
22            ipa.a   \
23            transforms.a \
24            scalaropts.a \
25            analysis.a \
26            transformutils.a \
27            bcreader \
28            bcwriter \
29            vmcore \
30            support.a
31 TOOLLINKOPTS = $(PLATFORMLIBDL)
32
33 include $(LEVEL)/Makefile.common
34