Home | History | Annotate | Line # | Download | only in libLLVMExecutionEngineOrcShared
      1 #	$NetBSD: Makefile,v 1.1 2021/05/30 01:56:52 joerg Exp $
      2 
      3 LIB=	LLVMExecutionEngineOrcShared
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Orc/Shared
      8 
      9 SRCS+=	OrcError.cpp \
     10 	RPCError.cpp \
     11 	TargetProcessControlTypes.cpp
     12 
     13 .if defined(HOSTLIB)
     14 .include <bsd.hostlib.mk>
     15 .else
     16 .include <bsd.lib.mk>
     17 .endif
     18