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
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMCppBackend
/
Makefile
blob
c244e29d6a16752e7076a4ffb87034e4704302d8
1
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:56 joerg Exp $
2
3
LIB
=
LLVMCppBackend
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Target
/
CppBackend
8
9
SRCS
+=
CPPBackend.
cpp
10
11
.
include
<
bsd.lib.mk
>