Deleted Added
sdiff udiff text old ( 212904 ) new ( 218893 )
full compact
1# $FreeBSD: head/lib/clang/libclangcodegen/Makefile 212904 2010-09-20 16:43:17Z dim $
2
3LIB= clangcodegen
4
5SRCDIR= tools/clang/lib/CodeGen
6SRCS= BackendUtil.cpp \
7 CGBlocks.cpp \
8 CGBuiltin.cpp \
9 CGCXX.cpp \
10 CGCall.cpp \
11 CGClass.cpp \
12 CGDebugInfo.cpp \
13 CGDecl.cpp \
14 CGDeclCXX.cpp \
15 CGException.cpp \
16 CGExpr.cpp \
17 CGExprAgg.cpp \
18 CGExprCXX.cpp \
19 CGExprComplex.cpp \
20 CGExprConstant.cpp \
21 CGExprScalar.cpp \
22 CGObjC.cpp \
23 CGObjCGNU.cpp \
24 CGObjCMac.cpp \
25 CGRTTI.cpp \
26 CGRecordLayoutBuilder.cpp \
27 CGStmt.cpp \
28 CGTemporaries.cpp \
29 CGVTT.cpp \
30 CGVTables.cpp \
31 CodeGenAction.cpp \
32 CodeGenFunction.cpp \
33 CodeGenModule.cpp \
34 CodeGenTypes.cpp \
35 ItaniumCXXABI.cpp \
36 Mangle.cpp \
37 MicrosoftCXXABI.cpp \
38 ModuleBuilder.cpp \
39 TargetInfo.cpp
40
41TGHDRS= AttrList \
42 Attrs \
43 DeclNodes \
44 DiagnosticCommonKinds \
45 DiagnosticFrontendKinds \
46 Intrinsics \
47 StmtNodes \
48 arm_neon
49
50.include "../clang.lib.mk"