Deleted Added
full compact
Makefile (256281) Makefile (263368)
1# $FreeBSD: stable/10/lib/clang/liblldbPluginProcessFreeBSD/Makefile 255722 2013-09-20 01:52:02Z emaste $
1# $FreeBSD: stable/10/lib/clang/liblldbPluginProcessFreeBSD/Makefile 263368 2014-03-19 13:19:56Z emaste $
2
3.include <bsd.own.mk>
4
5LIB= lldbPluginProcessFreeBSD
6
7# include_directories(.)
8CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD
9CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
10
11SRCDIR= tools/lldb/source/Plugins/Process/FreeBSD
2
3.include <bsd.own.mk>
4
5LIB= lldbPluginProcessFreeBSD
6
7# include_directories(.)
8CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD
9CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
10
11SRCDIR= tools/lldb/source/Plugins/Process/FreeBSD
12SRCS= ProcessFreeBSD.cpp \
12SRCS= FreeBSDThread.cpp \
13 ProcessFreeBSD.cpp \
13 ProcessMonitor.cpp
14
15TGHDRS= DiagnosticCommonKinds \
16 DeclNodes \
17 StmtNodes \
18 CommentCommandList
19
20.include "../lldb.lib.mk"
14 ProcessMonitor.cpp
15
16TGHDRS= DiagnosticCommonKinds \
17 DeclNodes \
18 StmtNodes \
19 CommentCommandList
20
21.include "../lldb.lib.mk"