freebsd-dev/gnu/usr.bin/binutils/libbfd/Makefile.alpha

21 lines
522 B
Makefile
Raw Normal View History

#
1998-05-04 21:16:46 +00:00
# $Id: Makefile.alpha,v 1.1 1998/03/12 12:29:20 jb Exp $
#
SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha.c \
elf64.c elflink.c
1998-05-04 21:16:46 +00:00
VECS+= bfd_elf64_alpha_vec ecoffalpha_little_vec
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf64_alpha_vec
1998-05-04 21:16:46 +00:00
.endif
CFLAGS+= -DHAVE_bfd_elf64_alpha_vec
CFLAGS+= -DHAVE_ecoffalpha_little_vec
1998-05-04 21:16:46 +00:00
CLEANFILES+= elf64-target.h
1998-05-04 21:16:46 +00:00
beforedepend: elf64-target.h
elf64-alpha.o: elf64-target.h
elf64-target.h: elfxx-target.h
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}