]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/llvm-diff/Makefile
Checkpoint initial integration work
[FreeBSD/FreeBSD.git] / usr.bin / clang / llvm-diff / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG_CXX=llvm-diff
6
7 SRCDIR= tools/llvm-diff
8 SRCS=   llvm-diff.cpp \
9         DiffConsumer.cpp \
10         DiffLog.cpp \
11         DifferenceEngine.cpp
12
13 TGHDRS= Attributes
14
15 LIBDEPS=llvmirreader \
16         llvmbitreader \
17         llvmasmparser \
18         llvmcore \
19         llvmsupport
20
21 .include "../clang.prog.mk"