1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.2 2015/01/29 20:41:38 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= lldbPluginAppleObjCRuntime 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime 8f4a2713aSLionel Sambuc 9*0a6a1f1dSLionel SambucSRCS+= AppleObjCDeclVendor.cpp \ 10*0a6a1f1dSLionel Sambuc AppleObjCRuntime.cpp \ 11f4a2713aSLionel Sambuc AppleObjCRuntimeV1.cpp \ 12f4a2713aSLionel Sambuc AppleObjCRuntimeV2.cpp \ 13f4a2713aSLionel Sambuc AppleObjCTrampolineHandler.cpp \ 14f4a2713aSLionel Sambuc AppleThreadPlanStepThroughObjCTrampoline.cpp 15f4a2713aSLionel Sambuc 16f4a2713aSLionel Sambuc.if defined(HOSTLIB) 17f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 18f4a2713aSLionel Sambuc.else 19f4a2713aSLionel Sambuc.include <bsd.lib.mk> 20f4a2713aSLionel Sambuc.endif 21