1*e8f1392dSEd Maste# $FreeBSD$ 2*e8f1392dSEd Maste 3*e8f1392dSEd Maste.include <bsd.own.mk> 4*e8f1392dSEd Maste 5*e8f1392dSEd MasteLIB= lldb 6*e8f1392dSEd Maste 7*e8f1392dSEd MasteCFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX 8*e8f1392dSEd Maste 9*e8f1392dSEd MasteSRCDIR= tools/lldb/source 10*e8f1392dSEd MasteSRCS= lldb.cpp \ 11*e8f1392dSEd Maste lldb-log.cpp 12*e8f1392dSEd Maste 13*e8f1392dSEd MasteTGHDRS= DiagnosticCommonKinds \ 14*e8f1392dSEd Maste DeclNodes \ 15*e8f1392dSEd Maste StmtNodes \ 16*e8f1392dSEd Maste CommentCommandList 17*e8f1392dSEd Maste 18*e8f1392dSEd Maste.include "../lldb.lib.mk" 19