1 1.1 joerg # $NetBSD: Makefile,v 1.1 2019/11/11 22:45:10 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= LLVMOrc 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Orc 8 1.1 joerg 9 1.1 joerg SRCS+= CompileOnDemandLayer.cpp \ 10 1.1 joerg CompileUtils.cpp \ 11 1.1 joerg Core.cpp \ 12 1.1 joerg ExecutionUtils.cpp \ 13 1.1 joerg IndirectionUtils.cpp \ 14 1.1 joerg IRCompileLayer.cpp \ 15 1.1 joerg IRTransformLayer.cpp \ 16 1.1 joerg JITTargetMachineBuilder.cpp \ 17 1.1 joerg Layer.cpp \ 18 1.1 joerg LazyReexports.cpp \ 19 1.1 joerg Legacy.cpp \ 20 1.1 joerg LLJIT.cpp \ 21 1.1 joerg NullResolver.cpp \ 22 1.1 joerg ObjectLinkingLayer.cpp \ 23 1.1 joerg ObjectTransformLayer.cpp \ 24 1.1 joerg OrcABISupport.cpp \ 25 1.1 joerg OrcCBindings.cpp \ 26 1.1 joerg OrcError.cpp \ 27 1.1 joerg OrcMCJITReplacement.cpp \ 28 1.1 joerg RPCUtils.cpp \ 29 1.1 joerg RTDyldObjectLinkingLayer.cpp \ 30 1.1 joerg SpeculateAnalyses.cpp \ 31 1.1 joerg Speculation.cpp \ 32 1.1 joerg ThreadSafeModule.cpp 33 1.1 joerg 34 1.1 joerg .include <bsd.lib.mk> 35