1*76c7fc5fSjoerg# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:01 joerg Exp $ 2*76c7fc5fSjoerg 3*76c7fc5fSjoergPROG_CXX= llvm-strings 4*76c7fc5fSjoergNOMAN= yes 5*76c7fc5fSjoerg 6*76c7fc5fSjoerg.include <bsd.init.mk> 7*76c7fc5fSjoerg 8*76c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/tools/llvm-strings 9*76c7fc5fSjoerg 10*76c7fc5fSjoergSRCS= llvm-strings.cpp 11*76c7fc5fSjoerg 12*76c7fc5fSjoergLLVM_LIBS+= \ 13*76c7fc5fSjoerg Support \ 14*76c7fc5fSjoerg Demangle 15*76c7fc5fSjoerg 16*76c7fc5fSjoerg.include "${.PARSEDIR}/../../link.mk" 17*76c7fc5fSjoerg 18*76c7fc5fSjoerg.include <bsd.prog.mk> 19