xref: /netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoGSYM/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:51 joerg Exp $
2
3LIB=	LLVMDebugInfoGSYM
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/DebugInfo/GSYM
8
9SRCS+=	DwarfTransformer.cpp \
10	FileWriter.cpp \
11	FunctionInfo.cpp \
12	GsymCreator.cpp \
13	GsymReader.cpp \
14	Header.cpp \
15	InlineInfo.cpp \
16	LineTable.cpp \
17	LookupResult.cpp \
18	Range.cpp
19
20.if defined(HOSTLIB)
21.include <bsd.hostlib.mk>
22.else
23.include <bsd.lib.mk>
24.endif
25