Deleted Added
full compact
Makefile (212904) Makefile (218893)
1# $FreeBSD: head/lib/clang/libclangcodegen/Makefile 212904 2010-09-20 16:43:17Z dim $
1# $FreeBSD: head/lib/clang/libclangcodegen/Makefile 218893 2011-02-20 19:33:47Z dim $
2
3LIB= clangcodegen
4
5SRCDIR= tools/clang/lib/CodeGen
6SRCS= BackendUtil.cpp \
7 CGBlocks.cpp \
8 CGBuiltin.cpp \
9 CGCXX.cpp \
2
3LIB= clangcodegen
4
5SRCDIR= tools/clang/lib/CodeGen
6SRCS= BackendUtil.cpp \
7 CGBlocks.cpp \
8 CGBuiltin.cpp \
9 CGCXX.cpp \
10 CGCXXABI.cpp \
10 CGCall.cpp \
11 CGClass.cpp \
11 CGCall.cpp \
12 CGClass.cpp \
13 CGCleanup.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 \

--- 6 unchanged lines hidden (view full) ---

26 CGRecordLayoutBuilder.cpp \
27 CGStmt.cpp \
28 CGTemporaries.cpp \
29 CGVTT.cpp \
30 CGVTables.cpp \
31 CodeGenAction.cpp \
32 CodeGenFunction.cpp \
33 CodeGenModule.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 \

--- 6 unchanged lines hidden (view full) ---

28 CGRecordLayoutBuilder.cpp \
29 CGStmt.cpp \
30 CGTemporaries.cpp \
31 CGVTT.cpp \
32 CGVTables.cpp \
33 CodeGenAction.cpp \
34 CodeGenFunction.cpp \
35 CodeGenModule.cpp \
36 CodeGenTBAA.cpp \
34 CodeGenTypes.cpp \
35 ItaniumCXXABI.cpp \
37 CodeGenTypes.cpp \
38 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"
39 MicrosoftCXXABI.cpp \
40 ModuleBuilder.cpp \
41 TargetInfo.cpp
42
43TGHDRS= AttrList \
44 Attrs \
45 DeclNodes \
46 DiagnosticCommonKinds \
47 DiagnosticFrontendKinds \
48 Intrinsics \
49 StmtNodes \
50 arm_neon
51
52.include "../clang.lib.mk"