1# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $ 2 3LIB= lldbPluginInstructionARM 4 5.include <bsd.init.mk> 6 7.PATH: ${LLDB_SRCDIR}/source/Plugins/Instruction/ARM 8 9SRCS+= EmulateInstructionARM.cpp \ 10 EmulationStateARM.cpp 11 12.if defined(HOSTLIB) 13.include <bsd.hostlib.mk> 14.else 15.include <bsd.lib.mk> 16.endif 17