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