Merge from vendor branch TNFTP:
[dragonfly.git] / gnu / usr.bin / gdb / libopcodes / Makefile
1 # $DragonFly: src/gnu/usr.bin/gdb/libopcodes/Makefile,v 1.1 2004/10/23 17:02:38 joerg Exp $
2
3 .include "../Makefile.inc"
4
5 LIB=    opcodes
6 INTERNALLIB=    true
7
8 CONTRIBDIR=     ${BASEDIR}/opcodes
9 .PATH:  ${CONTRIBDIR}
10
11 CFLAGS+=        -I${BASEDIR}/include -I${.CURDIR} -I${.CURDIR}/../libbfd
12
13 SRCS=   dis-buf.c dis-init.c disassemble.c
14
15 .include "Makefile.${MACHINE_ARCH}"
16
17 .include <bsd.lib.mk>