1 1.2 joerg # $NetBSD: Makefile,v 1.2 2021/05/30 01:56:53 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.2 joerg DebugObjectManagerPlugin.cpp \ 13 1.2 joerg DebugUtils.cpp \ 14 1.1 joerg ExecutionUtils.cpp \ 15 1.1 joerg IndirectionUtils.cpp \ 16 1.1 joerg IRCompileLayer.cpp \ 17 1.1 joerg IRTransformLayer.cpp \ 18 1.1 joerg JITTargetMachineBuilder.cpp \ 19 1.1 joerg Layer.cpp \ 20 1.1 joerg LazyReexports.cpp \ 21 1.1 joerg LLJIT.cpp \ 22 1.2 joerg MachOPlatform.cpp \ 23 1.2 joerg Mangling.cpp \ 24 1.1 joerg ObjectLinkingLayer.cpp \ 25 1.1 joerg ObjectTransformLayer.cpp \ 26 1.1 joerg OrcABISupport.cpp \ 27 1.2 joerg OrcV2CBindings.cpp \ 28 1.1 joerg RTDyldObjectLinkingLayer.cpp \ 29 1.1 joerg SpeculateAnalyses.cpp \ 30 1.1 joerg Speculation.cpp \ 31 1.2 joerg TargetProcessControl.cpp \ 32 1.2 joerg ThreadSafeModule.cpp \ 33 1.2 joerg TPCDebugObjectRegistrar.cpp \ 34 1.2 joerg TPCDynamicLibrarySearchGenerator.cpp \ 35 1.2 joerg TPCEHFrameRegistrar.cpp \ 36 1.2 joerg TPCIndirectionUtils.cpp 37 1.1 joerg 38 1.1 joerg .include <bsd.lib.mk> 39