aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-01-07 19:05:23 +0000
committerStan Shebs <shebs@codesourcery.com>1994-01-07 19:05:23 +0000
commitfbe3316aba384833c8b9de0288a0d07d593d7958 (patch)
tree8e9ce882f7bd0869b03d4c371e8310cb7c2b8bce /bfd
parent442da995756679cdbf45c9915e4a3474c451b7d3 (diff)
downloadgdb-fbe3316aba384833c8b9de0288a0d07d593d7958.zip
gdb-fbe3316aba384833c8b9de0288a0d07d593d7958.tar.gz
gdb-fbe3316aba384833c8b9de0288a0d07d593d7958.tar.bz2
Fri Jan 7 10:34:47 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in: Replace 8-bit chars with their names. * coffswap.h (coff_swap_scnhdr_out): Add alternative version with partly-expanded macros.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize23
-rw-r--r--bfd/ChangeLog.mpw6
-rw-r--r--bfd/mpw-make.in570
3 files changed, 314 insertions, 285 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index bf59e2c..4707a0a 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -219,4 +219,27 @@ else
fi
+mpwfiles="coffswap.h"
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Keeping mpw stuff in $mpwfiles.
+ fi
+else
+ if [ -n "${verbose}" ]; then
+ echo -n Cleaning mpw in `pwd`:
+ fi
+ for f in $mpwfiles ; do
+ if [ -n "${verbose}" ] ; then
+ echo -n " " $f
+ fi
+ sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
+ if [ -n "${safe}" ] ; then
+ mv $f .Recover
+ fi
+ mv new $f
+ done
+ chmod a+x config.bfd
+fi
+
+
# End of file.
diff --git a/bfd/ChangeLog.mpw b/bfd/ChangeLog.mpw
index 8af2653..85c5486 100644
--- a/bfd/ChangeLog.mpw
+++ b/bfd/ChangeLog.mpw
@@ -1,3 +1,9 @@
+Fri Jan 7 10:34:47 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * mpw-make.in: Replace 8-bit chars with their names.
+ * coffswap.h (coff_swap_scnhdr_out): Add alternative version with
+ partly-expanded macros.
+
Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: New file, MPW version of configure.in.
diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in
index 8bdba95..f954094 100644
--- a/bfd/mpw-make.in
+++ b/bfd/mpw-make.in
@@ -1,5 +1,5 @@
# Makefile template for Configure for the BFD library.
-# Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
# Written by Cygnus Support.
#
# This file is part of BFD, the Binary File Descriptor library.
@@ -22,13 +22,13 @@ s = "{srcdir}"
o = :
-CC = C -d MPW_C -d __ALMOST__STDC__ -w
+CC = C -d MPW_C -d ALMOST_STDC -w
-"{o}" Ä : "{s}"
+"{o}" \Option-f : "{s}"
# Default rule that puts each file into separate segment.
-.c.o Ä .c
+.c.o \Option-f .c
{CC} {DepDir}{Default}.c {ALL_CFLAGS} {SymOptions} -s {Default} -o {TargDir}{Default}.c.o
HDEFINES =
@@ -89,184 +89,184 @@ BFD_H = bfd.h
# 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.
-# gdbÄ ecoff.c.o ecofflink.c.o elf.o
-# objdumpÄ elf.o
+# gdb\Option-f ecoff.c.o ecofflink.c.o elf.o
+# objdump\Option-f elf.o
#
-# Also, Jim Kingdon notesÄ
+# Also, Jim Kingdon notes\Option-f
# 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}.
-BFD_LIBS = ¶
- "{o}"archive.c.o "{o}"archures.c.o "{o}"bfd.c.o "{o}"cache.c.o "{o}"coffgen.c.o "{o}"core.c.o "{o}"ctor.c.o ¶
- "{o}"format.c.o "{o}"init.c.o "{o}"libbfd.c.o "{o}"opncls.c.o "{o}"reloc.c.o ¶
- "{o}"section.c.o "{o}"syms.c.o "{o}"targets.c.o "{o}"hash.o "{o}"linker.o ¶
+BFD_LIBS = \Option-d
+ "{o}"archive.c.o "{o}"archures.c.o "{o}"bfd.c.o "{o}"cache.c.o "{o}"coffgen.c.o "{o}"core.c.o "{o}"ctor.c.o \Option-d
+ "{o}"format.c.o "{o}"init.c.o "{o}"libbfd.c.o "{o}"opncls.c.o "{o}"reloc.c.o \Option-d
+ "{o}"section.c.o "{o}"syms.c.o "{o}"targets.c.o "{o}"hash.c.o "{o}"linker.c.o \Option-d
"{o}"ecoff.c.o "{o}"ecofflink.c.o "{o}"elf.c.o "{o}"srec.c.o
# This list is alphabetized to make it easier to keep in sync
# with the decls and initializer in archures.c.
-ALL_MACHINES = ¶
- "{o}"cpu-a29k.c.o ¶
- "{o}"cpu-alpha.c.o ¶
- "{o}"cpu-h8300.c.o ¶
- "{o}"cpu-h8500.c.o ¶
- "{o}"cpu-hppa.c.o ¶
- "{o}"cpu-i386.c.o ¶
- "{o}"cpu-i960.c.o ¶
- "{o}"cpu-m68k.c.o ¶
- "{o}"cpu-m88k.c.o ¶
- "{o}"cpu-mips.c.o ¶
- "{o}"cpu-rs6000.c.o ¶
- "{o}"cpu-sh.c.o ¶
- "{o}"cpu-sparc.c.o ¶
- "{o}"cpu-vax.c.o ¶
- "{o}"cpu-we32k.c.o ¶
+ALL_MACHINES = \Option-d
+ "{o}"cpu-a29k.c.o \Option-d
+ "{o}"cpu-alpha.c.o \Option-d
+ "{o}"cpu-h8300.c.o \Option-d
+ "{o}"cpu-h8500.c.o \Option-d
+ "{o}"cpu-hppa.c.o \Option-d
+ "{o}"cpu-i386.c.o \Option-d
+ "{o}"cpu-i960.c.o \Option-d
+ "{o}"cpu-m68k.c.o \Option-d
+ "{o}"cpu-m88k.c.o \Option-d
+ "{o}"cpu-mips.c.o \Option-d
+ "{o}"cpu-rs6000.c.o \Option-d
+ "{o}"cpu-sh.c.o \Option-d
+ "{o}"cpu-sparc.c.o \Option-d
+ "{o}"cpu-vax.c.o \Option-d
+ "{o}"cpu-we32k.c.o \Option-d
"{o}"cpu-z8k.c.o
# The .c.o files needed by all of the 32 bit vectors that are configured into
# target_vector in targets.c if configured with --with-targets=all.
-BFD32_BACKENDS = ¶
- "{o}"aout-adobe.c.o ¶
- "{o}"aout32.c.o ¶
- "{o}"bout.c.o ¶
- "{o}"cf-i386lynx.c.o ¶
- "{o}"cf-m68klynx.c.o ¶
- "{o}"cf-sparclynx.c.o ¶
- "{o}"coff-a29k.c.o ¶
- "{o}"coff-apollo.c.o ¶
- "{o}"coff-h8300.c.o ¶
- "{o}"coff-h8500.c.o ¶
- "{o}"coff-i386.c.o ¶
- "{o}"coff-i960.c.o ¶
- "{o}"coff-m68k.c.o ¶
- "{o}"coff-m88k.c.o ¶
- "{o}"coff-mips.c.o ¶
- "{o}"coff-rs6000.c.o ¶
- "{o}"coff-sh.c.o ¶
- "{o}"coff-u68k.c.o ¶
- "{o}"coff-we32k.c.o ¶
- "{o}"coff-z8k.c.o ¶
- "{o}"elf32-gen.c.o ¶
- "{o}"elf32-hppa.c.o ¶
- "{o}"elf32-i386.c.o ¶
- "{o}"elf32-i860.c.o ¶
- "{o}"elf32-m68k.c.o ¶
- "{o}"elf32-m88k.c.o ¶
- "{o}"elf32-mips.c.o ¶
- "{o}"elf32-sparc.c.o ¶
- "{o}"elf32.c.o ¶
- "{o}"hp300hpux.c.o ¶
- "{o}"som.c.o ¶
- "{o}"i386aout.c.o ¶
- "{o}"i386bsd.c.o ¶
- "{o}"i386linux.c.o ¶
- "{o}"i386lynx.c.o ¶
- "{o}"netbsd386.c.o ¶
- "{o}"i386mach3.c.o ¶
- "{o}"ieee.c.o ¶
- "{o}"m68klynx.c.o ¶
- "{o}"mipsbsd.c.o ¶
- "{o}"newsos3.c.o ¶
- "{o}"nlm.c.o ¶
- "{o}"nlm32-gen.c.o ¶
- "{o}"nlm32-i386.c.o ¶
- "{o}"nlm32-sparc.c.o ¶
- "{o}"nlm32-alpha.c.o ¶
- "{o}"nlm32.c.o ¶
- "{o}"oasys.c.o ¶
- "{o}"reloc16.c.o ¶
- "{o}"sparclynx.c.o ¶
- "{o}"stab-syms.c.o ¶
+BFD32_BACKENDS = \Option-d
+ "{o}"aout-adobe.c.o \Option-d
+ "{o}"aout32.c.o \Option-d
+ "{o}"bout.c.o \Option-d
+ "{o}"cf-i386lynx.c.o \Option-d
+ "{o}"cf-m68klynx.c.o \Option-d
+ "{o}"cf-sparclynx.c.o \Option-d
+ "{o}"coff-a29k.c.o \Option-d
+ "{o}"coff-apollo.c.o \Option-d
+ "{o}"coff-h8300.c.o \Option-d
+ "{o}"coff-h8500.c.o \Option-d
+ "{o}"coff-i386.c.o \Option-d
+ "{o}"coff-i960.c.o \Option-d
+ "{o}"coff-m68k.c.o \Option-d
+ "{o}"coff-m88k.c.o \Option-d
+ "{o}"coff-mips.c.o \Option-d
+ "{o}"coff-rs6000.c.o \Option-d
+ "{o}"coff-sh.c.o \Option-d
+ "{o}"coff-u68k.c.o \Option-d
+ "{o}"coff-we32k.c.o \Option-d
+ "{o}"coff-z8k.c.o \Option-d
+ "{o}"elf32-gen.c.o \Option-d
+ "{o}"elf32-hppa.c.o \Option-d
+ "{o}"elf32-i386.c.o \Option-d
+ "{o}"elf32-i860.c.o \Option-d
+ "{o}"elf32-m68k.c.o \Option-d
+ "{o}"elf32-m88k.c.o \Option-d
+ "{o}"elf32-mips.c.o \Option-d
+ "{o}"elf32-sparc.c.o \Option-d
+ "{o}"elf32.c.o \Option-d
+ "{o}"hp300hpux.c.o \Option-d
+ "{o}"som.c.o \Option-d
+ "{o}"i386aout.c.o \Option-d
+ "{o}"i386bsd.c.o \Option-d
+ "{o}"i386linux.c.o \Option-d
+ "{o}"i386lynx.c.o \Option-d
+ "{o}"netbsd386.c.o \Option-d
+ "{o}"i386mach3.c.o \Option-d
+ "{o}"ieee.c.o \Option-d
+ "{o}"m68klynx.c.o \Option-d
+ "{o}"mipsbsd.c.o \Option-d
+ "{o}"newsos3.c.o \Option-d
+ "{o}"nlm.c.o \Option-d
+ "{o}"nlm32-gen.c.o \Option-d
+ "{o}"nlm32-i386.c.o \Option-d
+ "{o}"nlm32-sparc.c.o \Option-d
+ "{o}"nlm32-alpha.c.o \Option-d
+ "{o}"nlm32.c.o \Option-d
+ "{o}"oasys.c.o \Option-d
+ "{o}"reloc16.c.o \Option-d
+ "{o}"sparclynx.c.o \Option-d
+ "{o}"stab-syms.c.o \Option-d
"{o}"sunos.c.o
# The .c.o files needed by all of the 64 bit vectors that are configured into
# target_vector in targets.c if configured with --with-targets=all
# and --with-64-bit-bfd.
-BFD64_BACKENDS = ¶
- "{o}"aout64.c.o ¶
- "{o}"coff-alpha.c.o ¶
- "{o}"demo64.c.o ¶
- "{o}"elf64-gen.c.o ¶
- "{o}"elf64.c.o ¶
- "{o}"nlm64-gen.c.o ¶
+BFD64_BACKENDS = \Option-d
+ "{o}"aout64.c.o \Option-d
+ "{o}"coff-alpha.c.o \Option-d
+ "{o}"demo64.c.o \Option-d
+ "{o}"elf64-gen.c.o \Option-d
+ "{o}"elf64.c.o \Option-d
+ "{o}"nlm64-gen.c.o \Option-d
"{o}"nlm64.c.o
-OPTIONAL_BACKENDS = ¶
- "{o}"aix386-core.c.o ¶
- "{o}"hpux-core.c.o ¶
- "{o}"irix-core.c.o ¶
- "{o}"lynx-core.c.o ¶
- "{o}"osf-core.c.o ¶
+OPTIONAL_BACKENDS = \Option-d
+ "{o}"aix386-core.c.o \Option-d
+ "{o}"hpux-core.c.o \Option-d
+ "{o}"irix-core.c.o \Option-d
+ "{o}"lynx-core.c.o \Option-d
+ "{o}"osf-core.c.o \Option-d
"{o}"trad-core.c.o
-# These are defined by configure.inÄ
+# These are defined by configure.in\Option-f
WORDSIZE=32
BFD_BACKENDS = "{o}"coff-mips.c.o
BFD_MACHINES = "{o}"cpu-mips.c.o
TDEFAULTS = -d DEFAULT_VECTOR=ecoff_big_vec -d SELECT_VECS='&ecoff_big_vec,&ecoff_little_vec' -d SELECT_ARCHITECTURES='bfd_mips_arch'
-all Ä libbfd.o
+all \Option-f libbfd.o
#### host and target dependent Makefile fragments come in here.
###
-FLAGS_TO_PASS = ¶
- "prefix={prefix}" ¶
- "exec_prefix={exec_prefix}" ¶
- "against={against}" ¶
- "AR={AR}" ¶
- "AR_FLAGS={AR_FLAGS}" ¶
- "CC={CC}" ¶
- "CC_FOR_BUILD={CC_FOR_BUILD}" ¶
- "CFLAGS={CFLAGS}" ¶
- "RANLIB={RANLIB}" ¶
- "MAKEINFO={MAKEINFO}" ¶
- "INSTALL={INSTALL}" ¶
- "INSTALL_DATA={INSTALL_DATA}" ¶
- "INSTALL_PROGRAM={INSTALL_PROGRAM}" ¶
+FLAGS_TO_PASS = \Option-d
+ "prefix={prefix}" \Option-d
+ "exec_prefix={exec_prefix}" \Option-d
+ "against={against}" \Option-d
+ "AR={AR}" \Option-d
+ "AR_FLAGS={AR_FLAGS}" \Option-d
+ "CC={CC}" \Option-d
+ "CC_FOR_BUILD={CC_FOR_BUILD}" \Option-d
+ "CFLAGS={CFLAGS}" \Option-d
+ "RANLIB={RANLIB}" \Option-d
+ "MAKEINFO={MAKEINFO}" \Option-d
+ "INSTALL={INSTALL}" \Option-d
+ "INSTALL_DATA={INSTALL_DATA}" \Option-d
+ "INSTALL_PROGRAM={INSTALL_PROGRAM}" \Option-d
"BISON={BISON}"
ALL_CFLAGS={CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES}
# C source files that correspond to .o's.
-CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c ¶
- archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c ¶
- coff-i960.c srec.c tekhex.c oasys.c ieee.c ¶
- ecoff.c ecofflink.c coff-m68k.c coff-u68k.c coff-apollo.c ¶
- coff-a29k.c coff-rs6000.c coffgen.c format.c ¶
- section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c ¶
- coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c ¶
- i386aout.c i386linux.c netbsd386.c i386mach3.c bout.c aout-adobe.c coff-we32k.c ¶
- i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c ¶
- cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c ¶
- cpu-rs6000.c coff-h8300.c som.c cpu-hppa.c cpu-we32k.c reloc16.c ¶
- mipsbsd.c cpu-sh.c ¶
- elf.c elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c ¶
- elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c ¶
- elf64.c elf64-gen.c ¶
- nlm.c nlm32.c nlm32-gen.c nlm32-i386.c nlm32-sparc.c nlm32-alpha.c ¶
- nlm64.c nlm64-gen.c ¶
- coff-alpha.c cpu-alpha.c ¶
- hp300bsd.c hp300hpux.c ¶
- i386lynx.c cf-i386lynx.c m68klynx.c cf-m68klynx.c ¶
- sparclynx.c cf-sparclynx.c aix386-core.c hpux-core.c ¶
+CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \Option-d
+ archures.c coff-i386.c aout64.c aout32.c sunos.c demo64.c \Option-d
+ coff-i960.c srec.c tekhex.c oasys.c ieee.c \Option-d
+ ecoff.c ecofflink.c coff-m68k.c coff-u68k.c coff-apollo.c \Option-d
+ coff-a29k.c coff-rs6000.c coffgen.c format.c \Option-d
+ section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \Option-d
+ coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c \Option-d
+ i386aout.c i386linux.c netbsd386.c i386mach3.c bout.c aout-adobe.c coff-we32k.c \Option-d
+ i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \Option-d
+ cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c \Option-d
+ cpu-rs6000.c coff-h8300.c som.c cpu-hppa.c cpu-we32k.c reloc16.c \Option-d
+ mipsbsd.c cpu-sh.c \Option-d
+ elf.c elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c \Option-d
+ elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c \Option-d
+ elf64.c elf64-gen.c \Option-d
+ nlm.c nlm32.c nlm32-gen.c nlm32-i386.c nlm32-sparc.c nlm32-alpha.c \Option-d
+ nlm64.c nlm64-gen.c \Option-d
+ coff-alpha.c cpu-alpha.c \Option-d
+ hp300bsd.c hp300hpux.c \Option-d
+ i386lynx.c cf-i386lynx.c m68klynx.c cf-m68klynx.c \Option-d
+ sparclynx.c cf-sparclynx.c aix386-core.c hpux-core.c \Option-d
irix-core.c lynx-core.c osf-core.c
-HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h ¶
- "{s}"coffswap.h "{s}"ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h ¶
- elfcode.h hppa_stubs.h "{s}"libaout.h "{s}"libbfd.h ¶
- libcoff.h "{s}"libecoff.h libelf.h libhppa.h libieee.h libnlm.h ¶
+HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h \Option-d
+ "{s}"coffswap.h "{s}"ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \Option-d
+ elfcode.h hppa_stubs.h "{s}"libaout.h "{s}"libbfd.h \Option-d
+ libcoff.h "{s}"libecoff.h libelf.h libhppa.h libieee.h libnlm.h \Option-d
liboasys.h nlm-target.h nlmcode.h som.h
STAGESTUFF = {TARGETLIB} {OFILES}
-all Ä {TARGETLIB}
+all \Option-f {TARGETLIB}
# @{MAKE} subdir_do DO=all "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
-# Various kinds of .c.o files to put in libbfd.aÄ
+# Various kinds of .c.o files to put in libbfd.a\Option-f
# BFD_LIBS Generic routines, always needed.
# BFD_BACKENDS Routines the configured targets need.
# BFD_MACHINES Architecture-specific routines the configured targets need.
@@ -277,7 +277,7 @@ HDEPFILES =
OFILES = {BFD_LIBS} {BFD_BACKENDS} {BFD_MACHINES} {HDEPFILES} {TDEPFILES}
-{TARGETLIB} Ä {OFILES}
+{TARGETLIB} \Option-f {OFILES}
# rm -f {TARGETLIB}
Lib -o {TARGETLIB} {OFILES}
# {RANLIB} {TARGETLIB}
@@ -286,17 +286,17 @@ OFILES = {BFD_LIBS} {BFD_BACKENDS} {BFD_MACHINES} {HDEPFILES} {TDEPFILES}
# info from configure.
-"{o}"targets.c.o Ä "{s}"targets.c
+"{o}"targets.c.o \Option-f "{s}"targets.c
{CC} "{s}"targets.c {CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES} {TDEFAULTS} -o "{o}"targets.c.o
-"{o}"archures.c.o Ä "{s}"archures.c
+"{o}"archures.c.o \Option-f "{s}"archures.c
{CC} "{s}"archures.c {CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES} {TDEFAULTS} -o "{o}"archures.c.o
-do_mostlyclean Ä
+do_mostlyclean \Option-f
rm -f *.c.o *~ core *.E *.p *.ip aout-params.h gen-aout
-do_clean Ä do_mostlyclean
+do_clean \Option-f do_mostlyclean
rm -f libbfd.a TAGS "{s}"bfd.h stmp-"{s}"bfd.h ofiles
-do_distclean Ä do_clean
+do_distclean \Option-f do_clean
rm -f Makefile config.status sysdep.h
# Should we remove {srcdir}:libcoff.h {srcdir}:"{s}"libbfd.h {srcdir}:bfd-in2.h?
@@ -304,16 +304,16 @@ do_distclean Ä do_clean
# this makefile. Well, they can, but only via an explicit "make headers";
# the makefile does not regenerate them as needed. So I guess we should not
# remove them in realclean.
-do_realclean Ä do_distclean
+do_realclean \Option-f do_distclean
-mostlyclean Ä do_mostlyclean
+mostlyclean \Option-f do_mostlyclean
{MAKE} subdir_do DO=mostlyclean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
-clean Ä do_clean
+clean \Option-f do_clean
{MAKE} subdir_do DO=clean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
-distclean Ä
+distclean \Option-f
{MAKE} subdir_do DO=distclean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
{MAKE} do_distclean
-clobber realclean Ä
+clobber realclean \Option-f
{MAKE} subdir_do DO=realclean "DODIRS={SUBDIRS}" {FLAGS_TO_PASS}
{MAKE} do_realclean
@@ -322,18 +322,18 @@ clobber realclean Ä
# to a different hosts:h-xxx.h file. This will force a recompile anyway.
BFD_H_DEPS= {INCDIR}:ansidecl.h {INCDIR}:obstack.h
RECONFIG = # config.status
-{BFD_LIBS} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
-{BFD_MACHINES} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
-{BFD_BACKENDS} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
-{OPTIONAL_BACKENDS} Ä "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
+{BFD_LIBS} \Option-f "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
+{BFD_MACHINES} \Option-f "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
+{BFD_BACKENDS} \Option-f "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
+{OPTIONAL_BACKENDS} \Option-f "{s}"libbfd.h {BFD_H} {RECONFIG} {BFD_H_DEPS}
# Get around a Sun Make bug in SunOS 4.1.1 with VPATH
-"{o}"cpu-i386.c.o Ä cpu-i386.c
-"{o}"cpu-z8k.c.o Ä cpu-z8k.c
-"{o}"cpu-h8500.c.o Ä cpu-h8500.c
-"{o}"cpu-we32k.c.o Ä cpu-we32k.c
+"{o}"cpu-i386.c.o \Option-f cpu-i386.c
+"{o}"cpu-z8k.c.o \Option-f cpu-z8k.c
+"{o}"cpu-h8500.c.o \Option-f cpu-h8500.c
+"{o}"cpu-we32k.c.o \Option-f cpu-we32k.c
-saber Ä
+saber \Option-f
#suppress 65 on bfd_map_over_sections
#suppress 66 on bfd_map_over_sections
#suppress 67 on bfd_map_over_sections
@@ -358,197 +358,197 @@ saber Ä
# DO NOT DELETE THIS LINE -- mkdep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-"{o}"libbfd.c.o Ä "{s}"libbfd.c
-"{o}"opncls.c.o Ä "{s}"opncls.c
-"{o}"bfd.c.o Ä "{s}"bfd.c {INCDIR}:coff:internal.h {INCDIR}:coff:sym.h ¶
- "{s}"libcoff.h "{s}"libecoff.h {INCDIR}:coff:ecoff.h "{s}"libelf.h ¶
+"{o}"libbfd.c.o \Option-f "{s}"libbfd.c
+"{o}"opncls.c.o \Option-f "{s}"opncls.c
+"{o}"bfd.c.o \Option-f "{s}"bfd.c {INCDIR}:coff:internal.h {INCDIR}:coff:sym.h \Option-d
+ "{s}"libcoff.h "{s}"libecoff.h {INCDIR}:coff:ecoff.h "{s}"libelf.h \Option-d
{INCDIR}:elf:common.h {INCDIR}:elf:internal.h {INCDIR}:elf:external.h
-"{o}"archive.c.o Ä "{s}"archive.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h
-"{o}"targets.c.o Ä "{s}"targets.c
-"{o}"cache.c.o Ä "{s}"cache.c
-"{o}"archures.c.o Ä "{s}"archures.c
-"{o}"coff-i386.c.o Ä "{s}"coff-i386.c {INCDIR}:coff:i386.h {INCDIR}:coff:internal.h ¶
+"{o}"archive.c.o \Option-f "{s}"archive.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h
+"{o}"targets.c.o \Option-f "{s}"targets.c
+"{o}"cache.c.o \Option-f "{s}"cache.c
+"{o}"archures.c.o \Option-f "{s}"archures.c
+"{o}"coff-i386.c.o \Option-f "{s}"coff-i386.c {INCDIR}:coff:i386.h {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h coffcode.h "{s}"coffswap.h
-"{o}"aout64.c.o Ä "{s}"aout64.c aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
+"{o}"aout64.c.o \Option-f "{s}"aout64.c aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"aout32.c.o Ä "{s}"aout32.c aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
+"{o}"aout32.c.o \Option-f "{s}"aout32.c aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"sunos.c.o Ä "{s}"sunos.c aoutf1.h {INCDIR}:aout:sun4.h "{s}"libaout.h ¶
- {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
+"{o}"sunos.c.o \Option-f "{s}"sunos.c aoutf1.h {INCDIR}:aout:sun4.h "{s}"libaout.h \Option-d
+ {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def \Option-d
{INCDIR}:aout:ar.h aout-target.h
-"{o}"demo64.c.o Ä "{s}"demo64.c aoutf1.h {INCDIR}:aout:sun4.h ¶
- "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
+"{o}"demo64.c.o \Option-f "{s}"demo64.c aoutf1.h {INCDIR}:aout:sun4.h \Option-d
+ "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h \Option-d
{INCDIR}:aout:stab.def {INCDIR}:aout:ar.h aout-target.h
-"{o}"coff-i960.c.o Ä "{s}"coff-i960.c {INCDIR}:coff:i960.h {INCDIR}:coff:internal.h ¶
+"{o}"coff-i960.c.o \Option-f "{s}"coff-i960.c {INCDIR}:coff:i960.h {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h coffcode.h "{s}"coffswap.h
-"{o}"srec.c.o Ä "{s}"srec.c
-"{o}"tekhex.c.o Ä "{s}"tekhex.c
-"{o}"oasys.c.o Ä "{s}"oasys.c {INCDIR}:oasys.h liboasys.h
-"{o}"ieee.c.o Ä "{s}"ieee.c {INCDIR}:ieee.h libieee.h
-"{o}"ecoff.c.o Ä "{s}"ecoff.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h ¶
- "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:coff:internal.h ¶
- {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h ¶
+"{o}"srec.c.o \Option-f "{s}"srec.c
+"{o}"tekhex.c.o \Option-f "{s}"tekhex.c
+"{o}"oasys.c.o \Option-f "{s}"oasys.c {INCDIR}:oasys.h liboasys.h
+"{o}"ieee.c.o \Option-f "{s}"ieee.c {INCDIR}:ieee.h libieee.h
+"{o}"ecoff.c.o \Option-f "{s}"ecoff.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h \Option-d
+ "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:coff:internal.h \Option-d
+ {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h \Option-d
"{s}"libcoff.h "{s}"libecoff.h
-"{o}"ecofflink.c.o Ä "{s}"ecofflink.c {INCDIR}:coff:internal.h ¶
+"{o}"ecofflink.c.o \Option-f "{s}"ecofflink.c {INCDIR}:coff:internal.h \Option-d
{INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h
-"{o}"coff-m68k.c.o Ä "{s}"coff-m68k.c {INCDIR}:coff:m68k.h {INCDIR}:coff:internal.h ¶
+"{o}"coff-m68k.c.o \Option-f "{s}"coff-m68k.c {INCDIR}:coff:m68k.h {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h coffcode.h "{s}"coffswap.h
-"{o}"coff-u68k.c.o Ä "{s}"coff-u68k.c coff-m68k.c {INCDIR}:coff:m68k.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"coff-u68k.c.o \Option-f "{s}"coff-u68k.c coff-m68k.c {INCDIR}:coff:m68k.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"coff-apollo.c.o Ä "{s}"coff-apollo.c {INCDIR}:coff:apollo.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"coff-apollo.c.o \Option-f "{s}"coff-apollo.c {INCDIR}:coff:apollo.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"coff-a29k.c.o Ä "{s}"coff-a29k.c {INCDIR}:coff:a29k.h {INCDIR}:coff:internal.h ¶
+"{o}"coff-a29k.c.o \Option-f "{s}"coff-a29k.c {INCDIR}:coff:a29k.h {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h coffcode.h "{s}"coffswap.h
-"{o}"coff-rs6000.c.o Ä "{s}"coff-rs6000.c {INCDIR}:coff:internal.h ¶
- {INCDIR}:coff:rs6000.h "{s}"libcoff.h coffcode.h ¶
+"{o}"coff-rs6000.c.o \Option-f "{s}"coff-rs6000.c {INCDIR}:coff:internal.h \Option-d
+ {INCDIR}:coff:rs6000.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"coffgen.c.o Ä "{s}"coffgen.c {INCDIR}:coff:internal.h ¶
+"{o}"coffgen.c.o \Option-f "{s}"coffgen.c {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h
-"{o}"format.c.o Ä "{s}"format.c
-"{o}"section.c.o Ä "{s}"section.c
-"{o}"core.c.o Ä "{s}"core.c
-"{o}"syms.c.o Ä "{s}"syms.c {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def
-"{o}"stab-syms.c.o Ä "{s}"stab-syms.c "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
+"{o}"format.c.o \Option-f "{s}"format.c
+"{o}"section.c.o \Option-f "{s}"section.c
+"{o}"core.c.o \Option-f "{s}"core.c
+"{o}"syms.c.o \Option-f "{s}"syms.c {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def
+"{o}"stab-syms.c.o \Option-f "{s}"stab-syms.c "{s}"libaout.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab.def
-"{o}"reloc.c.o Ä "{s}"reloc.c
-"{o}"init.c.o Ä "{s}"init.c
-"{o}"ctor.c.o Ä "{s}"ctor.c
-"{o}"coff-m88k.c.o Ä "{s}"coff-m88k.c {INCDIR}:coff:m88k.h {INCDIR}:coff:internal.h ¶
+"{o}"reloc.c.o \Option-f "{s}"reloc.c
+"{o}"init.c.o \Option-f "{s}"init.c
+"{o}"ctor.c.o \Option-f "{s}"ctor.c
+"{o}"coff-m88k.c.o \Option-f "{s}"coff-m88k.c {INCDIR}:coff:m88k.h {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h coffcode.h "{s}"coffswap.h
-"{o}"coff-mips.c.o Ä "{s}"coff-mips.c {INCDIR}:coff:internal.h ¶
- {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h ¶
- {INCDIR}:coff:mips.h "{s}"libcoff.h "{s}"libecoff.h "{s}"coffswap.h ¶
+"{o}"coff-mips.c.o \Option-f "{s}"coff-mips.c {INCDIR}:coff:internal.h \Option-d
+ {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h \Option-d
+ {INCDIR}:coff:mips.h "{s}"libcoff.h "{s}"libecoff.h "{s}"coffswap.h \Option-d
"{s}"ecoffswap.h
-"{o}"coff-sh.c.o Ä "{s}"coff-sh.c {INCDIR}:coff:sh.h {INCDIR}:coff:internal.h ¶
+"{o}"coff-sh.c.o \Option-f "{s}"coff-sh.c {INCDIR}:coff:sh.h {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h coffcode.h "{s}"coffswap.h
-"{o}"trad-core.c.o Ä "{s}"trad-core.c "{s}"libaout.h
-"{o}"newsos3.c.o Ä "{s}"newsos3.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
- {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h ¶
+"{o}"trad-core.c.o \Option-f "{s}"trad-core.c "{s}"libaout.h
+"{o}"newsos3.c.o \Option-f "{s}"newsos3.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h \Option-d
+ {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h \Option-d
aout-target.h
-"{o}"i386aout.c.o Ä "{s}"i386aout.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
+"{o}"i386aout.c.o \Option-f "{s}"i386aout.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"i386linux.c.o Ä "{s}"i386linux.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
- {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h ¶
+"{o}"i386linux.c.o \Option-f "{s}"i386linux.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h \Option-d
+ {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h \Option-d
aout-target.h
-"{o}"netbsd386.c.o Ä "{s}"netbsd386.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
+"{o}"netbsd386.c.o \Option-f "{s}"netbsd386.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"i386mach3.c.o Ä "{s}"i386mach3.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
- {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h ¶
+"{o}"i386mach3.c.o \Option-f "{s}"i386mach3.c {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h \Option-d
+ {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h "{s}"libaout.h \Option-d
aout-target.h
-"{o}"bout.c.o Ä "{s}"bout.c {INCDIR}:bout.h {INCDIR}:aout:stab_gnu.h ¶
+"{o}"bout.c.o \Option-f "{s}"bout.c {INCDIR}:bout.h {INCDIR}:aout:stab_gnu.h \Option-d
{INCDIR}:aout:stab.def "{s}"libaout.h
-"{o}"aout-adobe.c.o Ä "{s}"aout-adobe.c {INCDIR}:aout:adobe.h ¶
+"{o}"aout-adobe.c.o \Option-f "{s}"aout-adobe.c {INCDIR}:aout:adobe.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def "{s}"libaout.h
-"{o}"coff-we32k.c.o Ä "{s}"coff-we32k.c {INCDIR}:coff:we32k.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"coff-we32k.c.o \Option-f "{s}"coff-we32k.c {INCDIR}:coff:we32k.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"i386bsd.c.o Ä "{s}"i386bsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
+"{o}"i386bsd.c.o \Option-f "{s}"i386bsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"cpu-h8300.c.o Ä "{s}"cpu-h8300.c
-"{o}"cpu-i960.c.o Ä "{s}"cpu-i960.c
-"{o}"cpu-sparc.c.o Ä "{s}"cpu-sparc.c
-"{o}"cpu-m68k.c.o Ä "{s}"cpu-m68k.c
-"{o}"cpu-m88k.c.o Ä "{s}"cpu-m88k.c
-"{o}"cpu-vax.c.o Ä "{s}"cpu-vax.c
-"{o}"cpu-mips.c.o Ä "{s}"cpu-mips.c
-"{o}"cpu-a29k.c.o Ä "{s}"cpu-a29k.c
-"{o}"cpu-i386.c.o Ä "{s}"cpu-i386.c
-"{o}"cpu-rs6000.c.o Ä "{s}"cpu-rs6000.c
-"{o}"coff-h8300.c.o Ä "{s}"coff-h8300.c {INCDIR}:coff:h8300.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"cpu-h8300.c.o \Option-f "{s}"cpu-h8300.c
+"{o}"cpu-i960.c.o \Option-f "{s}"cpu-i960.c
+"{o}"cpu-sparc.c.o \Option-f "{s}"cpu-sparc.c
+"{o}"cpu-m68k.c.o \Option-f "{s}"cpu-m68k.c
+"{o}"cpu-m88k.c.o \Option-f "{s}"cpu-m88k.c
+"{o}"cpu-vax.c.o \Option-f "{s}"cpu-vax.c
+"{o}"cpu-mips.c.o \Option-f "{s}"cpu-mips.c
+"{o}"cpu-a29k.c.o \Option-f "{s}"cpu-a29k.c
+"{o}"cpu-i386.c.o \Option-f "{s}"cpu-i386.c
+"{o}"cpu-rs6000.c.o \Option-f "{s}"cpu-rs6000.c
+"{o}"coff-h8300.c.o \Option-f "{s}"coff-h8300.c {INCDIR}:coff:h8300.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"som.c.o Ä "{s}"som.c
-"{o}"cpu-hppa.c.o Ä "{s}"cpu-hppa.c
-"{o}"cpu-we32k.c.o Ä "{s}"cpu-we32k.c
-"{o}"reloc16.c.o Ä "{s}"reloc16.c {INCDIR}:coff:internal.h ¶
+"{o}"som.c.o \Option-f "{s}"som.c
+"{o}"cpu-hppa.c.o \Option-f "{s}"cpu-hppa.c
+"{o}"cpu-we32k.c.o \Option-f "{s}"cpu-we32k.c
+"{o}"reloc16.c.o \Option-f "{s}"reloc16.c {INCDIR}:coff:internal.h \Option-d
"{s}"libcoff.h
-"{o}"mipsbsd.c.o Ä "{s}"mipsbsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
+"{o}"mipsbsd.c.o \Option-f "{s}"mipsbsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"cpu-sh.c.o Ä "{s}"cpu-sh.c
-"{o}"elf.c.o Ä "{s}"elf.c "{s}"libelf.h {INCDIR}:elf:common.h {INCDIR}:elf:internal.h ¶
+"{o}"cpu-sh.c.o \Option-f "{s}"cpu-sh.c
+"{o}"elf.c.o \Option-f "{s}"elf.c "{s}"libelf.h {INCDIR}:elf:common.h {INCDIR}:elf:internal.h \Option-d
{INCDIR}:elf:external.h
-"{o}"elf32.c.o Ä "{s}"elf32.c elfcode.h "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32.c.o \Option-f "{s}"elf32.c elfcode.h "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h
-"{o}"elf32-sparc.c.o Ä "{s}"elf32-sparc.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32-sparc.c.o \Option-f "{s}"elf32-sparc.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
-"{o}"elf32-i386.c.o Ä "{s}"elf32-i386.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32-i386.c.o \Option-f "{s}"elf32-i386.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
-"{o}"elf32-i860.c.o Ä "{s}"elf32-i860.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32-i860.c.o \Option-f "{s}"elf32-i860.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
-"{o}"elf32-m68k.c.o Ä "{s}"elf32-m68k.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32-m68k.c.o \Option-f "{s}"elf32-m68k.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
-"{o}"elf32-hppa.c.o Ä "{s}"elf32-hppa.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
- {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-hppa.h ¶
+"{o}"elf32-hppa.c.o \Option-f "{s}"elf32-hppa.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
+ {INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-hppa.h \Option-d
libhppa.h {INCDIR}:aout:aout64.h hppa_stubs.h elf32-target.h
-"{o}"elf32-m88k.c.o Ä "{s}"elf32-m88k.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32-m88k.c.o \Option-f "{s}"elf32-m88k.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
-"{o}"elf32-mips.c.o Ä "{s}"elf32-mips.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
- {INCDIR}:elf:internal.h {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:mips.h "{s}"ecoffswap.h ¶
+"{o}"elf32-mips.c.o \Option-f "{s}"elf32-mips.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
+ {INCDIR}:elf:internal.h {INCDIR}:elf:external.h {INCDIR}:elf:mips.h \Option-d
+ {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:internal.h \Option-d
+ {INCDIR}:coff:ecoff.h {INCDIR}:coff:mips.h "{s}"ecoffswap.h \Option-d
elf32-target.h
-"{o}"elf32-gen.c.o Ä "{s}"elf32-gen.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf32-gen.c.o \Option-f "{s}"elf32-gen.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf32-target.h
-"{o}"elf64.c.o Ä "{s}"elf64.c elfcode.h "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf64.c.o \Option-f "{s}"elf64.c elfcode.h "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h
-"{o}"elf64-gen.c.o Ä "{s}"elf64-gen.c "{s}"libelf.h {INCDIR}:elf:common.h ¶
+"{o}"elf64-gen.c.o \Option-f "{s}"elf64-gen.c "{s}"libelf.h {INCDIR}:elf:common.h \Option-d
{INCDIR}:elf:internal.h {INCDIR}:elf:external.h elf64-target.h
-"{o}"nlm.c.o Ä "{s}"nlm.c libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
+"{o}"nlm.c.o \Option-f "{s}"nlm.c libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h \Option-d
{INCDIR}:nlm:external.h
-"{o}"nlm32.c.o Ä "{s}"nlm32.c nlmcode.h libnlm.h {INCDIR}:nlm:common.h ¶
+"{o}"nlm32.c.o \Option-f "{s}"nlm32.c nlmcode.h libnlm.h {INCDIR}:nlm:common.h \Option-d
{INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h
-"{o}"nlm32-gen.c.o Ä "{s}"nlm32-gen.c libnlm.h {INCDIR}:nlm:common.h ¶
+"{o}"nlm32-gen.c.o \Option-f "{s}"nlm32-gen.c libnlm.h {INCDIR}:nlm:common.h \Option-d
{INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h nlm-target.h
-"{o}"nlm32-i386.c.o Ä "{s}"nlm32-i386.c {INCDIR}:nlm:i386-ext.h ¶
- libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
+"{o}"nlm32-i386.c.o \Option-f "{s}"nlm32-i386.c {INCDIR}:nlm:i386-ext.h \Option-d
+ libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h \Option-d
{INCDIR}:nlm:external.h nlmswap.h nlm-target.h
-"{o}"nlm32-sparc.c.o Ä "{s}"nlm32-sparc.c {INCDIR}:nlm:sparc32-ext.h ¶
- libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
+"{o}"nlm32-sparc.c.o \Option-f "{s}"nlm32-sparc.c {INCDIR}:nlm:sparc32-ext.h \Option-d
+ libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h \Option-d
{INCDIR}:nlm:external.h nlmswap.h nlm-target.h
-"{o}"nlm32-alpha.c.o Ä "{s}"nlm32-alpha.c {INCDIR}:nlm:alpha-ext.h ¶
- libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h ¶
+"{o}"nlm32-alpha.c.o \Option-f "{s}"nlm32-alpha.c {INCDIR}:nlm:alpha-ext.h \Option-d
+ libnlm.h {INCDIR}:nlm:common.h {INCDIR}:nlm:internal.h \Option-d
{INCDIR}:nlm:external.h nlmswap.h nlm-target.h
-"{o}"nlm64.c.o Ä "{s}"nlm64.c nlmcode.h libnlm.h {INCDIR}:nlm:common.h ¶
+"{o}"nlm64.c.o \Option-f "{s}"nlm64.c nlmcode.h libnlm.h {INCDIR}:nlm:common.h \Option-d
{INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h
-"{o}"nlm64-gen.c.o Ä "{s}"nlm64-gen.c libnlm.h {INCDIR}:nlm:common.h ¶
+"{o}"nlm64-gen.c.o \Option-f "{s}"nlm64-gen.c libnlm.h {INCDIR}:nlm:common.h \Option-d
{INCDIR}:nlm:internal.h {INCDIR}:nlm:external.h nlm-target.h
-"{o}"coff-alpha.c.o Ä "{s}"coff-alpha.c {INCDIR}:coff:internal.h ¶
- {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h ¶
- {INCDIR}:coff:alpha.h "{s}"libcoff.h "{s}"libecoff.h "{s}"coffswap.h ¶
+"{o}"coff-alpha.c.o \Option-f "{s}"coff-alpha.c {INCDIR}:coff:internal.h \Option-d
+ {INCDIR}:coff:sym.h {INCDIR}:coff:symconst.h {INCDIR}:coff:ecoff.h \Option-d
+ {INCDIR}:coff:alpha.h "{s}"libcoff.h "{s}"libecoff.h "{s}"coffswap.h \Option-d
"{s}"ecoffswap.h
-"{o}"cpu-alpha.c.o Ä "{s}"cpu-alpha.c
-"{o}"hp300bsd.c.o Ä "{s}"hp300bsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h ¶
+"{o}"cpu-alpha.c.o \Option-f "{s}"cpu-alpha.c
+"{o}"hp300bsd.c.o \Option-f "{s}"hp300bsd.c "{s}"libaout.h aout-target.h {INCDIR}:aout:aout64.h \Option-d
{INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def {INCDIR}:aout:ar.h
-"{o}"hp300hpux.c.o Ä "{s}"hp300hpux.c {INCDIR}:aout:hp300hpux.h ¶
- aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h ¶
+"{o}"hp300hpux.c.o \Option-f "{s}"hp300hpux.c {INCDIR}:aout:hp300hpux.h \Option-d
+ aoutx.h "{s}"libaout.h {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h \Option-d
{INCDIR}:aout:stab.def {INCDIR}:aout:ar.h aout-target.h
-"{o}"i386lynx.c.o Ä "{s}"i386lynx.c "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
- aout-target.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
+"{o}"i386lynx.c.o \Option-f "{s}"i386lynx.c "{s}"libaout.h {INCDIR}:aout:aout64.h \Option-d
+ aout-target.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def \Option-d
{INCDIR}:aout:ar.h
-"{o}"cf-i386lynx.c.o Ä "{s}"cf-i386lynx.c "{s}"coff-i386.c {INCDIR}:coff:i386.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"cf-i386lynx.c.o \Option-f "{s}"cf-i386lynx.c "{s}"coff-i386.c {INCDIR}:coff:i386.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"m68klynx.c.o Ä "{s}"m68klynx.c "{s}"libaout.h {INCDIR}:aout:aout64.h ¶
- aout-target.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
+"{o}"m68klynx.c.o \Option-f "{s}"m68klynx.c "{s}"libaout.h {INCDIR}:aout:aout64.h \Option-d
+ aout-target.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def \Option-d
{INCDIR}:aout:ar.h
-"{o}"cf-m68klynx.c.o Ä "{s}"cf-m68klynx.c "{s}"coff-m68k.c {INCDIR}:coff:m68k.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"cf-m68klynx.c.o \Option-f "{s}"cf-m68klynx.c "{s}"coff-m68k.c {INCDIR}:coff:m68k.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"sparclynx.c.o Ä "{s}"sparclynx.c {INCDIR}:aout:sun4.h "{s}"libaout.h ¶
- {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def ¶
+"{o}"sparclynx.c.o \Option-f "{s}"sparclynx.c {INCDIR}:aout:sun4.h "{s}"libaout.h \Option-d
+ {INCDIR}:aout:aout64.h {INCDIR}:aout:stab_gnu.h {INCDIR}:aout:stab.def \Option-d
{INCDIR}:aout:ar.h aout-target.h
-"{o}"cf-sparclynx.c.o Ä "{s}"cf-sparclynx.c "{s}"coff-sparc.c {INCDIR}:coff:sparc.h ¶
- {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h ¶
+"{o}"cf-sparclynx.c.o \Option-f "{s}"cf-sparclynx.c "{s}"coff-sparc.c {INCDIR}:coff:sparc.h \Option-d
+ {INCDIR}:coff:internal.h "{s}"libcoff.h coffcode.h \Option-d
"{s}"coffswap.h
-"{o}"aix386-core.c.o Ä "{s}"aix386-core.c {INCDIR}:coff:i386.h ¶
+"{o}"aix386-core.c.o \Option-f "{s}"aix386-core.c {INCDIR}:coff:i386.h \Option-d
{INCDIR}:coff:internal.h "{s}"libcoff.h
-"{o}"hpux-core.c.o Ä "{s}"hpux-core.c
-"{o}"irix-core.c.o Ä "{s}"irix-core.c
-"{o}"lynx-core.c.o Ä "{s}"lynx-core.c
+"{o}"hpux-core.c.o \Option-f "{s}"hpux-core.c
+"{o}"irix-core.c.o \Option-f "{s}"irix-core.c
+"{o}"lynx-core.c.o \Option-f "{s}"lynx-core.c
-"{o}"hash.c.o Ä "{s}"hash.c
-"{o}"linker.o Ä "{s}"linker.c {INCDIR}:bfdlink.h "{s}"genlink.h
+"{o}"hash.c.o \Option-f "{s}"hash.c
+"{o}"linker.o \Option-f "{s}"linker.c {INCDIR}:bfdlink.h "{s}"genlink.h
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY