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