# $NetBSD: Makefile,v 1.1 2014/05/30 18:28:15 joerg Exp $ LIB= lldbPluginInstructionARM64 .include .PATH: ${LLDB_SRCDIR}/source/Plugins/Instruction/ARM64 SRCS+= EmulateInstructionARM64.cpp .if defined(HOSTLIB) .include .else .include .endif