]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - gnu/usr.bin/binutils/libbfd/Makefile.amd64
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / gnu / usr.bin / binutils / libbfd / Makefile.amd64
1 # $FreeBSD$
2
3 .include "${.CURDIR}/Makefile.i386"
4
5 #       Get the i386 DEFAULT_VECTOR and VECS.
6 I386_VECS:=     ${DEFAULT_VECTOR} # ${VECS}
7
8 DEFAULT_VECTOR= bfd_elf64_x86_64_vec
9
10 SRCS+=  elf64-amd64-fbsd.c \
11         elf64.c \
12         elf64-gen.c \
13         elf64-target.h
14
15 VECS=   bfd_elf64_x86_64_vec \
16         ${I386_VECS}
17
18 CLEANFILES+=    elf64-amd64-fbsd.c
19
20 elf64-amd64-fbsd.c: ${.CURDIR}/elf-fbsd-brand.c ${SRCDIR}/bfd/elf64-x86-64.c
21         cat ${.ALLSRC:M*elf-fbsd-brand.c} > ${.TARGET}
22         echo "#define elf_backend_post_process_headers elf_fbsd_post_process_headers" \
23             >> ${.TARGET}
24         cat ${.ALLSRC:M*elf64-x86-64.c} >> ${.TARGET}