1*53d1339bSjoerg# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:49 joerg Exp $ 276c7fc5fSjoerg 376c7fc5fSjoergPROG_CXX= llvm-size 476c7fc5fSjoergNOMAN= yes 576c7fc5fSjoerg 676c7fc5fSjoerg.include <bsd.init.mk> 776c7fc5fSjoerg 876c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/tools/llvm-size 976c7fc5fSjoerg 1076c7fc5fSjoergSRCS= llvm-size.cpp 1176c7fc5fSjoerg 1276c7fc5fSjoergLLVM_LIBS+= \ 1376c7fc5fSjoerg Object \ 14*53d1339bSjoerg TextAPI \ 1576c7fc5fSjoerg MCParser \ 1676c7fc5fSjoerg MC \ 1776c7fc5fSjoerg BitReader \ 1876c7fc5fSjoerg BitstreamReader \ 1976c7fc5fSjoerg IR \ 20*53d1339bSjoerg Remarks \ 2176c7fc5fSjoerg BinaryFormat \ 2276c7fc5fSjoerg Support \ 2376c7fc5fSjoerg Demangle 2476c7fc5fSjoerg 2576c7fc5fSjoerg.include "${.PARSEDIR}/../../link.mk" 2676c7fc5fSjoerg 2776c7fc5fSjoerg.include <bsd.prog.mk> 28