]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangrewritefrontend/Makefile
Partial MFC of r234508 (by adrian):
[FreeBSD/stable/9.git] / lib / clang / libclangrewritefrontend / Makefile
1 # $FreeBSD$
2
3 LIB=    clangrewritefrontend
4
5 SRCDIR= tools/clang/lib/Rewrite/Frontend
6 SRCS=   FixItRewriter.cpp \
7         FrontendActions.cpp \
8         HTMLPrint.cpp \
9         InclusionRewriter.cpp \
10         RewriteMacros.cpp \
11         RewriteModernObjC.cpp \
12         RewriteObjC.cpp \
13         RewriteTest.cpp
14
15 TGHDRS= AttrList \
16         AttrParsedAttrList \
17         Attrs \
18         DeclNodes \
19         DiagnosticCommonKinds \
20         DiagnosticFrontendKinds \
21         StmtNodes
22
23 .include "../clang.lib.mk"