]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libclangsema/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libclangsema / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangsema
6
7 SRCDIR= tools/clang/lib/Sema
8 SRCS=   AnalysisBasedWarnings.cpp \
9         AttributeList.cpp \
10         CodeCompleteConsumer.cpp \
11         DeclSpec.cpp \
12         DelayedDiagnostic.cpp \
13         IdentifierResolver.cpp \
14         JumpDiagnostics.cpp \
15         MultiplexExternalSemaSource.cpp \
16         Scope.cpp \
17         ScopeInfo.cpp \
18         Sema.cpp \
19         SemaAccess.cpp \
20         SemaAttr.cpp \
21         SemaCXXScopeSpec.cpp \
22         SemaCast.cpp \
23         SemaChecking.cpp \
24         SemaCodeComplete.cpp \
25         SemaConsumer.cpp \
26         SemaDecl.cpp \
27         SemaDeclAttr.cpp \
28         SemaDeclCXX.cpp \
29         SemaDeclObjC.cpp \
30         SemaExceptionSpec.cpp \
31         SemaExpr.cpp \
32         SemaExprCXX.cpp \
33         SemaExprMember.cpp \
34         SemaExprObjC.cpp \
35         SemaFixItUtils.cpp \
36         SemaInit.cpp \
37         SemaLambda.cpp \
38         SemaLookup.cpp \
39         SemaObjCProperty.cpp \
40         SemaOpenMP.cpp \
41         SemaOverload.cpp \
42         SemaPseudoObject.cpp \
43         SemaStmt.cpp \
44         SemaStmtAsm.cpp \
45         SemaStmtAttr.cpp \
46         SemaTemplate.cpp \
47         SemaTemplateDeduction.cpp \
48         SemaTemplateInstantiate.cpp \
49         SemaTemplateInstantiateDecl.cpp \
50         SemaTemplateVariadic.cpp \
51         SemaType.cpp \
52         TargetAttributesSema.cpp
53
54 TGHDRS= AttrList \
55         AttrParsedAttrKinds \
56         AttrParsedAttrList \
57         AttrSpellingListIndex \
58         AttrTemplateInstantiate \
59         Attrs \
60         CommentCommandList \
61         CommentNodes \
62         DeclNodes \
63         DiagnosticASTKinds \
64         DiagnosticCommentKinds \
65         DiagnosticCommonKinds \
66         DiagnosticParseKinds \
67         DiagnosticSemaKinds \
68         StmtNodes \
69         arm_neon
70
71 .include "../clang.lib.mk"