This represents a major update to the buildworld subsystem.
[dragonfly.git] / gnu / usr.bin / binutils / 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/binutils/Attic/Makefile,v 1.4 2004/03/22 20:57:38 dillon Exp $
3
4 SUBDIR=         libiberty libbfd libopcodes libbinutils \
5                 addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
6                 size strings strip doc
7
8 TARGET_ARCH?=   ${MACHINE_ARCH}
9 .if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
10     && !defined(NO_GDB)
11 SUBDIR+=        gdb gdbreplay
12 .endif
13
14 # interdependant header files
15 .ORDER: ${SUBDIR}
16
17 .include <bsd.subdir.mk>