]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libclangcodegen/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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         CodeGenAction.cpp \
40         CodeGenFunction.cpp \
41         CodeGenModule.cpp \
42         CodeGenTBAA.cpp \
43         CodeGenTypes.cpp \
44         ItaniumCXXABI.cpp \
45         MicrosoftCXXABI.cpp \
46         ModuleBuilder.cpp \
47         TargetInfo.cpp
48
49 TGHDRS= AttrList \
50         Attrs \
51         CommentCommandList \
52         CommentNodes \
53         DeclNodes \
54         DiagnosticCommonKinds \
55         DiagnosticFrontendKinds \
56         Intrinsics \
57         StmtNodes \
58         arm_neon
59
60 .include "../clang.lib.mk"