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
/
libclangSerialization
/
Makefile
blob
ee99dde44d85ef36e8b31349e7a7b5140d4506e2
1
# $NetBSD: Makefile,v 1.5 2013/02/04 15:00:36 joerg Exp $
2
3
LIB
=
clangSerialization
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
Serialization
8
9
SRCS
+=
ASTCommon.
cpp
\
10
ASTReader.
cpp
\
11
ASTReaderDecl.
cpp
\
12
ASTReaderStmt.
cpp
\
13
ASTWriter.
cpp
\
14
ASTWriterDecl.
cpp
\
15
ASTWriterStmt.
cpp
\
16
GeneratePCH.
cpp
\
17
GlobalModuleIndex.
cpp
\
18
Module.
cpp
\
19
ModuleManager.
cpp
20
21
.if defined
(
HOSTLIB
)
22
.
include
<
bsd.hostlib.mk
>
23
.
else
24
.
include
<
bsd.lib.mk
>
25
.
endif