9d984acfb7
Sponsored by: DARPA, AFRL
16 lines
239 B
Makefile
16 lines
239 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginABISysV_ppc
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/ABI/SysV-ppc
|
|
SRCS= ABISysV_ppc.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|