1255722Semaste# $FreeBSD: releng/10.3/lib/clang/lldb.lib.mk 255722 2013-09-20 01:52:02Z emaste $
2255722Semaste
3255722SemasteLLDB_SRCS= ${.CURDIR}/../../../contrib/llvm/tools/lldb
4255722Semaste
5255722SemasteCFLAGS+=-I${LLDB_SRCS}/include -I${LLDB_SRCS}/source
6255722SemasteCXXFLAGS+=-std=c++11 -DLLDB_DISABLE_PYTHON                      
7255722Semaste
8255722Semaste.include "clang.lib.mk"
9