xref: /openbsd-src/gnu/usr.bin/clang/libLLVMARMUtils/Makefile (revision 9f11ffb7133c203312a01e4b986886bc88c7d74b)
1# $OpenBSD: Makefile,v 1.1 2018/04/06 14:44:04 patrick Exp $
2
3LIB=	LLVMARMUtils
4NOPIC=
5NOPROFILE=
6
7CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/ARM -I${LLVM_SRCS}/lib/Target/ARM
8
9.include <bsd.own.mk>
10SRCS=	ARMBaseInfo.cpp
11
12.PATH:	${.CURDIR}/../../../llvm/lib/Target/ARM/Utils
13
14install:
15	@# Nothing here so far ...
16
17.include <bsd.lib.mk>
18