1# $OpenBSD: Makefile,v 1.3 2021/04/28 12:55:42 patrick Exp $
2
3LIB=	lldbPluginUnwindAssembly
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8SRCS=	UnwindAssemblyInstEmulation.cpp \
9	UnwindAssembly-x86.cpp \
10	x86AssemblyInspectionEngine.cpp
11
12.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation
13.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/UnwindAssembly/x86
14
15install:
16	@# Nothing here so far ...
17
18.include <bsd.lib.mk>
19
20CPPFLAGS+=	${LLDB_INCLUDES}
21CPPFLAGS+=	${CLANG_INCLUDES}
22