]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangsema/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libclangsema / Makefile
1 # $FreeBSD$
2
3 LIB=    clangsema
4
5 SRCDIR= tools/clang/lib/Sema
6 SRCS=   AnalysisBasedWarnings.cpp \
7         AttributeList.cpp \
8         CodeCompleteConsumer.cpp \
9         DeclSpec.cpp \
10         DelayedDiagnostic.cpp \
11         IdentifierResolver.cpp \
12         JumpDiagnostics.cpp \
13         Scope.cpp \
14         Sema.cpp \
15         SemaAccess.cpp \
16         SemaAttr.cpp \
17         SemaCXXCast.cpp \
18         SemaCXXScopeSpec.cpp \
19         SemaChecking.cpp \
20         SemaCodeComplete.cpp \
21         SemaDecl.cpp \
22         SemaDeclAttr.cpp \
23         SemaDeclCXX.cpp \
24         SemaExprMember.cpp \
25         SemaDeclObjC.cpp \
26         SemaExceptionSpec.cpp \
27         SemaExpr.cpp \
28         SemaExprCXX.cpp \
29         SemaExprObjC.cpp \
30         SemaInit.cpp \
31         SemaLookup.cpp \
32         SemaObjCProperty.cpp \
33         SemaOverload.cpp \
34         SemaStmt.cpp \
35         SemaTemplate.cpp \
36         SemaTemplateDeduction.cpp \
37         SemaTemplateInstantiate.cpp \
38         SemaTemplateInstantiateDecl.cpp \
39         SemaTemplateVariadic.cpp \
40         SemaType.cpp \
41         TargetAttributesSema.cpp
42
43 TGHDRS= AttrList \
44         Attrs \
45         DeclNodes \
46         DiagnosticASTKinds \
47         DiagnosticCommonKinds \
48         DiagnosticParseKinds \
49         DiagnosticSemaKinds \
50         StmtNodes \
51         arm_neon
52
53 .include "../clang.lib.mk"