summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile
blob: 3068ca52ada97b02877835e1bc2c10377f52c144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:40 jsg Exp $

LIB=	LLVMBinaryFormat
NOPROFILE=

CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/BinaryFormat

SRCS+=	Dwarf.cpp \
	Magic.cpp \
	Wasm.cpp

.PATH:	${.CURDIR}/../../../llvm/lib/BinaryFormat