Makefile revision 1.2
1# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
2
3LIB=	LLVMIRReader
4NOPIC=
5NOPROFILE=
6
7CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/IRReader
8
9.include <bsd.own.mk>
10SRCS=	IRReader.cpp
11
12.PATH:	${.CURDIR}/../../../llvm/lib/IRReader
13
14install:
15	@# Nothing here so far ...
16
17.include <bsd.lib.mk>
18