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