etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginAppleObjCRuntime / Makefile
blob254cadb7ae416cb21ce07f3e5bd301e3d08335c6
1 # $NetBSD: Makefile,v 1.2 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbPluginAppleObjCRuntime
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
9 SRCS+= AppleObjCDeclVendor.cpp \
10 AppleObjCRuntime.cpp \
11 AppleObjCRuntimeV1.cpp \
12 AppleObjCRuntimeV2.cpp \
13 AppleObjCTrampolineHandler.cpp \
14 AppleThreadPlanStepThroughObjCTrampoline.cpp
16 .if defined(HOSTLIB)
17 .include <bsd.hostlib.mk>
18 .else
19 .include <bsd.lib.mk>
20 .endif