]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbBreakpoint/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbBreakpoint / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbBreakpoint
6
7 SRCDIR= tools/lldb/source/Breakpoint
8 SRCS=   Breakpoint.cpp \
9         BreakpointID.cpp \
10         BreakpointIDList.cpp \
11         BreakpointList.cpp \
12         BreakpointLocation.cpp \
13         BreakpointLocationCollection.cpp \
14         BreakpointLocationList.cpp \
15         BreakpointOptions.cpp \
16         BreakpointResolver.cpp \
17         BreakpointResolverAddress.cpp \
18         BreakpointResolverFileLine.cpp \
19         BreakpointResolverFileRegex.cpp \
20         BreakpointResolverName.cpp \
21         BreakpointSite.cpp \
22         BreakpointSiteList.cpp \
23         Stoppoint.cpp \
24         StoppointCallbackContext.cpp \
25         StoppointLocation.cpp \
26         Watchpoint.cpp \
27         WatchpointList.cpp \
28         WatchpointOptions.cpp
29
30 TGHDRS= DiagnosticCommonKinds \
31         DeclNodes \
32         StmtNodes \
33         CommentCommandList
34
35 .include "../lldb.lib.mk"