]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - lib/clang/libclangarcmigrate/Makefile
Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.
[FreeBSD/releng/9.1.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         DeclNodes \
30         DiagnosticCommonKinds \
31         DiagnosticGroups \
32         DiagnosticSemaKinds \
33         StmtNodes
34
35 .include "../clang.lib.mk"