Deleted Added
full compact
Makefile (130575) Makefile (136910)
1# $FreeBSD: head/gnu/usr.bin/binutils/libopcodes/Makefile 130575 2004-06-16 07:09:44Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/libopcodes/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/opcodes
6
7LIB= opcodes
8SRCS+= dis-buf.c dis-init.c disassemble.c
9CFLAGS+= -D_GNU_SOURCE
10CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/opcodes
6
7LIB= opcodes
8SRCS+= dis-buf.c dis-init.c disassemble.c
9CFLAGS+= -D_GNU_SOURCE
10CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
11INTERNALLIB= true
11INTERNALLIB=
12
13# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
14# binutils release. FreeBSD only distributes the bits that are required to
15# build native architectures. BINUTILSDISTDIR is needed to build cross tools.
16.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
17.PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
18CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
19CFLAGS+= -I${BINUTILSDISTDIR}/include
20.endif
21
22.include <bsd.lib.mk>
12
13# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
14# binutils release. FreeBSD only distributes the bits that are required to
15# build native architectures. BINUTILSDISTDIR is needed to build cross tools.
16.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
17.PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
18CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
19CFLAGS+= -I${BINUTILSDISTDIR}/include
20.endif
21
22.include <bsd.lib.mk>