freebsd-skq/lib/clang/liblldbBreakpoint/Makefile
2014-11-26 17:40:03 +00:00

38 lines
770 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbBreakpoint
SRCDIR= tools/lldb/source/Breakpoint
SRCS= Breakpoint.cpp \
BreakpointID.cpp \
BreakpointIDList.cpp \
BreakpointList.cpp \
BreakpointLocation.cpp \
BreakpointLocationCollection.cpp \
BreakpointLocationList.cpp \
BreakpointOptions.cpp \
BreakpointResolver.cpp \
BreakpointResolverAddress.cpp \
BreakpointResolverFileLine.cpp \
BreakpointResolverFileRegex.cpp \
BreakpointResolverName.cpp \
BreakpointSite.cpp \
BreakpointSiteList.cpp \
Stoppoint.cpp \
StoppointCallbackContext.cpp \
StoppointLocation.cpp \
Watchpoint.cpp \
WatchpointList.cpp \
WatchpointOptions.cpp
TGHDRS= AttrList \
Attrs \
DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"