2003-10-20 22:29:16 +00:00
|
|
|
##===- tools/bugpoint/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-11-20 22:28:10 +00:00
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = bugpoint
|
|
|
|
|
2004-10-27 23:18:45 +00:00
|
|
|
OPTLIBS = LLVMTransforms LLVMInstrumentation LLVMProfilePaths
|
|
|
|
ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a
|
2002-11-20 22:28:10 +00:00
|
|
|
|
2004-10-27 23:18:45 +00:00
|
|
|
USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
|
|
|
|
LLVMTransformUtils LLVMAsmParser LLVMBCReader LLVMBCWriter LLVMCore \
|
|
|
|
LLVMSupport.a LLVMSystem.a
|
2002-11-20 22:28:10 +00:00
|
|
|
|
2003-06-17 20:09:18 +00:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2002-11-20 22:28:10 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|