]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/binutils/libbfd/Makefile.i386
This commit was generated by cvs2svn to compensate for changes in r131440,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / binutils / libbfd / Makefile.i386
1 # $FreeBSD$
2
3 DEFAULT_VECTOR= bfd_elf32_i386_freebsd_vec
4
5 SRCS+=  cpu-i386.c elf32-i386.c elf32-target.h elf32.c elflink.c
6 VECS=   ${DEFAULT_VECTOR} bfd_elf32_i386_vec
7 .if ${TARGET_ARCH} == "i386"
8 CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
9 .endif
10
11 .if     defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
12 SRCS+=  pe-i386.c pei-i386.c
13 VECS+=  i386pe_vec i386pei_vec
14 .endif
15
16 CLEANFILES+=    elf32-target.h