bc2abcfdef
Reviewed by: dim Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6856
24 lines
319 B
Makefile
24 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
MAN=
|
|
.include <bsd.own.mk>
|
|
|
|
PROG_CXX=clang-format
|
|
|
|
SRCDIR= tools/clang/tools/clang-format
|
|
SRCS= ClangFormat.cpp
|
|
|
|
LIBDEPS=clangrewrite \
|
|
clanglex \
|
|
clangformat \
|
|
clangbasic \
|
|
clangast \
|
|
clangtoolingcore \
|
|
llvmmc \
|
|
llvmcore \
|
|
llvmsupport \
|
|
|
|
TGHDRS= DiagnosticCommonKinds
|
|
|
|
.include "../clang.prog.mk"
|