etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMDebugInfo / Makefile
blob4d0a6d4ee62da51e418e8d1bd8bb82bf5467f2a1
1 # $NetBSD: Makefile,v 1.6 2015/01/29 20:41:35 joerg Exp $
3 LIB= LLVMDebugInfo
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/DebugInfo
9 SRCS+= DIContext.cpp \
10 DWARFAbbreviationDeclaration.cpp \
11 DWARFAcceleratorTable.cpp \
12 DWARFCompileUnit.cpp \
13 DWARFContext.cpp \
14 DWARFDebugAbbrev.cpp \
15 DWARFDebugArangeSet.cpp \
16 DWARFDebugAranges.cpp \
17 DWARFDebugFrame.cpp \
18 DWARFDebugInfoEntry.cpp \
19 DWARFDebugLine.cpp \
20 DWARFDebugLoc.cpp \
21 DWARFDebugRangeList.cpp \
22 DWARFFormValue.cpp \
23 DWARFTypeUnit.cpp \
24 DWARFUnit.cpp \
25 SyntaxHighlighting.cpp
27 .if defined(HOSTLIB)
28 .include <bsd.hostlib.mk>
29 .else
30 .include <bsd.lib.mk>
31 .endif