]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangarcmigrate/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[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         TransARCAssign.cpp \
10         TransAutoreleasePool.cpp \
11         TransBlockObjCVariable.cpp \
12         TransEmptyStatementsAndDealloc.cpp \
13         TransformActions.cpp \
14         Transforms.cpp \
15         TransProperties.cpp \
16         TransRetainReleaseDealloc.cpp \
17         TransUnbridgedCasts.cpp \
18         TransUnusedInitDelegate.cpp \
19         TransZeroOutPropsInDealloc.cpp
20
21 TGHDRS= AttrList \
22         Attrs \
23         DeclNodes \
24         DiagnosticCommonKinds \
25         DiagnosticGroups \
26         DiagnosticSemaKinds \
27         StmtNodes
28
29 .include "../clang.lib.mk"