xref: /openbsd-src/gnu/usr.bin/clang/liblldbHostOpenBSD/Makefile (revision 4d444bd032833ec137d09778062bd4a2af1ff46a)
1# $OpenBSD: Makefile,v 1.1 2018/10/04 11:43:29 patrick Exp $
2
3LIB=	lldbHostOpenBSD
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8
9SRCS=	Host.cpp \
10	HostInfoOpenBSD.cpp
11
12.PATH:	${.CURDIR}/../../../llvm/tools/lldb/source/Host/openbsd
13
14install:
15	@# Nothing here so far ...
16
17.include <bsd.lib.mk>
18
19CPPFLAGS+=	${LLDB_INCLUDES}
20CPPFLAGS+=	${CLANG_INCLUDES}
21