1# $FreeBSD$ 2 3PROG_CXX= bugpoint 4 5SRCDIR= llvm/tools/bugpoint 6SRCS+= BugDriver.cpp 7SRCS+= CrashDebugger.cpp 8SRCS+= ExecutionDriver.cpp 9SRCS+= ExtractFunction.cpp 10SRCS+= FindBugs.cpp 11SRCS+= Miscompilation.cpp 12SRCS+= OptimizerDriver.cpp 13SRCS+= ToolRunner.cpp 14SRCS+= bugpoint.cpp 15 16.include "../llvm.prog.mk" 17