1*53d1339bSjoerg# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:54 joerg Exp $ 276c7fc5fSjoerg 376c7fc5fSjoergLIB= LLVMRemarks 476c7fc5fSjoerg 576c7fc5fSjoerg.include <bsd.init.mk> 676c7fc5fSjoerg 776c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/lib/Remarks 876c7fc5fSjoerg 976c7fc5fSjoergSRCS+= BitstreamRemarkParser.cpp \ 1076c7fc5fSjoerg BitstreamRemarkSerializer.cpp \ 1176c7fc5fSjoerg Remark.cpp \ 1276c7fc5fSjoerg RemarkFormat.cpp \ 13*53d1339bSjoerg RemarkLinker.cpp \ 1476c7fc5fSjoerg RemarkParser.cpp \ 1576c7fc5fSjoerg RemarkSerializer.cpp \ 16*53d1339bSjoerg RemarkStreamer.cpp \ 1776c7fc5fSjoerg RemarkStringTable.cpp \ 1876c7fc5fSjoerg YAMLRemarkParser.cpp \ 1976c7fc5fSjoerg YAMLRemarkSerializer.cpp 2076c7fc5fSjoerg 2176c7fc5fSjoerg.if defined(HOSTLIB) 2276c7fc5fSjoerg.include <bsd.hostlib.mk> 2376c7fc5fSjoerg.else 2476c7fc5fSjoerg.include <bsd.lib.mk> 2576c7fc5fSjoerg.endif 26