Deleted Added
full compact
Makefile (89876) Makefile (89886)
1# $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile 89876 2002-01-27 13:04:21Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile 89886 2002-01-27 22:47:22Z obrien $
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
6
7LIB= bfd
8SRCS+= archive.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
13CFLAGS+= -I${SRCDIR}/bfd
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
6
7LIB= bfd
8SRCS+= archive.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
13CFLAGS+= -I${SRCDIR}/bfd
14CFLAGS+= -DBFD_VERSION=\"${VERSION}\"
14CFLAGS+= -DBFD_VERSION=\"${VERSION_DATE}\" -DBFD_VERSION_DATE=${VERSION_DATE}
15CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
15NOPROFILE= true
16NOPIC= true
17INTERNALLIB= true
18INTERNALSTATICLIB=true
19CLEANFILES+= config.h targmatch.h
20
21# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
22# binutils release. FreeBSD only distributes the bits that are required to

--- 41 unchanged lines hidden ---
16NOPROFILE= true
17NOPIC= true
18INTERNALLIB= true
19INTERNALSTATICLIB=true
20CLEANFILES+= config.h targmatch.h
21
22# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
23# binutils release. FreeBSD only distributes the bits that are required to

--- 41 unchanged lines hidden ---