]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbPluginDynamicLoaderPosixDYLD / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginDynamicLoaderPosixDYLD
6
7 SRCDIR= tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
8 SRCS=   AuxVector.cpp \
9         DYLDRendezvous.cpp \
10         DynamicLoaderPOSIXDYLD.cpp
11
12 TGHDRS= DiagnosticCommonKinds \
13         DeclNodes \
14         StmtNodes \
15         CommentCommandList
16
17 .include "../lldb.lib.mk"