freebsd-nq/lib/clang/liblldbPluginABISysV_ppc64/Makefile
Ed Maste 9d984acfb7 Update FreeBSD LLDB build for 3.6 update
Sponsored by:	DARPA, AFRL
2015-02-08 17:26:41 +00:00

16 lines
245 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginABISysV_ppc64
SRCDIR= tools/lldb/source/Plugins/ABI/SysV-ppc64
SRCS= ABISysV_ppc64.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"