mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
31 lines
624 B
Makefile
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"
|