2003-10-21 06:29:16 +08:00
|
|
|
##===- tools/opt/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-06-07 04:29:01 +08:00
|
|
|
LEVEL = ../..
|
2001-09-08 06:59:25 +08:00
|
|
|
TOOLNAME = opt
|
2002-06-26 05:43:28 +08:00
|
|
|
|
2005-10-24 10:31:05 +08:00
|
|
|
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
|
2005-10-24 08:12:20 +08:00
|
|
|
LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
|
2005-10-27 23:54:34 +08:00
|
|
|
LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
|
2004-11-26 04:22:06 +08:00
|
|
|
LLVMbzip2 LLVMSystem.a
|
2004-10-28 07:18:45 +08:00
|
|
|
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|