Add build infrastructure for binutils-2.17.
[games.git] / gnu / usr.bin / binutils217 / as / i386-dragonfly / Makefile
1 # $DragonFly: src/gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $
2
3 DEFAULT_ARCH=           i386
4 EMULATIONS=             &i386elf,
5 DEFAULT_EMULATION=      i386elf
6 TARGET_ALIAS=           i386-just-dragonfly1.9
7 TARGET_CANONICAL=       i386-just-dragonfly1.9
8 TARGET_CPU=             i386
9
10 .include "${.CURDIR}/../Makefile.inc0"
11
12 CFLAGS += -I${.OBJDIR}/../../libbfd
13 .if ${TARGET_ARCH} != "i386"
14 BINDIR= /usr/libexec/cross/i386-dragonfly
15 .endif
16 SRCS+=  obj-elf.c tc-i386-local.c
17 CLEANFILES=     tc-i386-local.c
18
19 .include <bsd.prog.mk>
20