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
/
libclangASTMatchersDynamic
/
Makefile
blob
bfe922b6e35e0769c05c8593b536d144a33dd819
1
# $NetBSD: Makefile,v 1.1 2013/05/28 17:37:35 joerg Exp $
2
3
LIB
=
clangASTMatchersDynamic
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
ASTMatchers
/
Dynamic
8
9
SRCS
+=
Diagnostics.
cpp
\
10
Parser.
cpp
\
11
Registry.
cpp
\
12
VariantValue.
cpp
13
14
.if defined
(
HOSTLIB
)
15
.
include
<
bsd.hostlib.mk
>
16
.
else
17
.
include
<
bsd.lib.mk
>
18
.
endif