1991-08-01 01:58:05 +09:00
|
|
|
|
# Makefile template for Configure for the BFD library.
|
1991-10-01 11:46:00 +08:00
|
|
|
|
# Copyright (C) 1990, 1991 Free Software Foundation, Inc.
|
1991-08-01 01:58:05 +09:00
|
|
|
|
# Written by Cygnus Support.
|
|
|
|
|
#
|
|
|
|
|
# This file is part of BFD, the Binary File Descriptor library.
|
|
|
|
|
#
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
1991-04-05 02:37:36 +08:00
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
1991-08-01 01:58:05 +09:00
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
1991-04-05 02:37:36 +08:00
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU General Public License for more details.
|
1991-08-01 01:58:05 +09:00
|
|
|
|
#
|
1991-04-05 02:37:36 +08:00
|
|
|
|
# You should have received a copy of the GNU General Public License
|
1991-08-01 01:58:05 +09:00
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
srcdir = .
|
1991-07-05 01:52:56 +09:00
|
|
|
|
destdir = /usr/local
|
1991-10-11 12:51:42 +08:00
|
|
|
|
libdir = $(destdir)/H-$(host_alias)/T-independent/lib
|
1991-09-04 16:52:46 +09:00
|
|
|
|
docdir = $(srcdir)/doc
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
RANLIB = ranlib
|
1991-05-15 01:30:22 +09:00
|
|
|
|
AR = ar
|
|
|
|
|
AR_FLAGS = clq
|
1991-04-25 13:22:55 +09:00
|
|
|
|
INCDIR = $(srcdir)/../include
|
1991-10-11 18:29:54 +08:00
|
|
|
|
CSEARCH = -I. -I$(INCDIR)
|
1991-05-09 04:07:10 +09:00
|
|
|
|
DEP = mkdep
|
1991-09-04 16:52:46 +09:00
|
|
|
|
|
|
|
|
|
|
1991-04-05 02:37:36 +08:00
|
|
|
|
#### host and target dependent Makefile fragments come in here.
|
|
|
|
|
###
|
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
TARGETLIB = libbfd.a
|
|
|
|
|
CFLAGS = -g $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) # -DINTEL960VERSION
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
|
1991-04-09 00:02:27 +08:00
|
|
|
|
BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
|
Insert the incidentals and things I forgot to ci last time, same log message:
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
files will eventually contain processor specific bits for bfd,
like strange relocation information and dis/assembly. So far only
the H8 has been even partially done. This work also ties in with
the change in handling architectures.
* amdcoff.c: (a29k_reloc) fix error message.
* aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
discover the architecture of the bfd. (sunos4_callback) calls the
function bfd_set_arch_mach rather than stuffing stuff directly
into the bfd. (sunos4_write_object_contents), changed names of
accessor functions.
* aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
setup the environment.
* archive.c: (bfd_slurp_coff_armap) coff archives always have the
headers in big endian format, regardless of the endianess of the
host or target.
* archures.c: totally changed. Now an architecture is represented
with a pointer to an info structure rather than an enumerated type
and a long. The old info is available as two elements in the
structure. Future enhancements to architecure support will
involve pointers to methods being placed into the info structure.
* bfd.c: changed the definition of the bfd structure for the new
architecture stuff.
* bout.c: (b_out_set_arch_mach) changed to use the new
architecture mechanism.
* coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
the new architecture mechanism.
* configure.in: added h8 stuff.
* ieee.c: too many changes to note. Now ieee files written with
bfd gas and ld can be read by gld and ieee only linkers and
simulators.
* libbfd.c, libbfd.h: changed prototype of bfd_write.
* newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
than fixing the structure directly.
* oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
than fixing the structure directly.
* opncls.c: (new_bfd) makes sure that bfd_init has been called
before opening a bfd.
* srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
rather than fixing the structure directly.
* targets.c: (target_vector) now by defining SELECT_VECS (perhaps
in the t/hmake file) a user can select which backends they want
linked with bfd without changing the source.
* init.c: new, looks after initializing modules.
* howto.c: for future use, will allow an application to work out
what cookie to use as a handle on a relcoatio howto.
1991-10-01 11:55:40 +08:00
|
|
|
|
archures.o core.o section.o format.o syms.o reloc.o init.o
|
|
|
|
|
|
1991-10-25 15:06:02 +08:00
|
|
|
|
BFD_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
|
|
|
|
|
cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
1991-08-01 01:58:05 +09:00
|
|
|
|
BFD_BACKENDS = oasys.o ieee.o srec.o \
|
1991-10-09 06:31:52 +08:00
|
|
|
|
aout64.o aout32.o demo64.o sunos.o newsos3.o i386aout.o bout.o \
|
1991-10-25 15:06:02 +08:00
|
|
|
|
icoff.o amdcoff.o m68kcoff.o i386coff.o m88k-bcs.o ecoff.o elf.o \
|
|
|
|
|
rs6000coff.o
|
1991-08-21 13:07:18 +09:00
|
|
|
|
|
Insert the incidentals and things I forgot to ci last time, same log message:
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
files will eventually contain processor specific bits for bfd,
like strange relocation information and dis/assembly. So far only
the H8 has been even partially done. This work also ties in with
the change in handling architectures.
* amdcoff.c: (a29k_reloc) fix error message.
* aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
discover the architecture of the bfd. (sunos4_callback) calls the
function bfd_set_arch_mach rather than stuffing stuff directly
into the bfd. (sunos4_write_object_contents), changed names of
accessor functions.
* aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
setup the environment.
* archive.c: (bfd_slurp_coff_armap) coff archives always have the
headers in big endian format, regardless of the endianess of the
host or target.
* archures.c: totally changed. Now an architecture is represented
with a pointer to an info structure rather than an enumerated type
and a long. The old info is available as two elements in the
structure. Future enhancements to architecure support will
involve pointers to methods being placed into the info structure.
* bfd.c: changed the definition of the bfd structure for the new
architecture stuff.
* bout.c: (b_out_set_arch_mach) changed to use the new
architecture mechanism.
* coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
the new architecture mechanism.
* configure.in: added h8 stuff.
* ieee.c: too many changes to note. Now ieee files written with
bfd gas and ld can be read by gld and ieee only linkers and
simulators.
* libbfd.c, libbfd.h: changed prototype of bfd_write.
* newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
than fixing the structure directly.
* oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
than fixing the structure directly.
* opncls.c: (new_bfd) makes sure that bfd_init has been called
before opening a bfd.
* srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
rather than fixing the structure directly.
* targets.c: (target_vector) now by defining SELECT_VECS (perhaps
in the t/hmake file) a user can select which backends they want
linked with bfd without changing the source.
* init.c: new, looks after initializing modules.
* howto.c: for future use, will allow an application to work out
what cookie to use as a handle on a relcoatio howto.
1991-10-01 11:55:40 +08:00
|
|
|
|
|
1991-08-21 13:07:18 +09:00
|
|
|
|
OPTIONAL_BACKENDS = trad-core.o
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
BFD_H=$(INCDIR)/bfd.h
|
|
|
|
|
|
|
|
|
|
# C source files that correspond to .o's.
|
|
|
|
|
CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \
|
1991-07-05 01:52:56 +09:00
|
|
|
|
i386coff.c aout64.c aout32.c sunos.c demo64.c icoff.c srec.c \
|
1991-10-25 15:06:02 +08:00
|
|
|
|
oasys.c ieee.c m68kcoff.c amdcoff.c rs6000coff.c \
|
Insert the incidentals and things I forgot to ci last time, same log message:
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
files will eventually contain processor specific bits for bfd,
like strange relocation information and dis/assembly. So far only
the H8 has been even partially done. This work also ties in with
the change in handling architectures.
* amdcoff.c: (a29k_reloc) fix error message.
* aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
discover the architecture of the bfd. (sunos4_callback) calls the
function bfd_set_arch_mach rather than stuffing stuff directly
into the bfd. (sunos4_write_object_contents), changed names of
accessor functions.
* aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
setup the environment.
* archive.c: (bfd_slurp_coff_armap) coff archives always have the
headers in big endian format, regardless of the endianess of the
host or target.
* archures.c: totally changed. Now an architecture is represented
with a pointer to an info structure rather than an enumerated type
and a long. The old info is available as two elements in the
structure. Future enhancements to architecure support will
involve pointers to methods being placed into the info structure.
* bfd.c: changed the definition of the bfd structure for the new
architecture stuff.
* bout.c: (b_out_set_arch_mach) changed to use the new
architecture mechanism.
* coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
the new architecture mechanism.
* configure.in: added h8 stuff.
* ieee.c: too many changes to note. Now ieee files written with
bfd gas and ld can be read by gld and ieee only linkers and
simulators.
* libbfd.c, libbfd.h: changed prototype of bfd_write.
* newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
than fixing the structure directly.
* oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
than fixing the structure directly.
* opncls.c: (new_bfd) makes sure that bfd_init has been called
before opening a bfd.
* srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
rather than fixing the structure directly.
* targets.c: (target_vector) now by defining SELECT_VECS (perhaps
in the t/hmake file) a user can select which backends they want
linked with bfd without changing the source.
* init.c: new, looks after initializing modules.
* howto.c: for future use, will allow an application to work out
what cookie to use as a handle on a relcoatio howto.
1991-10-01 11:55:40 +08:00
|
|
|
|
format.c section.c core.c syms.c reloc.c init.c \
|
1991-10-09 06:31:52 +08:00
|
|
|
|
m88k-bcs.c ecoff.c trad-core.c newsos3.c i386aout.c bout.c elf.c \
|
1991-10-02 03:46:47 +08:00
|
|
|
|
cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c cpu-m88k.c \
|
1991-10-25 15:06:02 +08:00
|
|
|
|
cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c cpu-rs6000.c
|
Insert the incidentals and things I forgot to ci last time, same log message:
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
files will eventually contain processor specific bits for bfd,
like strange relocation information and dis/assembly. So far only
the H8 has been even partially done. This work also ties in with
the change in handling architectures.
* amdcoff.c: (a29k_reloc) fix error message.
* aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
discover the architecture of the bfd. (sunos4_callback) calls the
function bfd_set_arch_mach rather than stuffing stuff directly
into the bfd. (sunos4_write_object_contents), changed names of
accessor functions.
* aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
setup the environment.
* archive.c: (bfd_slurp_coff_armap) coff archives always have the
headers in big endian format, regardless of the endianess of the
host or target.
* archures.c: totally changed. Now an architecture is represented
with a pointer to an info structure rather than an enumerated type
and a long. The old info is available as two elements in the
structure. Future enhancements to architecure support will
involve pointers to methods being placed into the info structure.
* bfd.c: changed the definition of the bfd structure for the new
architecture stuff.
* bout.c: (b_out_set_arch_mach) changed to use the new
architecture mechanism.
* coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
the new architecture mechanism.
* configure.in: added h8 stuff.
* ieee.c: too many changes to note. Now ieee files written with
bfd gas and ld can be read by gld and ieee only linkers and
simulators.
* libbfd.c, libbfd.h: changed prototype of bfd_write.
* newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
than fixing the structure directly.
* oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
than fixing the structure directly.
* opncls.c: (new_bfd) makes sure that bfd_init has been called
before opening a bfd.
* srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
rather than fixing the structure directly.
* targets.c: (target_vector) now by defining SELECT_VECS (perhaps
in the t/hmake file) a user can select which backends they want
linked with bfd without changing the source.
* init.c: new, looks after initializing modules.
* howto.c: for future use, will allow an application to work out
what cookie to use as a handle on a relcoatio howto.
1991-10-01 11:55:40 +08:00
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
STAGESTUFF = $(TARGETLIB) $(OFILES)
|
|
|
|
|
|
|
|
|
|
all: $(TARGETLIB)
|
|
|
|
|
|
1991-10-11 12:51:42 +08:00
|
|
|
|
# HDEPFILES comes from the host config; TDEPFILES from the target config.
|
|
|
|
|
OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
|
1991-04-18 10:51:01 +09:00
|
|
|
|
|
|
|
|
|
$(TARGETLIB): $(OFILES)
|
|
|
|
|
rm -f $(TARGETLIB)
|
1991-05-15 01:30:22 +09:00
|
|
|
|
$(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
|
|
|
|
|
$(RANLIB) $(TARGETLIB)
|
1991-04-18 10:51:01 +09:00
|
|
|
|
|
1991-10-25 17:49:37 +08:00
|
|
|
|
# When compiling targets.c, supply the default target info from configure.
|
|
|
|
|
targets.o: targets.c
|
|
|
|
|
$(CC) $(CFLAGS) -c $(TDEFAULTS) $<
|
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
stage1: force
|
|
|
|
|
- mkdir stage1
|
|
|
|
|
- mv -f $(STAGESTUFF) stage1
|
|
|
|
|
|
|
|
|
|
stage2: force
|
|
|
|
|
- mkdir stage2
|
|
|
|
|
- mv -f $(STAGESTUFF) stage2
|
|
|
|
|
|
|
|
|
|
stage3: force
|
|
|
|
|
- mkdir stage3
|
|
|
|
|
- mv -f $(STAGESTUFF) stage3
|
|
|
|
|
|
1991-06-10 05:27:20 +09:00
|
|
|
|
against=stage2
|
|
|
|
|
|
|
|
|
|
comparison: force
|
|
|
|
|
for i in *.o ; do cmp $$i $(against)/$$i || exit 1 ; done
|
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
de-stage1: force
|
|
|
|
|
- (cd stage1 ; mv -f $(STAGESTUFF) ..)
|
|
|
|
|
- rmdir stage1
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
de-stage2: force
|
|
|
|
|
- (cd stage2 ; mv -f $(STAGESTUFF) ..)
|
|
|
|
|
- rmdir stage2
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
de-stage3: force
|
|
|
|
|
- (cd stage3 ; mv -f $(STAGESTUFF) ..)
|
|
|
|
|
- rmdir stage3
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
tags etags: TAGS
|
|
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
TAGS: force
|
1991-04-25 05:52:21 +09:00
|
|
|
|
etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
clean:
|
1991-08-17 09:09:20 +09:00
|
|
|
|
rm -f *.[oa] *~ core *.E *.p *.ip
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
clobber realclean: clean
|
|
|
|
|
rm -f libbfd.a TAGS
|
|
|
|
|
|
1991-10-11 20:48:25 +08:00
|
|
|
|
# Mark everything as depending on config.status, since the timestamp on
|
|
|
|
|
# sysdep.h might actually move backwards if we reconfig and relink it
|
|
|
|
|
# to a different hosts/h-xxx.h file. This will force a recompile anyway.
|
|
|
|
|
RECONFIG = config.status
|
|
|
|
|
$(BFD_LIBS): libbfd.h $(BFD_H) $(RECONFIG)
|
|
|
|
|
$(BFD_MACHINES): libbfd.h $(BFD_H) $(RECONFIG)
|
|
|
|
|
$(BFD_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
|
|
|
|
|
$(OPTIONAL_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
1991-10-25 15:06:02 +08:00
|
|
|
|
# Get around a Sun Make bug in SunOS 4.1.1 with VPATH
|
|
|
|
|
cpu-i386.o:cpu-i386.c
|
|
|
|
|
|
1991-04-05 02:37:36 +08:00
|
|
|
|
saber:
|
|
|
|
|
#suppress 65 on bfd_map_over_sections
|
|
|
|
|
#suppress 66 on bfd_map_over_sections
|
|
|
|
|
#suppress 67 on bfd_map_over_sections
|
|
|
|
|
#suppress 68 on bfd_map_over_sections
|
|
|
|
|
#suppress 69 on bfd_map_over_sections
|
|
|
|
|
#suppress 70 on bfd_map_over_sections
|
|
|
|
|
#suppress 110 in bfd_map_over_sections
|
|
|
|
|
#suppress 112 in bfd_map_over_sections
|
|
|
|
|
#suppress 530
|
|
|
|
|
#suppress 590 in swap_exec_header
|
|
|
|
|
#suppress 590 in _bfd_dummy_core_file_matches_executable_p
|
|
|
|
|
#suppress 590 in bfd_dont_truncate_arname
|
|
|
|
|
#suppress 590 on ignore
|
|
|
|
|
#suppress 590 on abfd
|
|
|
|
|
#setopt load_flags $(CFLAGS)
|
|
|
|
|
#load $(CFILES)
|
1991-05-09 04:07:10 +09:00
|
|
|
|
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
|
# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
|
|
|
|
|
#
|
|
|
|
|
# 'VERSION' file must be present and contain a string of the form "x.y"
|
|
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
ver960.c: FORCE
|
|
|
|
|
rm -f ver960.c
|
|
|
|
|
echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This target should be invoked before building a new release.
|
|
|
|
|
# 'VERSION' file must be present and contain a string of the form "x.y"
|
|
|
|
|
#
|
|
|
|
|
roll:
|
|
|
|
|
@V=`cat VERSION` ; \
|
|
|
|
|
MAJ=`sed 's/\..*//' VERSION` ; \
|
|
|
|
|
MIN=`sed 's/.*\.//' VERSION` ; \
|
|
|
|
|
V=$$MAJ.`expr $$MIN + 1` ; \
|
|
|
|
|
rm -f VERSION ; \
|
|
|
|
|
echo $$V >VERSION ; \
|
|
|
|
|
echo Version $$V
|
|
|
|
|
|
|
|
|
|
# Dummy target to force execution of dependent targets.
|
|
|
|
|
#
|
1991-04-18 10:51:01 +09:00
|
|
|
|
force:
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
install:
|
1991-10-11 12:51:42 +08:00
|
|
|
|
cp libbfd.a $(libdir)/libbfd.a.new
|
|
|
|
|
$(RANLIB) $(libdir)/libbfd.a.new
|
|
|
|
|
mv -f $(libdir)/libbfd.a.new $(libdir)/libbfd.a
|
1991-04-05 02:37:36 +08:00
|
|
|
|
|
|
|
|
|
# Target to uncomment host-specific lines in this makefile. Such lines must
|
|
|
|
|
# have the following string beginning in column 1: #__<hostname>__#
|
|
|
|
|
# Original Makefile is backed up as 'Makefile.old'.
|
|
|
|
|
#
|
|
|
|
|
# Invoke with: make make HOST=xxx
|
|
|
|
|
#
|
|
|
|
|
make:
|
|
|
|
|
-@if test $(HOST)x = x ; then \
|
|
|
|
|
echo 'Specify "make make HOST=???"'; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi ; \
|
|
|
|
|
grep -s "^#The next line was generated by 'make make'" Makefile; \
|
|
|
|
|
if test $$? = 0 ; then \
|
|
|
|
|
echo "Makefile has already been processed with 'make make'";\
|
|
|
|
|
exit 1; \
|
|
|
|
|
fi ; \
|
|
|
|
|
mv -f Makefile Makefile.old; \
|
|
|
|
|
echo "#The next line was generated by 'make make'" >Makefile ; \
|
|
|
|
|
echo "HOST=$(HOST)" >>Makefile ; \
|
|
|
|
|
echo >>Makefile ; \
|
|
|
|
|
sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
|
|
|
|
|
|
1991-10-09 06:31:52 +08:00
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
|
1991-10-01 11:46:00 +08:00
|
|
|
|
$(SHELL) ./config.status
|
1991-05-09 04:07:10 +09:00
|
|
|
|
|
|
|
|
|
dep: $(CFILES)
|
|
|
|
|
mkdep $(CFLAGS) $?
|
1991-07-05 01:52:56 +09:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991-09-04 16:52:46 +09:00
|
|
|
|
headers:
|
|
|
|
|
cp $(srcdir)/bfd-in.h $(docdir)
|
|
|
|
|
cp $(srcdir)/libbfd-in.h $(docdir)
|
|
|
|
|
cp $(srcdir)/libcoff-in.h $(docdir)
|
1991-09-13 06:08:51 +09:00
|
|
|
|
(cd $(docdir); $(MAKE) protos)
|
1991-07-05 01:52:56 +09:00
|
|
|
|
# Rebuild prototypes in bfd.h
|
1991-09-04 16:52:46 +09:00
|
|
|
|
cp $(docdir)/bfd.h $(BFD_H)
|
|
|
|
|
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
|
|
|
|
|
cp $(docdir)/libcoff.h $(srcdir)/libcoff.h
|
Insert the incidentals and things I forgot to ci last time, same log message:
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
files will eventually contain processor specific bits for bfd,
like strange relocation information and dis/assembly. So far only
the H8 has been even partially done. This work also ties in with
the change in handling architectures.
* amdcoff.c: (a29k_reloc) fix error message.
* aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
discover the architecture of the bfd. (sunos4_callback) calls the
function bfd_set_arch_mach rather than stuffing stuff directly
into the bfd. (sunos4_write_object_contents), changed names of
accessor functions.
* aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
setup the environment.
* archive.c: (bfd_slurp_coff_armap) coff archives always have the
headers in big endian format, regardless of the endianess of the
host or target.
* archures.c: totally changed. Now an architecture is represented
with a pointer to an info structure rather than an enumerated type
and a long. The old info is available as two elements in the
structure. Future enhancements to architecure support will
involve pointers to methods being placed into the info structure.
* bfd.c: changed the definition of the bfd structure for the new
architecture stuff.
* bout.c: (b_out_set_arch_mach) changed to use the new
architecture mechanism.
* coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
the new architecture mechanism.
* configure.in: added h8 stuff.
* ieee.c: too many changes to note. Now ieee files written with
bfd gas and ld can be read by gld and ieee only linkers and
simulators.
* libbfd.c, libbfd.h: changed prototype of bfd_write.
* newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
than fixing the structure directly.
* oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
than fixing the structure directly.
* opncls.c: (new_bfd) makes sure that bfd_init has been called
before opening a bfd.
* srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
rather than fixing the structure directly.
* targets.c: (target_vector) now by defining SELECT_VECS (perhaps
in the t/hmake file) a user can select which backends they want
linked with bfd without changing the source.
* init.c: new, looks after initializing modules.
* howto.c: for future use, will allow an application to work out
what cookie to use as a handle on a relcoatio howto.
1991-10-01 11:55:40 +08:00
|
|
|
|
rm -f $(docdir)/bfd-in.h
|
|
|
|
|
rm -f $(docdir)/libbfd-in.h
|
|
|
|
|
rm -f $(docdir)/libcoff-in.h
|
1991-09-04 16:52:46 +09:00
|
|
|
|
|
|
|
|
|
bfd.info:
|
1991-09-13 06:08:51 +09:00
|
|
|
|
( cd $(docdir); $(MAKE) bfd.info)
|
1991-09-04 16:52:46 +09:00
|
|
|
|
|
|
|
|
|
bfd.dvi:
|
1991-09-13 06:08:51 +09:00
|
|
|
|
(cd $(docdir); $(MAKE) bfd.dvi)
|
1991-09-04 16:52:46 +09:00
|
|
|
|
|
|
|
|
|
bfd.ps:
|
1991-09-13 06:08:51 +09:00
|
|
|
|
(cd $(docdir); $(MAKE) bfd.ps)
|
1991-09-04 16:52:46 +09:00
|
|
|
|
|
|
|
|
|
# What appears below is generated by a hacked mkdep using gcc -MM.
|
|
|
|
|
|
|
|
|
|
# DO NOT DELETE THIS LINE -- mkdep uses it.
|
|
|
|
|
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
|
|
|
|
|
|
1991-10-01 11:46:00 +08:00
|
|
|
|
libbfd.o : libbfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
opncls.o : opncls.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
bfd.o : bfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
archive.o : archive.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/ar.h $(INCDIR)/ranlib.h
|
|
|
|
|
targets.o : targets.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
cache.o : cache.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
archures.o : archures.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h
|
|
|
|
|
i386coff.o : i386coff.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/i386coff.h $(INCDIR)/internalcoff.h libcoff.h coffcode.h
|
1991-09-04 16:52:46 +09:00
|
|
|
|
aout64.o : aout64.c
|
1991-10-01 11:46:00 +08:00
|
|
|
|
aout32.o : aout32.c aoutx.h $(INCDIR)/bfd.h $(INCDIR)/ansidecl.h \
|
|
|
|
|
$(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout64.h \
|
|
|
|
|
$(INCDIR)/stab.gnu.h $(INCDIR)/stab.def $(INCDIR)/ar.h
|
|
|
|
|
sunos.o : sunos.c aoutf1.h $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
|
|
|
|
|
libaout.h libbfd.h $(INCDIR)/aout64.h $(INCDIR)/stab.gnu.h \
|
|
|
|
|
$(INCDIR)/stab.def $(INCDIR)/ar.h
|
1991-09-04 16:52:46 +09:00
|
|
|
|
demo64.o : demo64.c
|
1991-10-01 11:46:00 +08:00
|
|
|
|
icoff.o : icoff.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/intel-coff.h $(INCDIR)/internalcoff.h libcoff.h coffcode.h
|
|
|
|
|
srec.o : srec.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
oasys.o : oasys.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/oasys.h liboasys.h
|
|
|
|
|
ieee.o : ieee.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/ieee.h libieee.h
|
|
|
|
|
m68kcoff.o : m68kcoff.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/m68kcoff.h $(INCDIR)/internalcoff.h libcoff.h coffcode.h
|
|
|
|
|
amdcoff.o : amdcoff.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/amdcoff.h $(INCDIR)/internalcoff.h libcoff.h coffcode.h
|
1991-10-25 15:06:02 +08:00
|
|
|
|
rs6000coff.o: rs6000coff.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/rs6000coff.h $(INCDIR)/internalcoff.h libcoff.h coffcode.h
|
1991-10-11 20:48:25 +08:00
|
|
|
|
format.o : format.c $(INCDIR)/bfd.h \
|
1991-10-01 11:46:00 +08:00
|
|
|
|
$(INCDIR)/obstack.h libbfd.h
|
1991-10-11 20:48:25 +08:00
|
|
|
|
section.o : section.c $(INCDIR)/bfd.h \
|
1991-10-01 11:46:00 +08:00
|
|
|
|
$(INCDIR)/obstack.h libbfd.h
|
1991-10-11 20:48:25 +08:00
|
|
|
|
core.o : core.c $(INCDIR)/bfd.h \
|
1991-10-01 11:46:00 +08:00
|
|
|
|
$(INCDIR)/obstack.h libbfd.h
|
1991-10-11 20:48:25 +08:00
|
|
|
|
syms.o : syms.c $(INCDIR)/bfd.h \
|
1991-10-01 11:46:00 +08:00
|
|
|
|
$(INCDIR)/obstack.h libbfd.h
|
1991-10-11 20:48:25 +08:00
|
|
|
|
reloc.o : reloc.c $(INCDIR)/bfd.h \
|
1991-10-01 11:46:00 +08:00
|
|
|
|
$(INCDIR)/obstack.h libbfd.h
|
|
|
|
|
m88k-bcs.o : m88k-bcs.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/m88k-bcs.h $(INCDIR)/internalcoff.h libcoff.h coffcode.h
|
|
|
|
|
ecoff.o : ecoff.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/ecoff.h $(INCDIR)/internalcoff.h libcoff.h trad-core.h \
|
1991-09-04 16:52:46 +09:00
|
|
|
|
coffcode.h
|
1991-10-01 11:46:00 +08:00
|
|
|
|
trad-core.o : trad-core.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
|
1991-09-04 16:52:46 +09:00
|
|
|
|
libbfd.h libaout.h
|
1991-10-01 11:46:00 +08:00
|
|
|
|
newsos3.o : newsos3.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/aout64.h $(INCDIR)/stab.gnu.h $(INCDIR)/stab.def \
|
|
|
|
|
$(INCDIR)/ar.h libaout.h
|
1991-10-09 06:31:52 +08:00
|
|
|
|
i386aout.o : i386aout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/aout64.h $(INCDIR)/stab.gnu.h $(INCDIR)/stab.def \
|
|
|
|
|
$(INCDIR)/ar.h libaout.h
|
1991-10-01 11:46:00 +08:00
|
|
|
|
bout.o : bout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
|
|
|
|
|
$(INCDIR)/bout.h $(INCDIR)/stab.gnu.h $(INCDIR)/stab.def libaout.h
|
1991-09-04 16:52:46 +09:00
|
|
|
|
|
|
|
|
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
1991-10-01 11:46:00 +08:00
|
|
|
|
|