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