xref: /netbsd-src/external/gpl3/gdb/dist/bfd/Makefile.am (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1## Process this file with automake to generate Makefile.in
2#
3#   Copyright (C) 2012-2015 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
20AUTOMAKE_OPTIONS = 1.11 no-dist foreign
21ACLOCAL_AMFLAGS = -I . -I .. -I ../config
22
23INCDIR = $(srcdir)/../include
24CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
25
26SUBDIRS = doc po
27
28bfddocdir = doc
29
30libbfd_la_LDFLAGS =
31if INSTALL_LIBBFD
32bfdlibdir = @bfdlibdir@
33bfdincludedir = @bfdincludedir@
34bfdlib_LTLIBRARIES = libbfd.la
35bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
36else !INSTALL_LIBBFD
37# Empty these so that the respective installation directories will not be created.
38bfdlibdir =
39bfdincludedir =
40bfdinclude_HEADERS =
41rpath_bfdlibdir = @bfdlibdir@
42noinst_LTLIBRARIES = libbfd.la
43libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
44endif
45
46WARN_CFLAGS = @WARN_CFLAGS@
47NO_WERROR = @NO_WERROR@
48AM_CFLAGS = $(WARN_CFLAGS)
49AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
50if PLUGINS
51bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
52LIBDL = @lt_cv_dlopen_libs@
53endif
54
55# bfd.h goes here, for now
56BFD_H = bfd.h
57
58# Jim Kingdon notes:
59# Writing S-records should be included in all (or at least most)
60# *-*-coff, *-*-aout, etc., configurations, because people will want to
61# be able to use objcopy to create S-records.  (S-records are not useful
62# for the debugger, so if you are downloading things as S-records you
63# need two copies of the executable, one to download and one for the
64# debugger).
65BFD32_LIBS = \
66	archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
67	cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo \
68	init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
69	section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
70	binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
71
72BFD64_LIBS = archive64.lo
73
74BFD32_LIBS_CFILES = \
75	archive.c archures.c bfd.c bfdio.c bfdwin.c \
76	cache.c coff-bfd.c compress.c corefile.c format.c hash.c \
77	init.c libbfd.c linker.c merge.c opncls.c reloc.c \
78	section.c simple.c stab-syms.c stabs.c syms.c targets.c \
79	binary.c ihex.c srec.c tekhex.c verilog.c
80
81BFD64_LIBS_CFILES = archive64.c
82
83# This list is alphabetized to make it easier to keep in sync
84# with the decls and initializer in archures.c.
85ALL_MACHINES = \
86	cpu-aarch64.lo \
87	cpu-alpha.lo \
88	cpu-arc.lo \
89	cpu-arm.lo \
90	cpu-avr.lo \
91	cpu-bfin.lo \
92	cpu-cr16.lo \
93	cpu-cr16c.lo \
94	cpu-cris.lo \
95	cpu-crx.lo \
96	cpu-d10v.lo \
97	cpu-d30v.lo \
98	cpu-dlx.lo \
99	cpu-epiphany.lo \
100	cpu-fr30.lo \
101	cpu-frv.lo \
102	cpu-h8300.lo \
103	cpu-h8500.lo \
104	cpu-hppa.lo \
105	cpu-i370.lo \
106	cpu-i386.lo \
107	cpu-l1om.lo \
108	cpu-k1om.lo \
109	cpu-i860.lo \
110	cpu-i960.lo \
111	cpu-ia64.lo \
112	cpu-ip2k.lo \
113	cpu-iq2000.lo \
114	cpu-lm32.lo \
115	cpu-m10200.lo \
116	cpu-m10300.lo \
117	cpu-m32c.lo \
118	cpu-m32r.lo \
119	cpu-m68hc11.lo \
120	cpu-m68hc12.lo \
121	cpu-m9s12x.lo \
122	cpu-m9s12xg.lo \
123	cpu-m68k.lo \
124	cpu-m88k.lo \
125	cpu-mcore.lo \
126	cpu-mep.lo \
127	cpu-metag.lo \
128	cpu-microblaze.lo \
129	cpu-mips.lo \
130	cpu-mmix.lo \
131	cpu-moxie.lo \
132	cpu-msp430.lo \
133	cpu-mt.lo \
134	cpu-nds32.lo \
135	cpu-nios2.lo \
136	cpu-ns32k.lo \
137	cpu-or1k.lo \
138	cpu-pdp11.lo \
139	cpu-pj.lo \
140	cpu-plugin.lo \
141	cpu-powerpc.lo \
142	cpu-rs6000.lo \
143	cpu-rl78.lo \
144	cpu-rx.lo \
145	cpu-s390.lo \
146	cpu-score.lo \
147	cpu-sh.lo \
148	cpu-sparc.lo \
149	cpu-spu.lo \
150	cpu-tic30.lo \
151	cpu-tic4x.lo \
152	cpu-tic54x.lo \
153	cpu-tic6x.lo \
154	cpu-tic80.lo \
155	cpu-tilegx.lo \
156	cpu-tilepro.lo \
157	cpu-v850.lo \
158	cpu-v850_rh850.lo \
159	cpu-vax.lo \
160	cpu-visium.lo \
161	cpu-w65.lo \
162	cpu-we32k.lo \
163	cpu-xc16x.lo \
164	cpu-xgate.lo \
165	cpu-xstormy16.lo \
166	cpu-xtensa.lo \
167	cpu-z80.lo \
168	cpu-z8k.lo
169
170ALL_MACHINES_CFILES = \
171	cpu-aarch64.c \
172	cpu-alpha.c \
173	cpu-arc.c \
174	cpu-arm.c \
175	cpu-avr.c \
176	cpu-bfin.c \
177	cpu-cr16.c \
178	cpu-cr16c.c \
179	cpu-cris.c \
180	cpu-crx.c \
181	cpu-d10v.c \
182	cpu-d30v.c \
183	cpu-dlx.c \
184	cpu-epiphany.c \
185	cpu-fr30.c \
186	cpu-frv.c \
187	cpu-h8300.c \
188	cpu-h8500.c \
189	cpu-hppa.c \
190	cpu-i370.c \
191	cpu-i386.c \
192	cpu-l1om.c \
193	cpu-k1om.c \
194	cpu-i860.c \
195	cpu-i960.c \
196	cpu-ia64.c \
197	cpu-ip2k.c \
198	cpu-iq2000.c \
199	cpu-lm32.c \
200	cpu-m10200.c \
201	cpu-m10300.c \
202	cpu-m32c.c \
203	cpu-m32r.c \
204	cpu-m68hc11.c \
205	cpu-m68hc12.c \
206	cpu-m9s12x.c \
207	cpu-m9s12xg.c \
208	cpu-m68k.c \
209	cpu-m88k.c \
210	cpu-mcore.c \
211	cpu-mep.c \
212	cpu-metag.c \
213	cpu-microblaze.c \
214	cpu-mips.c \
215	cpu-mmix.c \
216	cpu-moxie.c \
217	cpu-msp430.c \
218	cpu-mt.c \
219	cpu-nds32.c \
220	cpu-ns32k.c \
221	cpu-nios2.c \
222	cpu-or1k.c \
223	cpu-pdp11.c \
224	cpu-pj.c \
225	cpu-plugin.c \
226	cpu-powerpc.c \
227	cpu-rs6000.c \
228	cpu-rl78.c \
229	cpu-rx.c \
230	cpu-s390.c \
231	cpu-score.c \
232	cpu-sh.c \
233	cpu-sparc.c \
234	cpu-spu.c \
235	cpu-tic30.c \
236	cpu-tic4x.c \
237	cpu-tic54x.c \
238	cpu-tic6x.c \
239	cpu-tic80.c \
240	cpu-tilegx.c \
241	cpu-tilepro.c \
242	cpu-v850.c \
243	cpu-v850_rh850.c \
244	cpu-vax.c \
245	cpu-visium.c \
246	cpu-w65.c \
247	cpu-we32k.c \
248	cpu-xc16x.c \
249	cpu-xgate.c \
250	cpu-xstormy16.c \
251	cpu-xtensa.c \
252	cpu-z80.c \
253	cpu-z8k.c
254
255# The .o files needed by all of the 32 bit vectors that are configured into
256# target_vector in targets.c if configured with --enable-targets=all.
257BFD32_BACKENDS = \
258	aout-adobe.lo \
259	aout-arm.lo \
260	aout-cris.lo \
261	aout-ns32k.lo \
262	aout-sparcle.lo \
263	aout-tic30.lo \
264	aout0.lo \
265	aout32.lo \
266	armnetbsd.lo \
267	bout.lo \
268	cf-i386lynx.lo \
269	cf-sparclynx.lo \
270	coff-apollo.lo \
271	coff-arm.lo \
272	coff-aux.lo \
273	coff-go32.lo \
274	coff-h8300.lo \
275	coff-h8500.lo \
276	coff-i386.lo \
277	coff-i860.lo \
278	coff-i960.lo \
279	coff-m68k.lo \
280	coff-m88k.lo \
281	coff-mips.lo \
282	coff-rs6000.lo \
283	coff-sh.lo \
284	coff-sparc.lo \
285	coff-stgo32.lo \
286	coff-svm68k.lo \
287	coff-tic30.lo \
288	coff-tic4x.lo \
289	coff-tic54x.lo \
290	coff-tic80.lo \
291	coff-u68k.lo \
292	coff-w65.lo \
293	coff-we32k.lo \
294	coff-z80.lo \
295	coff-z8k.lo \
296	coffgen.lo \
297	cofflink.lo \
298	dwarf1.lo \
299	dwarf2.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-moxie.lo \
348	elf32-msp430.lo \
349	elf32-mt.lo \
350	elf32-nds32.lo \
351	elf32-nios2.lo \
352	elf32-or1k.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-visium.lo \
370	elf32-xc16x.lo \
371	elf32-xgate.lo \
372	elf32-xstormy16.lo \
373	elf32-xtensa.lo \
374	elf32.lo \
375	elflink.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
447BFD32_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-rs6000.c \
473	coff-sh.c \
474	coff-sparc.c \
475	coff-stgo32.c \
476	coff-svm68k.c \
477	coff-tic30.c \
478	coff-tic4x.c \
479	coff-tic54x.c \
480	coff-tic80.c \
481	coff-u68k.c \
482	coff-w65.c \
483	coff-we32k.c \
484	coff-z80.c \
485	coff-z8k.c \
486	coffgen.c \
487	cofflink.c \
488	dwarf1.c \
489	dwarf2.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-nds32.c \
541	elf32-nios2.c \
542	elf32-or1k.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-visium.c \
560	elf32-xc16x.c \
561	elf32-xgate.c \
562	elf32-xstormy16.c \
563	elf32-xtensa.c \
564	elf32.c \
565	elflink.c \
566	elfxx-sparc.c \
567	elfxx-tilegx.c \
568	epoc-pe-arm.c \
569	epoc-pei-arm.c \
570	hp300bsd.c \
571	hp300hpux.c \
572	i386aout.c \
573	i386bsd.c \
574	i386dynix.c \
575	i386freebsd.c \
576	i386linux.c \
577	i386lynx.c \
578	i386mach3.c \
579	i386msdos.c \
580	i386netbsd.c \
581	i386os9k.c \
582	ieee.c \
583	m68k4knetbsd.c \
584	m68klinux.c \
585	m68knetbsd.c \
586	m88kmach3.c \
587	m88kopenbsd.c \
588	mach-o.c \
589	mach-o-i386.c \
590	mipsbsd.c \
591	newsos3.c \
592	nlm.c \
593	nlm32-i386.c \
594	nlm32-ppc.c \
595	nlm32-sparc.c \
596	nlm32.c \
597	ns32knetbsd.c \
598	oasys.c \
599	pc532-mach.c \
600	pdp11.c \
601	pe-arm-wince.c \
602	pe-arm.c \
603	pe-i386.c \
604	pe-mcore.c \
605	pe-mips.c \
606	pe-ppc.c \
607	pe-sh.c \
608	pef.c \
609	pei-arm-wince.c \
610	pei-arm.c \
611	pei-i386.c \
612	pei-mcore.c \
613	pei-mips.c \
614	pei-ppc.c \
615	pei-sh.c \
616	plugin.c \
617	ppcboot.c \
618	reloc16.c \
619	riscix.c \
620	som.c \
621	sparclinux.c \
622	sparclynx.c \
623	sparcnetbsd.c \
624	sunos.c \
625	vax1knetbsd.c \
626	vaxbsd.c \
627	vaxnetbsd.c \
628	versados.c \
629	vms-lib.c \
630	vms-misc.c \
631	xcofflink.c \
632	xsym.c \
633	xtensa-isa.c \
634	xtensa-modules.c
635
636# The .o files needed by all of the 64 bit vectors that are configured into
637# target_vector in targets.c if configured with --enable-targets=all
638# and --enable-64-bit-bfd.
639# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
640# BFD32_BACKENDS.
641BFD64_BACKENDS = \
642	elf32-aarch64.lo \
643	elf64-aarch64.lo \
644	elfxx-aarch64.lo \
645	aix5ppc-core.lo \
646	aout64.lo \
647	coff-alpha.lo \
648	coff-x86_64.lo \
649	coff64-rs6000.lo \
650	demo64.lo \
651	elf32-ia64.lo \
652	elf32-mips.lo \
653	elf32-score.lo \
654	elf32-score7.lo \
655	elf64-alpha.lo \
656	elf64-gen.lo \
657	elf64-hppa.lo \
658	elf64-ia64.lo \
659	elf64-ia64-vms.lo \
660	elf64-mips.lo \
661	elf64-mmix.lo \
662	elf64-ppc.lo \
663	elf64-s390.lo \
664	elf64-sh64.lo \
665	elf64-sparc.lo \
666	elf64-tilegx.lo \
667	elf64-x86-64.lo \
668	elf64.lo \
669	elfn32-mips.lo \
670	elfxx-ia64.lo \
671	elfxx-mips.lo \
672	mach-o-x86-64.lo \
673	mmo.lo \
674	nlm32-alpha.lo \
675	nlm64.lo \
676	pe-x86_64.lo \
677	pei-ia64.lo \
678	pei-x86_64.lo \
679	pepigen.lo \
680	pex64igen.lo \
681	vms-alpha.lo
682
683BFD64_BACKENDS_CFILES = \
684	aix5ppc-core.c \
685	aout64.c \
686	coff-alpha.c \
687	coff-x86_64.c \
688	coff64-rs6000.c \
689	demo64.c \
690	elf32-mips.c \
691	elf32-score.c \
692	elf32-score7.c \
693	elf64-alpha.c \
694	elf64-gen.c \
695	elf64-hppa.c \
696	elf64-ia64-vms.c \
697	elf64-mips.c \
698	elf64-mmix.c \
699	elf64-ppc.c \
700	elf64-s390.c \
701	elf64-sh64.c \
702	elf64-sparc.c \
703	elf64-tilegx.c \
704	elf64-x86-64.c \
705	elf64.c \
706	elfn32-mips.c \
707	elfxx-aarch64.c \
708	elfxx-ia64.c \
709	elfxx-mips.c \
710	mach-o-x86-64.c \
711	mmo.c \
712	nlm32-alpha.c \
713	nlm64.c \
714	pe-x86_64.c \
715	pei-ia64.c \
716	pei-x86_64.c \
717	vms-alpha.c
718
719OPTIONAL_BACKENDS = \
720	aix386-core.lo \
721	cisco-core.lo \
722	hpux-core.lo \
723	irix-core.lo \
724	lynx-core.lo \
725	osf-core.lo \
726	rs6000-core.lo \
727	sco5-core.lo \
728	trad-core.lo
729
730OPTIONAL_BACKENDS_CFILES = \
731	aix386-core.c \
732	cisco-core.c \
733	hpux-core.c \
734	irix-core.c \
735	lynx-core.c \
736	osf-core.c \
737	rs6000-core.c \
738	sco5-core.c \
739	trad-core.c
740
741# Reconfigure if config.bfd or configure.host changes.
742# development.sh is used to determine -Werror default.
743CONFIG_STATUS_DEPENDENCIES = \
744	$(srcdir)/config.bfd \
745	$(srcdir)/configure.host \
746	$(srcdir)/development.sh
747
748# These are defined by configure:
749WORDSIZE = @wordsize@
750ALL_BACKENDS = @all_backends@
751BFD_BACKENDS = @bfd_backends@
752BFD_MACHINES = @bfd_machines@
753TDEFAULTS = @tdefaults@
754HAVEVECS = @havevecs@
755
756INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
757	$(HAVEVECS) @INCINTL@
758
759# C source files that correspond to .o's.
760SOURCE_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
768BUILD_CFILES = \
769	elf32-aarch64.c elf64-aarch64.c \
770	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
771
772CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
773
774## This is a list of all .h files which are in the source tree.
775SOURCE_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.
787BUILD_HFILES = \
788	bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
789
790# Ensure they are built early:
791BUILT_SOURCES = $(BUILD_HFILES)
792
793HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
794
795SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
796BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
797
798po/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
803po/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
808all 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
815OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
816
817stamp-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
830ofiles: 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.
836libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
837EXTRA_libbfd_la_SOURCES = $(CFILES)
838libbfd_la_DEPENDENCIES = $(OFILES) ofiles
839libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
840libbfd_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
847noinst_LIBRARIES = libbfd.a
848libbfd_a_SOURCES =
849
850stamp-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
859libbfd.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.
864targmatch.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
872targets.lo: targets.c Makefile
873if am__fastdepCC
874	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
875	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
876else
877if AMDEP
878	source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
879	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
880endif
881	$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
882endif
883
884archures.lo: archures.c Makefile
885if am__fastdepCC
886	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
887	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
888else
889if AMDEP
890	source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
891	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892endif
893	$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
894endif
895
896dwarf2.lo: dwarf2.c Makefile
897if am__fastdepCC
898	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
899	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
900else
901if AMDEP
902	source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
903	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904endif
905	$(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
906endif
907
908elf32-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
913elf64-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
918elf32-aarch64.c : elfnn-aarch64.c
919	rm -f elf32-aarch64.c
920	echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
921	sed -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
922	mv -f elf32-aarch64.new elf32-aarch64.c
923
924elf64-aarch64.c : elfnn-aarch64.c
925	rm -f elf64-aarch64.c
926	echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
927	sed -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
928	mv -f elf64-aarch64.new elf64-aarch64.c
929
930elf32-ia64.c : elfnn-ia64.c
931	rm -f elf32-ia64.c
932	sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
933	mv -f elf32-ia64.new elf32-ia64.c
934
935elf64-ia64.c : elfnn-ia64.c
936	rm -f elf64-ia64.c
937	sed -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
938	mv -f elf64-ia64.new elf64-ia64.c
939
940peigen.c : peXXigen.c
941	rm -f peigen.c
942	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
943	mv -f peigen.new peigen.c
944
945pepigen.c : peXXigen.c
946	rm -f pepigen.c
947	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
948	mv -f pepigen.new pepigen.c
949
950pex64igen.c: peXXigen.c
951	rm -f pex64igen.c
952	sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
953	mv -f pex64igen.new pex64igen.c
954
955BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
956LOCAL_H_DEPS= libbfd.h sysdep.h config.h
957$(BFD32_LIBS) \
958 $(BFD64_LIBS) \
959 $(ALL_MACHINES) \
960 $(BFD32_BACKENDS) \
961 $(BFD64_BACKENDS) \
962 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
963
964host-aout.lo: Makefile
965
966# The following program can be used to generate a simple config file
967# which can be folded into an h-XXX file for a new host, with some editing.
968aout-params.h: gen-aout
969	./gen-aout host > aout-params.h
970gen-aout: $(srcdir)/gen-aout.c Makefile
971	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
972
973$(BFD_H): stmp-bfd-h ; @true
974
975stmp-bfd-h: bfd-in3.h
976	rm -f bfd-tmp.h
977	cp bfd-in3.h bfd-tmp.h
978	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
979	rm -f bfd-tmp.h
980	touch stmp-bfd-h
981
982BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
983	reloc.c syms.c bfd.c bfdio.c bfdwin.c \
984	archive.c corefile.c targets.c format.c compress.c
985BFD64_H_FILES = archive64.c
986LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
987	cache.c reloc.c archures.c elf.c
988LIBCOFF_H_FILES = libcoff-in.h coffcode.h
989
990# Could really use a "copy-if-change"...
991headers:
992	(cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
993	cp $(bfddocdir)/bfd.h bfd-in2.h-new
994	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
995	cp $(bfddocdir)/libbfd.h libbfd.h-new
996	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
997	cp $(bfddocdir)/libcoff.h libcoff.h-new
998	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
999
1000# We only rebuild the header files automatically if we have been
1001# configured with --enable-maintainer-mode.
1002
1003$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1004stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1005	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1006	cp $(bfddocdir)/bfd.h bfd-in2.h-new
1007	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1008	touch stmp-bin2-h
1009
1010$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1011stmp-lbfd-h: $(LIBBFD_H_FILES)
1012	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1013	cp $(bfddocdir)/libbfd.h libbfd.h-new
1014	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1015	touch stmp-lbfd-h
1016
1017$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1018stmp-lcoff-h: $(LIBCOFF_H_FILES)
1019	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1020	cp $(bfddocdir)/libcoff.h libcoff.h-new
1021	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1022	touch stmp-lcoff-h
1023
1024MOSTLYCLEANFILES = ofiles stamp-ofiles
1025
1026CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1027	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1028
1029DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1030
1031bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
1032	@echo "creating $@"
1033	@bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1034	bfd_version_string="\"$(VERSION)\"" ;\
1035	bfd_soversion="$(VERSION)" ;\
1036	bfd_version_package="\"$(PKGVERSION)\"" ;\
1037	report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1038	. $(srcdir)/development.sh ;\
1039	if test "$$development" = true ; then \
1040	  bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1041	  bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1042	  bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1043	fi ;\
1044	sed -e "s,@bfd_version@,$$bfd_version," \
1045	    -e "s,@bfd_version_string@,$$bfd_version_string," \
1046	    -e "s,@bfd_version_package@,$$bfd_version_package," \
1047	    -e "s,@report_bugs_to@,$$report_bugs_to," \
1048	    < $(srcdir)/version.h > $@; \
1049	echo "$${bfd_soversion}" > libtool-soversion
1050
1051# Disable -Werror, if it has been enabled, since coffswap.h won't
1052# compile with gcc 4.5 and above.
1053coff-tic4x.lo: coff-tic4x.c
1054@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1055@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1056@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1057@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1058@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1059
1060coff-tic54x.lo: coff-tic54x.c
1061@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1062@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1063@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1064@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1065@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1066