freebsd-skq/lib/clang/liblldbPluginSymbolVendorELF/Makefile

16 lines
251 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginSymbolVendorELF
SRCDIR= tools/lldb/source/Plugins/SymbolVendor/ELF
SRCS= SymbolVendorELF.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"