freebsd-dev/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile

16 lines
282 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginObjectContainerBSDArchive
SRCDIR= tools/lldb/source/Plugins/ObjectContainer/BSD-Archive
SRCS= ObjectContainerBSDArchive.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"