Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginSymbolFileDWARF / Makefile
blob479a83f98ba6d0e348ade5b6f4255be9f8f6d2cb
1 # $NetBSD: Makefile,v 1.2 2013/10/30 20:27:40 joerg Exp $
3 LIB= lldbPluginSymbolFileDWARF
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/SymbolFile/DWARF
9 SRCS+= DWARFAbbreviationDeclaration.cpp \
10 DWARFCompileUnit.cpp \
11 DWARFDataExtractor.cpp \
12 DWARFDebugAbbrev.cpp \
13 DWARFDebugAranges.cpp \
14 DWARFDebugArangeSet.cpp \
15 DWARFDebugInfo.cpp \
16 DWARFDebugInfoEntry.cpp \
17 DWARFDebugLine.cpp \
18 DWARFDebugMacinfo.cpp \
19 DWARFDebugMacinfoEntry.cpp \
20 DWARFDebugPubnames.cpp \
21 DWARFDebugPubnamesSet.cpp \
22 DWARFDebugRanges.cpp \
23 DWARFDeclContext.cpp \
24 DWARFDefines.cpp \
25 DWARFDIECollection.cpp \
26 DWARFFormValue.cpp \
27 DWARFLocationDescription.cpp \
28 DWARFLocationList.cpp \
29 LogChannelDWARF.cpp \
30 NameToDIE.cpp \
31 SymbolFileDWARF.cpp \
32 SymbolFileDWARFDebugMap.cpp \
33 UniqueDWARFASTType.cpp
35 .if defined(HOSTLIB)
36 .include <bsd.hostlib.mk>
37 .else
38 .include <bsd.lib.mk>
39 .endif