llvm-mirror/tools/llc/Makefile

36 lines
944 B
Makefile
Raw Normal View History

2004-07-16 07:12:46 +00:00
#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2004-07-16 07:12:46 +00:00
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = cwriter \
sparcv9 \
x86 \
2004-07-16 07:12:46 +00:00
skeleton \
selectiondag \
sparcv9regalloc \
2002-10-28 00:54:59 +00:00
sched \
sparcv9select \
2002-10-28 00:54:59 +00:00
codegen \
target.a \
sparcv9livevar \
ipa.a \
transforms.a \
scalaropts.a \
analysis.a \
transformutils.a \
2002-10-28 00:54:59 +00:00
bcreader \
bcwriter \
2002-10-28 00:54:59 +00:00
vmcore \
support.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common