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