139f7f9bf5
upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
21 lines
294 B
Makefile
21 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= clangedit
|
|
|
|
SRCDIR= tools/clang/lib/Edit
|
|
SRCS= Commit.cpp \
|
|
EditedSource.cpp \
|
|
RewriteObjCFoundationAPI.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
CommentCommandList \
|
|
CommentNodes \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
DiagnosticCommonKinds
|
|
|
|
.include "../clang.lib.mk"
|