Deleted Added
full compact
Makefile (280859) Makefile (286030)
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 280859 2015-03-30 17:38:25Z emaste $
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 286030 2015-07-29 18:45:38Z emaste $
2
3.include <src.opts.mk>
4
5SUBDIR= doc\
6 libiberty \
7 libbfd \
8 libopcodes \
9 libbinutils \
10 ${_addr2line} \
11 as \
12 ld \
13 ${_nm} \
2
3.include <src.opts.mk>
4
5SUBDIR= doc\
6 libiberty \
7 libbfd \
8 libopcodes \
9 libbinutils \
10 ${_addr2line} \
11 as \
12 ld \
13 ${_nm} \
14 objcopy \
14 ${_objcopy} \
15 objdump \
16 ${_readelf} \
17 ${_size} \
18 ${_strings} \
19 ${_strip}
20
21.if ${MK_ELFTOOLCHAIN_TOOLS} == "no"
22_addr2line= addr2line
23_nm= nm
24_readelf= readelf
25_size= size
26_strings= strings
27_strip= strip
28.endif
15 objdump \
16 ${_readelf} \
17 ${_size} \
18 ${_strings} \
19 ${_strip}
20
21.if ${MK_ELFTOOLCHAIN_TOOLS} == "no"
22_addr2line= addr2line
23_nm= nm
24_readelf= readelf
25_size= size
26_strings= strings
27_strip= strip
28.endif
29.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" || ${MK_ELFCOPY_AS_OBJCOPY} == "no"
30_objcopy= objcopy
31.endif
29
30.include <bsd.subdir.mk>
32
33.include <bsd.subdir.mk>