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