# $NetBSD: Makefile,v 1.2 2011/11/03 17:52:53 joerg Exp $ LIB= LLVMLinker .include .PATH: ${LLVM_SRCDIR}/lib/Linker SRCS+= LinkArchives.cpp \ LinkItems.cpp \ LinkModules.cpp \ Linker.cpp .if defined(HOSTLIB) .include .else .include .endif