summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libopcodes/Makefile
blob: a2b271201d05a4e1c36c399c63a0a9144f8552a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

.include "../Makefile.inc0"

.PATH: ${SRCDIR}/opcodes

LIB=	opcodes
SRCS+=	dis-buf.c dis-init.c disassemble.c
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
INTERNALLIB=

# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
# binutils release. FreeBSD only distributes the bits that are required to
# build native architectures. BINUTILSDISTDIR is needed to build cross tools.
.if	defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
.PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
CFLAGS+= -I${BINUTILSDISTDIR}/include
.endif

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud