Current Path : /usr/src/gnu/usr.bin/binutils/libopcodes/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/gnu/usr.bin/binutils/libopcodes/Makefile |
# $FreeBSD: release/9.1.0/gnu/usr.bin/binutils/libopcodes/Makefile 218822 2011-02-18 20:54:12Z dim $ .include "../Makefile.inc0" .PATH: ${SRCDIR}/opcodes LIB= opcodes SRCS+= dis-buf.c dis-init.c disassemble.c i386-opc.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>