etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginProcessElfCore / Makefile
blobf7f8b678ead80f524c5a8ef694d84061c288ec77
1 # $NetBSD: Makefile,v 1.4 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbPluginProcessElfCore
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Process/elf-core
9 CPPFLAGS.RegisterContextPOSIXCore_mips64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
10 CPPFLAGS.RegisterContextPOSIXCore_powerpc.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
11 CPPFLAGS.RegisterContextPOSIXCore_x86_64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
12 CPPFLAGS.ThreadElfCore.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
14 SRCS+= ProcessElfCore.cpp \
15 RegisterContextPOSIXCore_mips64.cpp \
16 RegisterContextPOSIXCore_powerpc.cpp \
17 RegisterContextPOSIXCore_x86_64.cpp \
18 ThreadElfCore.cpp
20 .if defined(HOSTLIB)
21 .include <bsd.hostlib.mk>
22 .else
23 .include <bsd.lib.mk>
24 .endif