bc2abcfdef
Reviewed by: dim Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6856
20 lines
290 B
Makefile
20 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= clangtoolingcore
|
|
|
|
SRCDIR= tools/clang/lib/Tooling/Core
|
|
CFLAGS+= -I${LLVM_SRCS}/tools
|
|
SRCS= Lookup.cpp \
|
|
Replacement.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
CommentCommandList \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|