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 \
|
|
|
|
|
as \
|
|
|
|
|
ld \
|
2015-07-29 14:45:38 -04:00
|
|
|
${_objcopy} \
|
2014-11-27 15:22:46 -05:00
|
|
|
objdump \
|
2015-01-02 13:45:03 -05:00
|
|
|
|
2015-08-13 13:50:47 -04:00
|
|
|
.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
|
2015-07-29 14:45:38 -04:00
|
|
|
_objcopy= objcopy
|
|
|
|
|
.endif
|
1998-03-01 18:41:17 -05:00
|
|
|
|
2015-08-28 12:23:03 -04:00
|
|
|
SUBDIR_DEPEND_libbinutils=libbfd # for bfdver.h
|
|
|
|
|
SUBDIR_DEPEND_as=libbfd libiberty libopcodes
|
|
|
|
|
SUBDIR_DEPEND_ld=libbfd libiberty
|
|
|
|
|
SUBDIR_DEPEND_objcopy=libbfd libiberty libbinutils
|
|
|
|
|
SUBDIR_DEPEND_objdump=libbfd libiberty libbinutils libopcodes
|
2015-08-25 22:47:11 -04:00
|
|
|
|
|
|
|
|
.if !make(install)
|
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
.endif
|
|
|
|
|
|
1998-03-01 18:41:17 -05:00
|
|
|
.include <bsd.subdir.mk>
|