repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldbPluginPlatformWindows
/
Makefile
blob
73130c300b4a0f504c48effa3b9c54b832603504
1
# $NetBSD: Makefile,v 1.1 2013/10/20 14:53:23 joerg Exp $
2
3
LIB
=
lldbPluginPlatformWindows
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
Platform
/
Windows
8
9
SRCS
+=
PlatformWindows.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif