0ddfaf7ab4
only used by Xcode. This shaves off some compilation time.
25 lines
410 B
Makefile
25 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= clangrewritefrontend
|
|
|
|
SRCDIR= tools/clang/lib/Frontend/Rewrite
|
|
SRCS= FixItRewriter.cpp \
|
|
FrontendActions.cpp \
|
|
HTMLPrint.cpp \
|
|
InclusionRewriter.cpp \
|
|
RewriteMacros.cpp \
|
|
RewriteTest.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
AttrParsedAttrList \
|
|
Attrs \
|
|
CommentCommandList \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
DiagnosticFrontendKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|