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