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
/
Makefile.inc
blob
bbc64ae91285189b9b153d43f00a93d07503cc25
1
# $NetBSD: Makefile.inc,v 1.3 2013/10/14 01:37:39 joerg Exp $
2
3
LIBISPRIVATE= yes
4
5
.if !empty(LIB:Mlldb*)
6
CPPFLAGS+= -I${LLDB_SRCDIR}/source
7
CPPFLAGS+= -I${LLDB_SRCDIR}/source/Plugins/Process/POSIX
8
.endif
9
10
.include "${.PARSEDIR}/../Makefile.inc"