Deleted Added
full compact
Makefile (38892) Makefile (44360)
1#
1#
2# $Id: Makefile,v 1.5 1998/06/04 06:50:57 bde Exp $
2# $Id: Makefile,v 1.6 1998/09/06 23:01:53 jdp Exp $
3#
4
5.include "../Makefile.inc0"
6
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/bfd
7.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
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 ---
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 ---