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
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldbUtility
/
Makefile
blob
1995a1b0b864544be1c7c456319fd30fdae4274e
1
# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:39 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
ARM64_DWARF_Registers.
cpp
\
11
KQueue.
cpp
\
12
PseudoTerminal.
cpp
\
13
Range.
cpp
\
14
RegisterNumber.
cpp
\
15
SharingPtr.
cpp
\
16
StringExtractor.
cpp
\
17
StringExtractorGDBRemote.
cpp
\
18
StringLexer.
cpp
\
19
TimeSpecTimeout.
cpp
\
20
UriParser.
cpp
21
22
.if defined
(
HOSTLIB
)
23
.
include
<
bsd.hostlib.mk
>
24
.
else
25
.
include
<
bsd.lib.mk
>
26
.
endif