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