freebsd-dev/lib/clang/liblldbPluginInstructionMIPS/Makefile

16 lines
258 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginInstructionMIPS
SRCDIR= tools/lldb/source/Plugins/Instruction/MIPS
SRCS= EmulateInstructionMIPS.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"