First stab at bmake glue for binutils 2.15.
[dragonfly.git] / gnu / usr.bin / binutils215 / Makefile
1 # $DragonFly: src/gnu/usr.bin/binutils215/Attic/Makefile,v 1.1 2004/12/20 13:14:44 asmodai Exp $
2
3 SUBDIR=         libiberty libbfd libopcodes libbinutils \
4                 addr2line ar as ld nm objcopy objdump ranlib readelf \
5                 size strings strip doc
6
7 TARGET_ARCH?=   ${MACHINE_ARCH}
8 .if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
9     && !defined(NO_GDB)
10 #SUBDIR+=       gdb gdbreplay
11 .endif
12
13 # interdependant header files
14 .ORDER: ${SUBDIR}
15
16 .include <bsd.subdir.mk>