# $NetBSD: Makefile,v 1.2 2017/01/11 12:02:30 joerg Exp $ LIB= LLVMLTO .include .PATH: ${LLVM_SRCDIR}/lib/LTO SRCS+= Caching.cpp \ LTO.cpp \ LTOBackend.cpp \ LTOCodeGenerator.cpp \ LTOModule.cpp \ ThinLTOCodeGenerator.cpp \ UpdateCompilerUsed.cpp .if defined(HOSTLIB) .include .else .include .endif