]>
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 \ |
c067354b | 46 | merge.lo dwarf2.lo simple.lo compress.lo verilog.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 \ |
c067354b | 56 | merge.c dwarf2.c simple.c compress.c verilog.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 \ |
20135e4c | 77 | cpu-moxie.lo \ |
252b5132 RH |
78 | cpu-h8300.lo \ |
79 | cpu-h8500.lo \ | |
80 | cpu-hppa.lo \ | |
800eeca4 | 81 | cpu-ia64.lo \ |
5b93d8bb | 82 | cpu-i370.lo \ |
252b5132 RH |
83 | cpu-i386.lo \ |
84 | cpu-i860.lo \ | |
85 | cpu-i960.lo \ | |
cf88bb9f | 86 | cpu-ip2k.lo \ |
a75473eb | 87 | cpu-iq2000.lo \ |
84e94c90 | 88 | cpu-lm32.lo \ |
49f58d10 | 89 | cpu-m32c.lo \ |
252b5132 | 90 | cpu-m32r.lo \ |
60bcf0fa NC |
91 | cpu-m68hc11.lo \ |
92 | cpu-m68hc12.lo \ | |
252b5132 RH |
93 | cpu-m68k.lo \ |
94 | cpu-m88k.lo \ | |
95 | cpu-m10200.lo \ | |
96 | cpu-m10300.lo \ | |
7499d566 | 97 | cpu-maxq.lo \ |
252b5132 | 98 | cpu-mcore.lo \ |
d9352518 | 99 | cpu-mep.lo \ |
252b5132 | 100 | cpu-mips.lo \ |
3c3bdf30 | 101 | cpu-mmix.lo \ |
4970f871 | 102 | cpu-mt.lo \ |
32d95f29 | 103 | cpu-msp430.lo \ |
3b16e843 | 104 | cpu-or32.lo \ |
252b5132 | 105 | cpu-ns32k.lo \ |
b3baf5d0 | 106 | cpu-openrisc.lo \ |
e135f41b | 107 | cpu-pdp11.lo \ |
0bcb993b | 108 | cpu-pj.lo \ |
252b5132 RH |
109 | cpu-powerpc.lo \ |
110 | cpu-rs6000.lo \ | |
a85d7ed0 | 111 | cpu-s390.lo \ |
1c0d3aa6 | 112 | cpu-score.lo \ |
252b5132 RH |
113 | cpu-sh.lo \ |
114 | cpu-sparc.lo \ | |
e9f53129 | 115 | cpu-spu.lo \ |
252b5132 | 116 | cpu-tic30.lo \ |
026df7c5 | 117 | cpu-tic4x.lo \ |
81635ce4 | 118 | cpu-tic54x.lo \ |
252b5132 RH |
119 | cpu-tic80.lo \ |
120 | cpu-v850.lo \ | |
121 | cpu-vax.lo \ | |
122 | cpu-we32k.lo \ | |
123 | cpu-w65.lo \ | |
93fbbb04 | 124 | cpu-xstormy16.lo \ |
e0001a05 | 125 | cpu-xtensa.lo \ |
d70c5fc7 | 126 | cpu-xc16x.lo \ |
3c9b82ba | 127 | cpu-z80.lo \ |
252b5132 RH |
128 | cpu-z8k.lo |
129 | ||
130 | ALL_MACHINES_CFILES = \ | |
252b5132 RH |
131 | cpu-alpha.c \ |
132 | cpu-arc.c \ | |
133 | cpu-arm.c \ | |
adde6300 | 134 | cpu-avr.c \ |
0f64bb02 | 135 | cpu-bfin.c \ |
3d3d428f | 136 | cpu-cr16.c \ |
06c15ad7 | 137 | cpu-cris.c \ |
0949843d | 138 | cpu-cr16c.c \ |
1fe1f39c | 139 | cpu-crx.c \ |
252b5132 RH |
140 | cpu-d10v.c \ |
141 | cpu-d30v.c \ | |
d172d4ba | 142 | cpu-dlx.c \ |
252b5132 | 143 | cpu-fr30.c \ |
4e5ba5b7 | 144 | cpu-frv.c \ |
20135e4c | 145 | cpu-moxie.c \ |
252b5132 RH |
146 | cpu-h8300.c \ |
147 | cpu-h8500.c \ | |
148 | cpu-hppa.c \ | |
800eeca4 | 149 | cpu-ia64.c \ |
5b93d8bb | 150 | cpu-i370.c \ |
252b5132 RH |
151 | cpu-i386.c \ |
152 | cpu-i860.c \ | |
153 | cpu-i960.c \ | |
cf88bb9f | 154 | cpu-ip2k.c \ |
a75473eb | 155 | cpu-iq2000.c \ |
84e94c90 | 156 | cpu-lm32.c \ |
49f58d10 | 157 | cpu-m32c.c \ |
252b5132 | 158 | cpu-m32r.c \ |
60bcf0fa NC |
159 | cpu-m68hc11.c \ |
160 | cpu-m68hc12.c \ | |
252b5132 RH |
161 | cpu-m68k.c \ |
162 | cpu-m88k.c \ | |
163 | cpu-m10200.c \ | |
164 | cpu-m10300.c \ | |
0306b3bf | 165 | cpu-maxq.c \ |
252b5132 | 166 | cpu-mcore.c \ |
d9352518 | 167 | cpu-mep.c \ |
252b5132 | 168 | cpu-mips.c \ |
3c3bdf30 | 169 | cpu-mmix.c \ |
4970f871 | 170 | cpu-mt.c \ |
2469cfa2 | 171 | cpu-msp430.c \ |
3b16e843 | 172 | cpu-or32.c \ |
252b5132 | 173 | cpu-ns32k.c \ |
b3baf5d0 | 174 | cpu-openrisc.c \ |
e135f41b | 175 | cpu-pdp11.c \ |
0bcb993b | 176 | cpu-pj.c \ |
252b5132 RH |
177 | cpu-powerpc.c \ |
178 | cpu-rs6000.c \ | |
a85d7ed0 | 179 | cpu-s390.c \ |
1c0d3aa6 | 180 | cpu-score.c \ |
252b5132 RH |
181 | cpu-sh.c \ |
182 | cpu-sparc.c \ | |
e9f53129 | 183 | cpu-spu.c \ |
252b5132 | 184 | cpu-tic30.c \ |
026df7c5 | 185 | cpu-tic4x.c \ |
81635ce4 | 186 | cpu-tic54x.c \ |
252b5132 RH |
187 | cpu-tic80.c \ |
188 | cpu-v850.c \ | |
189 | cpu-vax.c \ | |
190 | cpu-we32k.c \ | |
191 | cpu-w65.c \ | |
93fbbb04 | 192 | cpu-xstormy16.c \ |
e0001a05 | 193 | cpu-xtensa.c \ |
d70c5fc7 | 194 | cpu-xc16x.c \ |
3c9b82ba | 195 | cpu-z80.c \ |
252b5132 RH |
196 | cpu-z8k.c |
197 | ||
198 | # The .o files needed by all of the 32 bit vectors that are configured into | |
199 | # target_vector in targets.c if configured with --enable-targets=all. | |
200 | BFD32_BACKENDS = \ | |
201 | aout-adobe.lo \ | |
202 | aout-arm.lo \ | |
06c15ad7 | 203 | aout-cris.lo \ |
252b5132 RH |
204 | aout-ns32k.lo \ |
205 | aout-sparcle.lo \ | |
206 | aout-tic30.lo \ | |
207 | aout0.lo \ | |
208 | aout32.lo \ | |
021e3cc0 | 209 | armnetbsd.lo \ |
252b5132 RH |
210 | bout.lo \ |
211 | cf-i386lynx.lo \ | |
252b5132 | 212 | cf-sparclynx.lo \ |
252b5132 RH |
213 | coff-apollo.lo \ |
214 | coff-arm.lo \ | |
215 | coff-aux.lo \ | |
216 | coff-h8300.lo \ | |
217 | coff-h8500.lo \ | |
218 | coff-i386.lo \ | |
219 | coff-go32.lo \ | |
220 | coff-i860.lo \ | |
221 | coff-i960.lo \ | |
222 | coff-m68k.lo \ | |
223 | coff-m88k.lo \ | |
7499d566 | 224 | coff-maxq.lo \ |
252b5132 | 225 | coff-mips.lo \ |
3b16e843 | 226 | coff-or32.lo \ |
252b5132 RH |
227 | coff-rs6000.lo \ |
228 | coff-sh.lo \ | |
229 | coff-sparc.lo \ | |
230 | coff-stgo32.lo \ | |
231 | coff-svm68k.lo \ | |
232 | coff-tic30.lo \ | |
026df7c5 | 233 | coff-tic4x.lo \ |
81635ce4 | 234 | coff-tic54x.lo \ |
252b5132 RH |
235 | coff-tic80.lo \ |
236 | coff-u68k.lo \ | |
237 | coff-we32k.lo \ | |
238 | coff-w65.lo \ | |
3c9b82ba | 239 | coff-z80.lo \ |
252b5132 RH |
240 | coff-z8k.lo \ |
241 | cofflink.lo \ | |
4a54b465 | 242 | dwarf1.lo \ |
252b5132 RH |
243 | ecoff.lo \ |
244 | ecofflink.lo \ | |
245 | elf.lo \ | |
942e0f42 | 246 | elf32-am33lin.lo \ |
252b5132 | 247 | elf32-arc.lo \ |
7f266840 | 248 | elf32-arm.lo \ |
adde6300 | 249 | elf32-avr.lo \ |
0f64bb02 | 250 | elf32-bfin.lo \ |
3d3d428f | 251 | elf32-cr16.lo \ |
0949843d | 252 | elf32-cr16c.lo \ |
06c15ad7 | 253 | elf32-cris.lo \ |
1fe1f39c | 254 | elf32-crx.lo \ |
252b5132 RH |
255 | elf32-d10v.lo \ |
256 | elf32-d30v.lo \ | |
d172d4ba | 257 | elf32-dlx.lo \ |
252b5132 | 258 | elf32-fr30.lo \ |
4e5ba5b7 | 259 | elf32-frv.lo \ |
20135e4c | 260 | elf32-moxie.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 \ |
252b5132 | 291 | elf32-sh.lo \ |
85fbca6a | 292 | elf32-sh-symbian.lo \ |
fbca6ad9 | 293 | elf32-sh64.lo \ |
9cba27b2 | 294 | elf32-sh64-com.lo \ |
fa0d1cab | 295 | elfxx-sparc.lo \ |
252b5132 | 296 | elf32-sparc.lo \ |
e9f53129 | 297 | elf32-spu.lo \ |
252b5132 | 298 | elf32-v850.lo \ |
90ace9e9 | 299 | elf32-vax.lo \ |
93fbbb04 | 300 | elf32-xstormy16.lo \ |
e0001a05 | 301 | elf32-xtensa.lo \ |
d70c5fc7 | 302 | elf32-xc16x.lo \ |
252b5132 RH |
303 | elf32.lo \ |
304 | elflink.lo \ | |
104d59d1 | 305 | elf-attrs.lo \ |
2b0f7ef9 | 306 | elf-strtab.lo \ |
65765700 | 307 | elf-eh-frame.lo \ |
eac338cf | 308 | elf-vxworks.lo \ |
10ab5357 NC |
309 | epoc-pe-arm.lo \ |
310 | epoc-pei-arm.lo \ | |
252b5132 RH |
311 | hp300bsd.lo \ |
312 | hp300hpux.lo \ | |
313 | som.lo \ | |
314 | i386aout.lo \ | |
315 | i386bsd.lo \ | |
316 | i386dynix.lo \ | |
317 | i386freebsd.lo \ | |
318 | i386linux.lo \ | |
319 | i386lynx.lo \ | |
320 | i386msdos.lo \ | |
321 | i386netbsd.lo \ | |
322 | i386mach3.lo \ | |
323 | i386os9k.lo \ | |
324 | ieee.lo \ | |
325 | m68k4knetbsd.lo \ | |
326 | m68klinux.lo \ | |
252b5132 RH |
327 | m68knetbsd.lo \ |
328 | m88kmach3.lo \ | |
c6f8758f | 329 | m88kopenbsd.lo \ |
3af9a47b | 330 | mach-o.lo \ |
252b5132 RH |
331 | mipsbsd.lo \ |
332 | newsos3.lo \ | |
333 | nlm.lo \ | |
334 | nlm32-i386.lo \ | |
335 | nlm32-sparc.lo \ | |
336 | nlm32-ppc.lo \ | |
337 | nlm32.lo \ | |
338 | ns32knetbsd.lo \ | |
339 | oasys.lo \ | |
340 | pc532-mach.lo \ | |
e135f41b | 341 | pdp11.lo \ |
3af9a47b | 342 | pef.lo \ |
252b5132 RH |
343 | pe-arm.lo \ |
344 | pei-arm.lo \ | |
7148cc28 NC |
345 | pe-arm-wince.lo \ |
346 | pei-arm-wince.lo \ | |
252b5132 RH |
347 | pe-i386.lo \ |
348 | pei-i386.lo \ | |
349 | pe-mcore.lo \ | |
350 | pei-mcore.lo \ | |
351 | pe-ppc.lo \ | |
352 | pei-ppc.lo \ | |
17505c5c NC |
353 | pe-sh.lo \ |
354 | pei-sh.lo \ | |
355 | pe-mips.lo \ | |
356 | pei-mips.lo \ | |
277d1b5e | 357 | peigen.lo \ |
252b5132 RH |
358 | ppcboot.lo \ |
359 | reloc16.lo \ | |
360 | riscix.lo \ | |
361 | sparclinux.lo \ | |
362 | sparclynx.lo \ | |
363 | sparcnetbsd.lo \ | |
364 | sunos.lo \ | |
365 | vaxnetbsd.lo \ | |
3c2bfad6 | 366 | vax1knetbsd.lo \ |
ba26fd96 | 367 | vaxbsd.lo \ |
252b5132 RH |
368 | versados.lo \ |
369 | vms.lo \ | |
370 | vms-gsd.lo \ | |
371 | vms-hdr.lo \ | |
372 | vms-misc.lo \ | |
373 | vms-tir.lo \ | |
01e1a5bc | 374 | vmsutil.lo \ |
3af9a47b | 375 | xcofflink.lo \ |
e0001a05 NC |
376 | xsym.lo \ |
377 | xtensa-isa.lo \ | |
378 | xtensa-modules.lo | |
252b5132 RH |
379 | |
380 | BFD32_BACKENDS_CFILES = \ | |
381 | aout-adobe.c \ | |
382 | aout-arm.c \ | |
06c15ad7 | 383 | aout-cris.c \ |
252b5132 RH |
384 | aout-ns32k.c \ |
385 | aout-sparcle.c \ | |
386 | aout-tic30.c \ | |
387 | aout0.c \ | |
388 | aout32.c \ | |
021e3cc0 | 389 | armnetbsd.c \ |
252b5132 RH |
390 | bout.c \ |
391 | cf-i386lynx.c \ | |
252b5132 | 392 | cf-sparclynx.c \ |
252b5132 RH |
393 | coff-apollo.c \ |
394 | coff-arm.c \ | |
395 | coff-aux.c \ | |
396 | coff-h8300.c \ | |
397 | coff-h8500.c \ | |
398 | coff-i386.c \ | |
399 | coff-i860.c \ | |
400 | coff-go32.c \ | |
401 | coff-i960.c \ | |
402 | coff-m68k.c \ | |
403 | coff-m88k.c \ | |
7499d566 | 404 | coff-maxq.c \ |
252b5132 | 405 | coff-mips.c \ |
3b16e843 | 406 | coff-or32.c \ |
252b5132 RH |
407 | coff-rs6000.c \ |
408 | coff-sh.c \ | |
409 | coff-sparc.c \ | |
410 | coff-stgo32.c \ | |
411 | coff-svm68k.c \ | |
412 | coff-tic30.c \ | |
026df7c5 | 413 | coff-tic4x.c \ |
81635ce4 | 414 | coff-tic54x.c \ |
252b5132 RH |
415 | coff-tic80.c \ |
416 | coff-u68k.c \ | |
417 | coff-we32k.c \ | |
418 | coff-w65.c \ | |
3c9b82ba | 419 | coff-z80.c \ |
252b5132 RH |
420 | coff-z8k.c \ |
421 | cofflink.c \ | |
4a54b465 | 422 | dwarf1.c \ |
252b5132 RH |
423 | ecoff.c \ |
424 | ecofflink.c \ | |
425 | elf.c \ | |
942e0f42 | 426 | elf32-am33lin.c \ |
252b5132 | 427 | elf32-arc.c \ |
7f266840 | 428 | elf32-arm.c \ |
adde6300 | 429 | elf32-avr.c \ |
0f64bb02 | 430 | elf32-bfin.c \ |
3d3d428f | 431 | elf32-cr16.c \ |
0949843d | 432 | elf32-cr16c.c \ |
06c15ad7 | 433 | elf32-cris.c \ |
1fe1f39c | 434 | elf32-crx.c \ |
252b5132 RH |
435 | elf32-d10v.c \ |
436 | elf32-d30v.c \ | |
d172d4ba | 437 | elf32-dlx.c \ |
252b5132 | 438 | elf32-fr30.c \ |
4e5ba5b7 | 439 | elf32-frv.c \ |
20135e4c | 440 | elf32-moxie.c \ |
252b5132 | 441 | elf32-gen.c \ |
ee8a3a3b | 442 | elf32-h8300.c \ |
3f9b03b5 | 443 | elf32-hppa.c \ |
5b93d8bb | 444 | elf32-i370.c \ |
252b5132 RH |
445 | elf32-i386.c \ |
446 | elf32-i860.c \ | |
b2ef150d | 447 | elf32-i960.c \ |
cf88bb9f | 448 | elf32-ip2k.c \ |
a75473eb | 449 | elf32-iq2000.c \ |
84e94c90 | 450 | elf32-lm32.c \ |
49f58d10 | 451 | elf32-m32c.c \ |
252b5132 RH |
452 | elf32-m32r.c \ |
453 | elf32-m68k.c \ | |
60bcf0fa NC |
454 | elf32-m68hc11.c \ |
455 | elf32-m68hc12.c \ | |
f5a6f915 | 456 | elf32-m68hc1x.c \ |
252b5132 RH |
457 | elf32-m88k.c \ |
458 | elf-m10200.c \ | |
459 | elf-m10300.c \ | |
460 | elf32-mcore.c \ | |
d9352518 | 461 | elf32-mep.c \ |
c6e90b02 | 462 | elfxx-mips.c \ |
252b5132 | 463 | elf32-mips.c \ |
4970f871 | 464 | elf32-mt.c \ |
2469cfa2 | 465 | elf32-msp430.c \ |
b3baf5d0 | 466 | elf32-openrisc.c \ |
3b16e843 | 467 | elf32-or32.c \ |
0bcb993b | 468 | elf32-pj.c \ |
252b5132 | 469 | elf32-ppc.c \ |
fbca6ad9 | 470 | elf32-sh64.c \ |
9cba27b2 | 471 | elf32-sh64-com.c \ |
a85d7ed0 | 472 | elf32-s390.c \ |
252b5132 | 473 | elf32-sh.c \ |
85fbca6a | 474 | elf32-sh-symbian.c \ |
fa0d1cab | 475 | elfxx-sparc.c \ |
252b5132 | 476 | elf32-sparc.c \ |
e9f53129 | 477 | elf32-spu.c \ |
252b5132 | 478 | elf32-v850.c \ |
90ace9e9 | 479 | elf32-vax.c \ |
93fbbb04 | 480 | elf32-xstormy16.c \ |
e0001a05 | 481 | elf32-xtensa.c \ |
d70c5fc7 | 482 | elf32-xc16x.c \ |
252b5132 RH |
483 | elf32.c \ |
484 | elflink.c \ | |
104d59d1 | 485 | elf-attrs.c \ |
2b0f7ef9 | 486 | elf-strtab.c \ |
65765700 | 487 | elf-eh-frame.c \ |
eac338cf | 488 | elf-vxworks.c \ |
10ab5357 NC |
489 | epoc-pe-arm.c \ |
490 | epoc-pei-arm.c \ | |
252b5132 RH |
491 | hp300bsd.c \ |
492 | hp300hpux.c \ | |
493 | som.c \ | |
494 | i386aout.c \ | |
495 | i386bsd.c \ | |
496 | i386dynix.c \ | |
497 | i386freebsd.c \ | |
498 | i386linux.c \ | |
499 | i386lynx.c \ | |
500 | i386msdos.c \ | |
501 | i386netbsd.c \ | |
502 | i386mach3.c \ | |
503 | i386os9k.c \ | |
504 | ieee.c \ | |
505 | m68k4knetbsd.c \ | |
506 | m68klinux.c \ | |
252b5132 RH |
507 | m68knetbsd.c \ |
508 | m88kmach3.c \ | |
c6f8758f | 509 | m88kopenbsd.c \ |
3af9a47b | 510 | mach-o.c \ |
252b5132 RH |
511 | mipsbsd.c \ |
512 | newsos3.c \ | |
513 | nlm.c \ | |
514 | nlm32-i386.c \ | |
515 | nlm32-sparc.c \ | |
516 | nlm32-ppc.c \ | |
517 | nlm32.c \ | |
518 | ns32knetbsd.c \ | |
519 | oasys.c \ | |
520 | pc532-mach.c \ | |
e135f41b | 521 | pdp11.c \ |
3af9a47b | 522 | pef.c \ |
252b5132 RH |
523 | pe-arm.c \ |
524 | pei-arm.c \ | |
7148cc28 NC |
525 | pe-arm-wince.c \ |
526 | pei-arm-wince.c \ | |
252b5132 RH |
527 | pe-i386.c \ |
528 | pei-i386.c \ | |
529 | pe-mcore.c \ | |
530 | pei-mcore.c \ | |
531 | pe-ppc.c \ | |
532 | pei-ppc.c \ | |
17505c5c NC |
533 | pe-sh.c \ |
534 | pei-sh.c \ | |
535 | pe-mips.c \ | |
536 | pei-mips.c \ | |
252b5132 RH |
537 | ppcboot.c \ |
538 | reloc16.c \ | |
539 | riscix.c \ | |
540 | sparclinux.c \ | |
541 | sparclynx.c \ | |
542 | sparcnetbsd.c \ | |
543 | sunos.c \ | |
544 | vaxnetbsd.c \ | |
3c2bfad6 | 545 | vax1knetbsd.c \ |
ba26fd96 | 546 | vaxbsd.c \ |
252b5132 RH |
547 | versados.c \ |
548 | vms.c \ | |
549 | vms-gsd.c \ | |
550 | vms-hdr.c \ | |
551 | vms-misc.c \ | |
552 | vms-tir.c \ | |
01e1a5bc | 553 | vmsutil.c \ |
3af9a47b | 554 | xcofflink.c \ |
e0001a05 NC |
555 | xsym.c \ |
556 | xtensa-isa.c \ | |
557 | xtensa-modules.c | |
252b5132 RH |
558 | |
559 | # The .o files needed by all of the 64 bit vectors that are configured into | |
560 | # target_vector in targets.c if configured with --enable-targets=all | |
561 | # and --enable-64-bit-bfd. | |
074d327a NC |
562 | # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in |
563 | # BFD32_BACKENDS. | |
252b5132 | 564 | BFD64_BACKENDS = \ |
eb1e0e80 | 565 | aix5ppc-core.lo \ |
252b5132 RH |
566 | aout64.lo \ |
567 | coff-alpha.lo \ | |
14958a43 | 568 | coff64-rs6000.lo \ |
252b5132 | 569 | demo64.lo \ |
92dd4511 | 570 | pei-ia64.lo \ |
8d88c4ca | 571 | elf64-x86-64.lo \ |
252b5132 | 572 | elf64-alpha.lo \ |
d403336c | 573 | elf64-hppa.lo \ |
074d327a | 574 | elf32-ia64.lo \ |
800eeca4 | 575 | elf64-ia64.lo \ |
252b5132 | 576 | elf64-gen.lo \ |
8a397dad | 577 | elfn32-mips.lo \ |
252b5132 | 578 | elf64-mips.lo \ |
3c3bdf30 | 579 | elf64-mmix.lo \ |
02b1cb40 NC |
580 | elf32-score.lo \ |
581 | elf32-score7.lo \ | |
fbca6ad9 | 582 | elf64-sh64.lo \ |
5bd4f169 | 583 | elf64-ppc.lo \ |
a85d7ed0 | 584 | elf64-s390.lo \ |
252b5132 RH |
585 | elf64-sparc.lo \ |
586 | elf64.lo \ | |
3c3bdf30 | 587 | mmo.lo \ |
252b5132 | 588 | nlm32-alpha.lo \ |
825b47db | 589 | nlm64.lo \ |
99ad8390 NC |
590 | coff-x86_64.lo \ |
591 | pe-x86_64.lo \ | |
592 | pei-x86_64.lo \ | |
593 | pepigen.lo \ | |
594 | pex64igen.lo | |
252b5132 RH |
595 | |
596 | BFD64_BACKENDS_CFILES = \ | |
eb1e0e80 | 597 | aix5ppc-core.c \ |
252b5132 RH |
598 | aout64.c \ |
599 | coff-alpha.c \ | |
14958a43 | 600 | coff64-rs6000.c \ |
252b5132 | 601 | demo64.c \ |
92dd4511 | 602 | pei-ia64.c \ |
8d88c4ca | 603 | elf64-x86-64.c \ |
252b5132 | 604 | elf64-alpha.c \ |
d403336c | 605 | elf64-hppa.c \ |
252b5132 | 606 | elf64-gen.c \ |
8a397dad | 607 | elfn32-mips.c \ |
252b5132 | 608 | elf64-mips.c \ |
3c3bdf30 | 609 | elf64-mmix.c \ |
5bd4f169 | 610 | elf64-ppc.c \ |
a85d7ed0 | 611 | elf64-s390.c \ |
02b1cb40 NC |
612 | elf32-score.c \ |
613 | elf32-score7.c \ | |
fbca6ad9 | 614 | elf64-sh64.c \ |
252b5132 RH |
615 | elf64-sparc.c \ |
616 | elf64.c \ | |
3c3bdf30 | 617 | mmo.c \ |
252b5132 | 618 | nlm32-alpha.c \ |
99ad8390 NC |
619 | nlm64.c \ |
620 | coff-x86_64.c \ | |
621 | pe-x86_64.c \ | |
622 | pei-x86_64.c | |
252b5132 RH |
623 | |
624 | OPTIONAL_BACKENDS = \ | |
625 | aix386-core.lo \ | |
626 | hpux-core.lo \ | |
627 | irix-core.lo \ | |
628 | lynx-core.lo \ | |
629 | osf-core.lo \ | |
630 | sco5-core.lo \ | |
631 | trad-core.lo \ | |
632 | cisco-core.lo | |
633 | ||
634 | OPTIONAL_BACKENDS_CFILES = \ | |
635 | aix386-core.c \ | |
636 | hpux-core.c \ | |
637 | irix-core.c \ | |
638 | lynx-core.c \ | |
639 | osf-core.c \ | |
640 | sco5-core.c \ | |
641 | trad-core.c \ | |
642 | cisco-core.c | |
643 | ||
3f85e526 L |
644 | # We want to rerun configure if configure.in, config.bfd or |
645 | # configure.host change. configure.in is needed since the version | |
646 | # number in Makefile comes from configure.in. | |
647 | CONFIG_STATUS_DEPENDENCIES = \ | |
648 | $(srcdir)/configure.in \ | |
649 | $(srcdir)/config.bfd \ | |
650 | $(srcdir)/configure.host | |
651 | ||
252b5132 RH |
652 | # These are defined by configure.in: |
653 | WORDSIZE = @wordsize@ | |
654 | ALL_BACKENDS = @all_backends@ | |
655 | BFD_BACKENDS = @bfd_backends@ | |
656 | BFD_MACHINES = @bfd_machines@ | |
657 | TDEFAULTS = @tdefaults@ | |
658 | ||
20e95c23 | 659 | INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@ |
252b5132 RH |
660 | |
661 | # C source files that correspond to .o's. | |
27b7e12d | 662 | SOURCE_CFILES = \ |
36b45482 TS |
663 | $(BFD32_LIBS_CFILES) \ |
664 | $(BFD64_LIBS_CFILES) \ | |
252b5132 RH |
665 | $(ALL_MACHINES_CFILES) \ |
666 | $(BFD32_BACKENDS_CFILES) \ | |
667 | $(BFD64_BACKENDS_CFILES) \ | |
668 | $(OPTIONAL_BACKENDS_CFILES) | |
669 | ||
55c80943 | 670 | BUILD_CFILES = \ |
99ad8390 | 671 | elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c |
27b7e12d | 672 | |
55c80943 NC |
673 | CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) |
674 | ||
252b5132 RH |
675 | ## This is a list of all .h files which are in the source tree. |
676 | SOURCE_HFILES = \ | |
709d67f1 AM |
677 | aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ |
678 | elf-bfd.h elf-hppa.h elf32-hppa.h \ | |
c152c796 | 679 | elf64-hppa.h elfcode.h elfcore.h \ |
2bc3c89a AM |
680 | freebsd.h genlink.h go32stub.h \ |
681 | libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \ | |
3af9a47b | 682 | libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \ |
2bc3c89a | 683 | netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \ |
3af9a47b NC |
684 | pef.h pef-traceback.h peicode.h som.h version.h \ |
685 | vms.h xcoff-target.h xsym.h | |
252b5132 | 686 | |
55c80943 NC |
687 | ## ... and all .h files which are in the build tree. |
688 | BUILD_HFILES = \ | |
5eda1c47 | 689 | bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h |
55c80943 NC |
690 | |
691 | HFILES = $(SOURCE_HFILES) $(BUILD_HFILES) | |
692 | ||
693 | SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES) | |
694 | BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES) | |
252b5132 | 695 | |
55c80943 | 696 | po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES) |
fdc09da8 | 697 | for file in $(SRC_POTFILES); do echo $$file; done \ |
323ee3f4 | 698 | | LC_ALL=C sort > tmp.src \ |
01467f2a | 699 | && mv tmp.src $(srcdir)/po/SRC-POTFILES.in |
55c80943 NC |
700 | |
701 | po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) | |
fdc09da8 | 702 | for file in $(BLD_POTFILES); do echo $$file; done \ |
323ee3f4 | 703 | | LC_ALL=C sort > tmp.bld \ |
01467f2a | 704 | && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in |
55c80943 | 705 | |
e3e71e27 | 706 | all diststuff: info |
252b5132 | 707 | |
31dd3154 JM |
708 | .PHONY: install-pdf install-pdf-am install-pdf-recursive |
709 | ||
710 | install-pdf: install-pdf-recursive | |
711 | ||
712 | install-pdf-recursive: | |
713 | @failcom='exit 1'; \ | |
714 | for f in x $$MAKEFLAGS; do \ | |
715 | case $$f in \ | |
716 | *=* | --[!k]*);; \ | |
717 | *k*) failcom='fail=yes';; \ | |
718 | esac; \ | |
719 | done; \ | |
720 | dot_seen=no; \ | |
721 | target=`echo $@ | sed s/-recursive//`; \ | |
722 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
723 | echo "Making $$target in $$subdir"; \ | |
724 | if test "$$subdir" = "."; then \ | |
725 | dot_seen=yes; \ | |
726 | local_target="$$target-am"; \ | |
727 | else \ | |
728 | local_target="$$target"; \ | |
729 | fi; \ | |
730 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
731 | || eval $$failcom; \ | |
732 | done; \ | |
733 | if test "$$dot_seen" = "no"; then \ | |
734 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
735 | fi; test -z "$$fail" | |
736 | ||
108a6f8e CD |
737 | .PHONY: install-html install-html-am install-html-recursive |
738 | ||
739 | install-html: install-html-recursive | |
740 | ||
741 | install-html-recursive: | |
742 | @failcom='exit 1'; \ | |
743 | for f in x $$MAKEFLAGS; do \ | |
744 | case $$f in \ | |
745 | *=* | --[!k]*);; \ | |
746 | *k*) failcom='fail=yes';; \ | |
747 | esac; \ | |
748 | done; \ | |
749 | dot_seen=no; \ | |
750 | target=`echo $@ | sed s/-recursive//`; \ | |
751 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
752 | echo "Making $$target in $$subdir"; \ | |
753 | if test "$$subdir" = "."; then \ | |
754 | dot_seen=yes; \ | |
755 | local_target="$$target-am"; \ | |
756 | else \ | |
757 | local_target="$$target"; \ | |
758 | fi; \ | |
759 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
760 | || eval $$failcom; \ | |
761 | done; \ | |
762 | if test "$$dot_seen" = "no"; then \ | |
763 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
764 | fi; test -z "$$fail" | |
765 | ||
252b5132 RH |
766 | # Various kinds of .o files to put in libbfd.a: |
767 | # BFD_BACKENDS Routines the configured targets need. | |
768 | # BFD_MACHINES Architecture-specific routines the configured targets need. | |
769 | # COREFILE Core file routines for a native configuration | |
21e40a48 L |
770 | # bfd64_libs Routines for 64bit support |
771 | OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@ | |
252b5132 RH |
772 | |
773 | stamp-ofiles: Makefile | |
774 | rm -f tofiles | |
775 | f=""; \ | |
776 | for i in $(OFILES) ; do \ | |
777 | case " $$f " in \ | |
778 | *" $$i "*) ;; \ | |
779 | *) f="$$f $$i" ;; \ | |
780 | esac ; \ | |
781 | done ; \ | |
782 | echo $$f > tofiles | |
783 | $(SHELL) $(srcdir)/../move-if-change tofiles ofiles | |
784 | touch stamp-ofiles | |
785 | ||
786 | ofiles: stamp-ofiles ; @true | |
787 | ||
21e40a48 L |
788 | # Since BFD64_LIBS is optional and we can't have substitution in |
789 | # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead. | |
790 | libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) | |
252b5132 | 791 | libbfd_la_DEPENDENCIES = $(OFILES) ofiles |
29670fb9 AM |
792 | libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ |
793 | libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@ | |
252b5132 RH |
794 | |
795 | # libtool will build .libs/libbfd.a. We create libbfd.a in the build | |
796 | # directory so that we don't have to convert all the programs that use | |
797 | # libbfd.a simultaneously. This is a hack which should be removed if | |
798 | # everything else starts using libtool. FIXME. | |
799 | ||
800 | noinst_LIBRARIES = libbfd.a | |
801 | libbfd_a_SOURCES = | |
802 | ||
803 | stamp-lib: libbfd.la | |
e56f75e9 ILT |
804 | libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ |
805 | if [ -f $$libtooldir/libbfd.a ]; then \ | |
806 | cp $$libtooldir/libbfd.a libbfd.tmp; \ | |
9f93bca5 | 807 | $(RANLIB) libbfd.tmp; \ |
252b5132 RH |
808 | $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ |
809 | else true; fi | |
810 | touch stamp-lib | |
811 | ||
812 | libbfd.a: stamp-lib ; @true | |
813 | ||
814 | # This file holds an array associating configuration triplets and | |
815 | # vector names. It is built from config.bfd. It is not compiled by | |
816 | # itself, but is included by targets.c. | |
817 | targmatch.h: config.bfd targmatch.sed | |
818 | rm -f targmatch.h | |
819 | sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new | |
820 | mv -f targmatch.new targmatch.h | |
821 | ||
822 | # When compiling archures.c and targets.c, supply the default target | |
823 | # info from configure. | |
824 | ||
840f0243 | 825 | targets.lo: targets.c Makefile |
252b5132 RH |
826 | $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c |
827 | ||
840f0243 | 828 | archures.lo: archures.c Makefile |
252b5132 RH |
829 | $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c |
830 | ||
0d4a1476 AS |
831 | dwarf2.lo: dwarf2.c Makefile |
832 | $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c | |
833 | ||
252b5132 RH |
834 | elf32-target.h : elfxx-target.h |
835 | rm -f elf32-target.h | |
836 | sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new | |
837 | mv -f elf32-target.new elf32-target.h | |
838 | ||
839 | elf64-target.h : elfxx-target.h | |
840 | rm -f elf64-target.h | |
841 | sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new | |
842 | mv -f elf64-target.new elf64-target.h | |
843 | ||
bbe66d08 JW |
844 | elf32-ia64.c : elfxx-ia64.c |
845 | rm -f elf32-ia64.c | |
846 | sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new | |
847 | mv -f elf32-ia64.new elf32-ia64.c | |
848 | ||
849 | elf64-ia64.c : elfxx-ia64.c | |
850 | rm -f elf64-ia64.c | |
851 | sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new | |
852 | mv -f elf64-ia64.new elf64-ia64.c | |
853 | ||
825b47db NC |
854 | peigen.c : peXXigen.c |
855 | rm -f peigen.c | |
856 | sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new | |
857 | mv -f peigen.new peigen.c | |
858 | ||
859 | pepigen.c : peXXigen.c | |
860 | rm -f pepigen.c | |
861 | sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new | |
862 | mv -f pepigen.new pepigen.c | |
863 | ||
99ad8390 NC |
864 | pex64igen.c: peXXigen.c |
865 | rm -f pex64igen.c | |
866 | sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new | |
867 | mv -f pex64igen.new pex64igen.c | |
868 | ||
b13c7b49 | 869 | BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h |
252b5132 | 870 | LOCAL_H_DEPS= libbfd.h sysdep.h config.h |
36b45482 TS |
871 | $(BFD32_LIBS) \ |
872 | $(BFD64_LIBS) \ | |
b13c7b49 AM |
873 | $(ALL_MACHINES) \ |
874 | $(BFD32_BACKENDS) \ | |
875 | $(BFD64_BACKENDS) \ | |
876 | $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) | |
252b5132 | 877 | |
a703a6ea | 878 | install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd |
252b5132 | 879 | @$(NORMAL_INSTALL) |
a703a6ea AM |
880 | |
881 | uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd | |
882 | @$(NORMAL_UNINSTALL) | |
883 | ||
884 | .PHONY: install_libbfd uninstall_libbfd | |
885 | install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H) | |
886 | $(mkinstalldirs) $(DESTDIR)$(bfdlibdir) | |
887 | $(mkinstalldirs) $(DESTDIR)$(bfdincludedir) | |
888 | @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ | |
889 | if test -f $$p; then \ | |
890 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \ | |
891 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \ | |
892 | else :; fi; \ | |
893 | done | |
894 | $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h | |
895 | $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h | |
896 | $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h | |
897 | $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h | |
898 | ||
899 | uninstall_libbfd: | |
900 | list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ | |
901 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \ | |
902 | done | |
903 | rm -f $(DESTDIR)$(bfdincludedir)/bfd.h | |
904 | rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h | |
905 | rm -f $(DESTDIR)$(bfdincludedir)/symcat.h | |
906 | rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h | |
ee0bebb8 | 907 | |
74eeebea ILT |
908 | # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES). |
909 | DEP: dep.sed $(CFILES) $(HFILES) bfd.h | |
910 | rm -f DEP1 | |
41b49281 | 911 | $(MAKE) MKDEP="$(MKDEP)" DEP1 |
9e097a72 AM |
912 | echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1 |
913 | if grep ' /' DEP1 > /dev/null 2> /dev/null; then \ | |
1581f8c9 AM |
914 | echo 'make DEP failed!'; exit 1; \ |
915 | else \ | |
9e097a72 | 916 | mv -f DEP1 $@; \ |
1581f8c9 | 917 | fi |
41b49281 | 918 | |
74eeebea | 919 | DEP1: $(CFILES) |
74eeebea | 920 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 |
41b49281 | 921 | echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 |
9e097a72 AM |
922 | for f in $?; do \ |
923 | $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \ | |
924 | sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \ | |
925 | sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \ | |
926 | sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \ | |
927 | done | |
928 | rm -f DEPA | |
41b49281 | 929 | mv -f DEP2 $@ |
252b5132 RH |
930 | |
931 | dep.sed: dep-in.sed config.status | |
932 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
933 | -e 's!@BFD_H@!$(BFD_H)!' \ | |
830629ab AM |
934 | -e 's!@SRCDIR@!$(srcdir)!' \ |
935 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!' | |
252b5132 | 936 | |
74eeebea | 937 | dep: DEP |
252b5132 | 938 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile |
74eeebea | 939 | cat DEP >> tmp-Makefile |
252b5132 RH |
940 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile |
941 | ||
74eeebea | 942 | dep-in: DEP |
252b5132 | 943 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in |
74eeebea | 944 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
945 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
946 | ||
74eeebea | 947 | dep-am: DEP |
252b5132 | 948 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am |
74eeebea | 949 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
950 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
951 | ||
952 | host-aout.lo: Makefile | |
953 | ||
954 | # The following program can be used to generate a simple config file | |
955 | # which can be folded into an h-XXX file for a new host, with some editing. | |
956 | aout-params.h: gen-aout | |
957 | ./gen-aout host > aout-params.h | |
958 | gen-aout: $(srcdir)/gen-aout.c Makefile | |
959 | $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c | |
960 | ||
961 | $(BFD_H): stmp-bfd-h ; @true | |
962 | ||
963 | stmp-bfd-h: bfd-in3.h | |
964 | rm -f bfd-tmp.h | |
965 | cp bfd-in3.h bfd-tmp.h | |
966 | $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H) | |
967 | rm -f bfd-tmp.h | |
968 | touch stmp-bfd-h | |
969 | ||
970 | BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ | |
93509525 | 971 | reloc.c syms.c bfd.c bfdio.c bfdwin.c \ |
1b315056 | 972 | archive.c corefile.c targets.c format.c compress.c |
36b45482 | 973 | BFD64_H_FILES = archive64.c |
93509525 KD |
974 | LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \ |
975 | cache.c reloc.c archures.c elf.c | |
252b5132 RH |
976 | LIBCOFF_H_FILES = libcoff-in.h coffcode.h |
977 | ||
978 | # Could really use a "copy-if-change"... | |
979 | headers: | |
108a6f8e CD |
980 | (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS)) |
981 | cp $(bfddocdir)/bfd.h bfd-in2.h-new | |
252b5132 | 982 | $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h |
108a6f8e | 983 | cp $(bfddocdir)/libbfd.h libbfd.h-new |
252b5132 | 984 | $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h |
108a6f8e | 985 | cp $(bfddocdir)/libcoff.h libcoff.h-new |
252b5132 RH |
986 | $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h |
987 | ||
988 | # We only rebuild the header files automatically if we have been | |
989 | # configured with --enable-maintainer-mode. | |
990 | ||
991 | $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true | |
36b45482 | 992 | stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) |
108a6f8e CD |
993 | (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h) |
994 | cp $(bfddocdir)/bfd.h bfd-in2.h-new | |
252b5132 RH |
995 | $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h |
996 | touch stmp-bin2-h | |
997 | ||
998 | $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true | |
999 | stmp-lbfd-h: $(LIBBFD_H_FILES) | |
108a6f8e CD |
1000 | (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h) |
1001 | cp $(bfddocdir)/libbfd.h libbfd.h-new | |
252b5132 RH |
1002 | $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h |
1003 | touch stmp-lbfd-h | |
1004 | ||
1005 | $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true | |
1006 | stmp-lcoff-h: $(LIBCOFF_H_FILES) | |
108a6f8e CD |
1007 | (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h) |
1008 | cp $(bfddocdir)/libcoff.h libcoff.h-new | |
252b5132 RH |
1009 | $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h |
1010 | touch stmp-lcoff-h | |
1011 | ||
55c80943 | 1012 | MOSTLYCLEANFILES = ofiles stamp-ofiles |
252b5132 | 1013 | |
0bdaf48b | 1014 | CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \ |
252b5132 RH |
1015 | stmp-bin2-h stmp-lbfd-h stmp-lcoff-h |
1016 | ||
ee5c21a0 | 1017 | DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion |
55c80943 | 1018 | |
d866f350 | 1019 | bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in |
91506736 | 1020 | @echo "creating $@" |
bc286f95 BE |
1021 | @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ |
1022 | bfd_version_string="\"$(VERSION)\"" ;\ | |
ee5c21a0 | 1023 | bfd_soversion="$(VERSION)" ;\ |
92f01d61 | 1024 | bfd_version_package="\"$(PKGVERSION)\"" ;\ |
c428fa83 | 1025 | report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\ |
bc286f95 | 1026 | if test "x$(RELEASE)" = x ; then \ |
d866f350 | 1027 | bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\ |
066c2a57 | 1028 | bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\ |
ee5c21a0 | 1029 | bfd_soversion="$(VERSION).$${bfd_version_date}" ;\ |
bc286f95 | 1030 | fi ;\ |
c428fa83 L |
1031 | sed -e "s,@bfd_version@,$$bfd_version," \ |
1032 | -e "s,@bfd_version_string@,$$bfd_version_string," \ | |
1033 | -e "s,@bfd_version_package@,$$bfd_version_package," \ | |
1034 | -e "s,@report_bugs_to@,$$report_bugs_to," \ | |
ee5c21a0 DJ |
1035 | < $(srcdir)/version.h > $@; \ |
1036 | echo "$${bfd_soversion}" > libtool-soversion | |
bc286f95 | 1037 | |
252b5132 RH |
1038 | # What appears below is generated by a hacked mkdep using gcc -MM. |
1039 | ||
1040 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
1041 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
9e097a72 AM |
1042 | archive.lo: \ |
1043 | archive.c \ | |
1044 | $(INCDIR)/aout/ar.h \ | |
1045 | $(INCDIR)/aout/ranlib.h \ | |
1046 | $(INCDIR)/filenames.h \ | |
1047 | $(INCDIR)/hashtab.h \ | |
1048 | $(INCDIR)/libiberty.h \ | |
5d038dee | 1049 | $(INCDIR)/safe-ctype.h |
9e097a72 AM |
1050 | archures.lo: \ |
1051 | archures.c \ | |
1052 | $(INCDIR)/filenames.h \ | |
1053 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1054 | $(INCDIR)/safe-ctype.h |
9e097a72 AM |
1055 | bfd.lo: \ |
1056 | bfd.c \ | |
1057 | $(INCDIR)/bfdlink.h \ | |
1058 | $(INCDIR)/coff/ecoff.h \ | |
1059 | $(INCDIR)/coff/internal.h \ | |
1060 | $(INCDIR)/coff/sym.h \ | |
1061 | $(INCDIR)/demangle.h \ | |
1062 | $(INCDIR)/elf/common.h \ | |
1063 | $(INCDIR)/elf/external.h \ | |
1064 | $(INCDIR)/elf/internal.h \ | |
1065 | $(INCDIR)/filenames.h \ | |
1066 | $(INCDIR)/hashtab.h \ | |
1067 | $(INCDIR)/libiberty.h \ | |
1068 | $(INCDIR)/safe-ctype.h \ | |
1069 | bfdver.h \ | |
1070 | elf-bfd.h \ | |
1071 | libcoff.h \ | |
1072 | libecoff.h | |
1073 | bfdio.lo: \ | |
1074 | bfdio.c \ | |
1075 | $(INCDIR)/filenames.h \ | |
1076 | $(INCDIR)/hashtab.h | |
1077 | bfdwin.lo: \ | |
1078 | bfdwin.c \ | |
1079 | $(INCDIR)/filenames.h \ | |
1080 | $(INCDIR)/hashtab.h | |
1081 | cache.lo: \ | |
1082 | cache.c \ | |
1083 | $(INCDIR)/filenames.h \ | |
1084 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1085 | $(INCDIR)/libiberty.h |
9e097a72 AM |
1086 | coffgen.lo: \ |
1087 | coffgen.c \ | |
1088 | $(INCDIR)/bfdlink.h \ | |
1089 | $(INCDIR)/coff/internal.h \ | |
1090 | $(INCDIR)/filenames.h \ | |
1091 | $(INCDIR)/hashtab.h \ | |
1092 | libcoff.h | |
1093 | corefile.lo: \ | |
1094 | corefile.c \ | |
1095 | $(INCDIR)/filenames.h \ | |
1096 | $(INCDIR)/hashtab.h | |
1097 | format.lo: \ | |
1098 | format.c \ | |
1099 | $(INCDIR)/filenames.h \ | |
1100 | $(INCDIR)/hashtab.h | |
1101 | init.lo: \ | |
1102 | init.c \ | |
1103 | $(INCDIR)/filenames.h \ | |
1104 | $(INCDIR)/hashtab.h | |
1105 | libbfd.lo: \ | |
1106 | libbfd.c \ | |
1107 | $(INCDIR)/filenames.h \ | |
1108 | $(INCDIR)/hashtab.h | |
1109 | opncls.lo: \ | |
1110 | opncls.c \ | |
1111 | $(INCDIR)/filenames.h \ | |
1112 | $(INCDIR)/hashtab.h \ | |
1113 | $(INCDIR)/libiberty.h \ | |
1114 | $(INCDIR)/objalloc.h | |
1115 | reloc.lo: \ | |
1116 | reloc.c \ | |
1117 | $(INCDIR)/bfdlink.h \ | |
1118 | $(INCDIR)/filenames.h \ | |
1119 | $(INCDIR)/hashtab.h | |
1120 | section.lo: \ | |
1121 | section.c \ | |
1122 | $(INCDIR)/bfdlink.h \ | |
1123 | $(INCDIR)/filenames.h \ | |
1124 | $(INCDIR)/hashtab.h | |
1125 | syms.lo: \ | |
1126 | syms.c \ | |
1127 | $(INCDIR)/aout/stab.def \ | |
1128 | $(INCDIR)/aout/stab_gnu.h \ | |
1129 | $(INCDIR)/bfdlink.h \ | |
1130 | $(INCDIR)/filenames.h \ | |
1131 | $(INCDIR)/hashtab.h \ | |
1132 | $(INCDIR)/safe-ctype.h | |
1133 | targets.lo: \ | |
1134 | targets.c \ | |
1135 | $(INCDIR)/filenames.h \ | |
1136 | $(INCDIR)/fnmatch.h \ | |
1137 | $(INCDIR)/hashtab.h \ | |
1138 | targmatch.h | |
1139 | hash.lo: \ | |
1140 | hash.c \ | |
1141 | $(INCDIR)/filenames.h \ | |
1142 | $(INCDIR)/hashtab.h \ | |
1143 | $(INCDIR)/libiberty.h \ | |
1144 | $(INCDIR)/objalloc.h | |
1145 | linker.lo: \ | |
1146 | linker.c \ | |
1147 | $(INCDIR)/bfdlink.h \ | |
1148 | $(INCDIR)/filenames.h \ | |
1149 | $(INCDIR)/hashtab.h \ | |
1150 | genlink.h | |
1151 | srec.lo: \ | |
1152 | srec.c \ | |
1153 | $(INCDIR)/filenames.h \ | |
1154 | $(INCDIR)/hashtab.h \ | |
1155 | $(INCDIR)/libiberty.h \ | |
1156 | $(INCDIR)/safe-ctype.h | |
1157 | binary.lo: \ | |
1158 | binary.c \ | |
1159 | $(INCDIR)/filenames.h \ | |
1160 | $(INCDIR)/hashtab.h \ | |
1161 | $(INCDIR)/safe-ctype.h | |
1162 | tekhex.lo: \ | |
1163 | tekhex.c \ | |
1164 | $(INCDIR)/filenames.h \ | |
1165 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1166 | $(INCDIR)/libiberty.h |
9e097a72 AM |
1167 | ihex.lo: \ |
1168 | ihex.c \ | |
1169 | $(INCDIR)/filenames.h \ | |
1170 | $(INCDIR)/hashtab.h \ | |
1171 | $(INCDIR)/libiberty.h \ | |
1172 | $(INCDIR)/safe-ctype.h | |
1173 | stabs.lo: \ | |
1174 | stabs.c \ | |
1175 | $(INCDIR)/aout/stab.def \ | |
1176 | $(INCDIR)/aout/stab_gnu.h \ | |
1177 | $(INCDIR)/filenames.h \ | |
1178 | $(INCDIR)/hashtab.h \ | |
1179 | $(INCDIR)/safe-ctype.h | |
1180 | stab-syms.lo: \ | |
1181 | stab-syms.c \ | |
1182 | $(INCDIR)/aout/aout64.h \ | |
1183 | $(INCDIR)/aout/stab.def \ | |
1184 | $(INCDIR)/bfdlink.h \ | |
1185 | libaout.h | |
1186 | merge.lo: \ | |
1187 | merge.c \ | |
1188 | $(INCDIR)/filenames.h \ | |
1189 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1190 | $(INCDIR)/libiberty.h |
9e097a72 AM |
1191 | dwarf2.lo: \ |
1192 | dwarf2.c \ | |
1193 | $(INCDIR)/bfdlink.h \ | |
1194 | $(INCDIR)/elf/common.h \ | |
1195 | $(INCDIR)/elf/dwarf2.h \ | |
1196 | $(INCDIR)/elf/external.h \ | |
1197 | $(INCDIR)/elf/internal.h \ | |
1198 | $(INCDIR)/filenames.h \ | |
1199 | $(INCDIR)/hashtab.h \ | |
1200 | $(INCDIR)/libiberty.h \ | |
1201 | elf-bfd.h | |
1202 | simple.lo: \ | |
1203 | simple.c \ | |
1204 | $(INCDIR)/bfdlink.h \ | |
1205 | $(INCDIR)/filenames.h \ | |
1206 | $(INCDIR)/hashtab.h | |
1207 | compress.lo: \ | |
1208 | compress.c \ | |
1209 | $(INCDIR)/filenames.h \ | |
1210 | $(INCDIR)/hashtab.h | |
1211 | verilog.lo: \ | |
1212 | verilog.c \ | |
1213 | $(INCDIR)/filenames.h \ | |
1214 | $(INCDIR)/hashtab.h \ | |
1215 | $(INCDIR)/libiberty.h \ | |
1216 | $(INCDIR)/safe-ctype.h | |
1217 | archive64.lo: \ | |
1218 | archive64.c \ | |
1219 | $(INCDIR)/aout/ar.h \ | |
1220 | $(INCDIR)/filenames.h \ | |
1221 | $(INCDIR)/hashtab.h | |
1222 | cpu-alpha.lo: \ | |
1223 | cpu-alpha.c \ | |
1224 | $(INCDIR)/filenames.h \ | |
1225 | $(INCDIR)/hashtab.h | |
1226 | cpu-arc.lo: \ | |
1227 | cpu-arc.c \ | |
1228 | $(INCDIR)/filenames.h \ | |
1229 | $(INCDIR)/hashtab.h | |
1230 | cpu-arm.lo: \ | |
1231 | cpu-arm.c \ | |
1232 | $(INCDIR)/filenames.h \ | |
1233 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1234 | $(INCDIR)/libiberty.h |
9e097a72 AM |
1235 | cpu-avr.lo: \ |
1236 | cpu-avr.c \ | |
1237 | $(INCDIR)/filenames.h \ | |
1238 | $(INCDIR)/hashtab.h | |
1239 | cpu-bfin.lo: \ | |
1240 | cpu-bfin.c \ | |
1241 | $(INCDIR)/filenames.h \ | |
1242 | $(INCDIR)/hashtab.h | |
1243 | cpu-cr16.lo: \ | |
1244 | cpu-cr16.c \ | |
1245 | $(INCDIR)/filenames.h \ | |
1246 | $(INCDIR)/hashtab.h | |
1247 | cpu-cris.lo: \ | |
1248 | cpu-cris.c \ | |
1249 | $(INCDIR)/filenames.h \ | |
1250 | $(INCDIR)/hashtab.h | |
1251 | cpu-cr16c.lo: \ | |
1252 | cpu-cr16c.c \ | |
1253 | $(INCDIR)/filenames.h \ | |
1254 | $(INCDIR)/hashtab.h | |
1255 | cpu-crx.lo: \ | |
1256 | cpu-crx.c \ | |
1257 | $(INCDIR)/filenames.h \ | |
1258 | $(INCDIR)/hashtab.h | |
1259 | cpu-d10v.lo: \ | |
1260 | cpu-d10v.c \ | |
1261 | $(INCDIR)/filenames.h \ | |
1262 | $(INCDIR)/hashtab.h | |
1263 | cpu-d30v.lo: \ | |
1264 | cpu-d30v.c \ | |
1265 | $(INCDIR)/filenames.h \ | |
1266 | $(INCDIR)/hashtab.h | |
1267 | cpu-dlx.lo: \ | |
1268 | cpu-dlx.c \ | |
1269 | $(INCDIR)/filenames.h \ | |
1270 | $(INCDIR)/hashtab.h | |
1271 | cpu-fr30.lo: \ | |
1272 | cpu-fr30.c \ | |
1273 | $(INCDIR)/filenames.h \ | |
1274 | $(INCDIR)/hashtab.h | |
1275 | cpu-frv.lo: \ | |
1276 | cpu-frv.c \ | |
1277 | $(INCDIR)/filenames.h \ | |
1278 | $(INCDIR)/hashtab.h | |
1279 | cpu-moxie.lo: \ | |
1280 | cpu-moxie.c \ | |
1281 | $(INCDIR)/filenames.h \ | |
1282 | $(INCDIR)/hashtab.h | |
1283 | cpu-h8300.lo: \ | |
1284 | cpu-h8300.c \ | |
1285 | $(INCDIR)/filenames.h \ | |
1286 | $(INCDIR)/hashtab.h | |
1287 | cpu-h8500.lo: \ | |
1288 | cpu-h8500.c \ | |
1289 | $(INCDIR)/filenames.h \ | |
1290 | $(INCDIR)/hashtab.h | |
1291 | cpu-hppa.lo: \ | |
1292 | cpu-hppa.c \ | |
1293 | $(INCDIR)/filenames.h \ | |
1294 | $(INCDIR)/hashtab.h | |
1295 | cpu-ia64.lo: \ | |
1296 | cpu-ia64.c \ | |
1297 | $(INCDIR)/filenames.h \ | |
1298 | $(INCDIR)/hashtab.h \ | |
1299 | $(INCDIR)/opcode/ia64.h \ | |
1300 | $(srcdir)/../opcodes/ia64-opc.h \ | |
1301 | cpu-ia64-opc.c | |
1302 | cpu-i370.lo: \ | |
1303 | cpu-i370.c \ | |
1304 | $(INCDIR)/filenames.h \ | |
1305 | $(INCDIR)/hashtab.h | |
1306 | cpu-i386.lo: \ | |
1307 | cpu-i386.c \ | |
1308 | $(INCDIR)/filenames.h \ | |
1309 | $(INCDIR)/hashtab.h | |
1310 | cpu-i860.lo: \ | |
1311 | cpu-i860.c \ | |
1312 | $(INCDIR)/filenames.h \ | |
1313 | $(INCDIR)/hashtab.h | |
1314 | cpu-i960.lo: \ | |
1315 | cpu-i960.c \ | |
1316 | $(INCDIR)/filenames.h \ | |
1317 | $(INCDIR)/hashtab.h | |
1318 | cpu-ip2k.lo: \ | |
1319 | cpu-ip2k.c \ | |
1320 | $(INCDIR)/filenames.h \ | |
1321 | $(INCDIR)/hashtab.h | |
1322 | cpu-iq2000.lo: \ | |
1323 | cpu-iq2000.c \ | |
1324 | $(INCDIR)/filenames.h \ | |
1325 | $(INCDIR)/hashtab.h | |
1326 | cpu-lm32.lo: \ | |
1327 | cpu-lm32.c \ | |
1328 | $(INCDIR)/filenames.h \ | |
1329 | $(INCDIR)/hashtab.h | |
1330 | cpu-m32c.lo: \ | |
1331 | cpu-m32c.c \ | |
1332 | $(INCDIR)/filenames.h \ | |
1333 | $(INCDIR)/hashtab.h | |
1334 | cpu-m32r.lo: \ | |
1335 | cpu-m32r.c \ | |
1336 | $(INCDIR)/filenames.h \ | |
1337 | $(INCDIR)/hashtab.h | |
1338 | cpu-m68hc11.lo: \ | |
1339 | cpu-m68hc11.c \ | |
1340 | $(INCDIR)/filenames.h \ | |
1341 | $(INCDIR)/hashtab.h | |
1342 | cpu-m68hc12.lo: \ | |
1343 | cpu-m68hc12.c \ | |
1344 | $(INCDIR)/filenames.h \ | |
1345 | $(INCDIR)/hashtab.h | |
1346 | cpu-m68k.lo: \ | |
1347 | cpu-m68k.c \ | |
1348 | $(INCDIR)/filenames.h \ | |
1349 | $(INCDIR)/hashtab.h \ | |
66eb6687 | 1350 | $(INCDIR)/opcode/m68k.h |
9e097a72 AM |
1351 | cpu-m88k.lo: \ |
1352 | cpu-m88k.c \ | |
1353 | $(INCDIR)/filenames.h \ | |
1354 | $(INCDIR)/hashtab.h | |
1355 | cpu-m10200.lo: \ | |
1356 | cpu-m10200.c \ | |
1357 | $(INCDIR)/filenames.h \ | |
1358 | $(INCDIR)/hashtab.h | |
1359 | cpu-m10300.lo: \ | |
1360 | cpu-m10300.c \ | |
1361 | $(INCDIR)/filenames.h \ | |
1362 | $(INCDIR)/hashtab.h | |
1363 | cpu-maxq.lo: \ | |
1364 | cpu-maxq.c \ | |
1365 | $(INCDIR)/filenames.h \ | |
1366 | $(INCDIR)/hashtab.h | |
1367 | cpu-mcore.lo: \ | |
1368 | cpu-mcore.c \ | |
1369 | $(INCDIR)/filenames.h \ | |
1370 | $(INCDIR)/hashtab.h | |
1371 | cpu-mep.lo: \ | |
1372 | cpu-mep.c \ | |
1373 | $(INCDIR)/filenames.h \ | |
1374 | $(INCDIR)/hashtab.h | |
1375 | cpu-mips.lo: \ | |
1376 | cpu-mips.c \ | |
1377 | $(INCDIR)/filenames.h \ | |
1378 | $(INCDIR)/hashtab.h | |
1379 | cpu-mmix.lo: \ | |
1380 | cpu-mmix.c \ | |
1381 | $(INCDIR)/filenames.h \ | |
1382 | $(INCDIR)/hashtab.h | |
1383 | cpu-mt.lo: \ | |
1384 | cpu-mt.c \ | |
1385 | $(INCDIR)/filenames.h \ | |
1386 | $(INCDIR)/hashtab.h | |
1387 | cpu-msp430.lo: \ | |
1388 | cpu-msp430.c \ | |
1389 | $(INCDIR)/filenames.h \ | |
1390 | $(INCDIR)/hashtab.h | |
1391 | cpu-or32.lo: \ | |
1392 | cpu-or32.c \ | |
1393 | $(INCDIR)/filenames.h \ | |
1394 | $(INCDIR)/hashtab.h | |
1395 | cpu-ns32k.lo: \ | |
1396 | cpu-ns32k.c \ | |
1397 | $(INCDIR)/filenames.h \ | |
1398 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1399 | ns32k.h |
9e097a72 AM |
1400 | cpu-openrisc.lo: \ |
1401 | cpu-openrisc.c \ | |
1402 | $(INCDIR)/filenames.h \ | |
1403 | $(INCDIR)/hashtab.h | |
1404 | cpu-pdp11.lo: \ | |
1405 | cpu-pdp11.c \ | |
1406 | $(INCDIR)/filenames.h \ | |
1407 | $(INCDIR)/hashtab.h | |
1408 | cpu-pj.lo: \ | |
1409 | cpu-pj.c \ | |
1410 | $(INCDIR)/filenames.h \ | |
1411 | $(INCDIR)/hashtab.h | |
1412 | cpu-powerpc.lo: \ | |
1413 | cpu-powerpc.c \ | |
1414 | $(INCDIR)/filenames.h \ | |
1415 | $(INCDIR)/hashtab.h | |
1416 | cpu-rs6000.lo: \ | |
1417 | cpu-rs6000.c \ | |
1418 | $(INCDIR)/filenames.h \ | |
1419 | $(INCDIR)/hashtab.h | |
1420 | cpu-s390.lo: \ | |
1421 | cpu-s390.c \ | |
1422 | $(INCDIR)/filenames.h \ | |
5d038dee | 1423 | $(INCDIR)/hashtab.h |
9e097a72 AM |
1424 | cpu-score.lo: \ |
1425 | cpu-score.c \ | |
1426 | $(INCDIR)/filenames.h \ | |
3c9b82ba | 1427 | $(INCDIR)/hashtab.h |
9e097a72 AM |
1428 | cpu-sh.lo: \ |
1429 | cpu-sh.c \ | |
1430 | $(INCDIR)/filenames.h \ | |
1431 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1432 | $(srcdir)/../opcodes/sh-opc.h |
9e097a72 AM |
1433 | cpu-sparc.lo: \ |
1434 | cpu-sparc.c \ | |
1435 | $(INCDIR)/filenames.h \ | |
1436 | $(INCDIR)/hashtab.h | |
1437 | cpu-spu.lo: \ | |
1438 | cpu-spu.c \ | |
1439 | $(INCDIR)/filenames.h \ | |
1440 | $(INCDIR)/hashtab.h | |
1441 | cpu-tic30.lo: \ | |
1442 | cpu-tic30.c \ | |
1443 | $(INCDIR)/filenames.h \ | |
1444 | $(INCDIR)/hashtab.h | |
1445 | cpu-tic4x.lo: \ | |
1446 | cpu-tic4x.c \ | |
1447 | $(INCDIR)/filenames.h \ | |
1448 | $(INCDIR)/hashtab.h | |
1449 | cpu-tic54x.lo: \ | |
1450 | cpu-tic54x.c \ | |
1451 | $(INCDIR)/filenames.h \ | |
1452 | $(INCDIR)/hashtab.h | |
1453 | cpu-tic80.lo: \ | |
1454 | cpu-tic80.c \ | |
1455 | $(INCDIR)/filenames.h \ | |
1456 | $(INCDIR)/hashtab.h | |
1457 | cpu-v850.lo: \ | |
1458 | cpu-v850.c \ | |
1459 | $(INCDIR)/filenames.h \ | |
1460 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 1461 | $(INCDIR)/safe-ctype.h |
9e097a72 AM |
1462 | cpu-vax.lo: \ |
1463 | cpu-vax.c \ | |
1464 | $(INCDIR)/filenames.h \ | |
1465 | $(INCDIR)/hashtab.h | |
1466 | cpu-we32k.lo: \ | |
1467 | cpu-we32k.c \ | |
1468 | $(INCDIR)/filenames.h \ | |
1469 | $(INCDIR)/hashtab.h | |
1470 | cpu-w65.lo: \ | |
1471 | cpu-w65.c \ | |
1472 | $(INCDIR)/filenames.h \ | |
1473 | $(INCDIR)/hashtab.h | |
1474 | cpu-xstormy16.lo: \ | |
1475 | cpu-xstormy16.c \ | |
1476 | $(INCDIR)/filenames.h \ | |
1477 | $(INCDIR)/hashtab.h | |
1478 | cpu-xtensa.lo: \ | |
1479 | cpu-xtensa.c \ | |
1480 | $(INCDIR)/filenames.h \ | |
1481 | $(INCDIR)/hashtab.h | |
1482 | cpu-xc16x.lo: \ | |
1483 | cpu-xc16x.c \ | |
1484 | $(INCDIR)/filenames.h \ | |
1485 | $(INCDIR)/hashtab.h | |
1486 | cpu-z80.lo: \ | |
1487 | cpu-z80.c \ | |
1488 | $(INCDIR)/filenames.h \ | |
1489 | $(INCDIR)/hashtab.h | |
1490 | cpu-z8k.lo: \ | |
1491 | cpu-z8k.c \ | |
1492 | $(INCDIR)/filenames.h \ | |
1493 | $(INCDIR)/hashtab.h | |
1494 | aout-adobe.lo: \ | |
1495 | aout-adobe.c \ | |
1496 | $(INCDIR)/aout/adobe.h \ | |
1497 | $(INCDIR)/aout/stab.def \ | |
1498 | $(INCDIR)/aout/stab_gnu.h \ | |
1499 | $(INCDIR)/bfdlink.h \ | |
1500 | $(INCDIR)/filenames.h \ | |
1501 | $(INCDIR)/hashtab.h \ | |
1502 | libaout.h | |
1503 | aout-arm.lo: \ | |
1504 | aout-arm.c \ | |
1505 | $(INCDIR)/aout/aout64.h \ | |
1506 | $(INCDIR)/aout/ar.h \ | |
1507 | $(INCDIR)/aout/stab.def \ | |
1508 | $(INCDIR)/aout/stab_gnu.h \ | |
1509 | $(INCDIR)/bfdlink.h \ | |
1510 | $(INCDIR)/filenames.h \ | |
1511 | $(INCDIR)/hashtab.h \ | |
1512 | $(INCDIR)/safe-ctype.h \ | |
1513 | aout-target.h \ | |
1514 | aoutx.h \ | |
1515 | libaout.h | |
1516 | aout-cris.lo: \ | |
1517 | aout-cris.c \ | |
1518 | $(INCDIR)/aout/aout64.h \ | |
1519 | $(INCDIR)/aout/ar.h \ | |
1520 | $(INCDIR)/aout/stab.def \ | |
1521 | $(INCDIR)/aout/stab_gnu.h \ | |
1522 | $(INCDIR)/bfdlink.h \ | |
1523 | $(INCDIR)/filenames.h \ | |
1524 | $(INCDIR)/hashtab.h \ | |
1525 | $(INCDIR)/safe-ctype.h \ | |
1526 | aout-target.h \ | |
1527 | aout32.c \ | |
1528 | aoutx.h \ | |
1529 | libaout.h | |
1530 | aout-ns32k.lo: \ | |
1531 | aout-ns32k.c \ | |
1532 | $(INCDIR)/aout/aout64.h \ | |
1533 | $(INCDIR)/aout/ar.h \ | |
1534 | $(INCDIR)/aout/stab.def \ | |
1535 | $(INCDIR)/aout/stab_gnu.h \ | |
1536 | $(INCDIR)/bfdlink.h \ | |
1537 | $(INCDIR)/filenames.h \ | |
1538 | $(INCDIR)/hashtab.h \ | |
1539 | $(INCDIR)/safe-ctype.h \ | |
1540 | aoutx.h \ | |
1541 | libaout.h \ | |
1542 | ns32k.h | |
1543 | aout-sparcle.lo: \ | |
1544 | aout-sparcle.c \ | |
1545 | $(INCDIR)/aout/aout64.h \ | |
1546 | $(INCDIR)/aout/ar.h \ | |
1547 | $(INCDIR)/aout/stab.def \ | |
1548 | $(INCDIR)/aout/stab_gnu.h \ | |
1549 | $(INCDIR)/aout/sun4.h \ | |
1550 | $(INCDIR)/bfdlink.h \ | |
1551 | $(INCDIR)/filenames.h \ | |
1552 | $(INCDIR)/hashtab.h \ | |
1553 | aout-target.h \ | |
1554 | aoutf1.h \ | |
1555 | libaout.h | |
1556 | aout-tic30.lo: \ | |
1557 | aout-tic30.c \ | |
1558 | $(INCDIR)/aout/aout64.h \ | |
1559 | $(INCDIR)/aout/ar.h \ | |
1560 | $(INCDIR)/aout/stab.def \ | |
1561 | $(INCDIR)/aout/stab_gnu.h \ | |
1562 | $(INCDIR)/bfdlink.h \ | |
1563 | $(INCDIR)/filenames.h \ | |
1564 | $(INCDIR)/hashtab.h \ | |
1565 | $(INCDIR)/safe-ctype.h \ | |
1566 | aoutx.h \ | |
1567 | libaout.h | |
1568 | aout0.lo: \ | |
1569 | aout0.c \ | |
1570 | $(INCDIR)/aout/aout64.h \ | |
1571 | $(INCDIR)/aout/ar.h \ | |
1572 | $(INCDIR)/aout/stab.def \ | |
1573 | $(INCDIR)/aout/stab_gnu.h \ | |
1574 | $(INCDIR)/aout/sun4.h \ | |
1575 | $(INCDIR)/bfdlink.h \ | |
1576 | $(INCDIR)/filenames.h \ | |
1577 | $(INCDIR)/hashtab.h \ | |
1578 | aout-target.h \ | |
1579 | aoutf1.h \ | |
1580 | libaout.h | |
1581 | aout32.lo: \ | |
1582 | aout32.c \ | |
1583 | $(INCDIR)/aout/aout64.h \ | |
1584 | $(INCDIR)/aout/ar.h \ | |
1585 | $(INCDIR)/aout/stab.def \ | |
1586 | $(INCDIR)/aout/stab_gnu.h \ | |
1587 | $(INCDIR)/bfdlink.h \ | |
1588 | $(INCDIR)/filenames.h \ | |
1589 | $(INCDIR)/hashtab.h \ | |
1590 | $(INCDIR)/safe-ctype.h \ | |
1591 | aoutx.h \ | |
1592 | libaout.h | |
1593 | armnetbsd.lo: \ | |
1594 | armnetbsd.c \ | |
1595 | $(INCDIR)/aout/aout64.h \ | |
1596 | $(INCDIR)/aout/ar.h \ | |
1597 | $(INCDIR)/aout/stab.def \ | |
1598 | $(INCDIR)/aout/stab_gnu.h \ | |
1599 | $(INCDIR)/bfdlink.h \ | |
1600 | $(INCDIR)/filenames.h \ | |
1601 | $(INCDIR)/hashtab.h \ | |
1602 | aout-target.h \ | |
1603 | libaout.h \ | |
1604 | netbsd.h | |
1605 | bout.lo: \ | |
1606 | bout.c \ | |
1607 | $(INCDIR)/aout/stab.def \ | |
1608 | $(INCDIR)/aout/stab_gnu.h \ | |
1609 | $(INCDIR)/bfdlink.h \ | |
1610 | $(INCDIR)/bout.h \ | |
1611 | $(INCDIR)/filenames.h \ | |
1612 | $(INCDIR)/hashtab.h \ | |
1613 | $(INCDIR)/libiberty.h \ | |
1614 | genlink.h \ | |
1615 | libaout.h | |
1616 | cf-i386lynx.lo: \ | |
1617 | cf-i386lynx.c \ | |
1618 | $(INCDIR)/bfdlink.h \ | |
1619 | $(INCDIR)/coff/external.h \ | |
1620 | $(INCDIR)/coff/i386.h \ | |
1621 | $(INCDIR)/coff/internal.h \ | |
1622 | $(INCDIR)/filenames.h \ | |
1623 | $(INCDIR)/hashtab.h \ | |
1624 | coff-i386.c \ | |
1625 | coffcode.h \ | |
1626 | coffswap.h \ | |
1627 | libcoff.h | |
1628 | cf-sparclynx.lo: \ | |
1629 | cf-sparclynx.c \ | |
1630 | $(INCDIR)/bfdlink.h \ | |
1631 | $(INCDIR)/coff/external.h \ | |
1632 | $(INCDIR)/coff/internal.h \ | |
1633 | $(INCDIR)/coff/sparc.h \ | |
1634 | $(INCDIR)/filenames.h \ | |
1635 | $(INCDIR)/hashtab.h \ | |
1636 | coff-sparc.c \ | |
1637 | coffcode.h \ | |
1638 | coffswap.h \ | |
1639 | libcoff.h | |
1640 | coff-apollo.lo: \ | |
1641 | coff-apollo.c \ | |
1642 | $(INCDIR)/bfdlink.h \ | |
1643 | $(INCDIR)/coff/apollo.h \ | |
1644 | $(INCDIR)/coff/external.h \ | |
1645 | $(INCDIR)/coff/internal.h \ | |
1646 | $(INCDIR)/filenames.h \ | |
1647 | $(INCDIR)/hashtab.h \ | |
1648 | coffcode.h \ | |
1649 | coffswap.h \ | |
1650 | libcoff.h | |
1651 | coff-arm.lo: \ | |
1652 | coff-arm.c \ | |
1653 | $(INCDIR)/bfdlink.h \ | |
1654 | $(INCDIR)/coff/arm.h \ | |
1655 | $(INCDIR)/coff/external.h \ | |
1656 | $(INCDIR)/coff/internal.h \ | |
1657 | $(INCDIR)/filenames.h \ | |
1658 | $(INCDIR)/hashtab.h \ | |
1659 | coffcode.h \ | |
1660 | coffswap.h \ | |
1661 | libcoff.h | |
1662 | coff-aux.lo: \ | |
1663 | coff-aux.c \ | |
1664 | $(INCDIR)/bfdlink.h \ | |
1665 | $(INCDIR)/coff/aux-coff.h \ | |
1666 | $(INCDIR)/coff/external.h \ | |
1667 | $(INCDIR)/coff/internal.h \ | |
1668 | $(INCDIR)/coff/m68k.h \ | |
1669 | $(INCDIR)/filenames.h \ | |
1670 | $(INCDIR)/hashtab.h \ | |
1671 | coff-m68k.c \ | |
1672 | coffcode.h \ | |
1673 | coffswap.h \ | |
1674 | libcoff.h | |
1675 | coff-h8300.lo: \ | |
1676 | coff-h8300.c \ | |
1677 | $(INCDIR)/bfdlink.h \ | |
1678 | $(INCDIR)/coff/external.h \ | |
1679 | $(INCDIR)/coff/h8300.h \ | |
1680 | $(INCDIR)/coff/internal.h \ | |
1681 | $(INCDIR)/filenames.h \ | |
1682 | $(INCDIR)/hashtab.h \ | |
1683 | $(INCDIR)/libiberty.h \ | |
1684 | coffcode.h \ | |
1685 | coffswap.h \ | |
1686 | genlink.h \ | |
1687 | libcoff.h | |
1688 | coff-h8500.lo: \ | |
1689 | coff-h8500.c \ | |
1690 | $(INCDIR)/bfdlink.h \ | |
1691 | $(INCDIR)/coff/external.h \ | |
1692 | $(INCDIR)/coff/h8500.h \ | |
1693 | $(INCDIR)/coff/internal.h \ | |
1694 | $(INCDIR)/filenames.h \ | |
1695 | $(INCDIR)/hashtab.h \ | |
1696 | coffcode.h \ | |
1697 | coffswap.h \ | |
1698 | libcoff.h | |
1699 | coff-i386.lo: \ | |
1700 | coff-i386.c \ | |
1701 | $(INCDIR)/bfdlink.h \ | |
1702 | $(INCDIR)/coff/external.h \ | |
1703 | $(INCDIR)/coff/i386.h \ | |
1704 | $(INCDIR)/coff/internal.h \ | |
1705 | $(INCDIR)/filenames.h \ | |
1706 | $(INCDIR)/hashtab.h \ | |
1707 | coffcode.h \ | |
1708 | coffswap.h \ | |
1709 | libcoff.h | |
1710 | coff-i860.lo: \ | |
1711 | coff-i860.c \ | |
1712 | $(INCDIR)/bfdlink.h \ | |
1713 | $(INCDIR)/coff/external.h \ | |
1714 | $(INCDIR)/coff/i860.h \ | |
1715 | $(INCDIR)/coff/internal.h \ | |
1716 | $(INCDIR)/filenames.h \ | |
1717 | $(INCDIR)/hashtab.h \ | |
1718 | coffcode.h \ | |
1719 | coffswap.h \ | |
1720 | libcoff.h | |
1721 | coff-go32.lo: \ | |
1722 | coff-go32.c \ | |
1723 | $(INCDIR)/bfdlink.h \ | |
1724 | $(INCDIR)/coff/external.h \ | |
1725 | $(INCDIR)/coff/i386.h \ | |
1726 | $(INCDIR)/coff/internal.h \ | |
1727 | $(INCDIR)/filenames.h \ | |
1728 | $(INCDIR)/hashtab.h \ | |
1729 | coff-i386.c \ | |
1730 | coffcode.h \ | |
1731 | coffswap.h \ | |
1732 | libcoff.h | |
1733 | coff-i960.lo: \ | |
1734 | coff-i960.c \ | |
1735 | $(INCDIR)/bfdlink.h \ | |
1736 | $(INCDIR)/coff/i960.h \ | |
1737 | $(INCDIR)/coff/internal.h \ | |
1738 | $(INCDIR)/filenames.h \ | |
1739 | $(INCDIR)/hashtab.h \ | |
1740 | coffcode.h \ | |
1741 | coffswap.h \ | |
1742 | libcoff.h | |
1743 | coff-m68k.lo: \ | |
1744 | coff-m68k.c \ | |
1745 | $(INCDIR)/bfdlink.h \ | |
1746 | $(INCDIR)/coff/external.h \ | |
1747 | $(INCDIR)/coff/internal.h \ | |
1748 | $(INCDIR)/coff/m68k.h \ | |
1749 | $(INCDIR)/filenames.h \ | |
1750 | $(INCDIR)/hashtab.h \ | |
1751 | coffcode.h \ | |
1752 | coffswap.h \ | |
1753 | libcoff.h | |
1754 | coff-m88k.lo: \ | |
1755 | coff-m88k.c \ | |
1756 | $(INCDIR)/bfdlink.h \ | |
1757 | $(INCDIR)/coff/external.h \ | |
1758 | $(INCDIR)/coff/internal.h \ | |
1759 | $(INCDIR)/coff/m88k.h \ | |
1760 | $(INCDIR)/filenames.h \ | |
1761 | $(INCDIR)/hashtab.h \ | |
1762 | coffcode.h \ | |
1763 | coffswap.h \ | |
1764 | libcoff.h | |
1765 | coff-maxq.lo: \ | |
1766 | coff-maxq.c \ | |
1767 | $(INCDIR)/bfdlink.h \ | |
1768 | $(INCDIR)/coff/external.h \ | |
1769 | $(INCDIR)/coff/internal.h \ | |
1770 | $(INCDIR)/coff/maxq.h \ | |
1771 | $(INCDIR)/filenames.h \ | |
1772 | $(INCDIR)/hashtab.h \ | |
1773 | $(INCDIR)/libiberty.h \ | |
1774 | coffcode.h \ | |
1775 | coffswap.h \ | |
1776 | libcoff.h | |
1777 | coff-mips.lo: \ | |
1778 | coff-mips.c \ | |
1779 | $(INCDIR)/bfdlink.h \ | |
1780 | $(INCDIR)/coff/ecoff.h \ | |
1781 | $(INCDIR)/coff/external.h \ | |
1782 | $(INCDIR)/coff/internal.h \ | |
1783 | $(INCDIR)/coff/mips.h \ | |
1784 | $(INCDIR)/coff/sym.h \ | |
1785 | $(INCDIR)/coff/symconst.h \ | |
1786 | $(INCDIR)/filenames.h \ | |
1787 | $(INCDIR)/hashtab.h \ | |
1788 | coffswap.h \ | |
1789 | ecoffswap.h \ | |
1790 | libcoff.h \ | |
62d8ad4f | 1791 | libecoff.h |
9e097a72 AM |
1792 | coff-or32.lo: \ |
1793 | coff-or32.c \ | |
1794 | $(INCDIR)/bfdlink.h \ | |
1795 | $(INCDIR)/coff/internal.h \ | |
1796 | $(INCDIR)/coff/or32.h \ | |
1797 | $(INCDIR)/filenames.h \ | |
1798 | $(INCDIR)/hashtab.h \ | |
1799 | coffcode.h \ | |
1800 | coffswap.h \ | |
1801 | libcoff.h | |
1802 | coff-rs6000.lo: \ | |
1803 | coff-rs6000.c \ | |
1804 | $(INCDIR)/bfdlink.h \ | |
1805 | $(INCDIR)/coff/internal.h \ | |
1806 | $(INCDIR)/coff/rs6000.h \ | |
1807 | $(INCDIR)/coff/xcoff.h \ | |
1808 | $(INCDIR)/filenames.h \ | |
1809 | $(INCDIR)/hashtab.h \ | |
1810 | coffcode.h \ | |
1811 | coffswap.h \ | |
1812 | libcoff.h \ | |
1813 | libxcoff.h | |
1814 | coff-sh.lo: \ | |
1815 | coff-sh.c \ | |
1816 | $(INCDIR)/bfdlink.h \ | |
1817 | $(INCDIR)/coff/external.h \ | |
1818 | $(INCDIR)/coff/internal.h \ | |
1819 | $(INCDIR)/coff/sh.h \ | |
1820 | $(INCDIR)/filenames.h \ | |
1821 | $(INCDIR)/hashtab.h \ | |
1822 | $(INCDIR)/libiberty.h \ | |
1823 | coffcode.h \ | |
1824 | coffswap.h \ | |
1825 | libcoff.h | |
1826 | coff-sparc.lo: \ | |
1827 | coff-sparc.c \ | |
1828 | $(INCDIR)/bfdlink.h \ | |
1829 | $(INCDIR)/coff/external.h \ | |
1830 | $(INCDIR)/coff/internal.h \ | |
1831 | $(INCDIR)/coff/sparc.h \ | |
1832 | $(INCDIR)/filenames.h \ | |
1833 | $(INCDIR)/hashtab.h \ | |
1834 | coffcode.h \ | |
1835 | coffswap.h \ | |
1836 | libcoff.h | |
1837 | coff-stgo32.lo: \ | |
1838 | coff-stgo32.c \ | |
1839 | $(INCDIR)/bfdlink.h \ | |
1840 | $(INCDIR)/coff/external.h \ | |
1841 | $(INCDIR)/coff/go32exe.h \ | |
1842 | $(INCDIR)/coff/i386.h \ | |
1843 | $(INCDIR)/coff/internal.h \ | |
1844 | $(INCDIR)/filenames.h \ | |
1845 | $(INCDIR)/hashtab.h \ | |
1846 | coff-i386.c \ | |
1847 | coffcode.h \ | |
1848 | coffswap.h \ | |
1849 | go32stub.h \ | |
1850 | libcoff.h | |
1851 | coff-svm68k.lo: \ | |
1852 | coff-svm68k.c \ | |
1853 | $(INCDIR)/bfdlink.h \ | |
1854 | $(INCDIR)/coff/external.h \ | |
1855 | $(INCDIR)/coff/internal.h \ | |
1856 | $(INCDIR)/coff/m68k.h \ | |
1857 | $(INCDIR)/filenames.h \ | |
1858 | $(INCDIR)/hashtab.h \ | |
1859 | coff-m68k.c \ | |
1860 | coffcode.h \ | |
1861 | coffswap.h \ | |
1862 | libcoff.h | |
1863 | coff-tic30.lo: \ | |
1864 | coff-tic30.c \ | |
1865 | $(INCDIR)/bfdlink.h \ | |
1866 | $(INCDIR)/coff/external.h \ | |
1867 | $(INCDIR)/coff/internal.h \ | |
1868 | $(INCDIR)/coff/tic30.h \ | |
1869 | $(INCDIR)/filenames.h \ | |
1870 | $(INCDIR)/hashtab.h \ | |
1871 | coffcode.h \ | |
1872 | coffswap.h \ | |
1873 | libcoff.h | |
1874 | coff-tic4x.lo: \ | |
1875 | coff-tic4x.c \ | |
1876 | $(INCDIR)/bfdlink.h \ | |
1877 | $(INCDIR)/coff/internal.h \ | |
1878 | $(INCDIR)/coff/ti.h \ | |
1879 | $(INCDIR)/coff/tic4x.h \ | |
1880 | $(INCDIR)/filenames.h \ | |
1881 | $(INCDIR)/hashtab.h \ | |
1882 | coffcode.h \ | |
1883 | coffswap.h \ | |
1884 | libcoff.h | |
1885 | coff-tic54x.lo: \ | |
1886 | coff-tic54x.c \ | |
1887 | $(INCDIR)/bfdlink.h \ | |
1888 | $(INCDIR)/coff/internal.h \ | |
1889 | $(INCDIR)/coff/ti.h \ | |
1890 | $(INCDIR)/coff/tic54x.h \ | |
1891 | $(INCDIR)/filenames.h \ | |
1892 | $(INCDIR)/hashtab.h \ | |
1893 | coffcode.h \ | |
1894 | coffswap.h \ | |
1895 | libcoff.h | |
1896 | coff-tic80.lo: \ | |
1897 | coff-tic80.c \ | |
1898 | $(INCDIR)/bfdlink.h \ | |
1899 | $(INCDIR)/coff/external.h \ | |
1900 | $(INCDIR)/coff/internal.h \ | |
1901 | $(INCDIR)/coff/tic80.h \ | |
1902 | $(INCDIR)/filenames.h \ | |
1903 | $(INCDIR)/hashtab.h \ | |
1904 | coffcode.h \ | |
1905 | coffswap.h \ | |
1906 | libcoff.h | |
1907 | coff-u68k.lo: \ | |
1908 | coff-u68k.c \ | |
1909 | $(INCDIR)/bfdlink.h \ | |
1910 | $(INCDIR)/coff/external.h \ | |
1911 | $(INCDIR)/coff/internal.h \ | |
1912 | $(INCDIR)/coff/m68k.h \ | |
1913 | $(INCDIR)/filenames.h \ | |
1914 | $(INCDIR)/hashtab.h \ | |
1915 | coff-m68k.c \ | |
1916 | coffcode.h \ | |
1917 | coffswap.h \ | |
1918 | libcoff.h | |
1919 | coff-we32k.lo: \ | |
1920 | coff-we32k.c \ | |
1921 | $(INCDIR)/bfdlink.h \ | |
1922 | $(INCDIR)/coff/external.h \ | |
1923 | $(INCDIR)/coff/internal.h \ | |
1924 | $(INCDIR)/coff/we32k.h \ | |
1925 | $(INCDIR)/filenames.h \ | |
1926 | $(INCDIR)/hashtab.h \ | |
1927 | coffcode.h \ | |
1928 | coffswap.h \ | |
1929 | libcoff.h | |
1930 | coff-w65.lo: \ | |
1931 | coff-w65.c \ | |
1932 | $(INCDIR)/bfdlink.h \ | |
1933 | $(INCDIR)/coff/external.h \ | |
1934 | $(INCDIR)/coff/internal.h \ | |
1935 | $(INCDIR)/coff/w65.h \ | |
1936 | $(INCDIR)/filenames.h \ | |
1937 | $(INCDIR)/hashtab.h \ | |
1938 | coffcode.h \ | |
1939 | coffswap.h \ | |
1940 | libcoff.h | |
1941 | coff-z80.lo: \ | |
1942 | coff-z80.c \ | |
1943 | $(INCDIR)/bfdlink.h \ | |
1944 | $(INCDIR)/coff/external.h \ | |
1945 | $(INCDIR)/coff/internal.h \ | |
1946 | $(INCDIR)/coff/z80.h \ | |
1947 | $(INCDIR)/filenames.h \ | |
1948 | $(INCDIR)/hashtab.h \ | |
1949 | coffcode.h \ | |
1950 | coffswap.h \ | |
1951 | libcoff.h | |
1952 | coff-z8k.lo: \ | |
1953 | coff-z8k.c \ | |
1954 | $(INCDIR)/bfdlink.h \ | |
1955 | $(INCDIR)/coff/external.h \ | |
1956 | $(INCDIR)/coff/internal.h \ | |
1957 | $(INCDIR)/coff/z8k.h \ | |
1958 | $(INCDIR)/filenames.h \ | |
1959 | $(INCDIR)/hashtab.h \ | |
1960 | coffcode.h \ | |
1961 | coffswap.h \ | |
1962 | libcoff.h | |
1963 | cofflink.lo: \ | |
1964 | cofflink.c \ | |
1965 | $(INCDIR)/bfdlink.h \ | |
1966 | $(INCDIR)/coff/internal.h \ | |
1967 | $(INCDIR)/filenames.h \ | |
1968 | $(INCDIR)/hashtab.h \ | |
1969 | $(INCDIR)/safe-ctype.h \ | |
1970 | libcoff.h | |
1971 | dwarf1.lo: \ | |
1972 | dwarf1.c \ | |
1973 | $(INCDIR)/bfdlink.h \ | |
1974 | $(INCDIR)/elf/common.h \ | |
1975 | $(INCDIR)/elf/dwarf.h \ | |
1976 | $(INCDIR)/elf/external.h \ | |
1977 | $(INCDIR)/elf/internal.h \ | |
1978 | $(INCDIR)/filenames.h \ | |
1979 | $(INCDIR)/hashtab.h \ | |
1980 | $(INCDIR)/libiberty.h \ | |
1981 | elf-bfd.h | |
1982 | ecoff.lo: \ | |
1983 | ecoff.c \ | |
1984 | $(INCDIR)/aout/aout64.h \ | |
1985 | $(INCDIR)/aout/ar.h \ | |
1986 | $(INCDIR)/aout/ranlib.h \ | |
1987 | $(INCDIR)/aout/stab.def \ | |
1988 | $(INCDIR)/aout/stab_gnu.h \ | |
1989 | $(INCDIR)/bfdlink.h \ | |
1990 | $(INCDIR)/coff/ecoff.h \ | |
1991 | $(INCDIR)/coff/internal.h \ | |
1992 | $(INCDIR)/coff/sym.h \ | |
1993 | $(INCDIR)/coff/symconst.h \ | |
1994 | $(INCDIR)/filenames.h \ | |
1995 | $(INCDIR)/hashtab.h \ | |
1996 | $(INCDIR)/libiberty.h \ | |
1997 | libaout.h \ | |
1998 | libcoff.h \ | |
1999 | libecoff.h | |
2000 | ecofflink.lo: \ | |
2001 | ecofflink.c \ | |
2002 | $(INCDIR)/aout/stab.def \ | |
2003 | $(INCDIR)/aout/stab_gnu.h \ | |
2004 | $(INCDIR)/bfdlink.h \ | |
2005 | $(INCDIR)/coff/ecoff.h \ | |
2006 | $(INCDIR)/coff/internal.h \ | |
2007 | $(INCDIR)/coff/sym.h \ | |
2008 | $(INCDIR)/coff/symconst.h \ | |
2009 | $(INCDIR)/filenames.h \ | |
2010 | $(INCDIR)/hashtab.h \ | |
2011 | $(INCDIR)/objalloc.h \ | |
2012 | libcoff.h \ | |
2013 | libecoff.h | |
2014 | elf.lo: \ | |
2015 | elf.c \ | |
2016 | $(INCDIR)/bfdlink.h \ | |
2017 | $(INCDIR)/elf/common.h \ | |
2018 | $(INCDIR)/elf/external.h \ | |
2019 | $(INCDIR)/elf/internal.h \ | |
2020 | $(INCDIR)/filenames.h \ | |
2021 | $(INCDIR)/hashtab.h \ | |
2022 | $(INCDIR)/libiberty.h \ | |
2023 | $(INCDIR)/safe-ctype.h \ | |
2024 | elf-bfd.h | |
2025 | elf32-am33lin.lo: \ | |
2026 | elf32-am33lin.c \ | |
2027 | $(INCDIR)/bfdlink.h \ | |
2028 | $(INCDIR)/elf/common.h \ | |
2029 | $(INCDIR)/elf/external.h \ | |
2030 | $(INCDIR)/elf/internal.h \ | |
2031 | $(INCDIR)/elf/mn10300.h \ | |
2032 | $(INCDIR)/elf/reloc-macros.h \ | |
2033 | $(INCDIR)/filenames.h \ | |
2034 | $(INCDIR)/hashtab.h \ | |
2035 | $(INCDIR)/libiberty.h \ | |
2036 | elf-bfd.h \ | |
2037 | elf-m10300.c \ | |
2038 | elf32-target.h | |
2039 | elf32-arc.lo: \ | |
2040 | elf32-arc.c \ | |
2041 | $(INCDIR)/bfdlink.h \ | |
2042 | $(INCDIR)/elf/arc.h \ | |
2043 | $(INCDIR)/elf/common.h \ | |
2044 | $(INCDIR)/elf/external.h \ | |
2045 | $(INCDIR)/elf/internal.h \ | |
2046 | $(INCDIR)/elf/reloc-macros.h \ | |
2047 | $(INCDIR)/filenames.h \ | |
2048 | $(INCDIR)/hashtab.h \ | |
2049 | $(INCDIR)/libiberty.h \ | |
2050 | elf-bfd.h \ | |
2051 | elf32-target.h | |
2052 | elf32-arm.lo: \ | |
2053 | elf32-arm.c \ | |
2054 | $(INCDIR)/bfdlink.h \ | |
2055 | $(INCDIR)/elf/arm.h \ | |
2056 | $(INCDIR)/elf/common.h \ | |
2057 | $(INCDIR)/elf/external.h \ | |
2058 | $(INCDIR)/elf/internal.h \ | |
2059 | $(INCDIR)/elf/reloc-macros.h \ | |
2060 | $(INCDIR)/filenames.h \ | |
2061 | $(INCDIR)/hashtab.h \ | |
2062 | $(INCDIR)/libiberty.h \ | |
2063 | elf-bfd.h \ | |
2064 | elf-vxworks.h \ | |
2065 | elf32-target.h | |
2066 | elf32-avr.lo: \ | |
2067 | elf32-avr.c \ | |
2068 | $(INCDIR)/bfdlink.h \ | |
2069 | $(INCDIR)/elf/avr.h \ | |
2070 | $(INCDIR)/elf/common.h \ | |
2071 | $(INCDIR)/elf/external.h \ | |
2072 | $(INCDIR)/elf/internal.h \ | |
2073 | $(INCDIR)/elf/reloc-macros.h \ | |
2074 | $(INCDIR)/filenames.h \ | |
2075 | $(INCDIR)/hashtab.h \ | |
2076 | elf-bfd.h \ | |
2077 | elf32-avr.h \ | |
2078 | elf32-target.h | |
2079 | elf32-bfin.lo: \ | |
2080 | elf32-bfin.c \ | |
2081 | $(INCDIR)/bfdlink.h \ | |
2082 | $(INCDIR)/elf/bfin.h \ | |
2083 | $(INCDIR)/elf/common.h \ | |
2084 | $(INCDIR)/elf/dwarf2.h \ | |
2085 | $(INCDIR)/elf/external.h \ | |
2086 | $(INCDIR)/elf/internal.h \ | |
2087 | $(INCDIR)/elf/reloc-macros.h \ | |
2088 | $(INCDIR)/filenames.h \ | |
2089 | $(INCDIR)/hashtab.h \ | |
2090 | elf-bfd.h \ | |
2091 | elf32-target.h | |
2092 | elf32-cr16.lo: \ | |
2093 | elf32-cr16.c \ | |
2094 | $(INCDIR)/bfdlink.h \ | |
2095 | $(INCDIR)/elf/common.h \ | |
2096 | $(INCDIR)/elf/cr16.h \ | |
2097 | $(INCDIR)/elf/external.h \ | |
2098 | $(INCDIR)/elf/internal.h \ | |
2099 | $(INCDIR)/elf/reloc-macros.h \ | |
2100 | $(INCDIR)/filenames.h \ | |
2101 | $(INCDIR)/hashtab.h \ | |
2102 | $(INCDIR)/libiberty.h \ | |
2103 | elf-bfd.h \ | |
2104 | elf32-target.h | |
2105 | elf32-cr16c.lo: \ | |
2106 | elf32-cr16c.c \ | |
2107 | $(INCDIR)/bfdlink.h \ | |
2108 | $(INCDIR)/elf/common.h \ | |
2109 | $(INCDIR)/elf/cr16c.h \ | |
2110 | $(INCDIR)/elf/external.h \ | |
2111 | $(INCDIR)/elf/internal.h \ | |
2112 | $(INCDIR)/elf/reloc-macros.h \ | |
2113 | $(INCDIR)/filenames.h \ | |
2114 | $(INCDIR)/hashtab.h \ | |
2115 | elf-bfd.h \ | |
2116 | elf32-target.h | |
2117 | elf32-cris.lo: \ | |
2118 | elf32-cris.c \ | |
2119 | $(INCDIR)/bfdlink.h \ | |
2120 | $(INCDIR)/elf/common.h \ | |
2121 | $(INCDIR)/elf/cris.h \ | |
2122 | $(INCDIR)/elf/external.h \ | |
2123 | $(INCDIR)/elf/internal.h \ | |
2124 | $(INCDIR)/elf/reloc-macros.h \ | |
2125 | $(INCDIR)/filenames.h \ | |
2126 | $(INCDIR)/hashtab.h \ | |
2127 | elf-bfd.h \ | |
2128 | elf32-target.h | |
2129 | elf32-crx.lo: \ | |
2130 | elf32-crx.c \ | |
2131 | $(INCDIR)/bfdlink.h \ | |
2132 | $(INCDIR)/elf/common.h \ | |
2133 | $(INCDIR)/elf/crx.h \ | |
2134 | $(INCDIR)/elf/external.h \ | |
2135 | $(INCDIR)/elf/internal.h \ | |
2136 | $(INCDIR)/elf/reloc-macros.h \ | |
2137 | $(INCDIR)/filenames.h \ | |
2138 | $(INCDIR)/hashtab.h \ | |
2139 | elf-bfd.h \ | |
2140 | elf32-target.h | |
2141 | elf32-d10v.lo: \ | |
2142 | elf32-d10v.c \ | |
2143 | $(INCDIR)/bfdlink.h \ | |
2144 | $(INCDIR)/elf/common.h \ | |
2145 | $(INCDIR)/elf/d10v.h \ | |
2146 | $(INCDIR)/elf/external.h \ | |
2147 | $(INCDIR)/elf/internal.h \ | |
2148 | $(INCDIR)/elf/reloc-macros.h \ | |
2149 | $(INCDIR)/filenames.h \ | |
2150 | $(INCDIR)/hashtab.h \ | |
2151 | elf-bfd.h \ | |
2152 | elf32-target.h | |
2153 | elf32-d30v.lo: \ | |
2154 | elf32-d30v.c \ | |
2155 | $(INCDIR)/bfdlink.h \ | |
2156 | $(INCDIR)/elf/common.h \ | |
2157 | $(INCDIR)/elf/d30v.h \ | |
2158 | $(INCDIR)/elf/external.h \ | |
2159 | $(INCDIR)/elf/internal.h \ | |
2160 | $(INCDIR)/elf/reloc-macros.h \ | |
2161 | $(INCDIR)/filenames.h \ | |
2162 | $(INCDIR)/hashtab.h \ | |
2163 | elf-bfd.h \ | |
2164 | elf32-target.h | |
2165 | elf32-dlx.lo: \ | |
2166 | elf32-dlx.c \ | |
2167 | $(INCDIR)/bfdlink.h \ | |
2168 | $(INCDIR)/elf/common.h \ | |
2169 | $(INCDIR)/elf/dlx.h \ | |
2170 | $(INCDIR)/elf/external.h \ | |
2171 | $(INCDIR)/elf/internal.h \ | |
2172 | $(INCDIR)/elf/reloc-macros.h \ | |
2173 | $(INCDIR)/filenames.h \ | |
2174 | $(INCDIR)/hashtab.h \ | |
2175 | elf-bfd.h \ | |
2176 | elf32-target.h | |
2177 | elf32-fr30.lo: \ | |
2178 | elf32-fr30.c \ | |
2179 | $(INCDIR)/bfdlink.h \ | |
2180 | $(INCDIR)/elf/common.h \ | |
2181 | $(INCDIR)/elf/external.h \ | |
2182 | $(INCDIR)/elf/fr30.h \ | |
2183 | $(INCDIR)/elf/internal.h \ | |
2184 | $(INCDIR)/elf/reloc-macros.h \ | |
2185 | $(INCDIR)/filenames.h \ | |
2186 | $(INCDIR)/hashtab.h \ | |
2187 | elf-bfd.h \ | |
2188 | elf32-target.h | |
2189 | elf32-frv.lo: \ | |
2190 | elf32-frv.c \ | |
2191 | $(INCDIR)/bfdlink.h \ | |
2192 | $(INCDIR)/elf/common.h \ | |
2193 | $(INCDIR)/elf/dwarf2.h \ | |
2194 | $(INCDIR)/elf/external.h \ | |
2195 | $(INCDIR)/elf/frv.h \ | |
2196 | $(INCDIR)/elf/internal.h \ | |
2197 | $(INCDIR)/elf/reloc-macros.h \ | |
2198 | $(INCDIR)/filenames.h \ | |
2199 | $(INCDIR)/hashtab.h \ | |
2200 | elf-bfd.h \ | |
2201 | elf32-target.h | |
2202 | elf32-moxie.lo: \ | |
2203 | elf32-moxie.c \ | |
2204 | $(INCDIR)/bfdlink.h \ | |
2205 | $(INCDIR)/elf/common.h \ | |
2206 | $(INCDIR)/elf/external.h \ | |
2207 | $(INCDIR)/elf/internal.h \ | |
2208 | $(INCDIR)/elf/moxie.h \ | |
2209 | $(INCDIR)/elf/reloc-macros.h \ | |
2210 | $(INCDIR)/filenames.h \ | |
2211 | $(INCDIR)/hashtab.h \ | |
2212 | elf-bfd.h \ | |
2213 | elf32-target.h | |
2214 | elf32-gen.lo: \ | |
2215 | elf32-gen.c \ | |
2216 | $(INCDIR)/bfdlink.h \ | |
2217 | $(INCDIR)/elf/common.h \ | |
2218 | $(INCDIR)/elf/external.h \ | |
2219 | $(INCDIR)/elf/internal.h \ | |
2220 | $(INCDIR)/filenames.h \ | |
2221 | $(INCDIR)/hashtab.h \ | |
2222 | elf-bfd.h \ | |
62d8ad4f | 2223 | elf32-target.h |
9e097a72 AM |
2224 | elf32-h8300.lo: \ |
2225 | elf32-h8300.c \ | |
2226 | $(INCDIR)/bfdlink.h \ | |
2227 | $(INCDIR)/elf/common.h \ | |
2228 | $(INCDIR)/elf/external.h \ | |
2229 | $(INCDIR)/elf/h8.h \ | |
2230 | $(INCDIR)/elf/internal.h \ | |
2231 | $(INCDIR)/elf/reloc-macros.h \ | |
2232 | $(INCDIR)/filenames.h \ | |
2233 | $(INCDIR)/hashtab.h \ | |
2234 | elf-bfd.h \ | |
66eb6687 | 2235 | elf32-target.h |
9e097a72 AM |
2236 | elf32-hppa.lo: \ |
2237 | elf32-hppa.c \ | |
2238 | $(INCDIR)/bfdlink.h \ | |
2239 | $(INCDIR)/elf/common.h \ | |
2240 | $(INCDIR)/elf/external.h \ | |
2241 | $(INCDIR)/elf/hppa.h \ | |
2242 | $(INCDIR)/elf/internal.h \ | |
2243 | $(INCDIR)/elf/reloc-macros.h \ | |
2244 | $(INCDIR)/filenames.h \ | |
2245 | $(INCDIR)/hashtab.h \ | |
2246 | elf-bfd.h \ | |
2247 | elf-hppa.h \ | |
2248 | elf32-hppa.h \ | |
2249 | elf32-target.h \ | |
2250 | libhppa.h | |
2251 | elf32-i370.lo: \ | |
2252 | elf32-i370.c \ | |
2253 | $(INCDIR)/bfdlink.h \ | |
2254 | $(INCDIR)/elf/common.h \ | |
2255 | $(INCDIR)/elf/external.h \ | |
2256 | $(INCDIR)/elf/i370.h \ | |
2257 | $(INCDIR)/elf/internal.h \ | |
2258 | $(INCDIR)/elf/reloc-macros.h \ | |
2259 | $(INCDIR)/filenames.h \ | |
2260 | $(INCDIR)/hashtab.h \ | |
2261 | elf-bfd.h \ | |
ec3fcc56 | 2262 | elf32-target.h |
9e097a72 AM |
2263 | elf32-i386.lo: \ |
2264 | elf32-i386.c \ | |
2265 | $(INCDIR)/bfdlink.h \ | |
2266 | $(INCDIR)/elf/common.h \ | |
2267 | $(INCDIR)/elf/external.h \ | |
2268 | $(INCDIR)/elf/i386.h \ | |
2269 | $(INCDIR)/elf/internal.h \ | |
2270 | $(INCDIR)/elf/reloc-macros.h \ | |
2271 | $(INCDIR)/filenames.h \ | |
2272 | $(INCDIR)/hashtab.h \ | |
2273 | bfd_stdint.h \ | |
2274 | elf-bfd.h \ | |
2275 | elf-vxworks.h \ | |
20135e4c | 2276 | elf32-target.h |
9e097a72 AM |
2277 | elf32-i860.lo: \ |
2278 | elf32-i860.c \ | |
2279 | $(INCDIR)/bfdlink.h \ | |
2280 | $(INCDIR)/elf/common.h \ | |
2281 | $(INCDIR)/elf/external.h \ | |
2282 | $(INCDIR)/elf/i860.h \ | |
2283 | $(INCDIR)/elf/internal.h \ | |
2284 | $(INCDIR)/elf/reloc-macros.h \ | |
2285 | $(INCDIR)/filenames.h \ | |
2286 | $(INCDIR)/hashtab.h \ | |
2287 | elf-bfd.h \ | |
62d8ad4f | 2288 | elf32-target.h |
9e097a72 AM |
2289 | elf32-i960.lo: \ |
2290 | elf32-i960.c \ | |
2291 | $(INCDIR)/bfdlink.h \ | |
2292 | $(INCDIR)/elf/common.h \ | |
2293 | $(INCDIR)/elf/external.h \ | |
2294 | $(INCDIR)/elf/i960.h \ | |
2295 | $(INCDIR)/elf/internal.h \ | |
2296 | $(INCDIR)/elf/reloc-macros.h \ | |
2297 | $(INCDIR)/filenames.h \ | |
2298 | $(INCDIR)/hashtab.h \ | |
2299 | elf-bfd.h \ | |
a351bca6 | 2300 | elf32-target.h |
9e097a72 AM |
2301 | elf32-ip2k.lo: \ |
2302 | elf32-ip2k.c \ | |
2303 | $(INCDIR)/bfdlink.h \ | |
2304 | $(INCDIR)/elf/common.h \ | |
2305 | $(INCDIR)/elf/external.h \ | |
2306 | $(INCDIR)/elf/internal.h \ | |
2307 | $(INCDIR)/elf/ip2k.h \ | |
2308 | $(INCDIR)/elf/reloc-macros.h \ | |
2309 | $(INCDIR)/filenames.h \ | |
2310 | $(INCDIR)/hashtab.h \ | |
2311 | elf-bfd.h \ | |
62d8ad4f | 2312 | elf32-target.h |
9e097a72 AM |
2313 | elf32-iq2000.lo: \ |
2314 | elf32-iq2000.c \ | |
2315 | $(INCDIR)/bfdlink.h \ | |
2316 | $(INCDIR)/elf/common.h \ | |
2317 | $(INCDIR)/elf/external.h \ | |
2318 | $(INCDIR)/elf/internal.h \ | |
2319 | $(INCDIR)/elf/iq2000.h \ | |
2320 | $(INCDIR)/elf/reloc-macros.h \ | |
2321 | $(INCDIR)/filenames.h \ | |
2322 | $(INCDIR)/hashtab.h \ | |
2323 | elf-bfd.h \ | |
62d8ad4f | 2324 | elf32-target.h |
9e097a72 AM |
2325 | elf32-lm32.lo: \ |
2326 | elf32-lm32.c \ | |
2327 | $(INCDIR)/bfdlink.h \ | |
2328 | $(INCDIR)/elf/common.h \ | |
2329 | $(INCDIR)/elf/external.h \ | |
2330 | $(INCDIR)/elf/internal.h \ | |
2331 | $(INCDIR)/elf/lm32.h \ | |
2332 | $(INCDIR)/elf/reloc-macros.h \ | |
2333 | $(INCDIR)/filenames.h \ | |
2334 | $(INCDIR)/hashtab.h \ | |
2335 | elf-bfd.h \ | |
66eb6687 | 2336 | elf32-target.h |
9e097a72 AM |
2337 | elf32-m32c.lo: \ |
2338 | elf32-m32c.c \ | |
2339 | $(INCDIR)/bfdlink.h \ | |
2340 | $(INCDIR)/elf/common.h \ | |
2341 | $(INCDIR)/elf/external.h \ | |
2342 | $(INCDIR)/elf/internal.h \ | |
2343 | $(INCDIR)/elf/m32c.h \ | |
2344 | $(INCDIR)/elf/reloc-macros.h \ | |
2345 | $(INCDIR)/filenames.h \ | |
2346 | $(INCDIR)/hashtab.h \ | |
2347 | $(INCDIR)/libiberty.h \ | |
2348 | elf-bfd.h \ | |
dd323078 | 2349 | elf32-target.h |
9e097a72 AM |
2350 | elf32-m32r.lo: \ |
2351 | elf32-m32r.c \ | |
2352 | $(INCDIR)/bfdlink.h \ | |
2353 | $(INCDIR)/elf/common.h \ | |
2354 | $(INCDIR)/elf/external.h \ | |
2355 | $(INCDIR)/elf/internal.h \ | |
2356 | $(INCDIR)/elf/m32r.h \ | |
2357 | $(INCDIR)/elf/reloc-macros.h \ | |
2358 | $(INCDIR)/filenames.h \ | |
2359 | $(INCDIR)/hashtab.h \ | |
2360 | elf-bfd.h \ | |
d9352518 | 2361 | elf32-target.h |
9e097a72 AM |
2362 | elf32-m68k.lo: \ |
2363 | elf32-m68k.c \ | |
2364 | $(INCDIR)/bfdlink.h \ | |
2365 | $(INCDIR)/elf/common.h \ | |
2366 | $(INCDIR)/elf/external.h \ | |
2367 | $(INCDIR)/elf/internal.h \ | |
2368 | $(INCDIR)/elf/m68k.h \ | |
2369 | $(INCDIR)/elf/reloc-macros.h \ | |
2370 | $(INCDIR)/filenames.h \ | |
2371 | $(INCDIR)/hashtab.h \ | |
2372 | $(INCDIR)/opcode/m68k.h \ | |
2373 | elf-bfd.h \ | |
62d8ad4f | 2374 | elf32-target.h |
9e097a72 AM |
2375 | elf32-m68hc11.lo: \ |
2376 | elf32-m68hc11.c \ | |
2377 | $(INCDIR)/bfdlink.h \ | |
2378 | $(INCDIR)/elf/common.h \ | |
2379 | $(INCDIR)/elf/external.h \ | |
2380 | $(INCDIR)/elf/internal.h \ | |
2381 | $(INCDIR)/elf/m68hc11.h \ | |
2382 | $(INCDIR)/elf/reloc-macros.h \ | |
2383 | $(INCDIR)/filenames.h \ | |
2384 | $(INCDIR)/hashtab.h \ | |
2385 | $(INCDIR)/opcode/m68hc11.h \ | |
2386 | elf-bfd.h \ | |
2387 | elf32-m68hc1x.h \ | |
62d8ad4f | 2388 | elf32-target.h |
9e097a72 AM |
2389 | elf32-m68hc12.lo: \ |
2390 | elf32-m68hc12.c \ | |
2391 | $(INCDIR)/bfdlink.h \ | |
2392 | $(INCDIR)/elf/common.h \ | |
2393 | $(INCDIR)/elf/external.h \ | |
2394 | $(INCDIR)/elf/internal.h \ | |
2395 | $(INCDIR)/elf/m68hc11.h \ | |
2396 | $(INCDIR)/elf/reloc-macros.h \ | |
2397 | $(INCDIR)/filenames.h \ | |
2398 | $(INCDIR)/hashtab.h \ | |
2399 | $(INCDIR)/opcode/m68hc11.h \ | |
2400 | elf-bfd.h \ | |
2401 | elf32-m68hc1x.h \ | |
62d8ad4f | 2402 | elf32-target.h |
9e097a72 AM |
2403 | elf32-m68hc1x.lo: \ |
2404 | elf32-m68hc1x.c \ | |
2405 | $(INCDIR)/alloca-conf.h \ | |
2406 | $(INCDIR)/bfdlink.h \ | |
2407 | $(INCDIR)/elf/common.h \ | |
2408 | $(INCDIR)/elf/external.h \ | |
2409 | $(INCDIR)/elf/internal.h \ | |
2410 | $(INCDIR)/elf/m68hc11.h \ | |
2411 | $(INCDIR)/elf/reloc-macros.h \ | |
2412 | $(INCDIR)/filenames.h \ | |
2413 | $(INCDIR)/hashtab.h \ | |
2414 | $(INCDIR)/opcode/m68hc11.h \ | |
2415 | elf-bfd.h \ | |
2416 | elf32-m68hc1x.h | |
2417 | elf32-m88k.lo: \ | |
2418 | elf32-m88k.c \ | |
2419 | $(INCDIR)/bfdlink.h \ | |
2420 | $(INCDIR)/elf/common.h \ | |
2421 | $(INCDIR)/elf/external.h \ | |
2422 | $(INCDIR)/elf/internal.h \ | |
2423 | $(INCDIR)/filenames.h \ | |
2424 | $(INCDIR)/hashtab.h \ | |
2425 | elf-bfd.h \ | |
62d8ad4f | 2426 | elf32-target.h |
9e097a72 AM |
2427 | elf-m10200.lo: \ |
2428 | elf-m10200.c \ | |
2429 | $(INCDIR)/bfdlink.h \ | |
2430 | $(INCDIR)/elf/common.h \ | |
2431 | $(INCDIR)/elf/external.h \ | |
2432 | $(INCDIR)/elf/internal.h \ | |
2433 | $(INCDIR)/filenames.h \ | |
2434 | $(INCDIR)/hashtab.h \ | |
2435 | elf-bfd.h \ | |
2436 | elf32-target.h | |
2437 | elf-m10300.lo: \ | |
2438 | elf-m10300.c \ | |
2439 | $(INCDIR)/bfdlink.h \ | |
2440 | $(INCDIR)/elf/common.h \ | |
2441 | $(INCDIR)/elf/external.h \ | |
2442 | $(INCDIR)/elf/internal.h \ | |
2443 | $(INCDIR)/elf/mn10300.h \ | |
2444 | $(INCDIR)/elf/reloc-macros.h \ | |
2445 | $(INCDIR)/filenames.h \ | |
2446 | $(INCDIR)/hashtab.h \ | |
2447 | $(INCDIR)/libiberty.h \ | |
2448 | elf-bfd.h \ | |
2449 | elf32-target.h | |
2450 | elf32-mcore.lo: \ | |
2451 | elf32-mcore.c \ | |
2452 | $(INCDIR)/bfdlink.h \ | |
2453 | $(INCDIR)/elf/common.h \ | |
2454 | $(INCDIR)/elf/external.h \ | |
2455 | $(INCDIR)/elf/internal.h \ | |
2456 | $(INCDIR)/elf/mcore.h \ | |
2457 | $(INCDIR)/elf/reloc-macros.h \ | |
2458 | $(INCDIR)/filenames.h \ | |
2459 | $(INCDIR)/hashtab.h \ | |
2460 | elf-bfd.h \ | |
2461 | elf32-target.h | |
2462 | elf32-mep.lo: \ | |
2463 | elf32-mep.c \ | |
2464 | $(INCDIR)/bfdlink.h \ | |
2465 | $(INCDIR)/elf/common.h \ | |
2466 | $(INCDIR)/elf/external.h \ | |
2467 | $(INCDIR)/elf/internal.h \ | |
2468 | $(INCDIR)/elf/mep.h \ | |
2469 | $(INCDIR)/elf/reloc-macros.h \ | |
2470 | $(INCDIR)/filenames.h \ | |
2471 | $(INCDIR)/hashtab.h \ | |
2472 | $(INCDIR)/libiberty.h \ | |
2473 | elf-bfd.h \ | |
2474 | elf32-target.h | |
2475 | elfxx-mips.lo: \ | |
2476 | elfxx-mips.c \ | |
2477 | $(INCDIR)/bfdlink.h \ | |
2478 | $(INCDIR)/coff/ecoff.h \ | |
2479 | $(INCDIR)/coff/external.h \ | |
2480 | $(INCDIR)/coff/mips.h \ | |
2481 | $(INCDIR)/coff/sym.h \ | |
2482 | $(INCDIR)/coff/symconst.h \ | |
2483 | $(INCDIR)/elf/common.h \ | |
2484 | $(INCDIR)/elf/external.h \ | |
2485 | $(INCDIR)/elf/internal.h \ | |
2486 | $(INCDIR)/elf/mips.h \ | |
2487 | $(INCDIR)/elf/reloc-macros.h \ | |
2488 | $(INCDIR)/filenames.h \ | |
2489 | $(INCDIR)/hashtab.h \ | |
2490 | $(INCDIR)/libiberty.h \ | |
2491 | elf-bfd.h \ | |
2492 | elf-vxworks.h \ | |
2493 | elfxx-mips.h | |
2494 | elf32-mips.lo: \ | |
2495 | elf32-mips.c \ | |
2496 | $(INCDIR)/bfdlink.h \ | |
2497 | $(INCDIR)/coff/ecoff.h \ | |
2498 | $(INCDIR)/coff/external.h \ | |
2499 | $(INCDIR)/coff/internal.h \ | |
2500 | $(INCDIR)/coff/mips.h \ | |
2501 | $(INCDIR)/coff/sym.h \ | |
2502 | $(INCDIR)/coff/symconst.h \ | |
2503 | $(INCDIR)/elf/common.h \ | |
2504 | $(INCDIR)/elf/external.h \ | |
2505 | $(INCDIR)/elf/internal.h \ | |
2506 | $(INCDIR)/elf/mips.h \ | |
2507 | $(INCDIR)/elf/reloc-macros.h \ | |
2508 | $(INCDIR)/filenames.h \ | |
2509 | $(INCDIR)/hashtab.h \ | |
2510 | ecoffswap.h \ | |
2511 | elf-bfd.h \ | |
2512 | elf-vxworks.h \ | |
2513 | elf32-target.h \ | |
2514 | elfxx-mips.h \ | |
2515 | genlink.h | |
2516 | elf32-mt.lo: \ | |
2517 | elf32-mt.c \ | |
2518 | $(INCDIR)/bfdlink.h \ | |
2519 | $(INCDIR)/elf/common.h \ | |
2520 | $(INCDIR)/elf/external.h \ | |
2521 | $(INCDIR)/elf/internal.h \ | |
2522 | $(INCDIR)/elf/mt.h \ | |
2523 | $(INCDIR)/elf/reloc-macros.h \ | |
2524 | $(INCDIR)/filenames.h \ | |
2525 | $(INCDIR)/hashtab.h \ | |
2526 | elf-bfd.h \ | |
2527 | elf32-target.h | |
2528 | elf32-msp430.lo: \ | |
2529 | elf32-msp430.c \ | |
2530 | $(INCDIR)/bfdlink.h \ | |
2531 | $(INCDIR)/elf/common.h \ | |
2532 | $(INCDIR)/elf/external.h \ | |
2533 | $(INCDIR)/elf/internal.h \ | |
2534 | $(INCDIR)/elf/msp430.h \ | |
2535 | $(INCDIR)/elf/reloc-macros.h \ | |
2536 | $(INCDIR)/filenames.h \ | |
2537 | $(INCDIR)/hashtab.h \ | |
2538 | $(INCDIR)/libiberty.h \ | |
2539 | elf-bfd.h \ | |
2540 | elf32-target.h | |
2541 | elf32-openrisc.lo: \ | |
2542 | elf32-openrisc.c \ | |
2543 | $(INCDIR)/bfdlink.h \ | |
2544 | $(INCDIR)/elf/common.h \ | |
2545 | $(INCDIR)/elf/external.h \ | |
2546 | $(INCDIR)/elf/internal.h \ | |
2547 | $(INCDIR)/elf/openrisc.h \ | |
2548 | $(INCDIR)/elf/reloc-macros.h \ | |
2549 | $(INCDIR)/filenames.h \ | |
2550 | $(INCDIR)/hashtab.h \ | |
2551 | $(INCDIR)/libiberty.h \ | |
2552 | elf-bfd.h \ | |
2553 | elf32-target.h | |
2554 | elf32-or32.lo: \ | |
2555 | elf32-or32.c \ | |
2556 | $(INCDIR)/bfdlink.h \ | |
2557 | $(INCDIR)/elf/common.h \ | |
2558 | $(INCDIR)/elf/external.h \ | |
2559 | $(INCDIR)/elf/internal.h \ | |
2560 | $(INCDIR)/elf/or32.h \ | |
2561 | $(INCDIR)/elf/reloc-macros.h \ | |
2562 | $(INCDIR)/filenames.h \ | |
2563 | $(INCDIR)/hashtab.h \ | |
2564 | $(INCDIR)/libiberty.h \ | |
2565 | elf-bfd.h \ | |
2566 | elf32-target.h | |
2567 | elf32-pj.lo: \ | |
2568 | elf32-pj.c \ | |
2569 | $(INCDIR)/bfdlink.h \ | |
2570 | $(INCDIR)/elf/common.h \ | |
2571 | $(INCDIR)/elf/external.h \ | |
2572 | $(INCDIR)/elf/internal.h \ | |
2573 | $(INCDIR)/elf/pj.h \ | |
2574 | $(INCDIR)/elf/reloc-macros.h \ | |
2575 | $(INCDIR)/filenames.h \ | |
2576 | $(INCDIR)/hashtab.h \ | |
2577 | elf-bfd.h \ | |
2578 | elf32-target.h | |
2579 | elf32-ppc.lo: \ | |
2580 | elf32-ppc.c \ | |
2581 | $(INCDIR)/bfdlink.h \ | |
2582 | $(INCDIR)/elf/common.h \ | |
2583 | $(INCDIR)/elf/external.h \ | |
2584 | $(INCDIR)/elf/internal.h \ | |
2585 | $(INCDIR)/elf/ppc.h \ | |
2586 | $(INCDIR)/elf/reloc-macros.h \ | |
2587 | $(INCDIR)/filenames.h \ | |
2588 | $(INCDIR)/hashtab.h \ | |
2589 | elf-bfd.h \ | |
2590 | elf-vxworks.h \ | |
2591 | elf32-ppc.h \ | |
2592 | elf32-target.h | |
2593 | elf32-sh64.lo: \ | |
2594 | elf32-sh64.c \ | |
2595 | $(INCDIR)/bfdlink.h \ | |
2596 | $(INCDIR)/elf/common.h \ | |
2597 | $(INCDIR)/elf/external.h \ | |
2598 | $(INCDIR)/elf/internal.h \ | |
2599 | $(INCDIR)/elf/reloc-macros.h \ | |
2600 | $(INCDIR)/elf/sh.h \ | |
2601 | $(INCDIR)/filenames.h \ | |
2602 | $(INCDIR)/hashtab.h \ | |
2603 | $(INCDIR)/libiberty.h \ | |
2604 | $(srcdir)/../opcodes/sh-opc.h \ | |
2605 | $(srcdir)/../opcodes/sh64-opc.h \ | |
2606 | elf-bfd.h \ | |
2607 | elf-vxworks.h \ | |
2608 | elf32-sh-relocs.h \ | |
2609 | elf32-sh.c \ | |
2610 | elf32-sh64.h \ | |
2611 | elf32-target.h | |
2612 | elf32-sh64-com.lo: \ | |
2613 | elf32-sh64-com.c \ | |
2614 | $(INCDIR)/bfdlink.h \ | |
2615 | $(INCDIR)/elf/common.h \ | |
2616 | $(INCDIR)/elf/external.h \ | |
2617 | $(INCDIR)/elf/internal.h \ | |
2618 | $(INCDIR)/elf/reloc-macros.h \ | |
2619 | $(INCDIR)/elf/sh.h \ | |
2620 | $(INCDIR)/filenames.h \ | |
2621 | $(INCDIR)/hashtab.h \ | |
2622 | $(srcdir)/../opcodes/sh64-opc.h \ | |
2623 | elf-bfd.h \ | |
2624 | elf32-sh64.h | |
2625 | elf32-s390.lo: \ | |
2626 | elf32-s390.c \ | |
2627 | $(INCDIR)/bfdlink.h \ | |
2628 | $(INCDIR)/elf/common.h \ | |
2629 | $(INCDIR)/elf/external.h \ | |
2630 | $(INCDIR)/elf/internal.h \ | |
2631 | $(INCDIR)/elf/reloc-macros.h \ | |
2632 | $(INCDIR)/elf/s390.h \ | |
2633 | $(INCDIR)/filenames.h \ | |
2634 | $(INCDIR)/hashtab.h \ | |
2635 | elf-bfd.h \ | |
2636 | elf32-target.h | |
2637 | elf32-sh.lo: \ | |
2638 | elf32-sh.c \ | |
2639 | $(INCDIR)/bfdlink.h \ | |
2640 | $(INCDIR)/elf/common.h \ | |
2641 | $(INCDIR)/elf/external.h \ | |
2642 | $(INCDIR)/elf/internal.h \ | |
2643 | $(INCDIR)/elf/reloc-macros.h \ | |
2644 | $(INCDIR)/elf/sh.h \ | |
2645 | $(INCDIR)/filenames.h \ | |
2646 | $(INCDIR)/hashtab.h \ | |
2647 | $(INCDIR)/libiberty.h \ | |
2648 | $(srcdir)/../opcodes/sh-opc.h \ | |
2649 | elf-bfd.h \ | |
2650 | elf-vxworks.h \ | |
2651 | elf32-sh-relocs.h \ | |
2652 | elf32-target.h | |
2653 | elf32-sh-symbian.lo: \ | |
2654 | elf32-sh-symbian.c \ | |
2655 | $(INCDIR)/bfdlink.h \ | |
2656 | $(INCDIR)/elf/common.h \ | |
2657 | $(INCDIR)/elf/external.h \ | |
2658 | $(INCDIR)/elf/internal.h \ | |
2659 | $(INCDIR)/elf/reloc-macros.h \ | |
2660 | $(INCDIR)/elf/sh.h \ | |
2661 | $(INCDIR)/filenames.h \ | |
2662 | $(INCDIR)/hashtab.h \ | |
2663 | $(INCDIR)/libiberty.h \ | |
2664 | $(srcdir)/../opcodes/sh-opc.h \ | |
2665 | elf-bfd.h \ | |
2666 | elf-vxworks.h \ | |
2667 | elf32-sh-relocs.h \ | |
2668 | elf32-sh.c \ | |
2669 | elf32-target.h | |
2670 | elfxx-sparc.lo: \ | |
2671 | elfxx-sparc.c \ | |
2672 | $(INCDIR)/bfdlink.h \ | |
2673 | $(INCDIR)/elf/common.h \ | |
2674 | $(INCDIR)/elf/external.h \ | |
2675 | $(INCDIR)/elf/internal.h \ | |
2676 | $(INCDIR)/elf/reloc-macros.h \ | |
2677 | $(INCDIR)/elf/sparc.h \ | |
2678 | $(INCDIR)/filenames.h \ | |
2679 | $(INCDIR)/hashtab.h \ | |
2680 | $(INCDIR)/libiberty.h \ | |
2681 | $(INCDIR)/opcode/sparc.h \ | |
2682 | elf-bfd.h \ | |
2683 | elf-vxworks.h \ | |
2684 | elfxx-sparc.h | |
2685 | elf32-sparc.lo: \ | |
2686 | elf32-sparc.c \ | |
2687 | $(INCDIR)/bfdlink.h \ | |
2688 | $(INCDIR)/elf/common.h \ | |
2689 | $(INCDIR)/elf/external.h \ | |
2690 | $(INCDIR)/elf/internal.h \ | |
2691 | $(INCDIR)/elf/reloc-macros.h \ | |
2692 | $(INCDIR)/elf/sparc.h \ | |
2693 | $(INCDIR)/filenames.h \ | |
2694 | $(INCDIR)/hashtab.h \ | |
2695 | $(INCDIR)/opcode/sparc.h \ | |
2696 | elf-bfd.h \ | |
2697 | elf-vxworks.h \ | |
2698 | elf32-target.h \ | |
2699 | elfxx-sparc.h | |
2700 | elf32-spu.lo: \ | |
2701 | elf32-spu.c \ | |
2702 | $(INCDIR)/bfdlink.h \ | |
2703 | $(INCDIR)/elf/common.h \ | |
2704 | $(INCDIR)/elf/external.h \ | |
2705 | $(INCDIR)/elf/internal.h \ | |
2706 | $(INCDIR)/elf/reloc-macros.h \ | |
2707 | $(INCDIR)/elf/spu.h \ | |
2708 | $(INCDIR)/filenames.h \ | |
2709 | $(INCDIR)/hashtab.h \ | |
2710 | $(INCDIR)/libiberty.h \ | |
2711 | elf-bfd.h \ | |
2712 | elf32-spu.h \ | |
2713 | elf32-target.h | |
2714 | elf32-v850.lo: \ | |
2715 | elf32-v850.c \ | |
2716 | $(INCDIR)/bfdlink.h \ | |
2717 | $(INCDIR)/elf/common.h \ | |
2718 | $(INCDIR)/elf/external.h \ | |
2719 | $(INCDIR)/elf/internal.h \ | |
2720 | $(INCDIR)/elf/reloc-macros.h \ | |
2721 | $(INCDIR)/elf/v850.h \ | |
2722 | $(INCDIR)/filenames.h \ | |
2723 | $(INCDIR)/hashtab.h \ | |
2724 | $(INCDIR)/libiberty.h \ | |
2725 | elf-bfd.h \ | |
2726 | elf32-target.h | |
2727 | elf32-vax.lo: \ | |
2728 | elf32-vax.c \ | |
2729 | $(INCDIR)/bfdlink.h \ | |
2730 | $(INCDIR)/elf/common.h \ | |
2731 | $(INCDIR)/elf/external.h \ | |
2732 | $(INCDIR)/elf/internal.h \ | |
2733 | $(INCDIR)/elf/reloc-macros.h \ | |
2734 | $(INCDIR)/elf/vax.h \ | |
2735 | $(INCDIR)/filenames.h \ | |
2736 | $(INCDIR)/hashtab.h \ | |
2737 | elf-bfd.h \ | |
2738 | elf32-target.h | |
2739 | elf32-xstormy16.lo: \ | |
2740 | elf32-xstormy16.c \ | |
2741 | $(INCDIR)/bfdlink.h \ | |
2742 | $(INCDIR)/elf/common.h \ | |
2743 | $(INCDIR)/elf/external.h \ | |
2744 | $(INCDIR)/elf/internal.h \ | |
2745 | $(INCDIR)/elf/reloc-macros.h \ | |
2746 | $(INCDIR)/elf/xstormy16.h \ | |
2747 | $(INCDIR)/filenames.h \ | |
2748 | $(INCDIR)/hashtab.h \ | |
2749 | $(INCDIR)/libiberty.h \ | |
2750 | elf-bfd.h \ | |
2751 | elf32-target.h | |
2752 | elf32-xtensa.lo: \ | |
2753 | elf32-xtensa.c \ | |
2754 | $(INCDIR)/bfdlink.h \ | |
2755 | $(INCDIR)/elf/common.h \ | |
2756 | $(INCDIR)/elf/external.h \ | |
2757 | $(INCDIR)/elf/internal.h \ | |
2758 | $(INCDIR)/elf/reloc-macros.h \ | |
2759 | $(INCDIR)/elf/xtensa.h \ | |
2760 | $(INCDIR)/filenames.h \ | |
2761 | $(INCDIR)/hashtab.h \ | |
2762 | $(INCDIR)/xtensa-config.h \ | |
2763 | $(INCDIR)/xtensa-isa.h \ | |
2764 | elf-bfd.h \ | |
2765 | elf32-target.h | |
2766 | elf32-xc16x.lo: \ | |
2767 | elf32-xc16x.c \ | |
2768 | $(INCDIR)/bfdlink.h \ | |
2769 | $(INCDIR)/elf/common.h \ | |
2770 | $(INCDIR)/elf/dwarf2.h \ | |
2771 | $(INCDIR)/elf/external.h \ | |
2772 | $(INCDIR)/elf/internal.h \ | |
2773 | $(INCDIR)/elf/reloc-macros.h \ | |
2774 | $(INCDIR)/elf/xc16x.h \ | |
2775 | $(INCDIR)/filenames.h \ | |
2776 | $(INCDIR)/hashtab.h \ | |
2777 | $(INCDIR)/libiberty.h \ | |
2778 | elf-bfd.h \ | |
2779 | elf32-target.h | |
2780 | elf32.lo: \ | |
2781 | elf32.c \ | |
2782 | $(INCDIR)/bfdlink.h \ | |
2783 | $(INCDIR)/elf/common.h \ | |
2784 | $(INCDIR)/elf/external.h \ | |
2785 | $(INCDIR)/elf/internal.h \ | |
2786 | $(INCDIR)/filenames.h \ | |
2787 | $(INCDIR)/hashtab.h \ | |
2788 | $(INCDIR)/libiberty.h \ | |
2789 | elf-bfd.h \ | |
2790 | elfcode.h \ | |
2791 | elfcore.h | |
2792 | elflink.lo: \ | |
2793 | elflink.c \ | |
2794 | $(INCDIR)/bfdlink.h \ | |
2795 | $(INCDIR)/elf/common.h \ | |
2796 | $(INCDIR)/elf/external.h \ | |
2797 | $(INCDIR)/elf/internal.h \ | |
2798 | $(INCDIR)/filenames.h \ | |
2799 | $(INCDIR)/hashtab.h \ | |
2800 | $(INCDIR)/libiberty.h \ | |
2801 | $(INCDIR)/objalloc.h \ | |
2802 | $(INCDIR)/safe-ctype.h \ | |
2803 | elf-bfd.h | |
2804 | elf-attrs.lo: \ | |
2805 | elf-attrs.c \ | |
2806 | $(INCDIR)/bfdlink.h \ | |
2807 | $(INCDIR)/elf/common.h \ | |
2808 | $(INCDIR)/elf/external.h \ | |
2809 | $(INCDIR)/elf/internal.h \ | |
2810 | $(INCDIR)/filenames.h \ | |
2811 | $(INCDIR)/hashtab.h \ | |
2812 | $(INCDIR)/libiberty.h \ | |
2813 | elf-bfd.h | |
2814 | elf-strtab.lo: \ | |
2815 | elf-strtab.c \ | |
2816 | $(INCDIR)/bfdlink.h \ | |
2817 | $(INCDIR)/elf/common.h \ | |
2818 | $(INCDIR)/elf/external.h \ | |
2819 | $(INCDIR)/elf/internal.h \ | |
2820 | $(INCDIR)/filenames.h \ | |
2821 | $(INCDIR)/hashtab.h \ | |
2822 | $(INCDIR)/libiberty.h \ | |
2823 | elf-bfd.h | |
2824 | elf-eh-frame.lo: \ | |
2825 | elf-eh-frame.c \ | |
2826 | $(INCDIR)/bfdlink.h \ | |
2827 | $(INCDIR)/elf/common.h \ | |
2828 | $(INCDIR)/elf/dwarf2.h \ | |
2829 | $(INCDIR)/elf/external.h \ | |
2830 | $(INCDIR)/elf/internal.h \ | |
2831 | $(INCDIR)/filenames.h \ | |
2832 | $(INCDIR)/hashtab.h \ | |
2833 | elf-bfd.h | |
2834 | elf-vxworks.lo: \ | |
2835 | elf-vxworks.c \ | |
2836 | $(INCDIR)/bfdlink.h \ | |
2837 | $(INCDIR)/elf/common.h \ | |
2838 | $(INCDIR)/elf/external.h \ | |
2839 | $(INCDIR)/elf/internal.h \ | |
2840 | $(INCDIR)/elf/vxworks.h \ | |
2841 | $(INCDIR)/filenames.h \ | |
2842 | $(INCDIR)/hashtab.h \ | |
2843 | elf-bfd.h \ | |
2844 | elf-vxworks.h | |
2845 | epoc-pe-arm.lo: \ | |
2846 | epoc-pe-arm.c \ | |
2847 | $(INCDIR)/bfdlink.h \ | |
2848 | $(INCDIR)/coff/arm.h \ | |
2849 | $(INCDIR)/coff/external.h \ | |
2850 | $(INCDIR)/coff/internal.h \ | |
2851 | $(INCDIR)/coff/pe.h \ | |
2852 | $(INCDIR)/filenames.h \ | |
2853 | $(INCDIR)/hashtab.h \ | |
2854 | coff-arm.c \ | |
2855 | coffcode.h \ | |
2856 | libcoff.h \ | |
2857 | libpei.h \ | |
2858 | pe-arm.c \ | |
2859 | peicode.h | |
2860 | epoc-pei-arm.lo: \ | |
2861 | epoc-pei-arm.c \ | |
2862 | $(INCDIR)/bfdlink.h \ | |
2863 | $(INCDIR)/coff/arm.h \ | |
2864 | $(INCDIR)/coff/external.h \ | |
2865 | $(INCDIR)/coff/internal.h \ | |
2866 | $(INCDIR)/coff/pe.h \ | |
2867 | $(INCDIR)/filenames.h \ | |
2868 | $(INCDIR)/hashtab.h \ | |
2869 | coff-arm.c \ | |
2870 | coffcode.h \ | |
2871 | libcoff.h \ | |
2872 | libpei.h \ | |
2873 | pei-arm.c \ | |
2874 | peicode.h | |
2875 | hp300bsd.lo: \ | |
2876 | hp300bsd.c \ | |
2877 | $(INCDIR)/aout/aout64.h \ | |
2878 | $(INCDIR)/aout/ar.h \ | |
2879 | $(INCDIR)/aout/stab.def \ | |
2880 | $(INCDIR)/aout/stab_gnu.h \ | |
2881 | $(INCDIR)/bfdlink.h \ | |
2882 | $(INCDIR)/filenames.h \ | |
2883 | $(INCDIR)/hashtab.h \ | |
2884 | aout-target.h \ | |
2885 | libaout.h | |
2886 | hp300hpux.lo: \ | |
2887 | hp300hpux.c \ | |
2888 | $(INCDIR)/aout/aout64.h \ | |
2889 | $(INCDIR)/aout/ar.h \ | |
2890 | $(INCDIR)/aout/hp300hpux.h \ | |
2891 | $(INCDIR)/aout/stab.def \ | |
2892 | $(INCDIR)/aout/stab_gnu.h \ | |
2893 | $(INCDIR)/bfdlink.h \ | |
2894 | $(INCDIR)/filenames.h \ | |
2895 | $(INCDIR)/hashtab.h \ | |
2896 | $(INCDIR)/safe-ctype.h \ | |
2897 | aout-target.h \ | |
2898 | aoutx.h \ | |
2899 | libaout.h | |
2900 | som.lo: \ | |
2901 | som.c \ | |
2902 | $(INCDIR)/alloca-conf.h \ | |
2903 | $(INCDIR)/filenames.h | |
2904 | i386aout.lo: \ | |
2905 | i386aout.c \ | |
2906 | $(INCDIR)/aout/aout64.h \ | |
2907 | $(INCDIR)/aout/ar.h \ | |
2908 | $(INCDIR)/aout/stab.def \ | |
2909 | $(INCDIR)/aout/stab_gnu.h \ | |
2910 | $(INCDIR)/bfdlink.h \ | |
2911 | $(INCDIR)/filenames.h \ | |
2912 | $(INCDIR)/hashtab.h \ | |
2913 | aout-target.h \ | |
2914 | libaout.h | |
2915 | i386bsd.lo: \ | |
2916 | i386bsd.c \ | |
2917 | $(INCDIR)/aout/aout64.h \ | |
2918 | $(INCDIR)/aout/ar.h \ | |
2919 | $(INCDIR)/aout/stab.def \ | |
2920 | $(INCDIR)/aout/stab_gnu.h \ | |
2921 | $(INCDIR)/bfdlink.h \ | |
2922 | $(INCDIR)/filenames.h \ | |
2923 | $(INCDIR)/hashtab.h \ | |
2924 | aout-target.h \ | |
2925 | libaout.h | |
2926 | i386dynix.lo: \ | |
2927 | i386dynix.c \ | |
2928 | $(INCDIR)/aout/aout64.h \ | |
2929 | $(INCDIR)/aout/ar.h \ | |
2930 | $(INCDIR)/aout/dynix3.h \ | |
2931 | $(INCDIR)/aout/stab.def \ | |
2932 | $(INCDIR)/aout/stab_gnu.h \ | |
2933 | $(INCDIR)/bfdlink.h \ | |
2934 | $(INCDIR)/filenames.h \ | |
2935 | $(INCDIR)/hashtab.h \ | |
2936 | $(INCDIR)/safe-ctype.h \ | |
2937 | aout-target.h \ | |
2938 | aoutx.h \ | |
2939 | libaout.h | |
2940 | i386freebsd.lo: \ | |
2941 | i386freebsd.c \ | |
2942 | $(INCDIR)/aout/aout64.h \ | |
2943 | $(INCDIR)/aout/ar.h \ | |
2944 | $(INCDIR)/aout/stab.def \ | |
2945 | $(INCDIR)/aout/stab_gnu.h \ | |
2946 | $(INCDIR)/bfdlink.h \ | |
2947 | $(INCDIR)/filenames.h \ | |
2948 | $(INCDIR)/hashtab.h \ | |
2949 | aout-target.h \ | |
2950 | freebsd.h \ | |
2951 | libaout.h | |
2952 | i386linux.lo: \ | |
2953 | i386linux.c \ | |
2954 | $(INCDIR)/aout/aout64.h \ | |
2955 | $(INCDIR)/aout/ar.h \ | |
2956 | $(INCDIR)/aout/stab.def \ | |
2957 | $(INCDIR)/aout/stab_gnu.h \ | |
2958 | $(INCDIR)/bfdlink.h \ | |
2959 | $(INCDIR)/filenames.h \ | |
2960 | $(INCDIR)/hashtab.h \ | |
2961 | aout-target.h \ | |
2962 | libaout.h | |
2963 | i386lynx.lo: \ | |
2964 | i386lynx.c \ | |
2965 | $(INCDIR)/aout/aout64.h \ | |
2966 | $(INCDIR)/aout/ar.h \ | |
2967 | $(INCDIR)/aout/stab.def \ | |
2968 | $(INCDIR)/aout/stab_gnu.h \ | |
2969 | $(INCDIR)/bfdlink.h \ | |
2970 | $(INCDIR)/filenames.h \ | |
2971 | $(INCDIR)/hashtab.h \ | |
2972 | aout-target.h \ | |
2973 | libaout.h | |
2974 | i386msdos.lo: \ | |
2975 | i386msdos.c \ | |
2976 | $(INCDIR)/bfdlink.h \ | |
2977 | $(INCDIR)/filenames.h \ | |
2978 | $(INCDIR)/hashtab.h \ | |
2979 | libaout.h | |
2980 | i386netbsd.lo: \ | |
2981 | i386netbsd.c \ | |
2982 | $(INCDIR)/aout/aout64.h \ | |
2983 | $(INCDIR)/aout/ar.h \ | |
2984 | $(INCDIR)/aout/stab.def \ | |
2985 | $(INCDIR)/aout/stab_gnu.h \ | |
2986 | $(INCDIR)/bfdlink.h \ | |
2987 | $(INCDIR)/filenames.h \ | |
2988 | $(INCDIR)/hashtab.h \ | |
2989 | aout-target.h \ | |
2990 | libaout.h \ | |
2991 | netbsd.h | |
2992 | i386mach3.lo: \ | |
2993 | i386mach3.c \ | |
2994 | $(INCDIR)/aout/aout64.h \ | |
2995 | $(INCDIR)/aout/ar.h \ | |
2996 | $(INCDIR)/aout/stab.def \ | |
2997 | $(INCDIR)/aout/stab_gnu.h \ | |
2998 | $(INCDIR)/bfdlink.h \ | |
2999 | $(INCDIR)/filenames.h \ | |
3000 | $(INCDIR)/hashtab.h \ | |
3001 | aout-target.h \ | |
3002 | libaout.h | |
3003 | i386os9k.lo: \ | |
3004 | i386os9k.c \ | |
3005 | $(INCDIR)/bfdlink.h \ | |
3006 | $(INCDIR)/filenames.h \ | |
3007 | $(INCDIR)/hashtab.h \ | |
3008 | $(INCDIR)/os9k.h \ | |
3009 | libaout.h | |
3010 | ieee.lo: \ | |
3011 | ieee.c \ | |
3012 | $(INCDIR)/filenames.h \ | |
3013 | $(INCDIR)/hashtab.h \ | |
3014 | $(INCDIR)/ieee.h \ | |
3015 | $(INCDIR)/safe-ctype.h \ | |
3016 | libieee.h | |
3017 | m68k4knetbsd.lo: \ | |
3018 | m68k4knetbsd.c \ | |
3019 | $(INCDIR)/aout/aout64.h \ | |
3020 | $(INCDIR)/aout/ar.h \ | |
3021 | $(INCDIR)/aout/stab.def \ | |
3022 | $(INCDIR)/aout/stab_gnu.h \ | |
3023 | $(INCDIR)/bfdlink.h \ | |
3024 | $(INCDIR)/filenames.h \ | |
3025 | $(INCDIR)/hashtab.h \ | |
3026 | aout-target.h \ | |
3027 | libaout.h \ | |
3028 | netbsd.h | |
3029 | m68klinux.lo: \ | |
3030 | m68klinux.c \ | |
3031 | $(INCDIR)/aout/aout64.h \ | |
3032 | $(INCDIR)/aout/ar.h \ | |
3033 | $(INCDIR)/aout/stab.def \ | |
3034 | $(INCDIR)/aout/stab_gnu.h \ | |
3035 | $(INCDIR)/bfdlink.h \ | |
3036 | $(INCDIR)/filenames.h \ | |
3037 | $(INCDIR)/hashtab.h \ | |
3038 | aout-target.h \ | |
3039 | libaout.h | |
3040 | m68knetbsd.lo: \ | |
3041 | m68knetbsd.c \ | |
3042 | $(INCDIR)/aout/aout64.h \ | |
3043 | $(INCDIR)/aout/ar.h \ | |
3044 | $(INCDIR)/aout/stab.def \ | |
3045 | $(INCDIR)/aout/stab_gnu.h \ | |
3046 | $(INCDIR)/bfdlink.h \ | |
3047 | $(INCDIR)/filenames.h \ | |
3048 | $(INCDIR)/hashtab.h \ | |
3049 | aout-target.h \ | |
3050 | libaout.h \ | |
3051 | netbsd.h | |
3052 | m88kmach3.lo: \ | |
3053 | m88kmach3.c \ | |
3054 | $(INCDIR)/aout/aout64.h \ | |
3055 | $(INCDIR)/aout/ar.h \ | |
3056 | $(INCDIR)/aout/stab.def \ | |
3057 | $(INCDIR)/aout/stab_gnu.h \ | |
3058 | $(INCDIR)/bfdlink.h \ | |
3059 | $(INCDIR)/filenames.h \ | |
3060 | $(INCDIR)/hashtab.h \ | |
3061 | aout-target.h \ | |
3062 | libaout.h | |
3063 | m88kopenbsd.lo: \ | |
3064 | m88kopenbsd.c \ | |
3065 | $(INCDIR)/aout/aout64.h \ | |
3066 | $(INCDIR)/aout/ar.h \ | |
3067 | $(INCDIR)/aout/stab.def \ | |
3068 | $(INCDIR)/aout/stab_gnu.h \ | |
3069 | $(INCDIR)/bfdlink.h \ | |
3070 | $(INCDIR)/filenames.h \ | |
3071 | $(INCDIR)/hashtab.h \ | |
3072 | aout-target.h \ | |
3073 | libaout.h \ | |
3074 | netbsd.h | |
3075 | mach-o.lo: \ | |
3076 | mach-o.c \ | |
3077 | $(INCDIR)/aout/stab.def \ | |
3078 | $(INCDIR)/aout/stab_gnu.h \ | |
3079 | $(INCDIR)/filenames.h \ | |
3080 | $(INCDIR)/hashtab.h \ | |
3081 | $(INCDIR)/libiberty.h \ | |
3082 | mach-o-target.c \ | |
3083 | mach-o.h | |
3084 | mipsbsd.lo: \ | |
3085 | mipsbsd.c \ | |
3086 | $(INCDIR)/aout/aout64.h \ | |
3087 | $(INCDIR)/aout/ar.h \ | |
3088 | $(INCDIR)/aout/stab.def \ | |
3089 | $(INCDIR)/aout/stab_gnu.h \ | |
3090 | $(INCDIR)/bfdlink.h \ | |
3091 | $(INCDIR)/filenames.h \ | |
3092 | $(INCDIR)/hashtab.h \ | |
3093 | aout-target.h \ | |
3094 | libaout.h | |
3095 | newsos3.lo: \ | |
3096 | newsos3.c \ | |
3097 | $(INCDIR)/aout/aout64.h \ | |
3098 | $(INCDIR)/aout/ar.h \ | |
3099 | $(INCDIR)/aout/stab.def \ | |
3100 | $(INCDIR)/aout/stab_gnu.h \ | |
3101 | $(INCDIR)/bfdlink.h \ | |
3102 | $(INCDIR)/filenames.h \ | |
3103 | $(INCDIR)/hashtab.h \ | |
3104 | aout-target.h \ | |
3105 | libaout.h | |
3106 | nlm.lo: \ | |
3107 | nlm.c \ | |
3108 | $(INCDIR)/filenames.h \ | |
3109 | $(INCDIR)/hashtab.h \ | |
3110 | $(INCDIR)/nlm/common.h \ | |
3111 | $(INCDIR)/nlm/external.h \ | |
3112 | $(INCDIR)/nlm/internal.h \ | |
3113 | libnlm.h | |
3114 | nlm32-i386.lo: \ | |
3115 | nlm32-i386.c \ | |
3116 | $(INCDIR)/filenames.h \ | |
3117 | $(INCDIR)/hashtab.h \ | |
3118 | $(INCDIR)/nlm/common.h \ | |
3119 | $(INCDIR)/nlm/external.h \ | |
3120 | $(INCDIR)/nlm/i386-ext.h \ | |
3121 | $(INCDIR)/nlm/internal.h \ | |
3122 | libnlm.h \ | |
3123 | nlm-target.h \ | |
3124 | nlmswap.h | |
3125 | nlm32-sparc.lo: \ | |
3126 | nlm32-sparc.c \ | |
3127 | $(INCDIR)/filenames.h \ | |
3128 | $(INCDIR)/hashtab.h \ | |
3129 | $(INCDIR)/nlm/common.h \ | |
3130 | $(INCDIR)/nlm/external.h \ | |
3131 | $(INCDIR)/nlm/internal.h \ | |
3132 | $(INCDIR)/nlm/sparc32-ext.h \ | |
3133 | libnlm.h \ | |
3134 | nlm-target.h \ | |
3135 | nlmswap.h | |
3136 | nlm32-ppc.lo: \ | |
3137 | nlm32-ppc.c \ | |
3138 | $(INCDIR)/filenames.h \ | |
3139 | $(INCDIR)/hashtab.h \ | |
3140 | $(INCDIR)/nlm/common.h \ | |
3141 | $(INCDIR)/nlm/external.h \ | |
3142 | $(INCDIR)/nlm/internal.h \ | |
3143 | $(INCDIR)/nlm/ppc-ext.h \ | |
3144 | libnlm.h \ | |
3145 | nlm-target.h \ | |
3146 | nlmswap.h | |
3147 | nlm32.lo: \ | |
3148 | nlm32.c \ | |
3149 | $(INCDIR)/filenames.h \ | |
3150 | $(INCDIR)/hashtab.h \ | |
3151 | $(INCDIR)/nlm/common.h \ | |
3152 | $(INCDIR)/nlm/external.h \ | |
3153 | $(INCDIR)/nlm/internal.h \ | |
3154 | libnlm.h \ | |
3155 | nlmcode.h | |
3156 | ns32knetbsd.lo: \ | |
3157 | ns32knetbsd.c \ | |
3158 | $(INCDIR)/aout/aout64.h \ | |
3159 | $(INCDIR)/aout/ar.h \ | |
3160 | $(INCDIR)/aout/stab.def \ | |
3161 | $(INCDIR)/aout/stab_gnu.h \ | |
3162 | $(INCDIR)/bfdlink.h \ | |
3163 | $(INCDIR)/filenames.h \ | |
3164 | $(INCDIR)/hashtab.h \ | |
3165 | aout-target.h \ | |
3166 | libaout.h \ | |
3167 | netbsd.h | |
3168 | oasys.lo: \ | |
3169 | oasys.c \ | |
3170 | $(INCDIR)/filenames.h \ | |
3171 | $(INCDIR)/hashtab.h \ | |
3172 | $(INCDIR)/oasys.h \ | |
3173 | $(INCDIR)/safe-ctype.h \ | |
3174 | liboasys.h | |
3175 | pc532-mach.lo: \ | |
3176 | pc532-mach.c \ | |
3177 | $(INCDIR)/aout/aout64.h \ | |
3178 | $(INCDIR)/aout/ar.h \ | |
3179 | $(INCDIR)/aout/stab.def \ | |
3180 | $(INCDIR)/aout/stab_gnu.h \ | |
3181 | $(INCDIR)/bfdlink.h \ | |
3182 | $(INCDIR)/filenames.h \ | |
3183 | $(INCDIR)/hashtab.h \ | |
3184 | aout-target.h \ | |
3185 | libaout.h | |
3186 | pdp11.lo: \ | |
3187 | pdp11.c \ | |
3188 | $(INCDIR)/aout/aout64.h \ | |
3189 | $(INCDIR)/aout/ar.h \ | |
3190 | $(INCDIR)/aout/stab.def \ | |
3191 | $(INCDIR)/aout/stab_gnu.h \ | |
3192 | $(INCDIR)/bfdlink.h \ | |
3193 | $(INCDIR)/filenames.h \ | |
3194 | $(INCDIR)/hashtab.h \ | |
3195 | $(INCDIR)/safe-ctype.h \ | |
3196 | aout-target.h \ | |
3197 | libaout.h | |
3198 | pef.lo: \ | |
3199 | pef.c \ | |
3200 | $(INCDIR)/filenames.h \ | |
3201 | $(INCDIR)/hashtab.h \ | |
3202 | $(INCDIR)/libiberty.h \ | |
3203 | $(INCDIR)/safe-ctype.h \ | |
3204 | pef-traceback.h \ | |
3205 | pef.h | |
3206 | pe-arm.lo: \ | |
3207 | pe-arm.c \ | |
3208 | $(INCDIR)/bfdlink.h \ | |
3209 | $(INCDIR)/coff/arm.h \ | |
3210 | $(INCDIR)/coff/external.h \ | |
3211 | $(INCDIR)/coff/internal.h \ | |
3212 | $(INCDIR)/coff/pe.h \ | |
3213 | $(INCDIR)/filenames.h \ | |
3214 | $(INCDIR)/hashtab.h \ | |
3215 | coff-arm.c \ | |
3216 | coffcode.h \ | |
3217 | libcoff.h \ | |
3218 | libpei.h \ | |
3219 | peicode.h | |
3220 | pei-arm.lo: \ | |
3221 | pei-arm.c \ | |
3222 | $(INCDIR)/bfdlink.h \ | |
3223 | $(INCDIR)/coff/arm.h \ | |
3224 | $(INCDIR)/coff/external.h \ | |
3225 | $(INCDIR)/coff/internal.h \ | |
3226 | $(INCDIR)/coff/pe.h \ | |
3227 | $(INCDIR)/filenames.h \ | |
3228 | $(INCDIR)/hashtab.h \ | |
3229 | coff-arm.c \ | |
3230 | coffcode.h \ | |
3231 | libcoff.h \ | |
3232 | libpei.h \ | |
3233 | peicode.h | |
3234 | pe-arm-wince.lo: \ | |
3235 | pe-arm-wince.c \ | |
3236 | $(INCDIR)/bfdlink.h \ | |
3237 | $(INCDIR)/coff/arm.h \ | |
3238 | $(INCDIR)/coff/external.h \ | |
3239 | $(INCDIR)/coff/internal.h \ | |
3240 | $(INCDIR)/coff/pe.h \ | |
3241 | $(INCDIR)/filenames.h \ | |
3242 | $(INCDIR)/hashtab.h \ | |
3243 | coff-arm.c \ | |
3244 | coffcode.h \ | |
3245 | libcoff.h \ | |
3246 | libpei.h \ | |
3247 | pe-arm.c \ | |
3248 | peicode.h | |
3249 | pei-arm-wince.lo: \ | |
3250 | pei-arm-wince.c \ | |
3251 | $(INCDIR)/bfdlink.h \ | |
3252 | $(INCDIR)/coff/arm.h \ | |
3253 | $(INCDIR)/coff/external.h \ | |
3254 | $(INCDIR)/coff/internal.h \ | |
3255 | $(INCDIR)/coff/pe.h \ | |
3256 | $(INCDIR)/filenames.h \ | |
3257 | $(INCDIR)/hashtab.h \ | |
3258 | coff-arm.c \ | |
3259 | coffcode.h \ | |
3260 | libcoff.h \ | |
3261 | libpei.h \ | |
3262 | pei-arm.c \ | |
3263 | peicode.h | |
3264 | pe-i386.lo: \ | |
3265 | pe-i386.c \ | |
3266 | $(INCDIR)/bfdlink.h \ | |
3267 | $(INCDIR)/coff/external.h \ | |
3268 | $(INCDIR)/coff/i386.h \ | |
3269 | $(INCDIR)/coff/internal.h \ | |
3270 | $(INCDIR)/coff/pe.h \ | |
3271 | $(INCDIR)/filenames.h \ | |
3272 | $(INCDIR)/hashtab.h \ | |
3273 | coff-i386.c \ | |
3274 | coffcode.h \ | |
3275 | libcoff.h \ | |
3276 | libpei.h \ | |
3277 | peicode.h | |
3278 | pei-i386.lo: \ | |
3279 | pei-i386.c \ | |
3280 | $(INCDIR)/bfdlink.h \ | |
3281 | $(INCDIR)/coff/external.h \ | |
3282 | $(INCDIR)/coff/i386.h \ | |
3283 | $(INCDIR)/coff/internal.h \ | |
3284 | $(INCDIR)/coff/pe.h \ | |
3285 | $(INCDIR)/filenames.h \ | |
3286 | $(INCDIR)/hashtab.h \ | |
3287 | coff-i386.c \ | |
3288 | coffcode.h \ | |
3289 | libcoff.h \ | |
3290 | libpei.h \ | |
3291 | peicode.h | |
3292 | pe-mcore.lo: \ | |
3293 | pe-mcore.c \ | |
3294 | $(INCDIR)/bfdlink.h \ | |
3295 | $(INCDIR)/coff/external.h \ | |
3296 | $(INCDIR)/coff/internal.h \ | |
3297 | $(INCDIR)/coff/mcore.h \ | |
3298 | $(INCDIR)/coff/pe.h \ | |
3299 | $(INCDIR)/filenames.h \ | |
3300 | $(INCDIR)/hashtab.h \ | |
3301 | coff-mcore.c \ | |
3302 | coffcode.h \ | |
3303 | libcoff.h \ | |
3304 | libpei.h \ | |
3305 | peicode.h | |
3306 | pei-mcore.lo: \ | |
3307 | pei-mcore.c \ | |
3308 | $(INCDIR)/bfdlink.h \ | |
3309 | $(INCDIR)/coff/external.h \ | |
3310 | $(INCDIR)/coff/internal.h \ | |
3311 | $(INCDIR)/coff/mcore.h \ | |
3312 | $(INCDIR)/coff/pe.h \ | |
3313 | $(INCDIR)/filenames.h \ | |
3314 | $(INCDIR)/hashtab.h \ | |
3315 | coff-mcore.c \ | |
3316 | coffcode.h \ | |
3317 | libcoff.h \ | |
3318 | libpei.h \ | |
3319 | peicode.h | |
3320 | pe-ppc.lo: \ | |
3321 | pe-ppc.c \ | |
3322 | $(INCDIR)/bfdlink.h \ | |
3323 | $(INCDIR)/coff/external.h \ | |
3324 | $(INCDIR)/coff/internal.h \ | |
3325 | $(INCDIR)/coff/pe.h \ | |
3326 | $(INCDIR)/coff/powerpc.h \ | |
3327 | $(INCDIR)/filenames.h \ | |
3328 | $(INCDIR)/hashtab.h \ | |
3329 | coff-ppc.c \ | |
3330 | coffcode.h \ | |
3331 | libcoff.h \ | |
3332 | libpei.h \ | |
3333 | peicode.h | |
3334 | pei-ppc.lo: \ | |
3335 | pei-ppc.c \ | |
3336 | $(INCDIR)/bfdlink.h \ | |
3337 | $(INCDIR)/coff/external.h \ | |
3338 | $(INCDIR)/coff/internal.h \ | |
3339 | $(INCDIR)/coff/pe.h \ | |
3340 | $(INCDIR)/coff/powerpc.h \ | |
3341 | $(INCDIR)/filenames.h \ | |
3342 | $(INCDIR)/hashtab.h \ | |
3343 | coff-ppc.c \ | |
3344 | coffcode.h \ | |
3345 | libcoff.h \ | |
3346 | libpei.h \ | |
3347 | peicode.h | |
3348 | pe-sh.lo: \ | |
3349 | pe-sh.c \ | |
3350 | $(INCDIR)/bfdlink.h \ | |
3351 | $(INCDIR)/coff/external.h \ | |
3352 | $(INCDIR)/coff/internal.h \ | |
3353 | $(INCDIR)/coff/pe.h \ | |
3354 | $(INCDIR)/coff/sh.h \ | |
3355 | $(INCDIR)/filenames.h \ | |
3356 | $(INCDIR)/hashtab.h \ | |
3357 | $(INCDIR)/libiberty.h \ | |
3358 | coff-sh.c \ | |
3359 | coffcode.h \ | |
3360 | libcoff.h \ | |
3361 | libpei.h \ | |
3362 | peicode.h | |
3363 | pei-sh.lo: \ | |
3364 | pei-sh.c \ | |
3365 | $(INCDIR)/bfdlink.h \ | |
3366 | $(INCDIR)/coff/external.h \ | |
3367 | $(INCDIR)/coff/internal.h \ | |
3368 | $(INCDIR)/coff/pe.h \ | |
3369 | $(INCDIR)/coff/sh.h \ | |
3370 | $(INCDIR)/filenames.h \ | |
3371 | $(INCDIR)/hashtab.h \ | |
3372 | $(INCDIR)/libiberty.h \ | |
3373 | coff-sh.c \ | |
3374 | coffcode.h \ | |
3375 | libcoff.h \ | |
3376 | libpei.h \ | |
3377 | peicode.h | |
3378 | pe-mips.lo: \ | |
3379 | pe-mips.c \ | |
3380 | $(INCDIR)/bfdlink.h \ | |
3381 | $(INCDIR)/coff/external.h \ | |
3382 | $(INCDIR)/coff/internal.h \ | |
3383 | $(INCDIR)/coff/mipspe.h \ | |
3384 | $(INCDIR)/coff/pe.h \ | |
3385 | $(INCDIR)/filenames.h \ | |
3386 | $(INCDIR)/hashtab.h \ | |
3387 | coffcode.h \ | |
3388 | libcoff.h \ | |
3389 | libpei.h \ | |
3390 | peicode.h | |
3391 | pei-mips.lo: \ | |
3392 | pei-mips.c \ | |
3393 | $(INCDIR)/bfdlink.h \ | |
3394 | $(INCDIR)/coff/external.h \ | |
3395 | $(INCDIR)/coff/internal.h \ | |
3396 | $(INCDIR)/coff/mipspe.h \ | |
3397 | $(INCDIR)/coff/pe.h \ | |
3398 | $(INCDIR)/filenames.h \ | |
3399 | $(INCDIR)/hashtab.h \ | |
3400 | coffcode.h \ | |
3401 | libcoff.h \ | |
3402 | libpei.h \ | |
3403 | pe-mips.c \ | |
3404 | peicode.h | |
3405 | ppcboot.lo: \ | |
3406 | ppcboot.c \ | |
3407 | $(INCDIR)/filenames.h \ | |
3408 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 3409 | $(INCDIR)/safe-ctype.h |
9e097a72 AM |
3410 | reloc16.lo: \ |
3411 | reloc16.c \ | |
3412 | $(INCDIR)/bfdlink.h \ | |
3413 | $(INCDIR)/coff/internal.h \ | |
3414 | $(INCDIR)/filenames.h \ | |
3415 | $(INCDIR)/hashtab.h \ | |
3416 | genlink.h \ | |
ceae3e33 | 3417 | libcoff.h |
9e097a72 AM |
3418 | riscix.lo: \ |
3419 | riscix.c \ | |
3420 | $(INCDIR)/aout/aout64.h \ | |
3421 | $(INCDIR)/aout/ar.h \ | |
3422 | $(INCDIR)/aout/stab.def \ | |
3423 | $(INCDIR)/aout/stab_gnu.h \ | |
3424 | $(INCDIR)/bfdlink.h \ | |
3425 | $(INCDIR)/filenames.h \ | |
3426 | $(INCDIR)/hashtab.h \ | |
3427 | aout-target.h \ | |
3428 | libaout.h | |
3429 | sparclinux.lo: \ | |
3430 | sparclinux.c \ | |
3431 | $(INCDIR)/aout/aout64.h \ | |
3432 | $(INCDIR)/aout/ar.h \ | |
3433 | $(INCDIR)/aout/stab.def \ | |
3434 | $(INCDIR)/aout/stab_gnu.h \ | |
3435 | $(INCDIR)/bfdlink.h \ | |
3436 | $(INCDIR)/filenames.h \ | |
3437 | $(INCDIR)/hashtab.h \ | |
3438 | aout-target.h \ | |
3439 | libaout.h | |
3440 | sparclynx.lo: \ | |
3441 | sparclynx.c \ | |
3442 | $(INCDIR)/aout/aout64.h \ | |
3443 | $(INCDIR)/aout/ar.h \ | |
3444 | $(INCDIR)/aout/stab.def \ | |
3445 | $(INCDIR)/aout/stab_gnu.h \ | |
3446 | $(INCDIR)/aout/sun4.h \ | |
3447 | $(INCDIR)/bfdlink.h \ | |
3448 | $(INCDIR)/filenames.h \ | |
3449 | $(INCDIR)/hashtab.h \ | |
3450 | aout-target.h \ | |
3451 | libaout.h | |
3452 | sparcnetbsd.lo: \ | |
3453 | sparcnetbsd.c \ | |
3454 | $(INCDIR)/aout/aout64.h \ | |
3455 | $(INCDIR)/aout/ar.h \ | |
3456 | $(INCDIR)/aout/stab.def \ | |
3457 | $(INCDIR)/aout/stab_gnu.h \ | |
3458 | $(INCDIR)/bfdlink.h \ | |
3459 | $(INCDIR)/filenames.h \ | |
3460 | $(INCDIR)/hashtab.h \ | |
3461 | aout-target.h \ | |
3462 | libaout.h \ | |
3463 | netbsd.h | |
3464 | sunos.lo: \ | |
3465 | sunos.c \ | |
3466 | $(INCDIR)/aout/aout64.h \ | |
3467 | $(INCDIR)/aout/ar.h \ | |
3468 | $(INCDIR)/aout/stab.def \ | |
3469 | $(INCDIR)/aout/stab_gnu.h \ | |
3470 | $(INCDIR)/aout/sun4.h \ | |
3471 | $(INCDIR)/bfdlink.h \ | |
3472 | $(INCDIR)/filenames.h \ | |
3473 | $(INCDIR)/hashtab.h \ | |
3474 | aout-target.h \ | |
3475 | aoutf1.h \ | |
3476 | libaout.h | |
3477 | vaxnetbsd.lo: \ | |
3478 | vaxnetbsd.c \ | |
3479 | $(INCDIR)/aout/aout64.h \ | |
3480 | $(INCDIR)/aout/ar.h \ | |
3481 | $(INCDIR)/aout/stab.def \ | |
3482 | $(INCDIR)/aout/stab_gnu.h \ | |
3483 | $(INCDIR)/bfdlink.h \ | |
3484 | $(INCDIR)/filenames.h \ | |
3485 | $(INCDIR)/hashtab.h \ | |
3486 | aout-target.h \ | |
3487 | libaout.h \ | |
3488 | netbsd.h | |
3489 | vax1knetbsd.lo: \ | |
3490 | vax1knetbsd.c \ | |
3491 | $(INCDIR)/aout/aout64.h \ | |
3492 | $(INCDIR)/aout/ar.h \ | |
3493 | $(INCDIR)/aout/stab.def \ | |
3494 | $(INCDIR)/aout/stab_gnu.h \ | |
3495 | $(INCDIR)/bfdlink.h \ | |
3496 | $(INCDIR)/filenames.h \ | |
3497 | $(INCDIR)/hashtab.h \ | |
3498 | aout-target.h \ | |
3499 | libaout.h \ | |
3500 | netbsd.h | |
3501 | vaxbsd.lo: \ | |
3502 | vaxbsd.c \ | |
3503 | $(INCDIR)/aout/aout64.h \ | |
3504 | $(INCDIR)/aout/ar.h \ | |
3505 | $(INCDIR)/aout/stab.def \ | |
3506 | $(INCDIR)/aout/stab_gnu.h \ | |
3507 | $(INCDIR)/bfdlink.h \ | |
3508 | $(INCDIR)/filenames.h \ | |
3509 | $(INCDIR)/hashtab.h \ | |
3510 | aout-target.h \ | |
3511 | libaout.h | |
3512 | versados.lo: \ | |
3513 | versados.c \ | |
3514 | $(INCDIR)/filenames.h \ | |
3515 | $(INCDIR)/hashtab.h \ | |
62d8ad4f | 3516 | $(INCDIR)/libiberty.h |
9e097a72 AM |
3517 | vms.lo: \ |
3518 | vms.c \ | |
3519 | $(INCDIR)/bfdlink.h \ | |
3520 | $(INCDIR)/filenames.h \ | |
3521 | $(INCDIR)/hashtab.h \ | |
3522 | vms.h | |
3523 | vms-gsd.lo: \ | |
3524 | vms-gsd.c \ | |
3525 | $(INCDIR)/bfdlink.h \ | |
3526 | $(INCDIR)/filenames.h \ | |
3527 | $(INCDIR)/hashtab.h \ | |
3528 | vms.h | |
3529 | vms-hdr.lo: \ | |
3530 | vms-hdr.c \ | |
3531 | $(INCDIR)/bfdlink.h \ | |
3532 | $(INCDIR)/filenames.h \ | |
3533 | $(INCDIR)/hashtab.h \ | |
3534 | $(INCDIR)/safe-ctype.h \ | |
3535 | bfdver.h \ | |
62d8ad4f | 3536 | vms.h |
9e097a72 AM |
3537 | vms-misc.lo: \ |
3538 | vms-misc.c \ | |
3539 | $(INCDIR)/bfdlink.h \ | |
3540 | $(INCDIR)/filenames.h \ | |
3541 | $(INCDIR)/hashtab.h \ | |
3542 | vms.h | |
3543 | vms-tir.lo: \ | |
3544 | vms-tir.c \ | |
3545 | $(INCDIR)/bfdlink.h \ | |
3546 | $(INCDIR)/filenames.h \ | |
3547 | $(INCDIR)/hashtab.h \ | |
3548 | vms.h | |
3549 | vmsutil.lo: \ | |
3550 | vmsutil.c \ | |
3551 | vmsutil.h | |
3552 | xcofflink.lo: \ | |
3553 | xcofflink.c \ | |
3554 | $(INCDIR)/bfdlink.h \ | |
3555 | $(INCDIR)/coff/internal.h \ | |
3556 | $(INCDIR)/coff/xcoff.h \ | |
3557 | $(INCDIR)/filenames.h \ | |
3558 | $(INCDIR)/hashtab.h \ | |
3559 | $(INCDIR)/libiberty.h \ | |
3560 | libcoff.h \ | |
3561 | libxcoff.h | |
3562 | xsym.lo: \ | |
3563 | xsym.c \ | |
3564 | $(INCDIR)/alloca-conf.h \ | |
3565 | $(INCDIR)/filenames.h \ | |
3566 | $(INCDIR)/hashtab.h \ | |
3567 | xsym.h | |
3568 | xtensa-isa.lo: \ | |
3569 | xtensa-isa.c \ | |
3570 | $(INCDIR)/filenames.h \ | |
3571 | $(INCDIR)/hashtab.h \ | |
3572 | $(INCDIR)/xtensa-isa-internal.h \ | |
3573 | $(INCDIR)/xtensa-isa.h | |
3574 | xtensa-modules.lo: \ | |
3575 | xtensa-modules.c \ | |
3576 | $(INCDIR)/xtensa-isa-internal.h \ | |
3577 | $(INCDIR)/xtensa-isa.h | |
3578 | aix5ppc-core.lo: \ | |
3579 | aix5ppc-core.c \ | |
3580 | $(INCDIR)/filenames.h | |
3581 | aout64.lo: \ | |
3582 | aout64.c \ | |
3583 | $(INCDIR)/aout/aout64.h \ | |
3584 | $(INCDIR)/aout/ar.h \ | |
3585 | $(INCDIR)/aout/stab.def \ | |
3586 | $(INCDIR)/aout/stab_gnu.h \ | |
3587 | $(INCDIR)/bfdlink.h \ | |
3588 | $(INCDIR)/filenames.h \ | |
3589 | $(INCDIR)/hashtab.h \ | |
3590 | $(INCDIR)/safe-ctype.h \ | |
3591 | aoutx.h \ | |
3592 | libaout.h | |
3593 | coff-alpha.lo: \ | |
3594 | coff-alpha.c \ | |
3595 | $(INCDIR)/aout/ar.h \ | |
3596 | $(INCDIR)/bfdlink.h \ | |
3597 | $(INCDIR)/coff/alpha.h \ | |
3598 | $(INCDIR)/coff/ecoff.h \ | |
3599 | $(INCDIR)/coff/internal.h \ | |
3600 | $(INCDIR)/coff/sym.h \ | |
3601 | $(INCDIR)/coff/symconst.h \ | |
3602 | $(INCDIR)/filenames.h \ | |
3603 | $(INCDIR)/hashtab.h \ | |
3604 | coffswap.h \ | |
3605 | ecoffswap.h \ | |
3606 | libcoff.h \ | |
3607 | libecoff.h | |
3608 | coff64-rs6000.lo: \ | |
3609 | coff64-rs6000.c \ | |
3610 | $(INCDIR)/bfdlink.h \ | |
3611 | $(INCDIR)/coff/internal.h \ | |
3612 | $(INCDIR)/coff/rs6k64.h \ | |
3613 | $(INCDIR)/coff/xcoff.h \ | |
3614 | $(INCDIR)/filenames.h \ | |
3615 | $(INCDIR)/hashtab.h \ | |
3616 | coffcode.h \ | |
3617 | coffswap.h \ | |
3618 | libcoff.h \ | |
3619 | libxcoff.h | |
3620 | demo64.lo: \ | |
3621 | demo64.c \ | |
3622 | $(INCDIR)/aout/aout64.h \ | |
3623 | $(INCDIR)/aout/ar.h \ | |
3624 | $(INCDIR)/aout/stab.def \ | |
3625 | $(INCDIR)/aout/stab_gnu.h \ | |
3626 | $(INCDIR)/aout/sun4.h \ | |
3627 | $(INCDIR)/bfdlink.h \ | |
3628 | $(INCDIR)/filenames.h \ | |
3629 | $(INCDIR)/hashtab.h \ | |
3630 | aout-target.h \ | |
3631 | aoutf1.h \ | |
3632 | libaout.h | |
3633 | pei-ia64.lo: \ | |
3634 | pei-ia64.c \ | |
3635 | $(INCDIR)/bfdlink.h \ | |
3636 | $(INCDIR)/coff/external.h \ | |
3637 | $(INCDIR)/coff/ia64.h \ | |
3638 | $(INCDIR)/coff/internal.h \ | |
3639 | $(INCDIR)/coff/pe.h \ | |
3640 | $(INCDIR)/filenames.h \ | |
3641 | $(INCDIR)/hashtab.h \ | |
3642 | coff-ia64.c \ | |
3643 | coffcode.h \ | |
3644 | libcoff.h \ | |
3645 | libpei.h \ | |
3646 | peicode.h | |
3647 | elf64-x86-64.lo: \ | |
3648 | elf64-x86-64.c \ | |
3649 | $(INCDIR)/bfdlink.h \ | |
3650 | $(INCDIR)/elf/common.h \ | |
3651 | $(INCDIR)/elf/external.h \ | |
3652 | $(INCDIR)/elf/internal.h \ | |
3653 | $(INCDIR)/elf/reloc-macros.h \ | |
3654 | $(INCDIR)/elf/x86-64.h \ | |
3655 | $(INCDIR)/filenames.h \ | |
3656 | $(INCDIR)/hashtab.h \ | |
3657 | bfd_stdint.h \ | |
3658 | elf-bfd.h \ | |
a351bca6 | 3659 | elf64-target.h |
9e097a72 AM |
3660 | elf64-alpha.lo: \ |
3661 | elf64-alpha.c \ | |
3662 | $(INCDIR)/aout/ar.h \ | |
3663 | $(INCDIR)/bfdlink.h \ | |
3664 | $(INCDIR)/coff/alpha.h \ | |
3665 | $(INCDIR)/coff/ecoff.h \ | |
3666 | $(INCDIR)/coff/internal.h \ | |
3667 | $(INCDIR)/coff/sym.h \ | |
3668 | $(INCDIR)/coff/symconst.h \ | |
3669 | $(INCDIR)/elf/alpha.h \ | |
3670 | $(INCDIR)/elf/common.h \ | |
3671 | $(INCDIR)/elf/external.h \ | |
3672 | $(INCDIR)/elf/internal.h \ | |
3673 | $(INCDIR)/elf/reloc-macros.h \ | |
3674 | $(INCDIR)/filenames.h \ | |
3675 | $(INCDIR)/hashtab.h \ | |
3676 | ecoffswap.h \ | |
3677 | elf-bfd.h \ | |
3678 | elf64-target.h \ | |
3679 | libcoff.h \ | |
3680 | libecoff.h | |
3681 | elf64-hppa.lo: \ | |
3682 | elf64-hppa.c \ | |
3683 | $(INCDIR)/alloca-conf.h \ | |
3684 | $(INCDIR)/bfdlink.h \ | |
3685 | $(INCDIR)/elf/common.h \ | |
3686 | $(INCDIR)/elf/external.h \ | |
3687 | $(INCDIR)/elf/hppa.h \ | |
3688 | $(INCDIR)/elf/internal.h \ | |
3689 | $(INCDIR)/elf/reloc-macros.h \ | |
3690 | $(INCDIR)/filenames.h \ | |
3691 | $(INCDIR)/hashtab.h \ | |
3692 | elf-bfd.h \ | |
3693 | elf-hppa.h \ | |
3694 | elf64-hppa.h \ | |
3695 | elf64-target.h \ | |
3696 | libhppa.h | |
3697 | elf64-gen.lo: \ | |
3698 | elf64-gen.c \ | |
3699 | $(INCDIR)/bfdlink.h \ | |
3700 | $(INCDIR)/elf/common.h \ | |
3701 | $(INCDIR)/elf/external.h \ | |
3702 | $(INCDIR)/elf/internal.h \ | |
3703 | $(INCDIR)/filenames.h \ | |
3704 | $(INCDIR)/hashtab.h \ | |
3705 | elf-bfd.h \ | |
3706 | elf64-target.h | |
3707 | elfn32-mips.lo: \ | |
3708 | elfn32-mips.c \ | |
3709 | $(INCDIR)/bfdlink.h \ | |
3710 | $(INCDIR)/coff/ecoff.h \ | |
3711 | $(INCDIR)/coff/external.h \ | |
3712 | $(INCDIR)/coff/internal.h \ | |
3713 | $(INCDIR)/coff/mips.h \ | |
3714 | $(INCDIR)/coff/sym.h \ | |
3715 | $(INCDIR)/coff/symconst.h \ | |
3716 | $(INCDIR)/elf/common.h \ | |
3717 | $(INCDIR)/elf/external.h \ | |
3718 | $(INCDIR)/elf/internal.h \ | |
3719 | $(INCDIR)/elf/mips.h \ | |
3720 | $(INCDIR)/elf/reloc-macros.h \ | |
3721 | $(INCDIR)/filenames.h \ | |
3722 | $(INCDIR)/hashtab.h \ | |
3723 | ecoffswap.h \ | |
3724 | elf-bfd.h \ | |
3725 | elf32-target.h \ | |
3726 | elfxx-mips.h \ | |
3727 | genlink.h | |
3728 | elf64-mips.lo: \ | |
3729 | elf64-mips.c \ | |
3730 | $(INCDIR)/aout/ar.h \ | |
3731 | $(INCDIR)/bfdlink.h \ | |
3732 | $(INCDIR)/coff/alpha.h \ | |
3733 | $(INCDIR)/coff/ecoff.h \ | |
3734 | $(INCDIR)/coff/internal.h \ | |
3735 | $(INCDIR)/coff/sym.h \ | |
3736 | $(INCDIR)/coff/symconst.h \ | |
3737 | $(INCDIR)/elf/common.h \ | |
3738 | $(INCDIR)/elf/external.h \ | |
3739 | $(INCDIR)/elf/internal.h \ | |
3740 | $(INCDIR)/elf/mips.h \ | |
3741 | $(INCDIR)/elf/reloc-macros.h \ | |
3742 | $(INCDIR)/filenames.h \ | |
3743 | $(INCDIR)/hashtab.h \ | |
3744 | ecoffswap.h \ | |
3745 | elf-bfd.h \ | |
3746 | elf64-target.h \ | |
3747 | elfxx-mips.h \ | |
3748 | genlink.h | |
3749 | elf64-mmix.lo: \ | |
3750 | elf64-mmix.c \ | |
3751 | $(INCDIR)/bfdlink.h \ | |
3752 | $(INCDIR)/elf/common.h \ | |
3753 | $(INCDIR)/elf/external.h \ | |
3754 | $(INCDIR)/elf/internal.h \ | |
3755 | $(INCDIR)/elf/mmix.h \ | |
3756 | $(INCDIR)/elf/reloc-macros.h \ | |
3757 | $(INCDIR)/filenames.h \ | |
3758 | $(INCDIR)/hashtab.h \ | |
3759 | $(INCDIR)/opcode/mmix.h \ | |
3760 | elf-bfd.h \ | |
3761 | elf64-target.h | |
3762 | elf64-ppc.lo: \ | |
3763 | elf64-ppc.c \ | |
3764 | $(INCDIR)/bfdlink.h \ | |
3765 | $(INCDIR)/elf/common.h \ | |
3766 | $(INCDIR)/elf/external.h \ | |
3767 | $(INCDIR)/elf/internal.h \ | |
3768 | $(INCDIR)/elf/ppc64.h \ | |
3769 | $(INCDIR)/elf/reloc-macros.h \ | |
3770 | $(INCDIR)/filenames.h \ | |
3771 | $(INCDIR)/hashtab.h \ | |
3772 | elf-bfd.h \ | |
3773 | elf64-ppc.h \ | |
62d8ad4f | 3774 | elf64-target.h |
9e097a72 AM |
3775 | elf64-s390.lo: \ |
3776 | elf64-s390.c \ | |
3777 | $(INCDIR)/bfdlink.h \ | |
3778 | $(INCDIR)/elf/common.h \ | |
3779 | $(INCDIR)/elf/external.h \ | |
3780 | $(INCDIR)/elf/internal.h \ | |
3781 | $(INCDIR)/elf/reloc-macros.h \ | |
3782 | $(INCDIR)/elf/s390.h \ | |
3783 | $(INCDIR)/filenames.h \ | |
3784 | $(INCDIR)/hashtab.h \ | |
3785 | elf-bfd.h \ | |
62d8ad4f | 3786 | elf64-target.h |
9e097a72 AM |
3787 | elf32-score.lo: \ |
3788 | elf32-score.c \ | |
3789 | $(INCDIR)/bfdlink.h \ | |
3790 | $(INCDIR)/elf/common.h \ | |
3791 | $(INCDIR)/elf/external.h \ | |
3792 | $(INCDIR)/elf/internal.h \ | |
3793 | $(INCDIR)/elf/reloc-macros.h \ | |
3794 | $(INCDIR)/elf/score.h \ | |
3795 | $(INCDIR)/filenames.h \ | |
3796 | $(INCDIR)/hashtab.h \ | |
3797 | $(INCDIR)/libiberty.h \ | |
3798 | elf-bfd.h \ | |
3799 | elf32-score.h \ | |
3800 | elf32-target.h | |
3801 | elf32-score7.lo: \ | |
3802 | elf32-score7.c \ | |
3803 | $(INCDIR)/bfdlink.h \ | |
3804 | $(INCDIR)/elf/common.h \ | |
3805 | $(INCDIR)/elf/external.h \ | |
3806 | $(INCDIR)/elf/internal.h \ | |
3807 | $(INCDIR)/elf/reloc-macros.h \ | |
3808 | $(INCDIR)/elf/score.h \ | |
3809 | $(INCDIR)/filenames.h \ | |
3810 | $(INCDIR)/hashtab.h \ | |
3811 | $(INCDIR)/libiberty.h \ | |
3812 | elf-bfd.h \ | |
2b3decb5 | 3813 | elf32-score.h |
9e097a72 AM |
3814 | elf64-sh64.lo: \ |
3815 | elf64-sh64.c \ | |
3816 | $(INCDIR)/bfdlink.h \ | |
3817 | $(INCDIR)/elf/common.h \ | |
3818 | $(INCDIR)/elf/external.h \ | |
3819 | $(INCDIR)/elf/internal.h \ | |
3820 | $(INCDIR)/elf/reloc-macros.h \ | |
3821 | $(INCDIR)/elf/sh.h \ | |
3822 | $(INCDIR)/filenames.h \ | |
3823 | $(INCDIR)/hashtab.h \ | |
3824 | elf-bfd.h \ | |
3825 | elf64-target.h | |
3826 | elf64-sparc.lo: \ | |
3827 | elf64-sparc.c \ | |
3828 | $(INCDIR)/bfdlink.h \ | |
3829 | $(INCDIR)/elf/common.h \ | |
3830 | $(INCDIR)/elf/external.h \ | |
3831 | $(INCDIR)/elf/internal.h \ | |
3832 | $(INCDIR)/elf/reloc-macros.h \ | |
3833 | $(INCDIR)/elf/sparc.h \ | |
3834 | $(INCDIR)/filenames.h \ | |
3835 | $(INCDIR)/hashtab.h \ | |
3836 | $(INCDIR)/opcode/sparc.h \ | |
3837 | elf-bfd.h \ | |
3838 | elf64-target.h \ | |
3839 | elfxx-sparc.h | |
3840 | elf64.lo: \ | |
3841 | elf64.c \ | |
3842 | $(INCDIR)/bfdlink.h \ | |
3843 | $(INCDIR)/elf/common.h \ | |
3844 | $(INCDIR)/elf/external.h \ | |
3845 | $(INCDIR)/elf/internal.h \ | |
3846 | $(INCDIR)/filenames.h \ | |
3847 | $(INCDIR)/hashtab.h \ | |
3848 | $(INCDIR)/libiberty.h \ | |
3849 | elf-bfd.h \ | |
3850 | elfcode.h \ | |
3851 | elfcore.h | |
3852 | mmo.lo: \ | |
3853 | mmo.c \ | |
3854 | $(INCDIR)/elf/mmix.h \ | |
3855 | $(INCDIR)/elf/reloc-macros.h \ | |
3856 | $(INCDIR)/filenames.h \ | |
3857 | $(INCDIR)/hashtab.h \ | |
3858 | $(INCDIR)/libiberty.h \ | |
62d8ad4f | 3859 | $(INCDIR)/opcode/mmix.h |
9e097a72 AM |
3860 | nlm32-alpha.lo: \ |
3861 | nlm32-alpha.c \ | |
3862 | $(INCDIR)/filenames.h \ | |
3863 | $(INCDIR)/hashtab.h \ | |
3864 | $(INCDIR)/nlm/alpha-ext.h \ | |
3865 | $(INCDIR)/nlm/common.h \ | |
3866 | $(INCDIR)/nlm/external.h \ | |
3867 | $(INCDIR)/nlm/internal.h \ | |
3868 | libnlm.h \ | |
3869 | nlm-target.h \ | |
3870 | nlmswap.h | |
3871 | nlm64.lo: \ | |
3872 | nlm64.c \ | |
3873 | $(INCDIR)/filenames.h \ | |
3874 | $(INCDIR)/hashtab.h \ | |
3875 | $(INCDIR)/nlm/common.h \ | |
3876 | $(INCDIR)/nlm/external.h \ | |
3877 | $(INCDIR)/nlm/internal.h \ | |
3878 | libnlm.h \ | |
3879 | nlmcode.h | |
3880 | coff-x86_64.lo: \ | |
3881 | coff-x86_64.c \ | |
3882 | $(INCDIR)/bfdlink.h \ | |
3883 | $(INCDIR)/coff/external.h \ | |
3884 | $(INCDIR)/coff/internal.h \ | |
3885 | $(INCDIR)/coff/pe.h \ | |
3886 | $(INCDIR)/coff/x86_64.h \ | |
3887 | $(INCDIR)/filenames.h \ | |
3888 | $(INCDIR)/hashtab.h \ | |
3889 | $(INCDIR)/libiberty.h \ | |
3890 | coffcode.h \ | |
3891 | coffswap.h \ | |
3892 | libcoff.h | |
3893 | pe-x86_64.lo: \ | |
3894 | pe-x86_64.c \ | |
3895 | $(INCDIR)/bfdlink.h \ | |
3896 | $(INCDIR)/coff/external.h \ | |
3897 | $(INCDIR)/coff/internal.h \ | |
3898 | $(INCDIR)/coff/pe.h \ | |
3899 | $(INCDIR)/coff/x86_64.h \ | |
3900 | $(INCDIR)/filenames.h \ | |
3901 | $(INCDIR)/hashtab.h \ | |
3902 | $(INCDIR)/libiberty.h \ | |
3903 | coff-x86_64.c \ | |
3904 | coffcode.h \ | |
3905 | libcoff.h \ | |
3906 | libpei.h \ | |
3907 | peicode.h | |
3908 | pei-x86_64.lo: \ | |
3909 | pei-x86_64.c \ | |
3910 | $(INCDIR)/bfdlink.h \ | |
3911 | $(INCDIR)/coff/external.h \ | |
3912 | $(INCDIR)/coff/internal.h \ | |
3913 | $(INCDIR)/coff/pe.h \ | |
3914 | $(INCDIR)/coff/x86_64.h \ | |
3915 | $(INCDIR)/filenames.h \ | |
3916 | $(INCDIR)/hashtab.h \ | |
3917 | $(INCDIR)/libiberty.h \ | |
3918 | coff-x86_64.c \ | |
3919 | coffcode.h \ | |
3920 | libcoff.h \ | |
3921 | libpei.h \ | |
3922 | peicode.h | |
3923 | aix386-core.lo: \ | |
3924 | aix386-core.c \ | |
3925 | $(INCDIR)/bfdlink.h \ | |
3926 | $(INCDIR)/coff/external.h \ | |
3927 | $(INCDIR)/coff/i386.h \ | |
3928 | $(INCDIR)/coff/internal.h \ | |
3929 | $(INCDIR)/filenames.h \ | |
3930 | $(INCDIR)/hashtab.h \ | |
3931 | libcoff.h | |
3932 | hpux-core.lo: \ | |
3933 | hpux-core.c \ | |
3934 | $(INCDIR)/filenames.h \ | |
3935 | $(INCDIR)/hashtab.h | |
3936 | irix-core.lo: \ | |
3937 | irix-core.c \ | |
3938 | $(INCDIR)/filenames.h \ | |
3939 | $(INCDIR)/hashtab.h | |
3940 | lynx-core.lo: \ | |
3941 | lynx-core.c \ | |
3942 | $(INCDIR)/filenames.h \ | |
3943 | $(INCDIR)/hashtab.h | |
3944 | osf-core.lo: \ | |
3945 | osf-core.c \ | |
3946 | $(INCDIR)/filenames.h \ | |
3947 | $(INCDIR)/hashtab.h | |
3948 | sco5-core.lo: \ | |
3949 | sco5-core.c \ | |
3950 | $(INCDIR)/bfdlink.h \ | |
3951 | $(INCDIR)/filenames.h \ | |
3952 | $(INCDIR)/hashtab.h \ | |
3953 | libaout.h | |
3954 | trad-core.lo: \ | |
3955 | trad-core.c \ | |
3956 | $(INCDIR)/bfdlink.h \ | |
3957 | $(INCDIR)/filenames.h \ | |
3958 | $(INCDIR)/hashtab.h \ | |
3959 | libaout.h | |
3960 | cisco-core.lo: \ | |
3961 | cisco-core.c \ | |
3962 | $(INCDIR)/filenames.h \ | |
3963 | $(INCDIR)/hashtab.h | |
3964 | elf32-ia64.lo: \ | |
3965 | elf32-ia64.c \ | |
3966 | $(INCDIR)/bfdlink.h \ | |
3967 | $(INCDIR)/elf/common.h \ | |
3968 | $(INCDIR)/elf/external.h \ | |
3969 | $(INCDIR)/elf/ia64.h \ | |
3970 | $(INCDIR)/elf/internal.h \ | |
3971 | $(INCDIR)/elf/reloc-macros.h \ | |
3972 | $(INCDIR)/filenames.h \ | |
3973 | $(INCDIR)/hashtab.h \ | |
3974 | $(INCDIR)/objalloc.h \ | |
3975 | $(INCDIR)/opcode/ia64.h \ | |
3976 | elf-bfd.h \ | |
782e11fd | 3977 | elf32-target.h |
9e097a72 AM |
3978 | elf64-ia64.lo: \ |
3979 | elf64-ia64.c \ | |
3980 | $(INCDIR)/bfdlink.h \ | |
3981 | $(INCDIR)/elf/common.h \ | |
3982 | $(INCDIR)/elf/external.h \ | |
3983 | $(INCDIR)/elf/ia64.h \ | |
3984 | $(INCDIR)/elf/internal.h \ | |
3985 | $(INCDIR)/elf/reloc-macros.h \ | |
3986 | $(INCDIR)/filenames.h \ | |
3987 | $(INCDIR)/hashtab.h \ | |
3988 | $(INCDIR)/objalloc.h \ | |
3989 | $(INCDIR)/opcode/ia64.h \ | |
3990 | elf-bfd.h \ | |
782e11fd | 3991 | elf64-target.h |
9e097a72 AM |
3992 | peigen.lo: \ |
3993 | peigen.c \ | |
3994 | $(INCDIR)/bfdlink.h \ | |
3995 | $(INCDIR)/coff/external.h \ | |
3996 | $(INCDIR)/coff/i386.h \ | |
3997 | $(INCDIR)/coff/internal.h \ | |
3998 | $(INCDIR)/coff/pe.h \ | |
3999 | $(INCDIR)/filenames.h \ | |
4000 | $(INCDIR)/hashtab.h \ | |
4001 | libcoff.h \ | |
4002 | libpei.h | |
4003 | pepigen.lo: \ | |
4004 | pepigen.c \ | |
4005 | $(INCDIR)/bfdlink.h \ | |
4006 | $(INCDIR)/coff/external.h \ | |
4007 | $(INCDIR)/coff/ia64.h \ | |
4008 | $(INCDIR)/coff/internal.h \ | |
4009 | $(INCDIR)/coff/pe.h \ | |
4010 | $(INCDIR)/filenames.h \ | |
4011 | $(INCDIR)/hashtab.h \ | |
4012 | libcoff.h \ | |
4013 | libpei.h | |
4014 | pex64igen.lo: \ | |
4015 | pex64igen.c \ | |
4016 | $(INCDIR)/bfdlink.h \ | |
4017 | $(INCDIR)/coff/external.h \ | |
4018 | $(INCDIR)/coff/internal.h \ | |
4019 | $(INCDIR)/coff/pe.h \ | |
4020 | $(INCDIR)/coff/x86_64.h \ | |
4021 | $(INCDIR)/filenames.h \ | |
4022 | $(INCDIR)/hashtab.h \ | |
4023 | libcoff.h \ | |
4024 | libpei.h | |
252b5132 | 4025 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |