freebsd-dev/lib/clang/liblldbPluginJITLoaderGDB/Makefile
2014-11-26 17:40:03 +00:00

16 lines
242 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginJITLoaderGDB
SRCDIR= tools/lldb/source/Plugins/JITLoader/GDB
SRCS= JITLoaderGDB.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"