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