1997-08-01 08:04:48 +08:00
|
|
|
# Makefile.in generated automatically by automake 1.2 from Makefile.am
|
1991-04-05 02:37:36 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy, distribute and modify it.
|
1991-12-07 15:01:15 +08:00
|
|
|
|
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
SHELL = /bin/sh
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
prefix = @prefix@
|
1995-07-05 17:32:47 +08:00
|
|
|
exec_prefix = @exec_prefix@
|
1992-04-11 13:38:40 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
bindir = @bindir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
libexecdir = @libexecdir@
|
1996-07-18 08:47:05 +08:00
|
|
|
datadir = @datadir@
|
1997-08-01 08:04:48 +08:00
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
libdir = @libdir@
|
1996-07-18 08:47:05 +08:00
|
|
|
infodir = @infodir@
|
1997-08-01 08:04:48 +08:00
|
|
|
mandir = @mandir@
|
1996-07-18 08:47:05 +08:00
|
|
|
includedir = @includedir@
|
1997-08-01 08:04:48 +08:00
|
|
|
oldincludedir = /usr/include
|
1991-12-07 15:01:15 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
|
|
|
|
top_builddir = .
|
|
|
|
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
1991-12-07 15:01:15 +08:00
|
|
|
|
* configure.in: Call AC_CONFIG_HEADER. Substitute
HOST_64BIT_LONG. Check that various header files exist. Check
that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
and/or free need to be declared. Don't make a link to sysdep.h.
Define TRAD_HEADER for various hosts.
* configure: Rebuild.
* configure.host: Don't set my_host. Add definitions taken from
host header files for various entries. Remove entries which now
do nothing.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* sysdep.h: New file.
* Makefile.in (do_distclean): Don't remove sysdep.h.
(RECONFIG): Remove.
(LOCAL_H_DEPS): New variable.
($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
$(RECONFIG).
($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
($(OPTIONAL_BACKENDS)): Likewise.
(stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
looking through sysdep.h.
* bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
(BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
(fprintf_vma, sprintf_vma): Likewise.
(int64_type, uint64_type): Don't define.
* bfd-in2.h: Rebuild.
* archures.c, bfd.c, srec.c: Include <ctype.h>.
* elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
* lynx-core.c: Include stuff from old hosts/lynx.h.
* opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
rather than NO_FCNTL.
* targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
rather than NATIVE_HPPAHPUX_COMPILER.
* trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
is defined.
* hosts/*.h: Remove all header files which merely include,
declare, and define things. Leave header files which define
information needed by trad-core.c.
1995-09-07 06:53:43 +08:00
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
1997-08-01 08:04:48 +08:00
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
transform = @program_transform_name@
|
|
|
|
|
|
|
|
NORMAL_INSTALL = true
|
|
|
|
PRE_INSTALL = true
|
|
|
|
POST_INSTALL = true
|
|
|
|
NORMAL_UNINSTALL = true
|
|
|
|
PRE_UNINSTALL = true
|
|
|
|
POST_UNINSTALL = true
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_triplet = @build@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
target_triplet = @target@
|
* configure.in: Call AC_CONFIG_HEADER. Substitute
HOST_64BIT_LONG. Check that various header files exist. Check
that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
and/or free need to be declared. Don't make a link to sysdep.h.
Define TRAD_HEADER for various hosts.
* configure: Rebuild.
* configure.host: Don't set my_host. Add definitions taken from
host header files for various entries. Remove entries which now
do nothing.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* sysdep.h: New file.
* Makefile.in (do_distclean): Don't remove sysdep.h.
(RECONFIG): Remove.
(LOCAL_H_DEPS): New variable.
($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
$(RECONFIG).
($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
($(OPTIONAL_BACKENDS)): Likewise.
(stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
looking through sysdep.h.
* bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
(BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
(fprintf_vma, sprintf_vma): Likewise.
(int64_type, uint64_type): Don't define.
* bfd-in2.h: Rebuild.
* archures.c, bfd.c, srec.c: Include <ctype.h>.
* elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
* lynx-core.c: Include stuff from old hosts/lynx.h.
* opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
rather than NO_FCNTL.
* targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
rather than NATIVE_HPPAHPUX_COMPILER.
* trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
is defined.
* hosts/*.h: Remove all header files which merely include,
declare, and define things. Leave header files which define
information needed by trad-core.c.
1995-09-07 06:53:43 +08:00
|
|
|
AR = @AR@
|
1997-08-01 08:04:48 +08:00
|
|
|
BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
|
|
|
|
BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
|
|
|
|
BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
|
|
|
|
BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
|
* configure.in: Call AC_CONFIG_HEADER. Substitute
HOST_64BIT_LONG. Check that various header files exist. Check
that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
and/or free need to be declared. Don't make a link to sysdep.h.
Define TRAD_HEADER for various hosts.
* configure: Rebuild.
* configure.host: Don't set my_host. Add definitions taken from
host header files for various entries. Remove entries which now
do nothing.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* sysdep.h: New file.
* Makefile.in (do_distclean): Don't remove sysdep.h.
(RECONFIG): Remove.
(LOCAL_H_DEPS): New variable.
($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
$(RECONFIG).
($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
($(OPTIONAL_BACKENDS)): Likewise.
(stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
looking through sysdep.h.
* bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
(BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
(fprintf_vma, sprintf_vma): Likewise.
(int64_type, uint64_type): Don't define.
* bfd-in2.h: Rebuild.
* archures.c, bfd.c, srec.c: Include <ctype.h>.
* elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
* lynx-core.c: Include stuff from old hosts/lynx.h.
* opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
rather than NO_FCNTL.
* targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
rather than NATIVE_HPPAHPUX_COMPILER.
* trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
is defined.
* hosts/*.h: Remove all header files which merely include,
declare, and define things. Leave header files which define
information needed by trad-core.c.
1995-09-07 06:53:43 +08:00
|
|
|
CC = @CC@
|
1997-08-07 06:57:44 +08:00
|
|
|
CC_FOR_BUILD = @CC_FOR_BUILD@
|
1997-08-01 08:04:48 +08:00
|
|
|
COREFILE = @COREFILE@
|
|
|
|
COREFLAG = @COREFLAG@
|
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
HDEFINES = @HDEFINES@
|
|
|
|
LD = @LD@
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LN_S = @LN_S@
|
|
|
|
MAINT = @MAINT@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
TDEFINES = @TDEFINES@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
all_backends = @all_backends@
|
|
|
|
bfd_backends = @bfd_backends@
|
|
|
|
bfd_machines = @bfd_machines@
|
|
|
|
tdefaults = @tdefaults@
|
|
|
|
wordsize = @wordsize@
|
1993-05-26 04:14:57 +08:00
|
|
|
|
1991-04-25 13:22:55 +09:00
|
|
|
INCDIR = $(srcdir)/../include
|
1993-07-03 07:57:52 +08:00
|
|
|
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
|
1991-05-09 04:07:10 +09:00
|
|
|
DEP = mkdep
|
1991-09-04 16:52:46 +09:00
|
|
|
|
1991-11-14 08:16:05 +08:00
|
|
|
SUBDIRS = doc
|
1991-09-04 16:52:46 +09:00
|
|
|
|
1997-08-07 06:57:44 +08:00
|
|
|
docdir = doc
|
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
lib_LTLIBRARIES = libbfd.la
|
1991-04-05 02:37:36 +08:00
|
|
|
|
1993-06-16 10:22:02 +08:00
|
|
|
# bfd.h goes here, for now
|
1993-06-21 08:34:11 +08:00
|
|
|
BFD_H = bfd.h
|
1991-04-05 02:37:36 +08:00
|
|
|
|
1993-08-06 02:20:20 +08:00
|
|
|
# Some of these files should be in BFD*_BACKENDS below, but some programs
|
|
|
|
# won't link without them. So, in order for some of the minimal-bfd
|
|
|
|
# hacks to work, they're also included here for now.
|
1994-07-26 04:00:10 +08:00
|
|
|
# gdb: elf.o
|
1993-08-06 02:20:20 +08:00
|
|
|
# objdump: elf.o
|
Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* config/u68k-coff.mt: Fix typo, DEFAULT_TARGET for
DEFAULT_VECTOR.
* config/h8300-coff.mt, h8500-coff.mt, sh-coff.mt, st2000.mt,
z8k-coff.mt (DEFAULT_VECTOR): Define. Don't explicitly add
S-records via SELECT_VECS.
* targets.c (target_vector), Makefile.in (BFD_LIBS): Always
support S-records, for convenience.
* config.bfd: New file, broken out of configure.in.
* configure.in: Use it, and use standard target names for
--with-targets, replacing --with-bfd-targets.
1993-08-13 01:57:02 +08:00
|
|
|
#
|
|
|
|
# Also, Jim Kingdon notes:
|
|
|
|
# Writing S-records should be included in all (or at least most)
|
|
|
|
# *-*-coff, *-*-aout, etc., configurations, because people will want to
|
|
|
|
# be able to use objcopy to create S-records. (S-records are not useful
|
|
|
|
# for the debugger, so if you are downloading things as S-records you
|
|
|
|
# need two copies of the executable, one to download and one for the
|
|
|
|
# debugger).
|
1993-08-20 05:07:50 +08:00
|
|
|
BFD_LIBS = \
|
1997-08-01 08:04:48 +08:00
|
|
|
archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
|
|
|
|
format.lo init.lo libbfd.lo opncls.lo reloc.lo \
|
|
|
|
section.lo syms.lo targets.lo hash.lo linker.lo \
|
|
|
|
elf.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
|
1996-01-05 13:44:27 +08:00
|
|
|
|
|
|
|
BFD_LIBS_CFILES = \
|
|
|
|
archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
|
|
|
|
format.c init.c libbfd.c opncls.c reloc.c \
|
|
|
|
section.c syms.c targets.c hash.c linker.c \
|
64-bit MIPS ELF ABI objdump support:
* elf64-mips.c: New file.
* Makefile.in: Rebuild dependencies.
(BFD64_BACKENDS): Add elf64-mips.o.
(BFD64_BACKENDS_CFILES): Add elf64-mips.c.
* config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
bfd_elf64_littlemips_vec to targ_selvecs.
(mips*-*-elf*): Likewise.
* confingure.in: Add bfd_elf64_bigmips_vec and
bfd_elf64_littlemips_vec to vector switch.
* configure: Rebuild.
* elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
broken out of mips_elf_section_from_shdr.
(mips_elf32_section_from_shdr): Rename from
mips_elf_section_from_shdr. Call new function.
(elf_backend_section_from_shdr): Update name of renamed function.
* elf-bfd.h (struct elf_size_info): Change second parameter of
write_out_phdrs to be const. Likewise for second parameter of
swap_symbol_out.
(struct bfd_elf_section_data): Add rel_hdr2 field.
(bfd_elf32_swap_symbol_in): Change second parameter to be const.
(bfd_elf32_swap_symbol_out): Likewise.
(bfd_elf32_swap_reloc_in): Likewise.
(bfd_elf32_swap_reloc_out): Likewise.
(bfd_elf32_swap_reloca_in): Likewise.
(bfd_elf32_swap_reloca_out): Likewise.
(bfd_elf32_swap_phdr_in): Likewise.
(bfd_elf32_swap_phdr_out): Likewise.
(bfd_elf32_swap_dyn_in): Likewise.
(bfd_elf32_swap_dyn_out): Likewise.
(bfd_elf32_slurp_symbol_table): Declare.
(bfd_elf32_write_shdrs_and_ehdr): Declare.
(bfd_elf32_write_out_phdrs): Declare.
(bfd_elf64_swap_symbol_in): Change second parameter to be const.
(bfd_elf64_swap_symbol_out): Likewise.
(bfd_elf64_swap_reloc_in): Likewise.
(bfd_elf64_swap_reloc_out): Likewise.
(bfd_elf64_swap_reloca_in): Likewise.
(bfd_elf64_swap_reloca_out): Likewise.
(bfd_elf64_swap_phdr_in): Likewise.
(bfd_elf64_swap_phdr_out): Likewise.
(bfd_elf64_swap_dyn_in): Likewise.
(bfd_elf64_swap_dyn_out): Likewise.
(bfd_elf64_slurp_symbol_table): Declare.
(bfd_elf64_write_shdrs_and_ehdr): Declare.
(bfd_elf64_write_out_phdrs): Declare.
(_bfd_mips_elf_section_from_shdr): Declare.
* elf.c (bfd_section_from_shdr): Remove assertion requiring
SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
section for the section, add the new one to rel_hdr2. Increment
reloc_count rather than setting it.
* elfcode.h (elf_slurp_symbol_table): Define name as macro.
Remove static declaration.
(elf_write_shdrs_and_ehdr): Define name as macro.
(elf_write_out_phdrs): Likewise.
(elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
(elf_swap_shdr_in, elf_swap_shdr_out): Declare.
(elf_swap_symbol_in): Change second parameter to be const.
(elf_swap_symbol_out): Likewise.
(elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
(elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
(elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
(elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
(elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
(elf_write_out_phdrs): Rename from write_out_phdrs. Change second
parameter to be const. Make non-static.
(elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
Make non-static.
(elf_slurp_symbol_table): Make non-static.
(NAME(_bfd_elf,size_info)): Update names of renamed functions.
* elfxx-target.h (elf_info_to_howto): Define if not defined.
(elf_backend_size_info): Likewise.
(elfNN_bed): Use elf_backend_size_info.
* targets.c (bfd_elf64_bigmips_vec): Declare.
(bfd_elf64_littlemips_vec): Declare.
(bfd_target_vector): Add bfd_elf64_bigmips_vec and
bfd_elf64_littlemips_vec if BFD64 is defined.
1996-05-30 04:33:00 +08:00
|
|
|
elf.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.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
|
|
|
|
1993-08-20 05:07:50 +08:00
|
|
|
# This list is alphabetized to make it easier to keep in sync
|
|
|
|
# with the decls and initializer in archures.c.
|
|
|
|
ALL_MACHINES = \
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-a29k.lo \
|
|
|
|
cpu-alpha.lo \
|
|
|
|
cpu-arc.lo \
|
|
|
|
cpu-arm.lo \
|
|
|
|
cpu-d10v.lo \
|
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
1997-02-19 09:29:29 +08:00
|
|
|
$(start-sanitize-d30v) \
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-d30v.lo \
|
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
1997-02-19 09:29:29 +08:00
|
|
|
$(end-sanitize-d30v) \
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-h8300.lo \
|
|
|
|
cpu-h8500.lo \
|
|
|
|
cpu-hppa.lo \
|
|
|
|
cpu-i386.lo \
|
|
|
|
cpu-i860.lo \
|
|
|
|
cpu-i960.lo \
|
|
|
|
cpu-m32r.lo \
|
|
|
|
cpu-m68k.lo \
|
|
|
|
cpu-m88k.lo \
|
|
|
|
cpu-mips.lo \
|
|
|
|
cpu-m10200.lo \
|
|
|
|
cpu-m10300.lo \
|
|
|
|
cpu-ns32k.lo \
|
|
|
|
cpu-powerpc.lo \
|
|
|
|
cpu-rs6000.lo \
|
|
|
|
cpu-sh.lo \
|
|
|
|
cpu-sparc.lo \
|
1996-12-30 01:56:24 +08:00
|
|
|
$(start-sanitize-tic80) \
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-tic80.lo \
|
1996-12-30 01:56:24 +08:00
|
|
|
$(end-sanitize-tic80) \
|
1996-09-10 06:59:40 +08:00
|
|
|
$(start-sanitize-v850) \
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-v850.lo \
|
1996-09-10 06:59:40 +08:00
|
|
|
$(end-sanitize-v850) \
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-vax.lo \
|
|
|
|
cpu-we32k.lo \
|
|
|
|
cpu-w65.lo \
|
|
|
|
cpu-z8k.lo
|
1993-08-20 05:07:50 +08:00
|
|
|
|
1996-01-05 13:44:27 +08:00
|
|
|
ALL_MACHINES_CFILES = \
|
|
|
|
cpu-a29k.c \
|
|
|
|
cpu-alpha.c \
|
|
|
|
cpu-arm.c \
|
|
|
|
cpu-h8300.c \
|
|
|
|
cpu-h8500.c \
|
|
|
|
cpu-hppa.c \
|
|
|
|
cpu-i386.c \
|
|
|
|
cpu-i860.c \
|
|
|
|
cpu-i960.c \
|
1997-04-08 05:00:31 +08:00
|
|
|
cpu-m32r.c \
|
1996-01-05 13:44:27 +08:00
|
|
|
cpu-m68k.c \
|
|
|
|
cpu-m88k.c \
|
|
|
|
cpu-mips.c \
|
1997-04-08 05:00:31 +08:00
|
|
|
cpu-m10200.c \
|
|
|
|
cpu-m10300.c \
|
1996-01-05 13:44:27 +08:00
|
|
|
cpu-ns32k.c \
|
|
|
|
cpu-powerpc.c \
|
|
|
|
cpu-rs6000.c \
|
|
|
|
cpu-sh.c \
|
|
|
|
cpu-sparc.c \
|
|
|
|
cpu-vax.c \
|
|
|
|
cpu-we32k.c \
|
|
|
|
cpu-w65.c \
|
|
|
|
cpu-z8k.c
|
|
|
|
|
1993-08-20 05:07:50 +08:00
|
|
|
# The .o files needed by all of the 32 bit vectors that are configured into
|
1994-07-26 04:00:10 +08:00
|
|
|
# target_vector in targets.c if configured with --enable-targets=all.
|
1993-07-03 07:57:52 +08:00
|
|
|
BFD32_BACKENDS = \
|
1997-08-01 08:04:48 +08:00
|
|
|
aout-adobe.lo \
|
|
|
|
aout-arm.lo \
|
|
|
|
aout-ns32k.lo \
|
|
|
|
aout-sparcle.lo \
|
|
|
|
aout0.lo \
|
|
|
|
aout32.lo \
|
|
|
|
bout.lo \
|
|
|
|
cf-i386lynx.lo \
|
|
|
|
cf-m68klynx.lo \
|
|
|
|
cf-sparclynx.lo \
|
|
|
|
coff-a29k.lo \
|
|
|
|
coff-apollo.lo \
|
|
|
|
coff-arm.lo \
|
|
|
|
coff-aux.lo \
|
|
|
|
coff-h8300.lo \
|
|
|
|
coff-h8500.lo \
|
|
|
|
coff-i386.lo \
|
|
|
|
coff-go32.lo \
|
|
|
|
coff-i860.lo \
|
|
|
|
coff-i960.lo \
|
|
|
|
coff-m68k.lo \
|
|
|
|
coff-m88k.lo \
|
|
|
|
coff-mips.lo \
|
|
|
|
coff-pmac.lo \
|
|
|
|
coff-rs6000.lo \
|
|
|
|
coff-sh.lo \
|
|
|
|
coff-sparc.lo \
|
1997-08-15 20:08:52 +08:00
|
|
|
coff-stgo32.lo \
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-svm68k.lo \
|
1996-12-30 01:56:24 +08:00
|
|
|
$(start-sanitize-tic80) \
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-tic80.lo \
|
1996-12-30 01:56:24 +08:00
|
|
|
$(end-sanitize-tic80) \
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-u68k.lo \
|
|
|
|
coff-we32k.lo \
|
|
|
|
coff-w65.lo \
|
|
|
|
coff-z8k.lo \
|
|
|
|
cofflink.lo \
|
|
|
|
ecoff.lo \
|
|
|
|
ecofflink.lo \
|
|
|
|
elf32-arc.lo \
|
|
|
|
elf32-d10v.lo \
|
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
1997-02-19 09:29:29 +08:00
|
|
|
$(start-sanitize-d30v) \
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-d30v.lo \
|
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
1997-02-19 09:29:29 +08:00
|
|
|
$(end-sanitize-d30v) \
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-gen.lo \
|
|
|
|
elf32-hppa.lo \
|
|
|
|
elf32-i386.lo \
|
|
|
|
elf32-i860.lo \
|
|
|
|
elf32-m32r.lo \
|
|
|
|
elf32-m68k.lo \
|
|
|
|
elf32-m88k.lo \
|
|
|
|
elf32-mips.lo \
|
|
|
|
elf-m10200.lo \
|
|
|
|
elf-m10300.lo \
|
|
|
|
elf32-ppc.lo \
|
|
|
|
elf32-sh.lo \
|
|
|
|
elf32-sparc.lo \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
$(start-sanitize-v850) \
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-v850.lo \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
$(end-sanitize-v850) \
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32.lo \
|
|
|
|
elflink.lo \
|
|
|
|
hp300bsd.lo \
|
|
|
|
hp300hpux.lo \
|
|
|
|
som.lo \
|
|
|
|
i386aout.lo \
|
|
|
|
i386bsd.lo \
|
|
|
|
i386dynix.lo \
|
|
|
|
i386freebsd.lo \
|
|
|
|
i386linux.lo \
|
|
|
|
i386lynx.lo \
|
|
|
|
i386msdos.lo \
|
|
|
|
i386netbsd.lo \
|
|
|
|
i386mach3.lo \
|
|
|
|
i386os9k.lo \
|
|
|
|
ieee.lo \
|
|
|
|
m68k4knetbsd.lo \
|
|
|
|
m68klinux.lo \
|
|
|
|
m68klynx.lo \
|
|
|
|
m68knetbsd.lo \
|
|
|
|
m88kmach3.lo \
|
|
|
|
mipsbsd.lo \
|
|
|
|
newsos3.lo \
|
|
|
|
nlm.lo \
|
|
|
|
nlm32-i386.lo \
|
|
|
|
nlm32-sparc.lo \
|
|
|
|
nlm32-ppc.lo \
|
|
|
|
nlm32.lo \
|
|
|
|
ns32knetbsd.lo \
|
|
|
|
oasys.lo \
|
|
|
|
pc532-mach.lo \
|
|
|
|
pe-arm.lo \
|
|
|
|
pei-arm.lo \
|
|
|
|
pe-i386.lo \
|
|
|
|
pei-i386.lo \
|
|
|
|
pe-ppc.lo \
|
|
|
|
pei-ppc.lo \
|
|
|
|
ppcboot.lo \
|
|
|
|
reloc16.lo \
|
|
|
|
riscix.lo \
|
|
|
|
sparclinux.lo \
|
|
|
|
sparclynx.lo \
|
|
|
|
sparcnetbsd.lo \
|
|
|
|
sunos.lo \
|
|
|
|
tekhex.lo \
|
|
|
|
versados.lo \
|
|
|
|
xcofflink.lo
|
1993-08-20 05:07:50 +08:00
|
|
|
|
1996-01-05 13:44:27 +08:00
|
|
|
BFD32_BACKENDS_CFILES = \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout-adobe.c \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
aout-arm.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout-ns32k.c \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
aout-sparcle.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout0.c \
|
|
|
|
aout32.c \
|
|
|
|
bout.c \
|
|
|
|
cf-i386lynx.c \
|
|
|
|
cf-m68klynx.c \
|
|
|
|
cf-sparclynx.c \
|
|
|
|
coff-a29k.c \
|
|
|
|
coff-apollo.c \
|
|
|
|
coff-arm.c \
|
1996-02-01 02:17:12 +08:00
|
|
|
coff-aux.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
coff-h8300.c \
|
|
|
|
coff-h8500.c \
|
|
|
|
coff-i386.c \
|
1995-11-07 07:04:44 +08:00
|
|
|
coff-i860.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
coff-go32.c \
|
|
|
|
coff-i960.c \
|
|
|
|
coff-m68k.c \
|
|
|
|
coff-m88k.c \
|
|
|
|
coff-mips.c \
|
|
|
|
coff-pmac.c \
|
|
|
|
coff-rs6000.c \
|
|
|
|
coff-sh.c \
|
|
|
|
coff-sparc.c \
|
1997-08-15 20:08:52 +08:00
|
|
|
coff-stgo32.c \
|
1997-03-21 05:23:10 +08:00
|
|
|
coff-svm68k.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
coff-u68k.c \
|
|
|
|
coff-we32k.c \
|
|
|
|
coff-w65.c \
|
|
|
|
coff-z8k.c \
|
|
|
|
cofflink.c \
|
|
|
|
ecoff.c \
|
|
|
|
ecofflink.c \
|
1997-08-15 20:08:52 +08:00
|
|
|
elf32-d10v.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf32-gen.c \
|
|
|
|
elf32-hppa.c \
|
|
|
|
elf32-i386.c \
|
|
|
|
elf32-i860.c \
|
1997-04-08 05:00:31 +08:00
|
|
|
elf32-m32r.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf32-m68k.c \
|
|
|
|
elf32-m88k.c \
|
|
|
|
elf32-mips.c \
|
1997-04-08 05:00:31 +08:00
|
|
|
elf-m10200.c \
|
|
|
|
elf-m10300.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf32-ppc.c \
|
1996-09-10 06:59:40 +08:00
|
|
|
elf32-sh.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf32-sparc.c \
|
|
|
|
elf32.c \
|
|
|
|
elflink.c \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
hp300bsd.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
hp300hpux.c \
|
|
|
|
som.c \
|
|
|
|
i386aout.c \
|
|
|
|
i386bsd.c \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
i386dynix.c \
|
1996-01-05 13:44:27 +08:00
|
|
|
i386freebsd.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
i386linux.c \
|
|
|
|
i386lynx.c \
|
|
|
|
i386msdos.c \
|
|
|
|
i386netbsd.c \
|
|
|
|
i386mach3.c \
|
|
|
|
i386os9k.c \
|
|
|
|
ieee.c \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
m68k4knetbsd.c \
|
1996-03-28 03:57:34 +08:00
|
|
|
m68klinux.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
m68klynx.c \
|
|
|
|
m68knetbsd.c \
|
|
|
|
m88kmach3.c \
|
|
|
|
mipsbsd.c \
|
|
|
|
newsos3.c \
|
|
|
|
nlm.c \
|
|
|
|
nlm32-i386.c \
|
|
|
|
nlm32-sparc.c \
|
|
|
|
nlm32-ppc.c \
|
|
|
|
nlm32.c \
|
|
|
|
ns32knetbsd.c \
|
|
|
|
oasys.c \
|
|
|
|
pc532-mach.c \
|
|
|
|
pe-arm.c \
|
|
|
|
pei-arm.c \
|
|
|
|
pe-i386.c \
|
|
|
|
pei-i386.c \
|
|
|
|
pe-ppc.c \
|
|
|
|
pei-ppc.c \
|
1996-07-18 08:47:05 +08:00
|
|
|
ppcboot.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
reloc16.c \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
riscix.c \
|
1997-04-08 05:00:31 +08:00
|
|
|
sparclinux.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
sparclynx.c \
|
|
|
|
sparcnetbsd.c \
|
|
|
|
sunos.c \
|
|
|
|
tekhex.c \
|
|
|
|
versados.c \
|
1996-01-05 13:44:27 +08:00
|
|
|
xcofflink.c
|
|
|
|
|
|
|
|
# The .o files needed by all of the 64 bit vectors that are configured into
|
|
|
|
# target_vector in targets.c if configured with --enable-targets=all
|
|
|
|
# and --enable-64-bit-bfd.
|
|
|
|
BFD64_BACKENDS = \
|
1997-08-01 08:04:48 +08:00
|
|
|
aout64.lo \
|
|
|
|
coff-alpha.lo \
|
|
|
|
demo64.lo \
|
|
|
|
elf64-alpha.lo \
|
|
|
|
elf64-gen.lo \
|
|
|
|
elf64-mips.lo \
|
|
|
|
elf64-sparc.lo \
|
|
|
|
elf64.lo \
|
|
|
|
evax-alpha.lo \
|
|
|
|
evax-egsd.lo \
|
|
|
|
evax-etir.lo \
|
|
|
|
evax-emh.lo \
|
|
|
|
evax-misc.lo \
|
|
|
|
nlm32-alpha.lo \
|
|
|
|
nlm64.lo
|
1996-01-05 13:44:27 +08:00
|
|
|
|
|
|
|
BFD64_BACKENDS_CFILES = \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout64.c \
|
|
|
|
coff-alpha.c \
|
|
|
|
demo64.c \
|
1996-07-18 08:47:05 +08:00
|
|
|
elf64-alpha.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf64-gen.c \
|
64-bit MIPS ELF ABI objdump support:
* elf64-mips.c: New file.
* Makefile.in: Rebuild dependencies.
(BFD64_BACKENDS): Add elf64-mips.o.
(BFD64_BACKENDS_CFILES): Add elf64-mips.c.
* config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
bfd_elf64_littlemips_vec to targ_selvecs.
(mips*-*-elf*): Likewise.
* confingure.in: Add bfd_elf64_bigmips_vec and
bfd_elf64_littlemips_vec to vector switch.
* configure: Rebuild.
* elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
broken out of mips_elf_section_from_shdr.
(mips_elf32_section_from_shdr): Rename from
mips_elf_section_from_shdr. Call new function.
(elf_backend_section_from_shdr): Update name of renamed function.
* elf-bfd.h (struct elf_size_info): Change second parameter of
write_out_phdrs to be const. Likewise for second parameter of
swap_symbol_out.
(struct bfd_elf_section_data): Add rel_hdr2 field.
(bfd_elf32_swap_symbol_in): Change second parameter to be const.
(bfd_elf32_swap_symbol_out): Likewise.
(bfd_elf32_swap_reloc_in): Likewise.
(bfd_elf32_swap_reloc_out): Likewise.
(bfd_elf32_swap_reloca_in): Likewise.
(bfd_elf32_swap_reloca_out): Likewise.
(bfd_elf32_swap_phdr_in): Likewise.
(bfd_elf32_swap_phdr_out): Likewise.
(bfd_elf32_swap_dyn_in): Likewise.
(bfd_elf32_swap_dyn_out): Likewise.
(bfd_elf32_slurp_symbol_table): Declare.
(bfd_elf32_write_shdrs_and_ehdr): Declare.
(bfd_elf32_write_out_phdrs): Declare.
(bfd_elf64_swap_symbol_in): Change second parameter to be const.
(bfd_elf64_swap_symbol_out): Likewise.
(bfd_elf64_swap_reloc_in): Likewise.
(bfd_elf64_swap_reloc_out): Likewise.
(bfd_elf64_swap_reloca_in): Likewise.
(bfd_elf64_swap_reloca_out): Likewise.
(bfd_elf64_swap_phdr_in): Likewise.
(bfd_elf64_swap_phdr_out): Likewise.
(bfd_elf64_swap_dyn_in): Likewise.
(bfd_elf64_swap_dyn_out): Likewise.
(bfd_elf64_slurp_symbol_table): Declare.
(bfd_elf64_write_shdrs_and_ehdr): Declare.
(bfd_elf64_write_out_phdrs): Declare.
(_bfd_mips_elf_section_from_shdr): Declare.
* elf.c (bfd_section_from_shdr): Remove assertion requiring
SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
section for the section, add the new one to rel_hdr2. Increment
reloc_count rather than setting it.
* elfcode.h (elf_slurp_symbol_table): Define name as macro.
Remove static declaration.
(elf_write_shdrs_and_ehdr): Define name as macro.
(elf_write_out_phdrs): Likewise.
(elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
(elf_swap_shdr_in, elf_swap_shdr_out): Declare.
(elf_swap_symbol_in): Change second parameter to be const.
(elf_swap_symbol_out): Likewise.
(elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
(elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
(elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
(elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
(elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
(elf_write_out_phdrs): Rename from write_out_phdrs. Change second
parameter to be const. Make non-static.
(elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
Make non-static.
(elf_slurp_symbol_table): Make non-static.
(NAME(_bfd_elf,size_info)): Update names of renamed functions.
* elfxx-target.h (elf_info_to_howto): Define if not defined.
(elf_backend_size_info): Likewise.
(elfNN_bed): Use elf_backend_size_info.
* targets.c (bfd_elf64_bigmips_vec): Declare.
(bfd_elf64_littlemips_vec): Declare.
(bfd_target_vector): Add bfd_elf64_bigmips_vec and
bfd_elf64_littlemips_vec if BFD64 is defined.
1996-05-30 04:33:00 +08:00
|
|
|
elf64-mips.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf64-sparc.c \
|
|
|
|
elf64.c \
|
1996-07-18 08:47:05 +08:00
|
|
|
evax-alpha.c \
|
|
|
|
evax-egsd.c \
|
|
|
|
evax-etir.c \
|
|
|
|
evax-emh.c \
|
|
|
|
evax-misc.c \
|
1995-11-06 10:52:57 +08:00
|
|
|
nlm32-alpha.c \
|
1996-01-05 13:44:27 +08:00
|
|
|
nlm64.c
|
|
|
|
|
|
|
|
OPTIONAL_BACKENDS = \
|
1997-08-01 08:04:48 +08:00
|
|
|
aix386-core.lo \
|
|
|
|
hpux-core.lo \
|
|
|
|
irix-core.lo \
|
|
|
|
lynx-core.lo \
|
|
|
|
osf-core.lo \
|
|
|
|
trad-core.lo \
|
|
|
|
cisco-core.lo
|
1996-01-05 13:44:27 +08:00
|
|
|
|
|
|
|
OPTIONAL_BACKENDS_CFILES = \
|
|
|
|
aix386-core.c \
|
|
|
|
hpux-core.c \
|
|
|
|
irix-core.c \
|
|
|
|
lynx-core.c \
|
|
|
|
osf-core.c \
|
|
|
|
trad-core.c \
|
|
|
|
cisco-core.c
|
|
|
|
|
|
|
|
# These are defined by configure.in:
|
|
|
|
WORDSIZE = @wordsize@
|
|
|
|
ALL_BACKENDS = @all_backends@
|
|
|
|
BFD_BACKENDS = @bfd_backends@
|
|
|
|
BFD_MACHINES = @bfd_machines@
|
|
|
|
TDEFAULTS = @tdefaults@
|
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES)
|
1996-01-05 13:44:27 +08:00
|
|
|
|
|
|
|
# C source files that correspond to .o's.
|
|
|
|
CFILES = \
|
|
|
|
$(BFD_LIBS_CFILES) \
|
|
|
|
$(ALL_MACHINES_CFILES) \
|
|
|
|
$(BFD32_BACKENDS_CFILES) \
|
|
|
|
$(BFD64_BACKENDS_CFILES) \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
$(OPTIONAL_BACKENDS_CFILES)
|
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
|
|
|
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
HFILES = \
|
|
|
|
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
|
|
|
|
ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
|
1997-07-23 06:29:11 +08:00
|
|
|
elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
|
|
|
libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
|
|
|
|
libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
targmatch.h
|
1993-10-21 04:04:17 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
# Various kinds of .o files to put in libbfd.a:
|
|
|
|
# BFD_BACKENDS Routines the configured targets need.
|
|
|
|
# BFD_MACHINES Architecture-specific routines the configured targets need.
|
|
|
|
# COREFILE Core file routines for a native configuration
|
|
|
|
OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
|
1991-04-18 10:51:01 +09:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
|
|
|
|
libbfd_la_DEPENDENCIES = $(OFILES) ofiles
|
|
|
|
libbfd_la_LIBADD = `cat ofiles`
|
1992-04-16 09:23:41 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
# libtool will build .libs/libbfd.a. We create libbfd.a in the build
|
|
|
|
# directory so that we don't have to convert all the programs that use
|
|
|
|
# libbfd.a simultaneously. This is a hack which should be removed if
|
|
|
|
# everything else starts using libtool. FIXME.
|
1997-08-01 09:43:21 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
noinst_LIBRARIES = libbfd.a
|
1993-11-05 00:37:34 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
BFD_H_DEPS= $(INCDIR)/ansidecl.h
|
|
|
|
LOCAL_H_DEPS= libbfd.h sysdep.h config.h
|
1992-04-11 13:38:40 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
|
|
|
|
targmatch.h
|
1991-11-16 04:26:52 +08:00
|
|
|
|
1997-08-01 09:43:21 +08:00
|
|
|
CLEANFILES = bfd.h dep.sed stmp-bfd.h .dep .dep1 libbfd.a stamp-lib
|
1997-08-01 08:04:48 +08:00
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
|
|
|
CONFIG_HEADER = config.h
|
|
|
|
CONFIG_CLEAN_FILES = bfd-in3.h
|
|
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
|
|
|
|
|
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I.
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
libbfd_a_LIBADD =
|
|
|
|
libbfd_a_SOURCES = libbfd.a.c
|
|
|
|
libbfd_a_OBJECTS = libbfd.a.o
|
|
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
|
|
|
|
|
|
libbfd_la_LDFLAGS =
|
|
|
|
libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
|
|
|
|
corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
|
|
|
|
syms.lo targets.lo hash.lo linker.lo elf.lo srec.lo binary.lo tekhex.lo \
|
|
|
|
ihex.lo stabs.lo stab-syms.lo
|
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|
|
|
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in TODO \
|
|
|
|
acconfig.h acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
|
|
|
|
configure.in stamp-h.in
|
1995-09-14 08:39:41 +08:00
|
|
|
|
1991-11-16 04:26:52 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
|
|
|
TAR = tar
|
|
|
|
GZIP = --best
|
|
|
|
SOURCES = libbfd.a.c $(libbfd_la_SOURCES)
|
|
|
|
OBJECTS = libbfd.a.o $(libbfd_la_OBJECTS)
|
|
|
|
|
|
|
|
default: all
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .c .lo .o
|
|
|
|
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
|
|
|
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
|
|
$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
|
|
|
|
cd $(srcdir) && $(ACLOCAL)
|
|
|
|
|
|
|
|
config.status: $(srcdir)/configure
|
|
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
|
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
|
|
|
1997-08-15 20:08:52 +08:00
|
|
|
config.h: stamp-h ; @:
|
1997-08-01 08:04:48 +08:00
|
|
|
stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
|
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
|
|
|
|
$(SHELL) ./config.status
|
|
|
|
@echo timestamp > stamp-h
|
|
|
|
$(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
|
|
|
|
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
|
|
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
|
|
|
@echo timestamp > $(srcdir)/stamp-h.in
|
|
|
|
|
|
|
|
mostlyclean-hdr:
|
|
|
|
|
|
|
|
clean-hdr:
|
|
|
|
|
|
|
|
distclean-hdr:
|
|
|
|
rm -f config.h
|
|
|
|
|
|
|
|
maintainer-clean-hdr:
|
|
|
|
bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
|
|
|
|
cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= ./config.status
|
|
|
|
|
|
|
|
mostlyclean-noinstLIBRARIES:
|
|
|
|
|
|
|
|
clean-noinstLIBRARIES:
|
|
|
|
test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
|
|
|
|
|
|
|
distclean-noinstLIBRARIES:
|
|
|
|
|
|
|
|
maintainer-clean-noinstLIBRARIES:
|
|
|
|
|
|
|
|
.c.o:
|
|
|
|
$(COMPILE) -c $<
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
|
rm -f *.o core
|
|
|
|
|
|
|
|
clean-compile:
|
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
rm -f *.tab.c
|
|
|
|
|
|
|
|
maintainer-clean-compile:
|
|
|
|
|
|
|
|
.c.lo:
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
rm -rf .libs
|
|
|
|
|
|
|
|
distclean-libtool:
|
|
|
|
|
|
|
|
maintainer-clean-libtool:
|
|
|
|
|
|
|
|
mostlyclean-libLTLIBRARIES:
|
|
|
|
|
|
|
|
clean-libLTLIBRARIES:
|
|
|
|
test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
|
|
|
|
|
|
distclean-libLTLIBRARIES:
|
|
|
|
|
|
|
|
maintainer-clean-libLTLIBRARIES:
|
|
|
|
|
|
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
$(mkinstalldirs) $(libdir)
|
|
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
|
|
|
echo "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
|
|
|
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
|
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-libLTLIBRARIES:
|
|
|
|
$(NORMAL_UNINSTALL)
|
|
|
|
list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f $(libdir)/$$p; \
|
|
|
|
done
|
|
|
|
|
|
|
|
libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
|
|
|
|
$(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
|
|
|
|
|
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
|
|
# into them and run `make' without going through this Makefile.
|
|
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
|
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
|
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
all-recursive install-data-recursive install-exec-recursive \
|
|
|
|
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
|
|
|
|
check-recursive installcheck-recursive info-recursive dvi-recursive:
|
|
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
|
|
|
for subdir in $(SUBDIRS); do \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
(cd $$subdir && $(MAKE) $$target) \
|
|
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
|
|
done && test -z "$$fail"
|
|
|
|
|
|
|
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
|
|
|
maintainer-clean-recursive:
|
|
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
|
|
|
rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
|
|
|
|
for subdir in $$rev; do \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
(cd $$subdir && $(MAKE) $$target) \
|
|
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
|
|
done && test -z "$$fail"
|
|
|
|
tags-recursive:
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
(cd $$subdir && $(MAKE) tags); \
|
|
|
|
done
|
|
|
|
|
|
|
|
tags: TAGS
|
|
|
|
|
|
|
|
ID: $(HEADERS) $(SOURCES)
|
|
|
|
here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
|
|
|
|
|
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|
|
|
done; \
|
|
|
|
test -z "$(ETAGS_ARGS)config.in$(SOURCES)$(HEADERS)$$tags" \
|
|
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
|
|
|
|
|
|
|
|
mostlyclean-tags:
|
|
|
|
|
|
|
|
clean-tags:
|
|
|
|
|
|
|
|
distclean-tags:
|
|
|
|
rm -f TAGS ID
|
|
|
|
|
|
|
|
maintainer-clean-tags:
|
|
|
|
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
top_distdir = $(distdir)
|
|
|
|
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
|
|
# it guarantees that the distribution is self-contained by making another
|
|
|
|
# tarfile.
|
|
|
|
distcheck: dist
|
|
|
|
rm -rf $(distdir)
|
|
|
|
GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
|
|
|
|
mkdir $(distdir)/=build
|
|
|
|
mkdir $(distdir)/=inst
|
|
|
|
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
|
|
|
cd $(distdir)/=build \
|
|
|
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
|
|
|
&& $(MAKE) \
|
|
|
|
&& $(MAKE) dvi \
|
|
|
|
&& $(MAKE) check \
|
|
|
|
&& $(MAKE) install \
|
|
|
|
&& $(MAKE) installcheck \
|
|
|
|
&& $(MAKE) dist
|
|
|
|
rm -rf $(distdir)
|
|
|
|
@echo "========================"; \
|
|
|
|
echo "$(distdir).tar.gz is ready for distribution"; \
|
|
|
|
echo "========================"
|
|
|
|
dist: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
|
|
|
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
|
|
|
rm -rf $(distdir)
|
|
|
|
dist-all: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
|
|
|
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
|
|
|
rm -rf $(distdir)
|
|
|
|
distdir: $(DISTFILES)
|
|
|
|
rm -rf $(distdir)
|
|
|
|
mkdir $(distdir)
|
|
|
|
-chmod 777 $(distdir)
|
|
|
|
@for file in $(DISTFILES); do \
|
|
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|
|
|
done
|
|
|
|
for subdir in $(SUBDIRS); do \
|
|
|
|
test -d $(distdir)/$$subdir \
|
|
|
|
|| mkdir $(distdir)/$$subdir \
|
|
|
|
|| exit 1; \
|
|
|
|
chmod 777 $(distdir)/$$subdir; \
|
|
|
|
(cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
|
|
|
|
|| exit 1; \
|
|
|
|
done
|
|
|
|
info: info-recursive
|
|
|
|
dvi: dvi-recursive
|
|
|
|
check: all-am
|
|
|
|
$(MAKE) check-recursive
|
|
|
|
installcheck: installcheck-recursive
|
|
|
|
install-info: install-info-recursive
|
|
|
|
all-recursive-am: config.h
|
|
|
|
$(MAKE) all-recursive
|
|
|
|
|
|
|
|
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
|
|
|
|
|
|
|
|
install-exec-am: install-libLTLIBRARIES
|
|
|
|
|
|
|
|
install-data-am: install-data-local
|
|
|
|
|
|
|
|
uninstall-am: uninstall-libLTLIBRARIES
|
|
|
|
|
|
|
|
install-exec: install-exec-recursive install-exec-am
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
|
|
|
install-data: install-data-recursive install-data-am
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
|
|
|
install: install-recursive install-exec-am install-data-am
|
|
|
|
@:
|
|
|
|
|
|
|
|
uninstall: uninstall-recursive uninstall-am
|
|
|
|
|
|
|
|
all: all-recursive-am all-am
|
|
|
|
|
|
|
|
install-strip:
|
|
|
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
|
|
|
installdirs: installdirs-recursive
|
|
|
|
$(mkinstalldirs) $(libdir)
|
|
|
|
|
|
|
|
|
|
|
|
mostlyclean-generic:
|
|
|
|
test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
rm -f Makefile $(DISTCLEANFILES)
|
|
|
|
rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
|
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
|
|
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
|
|
|
mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
|
|
|
|
mostlyclean-compile mostlyclean-libtool \
|
|
|
|
mostlyclean-libLTLIBRARIES mostlyclean-tags \
|
|
|
|
mostlyclean-generic
|
|
|
|
|
|
|
|
clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
|
|
|
|
clean-libLTLIBRARIES clean-tags clean-generic \
|
|
|
|
mostlyclean-am
|
|
|
|
|
|
|
|
distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
|
|
|
|
distclean-libtool distclean-libLTLIBRARIES \
|
|
|
|
distclean-tags distclean-generic clean-am
|
|
|
|
|
|
|
|
maintainer-clean-am: maintainer-clean-hdr \
|
|
|
|
maintainer-clean-noinstLIBRARIES \
|
|
|
|
maintainer-clean-compile maintainer-clean-libtool \
|
|
|
|
maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
|
|
|
|
maintainer-clean-generic distclean-am
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-recursive mostlyclean-am
|
|
|
|
|
|
|
|
clean: clean-recursive clean-am
|
|
|
|
|
|
|
|
distclean: distclean-recursive distclean-am
|
|
|
|
rm -f config.status
|
|
|
|
rm -f libtool
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-recursive maintainer-clean-am
|
|
|
|
@echo "This command is intended for maintainers to use;"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
rm -f config.status
|
|
|
|
|
|
|
|
.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
|
|
|
|
maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
|
|
|
|
distclean-noinstLIBRARIES clean-noinstLIBRARIES \
|
|
|
|
maintainer-clean-noinstLIBRARIES mostlyclean-compile distclean-compile \
|
|
|
|
clean-compile maintainer-clean-compile mostlyclean-libtool \
|
|
|
|
distclean-libtool clean-libtool maintainer-clean-libtool \
|
|
|
|
mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
|
|
|
|
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
|
|
|
|
uninstall-libLTLIBRARIES install-libLTLIBRARIES install-data-recursive \
|
|
|
|
uninstall-data-recursive install-exec-recursive \
|
|
|
|
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
|
|
|
|
all-recursive check-recursive installcheck-recursive info-recursive \
|
|
|
|
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
|
|
|
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
|
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
|
|
|
|
installcheck install-info all-recursive-am all-am install-exec-am \
|
|
|
|
install-data-am uninstall-am install-exec install-data install \
|
|
|
|
uninstall all installdirs mostlyclean-generic distclean-generic \
|
|
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
|
|
|
maintainer-clean
|
1993-11-18 03:52:09 +08:00
|
|
|
|
1991-04-18 10:51:01 +09:00
|
|
|
|
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host. If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.
1996-02-06 05:14:14 +08:00
|
|
|
stamp-ofiles: Makefile
|
|
|
|
rm -f tofiles
|
1993-07-20 02:55:29 +08:00
|
|
|
f=""; \
|
1993-07-07 04:27:25 +08:00
|
|
|
for i in $(OFILES) ; do \
|
1993-07-20 02:55:29 +08:00
|
|
|
case " $$f " in \
|
1993-08-04 04:22:47 +08:00
|
|
|
*" $$i "*) ;; \
|
1993-07-20 02:55:29 +08:00
|
|
|
*) f="$$f $$i" ;; \
|
|
|
|
esac ; \
|
|
|
|
done ; \
|
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host. If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.
1996-02-06 05:14:14 +08:00
|
|
|
echo $$f > tofiles
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
|
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host. If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.
1996-02-06 05:14:14 +08:00
|
|
|
touch stamp-ofiles
|
|
|
|
|
|
|
|
ofiles: stamp-ofiles ; @true
|
1997-08-01 09:43:21 +08:00
|
|
|
|
|
|
|
stamp-lib: libbfd.la
|
|
|
|
cp .libs/libbfd.a libbfd.tmp
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a
|
|
|
|
touch stamp-lib
|
|
|
|
|
|
|
|
libbfd.a: stamp-lib ; @true
|
1996-02-15 23:42:10 +08:00
|
|
|
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
# This file holds an array associating configuration triplets and
|
|
|
|
# vector names. It is built from config.bfd. It is not compiled by
|
|
|
|
# itself, but is included by targets.c.
|
|
|
|
targmatch.h: config.bfd targmatch.sed
|
|
|
|
rm -f targmatch.h
|
|
|
|
sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
|
|
|
|
mv -f targmatch.new targmatch.h
|
|
|
|
|
1992-08-28 06:09:30 +08:00
|
|
|
# When compiling archures.c and targets.c, supply the default target
|
|
|
|
# info from configure.
|
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
targets.lo: targets.c config.status
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
|
1991-10-25 17:49:37 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
archures.lo: archures.c config.status
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
|
1992-08-28 06:09:30 +08:00
|
|
|
|
1995-07-01 12:16:03 +08:00
|
|
|
elf32-target.h : elfxx-target.h
|
|
|
|
rm -f elf32-target.h
|
|
|
|
sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
|
|
|
|
mv -f elf32-target.new elf32-target.h
|
|
|
|
|
|
|
|
elf64-target.h : elfxx-target.h
|
|
|
|
rm -f elf64-target.h
|
|
|
|
sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
|
|
|
|
mv -f elf64-target.new elf64-target.h
|
* configure.in: Call AC_CONFIG_HEADER. Substitute
HOST_64BIT_LONG. Check that various header files exist. Check
that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
and/or free need to be declared. Don't make a link to sysdep.h.
Define TRAD_HEADER for various hosts.
* configure: Rebuild.
* configure.host: Don't set my_host. Add definitions taken from
host header files for various entries. Remove entries which now
do nothing.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* sysdep.h: New file.
* Makefile.in (do_distclean): Don't remove sysdep.h.
(RECONFIG): Remove.
(LOCAL_H_DEPS): New variable.
($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
$(RECONFIG).
($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
($(OPTIONAL_BACKENDS)): Likewise.
(stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
looking through sysdep.h.
* bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
(BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
(fprintf_vma, sprintf_vma): Likewise.
(int64_type, uint64_type): Don't define.
* bfd-in2.h: Rebuild.
* archures.c, bfd.c, srec.c: Include <ctype.h>.
* elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
* lynx-core.c: Include stuff from old hosts/lynx.h.
* opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
rather than NO_FCNTL.
* targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
rather than NATIVE_HPPAHPUX_COMPILER.
* trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
is defined.
* hosts/*.h: Remove all header files which merely include,
declare, and define things. Leave header files which define
information needed by trad-core.c.
1995-09-07 06:53:43 +08:00
|
|
|
$(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
|
|
|
|
$(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
|
|
|
|
$(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
|
|
|
|
$(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
|
1991-04-05 02:37:36 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
# Install BFD include file, and others that it needs.
|
|
|
|
install-data-local: $(BFD_H)
|
1993-06-16 10:22:02 +08:00
|
|
|
$(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
|
1992-11-11 06:07:02 +08:00
|
|
|
$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
|
1995-06-29 09:17:58 +08:00
|
|
|
$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
|
1995-07-07 02:39:19 +08:00
|
|
|
|
1993-10-21 04:04:17 +08:00
|
|
|
# Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
|
|
|
|
.dep: dep.sed $(CFILES) $(HFILES) bfd.h
|
|
|
|
rm -f .dep1
|
|
|
|
$(MAKE) DEP=$(DEP) .dep1
|
|
|
|
sed -f dep.sed <.dep1 >.dep
|
|
|
|
|
1993-10-14 03:04:08 +08:00
|
|
|
# This rule really wants a mkdep that runs "gcc -MM".
|
1996-01-05 13:44:27 +08:00
|
|
|
# The NetBSD mkdep overwrites any existing file contents, and doesn't insert
|
|
|
|
# the "DO NOT DELETE" line.
|
|
|
|
# Other mkdep versions require a file that already exists, and do insert it.
|
|
|
|
# Hence the weirdness....
|
1993-10-14 03:04:08 +08:00
|
|
|
.dep1: $(CFILES)
|
1995-11-06 10:52:57 +08:00
|
|
|
rm -f .dep2 .dep2a
|
1993-10-14 03:04:08 +08:00
|
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
|
1996-01-05 13:44:27 +08:00
|
|
|
echo > .dep2a
|
1997-08-01 08:04:48 +08:00
|
|
|
$(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
|
1996-01-05 13:44:27 +08:00
|
|
|
sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
|
1995-11-06 10:52:57 +08:00
|
|
|
rm -f .dep2a
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
|
1993-10-14 03:04:08 +08:00
|
|
|
|
1993-10-21 04:04:17 +08:00
|
|
|
dep.sed: dep-in.sed config.status
|
1993-10-14 03:04:08 +08:00
|
|
|
sed <$(srcdir)/dep-in.sed >dep.sed \
|
|
|
|
-e 's!@BFD_H@!$(BFD_H)!' \
|
|
|
|
-e 's!@INCDIR@!$(INCDIR)!' \
|
1995-07-05 17:32:47 +08:00
|
|
|
-e 's!@SRCDIR@!$(srcdir)!'
|
1993-10-14 03:04:08 +08:00
|
|
|
|
|
|
|
dep: .dep
|
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
|
|
|
|
cat .dep >> tmp-Makefile
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
|
1993-10-19 09:17:42 +08:00
|
|
|
|
|
|
|
dep-in: .dep
|
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
|
|
|
|
cat .dep >> tmp-Makefile.in
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
|
1991-07-05 01:52:56 +09:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
dep-am: .dep
|
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
|
|
|
|
cat .dep >> tmp-Makefile.am
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
|
|
|
|
|
|
|
|
host-aout.lo: Makefile
|
1991-07-05 01:52:56 +09:00
|
|
|
|
1992-04-11 13:38:40 +08:00
|
|
|
# The following program can be used to generate a simple config file
|
|
|
|
# which can be folded into an h-XXX file for a new host, with some editing.
|
1992-01-29 13:16:49 +08:00
|
|
|
aout-params.h: gen-aout
|
1994-01-31 04:30:53 +08:00
|
|
|
./gen-aout host > aout-params.h
|
1992-04-11 13:38:40 +08:00
|
|
|
gen-aout: $(srcdir)/gen-aout.c Makefile
|
|
|
|
$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
|
1991-07-05 01:52:56 +09:00
|
|
|
|
1993-06-16 10:22:02 +08:00
|
|
|
$(BFD_H): stmp-bfd.h ; @true
|
1993-06-16 08:44:27 +08:00
|
|
|
|
1996-07-19 08:48:20 +08:00
|
|
|
stmp-bfd.h: bfd-in3.h
|
|
|
|
rm -f bfd-tmp.h
|
|
|
|
cp bfd-in3.h bfd-tmp.h
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
|
1996-07-19 08:48:20 +08:00
|
|
|
rm -f bfd-tmp.h
|
1993-06-16 08:44:27 +08:00
|
|
|
touch stmp-bfd.h
|
1993-06-02 08:13:46 +08:00
|
|
|
|
1993-06-16 10:22:02 +08:00
|
|
|
# Could really use a "copy-if-change"...
|
1991-09-04 16:52:46 +09:00
|
|
|
headers:
|
1992-08-28 06:09:30 +08:00
|
|
|
(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
|
1993-08-06 02:20:20 +08:00
|
|
|
cp $(docdir)/bfd.h bfd-in2.h-new
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
|
1992-08-12 00:57:29 +08:00
|
|
|
cp $(docdir)/libbfd.h libbfd.h-new
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
|
1992-08-12 00:57:29 +08:00
|
|
|
cp $(docdir)/libcoff.h libcoff.h-new
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
|
1991-09-04 16:52:46 +09:00
|
|
|
|
1996-01-31 02:49:10 +08:00
|
|
|
# The rules for the generated header files are here so that people can
|
|
|
|
# type `make bfd-in2.h' if they remove it. They are not run by default.
|
1996-02-15 23:42:10 +08:00
|
|
|
$(srcdir)/bfd-in2.h:
|
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host. If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.
1996-02-06 05:14:14 +08:00
|
|
|
(cd $(docdir); $(MAKE) bfd.h $(FLAGS_TO_PASS))
|
1996-01-31 02:49:10 +08:00
|
|
|
cp $(docdir)/bfd.h bfd-in2.h-new
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
|
1996-02-15 23:42:10 +08:00
|
|
|
$(srcdir)/libbfd.h:
|
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host. If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.
1996-02-06 05:14:14 +08:00
|
|
|
(cd $(docdir); $(MAKE) libbfd.h $(FLAGS_TO_PASS))
|
1996-01-31 02:49:10 +08:00
|
|
|
cp $(docdir)/libbfd.h libbfd.h-new
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
|
1996-02-15 23:42:10 +08:00
|
|
|
$(srcdir)/libcoff.h:
|
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host. If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.
1996-02-06 05:14:14 +08:00
|
|
|
(cd $(docdir); $(MAKE) libcoff.h $(FLAGS_TO_PASS))
|
1996-01-31 02:49:10 +08:00
|
|
|
cp $(docdir)/libcoff.h libcoff.h-new
|
1997-04-16 00:38:24 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
|
1996-01-31 02:49:10 +08:00
|
|
|
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1995-07-03 23:41:52 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/elf/arc.h elf32-target.h
|
1996-07-18 08:47:05 +08:00
|
|
|
|
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
1997-02-19 09:29:29 +08:00
|
|
|
start-sanitize-d30v:
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
1997-02-19 09:29:29 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
|
|
|
end-sanitize-d30v:
|
|
|
|
|
1996-09-10 06:59:40 +08:00
|
|
|
start-sanitize-v850:
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-v850.lo: cpu-v850.c
|
|
|
|
elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1996-09-10 06:59:40 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
elf32-target.h
|
|
|
|
end-sanitize-v850:
|
|
|
|
|
1996-12-30 01:56:24 +08:00
|
|
|
start-sanitize-tic80:
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-tic80.lo: cpu-tic80.c
|
|
|
|
coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1997-07-23 06:29:11 +08:00
|
|
|
$(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h
|
1996-12-30 01:56:24 +08:00
|
|
|
end-sanitize-tic80:
|
|
|
|
|
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.
|
1995-11-07 07:04:44 +08:00
|
|
|
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
|
1997-08-01 08:04:48 +08:00
|
|
|
archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
|
|
|
|
archures.lo: archures.c
|
|
|
|
bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
|
1997-04-08 05:00:31 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
|
|
|
|
libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
|
1997-08-01 08:04:48 +08:00
|
|
|
cache.lo: cache.c
|
|
|
|
coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/bfdlink.h
|
1997-08-01 08:04:48 +08:00
|
|
|
corefile.lo: corefile.c
|
|
|
|
format.lo: format.c
|
|
|
|
init.lo: init.c
|
|
|
|
libbfd.lo: libbfd.c
|
|
|
|
opncls.lo: opncls.c $(INCDIR)/objalloc.h
|
|
|
|
reloc.lo: reloc.c $(INCDIR)/bfdlink.h
|
|
|
|
section.lo: section.c
|
|
|
|
syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
|
1996-01-27 07:42:58 +08:00
|
|
|
$(INCDIR)/aout/stab.def
|
1997-08-01 08:04:48 +08:00
|
|
|
targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
|
|
|
|
hash.lo: hash.c $(INCDIR)/objalloc.h
|
|
|
|
linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
|
|
|
|
elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
|
1997-08-01 08:04:48 +08:00
|
|
|
srec.lo: srec.c $(INCDIR)/libiberty.h
|
|
|
|
binary.lo: binary.c
|
|
|
|
tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
|
|
|
|
ihex.lo: ihex.c $(INCDIR)/libiberty.h
|
|
|
|
stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
|
|
|
stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
|
1996-03-28 03:57:34 +08:00
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
|
1997-08-01 08:04:48 +08:00
|
|
|
cpu-a29k.lo: cpu-a29k.c
|
|
|
|
cpu-alpha.lo: cpu-alpha.c
|
|
|
|
cpu-arm.lo: cpu-arm.c
|
|
|
|
cpu-h8300.lo: cpu-h8300.c
|
|
|
|
cpu-h8500.lo: cpu-h8500.c
|
|
|
|
cpu-hppa.lo: cpu-hppa.c
|
|
|
|
cpu-i386.lo: cpu-i386.c
|
|
|
|
cpu-i860.lo: cpu-i860.c
|
|
|
|
cpu-i960.lo: cpu-i960.c
|
|
|
|
cpu-m32r.lo: cpu-m32r.c
|
|
|
|
cpu-m68k.lo: cpu-m68k.c
|
|
|
|
cpu-m88k.lo: cpu-m88k.c
|
|
|
|
cpu-mips.lo: cpu-mips.c
|
|
|
|
cpu-m10200.lo: cpu-m10200.c
|
|
|
|
cpu-m10300.lo: cpu-m10300.c
|
|
|
|
cpu-ns32k.lo: cpu-ns32k.c ns32k.h
|
|
|
|
cpu-powerpc.lo: cpu-powerpc.c
|
|
|
|
cpu-rs6000.lo: cpu-rs6000.c
|
|
|
|
cpu-sh.lo: cpu-sh.c
|
|
|
|
cpu-sparc.lo: cpu-sparc.c
|
|
|
|
cpu-vax.lo: cpu-vax.c
|
|
|
|
cpu-we32k.lo: cpu-we32k.c
|
|
|
|
cpu-w65.lo: cpu-w65.c
|
|
|
|
cpu-z8k.lo: cpu-z8k.c
|
|
|
|
aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
$(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
|
1996-03-28 03:57:34 +08:00
|
|
|
ns32k.h libaout.h $(INCDIR)/bfdlink.h
|
1997-08-01 08:04:48 +08:00
|
|
|
aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
|
1994-06-16 06:55:16 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
|
1997-08-01 08:04:48 +08:00
|
|
|
cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
|
1994-09-12 23:47:52 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
|
1994-09-12 23:47:52 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
|
1994-09-12 23:47:52 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
1995-10-26 04:42:36 +08:00
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
|
1996-02-01 02:17:12 +08:00
|
|
|
$(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
|
1996-03-28 03:57:34 +08:00
|
|
|
$(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
|
1995-11-07 07:04:44 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
1994-09-12 23:47:52 +08:00
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
|
1994-09-12 23:47:52 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
|
1994-09-12 23:47:52 +08:00
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
|
1993-11-05 00:37:34 +08:00
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
|
|
|
$(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
|
|
|
|
ecoffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
|
1994-01-07 09:21:37 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-15 20:08:52 +08:00
|
|
|
coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
|
1997-07-23 06:29:11 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
|
|
|
|
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
|
|
|
|
go32stub.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
|
1997-03-21 05:23:10 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
|
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
coffcode.h coffswap.h
|
|
|
|
coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
|
1995-02-10 01:34:44 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
|
1994-01-07 09:21:37 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libcoff.h
|
1997-08-01 08:04:48 +08:00
|
|
|
ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
|
|
|
libcoff.h libecoff.h
|
1997-08-01 08:04:48 +08:00
|
|
|
ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
|
1997-03-18 08:47:04 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
|
1997-03-21 05:23:10 +08:00
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
|
|
|
libcoff.h libecoff.h
|
1997-08-15 20:08:52 +08:00
|
|
|
elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
|
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1994-01-07 09:21:37 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
|
1994-01-07 09:21:37 +08:00
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1994-05-21 02:22:45 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1994-05-21 02:22:45 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1997-04-08 05:00:31 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/elf/m32r.h elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1995-07-03 23:41:52 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
1994-05-21 02:22:45 +08:00
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1994-05-21 02:22:45 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
|
* libelf.h: Rename to elf-bfd.h to avoid conflict with
systems that have a system <libelf.h>.
* Makefile.in: Globally replace libelf.h with elf-bfd.h.
* bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
elfxx-target.h: Include elf-bfd.h rather than libelf.h.
* elfxx-target.h: Change libelf.h reference to elf-bfd.h.
1995-11-01 07:29:05 +08:00
|
|
|
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
1994-01-07 09:21:37 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
|
1993-11-24 15:21:28 +08:00
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
|
1993-11-05 00:37:34 +08:00
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1996-10-05 01:44:55 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1996-10-05 01:44:55 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1995-07-03 23:41:52 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
$(INCDIR)/elf/ppc.h elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1996-09-10 06:59:40 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
|
|
elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
1996-01-27 07:42:58 +08:00
|
|
|
$(INCDIR)/elf/sparc.h elf32-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
|
1995-07-07 02:39:19 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
1997-03-18 08:47:04 +08:00
|
|
|
$(INCDIR)/fnmatch.h elfcore.h elflink.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
|
1997-08-01 08:04:48 +08:00
|
|
|
hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
|
1994-01-07 09:21:37 +08:00
|
|
|
aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
som.lo: som.c
|
|
|
|
i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
|
1996-09-10 06:59:40 +08:00
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
$(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
|
1996-01-05 13:44:27 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
|
1994-06-16 06:55:16 +08:00
|
|
|
$(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/os9k.h
|
1997-08-01 08:04:48 +08:00
|
|
|
ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
|
|
|
|
m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
|
|
|
m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
1996-03-28 03:57:34 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
|
1994-06-16 06:55:16 +08:00
|
|
|
$(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
|
1995-01-13 05:41:20 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
|
1994-10-19 02:51:01 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
|
1994-10-19 02:51:01 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
|
|
|
|
$(INCDIR)/bfdlink.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/nlm/external.h
|
1997-08-01 08:04:48 +08:00
|
|
|
nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
|
|
|
$(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
|
|
|
$(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
|
|
|
|
nlmswap.h nlm-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
|
1997-08-01 08:04:48 +08:00
|
|
|
ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
|
|
|
|
pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
|
1995-07-03 23:41:52 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
1995-10-26 04:42:36 +08:00
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h
|
1997-08-01 08:04:48 +08:00
|
|
|
pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
|
1995-07-03 23:41:52 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
* configure.in: For a native configuration, set COREFILE and
COREFLAG based on the canonical host name.
* configure: Rebuild.
* Makefile.in: Rebuild dependencies.
(ALL_CFLAGS): Add @COREFLAG@.
(OFILES): Replace $(HDEPFILES) with @COREFILE@.
* coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
support routines. Check LYNX_CORE rather than HOST_LYNX.
* lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
* i386lynx.c: Likewise.
* m68klynx.c: Likewise.
* sparclynx.c: Likewise.
* rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
* *-core.c: Comment changes.
* config/decstation.mh (HDEPFILES): Remove.
(HDEFINES): Remove -DTRAD_CORE.
* config/irix3.mh (RANLIB): Remove.
* config/irix4.mh (HDEPFILES, RANLIB): Remove.
(HDEFINES): Remove -DIRIX_CORE.
* config/riscos.mh (RANLIB, HDEPFILES): Remove.
(HDEFINES): Remove -DTRAD_CORE.
* config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
* config/ultra3.mh (RANLIB): Remove.
* config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
* config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
* config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
* config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
* config/hppahpux.mh, config/hppaosf.mh: Remove.
* config/i386aix.mh, config/i386bsd.mh: Remove.
* config/i386linux.mh, config/i386mach3.mh: Remove.
* config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
* config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
* config/mipsmach3.mh, config/news-mips.mh: Remove.
* config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
* config/rs600.mh, config/rs6000lynx.mh: Remove.
* config/solaris2.mh, config/stratus.mh: Remove.
* config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
* config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
1995-09-02 06:23:04 +08:00
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h
|
1997-08-01 08:04:48 +08:00
|
|
|
pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
|
1995-09-01 07:33:37 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
1995-10-26 04:42:36 +08:00
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h
|
1997-08-01 08:04:48 +08:00
|
|
|
pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
|
1995-09-01 07:33:37 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
* configure.in: For a native configuration, set COREFILE and
COREFLAG based on the canonical host name.
* configure: Rebuild.
* Makefile.in: Rebuild dependencies.
(ALL_CFLAGS): Add @COREFLAG@.
(OFILES): Replace $(HDEPFILES) with @COREFILE@.
* coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
support routines. Check LYNX_CORE rather than HOST_LYNX.
* lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
* i386lynx.c: Likewise.
* m68klynx.c: Likewise.
* sparclynx.c: Likewise.
* rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
* *-core.c: Comment changes.
* config/decstation.mh (HDEPFILES): Remove.
(HDEFINES): Remove -DTRAD_CORE.
* config/irix3.mh (RANLIB): Remove.
* config/irix4.mh (HDEPFILES, RANLIB): Remove.
(HDEFINES): Remove -DIRIX_CORE.
* config/riscos.mh (RANLIB, HDEPFILES): Remove.
(HDEFINES): Remove -DTRAD_CORE.
* config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
* config/ultra3.mh (RANLIB): Remove.
* config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
* config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
* config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
* config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
* config/hppahpux.mh, config/hppaosf.mh: Remove.
* config/i386aix.mh, config/i386bsd.mh: Remove.
* config/i386linux.mh, config/i386mach3.mh: Remove.
* config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
* config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
* config/mipsmach3.mh, config/news-mips.mh: Remove.
* config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
* config/rs600.mh, config/rs6000lynx.mh: Remove.
* config/solaris2.mh, config/stratus.mh: Remove.
* config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
* config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
1995-09-02 06:23:04 +08:00
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h
|
1997-08-01 08:04:48 +08:00
|
|
|
pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
|
1995-10-26 04:42:36 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h
|
1997-08-01 08:04:48 +08:00
|
|
|
pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
|
1995-10-26 04:42:36 +08:00
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h coffcode.h peicode.h
|
1997-08-01 08:04:48 +08:00
|
|
|
ppcboot.lo: ppcboot.c
|
|
|
|
reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h
|
1997-08-01 08:04:48 +08:00
|
|
|
riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
* configure.in: Add havevecs, and put it in tdefaults.
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-04 05:36:08 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
|
1997-04-08 05:00:31 +08:00
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
|
|
|
|
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
versados.lo: versados.c $(INCDIR)/libiberty.h
|
|
|
|
xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
|
1995-10-26 04:42:36 +08:00
|
|
|
libcoff.h
|
1997-08-01 08:04:48 +08:00
|
|
|
aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
|
|
|
|
$(INCDIR)/aout/ar.h
|
1997-08-01 08:04:48 +08:00
|
|
|
coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
|
1996-01-27 07:42:58 +08:00
|
|
|
$(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
|
|
|
|
libecoff.h coffswap.h ecoffswap.h
|
1997-08-01 08:04:48 +08:00
|
|
|
demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
|
|
|
|
libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
|
|
|
|
aout-target.h
|
|
|
|
elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1996-07-18 08:47:05 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
|
|
|
|
$(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \
|
|
|
|
elf64-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
|
|
|
elf64-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
|
1996-09-10 06:59:40 +08:00
|
|
|
genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
1996-07-18 08:47:05 +08:00
|
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
|
|
|
|
elf64-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
|
1996-02-16 01:48:14 +08:00
|
|
|
$(INCDIR)/elf/sparc.h elf64-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
1997-03-18 08:47:04 +08:00
|
|
|
$(INCDIR)/fnmatch.h elfcore.h elflink.h
|
1997-08-01 08:04:48 +08:00
|
|
|
evax-alpha.lo: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
|
|
|
|
evax-egsd.lo: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
|
|
|
|
evax-etir.lo: evax-etir.c $(INCDIR)/bfdlink.h evax.h
|
|
|
|
evax-emh.lo: evax-emh.c $(INCDIR)/bfdlink.h evax.h
|
|
|
|
evax-misc.lo: evax-misc.c $(INCDIR)/bfdlink.h evax.h
|
|
|
|
nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
|
|
|
|
$(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
|
1997-08-01 08:04:48 +08:00
|
|
|
nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
|
1997-08-01 08:04:48 +08:00
|
|
|
aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
|
1995-11-06 10:52:57 +08:00
|
|
|
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
|
1997-08-01 08:04:48 +08:00
|
|
|
hpux-core.lo: hpux-core.c
|
|
|
|
irix-core.lo: irix-core.c
|
|
|
|
lynx-core.lo: lynx-core.c
|
|
|
|
osf-core.lo: osf-core.c
|
|
|
|
trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
cisco-core.lo: cisco-core.c
|
1995-11-07 07:04:44 +08:00
|
|
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
1997-08-01 08:04:48 +08:00
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|