]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/binutils/Makefile
Add the llvm-cov and llvm-profdata tools, when WITH_CLANG_EXTRAS is
[FreeBSD/FreeBSD.git] / gnu / usr.bin / binutils / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= doc\
6         libiberty \
7         libbfd \
8         libopcodes \
9         libbinutils \
10         ${_addr2line} \
11         as \
12         ld \
13         ${_nm} \
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
29
30 .include <bsd.subdir.mk>