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