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