]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libclangrewritefrontend/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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"