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) \
|
2004-11-14 23:23:18 +00:00
|
|
|
LLVMTransformUtils \
|
|
|
|
LLVMAsmParser LLVMLinker.a 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
|