]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangrewritefrontend/Makefile
Use ANSI C prototypes.
[FreeBSD/FreeBSD.git] / lib / clang / libclangrewritefrontend / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangrewritefrontend
6
7 SRCDIR= tools/clang/lib/Frontend/Rewrite
8 SRCS=   FixItRewriter.cpp \
9         FrontendActions.cpp \
10         HTMLPrint.cpp \
11         InclusionRewriter.cpp \
12         RewriteMacros.cpp \
13         RewriteTest.cpp
14
15 TGHDRS= AttrList \
16         AttrParsedAttrList \
17         Attrs \
18         CommentCommandList \
19         DeclNodes \
20         DiagnosticCommonKinds \
21         DiagnosticFrontendKinds \
22         StmtNodes
23
24 .include "../clang.lib.mk"