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