Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbBreakpoint / Makefile
blob43a6b91d56b361622beddbec539434ba85471155
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
3 LIB= lldbBreakpoint
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Breakpoint
9 SRCS+= Breakpoint.cpp \
10 BreakpointID.cpp \
11 BreakpointIDList.cpp \
12 BreakpointList.cpp \
13 BreakpointLocation.cpp \
14 BreakpointLocationCollection.cpp \
15 BreakpointLocationList.cpp \
16 BreakpointOptions.cpp \
17 BreakpointResolver.cpp \
18 BreakpointResolverAddress.cpp \
19 BreakpointResolverFileLine.cpp \
20 BreakpointResolverFileRegex.cpp \
21 BreakpointResolverName.cpp \
22 BreakpointSite.cpp \
23 BreakpointSiteList.cpp \
24 Stoppoint.cpp \
25 StoppointCallbackContext.cpp \
26 StoppointLocation.cpp \
27 Watchpoint.cpp \
28 WatchpointList.cpp \
29 WatchpointOptions.cpp
31 .if defined(HOSTLIB)
32 .include <bsd.hostlib.mk>
33 .else
34 .include <bsd.lib.mk>
35 .endif