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
/
libLLVMObject
/
Makefile
blob
64a8d1cda9e1e5a28eb82c55fc596d168b04e23d
1
# $NetBSD: Makefile,v 1.11 2014/08/10 17:34:22 joerg Exp $
2
3
LIB
=
LLVMObject
4
NOGCCERROR
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Object
9
10
SRCS
+=
Archive.
cpp
\
11
Binary.
cpp
\
12
COFFObjectFile.
cpp
\
13
COFFYAML.
cpp
\
14
ELF.
cpp
\
15
ELFObjectFile.
cpp
\
16
ELFYAML.
cpp
\
17
Error.
cpp
\
18
IRObjectFile.
cpp
\
19
MachOObjectFile.
cpp
\
20
MachOUniversal.
cpp
\
21
Object.
cpp
\
22
ObjectFile.
cpp
\
23
RecordStreamer.
cpp
\
24
SymbolicFile.
cpp
25
26
.if defined
(
HOSTLIB
)
27
.
include
<
bsd.hostlib.mk
>
28
.
else
29
.
include
<
bsd.lib.mk
>
30
.
endif