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