]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/Makefile.am
Fix some comments in varobj.{c,h}
[thirdparty/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 \
741 osf-core.lo \
c09a7c7e 742 rs6000-core.lo \
252b5132 743 sco5-core.lo \
ce3c775b 744 trad-core.lo
252b5132
RH
745
746OPTIONAL_BACKENDS_CFILES = \
747 aix386-core.c \
ce3c775b 748 cisco-core.c \
252b5132
RH
749 hpux-core.c \
750 irix-core.c \
751 lynx-core.c \
752 osf-core.c \
c09a7c7e 753 rs6000-core.c \
252b5132 754 sco5-core.c \
ce3c775b 755 trad-core.c
252b5132 756
82b57a90
AM
757# Reconfigure if config.bfd or configure.host changes.
758# development.sh is used to determine -Werror default.
3f85e526 759CONFIG_STATUS_DEPENDENCIES = \
3f85e526 760 $(srcdir)/config.bfd \
270c9937
JB
761 $(srcdir)/configure.host \
762 $(srcdir)/development.sh
3f85e526 763
1110793a 764# These are defined by configure:
252b5132
RH
765WORDSIZE = @wordsize@
766ALL_BACKENDS = @all_backends@
767BFD_BACKENDS = @bfd_backends@
768BFD_MACHINES = @bfd_machines@
769TDEFAULTS = @tdefaults@
7256a114 770HAVEVECS = @havevecs@
252b5132 771
7256a114
TG
772INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
773 $(HAVEVECS) @INCINTL@
252b5132
RH
774
775# C source files that correspond to .o's.
27b7e12d 776SOURCE_CFILES = \
36b45482
TS
777 $(BFD32_LIBS_CFILES) \
778 $(BFD64_LIBS_CFILES) \
252b5132
RH
779 $(ALL_MACHINES_CFILES) \
780 $(BFD32_BACKENDS_CFILES) \
781 $(BFD64_BACKENDS_CFILES) \
782 $(OPTIONAL_BACKENDS_CFILES)
783
55c80943 784BUILD_CFILES = \
cec5225b 785 elf32-aarch64.c elf64-aarch64.c \
99ad8390 786 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
27b7e12d 787
55c80943
NC
788CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
789
252b5132
RH
790## This is a list of all .h files which are in the source tree.
791SOURCE_HFILES = \
709d67f1 792 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
de64ce13 793 elf-bfd.h elf-hppa.h elf-linux-core.h elf32-hppa.h \
c152c796 794 elf64-hppa.h elfcode.h elfcore.h \
2bc3c89a
AM
795 freebsd.h genlink.h go32stub.h \
796 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
3af9a47b 797 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
2bc3c89a 798 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
3af9a47b 799 pef.h pef-traceback.h peicode.h som.h version.h \
33b54431 800 vms.h xsym.h
252b5132 801
55c80943
NC
802## ... and all .h files which are in the build tree.
803BUILD_HFILES = \
5eda1c47 804 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
55c80943 805
95b40122
RW
806# Ensure they are built early:
807BUILT_SOURCES = $(BUILD_HFILES)
808
55c80943
NC
809HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
810
811SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
812BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132 813
55c80943 814po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
fdc09da8 815 for file in $(SRC_POTFILES); do echo $$file; done \
323ee3f4 816 | LC_ALL=C sort > tmp.src \
01467f2a 817 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
818
819po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
fdc09da8 820 for file in $(BLD_POTFILES); do echo $$file; done \
323ee3f4 821 | LC_ALL=C sort > tmp.bld \
01467f2a 822 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943 823
e3e71e27 824all diststuff: info
252b5132
RH
825
826# Various kinds of .o files to put in libbfd.a:
827# BFD_BACKENDS Routines the configured targets need.
828# BFD_MACHINES Architecture-specific routines the configured targets need.
829# COREFILE Core file routines for a native configuration
21e40a48
L
830# bfd64_libs Routines for 64bit support
831OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
252b5132
RH
832
833stamp-ofiles: Makefile
834 rm -f tofiles
835 f=""; \
836 for i in $(OFILES) ; do \
837 case " $$f " in \
838 *" $$i "*) ;; \
839 *) f="$$f $$i" ;; \
840 esac ; \
841 done ; \
842 echo $$f > tofiles
843 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
844 touch stamp-ofiles
845
846ofiles: stamp-ofiles ; @true
847
21e40a48
L
848# Since BFD64_LIBS is optional and we can't have substitution in
849# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
95b40122
RW
850# However, list all sources in EXTRA_libbfd_la_SOURCES so the
851# dependency tracking fragments are picked up in the Makefile.
21e40a48 852libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
95b40122 853EXTRA_libbfd_la_SOURCES = $(CFILES)
252b5132 854libbfd_la_DEPENDENCIES = $(OFILES) ofiles
243340ad 855libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB)
14ec8efd 856libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
252b5132
RH
857
858# libtool will build .libs/libbfd.a. We create libbfd.a in the build
859# directory so that we don't have to convert all the programs that use
860# libbfd.a simultaneously. This is a hack which should be removed if
861# everything else starts using libtool. FIXME.
862
863noinst_LIBRARIES = libbfd.a
864libbfd_a_SOURCES =
865
866stamp-lib: libbfd.la
fe875424 867 libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
e56f75e9
ILT
868 if [ -f $$libtooldir/libbfd.a ]; then \
869 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 870 $(RANLIB) libbfd.tmp; \
252b5132
RH
871 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
872 else true; fi
873 touch stamp-lib
874
875libbfd.a: stamp-lib ; @true
876
877# This file holds an array associating configuration triplets and
878# vector names. It is built from config.bfd. It is not compiled by
879# itself, but is included by targets.c.
880targmatch.h: config.bfd targmatch.sed
881 rm -f targmatch.h
fe875424 882 $(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
252b5132
RH
883 mv -f targmatch.new targmatch.h
884
885# When compiling archures.c and targets.c, supply the default target
886# info from configure.
887
840f0243 888targets.lo: targets.c Makefile
95b40122
RW
889if am__fastdepCC
890 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
891 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
892else
893if AMDEP
894 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
895 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
896endif
897 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
898endif
252b5132 899
840f0243 900archures.lo: archures.c Makefile
95b40122
RW
901if am__fastdepCC
902 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
903 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
904else
905if AMDEP
906 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
907 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908endif
909 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
910endif
252b5132 911
0d4a1476 912dwarf2.lo: dwarf2.c Makefile
95b40122
RW
913if am__fastdepCC
914 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
915 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
916else
917if AMDEP
918 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
919 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
920endif
921 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
922endif
0d4a1476 923
252b5132
RH
924elf32-target.h : elfxx-target.h
925 rm -f elf32-target.h
fe875424 926 $(SED) -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
252b5132
RH
927 mv -f elf32-target.new elf32-target.h
928
929elf64-target.h : elfxx-target.h
930 rm -f elf64-target.h
fe875424 931 $(SED) -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
252b5132
RH
932 mv -f elf64-target.new elf64-target.h
933
cec5225b
YZ
934elf32-aarch64.c : elfnn-aarch64.c
935 rm -f elf32-aarch64.c
2d426575 936 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
fe875424 937 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
cec5225b
YZ
938 mv -f elf32-aarch64.new elf32-aarch64.c
939
81197114
YZ
940elf64-aarch64.c : elfnn-aarch64.c
941 rm -f elf64-aarch64.c
2d426575 942 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
fe875424 943 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
81197114
YZ
944 mv -f elf64-aarch64.new elf64-aarch64.c
945
cbe79dfe 946elf32-ia64.c : elfnn-ia64.c
bbe66d08 947 rm -f elf32-ia64.c
fe875424 948 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
bbe66d08
JW
949 mv -f elf32-ia64.new elf32-ia64.c
950
cbe79dfe 951elf64-ia64.c : elfnn-ia64.c
bbe66d08 952 rm -f elf64-ia64.c
fe875424 953 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
bbe66d08
JW
954 mv -f elf64-ia64.new elf64-ia64.c
955
825b47db
NC
956peigen.c : peXXigen.c
957 rm -f peigen.c
fe875424 958 $(SED) -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
825b47db
NC
959 mv -f peigen.new peigen.c
960
961pepigen.c : peXXigen.c
962 rm -f pepigen.c
fe875424 963 $(SED) -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
825b47db
NC
964 mv -f pepigen.new pepigen.c
965
99ad8390
NC
966pex64igen.c: peXXigen.c
967 rm -f pex64igen.c
fe875424 968 $(SED) -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
99ad8390
NC
969 mv -f pex64igen.new pex64igen.c
970
b13c7b49 971BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132 972LOCAL_H_DEPS= libbfd.h sysdep.h config.h
36b45482
TS
973$(BFD32_LIBS) \
974 $(BFD64_LIBS) \
b13c7b49
AM
975 $(ALL_MACHINES) \
976 $(BFD32_BACKENDS) \
977 $(BFD64_BACKENDS) \
978 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
252b5132 979
252b5132
RH
980host-aout.lo: Makefile
981
982# The following program can be used to generate a simple config file
983# which can be folded into an h-XXX file for a new host, with some editing.
984aout-params.h: gen-aout
985 ./gen-aout host > aout-params.h
986gen-aout: $(srcdir)/gen-aout.c Makefile
987 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
988
989$(BFD_H): stmp-bfd-h ; @true
990
991stmp-bfd-h: bfd-in3.h
992 rm -f bfd-tmp.h
993 cp bfd-in3.h bfd-tmp.h
994 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
995 rm -f bfd-tmp.h
996 touch stmp-bfd-h
997
998BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
93509525 999 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1b315056 1000 archive.c corefile.c targets.c format.c compress.c
36b45482 1001BFD64_H_FILES = archive64.c
93509525
KD
1002LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
1003 cache.c reloc.c archures.c elf.c
252b5132
RH
1004LIBCOFF_H_FILES = libcoff-in.h coffcode.h
1005
1006# Could really use a "copy-if-change"...
1007headers:
108a6f8e
CD
1008 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1009 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132 1010 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
108a6f8e 1011 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132 1012 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
108a6f8e 1013 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1014 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1015
1016# We only rebuild the header files automatically if we have been
1017# configured with --enable-maintainer-mode.
1018
1019$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
36b45482 1020stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
108a6f8e
CD
1021 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1022 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132
RH
1023 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1024 touch stmp-bin2-h
1025
1026$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1027stmp-lbfd-h: $(LIBBFD_H_FILES)
108a6f8e
CD
1028 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1029 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132
RH
1030 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1031 touch stmp-lbfd-h
1032
1033$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1034stmp-lcoff-h: $(LIBCOFF_H_FILES)
108a6f8e
CD
1035 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1036 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1037 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1038 touch stmp-lcoff-h
1039
55c80943 1040MOSTLYCLEANFILES = ofiles stamp-ofiles
252b5132 1041
0bdaf48b 1042CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
252b5132
RH
1043 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1044
ee5c21a0 1045DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
55c80943 1046
2e98a7bd 1047bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
91506736 1048 @echo "creating $@"
fe875424 1049 @bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
bc286f95 1050 bfd_version_string="\"$(VERSION)\"" ;\
ee5c21a0 1051 bfd_soversion="$(VERSION)" ;\
92f01d61 1052 bfd_version_package="\"$(PKGVERSION)\"" ;\
c428fa83 1053 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
2e98a7bd
AM
1054 . $(srcdir)/development.sh ;\
1055 if test "$$development" = true ; then \
fe875424 1056 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
066c2a57 1057 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
ee5c21a0 1058 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
bc286f95 1059 fi ;\
fe875424 1060 $(SED) -e "s,@bfd_version@,$$bfd_version," \
c428fa83
L
1061 -e "s,@bfd_version_string@,$$bfd_version_string," \
1062 -e "s,@bfd_version_package@,$$bfd_version_package," \
1063 -e "s,@report_bugs_to@,$$report_bugs_to," \
ee5c21a0
DJ
1064 < $(srcdir)/version.h > $@; \
1065 echo "$${bfd_soversion}" > libtool-soversion
a7e31171
L
1066
1067# Disable -Werror, if it has been enabled, since coffswap.h won't
1068# compile with gcc 4.5 and above.
1069coff-tic4x.lo: coff-tic4x.c
1070@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1071@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1072@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1073@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1074@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1075
1076coff-tic54x.lo: coff-tic54x.c
1077@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1078@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1079@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1080@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1081@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)