hanchenye-llvm-project/llvm/tools/llc/Makefile

44 lines
934 B
Makefile
Raw Normal View History

2004-07-16 15:12:46 +08: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 15:12:46 +08:00
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = \
LLVMSparcV9ModuloSched \
LLVMCBackend \
LLVMPowerPC \
LLVMSparcV8 \
LLVMSparcV9 \
LLVMX86 \
2005-02-16 05:14:09 +08:00
LLVMAlpha \
LLVMIA64 \
LLVMSkeleton \
LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \
LLVMSelectionDAG \
LLVMCodeGen \
LLVMTarget.a \
LLVMSparcV9LiveVar \
LLVMipa.a \
LLVMTransforms.a \
LLVMScalarOpts \
LLVMAnalysis.a \
LLVMTransformUtils.a \
LLVMBCReader \
LLVMBCWriter \
LLVMCore \
LLVMSupport.a \
LLVMbzip2 \
LLVMSystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common