# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:51 joerg Exp $ LIB= LLVMDebugInfoGSYM .include .PATH: ${LLVM_SRCDIR}/lib/DebugInfo/GSYM SRCS+= DwarfTransformer.cpp \ FileWriter.cpp \ FunctionInfo.cpp \ GsymCreator.cpp \ GsymReader.cpp \ Header.cpp \ InlineInfo.cpp \ LineTable.cpp \ LookupResult.cpp \ Range.cpp .if defined(HOSTLIB) .include .else .include .endif