1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.4 2014/08/10 17:34:20 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucPROG_CXX= llvm-symbolizer 4f4a2713aSLionel SambucNOMAN= yes 5f4a2713aSLionel Sambuc 6f4a2713aSLionel Sambuc.include <bsd.init.mk> 7f4a2713aSLionel Sambuc 8f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/tools/llvm-symbolizer 9f4a2713aSLionel Sambuc 10f4a2713aSLionel SambucSRCS= LLVMSymbolize.cpp \ 11f4a2713aSLionel Sambuc llvm-symbolizer.cpp 12f4a2713aSLionel Sambuc 13f4a2713aSLionel SambucLLVM_LIBS+= \ 14f4a2713aSLionel Sambuc DebugInfo \ 15f4a2713aSLionel Sambuc Object \ 16*0a6a1f1dSLionel Sambuc MCParser \ 17*0a6a1f1dSLionel Sambuc MC \ 18*0a6a1f1dSLionel Sambuc BitReader \ 19*0a6a1f1dSLionel Sambuc IR \ 20f4a2713aSLionel Sambuc Support 21f4a2713aSLionel Sambuc 22f4a2713aSLionel SambucLDADD+= -lz 23f4a2713aSLionel SambucDPADD+= ${LIBZ} 24f4a2713aSLionel Sambuc 25f4a2713aSLionel Sambuc.include "${.PARSEDIR}/../../link.mk" 26f4a2713aSLionel Sambuc 27f4a2713aSLionel Sambuc.include <bsd.prog.mk> 28