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