# $NetBSD: Makefile,v 1.1 2014/05/30 18:28:16 joerg Exp $ LIB= lldbPluginJITLoaderGDB .include .PATH: ${LLDB_SRCDIR}/source/Plugins/JITLoader/GDB SRCS+= JITLoaderGDB.cpp .if defined(HOSTLIB) .include .else .include .endif