1*a85fe12eSEd Maste# $Id: Makefile 2066 2011-10-26 15:40:28Z jkoshy $ 2*a85fe12eSEd Maste 3*a85fe12eSEd MasteTOP= .. 4*a85fe12eSEd Maste 5*a85fe12eSEd MastePROG= addr2line 6*a85fe12eSEd MasteSRCS= addr2line.c 7*a85fe12eSEd Maste 8*a85fe12eSEd MasteWARNS?= 6 9*a85fe12eSEd Maste 10*a85fe12eSEd MasteDPADD= ${LIBELF} ${LIBELFTC} ${LIBDWARF} 11*a85fe12eSEd MasteLDADD= -lelftc -ldwarf -lelf 12*a85fe12eSEd Maste 13*a85fe12eSEd MasteMAN1= addr2line.1 14*a85fe12eSEd Maste 15*a85fe12eSEd Maste.include "${TOP}/mk/elftoolchain.prog.mk" 16