Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:58 joerg Exp $ LIB= LLVMInterpreter .include <bsd.init.mk> .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Interpreter SRCS+= Execution.cpp \ ExternalFunctions.cpp \ Interpreter.cpp .include <bsd.lib.mk>