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