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
/
liblldbHostCommon
/
Makefile
blob
1e15a9819236a7f8b616fefef0b8574fdb73ea2b
1
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
2
3
LIB
=
lldbHostCommon
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Host
/
common
8
9
SRCS
+=
Condition.
cpp
\
10
DynamicLibrary.
cpp
\
11
File.
cpp
\
12
FileSpec.
cpp
\
13
Host.
cpp
\
14
Mutex.
cpp
\
15
OptionParser.
cpp
\
16
ProcessRunLock.
cpp
\
17
SocketAddress.
cpp
\
18
Symbols.
cpp
\
19
Terminal.
cpp
\
20
TimeValue.
cpp
21
22
CPPFLAGS.OptionParser.
cpp
+= -
Dgetopt_long_only
=
getopt_long
23
24
.if defined
(
HOSTLIB
)
25
.
include
<
bsd.hostlib.mk
>
26
.
else
27
.
include
<
bsd.lib.mk
>
28
.
endif