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