1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.7 2015/03/18 17:43:20 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= LLVMRuntimeDyld 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/RuntimeDyld 8f4a2713aSLionel Sambuc 9*0a6a1f1dSLionel SambucSRCS+= RTDyldMemoryManager.cpp \ 10f4a2713aSLionel Sambuc RuntimeDyld.cpp \ 11*0a6a1f1dSLionel Sambuc RuntimeDyldChecker.cpp \ 12f4a2713aSLionel Sambuc RuntimeDyldELF.cpp \ 13f4a2713aSLionel Sambuc RuntimeDyldMachO.cpp 14f4a2713aSLionel Sambuc 15f4a2713aSLionel Sambuc.include <bsd.lib.mk> 16