# $FreeBSD: head/lib/clang/libclangarcmigrate/Makefile 276479 2014-12-31 20:31:32Z dim $ .include LIB= clangarcmigrate SRCDIR= tools/clang/lib/ARCMigrate SRCS= ARCMT.cpp \ ARCMTActions.cpp \ FileRemapper.cpp \ ObjCMT.cpp \ PlistReporter.cpp \ TransAPIUses.cpp \ TransARCAssign.cpp \ TransAutoreleasePool.cpp \ TransBlockObjCVariable.cpp \ TransEmptyStatementsAndDealloc.cpp \ TransGCAttrs.cpp \ TransGCCalls.cpp \ TransProperties.cpp \ TransProtectedScope.cpp \ TransRetainReleaseDealloc.cpp \ TransUnbridgedCasts.cpp \ TransUnusedInitDelegate.cpp \ TransZeroOutPropsInDealloc.cpp \ TransformActions.cpp \ Transforms.cpp TGHDRS= AttrList \ AttrParsedAttrList \ AttrVisitor \ Attrs \ CommentCommandList \ CommentNodes \ DeclNodes \ DiagnosticCommonKinds \ DiagnosticGroups \ DiagnosticSemaKinds \ StmtNodes .include "../clang.lib.mk"