xref: /netbsd-src/external/apache2/llvm/lib/libLLVMExecutionEngine/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:06 joerg Exp $
2
3LIB=	LLVMExecutionEngine
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine
8
9SRCS+=	GDBRegistrationListener.cpp \
10	ExecutionEngine.cpp \
11	ExecutionEngineBindings.cpp \
12	SectionMemoryManager.cpp \
13	TargetSelect.cpp
14
15.if defined(HOSTLIB)
16.include <bsd.hostlib.mk>
17.else
18.include <bsd.lib.mk>
19.endif
20