]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangarcmigrate/Makefile
Import to 0.6.1
[FreeBSD/FreeBSD.git] / lib / clang / libclangarcmigrate / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangarcmigrate
6
7 SRCDIR= tools/clang/lib/ARCMigrate
8 SRCS=   ARCMT.cpp \
9         ARCMTActions.cpp \
10         FileRemapper.cpp \
11         ObjCMT.cpp \
12         PlistReporter.cpp \
13         TransAPIUses.cpp \
14         TransARCAssign.cpp \
15         TransAutoreleasePool.cpp \
16         TransBlockObjCVariable.cpp \
17         TransEmptyStatementsAndDealloc.cpp \
18         TransGCAttrs.cpp \
19         TransGCCalls.cpp \
20         TransProperties.cpp \
21         TransProtectedScope.cpp \
22         TransRetainReleaseDealloc.cpp \
23         TransUnbridgedCasts.cpp \
24         TransUnusedInitDelegate.cpp \
25         TransZeroOutPropsInDealloc.cpp \
26         TransformActions.cpp \
27         Transforms.cpp
28
29 TGHDRS= AttrList \
30         AttrParsedAttrList \
31         AttrVisitor \
32         Attrs \
33         CommentCommandList \
34         CommentNodes \
35         DeclNodes \
36         DiagnosticCommonKinds \
37         DiagnosticGroups \
38         DiagnosticSemaKinds \
39         StmtNodes
40
41 .include "../clang.lib.mk"