blob: a3414577ccf3e1e28a13c05251b106c42355f389 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:30 patrick Exp $
LIB= lldbPluginOperatingSystem
NOPIC=
NOPROFILE=
.include <bsd.own.mk>
SRCS= OperatingSystemPython.cpp \
.PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/OperatingSystem/Python
install:
@# Nothing here so far ...
.include <bsd.lib.mk>
CPPFLAGS+= ${LLDB_INCLUDES}
CPPFLAGS+= ${CLANG_INCLUDES}
|