Deleted Added
sdiff udiff text old ( 38892 ) new ( 44360 )
full compact
1#
2# $Id: Makefile,v 1.5 1998/06/04 06:50:57 bde Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/bfd
8
9LIB= bfd
10SRCS+= archive.c archures.c bfd.c binary.c cache.c \
11 coffgen.c corefile.c elf.c format.c hash.c ihex.c \
12 init.c libbfd.c linker.c opncls.c reloc.c section.c \
13 srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
14 targmatch.h dwarf2.c
15CFLAGS+= -I${SRCDIR}/bfd

--- 30 unchanged lines hidden ---