]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/Makefile.am
kvx: New port.
[thirdparty/binutils-gdb.git] / bfd / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2 #
3 # Copyright (C) 2012-2023 Free Software Foundation, Inc.
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
18 #
19
20 AUTOMAKE_OPTIONS = no-dist foreign info-in-builddir no-texinfo.tex
21 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
22
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 INCDIR = $(srcdir)/../include
29 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
30
31 SUBDIRS = po
32
33 bfddocdir = doc
34
35 libbfd_la_LDFLAGS =
36 if INSTALL_LIBBFD
37 bfdlibdir = @bfdlibdir@
38 bfdincludedir = @bfdincludedir@
39 bfdlib_LTLIBRARIES = libbfd.la
40 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
41 $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
42 else !INSTALL_LIBBFD
43 # Empty these so that the respective installation directories will not be created.
44 bfdlibdir =
45 bfdincludedir =
46 bfdinclude_HEADERS =
47 rpath_bfdlibdir = @bfdlibdir@
48 noinst_LTLIBRARIES = libbfd.la
49 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
50 endif
51
52 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
53 # -I../zlib, unless we were configured with --with-system-zlib, in which
54 # case both are empty.
55 ZLIB = @zlibdir@ -lz
56 ZLIBINC = @zlibinc@
57
58 WARN_CFLAGS = @WARN_CFLAGS@
59 NO_WERROR = @NO_WERROR@
60 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS)
61 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"' @LARGEFILE_CPPFLAGS@
62 if PLUGINS
63 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
64 LIBDL = @lt_cv_dlopen_libs@
65 endif
66
67 # bfd.h goes here, for now
68 BFD_H = bfd.h
69
70 # Jim Kingdon notes:
71 # Writing S-records should be included in all (or at least most)
72 # *-*-coff, *-*-aout, etc., configurations, because people will want to
73 # be able to use objcopy to create S-records. (S-records are not useful
74 # for the debugger, so if you are downloading things as S-records you
75 # need two copies of the executable, one to download and one for the
76 # debugger).
77 BFD32_LIBS = \
78 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo \
79 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
80 hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
81 section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
82 binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
83
84 BFD64_LIBS = archive64.lo
85
86 BFD32_LIBS_CFILES = \
87 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
88 compress.c corefile.c elf-properties.c format.c hash.c \
89 libbfd.c linker.c merge.c opncls.c reloc.c \
90 section.c simple.c stab-syms.c stabs.c syms.c targets.c \
91 binary.c ihex.c srec.c tekhex.c verilog.c
92
93 BFD64_LIBS_CFILES = archive64.c
94
95 # This list is alphabetized to make it easier to keep in sync
96 # with the decls and initializer in archures.c.
97 ALL_MACHINES = \
98 cpu-aarch64.lo \
99 cpu-alpha.lo \
100 cpu-amdgcn.lo \
101 cpu-arc.lo \
102 cpu-arm.lo \
103 cpu-avr.lo \
104 cpu-bfin.lo \
105 cpu-bpf.lo \
106 cpu-cr16.lo \
107 cpu-cris.lo \
108 cpu-crx.lo \
109 cpu-csky.lo \
110 cpu-d10v.lo \
111 cpu-d30v.lo \
112 cpu-dlx.lo \
113 cpu-epiphany.lo \
114 cpu-fr30.lo \
115 cpu-frv.lo \
116 cpu-ft32.lo \
117 cpu-h8300.lo \
118 cpu-hppa.lo \
119 cpu-i386.lo \
120 cpu-iamcu.lo \
121 cpu-ia64.lo \
122 cpu-ip2k.lo \
123 cpu-iq2000.lo \
124 cpu-lm32.lo \
125 cpu-kvx.lo \
126 cpu-loongarch.lo \
127 cpu-m10200.lo \
128 cpu-m10300.lo \
129 cpu-m32c.lo \
130 cpu-m32r.lo \
131 cpu-m68hc11.lo \
132 cpu-m68hc12.lo \
133 cpu-m9s12x.lo \
134 cpu-s12z.lo \
135 cpu-m9s12xg.lo \
136 cpu-m68k.lo \
137 cpu-mcore.lo \
138 cpu-mep.lo \
139 cpu-metag.lo \
140 cpu-microblaze.lo \
141 cpu-mips.lo \
142 cpu-mmix.lo \
143 cpu-moxie.lo \
144 cpu-msp430.lo \
145 cpu-mt.lo \
146 cpu-nds32.lo \
147 cpu-nfp.lo \
148 cpu-nios2.lo \
149 cpu-ns32k.lo \
150 cpu-or1k.lo \
151 cpu-pdp11.lo \
152 cpu-pj.lo \
153 cpu-powerpc.lo \
154 cpu-pru.lo \
155 cpu-rs6000.lo \
156 cpu-riscv.lo \
157 cpu-rl78.lo \
158 cpu-rx.lo \
159 cpu-s390.lo \
160 cpu-score.lo \
161 cpu-sh.lo \
162 cpu-sparc.lo \
163 cpu-spu.lo \
164 cpu-tic30.lo \
165 cpu-tic4x.lo \
166 cpu-tic54x.lo \
167 cpu-tic6x.lo \
168 cpu-tilegx.lo \
169 cpu-tilepro.lo \
170 cpu-v850.lo \
171 cpu-v850_rh850.lo \
172 cpu-vax.lo \
173 cpu-visium.lo \
174 cpu-wasm32.lo \
175 cpu-xgate.lo \
176 cpu-xstormy16.lo \
177 cpu-xtensa.lo \
178 cpu-z80.lo \
179 cpu-z8k.lo
180
181 ALL_MACHINES_CFILES = \
182 cpu-aarch64.c \
183 cpu-alpha.c \
184 cpu-amdgcn.c \
185 cpu-arc.c \
186 cpu-arm.c \
187 cpu-avr.c \
188 cpu-bfin.c \
189 cpu-bpf.c \
190 cpu-cr16.c \
191 cpu-cris.c \
192 cpu-crx.c \
193 cpu-csky.c \
194 cpu-d10v.c \
195 cpu-d30v.c \
196 cpu-dlx.c \
197 cpu-epiphany.c \
198 cpu-fr30.c \
199 cpu-frv.c \
200 cpu-ft32.c \
201 cpu-h8300.c \
202 cpu-hppa.c \
203 cpu-i386.c \
204 cpu-iamcu.c \
205 cpu-kvx.c \
206 cpu-ia64.c \
207 cpu-ip2k.c \
208 cpu-iq2000.c \
209 cpu-lm32.c \
210 cpu-loongarch.c \
211 cpu-m10200.c \
212 cpu-m10300.c \
213 cpu-m32c.c \
214 cpu-m32r.c \
215 cpu-m68hc11.c \
216 cpu-m68hc12.c \
217 cpu-m9s12x.c \
218 cpu-s12z.c \
219 cpu-m9s12xg.c \
220 cpu-m68k.c \
221 cpu-mcore.c \
222 cpu-mep.c \
223 cpu-metag.c \
224 cpu-microblaze.c \
225 cpu-mips.c \
226 cpu-mmix.c \
227 cpu-moxie.c \
228 cpu-msp430.c \
229 cpu-mt.c \
230 cpu-nds32.c \
231 cpu-nfp.c \
232 cpu-ns32k.c \
233 cpu-nios2.c \
234 cpu-or1k.c \
235 cpu-pdp11.c \
236 cpu-pj.c \
237 cpu-powerpc.c \
238 cpu-pru.c \
239 cpu-rs6000.c \
240 cpu-riscv.c \
241 cpu-rl78.c \
242 cpu-rx.c \
243 cpu-s390.c \
244 cpu-score.c \
245 cpu-sh.c \
246 cpu-sparc.c \
247 cpu-spu.c \
248 cpu-tic30.c \
249 cpu-tic4x.c \
250 cpu-tic54x.c \
251 cpu-tic6x.c \
252 cpu-tilegx.c \
253 cpu-tilepro.c \
254 cpu-v850.c \
255 cpu-v850_rh850.c \
256 cpu-vax.c \
257 cpu-visium.c \
258 cpu-wasm32.c \
259 cpu-xgate.c \
260 cpu-xstormy16.c \
261 cpu-xtensa.c \
262 cpu-z80.c \
263 cpu-z8k.c
264
265 # The .o files needed by all of the 32 bit vectors that are configured into
266 # target_vector in targets.c if configured with --enable-targets=all.
267 BFD32_BACKENDS = \
268 aout-cris.lo \
269 aout-ns32k.lo \
270 aout32.lo \
271 cf-i386lynx.lo \
272 coff-go32.lo \
273 coff-i386.lo \
274 coff-mips.lo \
275 coff-rs6000.lo \
276 coff-sh.lo \
277 coff-stgo32.lo \
278 coff-tic30.lo \
279 coff-tic4x.lo \
280 coff-tic54x.lo \
281 coff-z80.lo \
282 coff-z8k.lo \
283 coffgen.lo \
284 cofflink.lo \
285 dwarf1.lo \
286 dwarf2.lo \
287 ecoff.lo \
288 ecofflink.lo \
289 elf-attrs.lo \
290 elf-eh-frame.lo \
291 elf-sframe.lo \
292 elf-ifunc.lo \
293 elf-m10200.lo \
294 elf-m10300.lo \
295 elf-nacl.lo \
296 elf-strtab.lo \
297 elf-vxworks.lo \
298 elf.lo \
299 elf32-am33lin.lo \
300 elf32-arc.lo \
301 elf32-arm.lo \
302 elf32-avr.lo \
303 elf32-bfin.lo \
304 elf32-cr16.lo \
305 elf32-cris.lo \
306 elf32-crx.lo \
307 elf32-csky.lo \
308 elf32-d10v.lo \
309 elf32-d30v.lo \
310 elf32-dlx.lo \
311 elf32-epiphany.lo \
312 elf32-fr30.lo \
313 elf32-frv.lo \
314 elf32-ft32.lo \
315 elf32-gen.lo \
316 elf32-h8300.lo \
317 elf32-hppa.lo \
318 elf32-i386.lo \
319 elfxx-x86.lo \
320 elf32-ip2k.lo \
321 elf32-iq2000.lo \
322 elf32-kvx.lo \
323 elfxx-kvx.lo \
324 elf32-lm32.lo \
325 elf32-m32c.lo \
326 elf32-m32r.lo \
327 elf32-m68hc11.lo \
328 elf32-m68hc12.lo \
329 elf32-m68hc1x.lo \
330 elf32-m68k.lo \
331 elf32-s12z.lo \
332 elf32-mcore.lo \
333 elf32-mep.lo \
334 elf32-metag.lo \
335 elf32-microblaze.lo \
336 elf32-moxie.lo \
337 elf32-msp430.lo \
338 elf32-mt.lo \
339 elf32-nds32.lo \
340 elf32-nios2.lo \
341 elf32-or1k.lo \
342 elf32-pj.lo \
343 elf32-ppc.lo \
344 elf32-pru.lo \
345 elf32-rl78.lo \
346 elf32-rx.lo \
347 elf32-s390.lo \
348 elf32-sh.lo \
349 elf32-sparc.lo \
350 elf32-spu.lo \
351 elf32-tic6x.lo \
352 elf32-tilegx.lo \
353 elf32-tilepro.lo \
354 elf32-v850.lo \
355 elf32-vax.lo \
356 elf32-visium.lo \
357 elf32-wasm32.lo \
358 elf32-xgate.lo \
359 elf32-xstormy16.lo \
360 elf32-xtensa.lo \
361 elf32-z80.lo \
362 elf32.lo \
363 elflink.lo \
364 elfxx-sparc.lo \
365 elfxx-tilegx.lo \
366 i386aout.lo \
367 i386bsd.lo \
368 i386lynx.lo \
369 i386msdos.lo \
370 mach-o.lo \
371 mach-o-i386.lo \
372 mach-o-arm.lo \
373 ns32knetbsd.lo \
374 pc532-mach.lo \
375 pdb.lo \
376 pdp11.lo \
377 pe-arm-wince.lo \
378 pe-arm.lo \
379 pe-i386.lo \
380 pe-mcore.lo \
381 pe-sh.lo \
382 pef.lo \
383 pei-arm-wince.lo \
384 pei-arm.lo \
385 pei-i386.lo \
386 pei-mcore.lo \
387 pei-sh.lo \
388 peigen.lo \
389 plugin.lo \
390 ppcboot.lo \
391 reloc16.lo \
392 som.lo \
393 vax1knetbsd.lo \
394 vaxnetbsd.lo \
395 vms-lib.lo \
396 vms-misc.lo \
397 wasm-module.lo \
398 xcofflink.lo \
399 xsym.lo \
400 xtensa-dynconfig.lo \
401 xtensa-isa.lo \
402 xtensa-modules.lo
403
404 BFD32_BACKENDS_CFILES = \
405 aout-cris.c \
406 aout-ns32k.c \
407 aout32.c \
408 cf-i386lynx.c \
409 coff-go32.c \
410 coff-i386.c \
411 coff-mips.c \
412 coff-rs6000.c \
413 coff-sh.c \
414 coff-stgo32.c \
415 coff-tic30.c \
416 coff-tic4x.c \
417 coff-tic54x.c \
418 coff-z80.c \
419 coff-z8k.c \
420 coffgen.c \
421 cofflink.c \
422 dwarf1.c \
423 dwarf2.c \
424 ecoff.c \
425 ecofflink.c \
426 elf-attrs.c \
427 elf-eh-frame.c \
428 elf-sframe.c \
429 elf-ifunc.c \
430 elf-m10200.c \
431 elf-m10300.c \
432 elf-nacl.c \
433 elf-strtab.c \
434 elf-vxworks.c \
435 elf.c \
436 elf32-am33lin.c \
437 elf32-arc.c \
438 elf32-arm.c \
439 elf32-avr.c \
440 elf32-bfin.c \
441 elf32-cr16.c \
442 elf32-cris.c \
443 elf32-crx.c \
444 elf32-csky.c \
445 elf32-d10v.c \
446 elf32-d30v.c \
447 elf32-dlx.c \
448 elf32-epiphany.c \
449 elf32-fr30.c \
450 elf32-frv.c \
451 elf32-ft32.c \
452 elf32-gen.c \
453 elf32-h8300.c \
454 elf32-hppa.c \
455 elf32-i386.c \
456 elfxx-x86.c \
457 elf32-ip2k.c \
458 elf32-iq2000.c \
459 elfxx-kvx.c \
460 elf32-lm32.c \
461 elf32-m32c.c \
462 elf32-m32r.c \
463 elf32-m68hc11.c \
464 elf32-m68hc12.c \
465 elf32-m68hc1x.c \
466 elf32-m68k.c \
467 elf32-s12z.c \
468 elf32-mcore.c \
469 elf32-mep.c \
470 elf32-metag.c \
471 elf32-microblaze.c \
472 elf32-moxie.c \
473 elf32-msp430.c \
474 elf32-mt.c \
475 elf32-nds32.c \
476 elf32-nios2.c \
477 elf32-or1k.c \
478 elf32-pj.c \
479 elf32-ppc.c \
480 elf32-pru.c \
481 elf32-rl78.c \
482 elf32-rx.c \
483 elf32-s390.c \
484 elf32-sh.c \
485 elf32-sparc.c \
486 elf32-spu.c \
487 elf32-tic6x.c \
488 elf32-tilegx.c \
489 elf32-tilepro.c \
490 elf32-v850.c \
491 elf32-vax.c \
492 elf32-visium.c \
493 elf32-wasm32.c \
494 elf32-xgate.c \
495 elf32-xstormy16.c \
496 elf32-xtensa.c \
497 elf32-z80.c \
498 elf32.c \
499 elflink.c \
500 elfxx-sparc.c \
501 elfxx-tilegx.c \
502 i386aout.c \
503 i386bsd.c \
504 i386lynx.c \
505 i386msdos.c \
506 mach-o.c \
507 mach-o-i386.c \
508 mach-o-arm.c \
509 ns32knetbsd.c \
510 pc532-mach.c \
511 pdb.c \
512 pdp11.c \
513 pe-arm-wince.c \
514 pe-arm.c \
515 pe-i386.c \
516 pe-mcore.c \
517 pe-sh.c \
518 pef.c \
519 pei-arm-wince.c \
520 pei-arm.c \
521 pei-i386.c \
522 pei-mcore.c \
523 pei-sh.c \
524 plugin.c \
525 ppcboot.c \
526 reloc16.c \
527 som.c \
528 vax1knetbsd.c \
529 vaxnetbsd.c \
530 vms-lib.c \
531 vms-misc.c \
532 wasm-module.c \
533 xcofflink.c \
534 xsym.c \
535 xtensa-dynconfig.c \
536 xtensa-isa.c \
537 xtensa-modules.c
538
539 # The .o files needed by all of the 64 bit vectors that are configured into
540 # target_vector in targets.c if configured with --enable-targets=all
541 # and --enable-64-bit-bfd.
542 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
543 # BFD32_BACKENDS.
544 BFD64_BACKENDS = \
545 elf32-aarch64.lo \
546 elf64-aarch64.lo \
547 elfxx-aarch64.lo \
548 aix5ppc-core.lo \
549 aout64.lo \
550 coff-alpha.lo \
551 coff-x86_64.lo \
552 coff64-rs6000.lo \
553 elf32-ia64.lo \
554 elf32-mips.lo \
555 elf32-score.lo \
556 elf32-score7.lo \
557 elf64-alpha.lo \
558 elf64-amdgcn.lo \
559 elf64-gen.lo \
560 elf64-hppa.lo \
561 elf64-ia64.lo \
562 elf64-ia64-vms.lo \
563 elfxx-ia64.lo \
564 elfxx-kvx.lo \
565 elf64-kvx.lo \
566 elf32-loongarch.lo \
567 elf64-loongarch.lo \
568 elfxx-loongarch.lo \
569 elfn32-mips.lo \
570 elf64-mips.lo \
571 elfxx-mips.lo \
572 elf64-mmix.lo \
573 elf64-nfp.lo \
574 elf64-ppc.lo \
575 elf32-riscv.lo \
576 elf64-riscv.lo \
577 elfxx-riscv.lo \
578 elf64-s390.lo \
579 elf64-sparc.lo \
580 elf64-tilegx.lo \
581 elf64-x86-64.lo \
582 elfxx-x86.lo \
583 elf64-bpf.lo \
584 elf64.lo \
585 mach-o-aarch64.lo \
586 mach-o-x86-64.lo \
587 mmo.lo \
588 pe-aarch64igen.lo \
589 pe-loongarch64igen.lo \
590 pe-x86_64.lo \
591 pei-aarch64.lo \
592 pe-aarch64.lo \
593 pei-ia64.lo \
594 pei-loongarch64.lo \
595 pei-x86_64.lo \
596 pepigen.lo \
597 pex64igen.lo \
598 vms-alpha.lo
599
600 BFD64_BACKENDS_CFILES = \
601 aix5ppc-core.c \
602 aout64.c \
603 coff-alpha.c \
604 coff-x86_64.c \
605 coff64-rs6000.c \
606 elf32-mips.c \
607 elf32-score.c \
608 elf32-score7.c \
609 elf64-alpha.c \
610 elf64-amdgcn.c \
611 elf64-gen.c \
612 elf64-hppa.c \
613 elf64-ia64-vms.c \
614 elf64-mips.c \
615 elf64-mmix.c \
616 elf64-nfp.c \
617 elf64-ppc.c \
618 elf64-s390.c \
619 elf64-sparc.c \
620 elf64-tilegx.c \
621 elf64-x86-64.c \
622 elfxx-x86.c \
623 elf64-bpf.c \
624 elf64.c \
625 elfn32-mips.c \
626 elfxx-aarch64.c \
627 elfxx-ia64.c \
628 elfxx-kvx.c \
629 elfxx-loongarch.c \
630 elfxx-mips.c \
631 elfxx-riscv.c \
632 mach-o-aarch64.c \
633 mach-o-x86-64.c \
634 mmo.c \
635 pe-aarch64.c \
636 pe-x86_64.c \
637 pei-aarch64.c \
638 pei-ia64.c \
639 pei-loongarch64.c \
640 pei-x86_64.c \
641 vms-alpha.c
642
643 OPTIONAL_BACKENDS = \
644 cisco-core.lo \
645 hpux-core.lo \
646 irix-core.lo \
647 lynx-core.lo \
648 netbsd-core.lo \
649 osf-core.lo \
650 rs6000-core.lo \
651 trad-core.lo
652
653 OPTIONAL_BACKENDS_CFILES = \
654 cisco-core.c \
655 hpux-core.c \
656 irix-core.c \
657 lynx-core.c \
658 netbsd-core.c \
659 osf-core.c \
660 rs6000-core.c \
661 trad-core.c
662
663 # Reconfigure if config.bfd or configure.host changes.
664 # development.sh is used to determine -Werror default.
665 CONFIG_STATUS_DEPENDENCIES = \
666 $(srcdir)/config.bfd \
667 $(srcdir)/configure.host \
668 $(srcdir)/development.sh
669
670 # These are defined by configure:
671 WORDSIZE = @wordsize@
672 ALL_BACKENDS = @all_backends@
673 BFD_BACKENDS = @bfd_backends@
674 BFD_MACHINES = @bfd_machines@
675 TDEFAULTS = @tdefaults@
676 HAVEVECS = @havevecs@
677
678 AM_CPPFLAGS += @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
679 $(HAVEVECS) @INCINTL@
680
681 # C source files that correspond to .o's.
682 SOURCE_CFILES = \
683 $(BFD32_LIBS_CFILES) \
684 $(BFD64_LIBS_CFILES) \
685 $(ALL_MACHINES_CFILES) \
686 $(BFD32_BACKENDS_CFILES) \
687 $(BFD64_BACKENDS_CFILES) \
688 $(OPTIONAL_BACKENDS_CFILES)
689
690 BUILD_CFILES = \
691 elf32-aarch64.c elf64-aarch64.c \
692 elf32-kvx.c elf64-kvx.c \
693 elf32-ia64.c elf64-ia64.c \
694 elf32-loongarch.c elf64-loongarch.c \
695 elf32-riscv.c elf64-riscv.c \
696 peigen.c pepigen.c pex64igen.c pe-aarch64igen.c pe-loongarch64igen.c
697
698 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
699
700 ## This is a list of all .h files in the source tree minus those that
701 ## are processed to produce other .h files
702 SOURCE_HFILES = \
703 aout-target.h aoutx.h arc-got.h arc-plt.h \
704 coff-arm.h coff-bfd.h coffcode.h coffswap.h \
705 cpu-aarch64.h cpu-arm.h cpu-h8300.h cpu-m68k.h cpu-riscv.h \
706 ecoff-bfd.h ecoffswap.h \
707 elf32-arm.h elf32-avr.h elf32-bfin.h elf32-cr16.h elf32-csky.h \
708 elf32-dlx.h elf32-hppa.h elf32-m68hc1x.h elf32-m68k.h \
709 elf32-metag.h elf32-nds32.h elf32-nios2.h elf32-ppc.h \
710 elf32-rx.h elf32-score.h elf32-sh-relocs.h elf32-spu.h \
711 elf32-tic6x.h elf32-tilegx.h elf32-tilepro.h elf32-v850.h \
712 elf64-hppa.h elf64-ppc.h elf64-tilegx.h \
713 elf-bfd.h elfcode.h elfcore.h elf-hppa.h elf-linker-x86.h \
714 elf-linux-core.h elf-nacl.h elf-s390.h elf-vxworks.h \
715 elfxx-aarch64.h elfxx-ia64.h elfxx-mips.h elfxx-riscv.h \
716 elfxx-sparc.h elfxx-tilegx.h elfxx-x86.h elfxx-loongarch.h \
717 genlink.h go32stub.h \
718 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
719 libpei.h libxcoff.h \
720 mach-o.h \
721 netbsd.h ns32k.h \
722 pef.h pef-traceback.h peicode.h plugin.h \
723 som.h sysdep.h \
724 version.h vms.h \
725 wasm-module.h \
726 xcofflink.h xsym.h
727
728 ## ... and .h files which are in the build tree, minus config.h and bfd.h
729 BUILD_HFILES = \
730 bfdver.h elf32-target.h elf64-target.h targmatch.h
731
732 # Ensure they are built early:
733 BUILT_SOURCES = $(BUILD_HFILES) @MAINT@ $(BUILD_CFILES)
734
735 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
736
737 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
738 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
739 $(BFD32_LIBS) \
740 $(BFD64_LIBS) \
741 $(ALL_MACHINES) \
742 $(BFD32_BACKENDS) \
743 $(BFD64_BACKENDS) \
744 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
745
746 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
747 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
748
749 po/SRC-POTFILES.in: @MAINT@ Makefile
750 for file in $(SRC_POTFILES); do echo $$file; done \
751 | LC_ALL=C sort > tmp.src \
752 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
753
754 po/BLD-POTFILES.in: @MAINT@ Makefile
755 for file in $(BLD_POTFILES); do echo $$file; done \
756 | LC_ALL=C sort > tmp.bld \
757 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
758
759 all diststuff: info
760
761 # Various kinds of .o files to put in libbfd.a:
762 # BFD_BACKENDS Routines the configured targets need.
763 # BFD_MACHINES Architecture-specific routines the configured targets need.
764 # COREFILE Core file routines for a native configuration
765 # bfd64_libs Routines for 64bit support
766 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
767
768 stamp-ofiles: Makefile
769 rm -f tofiles
770 f=""; \
771 for i in $(OFILES) ; do \
772 case " $$f " in \
773 *" $$i "*) ;; \
774 *) f="$$f $$i" ;; \
775 esac ; \
776 done ; \
777 echo $$f > tofiles
778 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
779 touch stamp-ofiles
780
781 ofiles: stamp-ofiles ; @true
782
783 # Since BFD64_LIBS is optional and we can't have substitution in
784 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
785 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
786 # dependency tracking fragments are picked up in the Makefile.
787 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
788 EXTRA_libbfd_la_SOURCES = $(CFILES)
789 libbfd_la_DEPENDENCIES = $(OFILES) ofiles ../libsframe/libsframe.la
790 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB) $(ZSTD_LIBS) ../libsframe/libsframe.la
791 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
792
793 # This file holds an array associating configuration triplets and
794 # vector names. It is built from config.bfd. It is not compiled by
795 # itself, but is included by targets.c.
796 targmatch.h: config.bfd targmatch.sed
797 $(AM_V_at)rm -f targmatch.new
798 $(AM_V_GEN)$(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
799 $(AM_V_at)mv -f targmatch.new targmatch.h
800
801 # When compiling archures.c and targets.c, supply the default target
802 # info from configure.
803
804 targets.lo: targets.c Makefile
805 if am__fastdepCC
806 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
807 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
808 else
809 if AMDEP
810 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
811 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812 endif
813 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
814 endif
815
816 archures.lo: archures.c Makefile
817 if am__fastdepCC
818 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
819 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
820 else
821 if AMDEP
822 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
823 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824 endif
825 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
826 endif
827
828 dwarf2.lo: dwarf2.c Makefile
829 if am__fastdepCC
830 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
831 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
832 else
833 if AMDEP
834 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
835 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836 endif
837 $(AM_V_CC)$(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
838 endif
839
840 elf32-target.h : elfxx-target.h
841 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< > $@
842
843 elf64-target.h : elfxx-target.h
844 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< > $@
845
846 elf32-aarch64.c : elfnn-aarch64.c
847 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
848 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
849
850 elf64-aarch64.c : elfnn-aarch64.c
851 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
852 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
853
854 elf32-ia64.c : elfnn-ia64.c
855 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
856 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
857
858 elf64-ia64.c : elfnn-ia64.c
859 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
860 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
861
862 elf32-kvx.c : elfnn-kvx.c
863 rm -f elf32-kvx.c
864 echo "#line 1 \"$(srcdir)/elfnn-kvx.c\"" > elf32-kvx.new
865 sed -e s/NN/32/g < $(srcdir)/elfnn-kvx.c >> elf32-kvx.new
866 mv -f elf32-kvx.new elf32-kvx.c
867
868 elf64-kvx.c : elfnn-kvx.c
869 rm -f elf64-kvx.c
870 echo "#line 1 \"$(srcdir)/elfnn-kvx.c\"" > elf64-kvx.new
871 sed -e s/NN/64/g < $(srcdir)/elfnn-kvx.c >> elf64-kvx.new
872 mv -f elf64-kvx.new elf64-kvx.c
873
874 elf32-loongarch.c : elfnn-loongarch.c
875 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
876 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
877
878 elf64-loongarch.c : elfnn-loongarch.c
879 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
880 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
881
882 elf32-riscv.c : elfnn-riscv.c
883 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
884 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
885
886 elf64-riscv.c : elfnn-riscv.c
887 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
888 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
889
890 peigen.c : peXXigen.c
891 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
892 $(AM_V_GEN)$(SED) -e s/XX/pe/g < $< >> $@
893
894 pepigen.c : peXXigen.c
895 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
896 $(AM_V_GEN)$(SED) -e s/XX/pep/g < $< >> $@
897
898 pex64igen.c: peXXigen.c
899 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
900 $(AM_V_GEN)$(SED) -e s/XX/pex64/g < $< >> $@
901
902 pe-aarch64igen.c: peXXigen.c
903 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
904 $(AM_V_GEN)$(SED) -e s/XX/peAArch64/g < $< >> $@
905
906 pe-loongarch64igen.c: peXXigen.c
907 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
908 $(AM_V_GEN)$(SED) -e s/XX/peLoongArch64/g < $< >> $@
909
910 host-aout.lo: Makefile
911
912 # The following program can be used to generate a simple config file
913 # which can be folded into an h-XXX file for a new host, with some editing.
914 aout-params.h: gen-aout
915 ./gen-aout host > aout-params.h
916 gen-aout: $(srcdir)/gen-aout.c Makefile
917 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
918
919 $(BFD_H): stmp-bfd-h ; @true
920
921 stmp-bfd-h: bfd-in3.h
922 rm -f bfd-tmp.h
923 cp bfd-in3.h bfd-tmp.h
924 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
925 rm -f bfd-tmp.h
926 touch stmp-bfd-h
927
928 BFD_H_FILES = bfd-in.h libbfd.c hash.c section.c syms.c \
929 archive.c archures.c bfd.c bfdio.c bfdwin.c \
930 cache.c compress.c corefile.c format.c linker.c opncls.c \
931 reloc.c simple.c stab-syms.c stabs.c targets.c
932 BFD64_H_FILES = archive64.c
933 LIBBFD_H_FILES = libbfd-in.h libbfd.c bfd.c bfdio.c \
934 archive.c archures.c bfdwin.c cache.c hash.c linker.c opncls.c \
935 reloc.c section.c stabs.c targets.c
936 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
937
938 headers: stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
939
940 # We only rebuild the header files automatically if we have been
941 # configured with --enable-maintainer-mode.
942
943 REGEN_HEADER = \
944 ( \
945 set -e; \
946 echo "$$H_FILES" | sed -f $(srcdir)/doc/header.sed; \
947 for file in $$H_FILES; do \
948 file="$(srcdir)/$$file"; \
949 case $$file in \
950 *-in.h) cat $$file;; \
951 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
952 -e 's,$$,. */,'; \
953 $(MKDOC) $$CHEW_FLAGS -f $(srcdir)/doc/proto.str < $$file;; \
954 esac; \
955 done; \
956 echo "\#ifdef __cplusplus"; \
957 echo "}"; \
958 echo "\#endif"; \
959 echo "\#endif"; \
960 )
961
962 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
963 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) $(MKDOC)
964 $(AM_V_GEN)H_FILES="$(BFD_H_FILES)" CHEW_FLAGS= ; $(REGEN_HEADER) > bfd-in2.h-new
965 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
966 $(AM_V_at)touch stmp-bin2-h
967
968 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
969 stmp-lbfd-h: $(LIBBFD_H_FILES) $(MKDOC)
970 $(AM_V_GEN)H_FILES="$(LIBBFD_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libbfd.h-new
971 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
972 $(AM_V_at)touch stmp-lbfd-h
973
974 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
975 stmp-lcoff-h: $(LIBCOFF_H_FILES) $(MKDOC)
976 $(AM_V_GEN)H_FILES="$(LIBCOFF_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libcoff.h-new
977 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
978 $(AM_V_at)touch stmp-lcoff-h
979
980 MOSTLYCLEANFILES += ofiles stamp-ofiles
981
982 CLEANFILES += bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 \
983 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
984
985 DISTCLEANFILES += $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
986
987 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
988 $(AM_V_GEN)\
989 bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
990 bfd_version_string="\"$(VERSION)\"" ;\
991 bfd_soversion="$(VERSION)" ;\
992 bfd_version_package="\"$(PKGVERSION)\"" ;\
993 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
994 . $(srcdir)/development.sh ;\
995 if test "$$development" = true ; then \
996 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
997 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
998 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
999 fi ;\
1000 $(SED) -e "s,@bfd_version@,$$bfd_version," \
1001 -e "s,@bfd_version_string@,$$bfd_version_string," \
1002 -e "s,@bfd_version_package@,$$bfd_version_package," \
1003 -e "s,@report_bugs_to@,$$report_bugs_to," \
1004 < $(srcdir)/version.h > $@; \
1005 echo "$${bfd_soversion}" > libtool-soversion
1006
1007 # Disable -Werror, if it has been enabled, since coffswap.h won't
1008 # compile with gcc 4.5 and above.
1009 coff-tic4x.lo: coff-tic4x.c
1010 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1011 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1013 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1014 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1015
1016 coff-tic54x.lo: coff-tic54x.c
1017 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1018 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1021 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1022
1023 include doc/local.mk