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
/
liblldbPluginDynamicLoaderStatic
/
Makefile
blob
6ecb782cba35e35c163f63badab7e2f0378669fe
1
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
2
3
LIB
=
lldbPluginDynamicLoaderStatic
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
DynamicLoader
/
Static
8
9
SRCS
+=
DynamicLoaderStatic.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif