]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangcodegen/Makefile
DTrace: option for time-ordered output
[FreeBSD/FreeBSD.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         CGBlocks.cpp \
10         CGBuiltin.cpp \
11         CGCUDANV.cpp \
12         CGCUDARuntime.cpp \
13         CGCXX.cpp \
14         CGCXXABI.cpp \
15         CGCall.cpp \
16         CGClass.cpp \
17         CGCleanup.cpp \
18         CGDebugInfo.cpp \
19         CGDecl.cpp \
20         CGDeclCXX.cpp \
21         CGException.cpp \
22         CGExpr.cpp \
23         CGExprAgg.cpp \
24         CGExprCXX.cpp \
25         CGExprComplex.cpp \
26         CGExprConstant.cpp \
27         CGExprScalar.cpp \
28         CGObjC.cpp \
29         CGObjCGNU.cpp \
30         CGObjCMac.cpp \
31         CGObjCRuntime.cpp \
32         CGOpenCLRuntime.cpp \
33         CGRTTI.cpp \
34         CGRecordLayoutBuilder.cpp \
35         CGStmt.cpp \
36         CGVTT.cpp \
37         CGVTables.cpp \
38         CodeGenAction.cpp \
39         CodeGenFunction.cpp \
40         CodeGenModule.cpp \
41         CodeGenTBAA.cpp \
42         CodeGenTypes.cpp \
43         ItaniumCXXABI.cpp \
44         MicrosoftCXXABI.cpp \
45         ModuleBuilder.cpp \
46         TargetInfo.cpp
47
48 TGHDRS= AttrList \
49         Attrs \
50         CommentNodes \
51         DeclNodes \
52         DiagnosticCommonKinds \
53         DiagnosticFrontendKinds \
54         Intrinsics \
55         StmtNodes \
56         arm_neon
57
58 .include "../clang.lib.mk"