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