mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
Reviewed by: dim Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6856
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= clangformat
|
|
|
|
SRCDIR= tools/clang/lib/Format
|
|
|
|
SRCS= BreakableToken.cpp \
|
|
ContinuationIndenter.cpp \
|
|
Format.cpp \
|
|
FormatToken.cpp \
|
|
TokenAnnotator.cpp \
|
|
UnwrappedLineFormatter.cpp \
|
|
UnwrappedLineParser.cpp \
|
|
WhitespaceManager.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds
|
|
|
|
.include "../clang.lib.mk"
|