]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libclangrewritecore/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libclangrewritecore / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangrewritecore
6
7 SRCDIR= tools/clang/lib/Rewrite/Core
8 SRCS=   DeltaTree.cpp \
9         HTMLRewrite.cpp \
10         RewriteRope.cpp \
11         Rewriter.cpp \
12         TokenRewriter.cpp
13
14 TGHDRS= AttrList \
15         Attrs \
16         DeclNodes \
17         DiagnosticCommonKinds \
18         StmtNodes
19
20 .include "../clang.lib.mk"