xref: /minix3/external/bsd/llvm/lib/libLLVMInterpreter/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc#	$NetBSD: Makefile,v 1.1 2011/02/06 01:13:58 joerg Exp $
2*f4a2713aSLionel Sambuc
3*f4a2713aSLionel SambucLIB=	LLVMInterpreter
4*f4a2713aSLionel Sambuc
5*f4a2713aSLionel Sambuc.include <bsd.init.mk>
6*f4a2713aSLionel Sambuc
7*f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Interpreter
8*f4a2713aSLionel Sambuc
9*f4a2713aSLionel SambucSRCS+=	Execution.cpp \
10*f4a2713aSLionel Sambuc	ExternalFunctions.cpp \
11*f4a2713aSLionel Sambuc	Interpreter.cpp
12*f4a2713aSLionel Sambuc
13*f4a2713aSLionel Sambuc.include <bsd.lib.mk>
14