1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
2001-03-15 18:20:13 -05:00
|
|
|
|
2014-12-01 12:49:42 -05:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
2015-01-03 19:58:30 -05:00
|
|
|
SUBDIR= doc\
|
|
|
|
|
libiberty \
|
2014-11-27 15:22:46 -05:00
|
|
|
libbfd \
|
|
|
|
|
libopcodes \
|
|
|
|
|
libbinutils \
|
2014-12-01 12:49:42 -05:00
|
|
|
${_addr2line} \
|
2014-11-27 15:22:46 -05:00
|
|
|
as \
|
|
|
|
|
ld \
|
2014-12-01 12:49:42 -05:00
|
|
|
${_nm} \
|
2014-11-27 15:22:46 -05:00
|
|
|
objcopy \
|
|
|
|
|
objdump \
|
|
|
|
|
readelf \
|
2014-12-01 12:49:42 -05:00
|
|
|
${_size} \
|
|
|
|
|
${_strings} \
|
2015-01-02 13:45:03 -05:00
|
|
|
${_strip}
|
|
|
|
|
|
2014-12-01 12:49:42 -05:00
|
|
|
.if ${MK_ELFTOOLCHAIN_TOOLS} == "no"
|
|
|
|
|
_addr2line= addr2line
|
|
|
|
|
_nm= nm
|
|
|
|
|
_size= size
|
|
|
|
|
_strings= strings
|
|
|
|
|
_strip= strip
|
|
|
|
|
.endif
|
1998-03-01 18:41:17 -05:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|