1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:34 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucPROG_CXX= lli 4f4a2713aSLionel SambucNOMAN= yes 5f4a2713aSLionel Sambuc 6f4a2713aSLionel Sambuc.include <bsd.init.mk> 7f4a2713aSLionel Sambuc 8f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/tools/lli 9f4a2713aSLionel Sambuc 10f4a2713aSLionel SambucSRCS= lli.cpp \ 11f4a2713aSLionel Sambuc RemoteMemoryManager.cpp \ 12f4a2713aSLionel Sambuc RemoteTarget.cpp \ 13f4a2713aSLionel Sambuc RemoteTargetExternal.cpp 14f4a2713aSLionel Sambuc 15f4a2713aSLionel SambucLLVM_LIBS+= \ 16f4a2713aSLionel Sambuc X86CodeGen \ 17f4a2713aSLionel Sambuc X86TargetInfo \ 18f4a2713aSLionel Sambuc X86MCTargetDesc \ 19f4a2713aSLionel Sambuc X86AsmPrinter \ 20f4a2713aSLionel Sambuc X86Utils \ 21f4a2713aSLionel Sambuc AsmPrinter \ 22f4a2713aSLionel Sambuc IRReader \ 23f4a2713aSLionel Sambuc AsmParser \ 24*0a6a1f1dSLionel Sambuc Object \ 25f4a2713aSLionel Sambuc MCParser \ 26f4a2713aSLionel Sambuc BitReader \ 27f4a2713aSLionel Sambuc MCJIT \ 28f4a2713aSLionel Sambuc RuntimeDyld \ 29f4a2713aSLionel Sambuc Instrumentation \ 30f4a2713aSLionel Sambuc Interpreter \ 31f4a2713aSLionel Sambuc ExecutionEngine \ 32f4a2713aSLionel Sambuc SelectionDAG \ 33f4a2713aSLionel Sambuc CodeGen \ 34f4a2713aSLionel Sambuc ScalarOpts \ 35f4a2713aSLionel Sambuc TransformsUtils \ 36f4a2713aSLionel Sambuc Analysis \ 37f4a2713aSLionel Sambuc Target \ 38f4a2713aSLionel Sambuc MC \ 39f4a2713aSLionel Sambuc IR \ 40f4a2713aSLionel Sambuc Support 41f4a2713aSLionel Sambuc 42f4a2713aSLionel Sambuc.include "${.PARSEDIR}/../../link.mk" 43f4a2713aSLionel Sambuc 44f4a2713aSLionel Sambuc.include <bsd.prog.mk> 45