blob: d1eba1cdd47faaef7d2ce87764eb13db9f7b96ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.4 2013/01/23 15:02:59 joerg Exp $
LIB= LLVMMCDisassembler
.include <bsd.init.mk>
.PATH: ${LLVM_SRCDIR}/lib/MC/MCDisassembler
SRCS+= Disassembler.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif
|