2003-10-21 06:29:16 +08: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-21 06:28:10 +08:00
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = bugpoint
|
|
|
|
|
2003-01-15 05:30:30 +08:00
|
|
|
OPTLIBS = transforms instrument profpaths
|
2002-12-24 07:49:59 +08:00
|
|
|
ANALIBS = datastructure ipa target.a
|
2002-11-21 06:28:10 +08:00
|
|
|
|
2002-12-24 07:49:59 +08:00
|
|
|
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
|
2002-11-21 06:28:10 +08:00
|
|
|
transformutils asmparser bcreader bcwriter vmcore support
|
|
|
|
|
2003-06-18 04:09:18 +08:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2002-11-21 06:28:10 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|