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