]>
Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | ## Process this file with automake to generate Makefile.in |
2 | ||
3f85e526 | 3 | AUTOMAKE_OPTIONS = 1.9 cygnus |
79887925 | 4 | ACLOCAL_AMFLAGS = -I . -I .. -I ../config |
252b5132 | 5 | |
bc286f95 BE |
6 | # Uncomment the following line when doing a release. |
7 | # RELEASE=y | |
8 | ||
252b5132 RH |
9 | INCDIR = $(srcdir)/../include |
10 | CSEARCH = -I. -I$(srcdir) -I$(INCDIR) | |
41b49281 | 11 | MKDEP = gcc -MM |
252b5132 RH |
12 | |
13 | SUBDIRS = doc po | |
14 | ||
108a6f8e | 15 | bfddocdir = doc |
a703a6ea AM |
16 | bfdlibdir = @bfdlibdir@ |
17 | bfdincludedir = @bfdincludedir@ | |
252b5132 | 18 | |
108a6f8e CD |
19 | datarootdir = @datarootdir@ |
20 | docdir = @docdir@ | |
21 | htmldir = @htmldir@ | |
31dd3154 | 22 | pdfdir = @pdfdir@ |
108a6f8e | 23 | |
a703a6ea | 24 | bfdlib_LTLIBRARIES = libbfd.la |
252b5132 | 25 | |
a2d91340 | 26 | WARN_CFLAGS = @WARN_CFLAGS@ |
9e9b66a9 | 27 | NO_WERROR = @NO_WERROR@ |
a2d91340 AC |
28 | AM_CFLAGS = $(WARN_CFLAGS) |
29 | ||
252b5132 RH |
30 | # bfd.h goes here, for now |
31 | BFD_H = bfd.h | |
32 | ||
33 | # Jim Kingdon notes: | |
34 | # Writing S-records should be included in all (or at least most) | |
35 | # *-*-coff, *-*-aout, etc., configurations, because people will want to | |
36 | # be able to use objcopy to create S-records. (S-records are not useful | |
37 | # for the debugger, so if you are downloading things as S-records you | |
38 | # need two copies of the executable, one to download and one for the | |
39 | # debugger). | |
36b45482 | 40 | BFD32_LIBS = \ |
93509525 KD |
41 | archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \ |
42 | cache.lo coffgen.lo corefile.lo \ | |
252b5132 RH |
43 | format.lo init.lo libbfd.lo opncls.lo reloc.lo \ |
44 | section.lo syms.lo targets.lo hash.lo linker.lo \ | |
51db3708 | 45 | srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \ |
1b315056 | 46 | merge.lo dwarf2.lo simple.lo compress.lo |
252b5132 | 47 | |
36b45482 TS |
48 | BFD64_LIBS = archive64.lo |
49 | ||
50 | BFD32_LIBS_CFILES = \ | |
93509525 KD |
51 | archive.c archures.c bfd.c bfdio.c bfdwin.c \ |
52 | cache.c coffgen.c corefile.c \ | |
252b5132 RH |
53 | format.c init.c libbfd.c opncls.c reloc.c \ |
54 | section.c syms.c targets.c hash.c linker.c \ | |
51db3708 | 55 | srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \ |
1b315056 | 56 | merge.c dwarf2.c simple.c compress.c |
252b5132 | 57 | |
36b45482 TS |
58 | BFD64_LIBS_CFILES = archive64.c |
59 | ||
252b5132 RH |
60 | # This list is alphabetized to make it easier to keep in sync |
61 | # with the decls and initializer in archures.c. | |
62 | ALL_MACHINES = \ | |
252b5132 RH |
63 | cpu-alpha.lo \ |
64 | cpu-arc.lo \ | |
65 | cpu-arm.lo \ | |
adde6300 | 66 | cpu-avr.lo \ |
0f64bb02 | 67 | cpu-bfin.lo \ |
3d3d428f | 68 | cpu-cr16.lo \ |
0949843d | 69 | cpu-cr16c.lo \ |
06c15ad7 | 70 | cpu-cris.lo \ |
1fe1f39c | 71 | cpu-crx.lo \ |
252b5132 RH |
72 | cpu-d10v.lo \ |
73 | cpu-d30v.lo \ | |
d172d4ba | 74 | cpu-dlx.lo \ |
252b5132 | 75 | cpu-fr30.lo \ |
4e5ba5b7 | 76 | cpu-frv.lo \ |
252b5132 RH |
77 | cpu-h8300.lo \ |
78 | cpu-h8500.lo \ | |
79 | cpu-hppa.lo \ | |
800eeca4 | 80 | cpu-ia64.lo \ |
5b93d8bb | 81 | cpu-i370.lo \ |
252b5132 RH |
82 | cpu-i386.lo \ |
83 | cpu-i860.lo \ | |
84 | cpu-i960.lo \ | |
cf88bb9f | 85 | cpu-ip2k.lo \ |
a75473eb | 86 | cpu-iq2000.lo \ |
84e94c90 | 87 | cpu-lm32.lo \ |
49f58d10 | 88 | cpu-m32c.lo \ |
252b5132 | 89 | cpu-m32r.lo \ |
60bcf0fa NC |
90 | cpu-m68hc11.lo \ |
91 | cpu-m68hc12.lo \ | |
252b5132 RH |
92 | cpu-m68k.lo \ |
93 | cpu-m88k.lo \ | |
94 | cpu-m10200.lo \ | |
95 | cpu-m10300.lo \ | |
7499d566 | 96 | cpu-maxq.lo \ |
252b5132 | 97 | cpu-mcore.lo \ |
d9352518 | 98 | cpu-mep.lo \ |
252b5132 | 99 | cpu-mips.lo \ |
3c3bdf30 | 100 | cpu-mmix.lo \ |
4970f871 | 101 | cpu-mt.lo \ |
32d95f29 | 102 | cpu-msp430.lo \ |
3b16e843 | 103 | cpu-or32.lo \ |
252b5132 | 104 | cpu-ns32k.lo \ |
b3baf5d0 | 105 | cpu-openrisc.lo \ |
e135f41b | 106 | cpu-pdp11.lo \ |
0bcb993b | 107 | cpu-pj.lo \ |
252b5132 RH |
108 | cpu-powerpc.lo \ |
109 | cpu-rs6000.lo \ | |
a85d7ed0 | 110 | cpu-s390.lo \ |
1c0d3aa6 | 111 | cpu-score.lo \ |
252b5132 RH |
112 | cpu-sh.lo \ |
113 | cpu-sparc.lo \ | |
e9f53129 | 114 | cpu-spu.lo \ |
252b5132 | 115 | cpu-tic30.lo \ |
026df7c5 | 116 | cpu-tic4x.lo \ |
81635ce4 | 117 | cpu-tic54x.lo \ |
252b5132 RH |
118 | cpu-tic80.lo \ |
119 | cpu-v850.lo \ | |
120 | cpu-vax.lo \ | |
121 | cpu-we32k.lo \ | |
122 | cpu-w65.lo \ | |
93fbbb04 | 123 | cpu-xstormy16.lo \ |
e0001a05 | 124 | cpu-xtensa.lo \ |
d70c5fc7 | 125 | cpu-xc16x.lo \ |
3c9b82ba | 126 | cpu-z80.lo \ |
252b5132 RH |
127 | cpu-z8k.lo |
128 | ||
129 | ALL_MACHINES_CFILES = \ | |
252b5132 RH |
130 | cpu-alpha.c \ |
131 | cpu-arc.c \ | |
132 | cpu-arm.c \ | |
adde6300 | 133 | cpu-avr.c \ |
0f64bb02 | 134 | cpu-bfin.c \ |
3d3d428f | 135 | cpu-cr16.c \ |
06c15ad7 | 136 | cpu-cris.c \ |
0949843d | 137 | cpu-cr16c.c \ |
1fe1f39c | 138 | cpu-crx.c \ |
252b5132 RH |
139 | cpu-d10v.c \ |
140 | cpu-d30v.c \ | |
d172d4ba | 141 | cpu-dlx.c \ |
252b5132 | 142 | cpu-fr30.c \ |
4e5ba5b7 | 143 | cpu-frv.c \ |
252b5132 RH |
144 | cpu-h8300.c \ |
145 | cpu-h8500.c \ | |
146 | cpu-hppa.c \ | |
800eeca4 | 147 | cpu-ia64.c \ |
5b93d8bb | 148 | cpu-i370.c \ |
252b5132 RH |
149 | cpu-i386.c \ |
150 | cpu-i860.c \ | |
151 | cpu-i960.c \ | |
cf88bb9f | 152 | cpu-ip2k.c \ |
a75473eb | 153 | cpu-iq2000.c \ |
84e94c90 | 154 | cpu-lm32.c \ |
49f58d10 | 155 | cpu-m32c.c \ |
252b5132 | 156 | cpu-m32r.c \ |
60bcf0fa NC |
157 | cpu-m68hc11.c \ |
158 | cpu-m68hc12.c \ | |
252b5132 RH |
159 | cpu-m68k.c \ |
160 | cpu-m88k.c \ | |
161 | cpu-m10200.c \ | |
162 | cpu-m10300.c \ | |
0306b3bf | 163 | cpu-maxq.c \ |
252b5132 | 164 | cpu-mcore.c \ |
d9352518 | 165 | cpu-mep.c \ |
252b5132 | 166 | cpu-mips.c \ |
3c3bdf30 | 167 | cpu-mmix.c \ |
4970f871 | 168 | cpu-mt.c \ |
2469cfa2 | 169 | cpu-msp430.c \ |
3b16e843 | 170 | cpu-or32.c \ |
252b5132 | 171 | cpu-ns32k.c \ |
b3baf5d0 | 172 | cpu-openrisc.c \ |
e135f41b | 173 | cpu-pdp11.c \ |
0bcb993b | 174 | cpu-pj.c \ |
252b5132 RH |
175 | cpu-powerpc.c \ |
176 | cpu-rs6000.c \ | |
a85d7ed0 | 177 | cpu-s390.c \ |
1c0d3aa6 | 178 | cpu-score.c \ |
252b5132 RH |
179 | cpu-sh.c \ |
180 | cpu-sparc.c \ | |
e9f53129 | 181 | cpu-spu.c \ |
252b5132 | 182 | cpu-tic30.c \ |
026df7c5 | 183 | cpu-tic4x.c \ |
81635ce4 | 184 | cpu-tic54x.c \ |
252b5132 RH |
185 | cpu-tic80.c \ |
186 | cpu-v850.c \ | |
187 | cpu-vax.c \ | |
188 | cpu-we32k.c \ | |
189 | cpu-w65.c \ | |
93fbbb04 | 190 | cpu-xstormy16.c \ |
e0001a05 | 191 | cpu-xtensa.c \ |
d70c5fc7 | 192 | cpu-xc16x.c \ |
3c9b82ba | 193 | cpu-z80.c \ |
252b5132 RH |
194 | cpu-z8k.c |
195 | ||
196 | # The .o files needed by all of the 32 bit vectors that are configured into | |
197 | # target_vector in targets.c if configured with --enable-targets=all. | |
198 | BFD32_BACKENDS = \ | |
199 | aout-adobe.lo \ | |
200 | aout-arm.lo \ | |
06c15ad7 | 201 | aout-cris.lo \ |
252b5132 RH |
202 | aout-ns32k.lo \ |
203 | aout-sparcle.lo \ | |
204 | aout-tic30.lo \ | |
205 | aout0.lo \ | |
206 | aout32.lo \ | |
021e3cc0 | 207 | armnetbsd.lo \ |
252b5132 RH |
208 | bout.lo \ |
209 | cf-i386lynx.lo \ | |
252b5132 | 210 | cf-sparclynx.lo \ |
252b5132 RH |
211 | coff-apollo.lo \ |
212 | coff-arm.lo \ | |
213 | coff-aux.lo \ | |
214 | coff-h8300.lo \ | |
215 | coff-h8500.lo \ | |
216 | coff-i386.lo \ | |
217 | coff-go32.lo \ | |
218 | coff-i860.lo \ | |
219 | coff-i960.lo \ | |
220 | coff-m68k.lo \ | |
221 | coff-m88k.lo \ | |
7499d566 | 222 | coff-maxq.lo \ |
252b5132 | 223 | coff-mips.lo \ |
3b16e843 | 224 | coff-or32.lo \ |
252b5132 RH |
225 | coff-rs6000.lo \ |
226 | coff-sh.lo \ | |
227 | coff-sparc.lo \ | |
228 | coff-stgo32.lo \ | |
229 | coff-svm68k.lo \ | |
230 | coff-tic30.lo \ | |
026df7c5 | 231 | coff-tic4x.lo \ |
81635ce4 | 232 | coff-tic54x.lo \ |
252b5132 RH |
233 | coff-tic80.lo \ |
234 | coff-u68k.lo \ | |
235 | coff-we32k.lo \ | |
236 | coff-w65.lo \ | |
3c9b82ba | 237 | coff-z80.lo \ |
252b5132 RH |
238 | coff-z8k.lo \ |
239 | cofflink.lo \ | |
4a54b465 | 240 | dwarf1.lo \ |
252b5132 RH |
241 | ecoff.lo \ |
242 | ecofflink.lo \ | |
85e22c7e | 243 | efi-app-ia32.lo \ |
e81819a5 NC |
244 | efi-bsdrv-ia32.lo \ |
245 | efi-rtdrv-ia32.lo \ | |
252b5132 | 246 | elf.lo \ |
942e0f42 | 247 | elf32-am33lin.lo \ |
252b5132 | 248 | elf32-arc.lo \ |
7f266840 | 249 | elf32-arm.lo \ |
adde6300 | 250 | elf32-avr.lo \ |
0f64bb02 | 251 | elf32-bfin.lo \ |
3d3d428f | 252 | elf32-cr16.lo \ |
0949843d | 253 | elf32-cr16c.lo \ |
06c15ad7 | 254 | elf32-cris.lo \ |
1fe1f39c | 255 | elf32-crx.lo \ |
252b5132 RH |
256 | elf32-d10v.lo \ |
257 | elf32-d30v.lo \ | |
d172d4ba | 258 | elf32-dlx.lo \ |
252b5132 | 259 | elf32-fr30.lo \ |
4e5ba5b7 | 260 | elf32-frv.lo \ |
252b5132 | 261 | elf32-gen.lo \ |
ee8a3a3b | 262 | elf32-h8300.lo \ |
e0afaebd | 263 | elf32-hppa.lo \ |
5b93d8bb | 264 | elf32-i370.lo \ |
252b5132 RH |
265 | elf32-i386.lo \ |
266 | elf32-i860.lo \ | |
b2ef150d | 267 | elf32-i960.lo \ |
58378160 | 268 | elf32-ip2k.lo \ |
a75473eb | 269 | elf32-iq2000.lo \ |
84e94c90 | 270 | elf32-lm32.lo \ |
49f58d10 | 271 | elf32-m32c.lo \ |
252b5132 | 272 | elf32-m32r.lo \ |
60bcf0fa NC |
273 | elf32-m68hc11.lo \ |
274 | elf32-m68hc12.lo \ | |
f5a6f915 | 275 | elf32-m68hc1x.lo \ |
252b5132 RH |
276 | elf32-m68k.lo \ |
277 | elf32-m88k.lo \ | |
278 | elf-m10200.lo \ | |
279 | elf-m10300.lo \ | |
280 | elf32-mcore.lo \ | |
d9352518 | 281 | elf32-mep.lo \ |
c6e90b02 | 282 | elfxx-mips.lo \ |
252b5132 | 283 | elf32-mips.lo \ |
4970f871 | 284 | elf32-mt.lo \ |
32d95f29 | 285 | elf32-msp430.lo \ |
b3baf5d0 | 286 | elf32-openrisc.lo \ |
3b16e843 | 287 | elf32-or32.lo \ |
0bcb993b | 288 | elf32-pj.lo \ |
252b5132 | 289 | elf32-ppc.lo \ |
a85d7ed0 | 290 | elf32-s390.lo \ |
1c0d3aa6 | 291 | elf32-score.lo \ |
c3b7224a | 292 | elf32-score7.lo \ |
252b5132 | 293 | elf32-sh.lo \ |
85fbca6a | 294 | elf32-sh-symbian.lo \ |
fbca6ad9 | 295 | elf32-sh64.lo \ |
9cba27b2 | 296 | elf32-sh64-com.lo \ |
fa0d1cab | 297 | elfxx-sparc.lo \ |
252b5132 | 298 | elf32-sparc.lo \ |
e9f53129 | 299 | elf32-spu.lo \ |
252b5132 | 300 | elf32-v850.lo \ |
90ace9e9 | 301 | elf32-vax.lo \ |
93fbbb04 | 302 | elf32-xstormy16.lo \ |
e0001a05 | 303 | elf32-xtensa.lo \ |
d70c5fc7 | 304 | elf32-xc16x.lo \ |
252b5132 RH |
305 | elf32.lo \ |
306 | elflink.lo \ | |
104d59d1 | 307 | elf-attrs.lo \ |
2b0f7ef9 | 308 | elf-strtab.lo \ |
65765700 | 309 | elf-eh-frame.lo \ |
eac338cf | 310 | elf-vxworks.lo \ |
10ab5357 NC |
311 | epoc-pe-arm.lo \ |
312 | epoc-pei-arm.lo \ | |
252b5132 RH |
313 | hp300bsd.lo \ |
314 | hp300hpux.lo \ | |
315 | som.lo \ | |
316 | i386aout.lo \ | |
317 | i386bsd.lo \ | |
318 | i386dynix.lo \ | |
319 | i386freebsd.lo \ | |
320 | i386linux.lo \ | |
321 | i386lynx.lo \ | |
322 | i386msdos.lo \ | |
323 | i386netbsd.lo \ | |
324 | i386mach3.lo \ | |
325 | i386os9k.lo \ | |
326 | ieee.lo \ | |
327 | m68k4knetbsd.lo \ | |
328 | m68klinux.lo \ | |
252b5132 RH |
329 | m68knetbsd.lo \ |
330 | m88kmach3.lo \ | |
c6f8758f | 331 | m88kopenbsd.lo \ |
3af9a47b | 332 | mach-o.lo \ |
252b5132 RH |
333 | mipsbsd.lo \ |
334 | newsos3.lo \ | |
335 | nlm.lo \ | |
336 | nlm32-i386.lo \ | |
337 | nlm32-sparc.lo \ | |
338 | nlm32-ppc.lo \ | |
339 | nlm32.lo \ | |
340 | ns32knetbsd.lo \ | |
341 | oasys.lo \ | |
342 | pc532-mach.lo \ | |
e135f41b | 343 | pdp11.lo \ |
3af9a47b | 344 | pef.lo \ |
252b5132 RH |
345 | pe-arm.lo \ |
346 | pei-arm.lo \ | |
7148cc28 NC |
347 | pe-arm-wince.lo \ |
348 | pei-arm-wince.lo \ | |
252b5132 RH |
349 | pe-i386.lo \ |
350 | pei-i386.lo \ | |
351 | pe-mcore.lo \ | |
352 | pei-mcore.lo \ | |
353 | pe-ppc.lo \ | |
354 | pei-ppc.lo \ | |
17505c5c NC |
355 | pe-sh.lo \ |
356 | pei-sh.lo \ | |
357 | pe-mips.lo \ | |
358 | pei-mips.lo \ | |
277d1b5e | 359 | peigen.lo \ |
252b5132 RH |
360 | ppcboot.lo \ |
361 | reloc16.lo \ | |
362 | riscix.lo \ | |
363 | sparclinux.lo \ | |
364 | sparclynx.lo \ | |
365 | sparcnetbsd.lo \ | |
366 | sunos.lo \ | |
367 | vaxnetbsd.lo \ | |
3c2bfad6 | 368 | vax1knetbsd.lo \ |
ba26fd96 | 369 | vaxbsd.lo \ |
252b5132 RH |
370 | versados.lo \ |
371 | vms.lo \ | |
372 | vms-gsd.lo \ | |
373 | vms-hdr.lo \ | |
374 | vms-misc.lo \ | |
375 | vms-tir.lo \ | |
01e1a5bc | 376 | vmsutil.lo \ |
3af9a47b | 377 | xcofflink.lo \ |
e0001a05 NC |
378 | xsym.lo \ |
379 | xtensa-isa.lo \ | |
380 | xtensa-modules.lo | |
252b5132 RH |
381 | |
382 | BFD32_BACKENDS_CFILES = \ | |
383 | aout-adobe.c \ | |
384 | aout-arm.c \ | |
06c15ad7 | 385 | aout-cris.c \ |
252b5132 RH |
386 | aout-ns32k.c \ |
387 | aout-sparcle.c \ | |
388 | aout-tic30.c \ | |
389 | aout0.c \ | |
390 | aout32.c \ | |
021e3cc0 | 391 | armnetbsd.c \ |
252b5132 RH |
392 | bout.c \ |
393 | cf-i386lynx.c \ | |
252b5132 | 394 | cf-sparclynx.c \ |
252b5132 RH |
395 | coff-apollo.c \ |
396 | coff-arm.c \ | |
397 | coff-aux.c \ | |
398 | coff-h8300.c \ | |
399 | coff-h8500.c \ | |
400 | coff-i386.c \ | |
401 | coff-i860.c \ | |
402 | coff-go32.c \ | |
403 | coff-i960.c \ | |
404 | coff-m68k.c \ | |
405 | coff-m88k.c \ | |
7499d566 | 406 | coff-maxq.c \ |
252b5132 | 407 | coff-mips.c \ |
3b16e843 | 408 | coff-or32.c \ |
252b5132 RH |
409 | coff-rs6000.c \ |
410 | coff-sh.c \ | |
411 | coff-sparc.c \ | |
412 | coff-stgo32.c \ | |
413 | coff-svm68k.c \ | |
414 | coff-tic30.c \ | |
026df7c5 | 415 | coff-tic4x.c \ |
81635ce4 | 416 | coff-tic54x.c \ |
252b5132 RH |
417 | coff-tic80.c \ |
418 | coff-u68k.c \ | |
419 | coff-we32k.c \ | |
420 | coff-w65.c \ | |
3c9b82ba | 421 | coff-z80.c \ |
252b5132 RH |
422 | coff-z8k.c \ |
423 | cofflink.c \ | |
4a54b465 | 424 | dwarf1.c \ |
252b5132 RH |
425 | ecoff.c \ |
426 | ecofflink.c \ | |
85e22c7e | 427 | efi-app-ia32.c \ |
e81819a5 NC |
428 | efi-bsdrv-ia32.c \ |
429 | efi-rtdrv-ia32.c \ | |
252b5132 | 430 | elf.c \ |
942e0f42 | 431 | elf32-am33lin.c \ |
252b5132 | 432 | elf32-arc.c \ |
7f266840 | 433 | elf32-arm.c \ |
adde6300 | 434 | elf32-avr.c \ |
0f64bb02 | 435 | elf32-bfin.c \ |
3d3d428f | 436 | elf32-cr16.c \ |
0949843d | 437 | elf32-cr16c.c \ |
06c15ad7 | 438 | elf32-cris.c \ |
1fe1f39c | 439 | elf32-crx.c \ |
252b5132 RH |
440 | elf32-d10v.c \ |
441 | elf32-d30v.c \ | |
d172d4ba | 442 | elf32-dlx.c \ |
252b5132 | 443 | elf32-fr30.c \ |
4e5ba5b7 | 444 | elf32-frv.c \ |
252b5132 | 445 | elf32-gen.c \ |
ee8a3a3b | 446 | elf32-h8300.c \ |
3f9b03b5 | 447 | elf32-hppa.c \ |
5b93d8bb | 448 | elf32-i370.c \ |
252b5132 RH |
449 | elf32-i386.c \ |
450 | elf32-i860.c \ | |
b2ef150d | 451 | elf32-i960.c \ |
cf88bb9f | 452 | elf32-ip2k.c \ |
a75473eb | 453 | elf32-iq2000.c \ |
84e94c90 | 454 | elf32-lm32.c \ |
49f58d10 | 455 | elf32-m32c.c \ |
252b5132 RH |
456 | elf32-m32r.c \ |
457 | elf32-m68k.c \ | |
60bcf0fa NC |
458 | elf32-m68hc11.c \ |
459 | elf32-m68hc12.c \ | |
f5a6f915 | 460 | elf32-m68hc1x.c \ |
252b5132 RH |
461 | elf32-m88k.c \ |
462 | elf-m10200.c \ | |
463 | elf-m10300.c \ | |
464 | elf32-mcore.c \ | |
d9352518 | 465 | elf32-mep.c \ |
c6e90b02 | 466 | elfxx-mips.c \ |
252b5132 | 467 | elf32-mips.c \ |
4970f871 | 468 | elf32-mt.c \ |
2469cfa2 | 469 | elf32-msp430.c \ |
b3baf5d0 | 470 | elf32-openrisc.c \ |
3b16e843 | 471 | elf32-or32.c \ |
0bcb993b | 472 | elf32-pj.c \ |
252b5132 | 473 | elf32-ppc.c \ |
fbca6ad9 | 474 | elf32-sh64.c \ |
9cba27b2 | 475 | elf32-sh64-com.c \ |
a85d7ed0 | 476 | elf32-s390.c \ |
1c0d3aa6 | 477 | elf32-score.c \ |
c3b7224a | 478 | elf32-score7.c \ |
252b5132 | 479 | elf32-sh.c \ |
85fbca6a | 480 | elf32-sh-symbian.c \ |
fa0d1cab | 481 | elfxx-sparc.c \ |
252b5132 | 482 | elf32-sparc.c \ |
e9f53129 | 483 | elf32-spu.c \ |
252b5132 | 484 | elf32-v850.c \ |
90ace9e9 | 485 | elf32-vax.c \ |
93fbbb04 | 486 | elf32-xstormy16.c \ |
e0001a05 | 487 | elf32-xtensa.c \ |
d70c5fc7 | 488 | elf32-xc16x.c \ |
252b5132 RH |
489 | elf32.c \ |
490 | elflink.c \ | |
104d59d1 | 491 | elf-attrs.c \ |
2b0f7ef9 | 492 | elf-strtab.c \ |
65765700 | 493 | elf-eh-frame.c \ |
eac338cf | 494 | elf-vxworks.c \ |
10ab5357 NC |
495 | epoc-pe-arm.c \ |
496 | epoc-pei-arm.c \ | |
252b5132 RH |
497 | hp300bsd.c \ |
498 | hp300hpux.c \ | |
499 | som.c \ | |
500 | i386aout.c \ | |
501 | i386bsd.c \ | |
502 | i386dynix.c \ | |
503 | i386freebsd.c \ | |
504 | i386linux.c \ | |
505 | i386lynx.c \ | |
506 | i386msdos.c \ | |
507 | i386netbsd.c \ | |
508 | i386mach3.c \ | |
509 | i386os9k.c \ | |
510 | ieee.c \ | |
511 | m68k4knetbsd.c \ | |
512 | m68klinux.c \ | |
252b5132 RH |
513 | m68knetbsd.c \ |
514 | m88kmach3.c \ | |
c6f8758f | 515 | m88kopenbsd.c \ |
3af9a47b | 516 | mach-o.c \ |
252b5132 RH |
517 | mipsbsd.c \ |
518 | newsos3.c \ | |
519 | nlm.c \ | |
520 | nlm32-i386.c \ | |
521 | nlm32-sparc.c \ | |
522 | nlm32-ppc.c \ | |
523 | nlm32.c \ | |
524 | ns32knetbsd.c \ | |
525 | oasys.c \ | |
526 | pc532-mach.c \ | |
e135f41b | 527 | pdp11.c \ |
3af9a47b | 528 | pef.c \ |
252b5132 RH |
529 | pe-arm.c \ |
530 | pei-arm.c \ | |
7148cc28 NC |
531 | pe-arm-wince.c \ |
532 | pei-arm-wince.c \ | |
252b5132 RH |
533 | pe-i386.c \ |
534 | pei-i386.c \ | |
535 | pe-mcore.c \ | |
536 | pei-mcore.c \ | |
537 | pe-ppc.c \ | |
538 | pei-ppc.c \ | |
17505c5c NC |
539 | pe-sh.c \ |
540 | pei-sh.c \ | |
541 | pe-mips.c \ | |
542 | pei-mips.c \ | |
252b5132 RH |
543 | ppcboot.c \ |
544 | reloc16.c \ | |
545 | riscix.c \ | |
546 | sparclinux.c \ | |
547 | sparclynx.c \ | |
548 | sparcnetbsd.c \ | |
549 | sunos.c \ | |
550 | vaxnetbsd.c \ | |
3c2bfad6 | 551 | vax1knetbsd.c \ |
ba26fd96 | 552 | vaxbsd.c \ |
252b5132 RH |
553 | versados.c \ |
554 | vms.c \ | |
555 | vms-gsd.c \ | |
556 | vms-hdr.c \ | |
557 | vms-misc.c \ | |
558 | vms-tir.c \ | |
01e1a5bc | 559 | vmsutil.c \ |
3af9a47b | 560 | xcofflink.c \ |
e0001a05 NC |
561 | xsym.c \ |
562 | xtensa-isa.c \ | |
563 | xtensa-modules.c | |
252b5132 RH |
564 | |
565 | # The .o files needed by all of the 64 bit vectors that are configured into | |
566 | # target_vector in targets.c if configured with --enable-targets=all | |
567 | # and --enable-64-bit-bfd. | |
074d327a NC |
568 | # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in |
569 | # BFD32_BACKENDS. | |
252b5132 | 570 | BFD64_BACKENDS = \ |
eb1e0e80 | 571 | aix5ppc-core.lo \ |
252b5132 RH |
572 | aout64.lo \ |
573 | coff-alpha.lo \ | |
14958a43 | 574 | coff64-rs6000.lo \ |
252b5132 | 575 | demo64.lo \ |
85e22c7e | 576 | efi-app-ia64.lo \ |
e81819a5 NC |
577 | efi-bsdrv-ia64.lo \ |
578 | efi-rtdrv-ia64.lo \ | |
9c6fc49d | 579 | efi-app-x86_64.lo \ |
e81819a5 NC |
580 | efi-bsdrv-x86_64.lo \ |
581 | efi-rtdrv-x86_64.lo \ | |
8d88c4ca | 582 | elf64-x86-64.lo \ |
252b5132 | 583 | elf64-alpha.lo \ |
d403336c | 584 | elf64-hppa.lo \ |
074d327a | 585 | elf32-ia64.lo \ |
800eeca4 | 586 | elf64-ia64.lo \ |
252b5132 | 587 | elf64-gen.lo \ |
8a397dad | 588 | elfn32-mips.lo \ |
252b5132 | 589 | elf64-mips.lo \ |
3c3bdf30 | 590 | elf64-mmix.lo \ |
fbca6ad9 | 591 | elf64-sh64.lo \ |
5bd4f169 | 592 | elf64-ppc.lo \ |
a85d7ed0 | 593 | elf64-s390.lo \ |
252b5132 RH |
594 | elf64-sparc.lo \ |
595 | elf64.lo \ | |
3c3bdf30 | 596 | mmo.lo \ |
252b5132 | 597 | nlm32-alpha.lo \ |
825b47db | 598 | nlm64.lo \ |
99ad8390 NC |
599 | coff-x86_64.lo \ |
600 | pe-x86_64.lo \ | |
601 | pei-x86_64.lo \ | |
602 | pepigen.lo \ | |
603 | pex64igen.lo | |
252b5132 RH |
604 | |
605 | BFD64_BACKENDS_CFILES = \ | |
eb1e0e80 | 606 | aix5ppc-core.c \ |
252b5132 RH |
607 | aout64.c \ |
608 | coff-alpha.c \ | |
14958a43 | 609 | coff64-rs6000.c \ |
252b5132 | 610 | demo64.c \ |
85e22c7e | 611 | efi-app-ia64.c \ |
e81819a5 NC |
612 | efi-bsdrv-ia64.c \ |
613 | efi-rtdrv-ia64.c \ | |
9c6fc49d | 614 | efi-app-x86_64.c \ |
e81819a5 NC |
615 | efi-bsdrv-x86_64.c \ |
616 | efi-rtdrv-x86_64.c \ | |
8d88c4ca | 617 | elf64-x86-64.c \ |
252b5132 | 618 | elf64-alpha.c \ |
d403336c | 619 | elf64-hppa.c \ |
252b5132 | 620 | elf64-gen.c \ |
8a397dad | 621 | elfn32-mips.c \ |
252b5132 | 622 | elf64-mips.c \ |
3c3bdf30 | 623 | elf64-mmix.c \ |
5bd4f169 | 624 | elf64-ppc.c \ |
a85d7ed0 | 625 | elf64-s390.c \ |
fbca6ad9 | 626 | elf64-sh64.c \ |
252b5132 RH |
627 | elf64-sparc.c \ |
628 | elf64.c \ | |
3c3bdf30 | 629 | mmo.c \ |
252b5132 | 630 | nlm32-alpha.c \ |
99ad8390 NC |
631 | nlm64.c \ |
632 | coff-x86_64.c \ | |
633 | pe-x86_64.c \ | |
634 | pei-x86_64.c | |
252b5132 RH |
635 | |
636 | OPTIONAL_BACKENDS = \ | |
637 | aix386-core.lo \ | |
638 | hpux-core.lo \ | |
639 | irix-core.lo \ | |
640 | lynx-core.lo \ | |
641 | osf-core.lo \ | |
642 | sco5-core.lo \ | |
643 | trad-core.lo \ | |
644 | cisco-core.lo | |
645 | ||
646 | OPTIONAL_BACKENDS_CFILES = \ | |
647 | aix386-core.c \ | |
648 | hpux-core.c \ | |
649 | irix-core.c \ | |
650 | lynx-core.c \ | |
651 | osf-core.c \ | |
652 | sco5-core.c \ | |
653 | trad-core.c \ | |
654 | cisco-core.c | |
655 | ||
3f85e526 L |
656 | # We want to rerun configure if configure.in, config.bfd or |
657 | # configure.host change. configure.in is needed since the version | |
658 | # number in Makefile comes from configure.in. | |
659 | CONFIG_STATUS_DEPENDENCIES = \ | |
660 | $(srcdir)/configure.in \ | |
661 | $(srcdir)/config.bfd \ | |
662 | $(srcdir)/configure.host | |
663 | ||
252b5132 RH |
664 | # These are defined by configure.in: |
665 | WORDSIZE = @wordsize@ | |
666 | ALL_BACKENDS = @all_backends@ | |
667 | BFD_BACKENDS = @bfd_backends@ | |
668 | BFD_MACHINES = @bfd_machines@ | |
669 | TDEFAULTS = @tdefaults@ | |
670 | ||
20e95c23 | 671 | INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@ |
252b5132 RH |
672 | |
673 | # C source files that correspond to .o's. | |
27b7e12d | 674 | SOURCE_CFILES = \ |
36b45482 TS |
675 | $(BFD32_LIBS_CFILES) \ |
676 | $(BFD64_LIBS_CFILES) \ | |
252b5132 RH |
677 | $(ALL_MACHINES_CFILES) \ |
678 | $(BFD32_BACKENDS_CFILES) \ | |
679 | $(BFD64_BACKENDS_CFILES) \ | |
680 | $(OPTIONAL_BACKENDS_CFILES) | |
681 | ||
55c80943 | 682 | BUILD_CFILES = \ |
99ad8390 | 683 | elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c |
27b7e12d | 684 | |
55c80943 NC |
685 | CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) |
686 | ||
252b5132 RH |
687 | ## This is a list of all .h files which are in the source tree. |
688 | SOURCE_HFILES = \ | |
709d67f1 AM |
689 | aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ |
690 | elf-bfd.h elf-hppa.h elf32-hppa.h \ | |
c152c796 | 691 | elf64-hppa.h elfcode.h elfcore.h \ |
2bc3c89a AM |
692 | freebsd.h genlink.h go32stub.h \ |
693 | libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \ | |
3af9a47b | 694 | libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \ |
2bc3c89a | 695 | netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \ |
3af9a47b NC |
696 | pef.h pef-traceback.h peicode.h som.h version.h \ |
697 | vms.h xcoff-target.h xsym.h | |
252b5132 | 698 | |
55c80943 NC |
699 | ## ... and all .h files which are in the build tree. |
700 | BUILD_HFILES = \ | |
5eda1c47 | 701 | bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h |
55c80943 NC |
702 | |
703 | HFILES = $(SOURCE_HFILES) $(BUILD_HFILES) | |
704 | ||
705 | SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES) | |
706 | BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES) | |
252b5132 | 707 | |
55c80943 | 708 | po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES) |
fdc09da8 | 709 | for file in $(SRC_POTFILES); do echo $$file; done \ |
323ee3f4 | 710 | | LC_ALL=C sort > tmp.src \ |
01467f2a | 711 | && mv tmp.src $(srcdir)/po/SRC-POTFILES.in |
55c80943 NC |
712 | |
713 | po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) | |
fdc09da8 | 714 | for file in $(BLD_POTFILES); do echo $$file; done \ |
323ee3f4 | 715 | | LC_ALL=C sort > tmp.bld \ |
01467f2a | 716 | && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in |
55c80943 | 717 | |
e3e71e27 | 718 | all diststuff: info |
252b5132 | 719 | |
31dd3154 JM |
720 | .PHONY: install-pdf install-pdf-am install-pdf-recursive |
721 | ||
722 | install-pdf: install-pdf-recursive | |
723 | ||
724 | install-pdf-recursive: | |
725 | @failcom='exit 1'; \ | |
726 | for f in x $$MAKEFLAGS; do \ | |
727 | case $$f in \ | |
728 | *=* | --[!k]*);; \ | |
729 | *k*) failcom='fail=yes';; \ | |
730 | esac; \ | |
731 | done; \ | |
732 | dot_seen=no; \ | |
733 | target=`echo $@ | sed s/-recursive//`; \ | |
734 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
735 | echo "Making $$target in $$subdir"; \ | |
736 | if test "$$subdir" = "."; then \ | |
737 | dot_seen=yes; \ | |
738 | local_target="$$target-am"; \ | |
739 | else \ | |
740 | local_target="$$target"; \ | |
741 | fi; \ | |
742 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
743 | || eval $$failcom; \ | |
744 | done; \ | |
745 | if test "$$dot_seen" = "no"; then \ | |
746 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
747 | fi; test -z "$$fail" | |
748 | ||
108a6f8e CD |
749 | .PHONY: install-html install-html-am install-html-recursive |
750 | ||
751 | install-html: install-html-recursive | |
752 | ||
753 | install-html-recursive: | |
754 | @failcom='exit 1'; \ | |
755 | for f in x $$MAKEFLAGS; do \ | |
756 | case $$f in \ | |
757 | *=* | --[!k]*);; \ | |
758 | *k*) failcom='fail=yes';; \ | |
759 | esac; \ | |
760 | done; \ | |
761 | dot_seen=no; \ | |
762 | target=`echo $@ | sed s/-recursive//`; \ | |
763 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
764 | echo "Making $$target in $$subdir"; \ | |
765 | if test "$$subdir" = "."; then \ | |
766 | dot_seen=yes; \ | |
767 | local_target="$$target-am"; \ | |
768 | else \ | |
769 | local_target="$$target"; \ | |
770 | fi; \ | |
771 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
772 | || eval $$failcom; \ | |
773 | done; \ | |
774 | if test "$$dot_seen" = "no"; then \ | |
775 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
776 | fi; test -z "$$fail" | |
777 | ||
252b5132 RH |
778 | # Various kinds of .o files to put in libbfd.a: |
779 | # BFD_BACKENDS Routines the configured targets need. | |
780 | # BFD_MACHINES Architecture-specific routines the configured targets need. | |
781 | # COREFILE Core file routines for a native configuration | |
21e40a48 L |
782 | # bfd64_libs Routines for 64bit support |
783 | OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@ | |
252b5132 RH |
784 | |
785 | stamp-ofiles: Makefile | |
786 | rm -f tofiles | |
787 | f=""; \ | |
788 | for i in $(OFILES) ; do \ | |
789 | case " $$f " in \ | |
790 | *" $$i "*) ;; \ | |
791 | *) f="$$f $$i" ;; \ | |
792 | esac ; \ | |
793 | done ; \ | |
794 | echo $$f > tofiles | |
795 | $(SHELL) $(srcdir)/../move-if-change tofiles ofiles | |
796 | touch stamp-ofiles | |
797 | ||
798 | ofiles: stamp-ofiles ; @true | |
799 | ||
21e40a48 L |
800 | # Since BFD64_LIBS is optional and we can't have substitution in |
801 | # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead. | |
802 | libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) | |
252b5132 | 803 | libbfd_la_DEPENDENCIES = $(OFILES) ofiles |
29670fb9 AM |
804 | libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ |
805 | libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@ | |
252b5132 RH |
806 | |
807 | # libtool will build .libs/libbfd.a. We create libbfd.a in the build | |
808 | # directory so that we don't have to convert all the programs that use | |
809 | # libbfd.a simultaneously. This is a hack which should be removed if | |
810 | # everything else starts using libtool. FIXME. | |
811 | ||
812 | noinst_LIBRARIES = libbfd.a | |
813 | libbfd_a_SOURCES = | |
814 | ||
815 | stamp-lib: libbfd.la | |
e56f75e9 ILT |
816 | libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ |
817 | if [ -f $$libtooldir/libbfd.a ]; then \ | |
818 | cp $$libtooldir/libbfd.a libbfd.tmp; \ | |
9f93bca5 | 819 | $(RANLIB) libbfd.tmp; \ |
252b5132 RH |
820 | $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ |
821 | else true; fi | |
822 | touch stamp-lib | |
823 | ||
824 | libbfd.a: stamp-lib ; @true | |
825 | ||
826 | # This file holds an array associating configuration triplets and | |
827 | # vector names. It is built from config.bfd. It is not compiled by | |
828 | # itself, but is included by targets.c. | |
829 | targmatch.h: config.bfd targmatch.sed | |
830 | rm -f targmatch.h | |
831 | sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new | |
832 | mv -f targmatch.new targmatch.h | |
833 | ||
834 | # When compiling archures.c and targets.c, supply the default target | |
835 | # info from configure. | |
836 | ||
840f0243 | 837 | targets.lo: targets.c Makefile |
252b5132 RH |
838 | $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c |
839 | ||
840f0243 | 840 | archures.lo: archures.c Makefile |
252b5132 RH |
841 | $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c |
842 | ||
0d4a1476 AS |
843 | dwarf2.lo: dwarf2.c Makefile |
844 | $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c | |
845 | ||
252b5132 RH |
846 | elf32-target.h : elfxx-target.h |
847 | rm -f elf32-target.h | |
848 | sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new | |
849 | mv -f elf32-target.new elf32-target.h | |
850 | ||
851 | elf64-target.h : elfxx-target.h | |
852 | rm -f elf64-target.h | |
853 | sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new | |
854 | mv -f elf64-target.new elf64-target.h | |
855 | ||
bbe66d08 JW |
856 | elf32-ia64.c : elfxx-ia64.c |
857 | rm -f elf32-ia64.c | |
858 | sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new | |
859 | mv -f elf32-ia64.new elf32-ia64.c | |
860 | ||
861 | elf64-ia64.c : elfxx-ia64.c | |
862 | rm -f elf64-ia64.c | |
863 | sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new | |
864 | mv -f elf64-ia64.new elf64-ia64.c | |
865 | ||
825b47db NC |
866 | peigen.c : peXXigen.c |
867 | rm -f peigen.c | |
868 | sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new | |
869 | mv -f peigen.new peigen.c | |
870 | ||
871 | pepigen.c : peXXigen.c | |
872 | rm -f pepigen.c | |
873 | sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new | |
874 | mv -f pepigen.new pepigen.c | |
875 | ||
99ad8390 NC |
876 | pex64igen.c: peXXigen.c |
877 | rm -f pex64igen.c | |
878 | sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new | |
879 | mv -f pex64igen.new pex64igen.c | |
880 | ||
b13c7b49 | 881 | BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h |
252b5132 | 882 | LOCAL_H_DEPS= libbfd.h sysdep.h config.h |
36b45482 TS |
883 | $(BFD32_LIBS) \ |
884 | $(BFD64_LIBS) \ | |
b13c7b49 AM |
885 | $(ALL_MACHINES) \ |
886 | $(BFD32_BACKENDS) \ | |
887 | $(BFD64_BACKENDS) \ | |
888 | $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) | |
252b5132 | 889 | |
a703a6ea | 890 | install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd |
252b5132 | 891 | @$(NORMAL_INSTALL) |
a703a6ea AM |
892 | |
893 | uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd | |
894 | @$(NORMAL_UNINSTALL) | |
895 | ||
896 | .PHONY: install_libbfd uninstall_libbfd | |
897 | install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H) | |
898 | $(mkinstalldirs) $(DESTDIR)$(bfdlibdir) | |
899 | $(mkinstalldirs) $(DESTDIR)$(bfdincludedir) | |
900 | @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ | |
901 | if test -f $$p; then \ | |
902 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \ | |
903 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \ | |
904 | else :; fi; \ | |
905 | done | |
906 | $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h | |
907 | $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h | |
908 | $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h | |
909 | $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h | |
910 | ||
911 | uninstall_libbfd: | |
912 | list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ | |
913 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \ | |
914 | done | |
915 | rm -f $(DESTDIR)$(bfdincludedir)/bfd.h | |
916 | rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h | |
917 | rm -f $(DESTDIR)$(bfdincludedir)/symcat.h | |
918 | rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h | |
ee0bebb8 | 919 | |
74eeebea ILT |
920 | # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES). |
921 | DEP: dep.sed $(CFILES) $(HFILES) bfd.h | |
922 | rm -f DEP1 | |
41b49281 | 923 | $(MAKE) MKDEP="$(MKDEP)" DEP1 |
0bdaf48b AM |
924 | sed -f dep.sed < DEP1 > DEPA |
925 | echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA | |
926 | if grep ' /' DEPA > /dev/null 2> /dev/null; then \ | |
1581f8c9 AM |
927 | echo 'make DEP failed!'; exit 1; \ |
928 | else \ | |
0bdaf48b | 929 | mv -f DEPA $@; \ |
1581f8c9 | 930 | fi |
41b49281 | 931 | |
74eeebea | 932 | DEP1: $(CFILES) |
74eeebea | 933 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 |
41b49281 AM |
934 | echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 |
935 | $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 | |
936 | mv -f DEP2 $@ | |
252b5132 RH |
937 | |
938 | dep.sed: dep-in.sed config.status | |
939 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
940 | -e 's!@BFD_H@!$(BFD_H)!' \ | |
830629ab AM |
941 | -e 's!@SRCDIR@!$(srcdir)!' \ |
942 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!' | |
252b5132 | 943 | |
74eeebea | 944 | dep: DEP |
252b5132 | 945 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile |
74eeebea | 946 | cat DEP >> tmp-Makefile |
252b5132 RH |
947 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile |
948 | ||
74eeebea | 949 | dep-in: DEP |
252b5132 | 950 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in |
74eeebea | 951 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
952 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
953 | ||
74eeebea | 954 | dep-am: DEP |
252b5132 | 955 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am |
74eeebea | 956 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
957 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
958 | ||
959 | host-aout.lo: Makefile | |
960 | ||
961 | # The following program can be used to generate a simple config file | |
962 | # which can be folded into an h-XXX file for a new host, with some editing. | |
963 | aout-params.h: gen-aout | |
964 | ./gen-aout host > aout-params.h | |
965 | gen-aout: $(srcdir)/gen-aout.c Makefile | |
966 | $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c | |
967 | ||
968 | $(BFD_H): stmp-bfd-h ; @true | |
969 | ||
970 | stmp-bfd-h: bfd-in3.h | |
971 | rm -f bfd-tmp.h | |
972 | cp bfd-in3.h bfd-tmp.h | |
973 | $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H) | |
974 | rm -f bfd-tmp.h | |
975 | touch stmp-bfd-h | |
976 | ||
977 | BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ | |
93509525 | 978 | reloc.c syms.c bfd.c bfdio.c bfdwin.c \ |
1b315056 | 979 | archive.c corefile.c targets.c format.c compress.c |
36b45482 | 980 | BFD64_H_FILES = archive64.c |
93509525 KD |
981 | LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \ |
982 | cache.c reloc.c archures.c elf.c | |
252b5132 RH |
983 | LIBCOFF_H_FILES = libcoff-in.h coffcode.h |
984 | ||
985 | # Could really use a "copy-if-change"... | |
986 | headers: | |
108a6f8e CD |
987 | (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS)) |
988 | cp $(bfddocdir)/bfd.h bfd-in2.h-new | |
252b5132 | 989 | $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h |
108a6f8e | 990 | cp $(bfddocdir)/libbfd.h libbfd.h-new |
252b5132 | 991 | $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h |
108a6f8e | 992 | cp $(bfddocdir)/libcoff.h libcoff.h-new |
252b5132 RH |
993 | $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h |
994 | ||
995 | # We only rebuild the header files automatically if we have been | |
996 | # configured with --enable-maintainer-mode. | |
997 | ||
998 | $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true | |
36b45482 | 999 | stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) |
108a6f8e CD |
1000 | (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h) |
1001 | cp $(bfddocdir)/bfd.h bfd-in2.h-new | |
252b5132 RH |
1002 | $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h |
1003 | touch stmp-bin2-h | |
1004 | ||
1005 | $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true | |
1006 | stmp-lbfd-h: $(LIBBFD_H_FILES) | |
108a6f8e CD |
1007 | (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h) |
1008 | cp $(bfddocdir)/libbfd.h libbfd.h-new | |
252b5132 RH |
1009 | $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h |
1010 | touch stmp-lbfd-h | |
1011 | ||
1012 | $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true | |
1013 | stmp-lcoff-h: $(LIBCOFF_H_FILES) | |
108a6f8e CD |
1014 | (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h) |
1015 | cp $(bfddocdir)/libcoff.h libcoff.h-new | |
252b5132 RH |
1016 | $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h |
1017 | touch stmp-lcoff-h | |
1018 | ||
55c80943 | 1019 | MOSTLYCLEANFILES = ofiles stamp-ofiles |
252b5132 | 1020 | |
0bdaf48b | 1021 | CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \ |
252b5132 RH |
1022 | stmp-bin2-h stmp-lbfd-h stmp-lcoff-h |
1023 | ||
ee5c21a0 | 1024 | DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion |
55c80943 | 1025 | |
d866f350 | 1026 | bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in |
91506736 | 1027 | @echo "creating $@" |
bc286f95 BE |
1028 | @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ |
1029 | bfd_version_string="\"$(VERSION)\"" ;\ | |
ee5c21a0 | 1030 | bfd_soversion="$(VERSION)" ;\ |
92f01d61 | 1031 | bfd_version_package="\"$(PKGVERSION)\"" ;\ |
c428fa83 | 1032 | report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\ |
bc286f95 | 1033 | if test "x$(RELEASE)" = x ; then \ |
d866f350 | 1034 | bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\ |
066c2a57 | 1035 | bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\ |
ee5c21a0 | 1036 | bfd_soversion="$(VERSION).$${bfd_version_date}" ;\ |
bc286f95 | 1037 | fi ;\ |
c428fa83 L |
1038 | sed -e "s,@bfd_version@,$$bfd_version," \ |
1039 | -e "s,@bfd_version_string@,$$bfd_version_string," \ | |
1040 | -e "s,@bfd_version_package@,$$bfd_version_package," \ | |
1041 | -e "s,@report_bugs_to@,$$report_bugs_to," \ | |
ee5c21a0 DJ |
1042 | < $(srcdir)/version.h > $@; \ |
1043 | echo "$${bfd_soversion}" > libtool-soversion | |
bc286f95 | 1044 | |
252b5132 RH |
1045 | # What appears below is generated by a hacked mkdep using gcc -MM. |
1046 | ||
1047 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
1048 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
62d8ad4f MK |
1049 | archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |
1050 | $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \ | |
5d038dee | 1051 | $(INCDIR)/safe-ctype.h |
62d8ad4f MK |
1052 | archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1053 | $(INCDIR)/safe-ctype.h | |
3db64b00 | 1054 | bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \ |
500b1f44 AM |
1055 | $(INCDIR)/demangle.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \ |
1056 | $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
1057 | libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h \ | |
1058 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h | |
62d8ad4f MK |
1059 | bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1060 | bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1061 | cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1062 | $(INCDIR)/libiberty.h | |
1063 | coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1064 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h | |
1065 | corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1066 | format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1067 | init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1068 | libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1069 | opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \ | |
5d038dee | 1070 | $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h |
62d8ad4f | 1071 | reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
5d038dee | 1072 | $(INCDIR)/hashtab.h |
62d8ad4f MK |
1073 | section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1074 | $(INCDIR)/bfdlink.h | |
1075 | syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1076 | $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \ | |
1077 | $(INCDIR)/aout/stab.def | |
1078 | targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1079 | $(INCDIR)/fnmatch.h targmatch.h | |
1080 | hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1081 | $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h | |
1082 | linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1083 | $(INCDIR)/bfdlink.h genlink.h | |
1084 | srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1085 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
1086 | binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ | |
5d038dee | 1087 | $(INCDIR)/hashtab.h |
62d8ad4f MK |
1088 | tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1089 | $(INCDIR)/libiberty.h | |
1090 | ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1091 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
1092 | stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1093 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h | |
1094 | stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \ | |
1095 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def | |
1096 | merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1097 | $(INCDIR)/libiberty.h | |
1098 | dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ | |
1099 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1100 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
709d67f1 | 1101 | $(INCDIR)/elf/dwarf2.h |
62d8ad4f MK |
1102 | simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1103 | $(INCDIR)/bfdlink.h | |
1b315056 | 1104 | compress.lo: compress.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1105 | archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1106 | $(INCDIR)/aout/ar.h | |
1107 | cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1108 | cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1109 | cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1110 | $(INCDIR)/libiberty.h | |
1111 | cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1112 | cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
3d3d428f | 1113 | cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1114 | cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1115 | cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1116 | cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1117 | cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1118 | cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1119 | cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1120 | cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1121 | cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1122 | cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1123 | cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1124 | cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1125 | cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1126 | cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h | |
1127 | cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1128 | cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1129 | cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1130 | cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1131 | cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1132 | cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
84e94c90 | 1133 | cpu-lm32.lo: cpu-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1134 | cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1135 | cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1136 | cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \ | |
5d038dee | 1137 | $(INCDIR)/hashtab.h |
62d8ad4f | 1138 | cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \ |
5d038dee | 1139 | $(INCDIR)/hashtab.h |
66eb6687 AM |
1140 | cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1141 | $(INCDIR)/opcode/m68k.h | |
62d8ad4f MK |
1142 | cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1143 | cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1144 | cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1145 | cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1146 | cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
d9352518 | 1147 | cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1148 | cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1149 | cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
4970f871 | 1150 | cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1151 | cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1152 | cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1153 | cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1154 | ns32k.h | |
1155 | cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \ | |
5d038dee | 1156 | $(INCDIR)/hashtab.h |
62d8ad4f MK |
1157 | cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1158 | cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1159 | cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \ | |
3c9b82ba | 1160 | $(INCDIR)/hashtab.h |
62d8ad4f MK |
1161 | cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1162 | cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
e9f53129 | 1163 | cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1164 | cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1165 | $(srcdir)/../opcodes/sh-opc.h | |
1166 | cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
e9f53129 | 1167 | cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1168 | cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1169 | cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1170 | cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1171 | cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1172 | cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1173 | $(INCDIR)/safe-ctype.h | |
1174 | cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1175 | cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1176 | cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1177 | cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \ | |
5d038dee | 1178 | $(INCDIR)/hashtab.h |
62d8ad4f | 1179 | cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
d70c5fc7 | 1180 | cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
62d8ad4f MK |
1181 | cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
1182 | cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
1183 | aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1184 | $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1185 | libaout.h $(INCDIR)/bfdlink.h | |
1186 | aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \ | |
1187 | $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \ | |
1188 | $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \ | |
ceae3e33 | 1189 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h |
62d8ad4f | 1190 | aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \ |
e43d48cc | 1191 | $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \ |
ceae3e33 | 1192 | $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ |
62d8ad4f MK |
1193 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h |
1194 | aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \ | |
1195 | ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \ | |
1196 | $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \ | |
ceae3e33 | 1197 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h |
62d8ad4f MK |
1198 | aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \ |
1199 | libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1200 | $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
1201 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h | |
1202 | aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \ | |
1203 | $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
1204 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \ | |
1205 | $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h | |
1206 | aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1207 | $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \ | |
1208 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1209 | $(INCDIR)/aout/ar.h aout-target.h | |
1210 | aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ | |
1211 | $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ | |
b13c7b49 | 1212 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h |
62d8ad4f MK |
1213 | armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \ |
1214 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ | |
1215 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1216 | $(INCDIR)/aout/ar.h | |
1217 | bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1218 | $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \ | |
1219 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h | |
1220 | cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1221 | coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \ |
1222 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1223 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
62d8ad4f MK |
1224 | cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \ |
1225 | $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \ | |
ceae3e33 AM |
1226 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ |
1227 | coffcode.h coffswap.h | |
62d8ad4f MK |
1228 | coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \ |
1229 | $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \ | |
ceae3e33 AM |
1230 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ |
1231 | coffcode.h coffswap.h | |
62d8ad4f MK |
1232 | coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1233 | $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
b13c7b49 | 1234 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h |
62d8ad4f MK |
1235 | coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \ |
1236 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ | |
782e11fd | 1237 | coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1238 | coffcode.h coffswap.h |
1239 | coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1240 | $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \ | |
b13c7b49 | 1241 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
ceae3e33 | 1242 | libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h |
62d8ad4f MK |
1243 | coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1244 | $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \ | |
1245 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1246 | coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1247 | $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1248 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
1249 | coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1250 | $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1251 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
1252 | coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \ | |
ceae3e33 | 1253 | $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ |
2114f57b | 1254 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ |
252b5132 | 1255 | coffcode.h coffswap.h |
62d8ad4f MK |
1256 | coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1257 | $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \ | |
1258 | $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
1259 | coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1260 | $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
8a5cc6be | 1261 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h |
62d8ad4f MK |
1262 | coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1263 | $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
8a5cc6be | 1264 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h |
62d8ad4f MK |
1265 | coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1266 | $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1267 | libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \ | |
5d038dee | 1268 | coffcode.h coffswap.h |
62d8ad4f MK |
1269 | coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
1270 | $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
1271 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \ | |
1272 | $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \ | |
1273 | ecoffswap.h | |
1274 | coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1275 | $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \ | |
1276 | $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
1277 | coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1278 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \ |
1279 | $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \ | |
1280 | libxcoff.h coffcode.h coffswap.h | |
62d8ad4f MK |
1281 | coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |
1282 | $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ | |
5d038dee L |
1283 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
1284 | libcoff.h coffcode.h coffswap.h | |
62d8ad4f MK |
1285 | coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1286 | $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1287 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
1288 | coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \ | |
1289 | $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ | |
1290 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \ | |
1291 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \ | |
1292 | go32stub.h | |
1293 | coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \ | |
1294 | $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ | |
1295 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ | |
5d038dee | 1296 | coffcode.h coffswap.h |
62d8ad4f MK |
1297 | coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1298 | $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \ | |
1299 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1300 | coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1301 | $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \ | |
1302 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1303 | coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1304 | $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \ |
1305 | $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \ | |
1306 | coffcode.h coffswap.h | |
3db64b00 | 1307 | coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1308 | $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \ |
1309 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1310 | coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \ | |
1311 | $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ | |
ceae3e33 AM |
1312 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ |
1313 | coffcode.h coffswap.h | |
62d8ad4f MK |
1314 | coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1315 | $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1316 | libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h | |
1317 | coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1318 | $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \ | |
1319 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1320 | coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1321 | $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \ | |
1322 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1323 | coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1324 | $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \ | |
1325 | $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h | |
1326 | cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1327 | $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \ | |
1328 | $(INCDIR)/safe-ctype.h | |
1329 | dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ | |
1330 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1331 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1332 | $(INCDIR)/elf/dwarf.h |
1333 | ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1334 | $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \ | |
1335 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \ | |
1336 | $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
1337 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \ | |
1338 | libecoff.h $(INCDIR)/libiberty.h | |
1339 | ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1340 | $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \ | |
1341 | $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
1342 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \ | |
1343 | libecoff.h | |
1344 | efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \ | |
1345 | coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \ | |
ceae3e33 AM |
1346 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
1347 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1348 | peicode.h libpei.h | |
e81819a5 NC |
1349 | efi-bsdrv-ia32.lo: efi-bsdrv-ia32.c $(INCDIR)/filenames.h \ |
1350 | coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \ | |
1351 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1352 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1353 | peicode.h libpei.h | |
1354 | efi-rtdrv-ia32.lo: efi-rtdrv-ia32.c $(INCDIR)/filenames.h \ | |
1355 | coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \ | |
1356 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1357 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1358 | peicode.h libpei.h | |
62d8ad4f | 1359 | elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
5d038dee | 1360 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1361 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/libiberty.h \ |
a351bca6 | 1362 | $(INCDIR)/safe-ctype.h |
62d8ad4f | 1363 | elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \ |
50e7d84b AM |
1364 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1365 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \ | |
62d8ad4f | 1366 | $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \ |
dd323078 | 1367 | $(INCDIR)/libiberty.h elf32-target.h |
62d8ad4f | 1368 | elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1369 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1370 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \ | |
62d8ad4f MK |
1371 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
1372 | elf32-target.h | |
66eb6687 AM |
1373 | elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |
1374 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1375 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
66eb6687 AM |
1376 | elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ |
1377 | elf32-target.h | |
62d8ad4f | 1378 | elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1379 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1380 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \ | |
7ff1a5b5 | 1381 | $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h |
62d8ad4f | 1382 | elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1383 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1384 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \ | |
ec3fcc56 AM |
1385 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \ |
1386 | elf32-target.h | |
ae351704 AM |
1387 | elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
1388 | $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \ | |
50e7d84b | 1389 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ |
ae351704 | 1390 | $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h |
62d8ad4f | 1391 | elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1392 | $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \ |
62d8ad4f | 1393 | $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1394 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-target.h |
62d8ad4f | 1395 | elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1396 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1397 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \ | |
62d8ad4f MK |
1398 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1399 | elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
ceae3e33 | 1400 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1401 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/crx.h \ |
62d8ad4f MK |
1402 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1403 | elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1404 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1405 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \ | |
62d8ad4f MK |
1406 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1407 | elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1408 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1409 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \ | |
62d8ad4f MK |
1410 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1411 | elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1412 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1413 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \ | |
62d8ad4f MK |
1414 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1415 | elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1416 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1417 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \ | |
62d8ad4f MK |
1418 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1419 | elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1420 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1421 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \ | |
62d8ad4f MK |
1422 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \ |
1423 | elf32-target.h | |
1424 | elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1425 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1426 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h | |
62d8ad4f | 1427 | elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1428 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1429 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1430 | $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1431 | elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1432 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1433 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \ | |
62d8ad4f MK |
1434 | $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \ |
1435 | elf-hppa.h elf32-target.h | |
1436 | elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
ceae3e33 | 1437 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1438 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/i370.h \ |
62d8ad4f MK |
1439 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1440 | elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
5d038dee | 1441 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1442 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \ |
a351bca6 L |
1443 | bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \ |
1444 | elf32-target.h | |
62d8ad4f | 1445 | elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1446 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1447 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \ | |
62d8ad4f MK |
1448 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1449 | elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1450 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1451 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \ | |
62d8ad4f MK |
1452 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1453 | elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1454 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1455 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \ | |
62d8ad4f MK |
1456 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1457 | elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \ | |
5d038dee | 1458 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1459 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1460 | $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \ |
1461 | elf32-target.h | |
500b1f44 AM |
1462 | elf32-lm32.lo: elf32-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1463 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ | |
1464 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/lm32.h \ | |
1465 | $(INCDIR)/elf/reloc-macros.h elf32-target.h | |
62d8ad4f | 1466 | elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1467 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1468 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \ | |
62d8ad4f MK |
1469 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
1470 | elf32-target.h | |
1471 | elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1472 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1473 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \ | |
62d8ad4f MK |
1474 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1475 | elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
5d038dee | 1476 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1477 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/m68k.h \ |
66eb6687 AM |
1478 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \ |
1479 | elf32-target.h | |
62d8ad4f | 1480 | elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1481 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1482 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \ |
62d8ad4f MK |
1483 | $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \ |
1484 | $(INCDIR)/opcode/m68hc11.h elf32-target.h | |
1485 | elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \ | |
ceae3e33 | 1486 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1487 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \ |
62d8ad4f MK |
1488 | $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \ |
1489 | $(INCDIR)/opcode/m68hc11.h elf32-target.h | |
8d25cc3d AM |
1490 | elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/alloca-conf.h \ |
1491 | $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \ | |
1492 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ | |
1493 | $(INCDIR)/elf/internal.h elf32-m68hc1x.h $(INCDIR)/elf/m68hc11.h \ | |
1494 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h | |
62d8ad4f | 1495 | elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1496 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1497 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h | |
62d8ad4f | 1498 | elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1499 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1500 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h | |
62d8ad4f | 1501 | elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1502 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1503 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \ | |
dd323078 AM |
1504 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
1505 | elf32-target.h | |
62d8ad4f | 1506 | elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1507 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1508 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/mcore.h \ |
62d8ad4f | 1509 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
9c6fc49d | 1510 | elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1511 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1512 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \ | |
9c6fc49d | 1513 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
d9352518 | 1514 | elf32-target.h |
62d8ad4f MK |
1515 | elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1516 | $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1517 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
ceae3e33 | 1518 | elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ |
ec3fcc56 AM |
1519 | elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \ |
1520 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h | |
62d8ad4f MK |
1521 | elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1522 | $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1523 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfxx-mips.h \ |
ec3fcc56 AM |
1524 | $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \ |
1525 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ | |
ceae3e33 | 1526 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \ |
ec3fcc56 | 1527 | ecoffswap.h elf32-target.h |
4970f871 | 1528 | elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1529 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1530 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \ | |
62d8ad4f MK |
1531 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1532 | elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \ | |
1533 | $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \ | |
50e7d84b | 1534 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ |
62d8ad4f MK |
1535 | $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \ |
1536 | elf32-target.h | |
1537 | elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \ | |
ceae3e33 | 1538 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1539 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1540 | $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \ |
1541 | $(INCDIR)/libiberty.h elf32-target.h | |
1542 | elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1543 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1544 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \ | |
62d8ad4f MK |
1545 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
1546 | elf32-target.h | |
1547 | elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1548 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1549 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/pj.h \ |
62d8ad4f MK |
1550 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1551 | elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1552 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1553 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc.h \ |
0f82ff91 | 1554 | $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \ |
62d8ad4f MK |
1555 | elf32-target.h |
1556 | elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \ | |
50e7d84b | 1557 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ |
62d8ad4f | 1558 | $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \ |
55e6e397 RS |
1559 | elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \ |
1560 | $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ | |
1561 | $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h | |
62d8ad4f MK |
1562 | elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \ |
1563 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1564 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1565 | $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \ |
1566 | $(srcdir)/../opcodes/sh64-opc.h | |
1567 | elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1568 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1569 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \ |
62d8ad4f | 1570 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
e9f53129 AM |
1571 | elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \ |
1572 | $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \ | |
50e7d84b | 1573 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ |
500b1f44 AM |
1574 | $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \ |
1575 | elf32-score.h elf32-target.h | |
c3b7224a NC |
1576 | elf32-score7.lo: elf32-score7.c $(INCDIR)/filenames.h \ |
1577 | $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \ | |
1578 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ | |
500b1f44 AM |
1579 | $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \ |
1580 | elf32-score.h | |
62d8ad4f | 1581 | elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
5d038dee | 1582 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1583 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \ |
55e6e397 RS |
1584 | $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
1585 | $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h | |
62d8ad4f MK |
1586 | elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \ |
1587 | $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1588 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1589 | $(INCDIR)/elf/internal.h elf-vxworks.h $(INCDIR)/elf/sh.h \ | |
55e6e397 RS |
1590 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
1591 | $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h | |
62d8ad4f | 1592 | elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \ |
ec3fcc56 | 1593 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \ |
50e7d84b AM |
1594 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1595 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \ | |
ec3fcc56 | 1596 | $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h |
62d8ad4f | 1597 | elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1598 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1599 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \ |
b2b09913 | 1600 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \ |
ec3fcc56 | 1601 | elfxx-sparc.h elf-vxworks.h elf32-target.h |
8944f3c2 AM |
1602 | elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |
1603 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1604 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \ |
e9f53129 | 1605 | $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h |
62d8ad4f MK |
1606 | elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
1607 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1608 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/v850.h \ |
c0ef99a7 | 1609 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ |
62d8ad4f MK |
1610 | elf32-target.h |
1611 | elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1612 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1613 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/vax.h \ |
62d8ad4f MK |
1614 | $(INCDIR)/elf/reloc-macros.h elf32-target.h |
1615 | elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \ | |
1616 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1617 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1618 | $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \ |
1619 | $(INCDIR)/libiberty.h elf32-target.h | |
1620 | elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \ | |
ceae3e33 | 1621 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1622 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/xtensa.h \ |
62d8ad4f MK |
1623 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \ |
1624 | $(INCDIR)/xtensa-config.h elf32-target.h | |
d70c5fc7 | 1625 | elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \ |
66eb6687 | 1626 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1627 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
66eb6687 AM |
1628 | $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \ |
1629 | $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h | |
62d8ad4f MK |
1630 | elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |
1631 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1632 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h |
62d8ad4f MK |
1633 | elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
1634 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1635 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/safe-ctype.h \ |
66eb6687 | 1636 | $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h |
104d59d1 JM |
1637 | elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |
1638 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1639 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h |
62d8ad4f | 1640 | elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1641 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1642 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h | |
62d8ad4f | 1643 | elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1644 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1645 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
62d8ad4f MK |
1646 | $(INCDIR)/elf/dwarf2.h |
1647 | elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \ | |
eac338cf | 1648 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b AM |
1649 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
1650 | elf-vxworks.h $(INCDIR)/elf/vxworks.h | |
62d8ad4f MK |
1651 | epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \ |
1652 | coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \ | |
1653 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
ceae3e33 AM |
1654 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ |
1655 | peicode.h libpei.h | |
62d8ad4f MK |
1656 | epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \ |
1657 | coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \ | |
1658 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
ceae3e33 AM |
1659 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ |
1660 | peicode.h libpei.h | |
62d8ad4f MK |
1661 | hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1662 | libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
1663 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
252b5132 | 1664 | hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \ |
62d8ad4f | 1665 | aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ |
ceae3e33 | 1666 | $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ |
923f08ff AM |
1667 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ |
1668 | aout-target.h | |
8d25cc3d | 1669 | som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h |
62d8ad4f MK |
1670 | i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1671 | $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \ | |
1672 | aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
ceae3e33 | 1673 | $(INCDIR)/aout/ar.h |
62d8ad4f MK |
1674 | i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1675 | libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
1676 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
e43d48cc | 1677 | i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \ |
62d8ad4f MK |
1678 | $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \ |
1679 | libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ | |
2114f57b | 1680 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ |
ceae3e33 | 1681 | aout-target.h |
62d8ad4f MK |
1682 | i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \ |
1683 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ | |
1684 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1685 | $(INCDIR)/aout/ar.h | |
1686 | i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1687 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1688 | $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h | |
1689 | i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1690 | libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ | |
ceae3e33 AM |
1691 | aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ |
1692 | $(INCDIR)/aout/ar.h | |
62d8ad4f MK |
1693 | i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1694 | libaout.h $(INCDIR)/bfdlink.h | |
1695 | i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1696 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ |
1697 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1698 | $(INCDIR)/aout/ar.h | |
62d8ad4f MK |
1699 | i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1700 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1701 | $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h | |
1702 | i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1703 | $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h | |
1704 | ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1705 | $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h | |
1706 | m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
1707 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ | |
1708 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1709 | $(INCDIR)/aout/ar.h | |
1710 | m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1711 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1712 | $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h | |
1713 | m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
1714 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ | |
1715 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1716 | $(INCDIR)/aout/ar.h | |
1717 | m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1718 | libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
b13c7b49 | 1719 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h |
62d8ad4f | 1720 | m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \ |
ceae3e33 AM |
1721 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ |
1722 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1723 | $(INCDIR)/aout/ar.h | |
3db64b00 | 1724 | mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \ |
500b1f44 AM |
1725 | $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h $(INCDIR)/aout/stab_gnu.h \ |
1726 | $(INCDIR)/aout/stab.def mach-o-target.c | |
62d8ad4f MK |
1727 | mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1728 | libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
1729 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
1730 | newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1731 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1732 | $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h | |
1733 | nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1734 | libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
1735 | $(INCDIR)/nlm/external.h | |
1736 | nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1737 | $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \ | |
1738 | $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \ | |
1739 | nlm-target.h | |
1740 | nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1741 | $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \ |
1742 | $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \ | |
1743 | nlmswap.h nlm-target.h | |
62d8ad4f MK |
1744 | nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1745 | $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \ | |
1746 | $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \ | |
1747 | nlm-target.h | |
1748 | nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1749 | libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
1750 | $(INCDIR)/nlm/external.h | |
1751 | ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
5d038dee L |
1752 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ |
1753 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
62d8ad4f MK |
1754 | $(INCDIR)/aout/ar.h |
1755 | oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ | |
1756 | $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h | |
1757 | pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \ | |
1758 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ | |
1759 | aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1760 | $(INCDIR)/aout/ar.h | |
1761 | pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1762 | libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
1763 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ | |
1764 | $(INCDIR)/safe-ctype.h | |
3db64b00 AM |
1765 | pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ |
1766 | pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h | |
62d8ad4f MK |
1767 | pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \ |
1768 | $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \ | |
1769 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
1770 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
1771 | pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \ | |
1772 | $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \ | |
ceae3e33 | 1773 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ |
62d8ad4f | 1774 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h |
782e11fd AM |
1775 | pe-arm-wince.lo: pe-arm-wince.c $(INCDIR)/filenames.h \ |
1776 | pe-arm.c coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \ | |
7148cc28 NC |
1777 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
1778 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1779 | peicode.h libpei.h | |
1780 | pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \ | |
1781 | coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \ | |
1782 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1783 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1784 | peicode.h libpei.h | |
62d8ad4f MK |
1785 | pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \ |
1786 | $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ | |
e43d48cc | 1787 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ |
62d8ad4f MK |
1788 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h |
1789 | pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \ | |
1790 | $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ | |
e43d48cc AM |
1791 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ |
1792 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
62d8ad4f MK |
1793 | pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \ |
1794 | $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \ | |
1795 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
1796 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
1797 | pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \ | |
1798 | $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \ | |
1799 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
1800 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
1801 | pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \ | |
1802 | $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \ | |
1803 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
1804 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
1805 | pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \ | |
1806 | $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \ | |
1807 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
1808 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
1809 | pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \ | |
1810 | $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ | |
b13c7b49 | 1811 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
62d8ad4f MK |
1812 | $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \ |
1813 | libpei.h | |
1814 | pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \ | |
1815 | $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \ | |
1816 | $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1817 | $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \ | |
1818 | libpei.h | |
1819 | pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1820 | $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
8a5cc6be AM |
1821 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ |
1822 | peicode.h libpei.h | |
62d8ad4f MK |
1823 | pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \ |
1824 | $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \ | |
1825 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
1826 | $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h | |
3db64b00 | 1827 | ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ |
62d8ad4f MK |
1828 | $(INCDIR)/hashtab.h |
1829 | reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1830 | $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \ | |
ceae3e33 | 1831 | libcoff.h |
62d8ad4f MK |
1832 | riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1833 | libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ | |
ceae3e33 AM |
1834 | aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ |
1835 | $(INCDIR)/aout/ar.h | |
62d8ad4f MK |
1836 | sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1837 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1838 | $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h | |
1839 | sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1840 | $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \ | |
1841 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1842 | $(INCDIR)/aout/ar.h aout-target.h | |
1843 | sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1844 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ |
1845 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1846 | $(INCDIR)/aout/ar.h | |
62d8ad4f MK |
1847 | sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \ |
1848 | $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \ | |
1849 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1850 | $(INCDIR)/aout/ar.h aout-target.h | |
1851 | vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
1852 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ | |
1853 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1854 | $(INCDIR)/aout/ar.h | |
1855 | vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \ | |
1856 | $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ | |
1857 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ | |
1858 | $(INCDIR)/aout/ar.h | |
1859 | vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1860 | libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ | |
1861 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
1862 | versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1863 | $(INCDIR)/libiberty.h | |
1864 | vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
ceae3e33 | 1865 | $(INCDIR)/hashtab.h vms.h |
62d8ad4f MK |
1866 | vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
1867 | $(INCDIR)/hashtab.h vms.h | |
3db64b00 | 1868 | vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \ |
62d8ad4f MK |
1869 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \ |
1870 | vms.h | |
1871 | vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1872 | $(INCDIR)/hashtab.h vms.h | |
1873 | vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1874 | $(INCDIR)/hashtab.h vms.h | |
500b1f44 | 1875 | vmsutil.lo: vmsutil.c vmsutil.h |
62d8ad4f MK |
1876 | xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |
1877 | $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \ | |
1878 | libcoff.h libxcoff.h | |
8d25cc3d AM |
1879 | xsym.lo: xsym.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h \ |
1880 | xsym.h $(INCDIR)/hashtab.h | |
62d8ad4f MK |
1881 | xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1882 | $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h | |
7d3f158f AM |
1883 | xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \ |
1884 | $(INCDIR)/xtensa-isa-internal.h | |
3db64b00 | 1885 | aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h |
62d8ad4f MK |
1886 | aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ |
1887 | $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ | |
1888 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h | |
1889 | coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1890 | $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
1891 | $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \ | |
1892 | $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \ | |
1893 | ecoffswap.h | |
1894 | coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \ | |
ceae3e33 | 1895 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \ |
62d8ad4f MK |
1896 | $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \ |
1897 | libxcoff.h coffcode.h coffswap.h | |
1898 | demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1899 | $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \ |
1900 | $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
1901 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h | |
62d8ad4f MK |
1902 | efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \ |
1903 | coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \ | |
1904 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
ceae3e33 AM |
1905 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ |
1906 | peicode.h libpei.h | |
e81819a5 NC |
1907 | efi-bsdrv-ia64.lo: efi-bsdrv-ia64.c $(INCDIR)/filenames.h \ |
1908 | coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \ | |
1909 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1910 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1911 | peicode.h libpei.h | |
1912 | efi-rtdrv-ia64.lo: efi-rtdrv-ia64.c $(INCDIR)/filenames.h \ | |
1913 | coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \ | |
1914 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1915 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ | |
1916 | peicode.h libpei.h | |
9c6fc49d AM |
1917 | efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \ |
1918 | coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \ | |
e81819a5 NC |
1919 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
1920 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \ | |
1921 | coffcode.h peicode.h libpei.h | |
1922 | efi-bsdrv-x86_64.lo: efi-bsdrv-x86_64.c $(INCDIR)/filenames.h \ | |
1923 | coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \ | |
1924 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ | |
1925 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \ | |
1926 | coffcode.h peicode.h libpei.h | |
1927 | efi-rtdrv-x86_64.lo: efi-rtdrv-x86_64.c $(INCDIR)/filenames.h \ | |
1928 | coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \ | |
9c6fc49d AM |
1929 | $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ |
1930 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \ | |
1931 | coffcode.h peicode.h libpei.h | |
62d8ad4f MK |
1932 | elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \ |
1933 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1934 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h bfd_stdint.h \ |
a351bca6 L |
1935 | $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \ |
1936 | elf64-target.h | |
62d8ad4f | 1937 | elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1938 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1939 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
ceae3e33 AM |
1940 | $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ |
1941 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \ | |
1942 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \ | |
62d8ad4f | 1943 | libcoff.h libecoff.h ecoffswap.h elf64-target.h |
8d25cc3d AM |
1944 | elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \ |
1945 | $(INCDIR)/filenames.h $(INCDIR)/hashtab.h elf-bfd.h \ | |
1946 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ | |
1947 | $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \ | |
1948 | libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h | |
62d8ad4f | 1949 | elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
1950 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1951 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf64-target.h | |
62d8ad4f | 1952 | elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \ |
ceae3e33 | 1953 | $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \ |
50e7d84b | 1954 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ |
ceae3e33 AM |
1955 | elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ |
1956 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ | |
37f45cf8 | 1957 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \ |
62d8ad4f MK |
1958 | ecoffswap.h elf32-target.h |
1959 | elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
1960 | $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \ | |
50e7d84b | 1961 | $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \ |
62d8ad4f MK |
1962 | elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ |
1963 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ | |
1964 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \ | |
1965 | elf64-target.h | |
1966 | elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
1967 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
1968 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \ | |
62d8ad4f MK |
1969 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \ |
1970 | elf64-target.h | |
1971 | elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
ceae3e33 | 1972 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1973 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc64.h \ |
62d8ad4f MK |
1974 | $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h |
1975 | elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1976 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1977 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \ |
62d8ad4f MK |
1978 | $(INCDIR)/elf/reloc-macros.h elf64-target.h |
1979 | elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ | |
1980 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1981 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sh.h \ |
62d8ad4f MK |
1982 | $(INCDIR)/elf/reloc-macros.h elf64-target.h |
1983 | elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \ | |
b2b09913 | 1984 | $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ |
50e7d84b | 1985 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ |
b2b09913 | 1986 | $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \ |
62d8ad4f MK |
1987 | $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h |
1988 | elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ | |
1989 | $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ | |
50e7d84b | 1990 | $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h |
62d8ad4f MK |
1991 | mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1992 | $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \ | |
1993 | $(INCDIR)/opcode/mmix.h | |
1994 | nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \ | |
ceae3e33 AM |
1995 | $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \ |
1996 | $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \ | |
1997 | nlmswap.h nlm-target.h | |
62d8ad4f MK |
1998 | nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
1999 | libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
2000 | $(INCDIR)/nlm/external.h | |
e9f53129 AM |
2001 | coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \ |
2002 | $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \ | |
2003 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
2004 | $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \ | |
2005 | coffswap.h | |
2006 | pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \ | |
2007 | $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \ | |
2008 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
2009 | $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \ | |
2010 | peicode.h libpei.h | |
2011 | pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \ | |
2012 | $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \ | |
2013 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ | |
2014 | $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \ | |
2015 | peicode.h libpei.h | |
62d8ad4f | 2016 | aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \ |
ceae3e33 AM |
2017 | $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ |
2018 | $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h | |
62d8ad4f MK |
2019 | hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h |
2020 | irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
2021 | lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
2022 | osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
2023 | sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
2024 | libaout.h $(INCDIR)/bfdlink.h | |
2025 | trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
2026 | libaout.h $(INCDIR)/bfdlink.h | |
2027 | cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h | |
2028 | elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
50e7d84b AM |
2029 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
2030 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \ | |
62d8ad4f | 2031 | $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \ |
782e11fd | 2032 | elf32-target.h |
62d8ad4f | 2033 | elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
50e7d84b AM |
2034 | elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ |
2035 | $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \ | |
62d8ad4f | 2036 | $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \ |
782e11fd | 2037 | elf64-target.h |
62d8ad4f MK |
2038 | peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
2039 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ | |
2040 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h | |
2041 | pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ | |
2042 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \ | |
2043 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h | |
99ad8390 NC |
2044 | pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ |
2045 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \ | |
2046 | $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h | |
252b5132 | 2047 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |