]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libclangarcmigrate/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         Attrs \
32         CommentCommandList \
33         CommentNodes \
34         DeclNodes \
35         DiagnosticCommonKinds \
36         DiagnosticGroups \
37         DiagnosticSemaKinds \
38         StmtNodes
39
40 .include "../clang.lib.mk"