]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/lldb.lib.mk
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"