blob: 029d66af7b557efe59631f821be2456cd6cdfa93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
LIB= LLVMSparcInfo
NOPIC=
NOPROFILE=
CPPFLAGS+= -I${.OBJDIR}/../include/llvm/Sparc \
-I${LLVM_SRCS}/lib/Target/Sparc
.include <bsd.own.mk>
SRCS= SparcTargetInfo.cpp
.PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/TargetInfo
install:
@# Nothing here so far ...
.include <bsd.lib.mk>
|