21 lines
288 B
Makefile
21 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= clangrewrite
|
|
|
|
SRCDIR= tools/clang/lib/Rewrite
|
|
SRCS= DeltaTree.cpp \
|
|
HTMLRewrite.cpp \
|
|
RewriteRope.cpp \
|
|
Rewriter.cpp \
|
|
TokenRewriter.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|