1998-03-01 23:41:17 +00:00
|
|
|
#
|
1999-05-02 11:38:12 +00:00
|
|
|
# $Id: Makefile,v 1.5 1999/04/18 10:25:57 obrien Exp $
|
1998-03-01 23:41:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
1999-04-18 10:25:57 +00:00
|
|
|
addr2line ar as ld nm objcopy objdump ranlib \
|
1998-10-03 03:59:47 +00:00
|
|
|
size strings strip doc
|
1998-03-01 23:41:17 +00:00
|
|
|
|
1999-05-02 11:38:12 +00:00
|
|
|
# Short term measure until I can get CVS to resurrect a file for alpha.
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
SUBDIR+= gdb
|
|
|
|
.endif
|
|
|
|
|
1998-03-01 23:41:17 +00:00
|
|
|
.include <bsd.subdir.mk>
|