1a559761c7
Sponsored by: DARPA, AFRL
16 lines
242 B
Makefile
16 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginJITLoaderGDB
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/JITLoader/GDB
|
|
SRCS= JITLoaderGDB.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|