2005-04-25 01:36:05 +08:00
|
|
|
##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
|
2003-10-21 06:29:16 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-05-23 04:27:00 +08:00
|
|
|
LEVEL = ../..
|
|
|
|
|
2005-04-25 01:36:05 +08:00
|
|
|
TOOLNAME = llvm-extract
|
2004-10-28 07:18:45 +08:00
|
|
|
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \
|
2005-10-27 23:54:34 +08:00
|
|
|
LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \
|
2005-04-25 01:36:05 +08:00
|
|
|
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2002-05-23 04:27:00 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|