summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMX86Info/Makefile
blob: cee1072f845c8abf7944981cd1aee7e687608b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $

LIB=	LLVMX86Info
NOPIC=
NOPROFILE=

CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/X86 -I${LLVM_SRCS}/lib/Target/X86

.include <bsd.own.mk>
SRCS=	X86TargetInfo.cpp

.PATH:	${.CURDIR}/../../../llvm/lib/Target/X86/TargetInfo

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>