opnsense-src/lib/clang/libclangarcmigrate/Makefile
Dimitry Andric 6122f3e60d Upgrade our copy of llvm/clang to r142614, from upstream's release_30
branch.  This brings us very close to the 3.0 release, which is expected
in a week or two.

MFC after:	1 week
2011-10-22 14:08:43 +00:00

31 lines
624 B
Makefile

# $FreeBSD$
LIB= clangarcmigrate
SRCDIR= tools/clang/lib/ARCMigrate
SRCS= ARCMT.cpp \
ARCMTActions.cpp \
FileRemapper.cpp \
PlistReporter.cpp \
TransAPIUses.cpp \
TransARCAssign.cpp \
TransAutoreleasePool.cpp \
TransBlockObjCVariable.cpp \
TransEmptyStatementsAndDealloc.cpp \
TransformActions.cpp \
Transforms.cpp \
TransProperties.cpp \
TransRetainReleaseDealloc.cpp \
TransUnbridgedCasts.cpp \
TransUnusedInitDelegate.cpp \
TransZeroOutPropsInDealloc.cpp
TGHDRS= AttrList \
Attrs \
DeclNodes \
DiagnosticCommonKinds \
DiagnosticGroups \
DiagnosticSemaKinds \
StmtNodes
.include "../clang.lib.mk"