binutils214 stage 1/4. Bring in the build infrastructure (left untied from
[dragonfly.git] / gnu / usr.bin / binutils214 / Makefile
1 # $FreeBSD: src/gnu/usr.bin/binutils/Makefile,v 1.11.2.5 2002/09/01 23:39:12 obrien Exp $
2 # $DragonFly: src/gnu/usr.bin/binutils214/Attic/Makefile,v 1.1 2004/02/01 08:53:00 dillon Exp $
3
4 # XXX gasp removed.  gasp does not exist as a separate entity
5 # in binutils-2.14
6 SUBDIR=         libiberty libbfd libopcodes libbinutils \
7                 addr2line ar as ld nm objcopy objdump ranlib readelf \
8                 size strings strip doc
9
10 TARGET_ARCH?=   ${MACHINE_ARCH}
11 .if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
12     && !defined(NO_GDB)
13 #SUBDIR+=       gdb gdbreplay
14 .endif
15
16 .include <bsd.subdir.mk>