Dimitry Andric 7ae0e2c9f0 Upgrade our copy of llvm/clang to trunk r162107. With thanks to
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
2012-08-20 18:33:03 +00:00

18 lines
249 B
Makefile

# $FreeBSD$
LIB= clangedit
SRCDIR= tools/clang/lib/Edit
SRCS= Commit.cpp \
EditedSource.cpp \
RewriteObjCFoundationAPI.cpp
TGHDRS= AttrList \
Attrs \
CommentNodes \
DeclNodes \
StmtNodes \
DiagnosticCommonKinds
.include "../clang.lib.mk"