binutils 2.22: Add makefiles, new incremental-dump binary
[dragonfly.git] / gnu / usr.bin / binutils222 / libbinutils / Makefile
1 .include "../Makefile.bu"
2
3 .PATH: ${SRCDIR}/binutils
4
5 LIB=    binutils
6
7 SRCS+=  bucomm.c        \
8         version.c       \
9         filemode.c      \
10         arparse.y       \
11         arlex.l         \
12         arsup.c         \
13         rename.c        \
14         binemul.c       \
15         emul_vanilla.c  \
16         rddbg.c         \
17         debug.c         \
18         stabs.c         \
19         ieee.c          \
20         rdcoff.c        \
21         wrstabs.c       \
22         dwarf.c         \
23         prdbg.c         \
24         unwind-ia64.c
25
26 WARNS=  0
27 CFLAGS+= -DTARGET=\"${TARGET_CANONICAL}\"
28 CFLAGS+= -Dbin_dummy_emulation=bin_vanilla_emulation
29 INTERNALLIB=    true
30
31 .include "Makefile.${TARGET_ARCH}"
32
33 .include <bsd.lib.mk>