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
/
liblldbPluginSystemRuntimeMacOSX
/
Makefile
blob
e222f57b4debfb0a070b811ce2280b4329176781
1
# $NetBSD: Makefile,v 1.1 2013/11/28 14:20:33 joerg Exp $
2
3
LIB
=
lldbPluginSystemRuntimeMacOSX
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
SystemRuntime
/
MacOSX
8
9
SRCS
+=
SystemRuntimeMacOSX.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif