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