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