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