]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclangsema/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         MultiInitializer.cpp \
14         Scope.cpp \
15         Sema.cpp \
16         SemaAccess.cpp \
17         SemaAttr.cpp \
18         SemaCXXScopeSpec.cpp \
19         SemaCast.cpp \
20         SemaChecking.cpp \
21         SemaCodeComplete.cpp \
22         SemaDecl.cpp \
23         SemaDeclAttr.cpp \
24         SemaDeclCXX.cpp \
25         SemaExprMember.cpp \
26         SemaDeclObjC.cpp \
27         SemaExceptionSpec.cpp \
28         SemaExpr.cpp \
29         SemaExprCXX.cpp \
30         SemaExprObjC.cpp \
31         SemaFixItUtils.cpp \
32         SemaInit.cpp \
33         SemaLookup.cpp \
34         SemaObjCProperty.cpp \
35         SemaOverload.cpp \
36         SemaStmt.cpp \
37         SemaTemplate.cpp \
38         SemaTemplateDeduction.cpp \
39         SemaTemplateInstantiate.cpp \
40         SemaTemplateInstantiateDecl.cpp \
41         SemaTemplateVariadic.cpp \
42         SemaType.cpp \
43         TargetAttributesSema.cpp
44
45 TGHDRS= AttrList \
46         Attrs \
47         DeclNodes \
48         DiagnosticASTKinds \
49         DiagnosticCommonKinds \
50         DiagnosticParseKinds \
51         DiagnosticSemaKinds \
52         StmtNodes \
53         arm_neon
54
55 .include "../clang.lib.mk"