Deleted Added
full compact
Makefile (117423) Makefile (126197)
1# $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile 117423 2003-07-11 05:24:32Z kan $
1# $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile 126197 2004-02-24 19:23:33Z johan $
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
6
7LIB= bfd
8SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
9 coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \
10 hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
11 section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
12 targmatch.h dwarf1.c dwarf2.c config.h
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
6
7LIB= bfd
8SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
9 coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \
10 hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
11 section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
12 targmatch.h dwarf1.c dwarf2.c config.h
13WARNS?=0
13.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
14.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
14WARNS= 2
15WARNS?= 2
15.endif
16.endif
16WARNS=0
17CFLAGS+= -I${SRCDIR}/bfd
18CFLAGS+= -DBFD_VERSION=\"${VERSION_DATE}\" -DBFD_VERSION_DATE=${VERSION_DATE}
19CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
20INTERNALLIB= true
21CLEANFILES+= config.h targmatch.h
22
23SELARCH=
24.if ${TARGET_ARCH} == "amd64"

--- 36 unchanged lines hidden ---
17CFLAGS+= -I${SRCDIR}/bfd
18CFLAGS+= -DBFD_VERSION=\"${VERSION_DATE}\" -DBFD_VERSION_DATE=${VERSION_DATE}
19CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
20INTERNALLIB= true
21CLEANFILES+= config.h targmatch.h
22
23SELARCH=
24.if ${TARGET_ARCH} == "amd64"

--- 36 unchanged lines hidden ---