1255722Semaste# $FreeBSD$
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