]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libclangrewritefrontend/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libclangrewritefrontend / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangrewritefrontend
6
7 SRCDIR= tools/clang/lib/Rewrite/Frontend
8 SRCS=   FixItRewriter.cpp \
9         FrontendActions.cpp \
10         HTMLPrint.cpp \
11         InclusionRewriter.cpp \
12         RewriteMacros.cpp \
13         RewriteModernObjC.cpp \
14         RewriteObjC.cpp \
15         RewriteTest.cpp
16
17 TGHDRS= AttrList \
18         AttrParsedAttrList \
19         Attrs \
20         CommentCommandList \
21         DeclNodes \
22         DiagnosticCommonKinds \
23         DiagnosticFrontendKinds \
24         StmtNodes
25
26 .include "../clang.lib.mk"