Makefile revision b9ebe8a3033ddc4f1e792efaa5e70eaf874fc4b5
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
10LEVEL = ../..
11TOOLNAME = llc
12USEDLIBS = cwriter powerpc sparcv9 x86 skeleton selectiondag sparcv9regalloc 
13           sched codegen target.a sparcv9livevar ipa.a transforms.a 
14           scalaropts.a analysis.a transformutils.a bcreader bcwriter vmcore \
15           support.a
16TOOLLINKOPTS = $(PLATFORMLIBDL)
17
18include $(LEVEL)/Makefile.common
19
20