OSDN Git Service

* configure.in (is_release): Remove.
[pf3gnuchains/pf3gnuchains4x.git] / bfd / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71 BFD_HOST_LONG_LONG = @BFD_HOST_LONG_LONG@
72 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
73 CATALOGS = @CATALOGS@
74 CATOBJEXT = @CATOBJEXT@
75 CC = @CC@
76 CC_FOR_BUILD = @CC_FOR_BUILD@
77 COREFILE = @COREFILE@
78 COREFLAG = @COREFLAG@
79 CXX = @CXX@
80 CXXCPP = @CXXCPP@
81 DATADIRNAME = @DATADIRNAME@
82 DLLTOOL = @DLLTOOL@
83 EXEEXT = @EXEEXT@
84 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
85 GCJ = @GCJ@
86 GCJFLAGS = @GCJFLAGS@
87 GMOFILES = @GMOFILES@
88 GMSGFMT = @GMSGFMT@
89 GT_NO = @GT_NO@
90 GT_YES = @GT_YES@
91 HDEFINES = @HDEFINES@
92 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
93 INSTOBJEXT = @INSTOBJEXT@
94 INTLDEPS = @INTLDEPS@
95 INTLLIBS = @INTLLIBS@
96 INTLOBJS = @INTLOBJS@
97 LIBTOOL = @LIBTOOL@
98 LN_S = @LN_S@
99 MAINT = @MAINT@
100 MAKEINFO = @MAKEINFO@
101 MKINSTALLDIRS = @MKINSTALLDIRS@
102 MSGFMT = @MSGFMT@
103 OBJDUMP = @OBJDUMP@
104 OBJEXT = @OBJEXT@
105 PACKAGE = @PACKAGE@
106 POFILES = @POFILES@
107 POSUB = @POSUB@
108 RANLIB = @RANLIB@
109 STRIP = @STRIP@
110 TDEFINES = @TDEFINES@
111 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
112 USE_NLS = @USE_NLS@
113 VERSION = @VERSION@
114 WIN32LDFLAGS = @WIN32LDFLAGS@
115 WIN32LIBADD = @WIN32LIBADD@
116 all_backends = @all_backends@
117 bfd_backends = @bfd_backends@
118 bfd_default_target_size = @bfd_default_target_size@
119 bfd_file_ptr = @bfd_file_ptr@
120 bfd_libs = @bfd_libs@
121 bfd_machines = @bfd_machines@
122 bfd_ufile_ptr = @bfd_ufile_ptr@
123 l = @l@
124 tdefaults = @tdefaults@
125 wordsize = @wordsize@
126
127 AUTOMAKE_OPTIONS = cygnus
128
129 # Uncomment the following line when doing a release.
130 # RELEASE=y
131
132 INCDIR = $(srcdir)/../include
133 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
134 MKDEP = gcc -MM
135
136 SUBDIRS = doc po
137
138 docdir = doc
139 bfdlibdir = @bfdlibdir@
140 bfdincludedir = @bfdincludedir@
141
142 bfdlib_LTLIBRARIES = libbfd.la
143
144 WARN_CFLAGS = @WARN_CFLAGS@
145 AM_CFLAGS = $(WARN_CFLAGS)
146
147 # bfd.h goes here, for now
148 BFD_H = bfd.h
149
150 # Jim Kingdon notes:
151 # Writing S-records should be included in all (or at least most)
152 # *-*-coff, *-*-aout, etc., configurations, because people will want to
153 # be able to use objcopy to create S-records.  (S-records are not useful
154 # for the debugger, so if you are downloading things as S-records you
155 # need two copies of the executable, one to download and one for the
156 # debugger).
157 BFD32_LIBS =    archive.lo archures.lo bfd.lo bfdio.lo bfdwin.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         srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo       merge.lo dwarf2.lo simple.lo
158
159
160 BFD64_LIBS = archive64.lo
161
162 BFD32_LIBS_CFILES =     archive.c archures.c bfd.c bfdio.c bfdwin.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      srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c     merge.c dwarf2.c simple.c
163
164
165 BFD64_LIBS_CFILES = archive64.c
166
167 # This list is alphabetized to make it easier to keep in sync
168 # with the decls and initializer in archures.c.
169 ALL_MACHINES =          cpu-a29k.lo     cpu-alpha.lo    cpu-arc.lo      cpu-arm.lo      cpu-avr.lo      cpu-cr16c.lo    cpu-cris.lo     cpu-d10v.lo     cpu-d30v.lo     cpu-dlx.lo      cpu-fr30.lo     cpu-frv.lo      cpu-h8300.lo    cpu-h8500.lo    cpu-hppa.lo     cpu-ia64.lo     cpu-i370.lo     cpu-i386.lo     cpu-i860.lo     cpu-i960.lo     cpu-ip2k.lo     cpu-iq2000.lo   cpu-m32r.lo     cpu-m68hc11.lo  cpu-m68hc12.lo  cpu-m68k.lo     cpu-m88k.lo     cpu-m10200.lo   cpu-m10300.lo   cpu-mcore.lo    cpu-mips.lo     cpu-mmix.lo     cpu-msp430.lo   cpu-or32.lo     cpu-ns32k.lo    cpu-openrisc.lo         cpu-pdp11.lo    cpu-pj.lo       cpu-powerpc.lo  cpu-rs6000.lo   cpu-s390.lo     cpu-sh.lo       cpu-sparc.lo    cpu-tic30.lo    cpu-tic4x.lo    cpu-tic54x.lo   cpu-tic80.lo    cpu-v850.lo     cpu-vax.lo      cpu-we32k.lo    cpu-w65.lo      cpu-xstormy16.lo        cpu-xtensa.lo   cpu-z8k.lo
170
171
172 ALL_MACHINES_CFILES =   cpu-a29k.c      cpu-alpha.c     cpu-arc.c       cpu-arm.c       cpu-avr.c       cpu-cris.c      cpu-cr16c.c     cpu-d10v.c      cpu-d30v.c      cpu-dlx.c       cpu-fr30.c      cpu-frv.c       cpu-h8300.c     cpu-h8500.c     cpu-hppa.c      cpu-ia64.c      cpu-i370.c      cpu-i386.c      cpu-i860.c      cpu-i960.c      cpu-ip2k.c      cpu-iq2000.c    cpu-m32r.c      cpu-m68hc11.c   cpu-m68hc12.c   cpu-m68k.c      cpu-m88k.c      cpu-m10200.c    cpu-m10300.c    cpu-mcore.c     cpu-mips.c      cpu-mmix.c      cpu-msp430.c    cpu-or32.c      cpu-ns32k.c     cpu-openrisc.c  cpu-pdp11.c     cpu-pj.c        cpu-powerpc.c   cpu-rs6000.c    cpu-s390.c      cpu-sh.c        cpu-sparc.c     cpu-tic30.c     cpu-tic4x.c     cpu-tic54x.c    cpu-tic80.c     cpu-v850.c      cpu-vax.c       cpu-we32k.c     cpu-w65.c       cpu-xstormy16.c         cpu-xtensa.c    cpu-z8k.c
173
174
175 # The .o files needed by all of the 32 bit vectors that are configured into
176 # target_vector in targets.c if configured with --enable-targets=all.
177 BFD32_BACKENDS =        aout-adobe.lo   aout-arm.lo     aout-cris.lo    aout-ns32k.lo   aout-sparcle.lo         aout-tic30.lo   aout0.lo        aout32.lo       armnetbsd.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-or32.lo    coff-rs6000.lo  coff-sh.lo      coff-sparc.lo   coff-stgo32.lo  coff-svm68k.lo  coff-tic30.lo   coff-tic4x.lo   coff-tic54x.lo  coff-tic80.lo   coff-u68k.lo    coff-we32k.lo   coff-w65.lo     coff-z8k.lo     cofflink.lo     dwarf1.lo       ecoff.lo        ecofflink.lo    efi-app-ia32.lo         elf.lo  elf32-am33lin.lo        elf32-arc.lo    elfarm-oabi.lo  elfarm-nabi.lo  elf32-avr.lo    elf32-cr16c.lo  elf32-cris.lo   elf32-d10v.lo   elf32-d30v.lo   elf32-dlx.lo    elf32-fr30.lo   elf32-frv.lo    elf32-gen.lo    elf32-h8300.lo  elf32-hppa.lo   elf32-i370.lo   elf32-i386.lo   elf32-i860.lo   elf32-i960.lo   elf32-ia64.lo   elf32-ip2k.lo   elf32-iq2000.lo         elf32-m32r.lo   elf32-m68hc11.lo        elf32-m68hc12.lo        elf32-m68hc1x.lo        elf32-m68k.lo   elf32-m88k.lo   elf-m10200.lo   elf-m10300.lo   elf32-mcore.lo  elfxx-mips.lo   elf32-mips.lo   elf32-msp430.lo         elf32-openrisc.lo       elf32-or32.lo   elf32-pj.lo     elf32-ppc.lo    elf32-s390.lo   elf32-sh.lo     elf32-sh64.lo   elf32-sh64-com.lo       elf32-sparc.lo  elf32-v850.lo   elf32-vax.lo    elf32-xstormy16.lo      elf32-xtensa.lo         elf32.lo        elflink.lo      elf-strtab.lo   elf-eh-frame.lo         epoc-pe-arm.lo  epoc-pei-arm.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    mach-o.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   pdp11.lo        pef.lo  pe-arm.lo       pei-arm.lo      pe-i386.lo      pei-i386.lo     pe-mcore.lo     pei-mcore.lo    pe-ppc.lo       pei-ppc.lo      pe-sh.lo        pei-sh.lo       pe-mips.lo      pei-mips.lo     peigen.lo       ppcboot.lo      reloc16.lo      riscix.lo       sparclinux.lo   sparclynx.lo    sparcnetbsd.lo  sunos.lo        vaxnetbsd.lo    vax1knetbsd.lo  vaxbsd.lo       versados.lo     vms.lo  vms-gsd.lo      vms-hdr.lo      vms-misc.lo     vms-tir.lo      xcofflink.lo    xsym.lo         xtensa-isa.lo   xtensa-modules.lo
178
179
180 BFD32_BACKENDS_CFILES =         aout-adobe.c    aout-arm.c      aout-cris.c     aout-ns32k.c    aout-sparcle.c  aout-tic30.c    aout0.c         aout32.c        armnetbsd.c     bout.c  cf-i386lynx.c   cf-m68klynx.c   cf-sparclynx.c  coff-a29k.c     coff-apollo.c   coff-arm.c      coff-aux.c      coff-h8300.c    coff-h8500.c    coff-i386.c     coff-i860.c     coff-go32.c     coff-i960.c     coff-m68k.c     coff-m88k.c     coff-mips.c     coff-or32.c     coff-rs6000.c   coff-sh.c       coff-sparc.c    coff-stgo32.c   coff-svm68k.c   coff-tic30.c    coff-tic4x.c    coff-tic54x.c   coff-tic80.c    coff-u68k.c     coff-we32k.c    coff-w65.c      coff-z8k.c      cofflink.c      dwarf1.c        ecoff.c         ecofflink.c     efi-app-ia32.c  elf.c   elf32-am33lin.c         elf32-arc.c     elfarm-oabi.c   elfarm-nabi.c   elf32-avr.c     elf32-cr16c.c   elf32-cris.c    elf32-d10v.c    elf32-d30v.c    elf32-dlx.c     elf32-fr30.c    elf32-frv.c     elf32-gen.c     elf32-h8300.c   elf32-hppa.c    elf32-i370.c    elf32-i386.c    elf32-i860.c    elf32-i960.c    elf32-ip2k.c    elf32-iq2000.c  elf32-m32r.c    elf32-m68k.c    elf32-m68hc11.c         elf32-m68hc12.c         elf32-m68hc1x.c         elf32-m88k.c    elf-m10200.c    elf-m10300.c    elf32-mcore.c   elfxx-mips.c    elf32-mips.c    elf32-msp430.c  elf32-openrisc.c        elf32-or32.c    elf32-pj.c      elf32-ppc.c     elf32-sh64.c    elf32-sh64-com.c        elf32-s390.c    elf32-sh.c      elf32-sparc.c   elf32-v850.c    elf32-vax.c     elf32-xstormy16.c       elf32-xtensa.c  elf32.c         elflink.c       elf-strtab.c    elf-eh-frame.c  epoc-pe-arm.c   epoc-pei-arm.c  hp300bsd.c      hp300hpux.c     som.c   i386aout.c      i386bsd.c       i386dynix.c     i386freebsd.c   i386linux.c     i386lynx.c      i386msdos.c     i386netbsd.c    i386mach3.c     i386os9k.c      ieee.c  m68k4knetbsd.c  m68klinux.c     m68klynx.c      m68knetbsd.c    m88kmach3.c     mach-o.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    pdp11.c         pef.c   pe-arm.c        pei-arm.c       pe-i386.c       pei-i386.c      pe-mcore.c      pei-mcore.c     pe-ppc.c        pei-ppc.c       pe-sh.c         pei-sh.c        pe-mips.c       pei-mips.c      ppcboot.c       reloc16.c       riscix.c        sparclinux.c    sparclynx.c     sparcnetbsd.c   sunos.c         vaxnetbsd.c     vax1knetbsd.c   vaxbsd.c        versados.c      vms.c   vms-gsd.c       vms-hdr.c       vms-misc.c      vms-tir.c       xcofflink.c     xsym.c  xtensa-isa.c    xtensa-modules.c
181
182
183 # The .o files needed by all of the 64 bit vectors that are configured into
184 # target_vector in targets.c if configured with --enable-targets=all
185 # and --enable-64-bit-bfd.
186 BFD64_BACKENDS =        aix5ppc-core.lo         aout64.lo       coff-alpha.lo   coff64-rs6000.lo        demo64.lo       efi-app-ia64.lo         elf64-x86-64.lo         elf64-alpha.lo  elf64-hppa.lo   elf64-ia64.lo   elf64-gen.lo    elfn32-mips.lo  elf64-mips.lo   elf64-mmix.lo   elf64-sh64.lo   elf64-ppc.lo    elf64-s390.lo   elf64-sparc.lo  elf64.lo        mmo.lo  nlm32-alpha.lo  nlm64.lo        pepigen.lo
187
188
189 BFD64_BACKENDS_CFILES =         aix5ppc-core.c  aout64.c        coff-alpha.c    coff64-rs6000.c         demo64.c        efi-app-ia64.c  elf64-x86-64.c  elf64-alpha.c   elf64-hppa.c    elf64-gen.c     elfn32-mips.c   elf64-mips.c    elf64-mmix.c    elf64-ppc.c     elf64-s390.c    elf64-sh64.c    elf64-sparc.c   elf64.c         mmo.c   nlm32-alpha.c   nlm64.c
190
191
192 OPTIONAL_BACKENDS =     aix386-core.lo  hpux-core.lo    irix-core.lo    lynx-core.lo    osf-core.lo     sco5-core.lo    trad-core.lo    cisco-core.lo
193
194
195 OPTIONAL_BACKENDS_CFILES =      aix386-core.c   hpux-core.c     irix-core.c     lynx-core.c     osf-core.c      sco5-core.c     trad-core.c     cisco-core.c
196
197
198 # These are defined by configure.in:
199 WORDSIZE = @wordsize@
200 ALL_BACKENDS = @all_backends@
201 BFD_BACKENDS = @bfd_backends@
202 BFD_LIBS = @bfd_libs@
203 BFD_MACHINES = @bfd_machines@
204 TDEFAULTS = @tdefaults@
205
206 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
207
208 # C source files that correspond to .o's.
209 SOURCE_CFILES =         $(BFD32_LIBS_CFILES)    $(BFD64_LIBS_CFILES)    $(ALL_MACHINES_CFILES)  $(BFD32_BACKENDS_CFILES)        $(BFD64_BACKENDS_CFILES)        $(OPTIONAL_BACKENDS_CFILES)
210
211
212 BUILD_CFILES =          elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
213
214
215 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
216
217 SOURCE_HFILES =         aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h        elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h   elf64-hppa.h elfcode.h elfcore.h        freebsd.h genlink.h go32stub.h  libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h     libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h        netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h       pef.h pef-traceback.h peicode.h som.h version.h         vms.h xcoff-target.h xsym.h
218
219
220 BUILD_HFILES =          bfdver.h elf32-target.h elf64-target.h targmatch.h
221
222
223 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
224
225 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
226 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
227
228 # Various kinds of .o files to put in libbfd.a:
229 # BFD_BACKENDS  Routines the configured targets need.
230 # BFD_MACHINES  Architecture-specific routines the configured targets need.
231 # COREFILE      Core file routines for a native configuration
232 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
233
234 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
235 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
236 libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
237 libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
238
239 # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
240 # directory so that we don't have to convert all the programs that use
241 # libbfd.a simultaneously.  This is a hack which should be removed if
242 # everything else starts using libtool.  FIXME.
243
244 noinst_LIBRARIES = libbfd.a
245 libbfd_a_SOURCES = 
246
247 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
248 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
249
250 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c    reloc.c syms.c bfd.c bfdio.c bfdwin.c   archive.c corefile.c targets.c format.c
251
252 BFD64_H_FILES = archive64.c
253 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c   cache.c reloc.c archures.c elf.c
254
255 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
256
257 MOSTLYCLEANFILES = ofiles stamp-ofiles
258
259 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib     stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
260
261
262 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
263 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
264 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
265 CONFIG_HEADER = config.h
266 CONFIG_CLEAN_FILES =  bfd-in3.h
267 LIBRARIES =  $(noinst_LIBRARIES)
268
269
270 DEFS = @DEFS@ -I. -I$(srcdir) -I.
271 CPPFLAGS = @CPPFLAGS@
272 LDFLAGS = @LDFLAGS@
273 LIBS = @LIBS@
274 libbfd_a_LIBADD = 
275 libbfd_a_OBJECTS = 
276 LTLIBRARIES =  $(bfdlib_LTLIBRARIES)
277
278 libbfd_la_OBJECTS =  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
279 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo \
280 reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo \
281 binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo \
282 simple.lo archive64.lo
283 CFLAGS = @CFLAGS@
284 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
285 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
286 CCLD = $(CC)
287 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
288 DIST_COMMON =  README ./stamp-h.in COPYING ChangeLog Makefile.am \
289 Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
290 configure.in
291
292
293 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
294
295 TAR = tar
296 GZIP_ENV = --best
297 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
298 OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
299
300 all: all-redirect
301 .SUFFIXES:
302 .SUFFIXES: .S .c .lo .o .obj .s
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
304         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
305
306 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
307         cd $(top_builddir) \
308           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
309
310 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
311         cd $(srcdir) && $(ACLOCAL)
312 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
313         cd $(srcdir) && $(AUTOCONF)
314
315 config.h: stamp-h
316         @if test ! -f $@; then \
317                 rm -f stamp-h; \
318                 $(MAKE) stamp-h; \
319         else :; fi
320 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
321         cd $(top_builddir) \
322           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
323              $(SHELL) ./config.status
324         @echo timestamp > stamp-h 2> /dev/null
325 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
326         @if test ! -f $@; then \
327                 rm -f $(srcdir)/stamp-h.in; \
328                 $(MAKE) $(srcdir)/stamp-h.in; \
329         else :; fi
330 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
331         cd $(top_srcdir) && $(AUTOHEADER)
332         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
333
334 mostlyclean-hdr:
335
336 clean-hdr:
337
338 distclean-hdr:
339         -rm -f config.h
340
341 maintainer-clean-hdr:
342 bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
343         cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
344
345 mostlyclean-noinstLIBRARIES:
346
347 clean-noinstLIBRARIES:
348         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
349
350 distclean-noinstLIBRARIES:
351
352 maintainer-clean-noinstLIBRARIES:
353
354 .c.o:
355         $(COMPILE) -c $<
356
357 # FIXME: We should only use cygpath when building on Windows,
358 # and only if it is available.
359 .c.obj:
360         $(COMPILE) -c `cygpath -w $<`
361
362 .s.o:
363         $(COMPILE) -c $<
364
365 .S.o:
366         $(COMPILE) -c $<
367
368 mostlyclean-compile:
369         -rm -f *.o core *.core
370         -rm -f *.$(OBJEXT)
371
372 clean-compile:
373
374 distclean-compile:
375         -rm -f *.tab.c
376
377 maintainer-clean-compile:
378
379 .c.lo:
380         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
381
382 .s.lo:
383         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
384
385 .S.lo:
386         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
387
388 mostlyclean-libtool:
389         -rm -f *.lo
390
391 clean-libtool:
392         -rm -rf .libs _libs
393
394 distclean-libtool:
395
396 maintainer-clean-libtool:
397
398 mostlyclean-bfdlibLTLIBRARIES:
399
400 clean-bfdlibLTLIBRARIES:
401         -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
402
403 distclean-bfdlibLTLIBRARIES:
404
405 maintainer-clean-bfdlibLTLIBRARIES:
406
407 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
408         $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
409
410 # This directory's subdirectories are mostly independent; you can cd
411 # into them and run `make' without going through this Makefile.
412 # To change the values of `make' variables: instead of editing Makefiles,
413 # (1) if the variable is set in `config.status', edit `config.status'
414 #     (which will cause the Makefiles to be regenerated when you run `make');
415 # (2) otherwise, pass the desired values on the `make' command line.
416
417 @SET_MAKE@
418
419 all-recursive install-data-recursive install-exec-recursive \
420 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
421 check-recursive installcheck-recursive info-recursive dvi-recursive:
422         @set fnord $(MAKEFLAGS); amf=$$2; \
423         dot_seen=no; \
424         target=`echo $@ | sed s/-recursive//`; \
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           echo "Making $$target in $$subdir"; \
427           if test "$$subdir" = "."; then \
428             dot_seen=yes; \
429             local_target="$$target-am"; \
430           else \
431             local_target="$$target"; \
432           fi; \
433           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
435         done; \
436         if test "$$dot_seen" = "no"; then \
437           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438         fi; test -z "$$fail"
439
440 mostlyclean-recursive clean-recursive distclean-recursive \
441 maintainer-clean-recursive:
442         @set fnord $(MAKEFLAGS); amf=$$2; \
443         dot_seen=no; \
444         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
445           rev="$$subdir $$rev"; \
446           test "$$subdir" != "." || dot_seen=yes; \
447         done; \
448         test "$$dot_seen" = "no" && rev=". $$rev"; \
449         target=`echo $@ | sed s/-recursive//`; \
450         for subdir in $$rev; do \
451           echo "Making $$target in $$subdir"; \
452           if test "$$subdir" = "."; then \
453             local_target="$$target-am"; \
454           else \
455             local_target="$$target"; \
456           fi; \
457           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
459         done && test -z "$$fail"
460 tags-recursive:
461         list='$(SUBDIRS)'; for subdir in $$list; do \
462           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
463         done
464
465 tags: TAGS
466
467 ID: $(HEADERS) $(SOURCES) $(LISP)
468         list='$(SOURCES) $(HEADERS)'; \
469         unique=`for i in $$list; do echo $$i; done | \
470           awk '    { files[$$0] = 1; } \
471                END { for (i in files) print i; }'`; \
472         here=`pwd` && cd $(srcdir) \
473           && mkid -f$$here/ID $$unique $(LISP)
474
475 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
476         tags=; \
477         here=`pwd`; \
478         list='$(SUBDIRS)'; for subdir in $$list; do \
479    if test "$$subdir" = .; then :; else \
480             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
481    fi; \
482         done; \
483         list='$(SOURCES) $(HEADERS)'; \
484         unique=`for i in $$list; do echo $$i; done | \
485           awk '    { files[$$0] = 1; } \
486                END { for (i in files) print i; }'`; \
487         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
488           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
489
490 mostlyclean-tags:
491
492 clean-tags:
493
494 distclean-tags:
495         -rm -f TAGS ID
496
497 maintainer-clean-tags:
498
499 distdir = $(PACKAGE)-$(VERSION)
500 top_distdir = $(distdir)
501
502 # This target untars the dist file and tries a VPATH configuration.  Then
503 # it guarantees that the distribution is self-contained by making another
504 # tarfile.
505 distcheck: dist
506         -rm -rf $(distdir)
507         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
508         mkdir $(distdir)/=build
509         mkdir $(distdir)/=inst
510         dc_install_base=`cd $(distdir)/=inst && pwd`; \
511         cd $(distdir)/=build \
512           && ../configure --srcdir=.. --prefix=$$dc_install_base \
513           && $(MAKE) $(AM_MAKEFLAGS) \
514           && $(MAKE) $(AM_MAKEFLAGS) dvi \
515           && $(MAKE) $(AM_MAKEFLAGS) check \
516           && $(MAKE) $(AM_MAKEFLAGS) install \
517           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
518           && $(MAKE) $(AM_MAKEFLAGS) dist
519         -rm -rf $(distdir)
520         @banner="$(distdir).tar.gz is ready for distribution"; \
521         dashes=`echo "$$banner" | sed s/./=/g`; \
522         echo "$$dashes"; \
523         echo "$$banner"; \
524         echo "$$dashes"
525 dist: distdir
526         -chmod -R a+r $(distdir)
527         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
528         -rm -rf $(distdir)
529 dist-all: distdir
530         -chmod -R a+r $(distdir)
531         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
532         -rm -rf $(distdir)
533 distdir: $(DISTFILES)
534         -rm -rf $(distdir)
535         mkdir $(distdir)
536         -chmod 777 $(distdir)
537         @for file in $(DISTFILES); do \
538           if test -f $$file; then d=.; else d=$(srcdir); fi; \
539           if test -d $$d/$$file; then \
540             cp -pr $$d/$$file $(distdir)/$$file; \
541           else \
542             test -f $(distdir)/$$file \
543             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
544             || cp -p $$d/$$file $(distdir)/$$file || :; \
545           fi; \
546         done
547         for subdir in $(SUBDIRS); do \
548           if test "$$subdir" = .; then :; else \
549             test -d $(distdir)/$$subdir \
550             || mkdir $(distdir)/$$subdir \
551             || exit 1; \
552             chmod 777 $(distdir)/$$subdir; \
553             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
554               || exit 1; \
555           fi; \
556         done
557 info-am:
558 info: info-recursive
559 dvi-am:
560 dvi: dvi-recursive
561 check-am:
562 check: check-recursive
563 installcheck-am:
564 installcheck: installcheck-recursive
565 install-info-am: 
566 install-info: install-info-recursive
567 all-recursive-am: config.h
568         $(MAKE) $(AM_MAKEFLAGS) all-recursive
569
570 install-exec-am:
571 install-exec: install-exec-recursive
572
573 install-data-am: install-bfdlibLTLIBRARIES
574 install-data: install-data-recursive
575
576 install-am: all-am
577         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578 install: install-recursive
579 uninstall-am: uninstall-bfdlibLTLIBRARIES
580 uninstall: uninstall-recursive
581 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
582 all-redirect: all-recursive-am
583 install-strip:
584         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
585 installdirs: installdirs-recursive
586 installdirs-am:
587         $(mkinstalldirs)  $(DESTDIR)$(bfdlibdir)
588
589
590 mostlyclean-generic:
591         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
592
593 clean-generic:
594         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
595
596 distclean-generic:
597         -rm -f Makefile $(CONFIG_CLEAN_FILES)
598         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
599         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
600
601 maintainer-clean-generic:
602 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
603                 mostlyclean-compile mostlyclean-libtool \
604                 mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
605                 mostlyclean-generic
606
607 mostlyclean: mostlyclean-recursive
608
609 clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
610                 clean-bfdlibLTLIBRARIES clean-tags clean-generic \
611                 mostlyclean-am
612
613 clean: clean-recursive
614
615 distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
616                 distclean-libtool distclean-bfdlibLTLIBRARIES \
617                 distclean-tags distclean-generic clean-am
618         -rm -f libtool
619
620 distclean: distclean-recursive
621         -rm -f config.status
622
623 maintainer-clean-am:  maintainer-clean-hdr \
624                 maintainer-clean-noinstLIBRARIES \
625                 maintainer-clean-compile maintainer-clean-libtool \
626                 maintainer-clean-bfdlibLTLIBRARIES \
627                 maintainer-clean-tags maintainer-clean-generic \
628                 distclean-am
629         @echo "This command is intended for maintainers to use;"
630         @echo "it deletes files that may require special tools to rebuild."
631
632 maintainer-clean: maintainer-clean-recursive
633         -rm -f config.status
634
635 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
636 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
637 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
638 mostlyclean-compile distclean-compile clean-compile \
639 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
640 clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
641 distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
642 maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
643 install-bfdlibLTLIBRARIES install-data-recursive \
644 uninstall-data-recursive install-exec-recursive \
645 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
646 all-recursive check-recursive installcheck-recursive info-recursive \
647 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
648 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
649 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
650 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
651 install-info all-recursive-am install-exec-am install-exec \
652 install-data-am install-data install-am install uninstall-am uninstall \
653 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
654 distclean-generic clean-generic maintainer-clean-generic clean \
655 mostlyclean distclean maintainer-clean
656
657
658 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
659         for file in $(SRC_POTFILES); do echo $$file; done \
660           | LC_COLLATE= sort > tmp.src \
661           && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
662
663 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
664         for file in $(BLD_POTFILES); do echo $$file; done \
665           | LC_COLLATE= sort > tmp.bld \
666           && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
667
668 diststuff: info
669
670 stamp-ofiles: Makefile
671         rm -f tofiles
672         f=""; \
673         for i in $(OFILES) ; do \
674           case " $$f " in \
675             *" $$i "*) ;; \
676             *) f="$$f $$i" ;; \
677           esac ; \
678         done ; \
679         echo $$f > tofiles
680         $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
681         touch stamp-ofiles
682
683 ofiles: stamp-ofiles ; @true
684
685 stamp-lib: libbfd.la
686         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
687         if [ -f $$libtooldir/libbfd.a ]; then \
688           cp $$libtooldir/libbfd.a libbfd.tmp; \
689           $(RANLIB) libbfd.tmp; \
690           $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
691         else true; fi
692         touch stamp-lib
693
694 libbfd.a: stamp-lib ; @true
695
696 # This file holds an array associating configuration triplets and
697 # vector names.  It is built from config.bfd.  It is not compiled by
698 # itself, but is included by targets.c.
699 targmatch.h: config.bfd targmatch.sed
700         rm -f targmatch.h
701         sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
702         mv -f targmatch.new targmatch.h
703
704 # When compiling archures.c and targets.c, supply the default target
705 # info from configure.
706
707 targets.lo: targets.c Makefile
708         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
709
710 archures.lo: archures.c Makefile
711         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
712
713 elf32-target.h : elfxx-target.h
714         rm -f elf32-target.h
715         sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
716         mv -f elf32-target.new elf32-target.h
717
718 elf64-target.h : elfxx-target.h
719         rm -f elf64-target.h
720         sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
721         mv -f elf64-target.new elf64-target.h
722
723 elf32-ia64.c : elfxx-ia64.c
724         rm -f elf32-ia64.c
725         sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
726         mv -f elf32-ia64.new elf32-ia64.c
727
728 elf64-ia64.c : elfxx-ia64.c
729         rm -f elf64-ia64.c
730         sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
731         mv -f elf64-ia64.new elf64-ia64.c
732
733 peigen.c : peXXigen.c
734         rm -f peigen.c
735         sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
736         mv -f peigen.new peigen.c
737
738 pepigen.c : peXXigen.c
739         rm -f pepigen.c
740         sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
741         mv -f pepigen.new pepigen.c
742 $(BFD32_LIBS) \
743  $(BFD64_LIBS) \
744  $(ALL_MACHINES) \
745  $(BFD32_BACKENDS) \
746  $(BFD64_BACKENDS) \
747  $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
748
749 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
750         @$(NORMAL_INSTALL)
751
752 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
753         @$(NORMAL_UNINSTALL)
754
755 .PHONY: install_libbfd uninstall_libbfd
756 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
757         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
758         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
759         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
760           if test -f $$p; then \
761             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
762             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
763           else :; fi; \
764         done
765         $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
766         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
767         $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
768         $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
769
770 uninstall_libbfd:
771         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
772           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
773         done
774         rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
775         rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
776         rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
777         rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
778
779 Makefile: $(srcdir)/configure.in
780
781 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
782 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
783         rm -f DEP1
784         $(MAKE) MKDEP="$(MKDEP)" DEP1
785         sed -f dep.sed < DEP1 > DEPA
786         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
787         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
788           echo 'make DEP failed!'; exit 1; \
789         else \
790           mv -f DEPA $@; \
791         fi
792
793 DEP1: $(CFILES)
794         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
795         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
796         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
797         mv -f DEP2 $@
798
799 dep.sed: dep-in.sed config.status
800         sed <$(srcdir)/dep-in.sed >dep.sed      \
801                 -e 's!@BFD_H@!$(BFD_H)!'        \
802                 -e 's!@SRCDIR@!$(srcdir)!'      \
803                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
804
805 dep: DEP
806         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
807         cat DEP >> tmp-Makefile
808         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
809
810 dep-in: DEP
811         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
812         cat DEP >> tmp-Makefile.in
813         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
814
815 dep-am: DEP
816         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
817         cat DEP >> tmp-Makefile.am
818         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
819
820 host-aout.lo: Makefile
821
822 # The following program can be used to generate a simple config file
823 # which can be folded into an h-XXX file for a new host, with some editing.
824 aout-params.h: gen-aout
825         ./gen-aout host > aout-params.h
826 gen-aout: $(srcdir)/gen-aout.c Makefile
827         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
828
829 $(BFD_H): stmp-bfd-h ; @true
830
831 stmp-bfd-h: bfd-in3.h
832         rm -f bfd-tmp.h
833         cp bfd-in3.h bfd-tmp.h
834         $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
835         rm -f bfd-tmp.h
836         touch stmp-bfd-h
837
838 # Could really use a "copy-if-change"...
839 headers:
840         (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
841         cp $(docdir)/bfd.h bfd-in2.h-new
842         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
843         cp $(docdir)/libbfd.h libbfd.h-new
844         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
845         cp $(docdir)/libcoff.h libcoff.h-new
846         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
847
848 # We only rebuild the header files automatically if we have been
849 # configured with --enable-maintainer-mode.
850
851 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
852 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
853         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
854         cp $(docdir)/bfd.h bfd-in2.h-new
855         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
856         touch stmp-bin2-h
857
858 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
859 stmp-lbfd-h: $(LIBBFD_H_FILES)
860         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
861         cp $(docdir)/libbfd.h libbfd.h-new
862         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
863         touch stmp-lbfd-h
864
865 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
866 stmp-lcoff-h: $(LIBCOFF_H_FILES)
867         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
868         cp $(docdir)/libcoff.h libcoff.h-new
869         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
870         touch stmp-lcoff-h
871
872 # We want to rerun configure if configure, config.bfd or configure.host change.
873 config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
874         $(SHELL) ./config.status --recheck
875
876 bfdver.h: version.h Makefile.in
877         @echo "creating $@"
878         @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
879         bfd_version_string="\"$(VERSION)\"" ;\
880         if test "x$(RELEASE)" = x ; then \
881           bfd_version_date=`sed -n -e 's/.*DATE //p' < $<` ;\
882           bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\
883         fi ;\
884         sed -e "s/@bfd_version@/$$bfd_version/" -e "s/@bfd_version_string@/$$bfd_version_string/" < $< > $@
885
886 # What appears below is generated by a hacked mkdep using gcc -MM.
887
888 # DO NOT DELETE THIS LINE -- mkdep uses it.
889 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
890 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
891   $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
892 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
893 bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
894   $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
895   $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
896   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
897   $(INCDIR)/elf/external.h
898 bfdio.lo: bfdio.c $(INCDIR)/filenames.h
899 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h
900 cache.lo: cache.c $(INCDIR)/filenames.h
901 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
902   libcoff.h $(INCDIR)/bfdlink.h
903 corefile.lo: corefile.c $(INCDIR)/filenames.h
904 format.lo: format.c $(INCDIR)/filenames.h
905 init.lo: init.c $(INCDIR)/filenames.h
906 libbfd.lo: libbfd.c $(INCDIR)/filenames.h
907 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
908   $(INCDIR)/libiberty.h
909 reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
910 section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
911 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
912   $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
913 targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
914   targmatch.h
915 hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
916 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
917   genlink.h
918 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
919   $(INCDIR)/safe-ctype.h
920 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
921 tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
922 ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
923   $(INCDIR)/safe-ctype.h
924 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
925   $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
926 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
927   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
928 merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
929   $(INCDIR)/libiberty.h
930 dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
931   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
932   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
933 simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
934 archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
935 cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
936 cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
937 cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
938 cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
939 cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
940 cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h
941 cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
942 cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
943 cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
944 cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
945 cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
946 cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
947 cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
948 cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
949 cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
950 cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
951   $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
952 cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
953 cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
954 cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
955 cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
956 cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h
957 cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h
958 cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
959 cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
960 cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
961 cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
962 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
963 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
964 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
965 cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
966 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
967 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
968 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h
969 cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
970 cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
971 cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
972 cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
973 cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
974 cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
975 cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
976 cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
977 cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
978 cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
979 cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
980 cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h
981 cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
982 cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
983 cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
984 cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
985 cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
986 cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
987 cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
988 cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h
989 cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
990 aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
991   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
992   $(INCDIR)/bfdlink.h
993 aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
994   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
995   $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
996   $(INCDIR)/aout/ar.h aout-target.h
997 aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
998   $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
999   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1000   $(INCDIR)/aout/ar.h aout-target.h
1001 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1002   ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1003   $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1004   $(INCDIR)/aout/ar.h
1005 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1006   libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1007   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1008   $(INCDIR)/aout/ar.h aout-target.h
1009 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1010   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1011   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1012   $(INCDIR)/safe-ctype.h
1013 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1014   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1015   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1016   aout-target.h
1017 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1018   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1019   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1020 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1021   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1022   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1023 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1024   genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
1025   $(INCDIR)/aout/stab.def libaout.h
1026 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1027   coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1028   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1029   coffcode.h coffswap.h
1030 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1031   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1032   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1033 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1034   $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1035   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1036 coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
1037   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1038   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1039 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1040   $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1041   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1042 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
1043   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1044   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1045 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1046   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1047   coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1048   coffswap.h
1049 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1050   genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1051   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/libiberty.h \
1052   coffcode.h coffswap.h
1053 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1054   $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1055   libcoff.h coffcode.h coffswap.h
1056 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
1057   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1058   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1059 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
1060   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1061   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1062 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1063   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1064   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1065 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
1066   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1067   coffcode.h coffswap.h
1068 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1069   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1070   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1071 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
1072   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1073   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1074 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1075   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1076   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1077   libcoff.h libecoff.h coffswap.h ecoffswap.h
1078 coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
1079   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1080   coffcode.h coffswap.h
1081 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1082   $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1083   $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
1084   coffswap.h
1085 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1086   $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1087   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1088 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
1089   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1090   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1091 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1092   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1093   $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
1094   coffcode.h coffswap.h go32stub.h
1095 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1096   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1097   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1098 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1099   $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1100   libcoff.h coffcode.h coffswap.h
1101 coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1102   $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h \
1103   libcoff.h coffcode.h coffswap.h
1104 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1105   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1106   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1107 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1108   $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1109   libcoff.h coffcode.h coffswap.h
1110 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1111   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1112   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1113 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
1114   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1115   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1116 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1117   $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1118   libcoff.h coffcode.h coffswap.h
1119 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1120   $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1121   libcoff.h coffcode.h coffswap.h
1122 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1123   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/safe-ctype.h
1124 dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1125   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1126   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1127 ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1128   $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1129   $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1130   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1131   $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1132 ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1133   $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1134   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1135   $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1136 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1137   coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1138   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1139   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1140 elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1141   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1142   $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1143 elf32-am33lin.lo: elf32-am33lin.c elf-m10300.c $(INCDIR)/filenames.h \
1144   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1145   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1146   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1147 elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
1148   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1149   $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1150   $(INCDIR)/libiberty.h elf32-target.h
1151 elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1152   $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1153   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1154   elf32-arm.h elf32-target.h
1155 elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1156   $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1157   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1158   elf32-arm.h elf32-target.h
1159 elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1160   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1161   $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1162   elf32-target.h
1163 elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h elf-bfd.h \
1164   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1165   $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h $(INCDIR)/elf/reloc-macros.h \
1166   elf32-target.h
1167 elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1168   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1169   $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1170   elf32-target.h
1171 elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1172   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1173   $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1174   elf32-target.h
1175 elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1176   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1177   $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1178   elf32-target.h
1179 elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1180   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1181   $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1182   elf32-target.h
1183 elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1184   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1185   $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1186   elf32-target.h
1187 elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1188   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1189   $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
1190   $(INCDIR)/elf/dwarf2.h $(INCDIR)/hashtab.h elf32-target.h
1191 elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1192   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1193   $(INCDIR)/bfdlink.h elf32-target.h
1194 elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1195   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1196   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
1197   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1198 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1199   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1200   $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1201   libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1202 elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1203   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1204   $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \
1205   elf32-target.h
1206 elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1207   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1208   $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1209   elf32-target.h
1210 elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1211   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1212   $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1213   elf32-target.h
1214 elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1215   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1216   $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1217   elf32-target.h
1218 elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h elf-bfd.h \
1219   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1220   $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
1221   elf32-target.h
1222 elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1223   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1224   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/iq2000.h \
1225   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1226 elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1227   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1228   $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1229   elf32-target.h
1230 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1231   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1232   $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1233   elf32-target.h
1234 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1235   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1236   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1237   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1238   $(INCDIR)/opcode/m68hc11.h elf32-target.h
1239 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1240   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1241   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1242   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1243   $(INCDIR)/opcode/m68hc11.h elf32-target.h
1244 elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
1245   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1246   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1247   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1248   $(INCDIR)/opcode/m68hc11.h
1249 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1250   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1251   $(INCDIR)/bfdlink.h elf32-target.h
1252 elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1253   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1254   $(INCDIR)/bfdlink.h elf32-target.h
1255 elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1256   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1257   $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
1258   elf32-target.h
1259 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1260   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1261   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
1262   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1263 elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1264   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1265   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elfxx-mips.h \
1266   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1267   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1268   $(INCDIR)/coff/external.h $(INCDIR)/hashtab.h
1269 elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1270   genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1271   $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1272   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1273   $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1274   $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
1275 elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1276   $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
1277   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1278   $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
1279   elf32-target.h
1280 elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1281   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1282   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1283   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1284   elf32-target.h
1285 elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1286   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1287   $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1288   $(INCDIR)/libiberty.h elf32-target.h
1289 elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1290   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1291   $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
1292   elf32-target.h
1293 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1294   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1295   $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1296   elf32-ppc.h elf32-target.h
1297 elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1298   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1299   $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1300   elf32-sh64.h elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1301   elf32-target.h
1302 elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1303   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1304   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1305   $(INCDIR)/elf/reloc-macros.h elf32-sh64.h $(srcdir)/../opcodes/sh64-opc.h
1306 elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1307   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1308   $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1309   elf32-target.h
1310 elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1311   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1312   $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1313   elf32-target.h
1314 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1315   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1316   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1317   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1318   elf32-target.h
1319 elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1320   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1321   $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1322   $(INCDIR)/libiberty.h elf32-target.h
1323 elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1324   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1325   $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
1326   elf32-target.h
1327 elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1328   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1329   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1330   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1331   elf32-target.h
1332 elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
1333   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1334   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
1335   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1336   $(INCDIR)/xtensa-config.h elf32-target.h
1337 elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1338   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1339   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1340   $(INCDIR)/safe-ctype.h
1341 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1342   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1343   $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1344 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1345   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1346   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1347 elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1348   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1349   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1350 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1351   coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1352   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1353   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1354 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1355   coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1356   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1357   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1358 hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1359   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1360   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1361 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1362   aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1363   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1364   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1365   aout-target.h
1366 som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1367 i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1368   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1369   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1370 i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1371   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1372   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1373 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1374   $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1375   libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1376   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1377 i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1378   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1379   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1380 i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1381   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1382   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1383 i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1384   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1385   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1386 i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1387   $(INCDIR)/bfdlink.h
1388 i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1389   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1390   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1391 i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1392   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1393   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1394 i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1395   libaout.h $(INCDIR)/os9k.h
1396 ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1397   libieee.h $(INCDIR)/safe-ctype.h
1398 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1399   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1400   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1401 m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1402   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1403   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1404 m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1405   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1406   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1407 m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1408   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1409   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1410 m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1411   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1412   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1413 mach-o.lo: mach-o.c mach-o.h $(INCDIR)/filenames.h \
1414   $(INCDIR)/libiberty.h mach-o-target.c
1415 mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1416   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1417   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1418 newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1419   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1420   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1421 nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1422   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1423 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
1424   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1425   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1426 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1427   $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1428   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1429   nlm-target.h
1430 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
1431   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1432   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1433 nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1434   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1435 ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1436   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1437   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1438 oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1439   $(INCDIR)/oasys.h liboasys.h
1440 pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1441   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1442   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1443 pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1444   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1445   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
1446 pef.lo: pef.c $(INCDIR)/safe-ctype.h pef.h pef-traceback.h \
1447   $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1448 pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1449   $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1450   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1451   peicode.h libpei.h
1452 pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1453   $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1454   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1455   peicode.h libpei.h
1456 pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1457   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1458   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1459   peicode.h libpei.h
1460 pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1461   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1462   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1463   peicode.h libpei.h
1464 pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1465   $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1466   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1467   peicode.h libpei.h
1468 pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1469   $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1470   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1471   peicode.h libpei.h
1472 pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1473   $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1474   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1475   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1476 pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1477   $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1478   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1479   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1480 pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1481   $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1482   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1483   coffcode.h peicode.h libpei.h
1484 pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1485   $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1486   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1487   $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1488   libpei.h
1489 pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
1490   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1491   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1492   peicode.h libpei.h
1493 pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1494   $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1495   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1496   peicode.h libpei.h
1497 ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
1498 reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1499   genlink.h $(INCDIR)/coff/internal.h libcoff.h
1500 riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1501   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1502   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1503 sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1504   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1505   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1506 sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1507   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1508   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1509   aout-target.h
1510 sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1511   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1512   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1513 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1514   $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1515   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1516   aout-target.h
1517 vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1518   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1519   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1520 vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1521   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1522   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1523 vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
1524   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1525   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1526 versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1527 vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1528   vms.h
1529 vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1530   vms.h
1531 vms-hdr.lo: vms-hdr.c bfdver.h $(INCDIR)/filenames.h \
1532   $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h vms.h
1533 vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1534   vms.h
1535 vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1536   vms.h
1537 xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1538   $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
1539   libxcoff.h
1540 xsym.lo: xsym.c xsym.h $(INCDIR)/filenames.h
1541 xtensa-isa.lo: xtensa-isa.c $(INCDIR)/xtensa-isa.h \
1542   $(INCDIR)/xtensa-isa-internal.h
1543 xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
1544   $(INCDIR)/xtensa-isa-internal.h
1545 aix5ppc-core.lo: aix5ppc-core.c
1546 aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1547   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1548   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1549 coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1550   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1551   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1552   libcoff.h libecoff.h coffswap.h ecoffswap.h
1553 coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1554   $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1555   $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
1556   coffswap.h
1557 demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1558   $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1559   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1560   $(INCDIR)/aout/ar.h aout-target.h
1561 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1562   coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
1563   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1564   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1565 elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1566   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1567   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
1568   $(INCDIR)/elf/reloc-macros.h elf64-target.h
1569 elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1570   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1571   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
1572   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1573   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1574   $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1575   libecoff.h ecoffswap.h elf64-target.h
1576 elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
1577   $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1578   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1579   $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
1580   elf64-hppa.h elf-hppa.h elf64-target.h
1581 elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1582   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1583   $(INCDIR)/bfdlink.h elf64-target.h
1584 elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
1585   $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1586   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
1587   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1588   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1589   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1590   ecoffswap.h elf32-target.h
1591 elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1592   $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1593   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
1594   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1595   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1596   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1597   elf64-target.h
1598 elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
1599   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1600   $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1601   $(INCDIR)/opcode/mmix.h elf64-target.h
1602 elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1603   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1604   $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/reloc-macros.h \
1605   elf64-ppc.h elf64-target.h
1606 elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1607   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1608   $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1609   elf64-target.h
1610 elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1611   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1612   $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1613   elf64-target.h
1614 elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1615   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1616   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
1617   $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1618   elf64-target.h
1619 elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1620   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1621   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1622   $(INCDIR)/safe-ctype.h
1623 mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1624   $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
1625 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1626   $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1627   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1628   nlm-target.h
1629 nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1630   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1631 aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
1632   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1633   libcoff.h $(INCDIR)/bfdlink.h
1634 hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
1635 irix-core.lo: irix-core.c $(INCDIR)/filenames.h
1636 lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
1637 osf-core.lo: osf-core.c $(INCDIR)/filenames.h
1638 sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
1639   $(INCDIR)/bfdlink.h
1640 trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
1641   $(INCDIR)/bfdlink.h
1642 cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
1643 elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1644   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1645   $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1646   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
1647   elf32-target.h
1648 elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1649   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1650   $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1651   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
1652   elf64-target.h
1653 peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1654   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
1655   libcoff.h $(INCDIR)/bfdlink.h libpei.h
1656 pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1657   $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
1658   libcoff.h $(INCDIR)/bfdlink.h libpei.h
1659 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1660
1661 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1662 # Otherwise a system limit (for SysV at least) may be exceeded.
1663 .NOEXPORT: