6170cec430
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
17 lines
233 B
Makefile
17 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clangedit
|
|
|
|
SRCDIR= tools/clang/lib/Edit
|
|
SRCS= Commit.cpp \
|
|
EditedSource.cpp \
|
|
RewriteObjCFoundationAPI.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
DiagnosticCommonKinds
|
|
|
|
.include "../clang.lib.mk"
|