From: Ian Rickards <irickard@arm.com>
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
830629ab 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
252b5132 2
830629ab 3# Copyright (C) 1994, 1995-8, 1999, 2001 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@
5bd4f169 117bfd_default_target_size = @bfd_default_target_size@
2858ef35 118bfd_libs = @bfd_libs@
252b5132 119bfd_machines = @bfd_machines@
e43d48cc
AM
120bfd_version = @bfd_version@
121bfd_version_date = @bfd_version_date@
122bfd_version_string = @bfd_version_string@
252b5132
RH
123l = @l@
124tdefaults = @tdefaults@
125wordsize = @wordsize@
126
127AUTOMAKE_OPTIONS = cygnus
128
129INCDIR = $(srcdir)/../include
130CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
41b49281 131MKDEP = gcc -MM
252b5132
RH
132
133SUBDIRS = doc po
134
135docdir = doc
a703a6ea
AM
136bfdlibdir = @bfdlibdir@
137bfdincludedir = @bfdincludedir@
252b5132 138
a703a6ea 139bfdlib_LTLIBRARIES = libbfd.la
252b5132 140
a2d91340
AC
141WARN_CFLAGS = @WARN_CFLAGS@
142AM_CFLAGS = $(WARN_CFLAGS)
143
252b5132
RH
144# bfd.h goes here, for now
145BFD_H = bfd.h
146
147# Jim Kingdon notes:
148# Writing S-records should be included in all (or at least most)
149# *-*-coff, *-*-aout, etc., configurations, because people will want to
150# be able to use objcopy to create S-records. (S-records are not useful
151# for the debugger, so if you are downloading things as S-records you
152# need two copies of the executable, one to download and one for the
153# debugger).
bb3fff1e
AM
154BFD32_LIBS = \
155 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
156 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
157 section.lo syms.lo targets.lo hash.lo linker.lo \
158 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
159 merge.lo dwarf2.lo
252b5132
RH
160
161
2858ef35
HPN
162BFD64_LIBS = archive64.lo
163
bb3fff1e
AM
164BFD32_LIBS_CFILES = \
165 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
166 format.c init.c libbfd.c opncls.c reloc.c \
167 section.c syms.c targets.c hash.c linker.c \
168 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
169 merge.c dwarf2.c
252b5132
RH
170
171
2858ef35
HPN
172BFD64_LIBS_CFILES = archive64.c
173
252b5132
RH
174# This list is alphabetized to make it easier to keep in sync
175# with the decls and initializer in archures.c.
bb3fff1e
AM
176ALL_MACHINES = \
177 cpu-a29k.lo \
178 cpu-alpha.lo \
179 cpu-arc.lo \
180 cpu-arm.lo \
181 cpu-avr.lo \
182 cpu-cris.lo \
183 cpu-d10v.lo \
184 cpu-d30v.lo \
185 cpu-dlx.lo \
186 cpu-fr30.lo \
187 cpu-frv.lo \
188 cpu-h8300.lo \
189 cpu-h8500.lo \
190 cpu-hppa.lo \
191 cpu-ia64.lo \
192 cpu-i370.lo \
193 cpu-i386.lo \
194 cpu-i860.lo \
195 cpu-i960.lo \
196 cpu-m32r.lo \
197 cpu-m68hc11.lo \
198 cpu-m68hc12.lo \
199 cpu-m68k.lo \
200 cpu-m88k.lo \
201 cpu-m10200.lo \
202 cpu-m10300.lo \
203 cpu-mcore.lo \
204 cpu-mips.lo \
205 cpu-mmix.lo \
206 cpu-or32.lo \
207 cpu-ns32k.lo \
208 cpu-openrisc.lo \
209 cpu-pdp11.lo \
210 cpu-pj.lo \
211 cpu-powerpc.lo \
212 cpu-rs6000.lo \
213 cpu-s390.lo \
214 cpu-sh.lo \
215 cpu-sparc.lo \
216 cpu-tic30.lo \
217 cpu-tic54x.lo \
218 cpu-tic80.lo \
219 cpu-v850.lo \
220 cpu-vax.lo \
221 cpu-we32k.lo \
222 cpu-w65.lo \
223 cpu-xstormy16.lo \
224 cpu-z8k.lo
225
226
227ALL_MACHINES_CFILES = \
228 cpu-a29k.c \
229 cpu-alpha.c \
230 cpu-arc.c \
231 cpu-arm.c \
232 cpu-avr.c \
233 cpu-cris.c \
234 cpu-d10v.c \
235 cpu-d30v.c \
236 cpu-dlx.c \
237 cpu-fr30.c \
238 cpu-frv.c \
239 cpu-h8300.c \
240 cpu-h8500.c \
241 cpu-hppa.c \
242 cpu-ia64.c \
243 cpu-i370.c \
244 cpu-i386.c \
245 cpu-i860.c \
246 cpu-i960.c \
247 cpu-m32r.c \
248 cpu-m68hc11.c \
249 cpu-m68hc12.c \
250 cpu-m68k.c \
251 cpu-m88k.c \
252 cpu-m10200.c \
253 cpu-m10300.c \
254 cpu-mcore.c \
255 cpu-mips.c \
256 cpu-mmix.c \
257 cpu-or32.c \
258 cpu-ns32k.c \
259 cpu-openrisc.c \
260 cpu-pdp11.c \
261 cpu-pj.c \
262 cpu-powerpc.c \
263 cpu-rs6000.c \
264 cpu-s390.c \
265 cpu-sh.c \
266 cpu-sparc.c \
267 cpu-tic30.c \
268 cpu-tic54x.c \
269 cpu-tic80.c \
270 cpu-v850.c \
271 cpu-vax.c \
272 cpu-we32k.c \
273 cpu-w65.c \
274 cpu-xstormy16.c \
275 cpu-z8k.c
252b5132
RH
276
277
278# The .o files needed by all of the 32 bit vectors that are configured into
279# target_vector in targets.c if configured with --enable-targets=all.
bb3fff1e
AM
280BFD32_BACKENDS = \
281 aout-adobe.lo \
282 aout-arm.lo \
283 aout-cris.lo \
284 aout-ns32k.lo \
285 aout-sparcle.lo \
286 aout-tic30.lo \
287 aout0.lo \
288 aout32.lo \
289 armnetbsd.lo \
290 bout.lo \
291 cf-i386lynx.lo \
292 cf-m68klynx.lo \
293 cf-sparclynx.lo \
294 coff-a29k.lo \
295 coff-apollo.lo \
296 coff-arm.lo \
297 coff-aux.lo \
298 coff-h8300.lo \
299 coff-h8500.lo \
300 coff-i386.lo \
301 coff-go32.lo \
302 coff-i860.lo \
303 coff-i960.lo \
304 coff-m68k.lo \
305 coff-m88k.lo \
306 coff-mips.lo \
307 coff-or32.lo \
308 coff-rs6000.lo \
309 coff-sh.lo \
310 coff-sparc.lo \
311 coff-stgo32.lo \
312 coff-svm68k.lo \
313 coff-tic30.lo \
314 coff-tic54x.lo \
315 coff-tic80.lo \
316 coff-u68k.lo \
317 coff-we32k.lo \
318 coff-w65.lo \
319 coff-z8k.lo \
320 cofflink.lo \
321 dwarf1.lo \
322 ecoff.lo \
323 ecofflink.lo \
324 efi-app-ia32.lo \
325 elf.lo \
326 elf32-arc.lo \
327 elfarm-oabi.lo \
328 elfarm-nabi.lo \
329 elf32-avr.lo \
330 elf32-cris.lo \
331 elf32-d10v.lo \
332 elf32-d30v.lo \
333 elf32-dlx.lo \
334 elf32-fr30.lo \
335 elf32-frv.lo \
336 elf32-gen.lo \
337 elf32-h8300.lo \
338 elf32-hppa.lo \
339 elf32-i370.lo \
340 elf32-i386.lo \
341 elf32-i386qnx.lo \
342 elf32-i860.lo \
343 elf32-i960.lo \
344 elf32-ia64.lo \
345 elf32-m32r.lo \
346 elf32-m68hc11.lo \
347 elf32-m68hc12.lo \
348 elf32-m68k.lo \
349 elf32-m88k.lo \
350 elf-m10200.lo \
351 elf-m10300.lo \
352 elf32-mcore.lo \
353 elfxx-mips.lo \
354 elf32-mips.lo \
355 elf32-openrisc.lo \
356 elf32-or32.lo \
357 elf32-pj.lo \
358 elf32-ppc.lo \
359 elf32-s390.lo \
360 elf32-sh.lo \
361 elf32-sh-lin.lo \
362 elf32-sh64.lo \
363 elf32-sh64-com.lo \
364 elf32-sh-nbsd.lo \
365 elf32-sh64-nbsd.lo \
366 elf32-sparc.lo \
367 elf32-v850.lo \
368 elf32-vax.lo \
369 elf32-xstormy16.lo \
370 elf32.lo \
371 elflink.lo \
372 elf-strtab.lo \
373 elf-eh-frame.lo \
374 epoc-pe-arm.lo \
375 epoc-pei-arm.lo \
376 hp300bsd.lo \
377 hp300hpux.lo \
378 som.lo \
379 i386aout.lo \
380 i386bsd.lo \
381 i386dynix.lo \
382 i386freebsd.lo \
383 i386linux.lo \
384 i386lynx.lo \
385 i386msdos.lo \
386 i386netbsd.lo \
387 i386mach3.lo \
388 i386os9k.lo \
389 ieee.lo \
390 m68k4knetbsd.lo \
391 m68klinux.lo \
392 m68klynx.lo \
393 m68knetbsd.lo \
394 m88kmach3.lo \
395 mipsbsd.lo \
396 newsos3.lo \
397 nlm.lo \
398 nlm32-i386.lo \
399 nlm32-sparc.lo \
400 nlm32-ppc.lo \
401 nlm32.lo \
402 ns32knetbsd.lo \
403 oasys.lo \
404 pc532-mach.lo \
405 pdp11.lo \
406 pe-arm.lo \
407 pei-arm.lo \
408 pe-i386.lo \
409 pei-i386.lo \
410 pe-mcore.lo \
411 pei-mcore.lo \
412 pe-ppc.lo \
413 pei-ppc.lo \
414 pe-sh.lo \
415 pei-sh.lo \
416 pe-mips.lo \
417 pei-mips.lo \
418 peigen.lo \
419 ppcboot.lo \
420 reloc16.lo \
421 riscix.lo \
422 sparclinux.lo \
423 sparclynx.lo \
424 sparcnetbsd.lo \
425 sunos.lo \
426 vaxnetbsd.lo \
427 vax1knetbsd.lo \
ba26fd96 428 vaxbsd.lo \
bb3fff1e
AM
429 versados.lo \
430 vms.lo \
431 vms-gsd.lo \
432 vms-hdr.lo \
433 vms-misc.lo \
434 vms-tir.lo \
435 xcofflink.lo
436
437
438BFD32_BACKENDS_CFILES = \
439 aout-adobe.c \
440 aout-arm.c \
441 aout-cris.c \
442 aout-ns32k.c \
443 aout-sparcle.c \
444 aout-tic30.c \
445 aout0.c \
446 aout32.c \
447 armnetbsd.c \
448 bout.c \
449 cf-i386lynx.c \
450 cf-m68klynx.c \
451 cf-sparclynx.c \
452 coff-a29k.c \
453 coff-apollo.c \
454 coff-arm.c \
455 coff-aux.c \
456 coff-h8300.c \
457 coff-h8500.c \
458 coff-i386.c \
459 coff-i860.c \
460 coff-go32.c \
461 coff-i960.c \
462 coff-m68k.c \
463 coff-m88k.c \
464 coff-mips.c \
465 coff-or32.c \
466 coff-rs6000.c \
467 coff-sh.c \
468 coff-sparc.c \
469 coff-stgo32.c \
470 coff-svm68k.c \
471 coff-tic30.c \
472 coff-tic54x.c \
473 coff-tic80.c \
474 coff-u68k.c \
475 coff-we32k.c \
476 coff-w65.c \
477 coff-z8k.c \
478 cofflink.c \
479 dwarf1.c \
480 ecoff.c \
481 ecofflink.c \
482 efi-app-ia32.c \
483 elf.c \
484 elf32-arc.c \
485 elfarm-oabi.c \
486 elfarm-nabi.c \
487 elf32-avr.c \
488 elf32-cris.c \
489 elf32-d10v.c \
490 elf32-d30v.c \
491 elf32-dlx.c \
492 elf32-fr30.c \
493 elf32-frv.c \
494 elf32-gen.c \
495 elf32-h8300.c \
496 elf32-hppa.c \
497 elf32-i370.c \
498 elf32-i386.c \
499 elf32-i386qnx.c \
500 elf32-i860.c \
501 elf32-i960.c \
502 elf32-m32r.c \
503 elf32-m68k.c \
504 elf32-m68hc11.c \
505 elf32-m68hc12.c \
506 elf32-m88k.c \
507 elf-m10200.c \
508 elf-m10300.c \
509 elf32-mcore.c \
510 elfxx-mips.c \
511 elf32-mips.c \
512 elf32-openrisc.c \
513 elf32-or32.c \
514 elf32-pj.c \
515 elf32-ppc.c \
516 elf32-sh64.c \
517 elf32-sh64-com.c \
518 elf32-s390.c \
519 elf32-sh.c \
520 elf32-sh-lin.c \
521 elf32-sh-nbsd.c \
522 elf32-sh64-nbsd.c \
523 elf32-sparc.c \
524 elf32-v850.c \
525 elf32-vax.c \
526 elf32-xstormy16.c \
527 elf32.c \
528 elflink.c \
529 elf-strtab.c \
530 elf-eh-frame.c \
531 epoc-pe-arm.c \
532 epoc-pei-arm.c \
533 hp300bsd.c \
534 hp300hpux.c \
535 som.c \
536 i386aout.c \
537 i386bsd.c \
538 i386dynix.c \
539 i386freebsd.c \
540 i386linux.c \
541 i386lynx.c \
542 i386msdos.c \
543 i386netbsd.c \
544 i386mach3.c \
545 i386os9k.c \
546 ieee.c \
547 m68k4knetbsd.c \
548 m68klinux.c \
549 m68klynx.c \
550 m68knetbsd.c \
551 m88kmach3.c \
552 mipsbsd.c \
553 newsos3.c \
554 nlm.c \
555 nlm32-i386.c \
556 nlm32-sparc.c \
557 nlm32-ppc.c \
558 nlm32.c \
559 ns32knetbsd.c \
560 oasys.c \
561 pc532-mach.c \
562 pdp11.c \
563 pe-arm.c \
564 pei-arm.c \
565 pe-i386.c \
566 pei-i386.c \
567 pe-mcore.c \
568 pei-mcore.c \
569 pe-ppc.c \
570 pei-ppc.c \
571 pe-sh.c \
572 pei-sh.c \
573 pe-mips.c \
574 pei-mips.c \
575 ppcboot.c \
576 reloc16.c \
577 riscix.c \
578 sparclinux.c \
579 sparclynx.c \
580 sparcnetbsd.c \
581 sunos.c \
582 vaxnetbsd.c \
583 vax1knetbsd.c \
ba26fd96 584 vaxbsd.c \
bb3fff1e
AM
585 versados.c \
586 vms.c \
587 vms-gsd.c \
588 vms-hdr.c \
589 vms-misc.c \
590 vms-tir.c \
591 xcofflink.c
252b5132 592
6768c14a 593
252b5132
RH
594# The .o files needed by all of the 64 bit vectors that are configured into
595# target_vector in targets.c if configured with --enable-targets=all
596# and --enable-64-bit-bfd.
bb3fff1e
AM
597BFD64_BACKENDS = \
598 aix5ppc-core.lo \
599 aout64.lo \
600 coff-alpha.lo \
601 coff64-rs6000.lo \
602 demo64.lo \
603 efi-app-ia64.lo \
604 elf64-x86-64.lo \
605 elf64-alpha.lo \
606 elf64-hppa.lo \
607 elf64-ia64.lo \
608 elf64-gen.lo \
609 elf64-mips.lo \
610 elf64-mmix.lo \
611 elf64-sh64.lo \
612 elf64-sh64-nbsd.lo \
613 elf64-ppc.lo \
614 elf64-s390.lo \
615 elf64-sparc.lo \
616 elf64.lo \
617 mmo.lo \
618 nlm32-alpha.lo \
619 nlm64.lo \
620 pepigen.lo
621
622
623BFD64_BACKENDS_CFILES = \
624 aix5ppc-core.c \
625 aout64.c \
626 coff-alpha.c \
627 coff64-rs6000.c \
628 demo64.c \
629 efi-app-ia64.c \
630 elf64-x86-64.c \
631 elf64-alpha.c \
632 elf64-hppa.c \
633 elf64-gen.c \
634 elf64-mips.c \
635 elf64-mmix.c \
636 elf64-ppc.c \
637 elf64-s390.c \
638 elf64-sh64.c \
639 elf64-sh64-nbsd.c \
640 elf64-sparc.c \
641 elf64.c \
642 mmo.c \
643 nlm32-alpha.c \
644 nlm64.c
645
646
647OPTIONAL_BACKENDS = \
648 aix386-core.lo \
649 hpux-core.lo \
650 irix-core.lo \
651 lynx-core.lo \
652 osf-core.lo \
653 sco5-core.lo \
654 trad-core.lo \
655 cisco-core.lo
656
657
658OPTIONAL_BACKENDS_CFILES = \
659 aix386-core.c \
660 hpux-core.c \
661 irix-core.c \
662 lynx-core.c \
663 osf-core.c \
664 sco5-core.c \
665 trad-core.c \
666 cisco-core.c
252b5132
RH
667
668
669# These are defined by configure.in:
670WORDSIZE = @wordsize@
671ALL_BACKENDS = @all_backends@
672BFD_BACKENDS = @bfd_backends@
2858ef35 673BFD_LIBS = @bfd_libs@
252b5132
RH
674BFD_MACHINES = @bfd_machines@
675TDEFAULTS = @tdefaults@
676
677INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
678
679# C source files that correspond to .o's.
bb3fff1e
AM
680SOURCE_CFILES = \
681 $(BFD32_LIBS_CFILES) \
682 $(BFD64_LIBS_CFILES) \
683 $(ALL_MACHINES_CFILES) \
684 $(BFD32_BACKENDS_CFILES) \
685 $(BFD64_BACKENDS_CFILES) \
686 $(OPTIONAL_BACKENDS_CFILES)
55c80943 687
252b5132 688
bb3fff1e
AM
689BUILD_CFILES = \
690 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
252b5132 691
27b7e12d 692
55c80943 693CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
27b7e12d 694
bb3fff1e
AM
695SOURCE_HFILES = \
696 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
697 elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
698 elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
699 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
700 libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
701 nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \
702 xcoff-target.h version.h
6768c14a 703
252b5132 704
bb3fff1e
AM
705BUILD_HFILES = \
706 elf32-target.h elf64-target.h targmatch.h
252b5132
RH
707
708
55c80943
NC
709HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
710
711SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
712BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
713
714# Various kinds of .o files to put in libbfd.a:
715# BFD_BACKENDS Routines the configured targets need.
716# BFD_MACHINES Architecture-specific routines the configured targets need.
717# COREFILE Core file routines for a native configuration
718OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
719
2858ef35 720libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
252b5132
RH
721libbfd_la_DEPENDENCIES = $(OFILES) ofiles
722libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
723libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
724
725# libtool will build .libs/libbfd.a. We create libbfd.a in the build
726# directory so that we don't have to convert all the programs that use
727# libbfd.a simultaneously. This is a hack which should be removed if
728# everything else starts using libtool. FIXME.
729
730noinst_LIBRARIES = libbfd.a
731libbfd_a_SOURCES =
732
b13c7b49 733BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132
RH
734LOCAL_H_DEPS = libbfd.h sysdep.h config.h
735
bb3fff1e
AM
736BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
737 reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
252b5132 738
2858ef35 739BFD64_H_FILES = archive64.c
252b5132
RH
740LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
741LIBCOFF_H_FILES = libcoff-in.h coffcode.h
742
55c80943 743MOSTLYCLEANFILES = ofiles stamp-ofiles
252b5132 744
bb3fff1e
AM
745CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
746 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
252b5132 747
252b5132 748
55c80943 749DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
750ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
751mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
752CONFIG_HEADER = config.h
753CONFIG_CLEAN_FILES = bfd-in3.h
754LIBRARIES = $(noinst_LIBRARIES)
755
756
757DEFS = @DEFS@ -I. -I$(srcdir) -I.
758CPPFLAGS = @CPPFLAGS@
759LDFLAGS = @LDFLAGS@
760LIBS = @LIBS@
761libbfd_a_LIBADD =
a2d91340 762libbfd_a_OBJECTS =
a703a6ea 763LTLIBRARIES = $(bfdlib_LTLIBRARIES)
252b5132 764
a2d91340
AC
765libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
766corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
767syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
2858ef35 768ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo archive64.lo
a2d91340 769CFLAGS = @CFLAGS@
252b5132
RH
770COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
771LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
772CCLD = $(CC)
a2d91340
AC
773LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
774DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
775Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
87b632fc 776configure.in
252b5132
RH
777
778
a2d91340 779DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252b5132 780
caf47ea6 781TAR = tar
252b5132
RH
782GZIP_ENV = --best
783SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
a2d91340 784OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
252b5132
RH
785
786all: all-redirect
787.SUFFIXES:
7a6cc5fb 788.SUFFIXES: .S .c .lo .o .obj .s
252b5132
RH
789$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
790 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
791
792Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
793 cd $(top_builddir) \
794 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
795
796$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
797 cd $(srcdir) && $(ACLOCAL)
798$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
799 cd $(srcdir) && $(AUTOCONF)
800
801config.h: stamp-h
802 @if test ! -f $@; then \
803 rm -f stamp-h; \
804 $(MAKE) stamp-h; \
805 else :; fi
806stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
807 cd $(top_builddir) \
808 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
809 $(SHELL) ./config.status
a2d91340
AC
810 @echo timestamp > stamp-h 2> /dev/null
811$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
252b5132 812 @if test ! -f $@; then \
a2d91340
AC
813 rm -f $(srcdir)/stamp-h.in; \
814 $(MAKE) $(srcdir)/stamp-h.in; \
252b5132 815 else :; fi
a2d91340 816$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
252b5132 817 cd $(top_srcdir) && $(AUTOHEADER)
a2d91340 818 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
252b5132
RH
819
820mostlyclean-hdr:
821
822clean-hdr:
823
824distclean-hdr:
825 -rm -f config.h
826
827maintainer-clean-hdr:
87b632fc
AM
828bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
829 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
252b5132
RH
830
831mostlyclean-noinstLIBRARIES:
832
833clean-noinstLIBRARIES:
834 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
835
836distclean-noinstLIBRARIES:
837
838maintainer-clean-noinstLIBRARIES:
839
a2d91340
AC
840.c.o:
841 $(COMPILE) -c $<
842
7a6cc5fb
NC
843# FIXME: We should only use cygpath when building on Windows,
844# and only if it is available.
845.c.obj:
846 $(COMPILE) -c `cygpath -w $<`
847
a2d91340
AC
848.s.o:
849 $(COMPILE) -c $<
850
851.S.o:
852 $(COMPILE) -c $<
853
252b5132
RH
854mostlyclean-compile:
855 -rm -f *.o core *.core
7a6cc5fb 856 -rm -f *.$(OBJEXT)
252b5132
RH
857
858clean-compile:
859
860distclean-compile:
861 -rm -f *.tab.c
862
863maintainer-clean-compile:
864
a2d91340
AC
865.c.lo:
866 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
867
868.s.lo:
869 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
870
871.S.lo:
872 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
873
252b5132
RH
874mostlyclean-libtool:
875 -rm -f *.lo
876
877clean-libtool:
878 -rm -rf .libs _libs
879
880distclean-libtool:
881
882maintainer-clean-libtool:
883
a703a6ea 884mostlyclean-bfdlibLTLIBRARIES:
252b5132 885
a703a6ea
AM
886clean-bfdlibLTLIBRARIES:
887 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
252b5132 888
a703a6ea 889distclean-bfdlibLTLIBRARIES:
252b5132 890
a703a6ea 891maintainer-clean-bfdlibLTLIBRARIES:
252b5132
RH
892
893libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
a703a6ea 894 $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
252b5132
RH
895
896# This directory's subdirectories are mostly independent; you can cd
897# into them and run `make' without going through this Makefile.
898# To change the values of `make' variables: instead of editing Makefiles,
899# (1) if the variable is set in `config.status', edit `config.status'
900# (which will cause the Makefiles to be regenerated when you run `make');
901# (2) otherwise, pass the desired values on the `make' command line.
902
a2d91340
AC
903@SET_MAKE@
904
252b5132
RH
905all-recursive install-data-recursive install-exec-recursive \
906installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
907check-recursive installcheck-recursive info-recursive dvi-recursive:
908 @set fnord $(MAKEFLAGS); amf=$$2; \
909 dot_seen=no; \
910 target=`echo $@ | sed s/-recursive//`; \
911 list='$(SUBDIRS)'; for subdir in $$list; do \
912 echo "Making $$target in $$subdir"; \
913 if test "$$subdir" = "."; then \
914 dot_seen=yes; \
915 local_target="$$target-am"; \
916 else \
917 local_target="$$target"; \
918 fi; \
919 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
920 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
921 done; \
922 if test "$$dot_seen" = "no"; then \
923 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
924 fi; test -z "$$fail"
925
926mostlyclean-recursive clean-recursive distclean-recursive \
927maintainer-clean-recursive:
928 @set fnord $(MAKEFLAGS); amf=$$2; \
929 dot_seen=no; \
930 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
931 rev="$$subdir $$rev"; \
830629ab 932 test "$$subdir" != "." || dot_seen=yes; \
252b5132
RH
933 done; \
934 test "$$dot_seen" = "no" && rev=". $$rev"; \
935 target=`echo $@ | sed s/-recursive//`; \
936 for subdir in $$rev; do \
937 echo "Making $$target in $$subdir"; \
938 if test "$$subdir" = "."; then \
939 local_target="$$target-am"; \
940 else \
941 local_target="$$target"; \
942 fi; \
943 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
944 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
945 done && test -z "$$fail"
946tags-recursive:
947 list='$(SUBDIRS)'; for subdir in $$list; do \
948 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
949 done
950
951tags: TAGS
952
a2d91340
AC
953ID: $(HEADERS) $(SOURCES) $(LISP)
954 list='$(SOURCES) $(HEADERS)'; \
955 unique=`for i in $$list; do echo $$i; done | \
956 awk ' { files[$$0] = 1; } \
252b5132 957 END { for (i in files) print i; }'`; \
a2d91340
AC
958 here=`pwd` && cd $(srcdir) \
959 && mkid -f$$here/ID $$unique $(LISP)
252b5132 960
a2d91340 961TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
252b5132
RH
962 tags=; \
963 here=`pwd`; \
964 list='$(SUBDIRS)'; for subdir in $$list; do \
965 if test "$$subdir" = .; then :; else \
966 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
967 fi; \
968 done; \
a2d91340
AC
969 list='$(SOURCES) $(HEADERS)'; \
970 unique=`for i in $$list; do echo $$i; done | \
971 awk ' { files[$$0] = 1; } \
252b5132
RH
972 END { for (i in files) print i; }'`; \
973 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
a2d91340 974 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
252b5132
RH
975
976mostlyclean-tags:
977
978clean-tags:
979
980distclean-tags:
981 -rm -f TAGS ID
982
983maintainer-clean-tags:
984
985distdir = $(PACKAGE)-$(VERSION)
986top_distdir = $(distdir)
987
988# This target untars the dist file and tries a VPATH configuration. Then
989# it guarantees that the distribution is self-contained by making another
990# tarfile.
991distcheck: dist
a2d91340
AC
992 -rm -rf $(distdir)
993 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
252b5132
RH
994 mkdir $(distdir)/=build
995 mkdir $(distdir)/=inst
a2d91340
AC
996 dc_install_base=`cd $(distdir)/=inst && pwd`; \
997 cd $(distdir)/=build \
252b5132
RH
998 && ../configure --srcdir=.. --prefix=$$dc_install_base \
999 && $(MAKE) $(AM_MAKEFLAGS) \
1000 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1001 && $(MAKE) $(AM_MAKEFLAGS) check \
1002 && $(MAKE) $(AM_MAKEFLAGS) install \
1003 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
a2d91340
AC
1004 && $(MAKE) $(AM_MAKEFLAGS) dist
1005 -rm -rf $(distdir)
252b5132
RH
1006 @banner="$(distdir).tar.gz is ready for distribution"; \
1007 dashes=`echo "$$banner" | sed s/./=/g`; \
1008 echo "$$dashes"; \
1009 echo "$$banner"; \
1010 echo "$$dashes"
1011dist: distdir
a2d91340
AC
1012 -chmod -R a+r $(distdir)
1013 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1014 -rm -rf $(distdir)
252b5132 1015dist-all: distdir
a2d91340
AC
1016 -chmod -R a+r $(distdir)
1017 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1018 -rm -rf $(distdir)
252b5132 1019distdir: $(DISTFILES)
a2d91340 1020 -rm -rf $(distdir)
252b5132 1021 mkdir $(distdir)
a2d91340 1022 -chmod 777 $(distdir)
252b5132
RH
1023 @for file in $(DISTFILES); do \
1024 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1025 if test -d $$d/$$file; then \
b3baf5d0 1026 cp -pr $$d/$$file $(distdir)/$$file; \
252b5132
RH
1027 else \
1028 test -f $(distdir)/$$file \
a2d91340
AC
1029 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1030 || cp -p $$d/$$file $(distdir)/$$file || :; \
252b5132
RH
1031 fi; \
1032 done
1033 for subdir in $(SUBDIRS); do \
1034 if test "$$subdir" = .; then :; else \
1035 test -d $(distdir)/$$subdir \
1036 || mkdir $(distdir)/$$subdir \
1037 || exit 1; \
a2d91340 1038 chmod 777 $(distdir)/$$subdir; \
252b5132
RH
1039 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1040 || exit 1; \
1041 fi; \
1042 done
1043info-am:
1044info: info-recursive
1045dvi-am:
1046dvi: dvi-recursive
1047check-am:
1048check: check-recursive
1049installcheck-am:
1050installcheck: installcheck-recursive
1051install-info-am:
1052install-info: install-info-recursive
1053all-recursive-am: config.h
1054 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1055
a703a6ea 1056install-exec-am:
252b5132
RH
1057install-exec: install-exec-recursive
1058
a703a6ea 1059install-data-am: install-bfdlibLTLIBRARIES
252b5132
RH
1060install-data: install-data-recursive
1061
1062install-am: all-am
1063 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1064install: install-recursive
a703a6ea 1065uninstall-am: uninstall-bfdlibLTLIBRARIES
252b5132
RH
1066uninstall: uninstall-recursive
1067all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1068all-redirect: all-recursive-am
1069install-strip:
a2d91340 1070 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252b5132
RH
1071installdirs: installdirs-recursive
1072installdirs-am:
a703a6ea 1073 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
252b5132
RH
1074
1075
1076mostlyclean-generic:
1077 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1078
1079clean-generic:
1080 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1081
1082distclean-generic:
1083 -rm -f Makefile $(CONFIG_CLEAN_FILES)
1084 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
55c80943 1085 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
1086
1087maintainer-clean-generic:
1088mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
1089 mostlyclean-compile mostlyclean-libtool \
a703a6ea 1090 mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
252b5132
RH
1091 mostlyclean-generic
1092
1093mostlyclean: mostlyclean-recursive
1094
1095clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
a703a6ea 1096 clean-bfdlibLTLIBRARIES clean-tags clean-generic \
252b5132
RH
1097 mostlyclean-am
1098
1099clean: clean-recursive
1100
1101distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
a703a6ea 1102 distclean-libtool distclean-bfdlibLTLIBRARIES \
252b5132
RH
1103 distclean-tags distclean-generic clean-am
1104 -rm -f libtool
1105
1106distclean: distclean-recursive
1107 -rm -f config.status
1108
1109maintainer-clean-am: maintainer-clean-hdr \
1110 maintainer-clean-noinstLIBRARIES \
1111 maintainer-clean-compile maintainer-clean-libtool \
a703a6ea
AM
1112 maintainer-clean-bfdlibLTLIBRARIES \
1113 maintainer-clean-tags maintainer-clean-generic \
1114 distclean-am
252b5132
RH
1115 @echo "This command is intended for maintainers to use;"
1116 @echo "it deletes files that may require special tools to rebuild."
1117
1118maintainer-clean: maintainer-clean-recursive
1119 -rm -f config.status
1120
1121.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1122mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1123clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
1124mostlyclean-compile distclean-compile clean-compile \
1125maintainer-clean-compile mostlyclean-libtool distclean-libtool \
a703a6ea
AM
1126clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
1127distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
1128maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
1129install-bfdlibLTLIBRARIES install-data-recursive \
1130uninstall-data-recursive install-exec-recursive \
1131uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1132all-recursive check-recursive installcheck-recursive info-recursive \
1133dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
252b5132
RH
1134maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1135distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1136dvi-am dvi check check-am installcheck-am installcheck install-info-am \
1137install-info all-recursive-am install-exec-am install-exec \
a703a6ea
AM
1138install-data-am install-data install-am install uninstall-am uninstall \
1139all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
1140distclean-generic clean-generic maintainer-clean-generic clean \
1141mostlyclean distclean maintainer-clean
252b5132
RH
1142
1143
55c80943 1144po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
01467f2a
L
1145 for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
1146 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
1147
1148po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
01467f2a
L
1149 for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
1150 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943
NC
1151
1152# The following target is retained for upgrade purposes.
1153# This target used to exist in older versions of this makefile, and was
1154# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
1155# So old versions of <builddir>/po/Makefile will try to regenerate themselves
1156# when make is next run, but that dependency cannot be completed without a build
1157# of po/POTFILES.in. Hence the presence of this rule. This rule will be deleted
1158# once it is no longer needed - probably in the fall of 2001.
1159po/POTFILES.in:
252b5132
RH
1160
1161diststuff: info
1162
1163stamp-ofiles: Makefile
1164 rm -f tofiles
1165 f=""; \
1166 for i in $(OFILES) ; do \
1167 case " $$f " in \
1168 *" $$i "*) ;; \
1169 *) f="$$f $$i" ;; \
1170 esac ; \
1171 done ; \
1172 echo $$f > tofiles
1173 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1174 touch stamp-ofiles
1175
1176ofiles: stamp-ofiles ; @true
1177
1178stamp-lib: libbfd.la
e56f75e9
ILT
1179 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1180 if [ -f $$libtooldir/libbfd.a ]; then \
1181 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 1182 $(RANLIB) libbfd.tmp; \
252b5132
RH
1183 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1184 else true; fi
1185 touch stamp-lib
1186
1187libbfd.a: stamp-lib ; @true
1188
1189# This file holds an array associating configuration triplets and
1190# vector names. It is built from config.bfd. It is not compiled by
1191# itself, but is included by targets.c.
1192targmatch.h: config.bfd targmatch.sed
1193 rm -f targmatch.h
1194 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1195 mv -f targmatch.new targmatch.h
1196
1197# When compiling archures.c and targets.c, supply the default target
1198# info from configure.
1199
1200targets.lo: targets.c config.status
1201 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1202
1203archures.lo: archures.c config.status
1204 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1205
1206elf32-target.h : elfxx-target.h
1207 rm -f elf32-target.h
1208 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1209 mv -f elf32-target.new elf32-target.h
1210
1211elf64-target.h : elfxx-target.h
1212 rm -f elf64-target.h
1213 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1214 mv -f elf64-target.new elf64-target.h
bbe66d08
JW
1215
1216elf32-ia64.c : elfxx-ia64.c
1217 rm -f elf32-ia64.c
1218 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1219 mv -f elf32-ia64.new elf32-ia64.c
1220
1221elf64-ia64.c : elfxx-ia64.c
1222 rm -f elf64-ia64.c
1223 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1224 mv -f elf64-ia64.new elf64-ia64.c
252b5132 1225
cbff5e0d
DD
1226peigen.c : peXXigen.c
1227 rm -f peigen.c
1228 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1229 mv -f peigen.new peigen.c
1230
1231pepigen.c : peXXigen.c
1232 rm -f pepigen.c
1233 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1234 mv -f pepigen.new pepigen.c
2858ef35
HPN
1235$(BFD32_LIBS) \
1236 $(BFD64_LIBS) \
b13c7b49
AM
1237 $(ALL_MACHINES) \
1238 $(BFD32_BACKENDS) \
1239 $(BFD64_BACKENDS) \
1240 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
cbff5e0d 1241
a703a6ea 1242install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
252b5132 1243 @$(NORMAL_INSTALL)
a703a6ea
AM
1244
1245uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1246 @$(NORMAL_UNINSTALL)
1247
1248.PHONY: install_libbfd uninstall_libbfd
1249install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1250 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1251 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1252 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1253 if test -f $$p; then \
1254 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1255 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1256 else :; fi; \
1257 done
1258 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1259 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1260 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1261 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1262
1263uninstall_libbfd:
1264 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1265 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1266 done
1267 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1268 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1269 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1270 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
252b5132 1271
e43d48cc
AM
1272Makefile: $(srcdir)/configure.in
1273
74eeebea
ILT
1274# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1275DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1276 rm -f DEP1
41b49281 1277 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
1278 sed -f dep.sed < DEP1 > DEPA
1279 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1280 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
1281 echo 'make DEP failed!'; exit 1; \
1282 else \
0bdaf48b 1283 mv -f DEPA $@; \
1581f8c9 1284 fi
41b49281 1285
74eeebea 1286DEP1: $(CFILES)
74eeebea 1287 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
1288 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1289 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1290 mv -f DEP2 $@
252b5132
RH
1291
1292dep.sed: dep-in.sed config.status
1293 sed <$(srcdir)/dep-in.sed >dep.sed \
1294 -e 's!@BFD_H@!$(BFD_H)!' \
830629ab
AM
1295 -e 's!@SRCDIR@!$(srcdir)!' \
1296 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
252b5132 1297
74eeebea 1298dep: DEP
252b5132 1299 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 1300 cat DEP >> tmp-Makefile
252b5132
RH
1301 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1302
74eeebea 1303dep-in: DEP
252b5132 1304 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 1305 cat DEP >> tmp-Makefile.in
252b5132
RH
1306 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1307
74eeebea 1308dep-am: DEP
252b5132 1309 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 1310 cat DEP >> tmp-Makefile.am
252b5132
RH
1311 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1312
1313host-aout.lo: Makefile
1314
1315# The following program can be used to generate a simple config file
1316# which can be folded into an h-XXX file for a new host, with some editing.
1317aout-params.h: gen-aout
1318 ./gen-aout host > aout-params.h
1319gen-aout: $(srcdir)/gen-aout.c Makefile
1320 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1321
1322$(BFD_H): stmp-bfd-h ; @true
1323
1324stmp-bfd-h: bfd-in3.h
1325 rm -f bfd-tmp.h
1326 cp bfd-in3.h bfd-tmp.h
1327 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1328 rm -f bfd-tmp.h
1329 touch stmp-bfd-h
1330
1331# Could really use a "copy-if-change"...
1332headers:
1333 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1334 cp $(docdir)/bfd.h bfd-in2.h-new
1335 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1336 cp $(docdir)/libbfd.h libbfd.h-new
1337 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1338 cp $(docdir)/libcoff.h libcoff.h-new
1339 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1340
1341# We only rebuild the header files automatically if we have been
1342# configured with --enable-maintainer-mode.
1343
1344$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2858ef35 1345stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
252b5132
RH
1346 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1347 cp $(docdir)/bfd.h bfd-in2.h-new
1348 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1349 touch stmp-bin2-h
1350
1351$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1352stmp-lbfd-h: $(LIBBFD_H_FILES)
1353 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1354 cp $(docdir)/libbfd.h libbfd.h-new
1355 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1356 touch stmp-lbfd-h
1357
1358$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1359stmp-lcoff-h: $(LIBCOFF_H_FILES)
1360 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1361 cp $(docdir)/libcoff.h libcoff.h-new
1362 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1363 touch stmp-lcoff-h
1364
1365# We want to rerun configure if config.bfd or configure.host change.
1366config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
1367 $(SHELL) ./config.status --recheck
1368
252b5132
RH
1369# What appears below is generated by a hacked mkdep using gcc -MM.
1370
1371# DO NOT DELETE THIS LINE -- mkdep uses it.
1372# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
b13c7b49
AM
1373archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1374 $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
1375archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1376bfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1377 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1378 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1379 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1380 $(INCDIR)/elf/external.h
1381cache.lo: cache.c $(INCDIR)/filenames.h
1382coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1383 libcoff.h $(INCDIR)/bfdlink.h
1384corefile.lo: corefile.c $(INCDIR)/filenames.h
1385format.lo: format.c $(INCDIR)/filenames.h
1386init.lo: init.c $(INCDIR)/filenames.h
1387libbfd.lo: libbfd.c $(INCDIR)/filenames.h
1388opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
1389reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1390section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1391syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1392 $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1393targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
1394 targmatch.h
1395hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
1396linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1397 genlink.h
1398srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
923f08ff 1399 $(INCDIR)/safe-ctype.h
c0ef99a7 1400binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
b13c7b49
AM
1401tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1402ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
e43d48cc 1403 $(INCDIR)/safe-ctype.h
b13c7b49
AM
1404stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
1405 $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1406stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1407 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
e90b95f6
AM
1408merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1409 $(INCDIR)/libiberty.h
b13c7b49
AM
1410dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1411 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1412 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
c0ef99a7 1413archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
b13c7b49
AM
1414cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
1415cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
1416cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
1417cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
1418cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
1419cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
1420cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
1421cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
caf47ea6 1422cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
b13c7b49 1423cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
4e5ba5b7 1424cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
b13c7b49
AM
1425cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
1426cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
1427cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
1428cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
1429 $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1430cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
1431cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
1432cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
1433cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
1434cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
1435cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
1436cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
1437cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
1438cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
1439cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
1440cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
1441cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
1442cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
3c3bdf30 1443cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
ba323545 1444cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
b13c7b49
AM
1445cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
1446cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
1447cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
1448cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
1449cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
1450cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
1451cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
1452cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
1453cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
1454cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
1455cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
1456cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
1457cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1458cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
1459cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
1460cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
93fbbb04 1461cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
b13c7b49
AM
1462cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
1463aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
1464 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1465 $(INCDIR)/bfdlink.h
1466aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1467 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
923f08ff 1468 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
e43d48cc 1469 $(INCDIR)/aout/ar.h aout-target.h
b13c7b49 1470aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
e43d48cc
AM
1471 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1472 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
b13c7b49
AM
1473 $(INCDIR)/aout/ar.h aout-target.h
1474aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1475 ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1476 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
e43d48cc 1477 $(INCDIR)/aout/ar.h
b13c7b49
AM
1478aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1479 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1480 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1481 $(INCDIR)/aout/ar.h aout-target.h
1482aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1483 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1484 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1485 $(INCDIR)/safe-ctype.h
1486aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1487 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1488 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1489 aout-target.h
1490aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1491 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1492 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1493armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1494 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1495 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1496bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1497 genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
2114f57b 1498 $(INCDIR)/aout/stab.def libaout.h
b13c7b49 1499cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
8a5cc6be
AM
1500 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1501 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1502 coffcode.h coffswap.h
b13c7b49
AM
1503cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1504 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1505 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1506cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1507 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1508 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1509coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
1510 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2114f57b 1511 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1512coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1513 $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1514 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1515coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
8a5cc6be 1516 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49
AM
1517 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1518coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1519 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1520 coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1521 coffswap.h
1522coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1523 genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
e43d48cc 1524 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
b13c7b49
AM
1525coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1526 $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1527 libcoff.h coffcode.h coffswap.h
1528coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
1529 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1530 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1531coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
1532 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1533 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1534coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1535 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc 1536 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1537coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
2114f57b 1538 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
252b5132 1539 coffcode.h coffswap.h
b13c7b49
AM
1540coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1541 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1542 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1543coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
1544 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1545 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1546coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1547 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1548 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1549 libcoff.h libecoff.h coffswap.h ecoffswap.h
ba323545
AM
1550coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
1551 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1552 coffcode.h coffswap.h
b13c7b49 1553coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
beb1bf64 1554 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
8a5cc6be
AM
1555 $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
1556 coffswap.h
b13c7b49
AM
1557coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1558 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1559 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1560coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
8a5cc6be 1561 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc 1562 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1563coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1564 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1565 $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
1566 coffcode.h coffswap.h go32stub.h
1567coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1568 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1569 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1570coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1571 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1572 libcoff.h coffcode.h coffswap.h
1573coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
2114f57b 1574 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
252b5132 1575 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
b13c7b49
AM
1576coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1577 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1578 libcoff.h coffcode.h coffswap.h
1579coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1580 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1581 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1582coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
8a5cc6be 1583 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49
AM
1584 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1585coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1586 $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1587 libcoff.h coffcode.h coffswap.h
1588coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1589 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1590 libcoff.h coffcode.h coffswap.h
1591cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1592 $(INCDIR)/coff/internal.h libcoff.h
1593dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
252b5132 1594 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1595 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1596ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1597 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1598 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1599 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1600 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1601ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1602 $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1603 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1604 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1605efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1606 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1607 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1608 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1609elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1610 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
c0ef99a7 1611 $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
b13c7b49 1612elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
2114f57b 1613 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1614 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1615 $(INCDIR)/libiberty.h elf32-target.h
1616elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1617 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1618 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1619 elf32-arm.h elf32-target.h
e43d48cc 1620elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
b13c7b49
AM
1621 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1622 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1623 elf32-arm.h elf32-target.h
1624elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1625 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1626 $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1627 elf32-target.h
1628elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1629 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1630 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1631 elf32-target.h
1632elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1633 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1634 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1635 elf32-target.h
1636elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1637 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1638 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1639 elf32-target.h
d172d4ba
NC
1640elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1641 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1642 $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1643 elf32-target.h
b13c7b49
AM
1644elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1645 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1646 $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1647 elf32-target.h
ba26fd96
AM
1648elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1649 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1650 $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
4e5ba5b7 1651 elf32-target.h
b13c7b49 1652elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
41b49281 1653 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1654 $(INCDIR)/bfdlink.h elf32-target.h
1655elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
923f08ff 1656 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1657 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
923f08ff 1658 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1659elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1660 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1661 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1662 libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1663elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1664 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1665 $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
1666elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1667 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1668 $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1669 elf32-target.h
caf47ea6
AM
1670elf32-i386qnx.lo: elf32-i386qnx.c elf32-i386.c $(INCDIR)/filenames.h \
1671 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1672 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1673 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1674elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1675 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1676 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1677 elf32-target.h
1678elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1679 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1680 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1681 elf32-target.h
1682elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1683 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1684 $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1685 elf32-target.h
1686elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1687 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1688 $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1689 elf32-target.h
1690elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
bbeb2e03 1691 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1692 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
bbeb2e03 1693 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49 1694elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
bbeb2e03 1695 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1696 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
bbeb2e03 1697 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1698elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1699 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1700 $(INCDIR)/bfdlink.h elf32-target.h
1701elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1702 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1703 $(INCDIR)/bfdlink.h elf32-target.h
1704elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1705 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1706 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1707 elf32-target.h
b13c7b49 1708elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
2114f57b 1709 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
b13c7b49 1710 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
e43d48cc 1711 $(INCDIR)/elf/reloc-macros.h elf32-target.h
830629ab 1712elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h elf-bfd.h \
c6e90b02 1713 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
830629ab
AM
1714 $(INCDIR)/bfdlink.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1715 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1716 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
b13c7b49 1717elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
830629ab
AM
1718 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1719 $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
c6e90b02
TS
1720 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1721 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
830629ab 1722 $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
b13c7b49 1723elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
2114f57b 1724 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1725 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1726 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2114f57b 1727 elf32-target.h
3b16e843
NC
1728elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1729 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
ba323545
AM
1730 $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1731 $(INCDIR)/libiberty.h elf32-target.h
b13c7b49
AM
1732elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1733 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1734 $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
a85d7ed0 1735 elf32-target.h
b13c7b49 1736elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
e43d48cc 1737 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1738 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1739 elf32-target.h
54327882
AM
1740elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1741 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1742 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1743 elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1744 elf32-target.h
9cba27b2
JT
1745elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1746 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1747 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1748 $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/sh64-opc.h
b13c7b49 1749elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
e43d48cc 1750 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1751 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1752 elf32-target.h
1753elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1754 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1755 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
2114f57b 1756 elf32-target.h
b13c7b49
AM
1757elf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
1758 $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
1759 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
1760 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
c0ef99a7
AM
1761elf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
1762 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1763 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1764 $(INCDIR)/elf/reloc-macros.h elf32-target.h
9cba27b2
JT
1765elf32-sh64-nbsd.lo: elf32-sh64-nbsd.c elf32-sh64.c \
1766 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1767 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1768 $(srcdir)/../opcodes/sh64-opc.h elf32-sh.c $(INCDIR)/elf/sh.h \
1769 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49 1770elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1771 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1772 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1773 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1774 elf32-target.h
b13c7b49
AM
1775elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1776 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1777 $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1778 $(INCDIR)/libiberty.h elf32-target.h
90ace9e9
JT
1779elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1780 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1781 $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
caf47ea6 1782 elf32-target.h
c0ef99a7
AM
1783elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1784 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1785 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1786 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
93fbbb04 1787 elf32-target.h
b13c7b49 1788elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
e43d48cc 1789 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
b13c7b49
AM
1790 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1791 elflink.h
1792elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1793 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1794 $(INCDIR)/elf/external.h
c0ef99a7
AM
1795elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1796 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
e90b95f6 1797 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
c0ef99a7
AM
1798elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1799 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1800 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
b13c7b49
AM
1801epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1802 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1803 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1804 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1805epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1806 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1807 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1808 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1809hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1810 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2114f57b 1811 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
252b5132 1812hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
b13c7b49 1813 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
923f08ff
AM
1814 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1815 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1816 aout-target.h
b13c7b49
AM
1817som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1818i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1819 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1820 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1821i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1822 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2114f57b 1823 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
e43d48cc 1824i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
b13c7b49
AM
1825 $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1826 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1827 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1828i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1829 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1830 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1831i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
2114f57b 1832 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
b13c7b49
AM
1833 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1834i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1835 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1836 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1837i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1838 $(INCDIR)/bfdlink.h
1839i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
2114f57b
AM
1840 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1841 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
b13c7b49
AM
1842i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1843 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1844 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1845i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1846 libaout.h $(INCDIR)/os9k.h
1847ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1848 libieee.h $(INCDIR)/safe-ctype.h
1849m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2114f57b
AM
1850 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1851 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
b13c7b49
AM
1852m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1853 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1854 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1855m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1856 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1857 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1858m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1859 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1860 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1861m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1862 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1863 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1864mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1865 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1866 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1867newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1868 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1869 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1870nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1871 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1872nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
252b5132 1873 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
b13c7b49
AM
1874 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1875nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1876 $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1877 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1878 nlm-target.h
b13c7b49 1879nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
252b5132 1880 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
b13c7b49
AM
1881 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1882nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1883 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1884ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
e43d48cc 1885 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1886 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1887oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1888 $(INCDIR)/oasys.h liboasys.h
1889pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1890 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1891 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1892pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1893 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1894 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
1895pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1896 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1897 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1898 peicode.h libpei.h
1899pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1900 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1901 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1902 peicode.h libpei.h
1903pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1904 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1905 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1906 peicode.h libpei.h
1907pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1908 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1909 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1910 peicode.h libpei.h
1911pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1912 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1913 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1914 peicode.h libpei.h
1915pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1916 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1917 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1918 peicode.h libpei.h
1919pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1920 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
e43d48cc
AM
1921 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1922 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
b13c7b49
AM
1923pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1924 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
e43d48cc
AM
1925 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1926 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
b13c7b49
AM
1927pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1928 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
e43d48cc 1929 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
b13c7b49
AM
1930 coffcode.h peicode.h libpei.h
1931pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1932 $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1933 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc
AM
1934 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1935 libpei.h
b13c7b49
AM
1936pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
1937 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1938 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1939 peicode.h libpei.h
1940pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
8a5cc6be
AM
1941 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1942 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1943 peicode.h libpei.h
b13c7b49
AM
1944ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
1945reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1946 genlink.h $(INCDIR)/coff/internal.h libcoff.h
1947riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1948 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1949 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1950sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1951 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1952 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1953sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
252b5132 1954 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1955 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1956 aout-target.h
1957sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1958 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1959 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1960sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1961 $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1962 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1963 aout-target.h
1964vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1965 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
3c2bfad6
JT
1966 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1967vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1968 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
ba26fd96
AM
1969 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1970vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
1971 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1972 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1973versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1974vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1975 vms.h
1976vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1977 vms.h
1978vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1979 $(INCDIR)/safe-ctype.h vms.h
1980vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1981 vms.h
1982vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1983 vms.h
1984xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1985 $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
1986 libxcoff.h
54327882 1987aix5ppc-core.lo: aix5ppc-core.c
b13c7b49
AM
1988aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1989 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1990 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1991coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1992 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1993 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1994 libcoff.h libecoff.h coffswap.h ecoffswap.h
1995coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
8a5cc6be 1996 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
b13c7b49
AM
1997 $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
1998 coffswap.h
1999demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2114f57b
AM
2000 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
2001 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2002 $(INCDIR)/aout/ar.h aout-target.h
b13c7b49
AM
2003efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
2004 coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2005 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2006 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2007elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
54327882
AM
2008 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2009 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
b13c7b49
AM
2010 $(INCDIR)/elf/reloc-macros.h elf64-target.h
2011elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2114f57b
AM
2012 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2013 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
2014 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2015 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
2016 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
2017 libecoff.h ecoffswap.h elf64-target.h
27b7e12d 2018elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
b13c7b49
AM
2019 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
2020 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2021 $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
2022 elf64-hppa.h elf-hppa.h elf64-target.h
2023elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
2114f57b 2024 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
2025 $(INCDIR)/bfdlink.h elf64-target.h
2026elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
830629ab
AM
2027 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2028 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2029 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2030 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2031 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2032 elf64-target.h
3c3bdf30
NC
2033elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
2034 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2035 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
2036 $(INCDIR)/opcode/mmix.h elf64-target.h
b13c7b49 2037elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
a85d7ed0 2038 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 2039 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
c0ef99a7 2040 elf64-ppc.h elf64-target.h
b13c7b49
AM
2041elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2042 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2043 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
2044 elf64-target.h
2c73f9d8
AM
2045elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2046 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2047 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
2048 elf64-target.h
9cba27b2
JT
2049elf64-sh64-nbsd.lo: elf64-sh64-nbsd.c elf64-sh64.c \
2050 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h elf-bfd.h \
2051 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2052 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf64-target.h
b13c7b49 2053elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
2054 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2055 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
252b5132
RH
2056 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2057 elf64-target.h
b13c7b49
AM
2058elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2059 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2060 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
2061 elflink.h
3c3bdf30
NC
2062mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2063 $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
b13c7b49 2064nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2114f57b
AM
2065 $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2066 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2067 nlm-target.h
b13c7b49
AM
2068nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
2069 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
2070aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
8a5cc6be
AM
2071 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2072 libcoff.h $(INCDIR)/bfdlink.h
b13c7b49
AM
2073hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
2074irix-core.lo: irix-core.c $(INCDIR)/filenames.h
2075lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
2076osf-core.lo: osf-core.c $(INCDIR)/filenames.h
2077sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
2078 $(INCDIR)/bfdlink.h
2079trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
2080 $(INCDIR)/bfdlink.h
2081cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
2082elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2083 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2084 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
2085 $(INCDIR)/elf/reloc-macros.h elf32-target.h
2086elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2087 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2088 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
2089 $(INCDIR)/elf/reloc-macros.h elf64-target.h
2090peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2091 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2092 libcoff.h $(INCDIR)/bfdlink.h libpei.h
2093pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2094 $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2095 libcoff.h $(INCDIR)/bfdlink.h libpei.h
252b5132
RH
2096# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2097
2098# Tell versions [3.59,3.63) of GNU make to not export all variables.
2099# Otherwise a system limit (for SysV at least) may be exceeded.
2100.NOEXPORT:
This page took 0.391023 seconds and 4 git commands to generate.