]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libclangcodegen/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libclangcodegen / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangcodegen
6
7 SRCDIR= tools/clang/lib/CodeGen
8 SRCS=   BackendUtil.cpp \
9         CGAtomic.cpp \
10         CGBlocks.cpp \
11         CGBuiltin.cpp \
12         CGCUDANV.cpp \
13         CGCUDARuntime.cpp \
14         CGCXX.cpp \
15         CGCXXABI.cpp \
16         CGCall.cpp \
17         CGClass.cpp \
18         CGCleanup.cpp \
19         CGDebugInfo.cpp \
20         CGDecl.cpp \
21         CGDeclCXX.cpp \
22         CGException.cpp \
23         CGExpr.cpp \
24         CGExprAgg.cpp \
25         CGExprCXX.cpp \
26         CGExprComplex.cpp \
27         CGExprConstant.cpp \
28         CGExprScalar.cpp \
29         CGObjC.cpp \
30         CGObjCGNU.cpp \
31         CGObjCMac.cpp \
32         CGObjCRuntime.cpp \
33         CGOpenCLRuntime.cpp \
34         CGRTTI.cpp \
35         CGRecordLayoutBuilder.cpp \
36         CGStmt.cpp \
37         CGVTT.cpp \
38         CGVTables.cpp \
39         CodeGenABITypes.cpp \
40         CodeGenAction.cpp \
41         CodeGenFunction.cpp \
42         CodeGenModule.cpp \
43         CodeGenTBAA.cpp \
44         CodeGenTypes.cpp \
45         ItaniumCXXABI.cpp \
46         MicrosoftCXXABI.cpp \
47         MicrosoftVBTables.cpp \
48         ModuleBuilder.cpp \
49         TargetInfo.cpp
50
51 TGHDRS= AttrList \
52         Attrs \
53         CommentCommandList \
54         CommentNodes \
55         DeclNodes \
56         DiagnosticCommonKinds \
57         DiagnosticFrontendKinds \
58         DiagnosticSemaKinds \
59         Intrinsics \
60         StmtNodes \
61         arm_neon
62
63 .include "../clang.lib.mk"