repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libclangCodeGen
/
Makefile
blob
99b93296b6a03a2288f8c54b8b68de1d13401c79
1
# $NetBSD: Makefile,v 1.7 2013/11/11 23:51:36 joerg Exp $
2
3
LIB
=
clangCodeGen
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
CodeGen
8
9
SRCS
+=
BackendUtil.
cpp
\
10
CGAtomic.
cpp
\
11
CGBlocks.
cpp
\
12
CGBuiltin.
cpp
\
13
CGCUDANV.
cpp
\
14
CGCUDARuntime.
cpp
\
15
CGCall.
cpp
\
16
CGClass.
cpp
\
17
CGCleanup.
cpp
\
18
CGCXX.
cpp
\
19
CGCXXABI.
cpp
\
20
CGDebugInfo.
cpp
\
21
CGDecl.
cpp
\
22
CGDeclCXX.
cpp
\
23
CGException.
cpp
\
24
CGExpr.
cpp
\
25
CGExprAgg.
cpp
\
26
CGExprComplex.
cpp
\
27
CGExprConstant.
cpp
\
28
CGExprCXX.
cpp
\
29
CGExprScalar.
cpp
\
30
CGObjC.
cpp
\
31
CGObjCGNU.
cpp
\
32
CGObjCMac.
cpp
\
33
CGObjCRuntime.
cpp
\
34
CGOpenCLRuntime.
cpp
\
35
CGRecordLayoutBuilder.
cpp
\
36
CGRTTI.
cpp
\
37
CGStmt.
cpp
\
38
CGVTables.
cpp
\
39
CGVTT.
cpp
\
40
CodeGenABITypes.
cpp
\
41
CodeGenAction.
cpp
\
42
CodeGenFunction.
cpp
\
43
CodeGenModule.
cpp
\
44
CodeGenTBAA.
cpp
\
45
CodeGenTypes.
cpp
\
46
ItaniumCXXABI.
cpp
\
47
MicrosoftCXXABI.
cpp
\
48
MicrosoftVBTables.
cpp
\
49
ModuleBuilder.
cpp
\
50
TargetInfo.
cpp
51
52
.if defined
(
HOSTLIB
)
53
.
include
<
bsd.hostlib.mk
>
54
.
else
55
.
include
<
bsd.lib.mk
>
56
.
endif