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