binutils 2.22: Add makefiles, new incremental-dump binary
[dragonfly.git] / gnu / usr.bin / binutils222 / Makefile
1 SUBDIR=         libiberty libbfd libopcodes libbinutils \
2                 addr2line ar as ld nm objcopy objdump ranlib readelf \
3                 elfedit size strings strip doc cxxfilt gprof \
4                 libgold gold incdump
5
6 TARGET_ARCH?=   ${MACHINE_ARCH}
7
8 # interdependant header files
9 .ORDER: ${SUBDIR}
10
11 .include <bsd.subdir.mk>