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