binutils 2.22: Add makefiles, new incremental-dump binary
[dragonfly.git] / gnu / usr.bin / binutils222 / libopcodes / Makefile
1 .include "../Makefile.inc0"
2
3 LIB=    opcodes
4 INTERNALLIB=    true
5
6 CONTRIBDIR=     ${SRCDIR}/opcodes
7 .PATH:  ${CONTRIBDIR}
8
9 CFLAGS+=        -I${SRCDIR}/include -I${.CURDIR} -I${.CURDIR}/../libbfd -I${.OBJDIR}/../libbfd
10
11 SRCS=   dis-buf.c dis-init.c disassemble.c
12
13 .include "Makefile.${MACHINE_ARCH}"
14
15 .include <bsd.lib.mk>