ae33d52efb
Just put generated headers in SRCS.
14 lines
371 B
Makefile
14 lines
371 B
Makefile
#
|
|
# $Id: Makefile.i386,v 1.4 1998/05/04 21:16:46 jb Exp $
|
|
#
|
|
SRCS+= cpu-i386.c elf32-i386.c elf32-target.h elf32.c elflink.c
|
|
VECS+= bfd_elf32_i386_vec
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
|
|
.endif
|
|
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
|
|
CLEANFILES+= elf32-target.h
|
|
|
|
elf32-target.h: elfxx-target.h
|
|
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
|