Date: Fri, 23 Aug 2013 14:31:05 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254709 - head/lib/libexecinfo Message-ID: <201308231431.r7NEV5OU091269@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Fri Aug 23 14:31:05 2013 New Revision: 254709 URL: http://svnweb.freebsd.org/changeset/base/254709 Log: Add libexecinfo Makefile Sponsored by: DARPA, AFRL Added: head/lib/libexecinfo/ head/lib/libexecinfo/Makefile (contents, props changed) Added: head/lib/libexecinfo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lib/libexecinfo/Makefile Fri Aug 23 14:31:05 2013 (r254709) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +LIBEXECINFO= ${.CURDIR}/../../contrib/libexecinfo + +LIB= execinfo + +.PATH: ${LIBEXECINFO} + +INCS= execinfo.h symtab.h unwind.h +SRCS= backtrace.c symtab.c unwind.c + +MAN= backtrace.3 + +MLINKS+= backtrace.3 backtrace_symbols.3 +MLINKS+= backtrace.3 backtrace_symbols_fmt.3 +MLINKS+= backtrace.3 backtrace_symbols_fd.3 +MLINKS+= backtrace.3 backtrace_symbols_fd_fmt.3 + +.include <bsd.lib.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308231431.r7NEV5OU091269>