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"
|