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