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
|
|
|
|
|
2003-01-14 21:30:30 +00:00
|
|
|
OPTLIBS = transforms instrument profpaths
|
2002-12-23 23:49:59 +00:00
|
|
|
ANALIBS = datastructure ipa target.a
|
2002-11-20 22:28:10 +00:00
|
|
|
|
2002-12-23 23:49:59 +00:00
|
|
|
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
|
2002-11-20 22:28:10 +00:00
|
|
|
transformutils asmparser bcreader bcwriter vmcore support
|
|
|
|
|
2003-06-17 20:09:18 +00:00
|
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
2002-11-20 22:28:10 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|