upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
28 lines
459 B
Makefile
28 lines
459 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clangrewrite
|
|
|
|
SRCDIR= tools/clang/lib/Rewrite
|
|
SRCS= DeltaTree.cpp \
|
|
FixItRewriter.cpp \
|
|
FrontendActions.cpp \
|
|
HTMLPrint.cpp \
|
|
HTMLRewrite.cpp \
|
|
RewriteMacros.cpp \
|
|
RewriteModernObjC.cpp \
|
|
RewriteObjC.cpp \
|
|
RewriteRope.cpp \
|
|
RewriteTest.cpp \
|
|
Rewriter.cpp \
|
|
TokenRewriter.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
AttrParsedAttrList \
|
|
Attrs \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
DiagnosticFrontendKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|