Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbSymbol / Makefile
blob39878691e28d9edf84647ba17a610e7156dfb59e
1 # $NetBSD: Makefile,v 1.2 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbSymbol
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Symbol
9 SRCS+= Block.cpp \
10 ClangASTContext.cpp \
11 ClangASTImporter.cpp \
12 ClangASTType.cpp \
13 ClangExternalASTSourceCallbacks.cpp \
14 ClangExternalASTSourceCommon.cpp \
15 ClangNamespaceDecl.cpp \
16 CompactUnwindInfo.cpp \
17 CompileUnit.cpp \
18 Declaration.cpp \
19 DWARFCallFrameInfo.cpp \
20 Function.cpp \
21 FuncUnwinders.cpp \
22 LineEntry.cpp \
23 LineTable.cpp \
24 ObjectFile.cpp \
25 Symbol.cpp \
26 SymbolContext.cpp \
27 SymbolFile.cpp \
28 SymbolVendor.cpp \
29 Symtab.cpp \
30 Type.cpp \
31 TypeList.cpp \
32 UnwindPlan.cpp \
33 UnwindTable.cpp \
34 Variable.cpp \
35 VariableList.cpp \
36 VerifyDecl.cpp
38 .if defined(HOSTLIB)
39 .include <bsd.hostlib.mk>
40 .else
41 .include <bsd.lib.mk>
42 .endif