binutils227: Add build dirs.
[dragonfly.git] / gnu / usr.bin / binutils227 / block1 / bulibs / Makefile
blobe27e6d33e7f71a918f95fc31d76171a0fbe61a17
1 .include "../Makefile.block1"
3 .PATH: ${SRCDIR}/binutils
5 LIB= bu
6 SRCS= bucomm.c version.c filemode.c
8 CFLAGS+= -DHAVE_CONFIG_H -I${SRCDIR}/bfd \
9 -Dbin_dummy_emulation=bin_vanilla_emulation \
10 -DTARGET=\"${TARGET_CANONICAL}\"
11 INTERNALLIB= true
13 ${SRCS}: bfd.h
15 CLEANFILES= bfd.h
17 .include <bsd.lib.mk>