]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/bugpoint/Makefile
Merge lldb trunk r321017 to contrib/llvm/tools/lldb.
[FreeBSD/FreeBSD.git] / usr.bin / clang / bugpoint / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=       bugpoint
4
5 SRCDIR=         tools/bugpoint
6 SRCS+=          BugDriver.cpp
7 SRCS+=          CrashDebugger.cpp
8 SRCS+=          ExecutionDriver.cpp
9 SRCS+=          ExtractFunction.cpp
10 SRCS+=          FindBugs.cpp
11 SRCS+=          Miscompilation.cpp
12 SRCS+=          OptimizerDriver.cpp
13 SRCS+=          ToolRunner.cpp
14 SRCS+=          bugpoint.cpp
15
16 LIBADD+=        z
17
18 .include "../llvm.prog.mk"