1255722Semaste# $FreeBSD: releng/11.0/lib/clang/liblldbBreakpoint/Makefile 276479 2014-12-31 20:31:32Z dim $
2255722Semaste
3255722Semaste.include <bsd.own.mk>
4255722Semaste
5255722SemasteLIB=	lldbBreakpoint
6255722Semaste
7255722SemasteSRCDIR=	tools/lldb/source/Breakpoint
8255722SemasteSRCS=	Breakpoint.cpp \
9255722Semaste	BreakpointID.cpp \
10255722Semaste	BreakpointIDList.cpp \
11255722Semaste	BreakpointList.cpp \
12255722Semaste	BreakpointLocation.cpp \
13255722Semaste	BreakpointLocationCollection.cpp \
14255722Semaste	BreakpointLocationList.cpp \
15255722Semaste	BreakpointOptions.cpp \
16255722Semaste	BreakpointResolver.cpp \
17255722Semaste	BreakpointResolverAddress.cpp \
18255722Semaste	BreakpointResolverFileLine.cpp \
19255722Semaste	BreakpointResolverFileRegex.cpp \
20255722Semaste	BreakpointResolverName.cpp \
21255722Semaste	BreakpointSite.cpp \
22255722Semaste	BreakpointSiteList.cpp \
23255722Semaste	Stoppoint.cpp \
24255722Semaste	StoppointCallbackContext.cpp \
25255722Semaste	StoppointLocation.cpp \
26255722Semaste	Watchpoint.cpp \
27255722Semaste	WatchpointList.cpp \
28255722Semaste	WatchpointOptions.cpp
29255722Semaste
30276479SdimTGHDRS=	AttrList \
31276479Sdim	Attrs \
32276479Sdim	DiagnosticCommonKinds \
33255722Semaste	DeclNodes \
34255722Semaste	StmtNodes \
35255722Semaste	CommentCommandList
36255722Semaste
37255722Semaste.include "../lldb.lib.mk"
38