freebsd-dev/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile

16 lines
287 B
Makefile
Raw Normal View History

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