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
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMCppBackendInfo
/
Makefile
blob
b8a18e95002d285a275ea1dd6ba6dbfad82f5657
1
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:56 joerg Exp $
2
3
LIB
=
LLVMCppBackendInfo
4
5
CPPFLAGS
+= -
I
${
LLVM_SRCDIR
}/
lib
/
Target
/
CppBackend
6
7
.
include
<
bsd.init.mk
>
8
9
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Target
/
CppBackend
/
TargetInfo
10
11
SRCS
+=
CppBackendTargetInfo.
cpp
12
13
.
include
<
bsd.lib.mk
>