summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile
blob: 0cc45c135be58c622392be33ee7e86d6935a20b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.4 2020/08/03 14:45:26 patrick Exp $

LIB=	LLVMMipsAsmParser
NOPROFILE=

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

SRCS+=	MipsAsmParser.cpp

.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Target/Mips/AsmParser