1998-03-12 02:55:43 +00:00
|
|
|
#
|
1998-03-14 01:40:31 +00:00
|
|
|
# $Id: Makefile.i386,v 1.1 1998/03/12 02:55:26 jdp Exp $
|
1998-03-12 02:55:43 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
SRCS+= aout32.c coff-i386.c cofflink.c cpu-i386.c \
|
1998-03-14 01:40:31 +00:00
|
|
|
elf32-i386.c elf32.c elflink.c i386freebsd.c
|
1998-03-12 02:55:43 +00:00
|
|
|
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
|
1998-03-14 01:40:31 +00:00
|
|
|
CFLAGS+= -DSELECT_VECS="&bfd_elf32_i386_vec,&i386freebsd_vec,&i386coff_vec"
|
1998-03-12 02:55:43 +00:00
|
|
|
CFLAGS+= -DSELECT_ARCHITECTURES="&bfd_i386_arch"
|
|
|
|
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
|
|
|
|
CFLAGS+= -DHAVE_i386freebsd_vec
|
|
|
|
CFLAGS+= -DHAVE_i386coff_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}
|