]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/binutils/libbfd/Makefile.amd64
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / binutils / libbfd / Makefile.amd64
1 # $FreeBSD$
2
3 .include "${.CURDIR}/Makefile.i386"
4
5 #       Get the i386 VECS.
6 I386_VECS:=     ${VECS}
7
8 DEFAULT_VECTOR= bfd_elf64_x86_64_freebsd_vec
9
10 SRCS+=  elf64-x86-64.c \
11         efi-app-x86_64.c \
12         efi-app-ia32.c \
13         elf64.c \
14         elf64-gen.c \
15         elf64-target.h \
16         pepigen.c \
17         pex64igen.c
18
19 VECS=   ${DEFAULT_VECTOR} \
20         bfd_elf64_x86_64_vec \
21         bfd_efi_app_x86_64_vec \
22         ${I386_VECS}
23
24 CLEANFILES+=    pepigen.c pex64igen.c
25
26 pepigen.c: peXXigen.c
27         sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
28
29 pex64igen.c: peXXigen.c
30         sed -e s/XX/pex64/g ${.ALLSRC} > ${.TARGET}