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