xref: /minix3/external/bsd/llvm/lib/libLLVMExecutionEngine/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.5 2015/03/18 17:43:20 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMExecutionEngine
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine
8f4a2713aSLionel Sambuc
9*0a6a1f1dSLionel SambucSRCS+=	GDBRegistrationListener.cpp \
10*0a6a1f1dSLionel Sambuc	ExecutionEngine.cpp \
11f4a2713aSLionel Sambuc	ExecutionEngineBindings.cpp \
12f4a2713aSLionel Sambuc	TargetSelect.cpp
13f4a2713aSLionel Sambuc
14f4a2713aSLionel Sambuc.include <bsd.lib.mk>
15