mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/08/10 17:34:21 joerg Exp $
|
|
|
|
LIB= LLVMMCDisassembler
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLVM_SRCDIR}/lib/MC/MCDisassembler
|
|
|
|
SRCS+= Disassembler.cpp \
|
|
MCDisassembler.cpp \
|
|
MCExternalSymbolizer.cpp \
|
|
MCRelocationInfo.cpp \
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|