2003-10-21 00:29:16 +02:00
|
|
|
##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:07:17 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2003-10-21 00:29:16 +02:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-11-20 23:28:10 +01:00
|
|
|
|
2011-10-18 21:27:24 +02:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := bugpoint
|
|
|
|
LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
2012-02-01 04:51:43 +01:00
|
|
|
bitwriter vectorize
|
2002-11-20 23:28:10 +01:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|