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
/
liblldbUtility
/
Makefile
blob
b34625cedfc6e8b3a2acb86036b2811075361af9
1
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
2
3
LIB
=
lldbUtility
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Utility
8
9
SRCS
+=
ARM_DWARF_Registers.
cpp
\
10
KQueue.
cpp
\
11
PseudoTerminal.
cpp
\
12
Range.
cpp
\
13
SharingPtr.
cpp
\
14
StringExtractor.
cpp
\
15
StringExtractorGDBRemote.
cpp
\
16
TimeSpecTimeout.
cpp
17
18
.if defined
(
HOSTLIB
)
19
.
include
<
bsd.hostlib.mk
>
20
.
else
21
.
include
<
bsd.lib.mk
>
22
.
endif