# $OpenBSD: Makefile,v 1.1 2018/10/04 11:43:29 patrick Exp $ LIB= lldbBreakpoint NOPIC= NOPROFILE= .include SRCS= Breakpoint.cpp \ BreakpointID.cpp \ BreakpointIDList.cpp \ BreakpointList.cpp \ BreakpointLocation.cpp \ BreakpointLocationCollection.cpp \ BreakpointLocationList.cpp \ BreakpointName.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 \ .PATH: ${.CURDIR}/../../../llvm/tools/lldb/source/Breakpoint install: @# Nothing here so far ... .include CPPFLAGS+= ${LLDB_INCLUDES} CPPFLAGS+= ${CLANG_INCLUDES}