]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbPluginSymbolVendorELF/Makefile
Add atf pkg-config files from the vendor branch.
[FreeBSD/FreeBSD.git] / lib / clang / liblldbPluginSymbolVendorELF / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginSymbolVendorELF
6
7 SRCDIR= tools/lldb/source/Plugins/SymbolVendor/ELF
8 SRCS=   SymbolVendorELF.cpp
9
10 TGHDRS= DiagnosticCommonKinds \
11         DeclNodes \
12         StmtNodes \
13         CommentCommandList
14
15 .include "../lldb.lib.mk"