c49b5232fe9cb0f2218f23c4ee0b218d0ccf1a72
[oota-llvm.git] / tools / llc / Makefile
1 LEVEL = ../..
2 TOOLNAME = llc
3 USEDLIBS = mapping \
4            sparc \
5            x86 \
6            selection \
7            regalloc \
8            sched \
9            select \
10            codegen \
11            preopts \
12            postopts.a \
13            target.a \
14            livevar \
15            transforms.a \
16            scalaropts.a \
17            analysis.a \
18            transformutils.a \
19            bcreader \
20            bcwriter \
21            vmcore \
22            support
23 TOOLLINKOPTS = $(PLATFORMLIBDL)
24
25 include $(LEVEL)/Makefile.common
26