1# $OpenBSD: Makefile,v 1.2 2020/08/03 14:45:30 patrick Exp $ 2 3LIB= lldbPluginJITLoader 4NOPIC= 5NOPROFILE= 6 7.include <bsd.own.mk> 8SRCS= JITLoaderGDB.cpp 9 10.PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/JITLoader/GDB 11 12install: 13 @# Nothing here so far ... 14 15.include <bsd.lib.mk> 16 17CPPFLAGS+= ${LLDB_INCLUDES} 18CPPFLAGS+= ${CLANG_INCLUDES} 19CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Plugins 20