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