16 lines
241 B
Makefile
16 lines
241 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2013/04/25 13:59:57 joerg Exp $
|
||
|
|
||
|
LIB= LLVMIRReader
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
.PATH: ${LLVM_SRCDIR}/lib/IRReader
|
||
|
|
||
|
SRCS+= IRReader.cpp
|
||
|
|
||
|
.if defined(HOSTLIB)
|
||
|
.include <bsd.hostlib.mk>
|
||
|
.else
|
||
|
.include <bsd.lib.mk>
|
||
|
.endif
|