freebsd_amp_hwpstate/gnu/usr.bin/binutils/libbfd/Makefile.i386

18 lines
448 B
Makefile

#
# $Id: Makefile.i386,v 1.2 1998/03/14 01:40:31 jdp Exp $
#
SRCS+= cpu-i386.c elf32-i386.c elf32.c elflink.c
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
CFLAGS+= -DSELECT_VECS="&bfd_elf32_i386_vec"
CFLAGS+= -DSELECT_ARCHITECTURES="&bfd_i386_arch"
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
CLEANFILES+= elf32-target.h
beforedepend: elf32-target.h
elf32-i386.o: elf32-target.h
elf32-target.h: elfxx-target.h
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}