16 lines
248 B
Makefile
16 lines
248 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
LIB= lldbPluginABISysV_x86_64
|
||
|
|
||
|
SRCDIR= tools/lldb/source/Plugins/ABI/SysV-x86_64
|
||
|
SRCS= ABISysV_x86_64.cpp
|
||
|
|
||
|
TGHDRS= DiagnosticCommonKinds \
|
||
|
DeclNodes \
|
||
|
StmtNodes \
|
||
|
CommentCommandList
|
||
|
|
||
|
.include "../lldb.lib.mk"
|