summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile
blob: d1241486b46de5818c124539a46a50a7319b2929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=	doc\
	libiberty \
	libbfd \
	libopcodes \
	libbinutils \
	${_addr2line} \
	as \
	ld \
	${_nm} \
	${_objcopy} \
	objdump \
	${_readelf} \
	${_size} \
	${_strings} \
	${_strip}

.if ${MK_ELFTOOLCHAIN_TOOLS} == "no"
_addr2line=	addr2line
_nm=		nm
_readelf=	readelf
_size=		size
_strings=	strings
_strip=		strip
.endif
.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" || ${MK_ELFCOPY_AS_OBJCOPY} == "no"
_objcopy=	objcopy
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud