Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / binutils / libbfd / Makefile.alpha
1 # $FreeBSD: src/gnu/usr.bin/binutils/libbfd/Makefile.alpha,v 1.5.2.2 2002/09/01 23:39:15 obrien Exp $
2 # $DragonFly: src/gnu/usr.bin/binutils/libbfd/Attic/Makefile.alpha,v 1.2 2003/06/17 04:25:44 dillon Exp $
3
4 SRCS+=  coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha.c \
5         elf64-target.h elf64.c elflink.c
6 VECS+=  bfd_elf64_alpha_vec ecoffalpha_little_vec
7 .if ${TARGET_ARCH} == "alpha"
8 CFLAGS+= -DDEFAULT_VECTOR=bfd_elf64_alpha_vec
9 .endif
10 CFLAGS+= -DHAVE_bfd_elf64_alpha_vec
11 CFLAGS+= -DHAVE_ecoffalpha_little_vec
12 CLEANFILES+=    elf64-target.h
13
14 elf64-target.h: elfxx-target.h
15         sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}