freebsd-nq/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile

16 lines
258 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginUnwindAssemblyX86
SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/x86
SRCS= UnwindAssembly-x86.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"