xref: /openbsd-src/gnu/usr.bin/clang/liblldbPluginTypeSystem/Makefile (revision c04ab3e34662cd5b490d8e7187b529217351cc52)
1# $OpenBSD: Makefile,v 1.1 2021/04/28 12:55:42 patrick Exp $
2
3LIB=	lldbPluginTypeSystem
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8SRCS=	TypeSystemClang.cpp \
9
10.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/TypeSystem/Clang
11
12install:
13	@# Nothing here so far ...
14
15.include <bsd.lib.mk>
16
17CPPFLAGS+=	${LLDB_INCLUDES}
18CPPFLAGS+=	${CLANG_INCLUDES}
19