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