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