]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/binutils/bfd/Makefile.in
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / contrib / binutils / bfd / Makefile.in
1 # Makefile.in generated automatically by automake 1.2e from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
51
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_alias = @build_alias@
59 build_triplet = @build@
60 host_alias = @host_alias@
61 host_triplet = @host@
62 target_alias = @target_alias@
63 target_triplet = @target@
64 AR = @AR@
65 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
66 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
67 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
68 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
69 CC = @CC@
70 CC_FOR_BUILD = @CC_FOR_BUILD@
71 COREFILE = @COREFILE@
72 COREFLAG = @COREFLAG@
73 EXEEXT = @EXEEXT@
74 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
75 HDEFINES = @HDEFINES@
76 LD = @LD@
77 LIBTOOL = @LIBTOOL@
78 LN_S = @LN_S@
79 MAINT = @MAINT@
80 MAKEINFO = @MAKEINFO@
81 NM = @NM@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 TDEFINES = @TDEFINES@
85 VERSION = @VERSION@
86 all_backends = @all_backends@
87 bfd_backends = @bfd_backends@
88 bfd_machines = @bfd_machines@
89 tdefaults = @tdefaults@
90 wordsize = @wordsize@
91
92 AUTOMAKE_OPTIONS = cygnus
93
94 INCDIR = $(srcdir)/../include
95 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
96 DEP = mkdep
97
98 SUBDIRS = doc
99
100 docdir = doc
101
102 lib_LTLIBRARIES = libbfd.la
103
104 # bfd.h goes here, for now
105 BFD_H = bfd.h
106
107 # Jim Kingdon notes:
108 # Writing S-records should be included in all (or at least most)
109 # *-*-coff, *-*-aout, etc., configurations, because people will want to
110 # be able to use objcopy to create S-records.  (S-records are not useful
111 # for the debugger, so if you are downloading things as S-records you
112 # need two copies of the executable, one to download and one for the
113 # debugger).
114 BFD_LIBS = \
115         archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
116         format.lo init.lo libbfd.lo opncls.lo reloc.lo \
117         section.lo syms.lo targets.lo hash.lo linker.lo \
118         srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
119
120 BFD_LIBS_CFILES = \
121         archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
122         format.c init.c libbfd.c opncls.c reloc.c \
123         section.c syms.c targets.c hash.c linker.c \
124         srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
125
126 # This list is alphabetized to make it easier to keep in sync
127 # with the decls and initializer in archures.c.
128 ALL_MACHINES = \
129         cpu-a29k.lo \
130         cpu-alpha.lo \
131         cpu-arc.lo \
132         cpu-arm.lo \
133         cpu-d10v.lo \
134         cpu-h8300.lo \
135         cpu-h8500.lo \
136         cpu-hppa.lo \
137         cpu-i386.lo \
138         cpu-i860.lo \
139         cpu-i960.lo \
140         cpu-m32r.lo \
141         cpu-m68k.lo \
142         cpu-m88k.lo \
143         cpu-mips.lo \
144         cpu-m10200.lo \
145         cpu-m10300.lo \
146         cpu-ns32k.lo \
147         cpu-powerpc.lo \
148         cpu-rs6000.lo \
149         cpu-sh.lo \
150         cpu-sparc.lo \
151         cpu-tic30.lo \
152         cpu-v850.lo \
153         cpu-vax.lo \
154         cpu-we32k.lo \
155         cpu-w65.lo \
156         cpu-z8k.lo
157
158 ALL_MACHINES_CFILES = \
159         cpu-a29k.c \
160         cpu-alpha.c \
161         cpu-arc.c \
162         cpu-arm.c \
163         cpu-h8300.c \
164         cpu-h8500.c \
165         cpu-hppa.c \
166         cpu-i386.c \
167         cpu-i860.c \
168         cpu-i960.c \
169         cpu-m32r.c \
170         cpu-m68k.c \
171         cpu-m88k.c \
172         cpu-mips.c \
173         cpu-m10200.c \
174         cpu-m10300.c \
175         cpu-ns32k.c \
176         cpu-powerpc.c \
177         cpu-rs6000.c \
178         cpu-sh.c \
179         cpu-sparc.c \
180         cpu-tic30.c \
181         cpu-v850.c \
182         cpu-vax.c \
183         cpu-we32k.c \
184         cpu-w65.c \
185         cpu-z8k.c
186
187 # The .o files needed by all of the 32 bit vectors that are configured into
188 # target_vector in targets.c if configured with --enable-targets=all.
189 BFD32_BACKENDS = \
190         aout-adobe.lo \
191         aout-arm.lo \
192         aout-ns32k.lo \
193         aout-sparcle.lo \
194         aout-tic30.lo \
195         aout0.lo \
196         aout32.lo \
197         bout.lo \
198         cf-i386lynx.lo \
199         cf-m68klynx.lo \
200         cf-sparclynx.lo \
201         coff-a29k.lo \
202         coff-apollo.lo \
203         coff-arm.lo \
204         coff-aux.lo \
205         coff-h8300.lo \
206         coff-h8500.lo \
207         coff-i386.lo \
208         coff-go32.lo \
209         coff-i860.lo \
210         coff-i960.lo \
211         coff-m68k.lo \
212         coff-m88k.lo \
213         coff-mips.lo \
214         coff-pmac.lo \
215         coff-rs6000.lo \
216         coff-sh.lo \
217         coff-sparc.lo \
218         coff-stgo32.lo \
219         coff-svm68k.lo \
220         coff-tic30.lo \
221         coff-u68k.lo \
222         coff-we32k.lo \
223         coff-w65.lo \
224         coff-z8k.lo \
225         cofflink.lo \
226         dwarf2.lo \
227         ecoff.lo \
228         ecofflink.lo \
229         elf.lo \
230         elf32-arc.lo \
231         elf32-d10v.lo \
232         elf32-gen.lo \
233         elf32-hppa.lo \
234         elf32-i386.lo \
235         elf32-i860.lo \
236         elf32-m32r.lo \
237         elf32-m68k.lo \
238         elf32-m88k.lo \
239         elf32-mips.lo \
240         elf-m10200.lo \
241         elf-m10300.lo \
242         elf32-ppc.lo \
243         elf32-sh.lo \
244         elf32-sparc.lo \
245         elf32-v850.lo \
246         elf32.lo \
247         elflink.lo \
248         hp300bsd.lo \
249         hp300hpux.lo \
250         som.lo \
251         i386aout.lo \
252         i386bsd.lo \
253         i386dynix.lo \
254         i386freebsd.lo \
255         i386linux.lo \
256         i386lynx.lo \
257         i386msdos.lo \
258         i386netbsd.lo \
259         i386mach3.lo \
260         i386os9k.lo \
261         ieee.lo \
262         m68k4knetbsd.lo \
263         m68klinux.lo \
264         m68klynx.lo \
265         m68knetbsd.lo \
266         m88kmach3.lo \
267         mipsbsd.lo \
268         newsos3.lo \
269         nlm.lo \
270         nlm32-i386.lo \
271         nlm32-sparc.lo \
272         nlm32-ppc.lo \
273         nlm32.lo \
274         ns32knetbsd.lo \
275         oasys.lo \
276         pc532-mach.lo \
277         pe-arm.lo \
278         pei-arm.lo \
279         pe-i386.lo \
280         pei-i386.lo \
281         pe-ppc.lo \
282         pei-ppc.lo \
283         ppcboot.lo \
284         reloc16.lo \
285         riscix.lo \
286         sparclinux.lo \
287         sparclynx.lo \
288         sparcnetbsd.lo \
289         sunos.lo \
290         vaxnetbsd.lo \
291         versados.lo \
292         xcofflink.lo
293
294 BFD32_BACKENDS_CFILES = \
295         aout-adobe.c \
296         aout-arm.c \
297         aout-ns32k.c \
298         aout-sparcle.c \
299         aout-tic30.c \
300         aout0.c \
301         aout32.c \
302         bout.c \
303         cf-i386lynx.c \
304         cf-m68klynx.c \
305         cf-sparclynx.c \
306         coff-a29k.c \
307         coff-apollo.c \
308         coff-arm.c \
309         coff-aux.c \
310         coff-h8300.c \
311         coff-h8500.c \
312         coff-i386.c \
313         coff-i860.c \
314         coff-go32.c \
315         coff-i960.c \
316         coff-m68k.c \
317         coff-m88k.c \
318         coff-mips.c \
319         coff-pmac.c \
320         coff-rs6000.c \
321         coff-sh.c \
322         coff-sparc.c \
323         coff-stgo32.c \
324         coff-svm68k.c \
325         coff-tic30.c \
326         coff-u68k.c \
327         coff-we32k.c \
328         coff-w65.c \
329         coff-z8k.c \
330         cofflink.c \
331         dwarf2.c \
332         ecoff.c \
333         ecofflink.c \
334         elf.c \
335         elf32-arc.c \
336         elf32-d10v.c \
337         elf32-gen.c \
338         elf32-hppa.c \
339         elf32-i386.c \
340         elf32-i860.c \
341         elf32-m32r.c \
342         elf32-m68k.c \
343         elf32-m88k.c \
344         elf32-mips.c \
345         elf-m10200.c \
346         elf-m10300.c \
347         elf32-ppc.c \
348         elf32-sh.c \
349         elf32-sparc.c \
350         elf32-v850.c \
351         elf32.c \
352         elflink.c \
353         hp300bsd.c \
354         hp300hpux.c \
355         som.c \
356         i386aout.c \
357         i386bsd.c \
358         i386dynix.c \
359         i386freebsd.c \
360         i386linux.c \
361         i386lynx.c \
362         i386msdos.c \
363         i386netbsd.c \
364         i386mach3.c \
365         i386os9k.c \
366         ieee.c \
367         m68k4knetbsd.c \
368         m68klinux.c \
369         m68klynx.c \
370         m68knetbsd.c \
371         m88kmach3.c \
372         mipsbsd.c \
373         newsos3.c \
374         nlm.c \
375         nlm32-i386.c \
376         nlm32-sparc.c \
377         nlm32-ppc.c \
378         nlm32.c \
379         ns32knetbsd.c \
380         oasys.c \
381         pc532-mach.c \
382         pe-arm.c \
383         pei-arm.c \
384         pe-i386.c \
385         pei-i386.c \
386         pe-ppc.c \
387         pei-ppc.c \
388         ppcboot.c \
389         reloc16.c \
390         riscix.c \
391         sparclinux.c \
392         sparclynx.c \
393         sparcnetbsd.c \
394         sunos.c \
395         vaxnetbsd.c \
396         versados.c \
397         xcofflink.c
398
399 # The .o files needed by all of the 64 bit vectors that are configured into
400 # target_vector in targets.c if configured with --enable-targets=all
401 # and --enable-64-bit-bfd.
402 BFD64_BACKENDS = \
403         aout64.lo \
404         coff-alpha.lo \
405         demo64.lo \
406         elf64-alpha.lo \
407         elf64-gen.lo \
408         elf64-mips.lo \
409         elf64-sparc.lo \
410         elf64.lo \
411         evax-alpha.lo \
412         evax-egsd.lo \
413         evax-etir.lo \
414         evax-emh.lo \
415         evax-misc.lo \
416         nlm32-alpha.lo \
417         nlm64.lo
418
419 BFD64_BACKENDS_CFILES = \
420         aout64.c \
421         coff-alpha.c \
422         demo64.c \
423         elf64-alpha.c \
424         elf64-gen.c \
425         elf64-mips.c \
426         elf64-sparc.c \
427         elf64.c \
428         evax-alpha.c \
429         evax-egsd.c \
430         evax-etir.c \
431         evax-emh.c \
432         evax-misc.c \
433         nlm32-alpha.c \
434         nlm64.c
435
436 OPTIONAL_BACKENDS = \
437         aix386-core.lo \
438         hpux-core.lo \
439         irix-core.lo \
440         lynx-core.lo \
441         osf-core.lo \
442         trad-core.lo \
443         cisco-core.lo
444
445 OPTIONAL_BACKENDS_CFILES = \
446         aix386-core.c \
447         hpux-core.c \
448         irix-core.c \
449         lynx-core.c \
450         osf-core.c \
451         trad-core.c \
452         cisco-core.c
453
454 # These are defined by configure.in:
455 WORDSIZE = @wordsize@
456 ALL_BACKENDS = @all_backends@
457 BFD_BACKENDS = @bfd_backends@
458 BFD_MACHINES = @bfd_machines@
459 TDEFAULTS = @tdefaults@
460
461 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES)
462
463 # C source files that correspond to .o's.
464 CFILES = \
465         $(BFD_LIBS_CFILES) \
466         $(ALL_MACHINES_CFILES) \
467         $(BFD32_BACKENDS_CFILES) \
468         $(BFD64_BACKENDS_CFILES) \
469         $(OPTIONAL_BACKENDS_CFILES)
470
471 HFILES = \
472         aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
473         ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
474         elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
475         libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
476         libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
477         targmatch.h
478
479 # Various kinds of .o files to put in libbfd.a:
480 # BFD_BACKENDS  Routines the configured targets need.
481 # BFD_MACHINES  Architecture-specific routines the configured targets need.
482 # COREFILE      Core file routines for a native configuration
483 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
484
485 libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
486 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
487 libbfd_la_LIBADD = `cat ofiles`
488 libbfd_la_LDFLAGS = -release $(VERSION)
489
490 # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
491 # directory so that we don't have to convert all the programs that use
492 # libbfd.a simultaneously.  This is a hack which should be removed if
493 # everything else starts using libtool.  FIXME.
494
495 noinst_LIBRARIES = libbfd.a
496 libbfd_a_SOURCES =
497
498 BFD_H_DEPS= $(INCDIR)/ansidecl.h
499 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
500
501 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
502         reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c
503 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
504 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
505
506 MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
507         targmatch.h
508
509 CLEANFILES = bfd.h dep.sed stmp-bfd-h .dep .dep1 libbfd.a stamp-lib \
510         stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
511 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
512 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
513 CONFIG_HEADER = config.h
514 CONFIG_CLEAN_FILES =  bfd-in3.h
515 LIBRARIES =  $(noinst_LIBRARIES)
516
517
518 DEFS = @DEFS@ -I. -I$(srcdir) -I.
519 CPPFLAGS = @CPPFLAGS@
520 LDFLAGS = @LDFLAGS@
521 LIBS = @LIBS@
522 libbfd_a_LIBADD = 
523 libbfd_a_OBJECTS = 
524 LTLIBRARIES =  $(lib_LTLIBRARIES)
525
526 libbfd_la_OBJECTS =  archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
527 corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
528 syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
529 ihex.lo stabs.lo stab-syms.lo
530 CFLAGS = @CFLAGS@
531 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
532 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
533 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
534 DIST_COMMON =  README COPYING ChangeLog Makefile.am Makefile.in TODO \
535 acconfig.h acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
536 configure.in stamp-h.in
537
538
539 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
540
541 TAR = tar
542 GZIP = --best
543 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
544 OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
545
546 default: all
547
548 .SUFFIXES:
549 .SUFFIXES: .S .c .lo .o .s
550 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
551         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
552
553 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
554         cd $(top_builddir) \
555           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
556
557 $(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4
558         cd $(srcdir) && $(ACLOCAL)
559
560 config.status: $(srcdir)/configure
561         $(SHELL) ./config.status --recheck
562 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
563         cd $(srcdir) && $(AUTOCONF)
564
565 config.h: stamp-h
566         @:
567 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
568         cd $(top_builddir) \
569           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
570              $(SHELL) ./config.status
571         @echo timestamp > stamp-h
572 $(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
573 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
574         cd $(top_srcdir) && $(AUTOHEADER)
575         @echo timestamp > $(srcdir)/stamp-h.in
576
577 mostlyclean-hdr:
578
579 clean-hdr:
580
581 distclean-hdr:
582         -rm -f config.h
583
584 maintainer-clean-hdr:
585 bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
586         cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= ./config.status
587
588 mostlyclean-noinstLIBRARIES:
589
590 clean-noinstLIBRARIES:
591         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
592
593 distclean-noinstLIBRARIES:
594
595 maintainer-clean-noinstLIBRARIES:
596
597 .c.o:
598         $(COMPILE) -c $<
599
600 .s.o:
601         $(COMPILE) -c $<
602
603 .S.o:
604         $(COMPILE) -c $<
605
606 mostlyclean-compile:
607         -rm -f *.o core *.core
608
609 clean-compile:
610
611 distclean-compile:
612         -rm -f *.tab.c
613
614 maintainer-clean-compile:
615
616 .c.lo:
617         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
618
619 .s.lo:
620         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
621
622 .S.lo:
623         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
624
625 mostlyclean-libtool:
626         -rm -f *.lo
627
628 clean-libtool:
629         -rm -rf .libs _libs
630
631 distclean-libtool:
632
633 maintainer-clean-libtool:
634
635 mostlyclean-libLTLIBRARIES:
636
637 clean-libLTLIBRARIES:
638         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
639
640 distclean-libLTLIBRARIES:
641
642 maintainer-clean-libLTLIBRARIES:
643
644 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
645         @$(NORMAL_INSTALL)
646         $(mkinstalldirs) $(libdir)
647         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
648           if test -f $$p; then \
649             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p"; \
650             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p; \
651           else :; fi; \
652         done
653
654 uninstall-libLTLIBRARIES:
655         $(NORMAL_UNINSTALL)
656         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
657           $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
658         done
659
660 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
661         $(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
662
663 # This directory's subdirectories are mostly independent; you can cd
664 # into them and run `make' without going through this Makefile.
665 # To change the values of `make' variables: instead of editing Makefiles,
666 # (1) if the variable is set in `config.status', edit `config.status'
667 #     (which will cause the Makefiles to be regenerated when you run `make');
668 # (2) otherwise, pass the desired values on the `make' command line.
669
670 @SET_MAKE@
671
672 all-recursive install-data-recursive install-exec-recursive \
673 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
674 check-recursive installcheck-recursive info-recursive dvi-recursive:
675         @set fnord $(MAKEFLAGS); amf=$$2; \
676         list='$(SUBDIRS)'; for subdir in $$list; do \
677           target=`echo $@ | sed s/-recursive//`; \
678           echo "Making $$target in $$subdir"; \
679           (cd $$subdir && $(MAKE) $$target) \
680            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
681         done && test -z "$$fail"
682
683 mostlyclean-recursive clean-recursive distclean-recursive \
684 maintainer-clean-recursive:
685         @set fnord $(MAKEFLAGS); amf=$$2; \
686         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
687           rev="$$subdir $$rev"; \
688         done; \
689         for subdir in $$rev; do \
690           target=`echo $@ | sed s/-recursive//`; \
691           echo "Making $$target in $$subdir"; \
692           (cd $$subdir && $(MAKE) $$target) \
693            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
694         done && test -z "$$fail"
695 tags-recursive:
696         list='$(SUBDIRS)'; for subdir in $$list; do \
697           (cd $$subdir && $(MAKE) tags); \
698         done
699
700 tags: TAGS
701
702 ID: $(HEADERS) $(SOURCES) $(LISP)
703         here=`pwd` && cd $(srcdir) \
704           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
705
706 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
707         tags=; \
708         here=`pwd`; \
709         list='$(SUBDIRS)'; for subdir in $$list; do \
710           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
711         done; \
712         list='$(SOURCES) $(HEADERS)'; \
713         unique=`for i in $$list; do echo $$i; done | \
714           awk '    { files[$$0] = 1; } \
715                END { for (i in files) print i; }'`; \
716         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
717           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
718
719 mostlyclean-tags:
720
721 clean-tags:
722
723 distclean-tags:
724         -rm -f TAGS ID
725
726 maintainer-clean-tags:
727
728 distdir = $(PACKAGE)-$(VERSION)
729 top_distdir = $(distdir)
730
731 # This target untars the dist file and tries a VPATH configuration.  Then
732 # it guarantees that the distribution is self-contained by making another
733 # tarfile.
734 distcheck: dist
735         -rm -rf $(distdir)
736         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
737         mkdir $(distdir)/=build
738         mkdir $(distdir)/=inst
739         dc_install_base=`cd $(distdir)/=inst && pwd`; \
740         cd $(distdir)/=build \
741           && ../configure --srcdir=.. --prefix=$$dc_install_base \
742           && $(MAKE) \
743           && $(MAKE) dvi \
744           && $(MAKE) check \
745           && $(MAKE) install \
746           && $(MAKE) installcheck \
747           && $(MAKE) dist
748         -rm -rf $(distdir)
749         @echo "========================"; \
750         echo "$(distdir).tar.gz is ready for distribution"; \
751         echo "========================"
752 dist: distdir
753         -chmod -R a+r $(distdir)
754         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
755         -rm -rf $(distdir)
756 dist-all: distdir
757         -chmod -R a+r $(distdir)
758         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
759         -rm -rf $(distdir)
760 distdir: $(DISTFILES)
761         -rm -rf $(distdir)
762         mkdir $(distdir)
763         -chmod 777 $(distdir)
764         @for file in $(DISTFILES); do \
765           if test -f $$file; then d=.; else d=$(srcdir); fi; \
766           test -f $(distdir)/$$file \
767           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
768           || cp -p $$d/$$file $(distdir)/$$file; \
769         done
770         for subdir in $(SUBDIRS); do \
771           test -d $(distdir)/$$subdir \
772           || mkdir $(distdir)/$$subdir \
773           || exit 1; \
774           chmod 777 $(distdir)/$$subdir; \
775           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
776             || exit 1; \
777         done
778 info: info-recursive
779 dvi: dvi-recursive
780 check:
781         $(MAKE) check-recursive
782 installcheck: installcheck-recursive
783 install-info: install-info-recursive
784 all-recursive-am: config.h
785         $(MAKE) all-recursive
786
787 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
788
789 install-exec-am: install-libLTLIBRARIES
790
791 install-data-am: install-data-local
792
793 uninstall-am: uninstall-libLTLIBRARIES
794
795 install-exec: install-exec-recursive install-exec-am
796         @$(NORMAL_INSTALL)
797
798 install-data: install-data-recursive install-data-am
799         @$(NORMAL_INSTALL)
800
801 install: install-recursive install-exec-am install-data-am
802         @:
803
804 uninstall: uninstall-recursive uninstall-am
805
806 all: all-recursive-am all-am
807
808 install-strip:
809         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
810 installdirs: installdirs-recursive
811         $(mkinstalldirs)  $(libdir)
812
813
814 mostlyclean-generic:
815         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
816
817 clean-generic:
818         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
819
820 distclean-generic:
821         -rm -f Makefile $(DISTCLEANFILES)
822         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
823         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
824
825 maintainer-clean-generic:
826         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
827         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
828 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
829                 mostlyclean-compile mostlyclean-libtool \
830                 mostlyclean-libLTLIBRARIES mostlyclean-tags \
831                 mostlyclean-generic
832
833 clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
834                 clean-libLTLIBRARIES clean-tags clean-generic \
835                 mostlyclean-am
836
837 distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
838                 distclean-libtool distclean-libLTLIBRARIES \
839                 distclean-tags distclean-generic clean-am
840
841 maintainer-clean-am:  maintainer-clean-hdr \
842                 maintainer-clean-noinstLIBRARIES \
843                 maintainer-clean-compile maintainer-clean-libtool \
844                 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
845                 maintainer-clean-generic distclean-am
846
847 mostlyclean:  mostlyclean-recursive mostlyclean-am
848
849 clean:  clean-recursive clean-am
850
851 distclean:  distclean-recursive distclean-am
852         -rm -f config.status
853         -rm -f libtool
854
855 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
856         @echo "This command is intended for maintainers to use;"
857         @echo "it deletes files that may require special tools to rebuild."
858         -rm -f config.status
859
860 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
861 maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
862 distclean-noinstLIBRARIES clean-noinstLIBRARIES \
863 maintainer-clean-noinstLIBRARIES mostlyclean-compile distclean-compile \
864 clean-compile maintainer-clean-compile mostlyclean-libtool \
865 distclean-libtool clean-libtool maintainer-clean-libtool \
866 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
867 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
868 uninstall-libLTLIBRARIES install-libLTLIBRARIES install-data-recursive \
869 uninstall-data-recursive install-exec-recursive \
870 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
871 all-recursive check-recursive installcheck-recursive info-recursive \
872 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
873 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
874 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
875 installcheck install-info all-recursive-am all-am install-exec-am \
876 install-data-am uninstall-am install-exec install-data install \
877 uninstall all installdirs mostlyclean-generic distclean-generic \
878 clean-generic maintainer-clean-generic clean mostlyclean distclean \
879 maintainer-clean
880
881
882 diststuff: info
883
884 stamp-ofiles: Makefile
885         rm -f tofiles
886         f=""; \
887         for i in $(OFILES) ; do \
888           case " $$f " in \
889             *" $$i "*) ;; \
890             *) f="$$f $$i" ;; \
891           esac ; \
892         done ; \
893         echo $$f > tofiles
894         $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
895         touch stamp-ofiles
896
897 ofiles: stamp-ofiles ; @true
898
899 stamp-lib: libbfd.la
900         if [ -f .libs/libbfd.a ]; then \
901           cp .libs/libbfd.a libbfd.tmp; \
902           $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
903         else true; fi
904         touch stamp-lib
905
906 libbfd.a: stamp-lib ; @true
907
908 # This file holds an array associating configuration triplets and
909 # vector names.  It is built from config.bfd.  It is not compiled by
910 # itself, but is included by targets.c.
911 targmatch.h: config.bfd targmatch.sed
912         rm -f targmatch.h
913         sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
914         mv -f targmatch.new targmatch.h
915
916 # When compiling archures.c and targets.c, supply the default target
917 # info from configure.
918
919 targets.lo: targets.c config.status
920         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
921
922 archures.lo: archures.c config.status
923         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
924
925 elf32-target.h : elfxx-target.h
926         rm -f elf32-target.h
927         sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
928         mv -f elf32-target.new elf32-target.h
929
930 elf64-target.h : elfxx-target.h
931         rm -f elf64-target.h
932         sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
933         mv -f elf64-target.new elf64-target.h
934 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
935 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
936 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
937 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
938
939 # Install BFD include file, and others that it needs.
940 install-data-local: $(BFD_H)
941         $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
942         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
943         $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
944
945 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
946 .dep: dep.sed $(CFILES) $(HFILES) bfd.h
947         rm -f .dep1
948         $(MAKE) DEP=$(DEP) .dep1
949         sed -f dep.sed <.dep1 >.dep
950
951 # This rule really wants a mkdep that runs "gcc -MM".
952 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
953 # the "DO NOT DELETE" line.
954 # Other mkdep versions require a file that already exists, and do insert it.
955 # Hence the weirdness....
956 .dep1: $(CFILES)
957         rm -f .dep2 .dep2a
958         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
959         echo > .dep2a
960         $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
961         sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
962         rm -f .dep2a
963         $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
964
965 dep.sed: dep-in.sed config.status
966         sed <$(srcdir)/dep-in.sed >dep.sed      \
967                 -e 's!@BFD_H@!$(BFD_H)!'        \
968                 -e 's!@INCDIR@!$(INCDIR)!'      \
969                 -e 's!@SRCDIR@!$(srcdir)!'
970
971 dep: .dep
972         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
973         cat .dep >> tmp-Makefile
974         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
975
976 dep-in: .dep
977         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
978         cat .dep >> tmp-Makefile.in
979         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
980
981 dep-am: .dep
982         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
983         cat .dep >> tmp-Makefile.am
984         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
985
986 host-aout.lo: Makefile
987
988 # The following program can be used to generate a simple config file
989 # which can be folded into an h-XXX file for a new host, with some editing.
990 aout-params.h: gen-aout
991         ./gen-aout host > aout-params.h
992 gen-aout: $(srcdir)/gen-aout.c Makefile
993         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
994
995 $(BFD_H): stmp-bfd-h ; @true
996
997 stmp-bfd-h: bfd-in3.h
998         rm -f bfd-tmp.h
999         cp bfd-in3.h bfd-tmp.h
1000         $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1001         rm -f bfd-tmp.h
1002         touch stmp-bfd-h
1003
1004 # Could really use a "copy-if-change"...
1005 headers:
1006         (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1007         cp $(docdir)/bfd.h bfd-in2.h-new
1008         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1009         cp $(docdir)/libbfd.h libbfd.h-new
1010         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1011         cp $(docdir)/libcoff.h libcoff.h-new
1012         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1013
1014 # We only rebuild the header files automatically if we have been
1015 # configured with --enable-maintainer-mode.
1016
1017 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1018 stmp-bin2-h: $(BFD_H_FILES)
1019         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1020         cp $(docdir)/bfd.h bfd-in2.h-new
1021         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1022         touch stmp-bin2-h
1023
1024 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1025 stmp-lbfd-h: $(LIBBFD_H_FILES)
1026         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1027         cp $(docdir)/libbfd.h libbfd.h-new
1028         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1029         touch stmp-lbfd-h
1030
1031 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1032 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1033         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1034         cp $(docdir)/libcoff.h libcoff.h-new
1035         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1036         touch stmp-lcoff-h
1037
1038 # What appears below is generated by a hacked mkdep using gcc -MM.
1039
1040 # DO NOT DELETE THIS LINE -- mkdep uses it.
1041 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1042 archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
1043 archures.lo: archures.c
1044 bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
1045   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
1046   libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
1047   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1048 cache.lo: cache.c
1049 coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
1050   $(INCDIR)/bfdlink.h
1051 corefile.lo: corefile.c
1052 format.lo: format.c
1053 init.lo: init.c
1054 libbfd.lo: libbfd.c
1055 opncls.lo: opncls.c $(INCDIR)/objalloc.h
1056 reloc.lo: reloc.c $(INCDIR)/bfdlink.h
1057 section.lo: section.c
1058 syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1059   $(INCDIR)/aout/stab.def
1060 targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
1061 hash.lo: hash.c $(INCDIR)/objalloc.h
1062 linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
1063 srec.lo: srec.c $(INCDIR)/libiberty.h
1064 binary.lo: binary.c
1065 tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
1066 ihex.lo: ihex.c $(INCDIR)/libiberty.h
1067 stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1068 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1069   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1070 cpu-a29k.lo: cpu-a29k.c
1071 cpu-alpha.lo: cpu-alpha.c
1072 cpu-arc.lo: cpu-arc.c
1073 cpu-arm.lo: cpu-arm.c
1074 cpu-h8300.lo: cpu-h8300.c
1075 cpu-h8500.lo: cpu-h8500.c
1076 cpu-hppa.lo: cpu-hppa.c
1077 cpu-i386.lo: cpu-i386.c
1078 cpu-i860.lo: cpu-i860.c
1079 cpu-i960.lo: cpu-i960.c
1080 cpu-m32r.lo: cpu-m32r.c
1081 cpu-m68k.lo: cpu-m68k.c
1082 cpu-m88k.lo: cpu-m88k.c
1083 cpu-mips.lo: cpu-mips.c
1084 cpu-m10200.lo: cpu-m10200.c
1085 cpu-m10300.lo: cpu-m10300.c
1086 cpu-ns32k.lo: cpu-ns32k.c ns32k.h
1087 cpu-powerpc.lo: cpu-powerpc.c
1088 cpu-rs6000.lo: cpu-rs6000.c
1089 cpu-sh.lo: cpu-sh.c
1090 cpu-sparc.lo: cpu-sparc.c
1091 cpu-tic30.lo: cpu-tic30.c
1092 cpu-v850.lo: cpu-v850.c
1093 cpu-vax.lo: cpu-vax.c
1094 cpu-we32k.lo: cpu-we32k.c
1095 cpu-w65.lo: cpu-w65.c
1096 cpu-z8k.lo: cpu-z8k.c
1097 aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
1098   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1099   $(INCDIR)/bfdlink.h
1100 aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
1101   $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
1102   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1103 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1104   ns32k.h libaout.h $(INCDIR)/bfdlink.h
1105 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1106   libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1107   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1108   aout-target.h
1109 aout-tic30.lo: aout-tic30.c libaout.h $(INCDIR)/bfdlink.h \
1110   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1111   $(INCDIR)/aout/ar.h aoutx.h
1112 aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
1113   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1114   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1115 aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1116   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1117   $(INCDIR)/aout/ar.h
1118 bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
1119   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1120 cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
1121   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1122   coffcode.h coffswap.h
1123 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1124   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1125   coffcode.h coffswap.h
1126 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
1127   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1128   coffcode.h coffswap.h
1129 coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
1130   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1131 coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
1132   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1133   coffcode.h coffswap.h
1134 coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1135   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1136 coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
1137   $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
1138   coffcode.h coffswap.h
1139 coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
1140   $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
1141   coffcode.h coffswap.h
1142 coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
1143   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1144 coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
1145   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1146 coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
1147   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1148 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
1149   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1150   coffcode.h coffswap.h
1151 coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
1152   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1153 coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
1154   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1155 coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
1156   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1157 coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1158   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1159   $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
1160   ecoffswap.h
1161 coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
1162   $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1163   coffcode.h coffswap.h
1164 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
1165   $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1166   coffcode.h coffswap.h
1167 coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1168   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1169 coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
1170   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1171   coffcode.h coffswap.h
1172 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
1173   $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1174   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1175   go32stub.h
1176 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1177   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1178   coffcode.h coffswap.h
1179 coff-tic30.lo: coff-tic30.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h \
1180   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1181 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1182   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1183   coffcode.h coffswap.h
1184 coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
1185   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1186   coffcode.h coffswap.h
1187 coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
1188   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1189 coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
1190   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1191 cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1192   libcoff.h
1193 dwarf2.lo: dwarf2.c $(INCDIR)/libiberty.h elf-bfd.h \
1194   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1195   $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1196 ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
1197   $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1198   libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
1199   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1200   libcoff.h libecoff.h
1201 ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
1202   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
1203   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1204   libcoff.h libecoff.h
1205 elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1206   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1207 elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
1208   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1209   $(INCDIR)/elf/arc.h elf32-target.h
1210 elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
1211   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1212   elf32-target.h
1213 elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1214   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1215   elf32-target.h
1216 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
1217   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1218   elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
1219   elf32-target.h
1220 elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
1221   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1222   elf32-target.h
1223 elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
1224   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1225   elf32-target.h
1226 elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
1227   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1228   $(INCDIR)/elf/m32r.h elf32-target.h
1229 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
1230   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1231   elf32-target.h
1232 elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
1233   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1234   elf32-target.h
1235 elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
1236   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1237   $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1238   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1239   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1240   elf32-target.h
1241 elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
1242   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1243   elf32-target.h
1244 elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \
1245   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1246   elf32-target.h
1247 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1248   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1249   $(INCDIR)/elf/ppc.h elf32-target.h
1250 elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
1251   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1252   elf32-target.h
1253 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1254   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1255   $(INCDIR)/elf/sparc.h elf32-target.h
1256 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1257   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1258   $(INCDIR)/elf/v850.h elf32-target.h
1259 elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1260   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1261   $(INCDIR)/fnmatch.h elfcore.h elflink.h
1262 elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
1263   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1264 hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
1265   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1266   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1267 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1268   aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1269   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1270   aout-target.h
1271 som.lo: som.c
1272 i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
1273   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1274   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1275 i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
1276   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1277   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1278 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1279   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1280   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1281   aout-target.h
1282 i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
1283   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1284   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1285 i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1286   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1287   $(INCDIR)/bfdlink.h aout-target.h
1288 i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
1289   $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1290   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1291 i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
1292 i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1293   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1294   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1295 i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1296   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1297   $(INCDIR)/bfdlink.h aout-target.h
1298 i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
1299   $(INCDIR)/os9k.h
1300 ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
1301 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
1302   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1303   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1304 m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1305   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1306   $(INCDIR)/bfdlink.h aout-target.h
1307 m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
1308   $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1309   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1310 m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1311   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1312   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1313 m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
1314   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1315   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1316 mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
1317   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1318   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1319 newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1320   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1321   $(INCDIR)/bfdlink.h aout-target.h
1322 nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1323   $(INCDIR)/nlm/external.h
1324 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
1325   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1326   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1327 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
1328   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1329   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1330 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
1331   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1332   nlmswap.h nlm-target.h
1333 nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1334   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1335 ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1336   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1337   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1338 oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
1339 pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
1340   $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1341   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1342 pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1343   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1344   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1345 pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1346   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1347   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1348 pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1349   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1350   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1351 pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1352   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1353   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1354 pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1355   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1356   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1357 pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1358   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1359   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1360 ppcboot.lo: ppcboot.c
1361 reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1362   $(INCDIR)/coff/internal.h libcoff.h
1363 riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1364   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1365   $(INCDIR)/aout/ar.h
1366 sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
1367   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1368   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1369 sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1370   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1371   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1372 sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1373   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1374   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1375 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1376   $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1377   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1378 vaxnetbsd.lo: vaxnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1379   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1380   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1381 versados.lo: versados.c $(INCDIR)/libiberty.h
1382 xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1383   libcoff.h
1384 aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1385   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1386   $(INCDIR)/aout/ar.h
1387 coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1388   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1389   $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1390   libecoff.h coffswap.h ecoffswap.h
1391 demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
1392   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1393   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1394   aout-target.h
1395 elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
1396   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1397   $(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1398   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1399   $(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \
1400   elf64-target.h
1401 elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1402   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1403   elf64-target.h
1404 elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
1405   genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1406   $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1407   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1408   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1409   elf64-target.h
1410 elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1411   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1412   $(INCDIR)/elf/sparc.h elf64-target.h
1413 elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1414   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1415   $(INCDIR)/fnmatch.h elfcore.h elflink.h
1416 evax-alpha.lo: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
1417 evax-egsd.lo: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
1418 evax-etir.lo: evax-etir.c $(INCDIR)/bfdlink.h evax.h
1419 evax-emh.lo: evax-emh.c $(INCDIR)/bfdlink.h evax.h
1420 evax-misc.lo: evax-misc.c $(INCDIR)/bfdlink.h evax.h
1421 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
1422   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1423   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1424 nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1425   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1426 aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
1427   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1428 hpux-core.lo: hpux-core.c
1429 irix-core.lo: irix-core.c
1430 lynx-core.lo: lynx-core.c
1431 osf-core.lo: osf-core.c
1432 trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
1433 cisco-core.lo: cisco-core.c
1434 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1435
1436 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1437 # Otherwise a system limit (for SysV at least) may be exceeded.
1438 .NOEXPORT: