1998-03-01 23:41:17 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-01 23:41:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
2000-11-13 09:47:31 +00:00
|
|
|
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
|
1998-10-03 03:59:47 +00:00
|
|
|
size strings strip doc
|
1998-03-01 23:41:17 +00:00
|
|
|
|
1999-12-09 16:40:27 +00:00
|
|
|
.if !defined(NO_GDB)
|
1999-05-02 16:11:43 +00:00
|
|
|
# Maybe should be unconditional but I don't want to get in the
|
|
|
|
# way of the mips port.
|
|
|
|
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
|
1999-05-02 19:50:18 +00:00
|
|
|
SUBDIR+= gdb gdbserver gdbreplay
|
1999-05-02 11:38:12 +00:00
|
|
|
.endif
|
1999-12-09 16:40:27 +00:00
|
|
|
.endif
|
1999-05-02 11:38:12 +00:00
|
|
|
|
1998-03-01 23:41:17 +00:00
|
|
|
.include <bsd.subdir.mk>
|