1# $OpenBSD: Makefile,v 1.4 2019/06/23 22:07:39 patrick Exp $ 2 3LIB= LLVMBinaryFormat 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/BinaryFormat 7 8SRCS+= AMDGPUMetadataVerifier.cpp \ 9 Dwarf.cpp \ 10 Magic.cpp \ 11 MsgPackReader.cpp \ 12 MsgPackTypes.cpp \ 13 MsgPackWriter.cpp \ 14 Wasm.cpp 15 16.PATH: ${.CURDIR}/../../../llvm/lib/BinaryFormat 17