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