]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangcodegen/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[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         CGCXX.cpp \
10         CGCXXABI.cpp \
11         CGCall.cpp \
12         CGClass.cpp \
13         CGCleanup.cpp \
14         CGDebugInfo.cpp \
15         CGDecl.cpp \
16         CGDeclCXX.cpp \
17         CGException.cpp \
18         CGExpr.cpp \
19         CGExprAgg.cpp \
20         CGExprCXX.cpp \
21         CGExprComplex.cpp \
22         CGExprConstant.cpp \
23         CGExprScalar.cpp \
24         CGObjC.cpp \
25         CGObjCGNU.cpp \
26         CGObjCMac.cpp \
27         CGObjCRuntime.cpp \
28         CGRTTI.cpp \
29         CGRecordLayoutBuilder.cpp \
30         CGStmt.cpp \
31         CGTemporaries.cpp \
32         CGVTT.cpp \
33         CGVTables.cpp \
34         CodeGenAction.cpp \
35         CodeGenFunction.cpp \
36         CodeGenModule.cpp \
37         CodeGenTBAA.cpp \
38         CodeGenTypes.cpp \
39         ItaniumCXXABI.cpp \
40         MicrosoftCXXABI.cpp \
41         ModuleBuilder.cpp \
42         TargetInfo.cpp
43
44 TGHDRS= AttrList \
45         Attrs \
46         DeclNodes \
47         DiagnosticCommonKinds \
48         DiagnosticFrontendKinds \
49         Intrinsics \
50         StmtNodes \
51         arm_neon
52
53 .include "../clang.lib.mk"