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