]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/lldb.lib.mk
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / lldb.lib.mk
1 # $FreeBSD$
2
3 LLDB_SRCS= ${.CURDIR}/../../../contrib/llvm/tools/lldb
4
5 CFLAGS+=-I${LLDB_SRCS}/include -I${LLDB_SRCS}/source
6 CXXFLAGS+=-std=c++11 -DLLDB_DISABLE_PYTHON                      
7
8 .include "clang.lib.mk"