Home | History | Annotate | Line # | Download | only in libLLVMInterpreter
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:07 joerg Exp $
      2 
      3 LIB=	LLVMInterpreter
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Interpreter
      8 
      9 SRCS+=	Execution.cpp \
     10 	ExternalFunctions.cpp \
     11 	Interpreter.cpp
     12 
     13 .include <bsd.lib.mk>
     14