freebsd-dev/lib/clang/liblldbPluginInstructionARM/Makefile

17 lines
280 B
Makefile
Raw Normal View History

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