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