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