]>
Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | ## Process this file with automake to generate Makefile.in |
2 | ||
2251dd89 | 3 | AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu |
79887925 | 4 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
252b5132 RH |
5 | |
6 | SUBDIRS = doc po | |
bfbdcf04 DJ |
7 | # Automake should figure this out on its own. It doesn't, because |
8 | # of the "cygnus" option. But distclean still wants it. | |
9 | DIST_SUBDIRS = $(SUBDIRS) | |
252b5132 RH |
10 | |
11 | tooldir = $(exec_prefix)/$(target_alias) | |
12 | ||
9c46fb1b AM |
13 | YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi` |
14 | LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi` | |
252b5132 | 15 | |
6008641e DJ |
16 | # We have to set this, because autoconf 2.59 does not substitute YFLAGS. |
17 | # Autoconf 2.61 does, so this can be removed when we upgrade. | |
18 | YFLAGS = | |
19 | ||
a2d91340 | 20 | WARN_CFLAGS = @WARN_CFLAGS@ |
9e9b66a9 | 21 | NO_WERROR = @NO_WERROR@ |
a2d91340 AC |
22 | AM_CFLAGS = $(WARN_CFLAGS) |
23 | ||
41b49281 | 24 | MKDEP = gcc -MM |
252b5132 RH |
25 | |
26 | TARG_CPU = @target_cpu_type@ | |
27 | TARG_CPU_C = $(srcdir)/config/tc-@[email protected] | |
28 | TARG_CPU_O = tc-@[email protected] | |
29 | TARG_CPU_H = $(srcdir)/config/tc-@[email protected] | |
30 | OBJ_FORMAT_C = $(srcdir)/config/obj-@[email protected] | |
31 | OBJ_FORMAT_O = obj-@[email protected] | |
32 | OBJ_FORMAT_H = $(srcdir)/config/obj-@[email protected] | |
33 | TARG_ENV_H = $(srcdir)/config/te-@[email protected] | |
34 | ATOF_TARG_C = $(srcdir)/config/atof-@[email protected] | |
35 | ATOF_TARG_O = atof-@[email protected] | |
36 | ||
37 | # use @target_cpu_type@ for refering to configured target name | |
12e64c2c | 38 | IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h |
252b5132 RH |
39 | IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c |
40 | IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@[email protected] | |
41 | IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o | |
42 | ||
43 | # CPU types. This is only used for dependency information. | |
44 | ||
45 | CPU_TYPES = \ | |
252b5132 RH |
46 | alpha \ |
47 | arc \ | |
48 | arm \ | |
ec694b89 | 49 | avr \ |
07c1b327 | 50 | bfin \ |
3d3d428f | 51 | cr16 \ |
3bcbcc3d | 52 | cris \ |
1fe1f39c | 53 | crx \ |
252b5132 RH |
54 | d10v \ |
55 | d30v \ | |
d172d4ba | 56 | dlx \ |
252b5132 | 57 | fr30 \ |
0ebb9a87 | 58 | frv \ |
252b5132 | 59 | h8300 \ |
252b5132 | 60 | hppa \ |
5b93d8bb | 61 | i370 \ |
252b5132 RH |
62 | i386 \ |
63 | i860 \ | |
64 | i960 \ | |
f26a5955 | 65 | ia64 \ |
a40cbfa3 | 66 | ip2k \ |
49f58d10 | 67 | m32c \ |
252b5132 | 68 | m32r \ |
60bcf0fa | 69 | m68hc11 \ |
252b5132 | 70 | m68k \ |
f26a5955 | 71 | maxq \ |
252b5132 | 72 | mcore \ |
280d71bf | 73 | mep \ |
252b5132 | 74 | mips \ |
3c3bdf30 | 75 | mmix \ |
252b5132 RH |
76 | mn10200 \ |
77 | mn10300 \ | |
2469cfa2 | 78 | msp430 \ |
f26a5955 | 79 | mt \ |
252b5132 | 80 | ns32k \ |
c7e40348 | 81 | openrisc \ |
3b16e843 | 82 | or32 \ |
e135f41b | 83 | pdp11 \ |
041dd5a9 | 84 | pj \ |
252b5132 | 85 | ppc \ |
a85d7ed0 | 86 | s390 \ |
1c0d3aa6 | 87 | score \ |
252b5132 | 88 | sh \ |
eb1e0e80 | 89 | sh64 \ |
252b5132 | 90 | sparc \ |
e9f53129 | 91 | spu \ |
252b5132 | 92 | tic30 \ |
98199d8f | 93 | tic4x \ |
39bec121 | 94 | tic54x \ |
252b5132 | 95 | v850 \ |
f26a5955 | 96 | vax \ |
d70c5fc7 | 97 | xc16x \ |
f26a5955 | 98 | xstormy16 \ |
e0001a05 | 99 | xtensa \ |
3c9b82ba | 100 | z80 \ |
252b5132 RH |
101 | z8k |
102 | ||
103 | # Object format types. This is only used for dependency information. | |
98aa84af | 104 | # We deliberately omit SOM, since it does not work as a cross assembler. |
252b5132 RH |
105 | |
106 | OBJ_FORMATS = \ | |
107 | aout \ | |
252b5132 RH |
108 | coff \ |
109 | ecoff \ | |
110 | elf \ | |
12e64c2c | 111 | evax |
252b5132 RH |
112 | |
113 | # This is an sh case which sets valid according to whether the CPU | |
114 | # type in the shell variable c and the OS type in the shell variable o | |
115 | # are supported. This helps cuts down on the amount of dependency | |
116 | # information. | |
117 | ||
118 | CPU_OBJ_VALID = \ | |
119 | valid= ; \ | |
120 | case $$o in \ | |
121 | aout) \ | |
122 | case $$c in \ | |
7be1c489 | 123 | arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tic30 | vax) \ |
252b5132 RH |
124 | valid=yes ;; \ |
125 | esac ;; \ | |
f26a5955 | 126 | coff) \ |
43c34dee | 127 | case $$c in \ |
f26a5955 AM |
128 | arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \ |
129 | | ppc | sh | sparc | tic* | xscale | z80 | z8k) \ | |
130 | valid=yes ;; \ | |
43c34dee | 131 | esac ;; \ |
252b5132 RH |
132 | ecoff) \ |
133 | case $$c in \ | |
134 | mips | alpha) valid=yes ;; \ | |
135 | esac ;; \ | |
f26a5955 AM |
136 | elf) valid=yes ; \ |
137 | case $$c in \ | |
138 | maxq | ns32k | tic* | z80 | z8k) valid= ;; \ | |
139 | esac ;; \ | |
252b5132 RH |
140 | evax) \ |
141 | case $$c in \ | |
142 | alpha) valid=yes ;; \ | |
143 | esac ;; \ | |
252b5132 RH |
144 | vms) \ |
145 | case $$c in \ | |
146 | vax) valid=yes ;; \ | |
147 | esac ;; \ | |
148 | esac; | |
149 | ||
16adf844 | 150 | # These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case. |
252b5132 | 151 | |
3bcbcc3d | 152 | MULTI_CPU_TYPES = i386 mips cris |
16adf844 AM |
153 | |
154 | MULTI_CPU_OBJ_VALID = \ | |
252b5132 | 155 | valid= ; \ |
16adf844 AM |
156 | case $$o in \ |
157 | aout) \ | |
158 | case $$c in \ | |
3bcbcc3d HPN |
159 | i386 | cris) valid=yes ;; \ |
160 | esac ;; \ | |
161 | coff) \ | |
162 | case $$c in \ | |
163 | i386 | mips) valid=yes ;; \ | |
16adf844 | 164 | esac ;; \ |
16adf844 AM |
165 | ecoff) \ |
166 | case $$c in \ | |
167 | mips) valid=yes ;; \ | |
168 | esac ;; \ | |
169 | elf) valid=yes ;; \ | |
252b5132 RH |
170 | esac; |
171 | ||
172 | # Regular source files. | |
173 | ||
174 | GAS_CFILES = \ | |
175 | app.c \ | |
176 | as.c \ | |
177 | atof-generic.c \ | |
252b5132 RH |
178 | cond.c \ |
179 | depend.c \ | |
fac0d250 | 180 | dwarf2dbg.c \ |
54cfded0 | 181 | dw2gencfi.c \ |
252b5132 RH |
182 | ecoff.c \ |
183 | ehopt.c \ | |
184 | expr.c \ | |
185 | flonum-copy.c \ | |
186 | flonum-konst.c \ | |
187 | flonum-mult.c \ | |
188 | frags.c \ | |
189 | hash.c \ | |
190 | input-file.c \ | |
191 | input-scrub.c \ | |
192 | listing.c \ | |
193 | literal.c \ | |
194 | macro.c \ | |
195 | messages.c \ | |
196 | output-file.c \ | |
197 | read.c \ | |
3d6b762c | 198 | remap.c \ |
252b5132 RH |
199 | sb.c \ |
200 | stabs.c \ | |
201 | subsegs.c \ | |
202 | symbols.c \ | |
203 | write.c | |
204 | ||
bd3ba5d1 | 205 | CFILES = $(GAS_CFILES) itbl-ops.c cgen.c |
252b5132 RH |
206 | |
207 | HFILES = \ | |
208 | as.h \ | |
209 | asintl.h \ | |
210 | bignum.h \ | |
211 | bit_fix.h \ | |
212 | cgen.h \ | |
fac0d250 | 213 | dwarf2dbg.h \ |
54cfded0 | 214 | dw2gencfi.h \ |
252b5132 RH |
215 | ecoff.h \ |
216 | emul-target.h \ | |
217 | emul.h \ | |
218 | expr.h \ | |
219 | flonum.h \ | |
220 | frags.h \ | |
221 | hash.h \ | |
222 | input-file.h \ | |
b16b813f | 223 | itbl-lex.h \ |
252b5132 RH |
224 | itbl-ops.h \ |
225 | listing.h \ | |
226 | macro.h \ | |
227 | obj.h \ | |
228 | output-file.h \ | |
229 | read.h \ | |
230 | sb.h \ | |
231 | struc-symbol.h \ | |
232 | subsegs.h \ | |
233 | symbols.h \ | |
234 | tc.h \ | |
235 | write.h | |
236 | ||
237 | # CPU files in config. | |
238 | ||
239 | TARGET_CPU_CFILES = \ | |
252b5132 RH |
240 | config/tc-alpha.c \ |
241 | config/tc-arc.c \ | |
242 | config/tc-arm.c \ | |
ec694b89 | 243 | config/tc-avr.c \ |
07c1b327 | 244 | config/tc-bfin.c \ |
3d3d428f | 245 | config/tc-cr16.c \ |
3bcbcc3d | 246 | config/tc-cris.c \ |
1fe1f39c | 247 | config/tc-crx.c \ |
252b5132 RH |
248 | config/tc-d10v.c \ |
249 | config/tc-d30v.c \ | |
d172d4ba | 250 | config/tc-dlx.c \ |
a4835b42 | 251 | config/tc-fr30.c \ |
0ebb9a87 | 252 | config/tc-frv.c \ |
252b5132 | 253 | config/tc-h8300.c \ |
252b5132 | 254 | config/tc-hppa.c \ |
800eeca4 | 255 | config/tc-ia64.c \ |
5b93d8bb | 256 | config/tc-i370.c \ |
252b5132 RH |
257 | config/tc-i386.c \ |
258 | config/tc-i860.c \ | |
259 | config/tc-i960.c \ | |
a40cbfa3 | 260 | config/tc-ip2k.c \ |
bd3ba5d1 | 261 | config/tc-iq2000.c \ |
49f58d10 | 262 | config/tc-m32c.c \ |
252b5132 | 263 | config/tc-m32r.c \ |
60bcf0fa | 264 | config/tc-m68hc11.c \ |
252b5132 | 265 | config/tc-m68k.c \ |
bd3ba5d1 | 266 | config/tc-maxq.c \ |
252b5132 | 267 | config/tc-mcore.c \ |
280d71bf | 268 | config/tc-mep.c \ |
252b5132 | 269 | config/tc-mips.c \ |
3c3bdf30 | 270 | config/tc-mmix.c \ |
252b5132 RH |
271 | config/tc-mn10200.c \ |
272 | config/tc-mn10300.c \ | |
2469cfa2 | 273 | config/tc-msp430.c \ |
bd3ba5d1 | 274 | config/tc-mt.c \ |
252b5132 | 275 | config/tc-ns32k.c \ |
c7e40348 | 276 | config/tc-openrisc.c \ |
3b16e843 | 277 | config/tc-or32.c \ |
e135f41b | 278 | config/tc-pdp11.c \ |
041dd5a9 | 279 | config/tc-pj.c \ |
252b5132 | 280 | config/tc-ppc.c \ |
a85d7ed0 | 281 | config/tc-s390.c \ |
1c0d3aa6 | 282 | config/tc-score.c \ |
252b5132 | 283 | config/tc-sh.c \ |
324bfcf3 | 284 | config/tc-sh64.c \ |
252b5132 | 285 | config/tc-sparc.c \ |
e9f53129 | 286 | config/tc-spu.c \ |
252b5132 | 287 | config/tc-tic30.c \ |
bd3ba5d1 | 288 | config/tc-tic4x.c \ |
39bec121 | 289 | config/tc-tic54x.c \ |
252b5132 | 290 | config/tc-vax.c \ |
252b5132 | 291 | config/tc-v850.c \ |
93fbbb04 | 292 | config/tc-xstormy16.c \ |
d70c5fc7 | 293 | config/tc-xc16x.c \ |
e0001a05 | 294 | config/tc-xtensa.c \ |
3c9b82ba | 295 | config/tc-z80.c \ |
bd3ba5d1 NC |
296 | config/tc-z8k.c \ |
297 | config/xtensa-relax.c | |
252b5132 RH |
298 | |
299 | TARGET_CPU_HFILES = \ | |
252b5132 RH |
300 | config/tc-alpha.h \ |
301 | config/tc-arc.h \ | |
302 | config/tc-arm.h \ | |
ec694b89 | 303 | config/tc-avr.h \ |
07c1b327 | 304 | config/tc-bfin.h \ |
3d3d428f | 305 | config/tc-cr16.h \ |
3bcbcc3d | 306 | config/tc-cris.h \ |
1fe1f39c | 307 | config/tc-crx.h \ |
252b5132 RH |
308 | config/tc-d10v.h \ |
309 | config/tc-d30v.h \ | |
d172d4ba | 310 | config/tc-dlx.h \ |
a4835b42 | 311 | config/tc-fr30.h \ |
0ebb9a87 | 312 | config/tc-frv.h \ |
252b5132 | 313 | config/tc-h8300.h \ |
252b5132 | 314 | config/tc-hppa.h \ |
800eeca4 | 315 | config/tc-ia64.h \ |
5b93d8bb | 316 | config/tc-i370.h \ |
252b5132 RH |
317 | config/tc-i386.h \ |
318 | config/tc-i860.h \ | |
319 | config/tc-i960.h \ | |
a40cbfa3 | 320 | config/tc-ip2k.h \ |
bd3ba5d1 | 321 | config/tc-iq2000.h \ |
49f58d10 | 322 | config/tc-m32c.h \ |
252b5132 | 323 | config/tc-m32r.h \ |
60bcf0fa | 324 | config/tc-m68hc11.h \ |
252b5132 | 325 | config/tc-m68k.h \ |
bd3ba5d1 | 326 | config/tc-maxq.h \ |
252b5132 | 327 | config/tc-mcore.h \ |
280d71bf | 328 | config/tc-mep.h \ |
252b5132 | 329 | config/tc-mips.h \ |
3c3bdf30 | 330 | config/tc-mmix.h \ |
252b5132 RH |
331 | config/tc-mn10200.h \ |
332 | config/tc-mn10300.h \ | |
2469cfa2 | 333 | config/tc-msp430.h \ |
bd3ba5d1 | 334 | config/tc-mt.h \ |
252b5132 | 335 | config/tc-ns32k.h \ |
c7e40348 | 336 | config/tc-openrisc.h \ |
3b16e843 | 337 | config/tc-or32.h \ |
e135f41b | 338 | config/tc-pdp11.h \ |
041dd5a9 | 339 | config/tc-pj.h \ |
252b5132 | 340 | config/tc-ppc.h \ |
a85d7ed0 | 341 | config/tc-s390.h \ |
1c0d3aa6 | 342 | config/tc-score.h \ |
252b5132 | 343 | config/tc-sh.h \ |
324bfcf3 | 344 | config/tc-sh64.h \ |
252b5132 | 345 | config/tc-sparc.h \ |
e9f53129 | 346 | config/tc-spu.h \ |
252b5132 | 347 | config/tc-tic30.h \ |
bd3ba5d1 | 348 | config/tc-tic4x.h \ |
39bec121 | 349 | config/tc-tic54x.h \ |
252b5132 | 350 | config/tc-vax.h \ |
252b5132 | 351 | config/tc-v850.h \ |
93fbbb04 | 352 | config/tc-xstormy16.h \ |
d70c5fc7 | 353 | config/tc-xc16x.h \ |
e0001a05 | 354 | config/tc-xtensa.h \ |
3c9b82ba | 355 | config/tc-z80.h \ |
bd3ba5d1 NC |
356 | config/tc-z8k.h \ |
357 | config/xtensa-relax.h | |
252b5132 RH |
358 | |
359 | # OBJ files in config | |
360 | ||
361 | OBJ_FORMAT_CFILES = \ | |
362 | config/obj-aout.c \ | |
252b5132 RH |
363 | config/obj-coff.c \ |
364 | config/obj-ecoff.c \ | |
365 | config/obj-elf.c \ | |
366 | config/obj-evax.c \ | |
ec91a2c2 | 367 | config/obj-som.c |
252b5132 RH |
368 | |
369 | OBJ_FORMAT_HFILES = \ | |
370 | config/obj-aout.h \ | |
252b5132 RH |
371 | config/obj-coff.h \ |
372 | config/obj-ecoff.h \ | |
373 | config/obj-elf.h \ | |
374 | config/obj-evax.h \ | |
ec91a2c2 | 375 | config/obj-som.h |
252b5132 RH |
376 | |
377 | # Emulation header files in config | |
378 | ||
379 | TARG_ENV_HFILES = \ | |
380 | config/te-386bsd.h \ | |
bd3ba5d1 NC |
381 | config/te-aix5.h \ |
382 | config/te-armeabi.h \ | |
c820d418 | 383 | config/te-armlinuxeabi.h \ |
252b5132 | 384 | config/te-dynix.h \ |
a4835b42 | 385 | config/te-epoc-pe.h \ |
bd3ba5d1 | 386 | config/te-freebsd.h \ |
252b5132 | 387 | config/te-generic.h \ |
bd3ba5d1 | 388 | config/te-gnu.h \ |
252b5132 | 389 | config/te-go32.h \ |
252b5132 | 390 | config/te-hppa.h \ |
3438adb3 AM |
391 | config/te-hppa64.h \ |
392 | config/te-hppalinux64.h \ | |
252b5132 | 393 | config/te-i386aix.h \ |
7463c317 | 394 | config/te-ia64aix.h \ |
bd3ba5d1 | 395 | config/te-interix.h \ |
252b5132 RH |
396 | config/te-lnews.h \ |
397 | config/te-lynx.h \ | |
398 | config/te-mach.h \ | |
399 | config/te-macos.h \ | |
252b5132 RH |
400 | config/te-nbsd.h \ |
401 | config/te-nbsd532.h \ | |
32137342 | 402 | config/te-netware.h \ |
252b5132 RH |
403 | config/te-pc532mach.h \ |
404 | config/te-pe.h \ | |
252b5132 RH |
405 | config/te-psos.h \ |
406 | config/te-riscix.h \ | |
407 | config/te-sparcaout.h \ | |
408 | config/te-sun3.h \ | |
409 | config/te-svr4.h \ | |
e5a52504 | 410 | config/te-symbian.h \ |
7148cc28 | 411 | config/te-tmips.h \ |
bd3ba5d1 | 412 | config/te-vxworks.h \ |
7148cc28 | 413 | config/te-wince-pe.h |
252b5132 RH |
414 | |
415 | # Multi files in config | |
416 | ||
417 | MULTI_CFILES = \ | |
3bcbcc3d HPN |
418 | config/e-crisaout.c \ |
419 | config/e-criself.c \ | |
4c63da97 | 420 | config/e-i386aout.c \ |
252b5132 RH |
421 | config/e-i386coff.c \ |
422 | config/e-i386elf.c \ | |
423 | config/e-mipsecoff.c \ | |
424 | config/e-mipself.c | |
425 | ||
426 | CONFIG_OBJS = \ | |
427 | $(TARG_CPU_O) \ | |
428 | $(OBJ_FORMAT_O) \ | |
429 | $(ATOF_TARG_O) \ | |
430 | $(extra_objects) | |
431 | ||
432 | GENERIC_OBJS = \ | |
433 | app.o \ | |
434 | as.o \ | |
435 | atof-generic.o \ | |
252b5132 RH |
436 | cond.o \ |
437 | depend.o \ | |
fac0d250 | 438 | dwarf2dbg.o \ |
54cfded0 | 439 | dw2gencfi.o \ |
252b5132 RH |
440 | ehopt.o \ |
441 | expr.o \ | |
442 | flonum-konst.o \ | |
443 | flonum-copy.o \ | |
444 | flonum-mult.o \ | |
445 | frags.o \ | |
446 | hash.o \ | |
447 | input-file.o \ | |
448 | input-scrub.o \ | |
449 | literal.o \ | |
450 | messages.o \ | |
451 | output-file.o \ | |
452 | read.o \ | |
3d6b762c | 453 | remap.o \ |
252b5132 RH |
454 | subsegs.o \ |
455 | symbols.o \ | |
456 | write.o \ | |
457 | listing.o \ | |
458 | ecoff.o \ | |
459 | stabs.o \ | |
460 | sb.o \ | |
461 | macro.o | |
462 | ||
bd3ba5d1 NC |
463 | CONFIG_ATOF_CFILES = \ |
464 | config/atof-ieee.c \ | |
465 | config/atof-vax.c | |
466 | ||
252b5132 RH |
467 | OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS) |
468 | ||
bd3ba5d1 | 469 | POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) $(TARG_ENV_HFILES) $(OBJ_FORMAT_HFILES) \ |
252b5132 | 470 | $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \ |
620c54b3 | 471 | $(HFILES) $(CFILES) |
252b5132 | 472 | po/POTFILES.in: @MAINT@ Makefile |
da64f3bf | 473 | for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ |
252b5132 RH |
474 | && mv tmp $(srcdir)/po/POTFILES.in |
475 | ||
fea17916 NC |
476 | # Note: GASP is now deprecated and has been removed. It is still |
477 | # available in the CVS archive or older binutils releases if it is needed. | |
3f965e60 | 478 | noinst_PROGRAMS = as-new |
81afc846 ILT |
479 | noinst_SCRIPTS = $(GDBINIT) |
480 | EXTRA_SCRIPTS = .gdbinit | |
252b5132 | 481 | |
07c1b327 | 482 | EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \ |
9ba4c445 | 483 | bfin-parse.c bfin-parse.h bfin-lex.c |
07c1b327 | 484 | |
c45021f2 | 485 | diststuff: $(EXTRA_DIST) info |
e3e71e27 | 486 | all: info |
252b5132 RH |
487 | |
488 | DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h | |
489 | ||
490 | # Now figure out from those variables how to compile and link. | |
491 | ||
492 | BASEDIR = $(srcdir)/.. | |
493 | BFDDIR = $(BASEDIR)/bfd | |
494 | INCDIR = $(BASEDIR)/include | |
495 | ||
496 | # This is the variable actually used when we compile. | |
497 | # Specify the directories to be searched for header files. | |
498 | # Both . and srcdir are used, in that order, | |
499 | # so that tm.h and config.h will be found in the compilation | |
500 | # subdirectory rather than in the source directory. | |
92f01d61 JM |
501 | INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \ |
502 | -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ \ | |
92f01d61 | 503 | -DLOCALEDIR="\"$(datadir)/locale\"" |
252b5132 RH |
504 | |
505 | # This should be parallel to INCLUDES, but should replace $(srcdir) | |
506 | # with $${srcdir}, and should work in a subdirectory. This is used | |
507 | # when building dependencies, because the dependency building is done | |
508 | # in a subdirectory. | |
92f01d61 JM |
509 | DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd \ |
510 | -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. \ | |
511 | -I$${srcdir}/../bfd @INCINTL@ \ | |
92f01d61 | 512 | -DLOCALEDIR="\"$(datadir)/locale\"" |
252b5132 | 513 | |
7be1c489 | 514 | DEP_FLAGS = -DOBJ_MAYBE_ELF \ |
3817f222 AM |
515 | -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) |
516 | ||
252b5132 RH |
517 | # How to link with both our special library facilities |
518 | # and the system's installed libraries. | |
519 | ||
03bf704f | 520 | GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a |
252b5132 RH |
521 | |
522 | # Files to be copied away after each stage in building. | |
523 | STAGESTUFF = *.o $(noinst_PROGRAMS) | |
524 | ||
252b5132 RH |
525 | as_new_SOURCES = $(GAS_CFILES) |
526 | as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ | |
20e95c23 | 527 | $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) |
252b5132 | 528 | as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ |
20e95c23 | 529 | $(extra_objects) $(GASLIBS) $(LIBINTL_DEP) |
252b5132 RH |
530 | |
531 | # Stuff that every object file depends upon. If anything is removed | |
532 | # from this list, remove it from dep-in.sed as well. | |
92f01d61 | 533 | $(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \ |
03bf704f AM |
534 | $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \ |
535 | $(INCDIR)/fopen-same.h $(INCDIR)/fopen-bin.h $(INCDIR)/fopen-vms.h \ | |
1581f8c9 AM |
536 | $(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \ |
537 | as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \ | |
538 | frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h | |
252b5132 | 539 | |
c3298874 BE |
540 | EXPECT = expect |
541 | RUNTEST = runtest | |
252b5132 RH |
542 | RUNTESTFLAGS= |
543 | ||
544 | check-DEJAGNU: site.exp | |
545 | if [ -d testsuite ]; then \ | |
546 | true; \ | |
547 | else \ | |
548 | mkdir testsuite; \ | |
549 | fi | |
550 | rm -f testsuite/site.exp | |
551 | cp site.exp testsuite/site.exp | |
552 | rootme=`pwd`; export rootme; \ | |
553 | srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \ | |
554 | EXPECT=${EXPECT} ; export EXPECT ; \ | |
252b5132 RH |
555 | runtest=$(RUNTEST); \ |
556 | cd testsuite; \ | |
557 | if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ | |
558 | $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \ | |
559 | $(RUNTESTFLAGS); \ | |
560 | else echo "WARNING: could not find \`runtest'" 1>&2; :;\ | |
561 | fi | |
562 | ||
563 | # The implicit .c.o rule doesn't work for these, perhaps because of | |
564 | # the variables, or perhaps because the sources are not on vpath. | |
ad4d6ccf | 565 | $(TARG_CPU_O): $(TARG_CPU_C) |
252b5132 RH |
566 | $(COMPILE) -c $(TARG_CPU_C) |
567 | $(ATOF_TARG_O): $(ATOF_TARG_C) | |
568 | $(COMPILE) -c $(ATOF_TARG_C) | |
569 | ||
570 | # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined, | |
571 | # so the automatic dependency stuff doesn't work. | |
572 | ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ | |
573 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \ | |
574 | $(INCDIR)/aout/stab_gnu.h | |
575 | ||
576 | # We need all these explicit rules for the multi stuff. Because of | |
577 | # these rules, we don't need one for OBJ_FORMAT_O. | |
578 | ||
03bf704f | 579 | obj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout) |
252b5132 | 580 | $(COMPILE) -c $(srcdir)/config/obj-aout.c |
03bf704f | 581 | obj-coff.o: $(srcdir)/config/obj-coff.c $(DEP_@target_cpu_type@_coff) |
252b5132 | 582 | $(COMPILE) -c $(srcdir)/config/obj-coff.c |
03bf704f | 583 | obj-ecoff.o : $(srcdir)/config/obj-ecoff.c $(DEP_@target_cpu_type@_ecoff) |
252b5132 | 584 | $(COMPILE) -c $(srcdir)/config/obj-ecoff.c |
03bf704f | 585 | obj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf) |
252b5132 RH |
586 | $(COMPILE) -c $(srcdir)/config/obj-elf.c |
587 | obj-evax.o : $(srcdir)/config/obj-evax.c | |
588 | $(COMPILE) -c $(srcdir)/config/obj-evax.c | |
252b5132 RH |
589 | obj-multi.o : $(srcdir)/config/obj-multi.c |
590 | $(COMPILE) -c $(srcdir)/config/obj-multi.c | |
591 | obj-som.o : $(srcdir)/config/obj-som.c | |
592 | $(COMPILE) -c $(srcdir)/config/obj-som.c | |
252b5132 RH |
593 | |
594 | e-mipself.o : $(srcdir)/config/e-mipself.c | |
595 | $(COMPILE) -c $(srcdir)/config/e-mipself.c | |
596 | e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c | |
597 | $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c | |
4c63da97 AM |
598 | e-i386aout.o: $(srcdir)/config/e-i386aout.c |
599 | $(COMPILE) -c $(srcdir)/config/e-i386aout.c | |
252b5132 RH |
600 | e-i386coff.o: $(srcdir)/config/e-i386coff.c |
601 | $(COMPILE) -c $(srcdir)/config/e-i386coff.c | |
602 | e-i386elf.o: $(srcdir)/config/e-i386elf.c | |
603 | $(COMPILE) -c $(srcdir)/config/e-i386elf.c | |
3bcbcc3d HPN |
604 | e-crisaout.o: $(srcdir)/config/e-crisaout.c |
605 | $(COMPILE) -c $(srcdir)/config/e-crisaout.c | |
606 | e-criself.o: $(srcdir)/config/e-criself.c | |
607 | $(COMPILE) -c $(srcdir)/config/e-criself.c | |
252b5132 | 608 | |
e0001a05 NC |
609 | xtensa-relax.o: $(srcdir)/config/xtensa-relax.c |
610 | $(COMPILE) -c $(srcdir)/config/xtensa-relax.c | |
e0001a05 | 611 | |
252b5132 RH |
612 | # The m68k operand parser. |
613 | ||
07c1b327 | 614 | EXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y |
252b5132 RH |
615 | |
616 | # If m68k-parse.y is in a different directory, then ylwrap will use an | |
617 | # absolute path when it invokes yacc, which will cause yacc to put the | |
618 | # absolute path into the generated file. That's a pain when it comes | |
619 | # to generating snapshots, because it introduces spurious diffs. | |
620 | # Since when we make the snapshots $(srcdir) = ".", we check for that | |
621 | # case and handle it differently. This means that anybody who | |
622 | # configures with $(srcdir) = "." will have to set their path in the | |
623 | # debugger if they want to debug m68k-parse.y. This is bad, but on | |
624 | # the other hand it's good that people who use the prebuilt | |
625 | # m68k-parse.c don't get a spurious absolute path. | |
626 | m68k-parse.c: $(srcdir)/config/m68k-parse.y | |
627 | f=$(srcdir)/config/m68k-parse.y; \ | |
628 | if [ $$f = "./config/m68k-parse.y" ]; then \ | |
629 | ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \ | |
630 | ln config/m68k-parse.y . > /dev/null 2>/dev/null || \ | |
631 | cp config/m68k-parse.y . >/dev/null 2>/dev/null; \ | |
632 | f=m68k-parse.y; \ | |
633 | else true; fi; \ | |
42ecbf5e | 634 | $(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \ |
252b5132 RH |
635 | if [ $$f = "m68k-parse.y" ]; then \ |
636 | rm -f m68k-parse.y; \ | |
637 | else true; fi | |
1a66a017 | 638 | # Disable -Werror, if it has been enabled, since old versions of bison/ |
12e64c2c | 639 | # yacc will produce working code which contain compile time warnings. |
252b5132 | 640 | m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h |
9e9b66a9 | 641 | $(COMPILE) -c $< $(NO_WERROR) |
252b5132 RH |
642 | |
643 | # Don't let the .y.h rule clobber m68k-parse.h. | |
644 | m68k-parse.h: ; @true | |
645 | $(srcdir)/config/m68k-parse.h: ; @true | |
646 | ||
7c8d43d8 | 647 | bfin-parse.c: $(srcdir)/config/bfin-parse.y |
9ba4c445 | 648 | $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ; |
7c8d43d8 | 649 | bfin-parse.h: bfin-parse.c |
1ac4baed BS |
650 | bfin-parse.o: bfin-parse.c bfin-parse.h $(srcdir)/config/bfin-defs.h \ |
651 | $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h | |
07c1b327 CM |
652 | |
653 | bfin-defs.h: ; @true | |
654 | $(srcdir)/config/bfin-defs.h: ; @true | |
655 | ||
656 | bfin-lex.c: $(srcdir)/config/bfin-lex.l | |
1e0486ea | 657 | $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE) |
9ba4c445 | 658 | bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h |
07c1b327 CM |
659 | $(COMPILE) -c $< $(NO_WERROR) |
660 | ||
252b5132 RH |
661 | # The instruction table specification lexical analyzer and parser. |
662 | ||
663 | itbl-lex.c: $(srcdir)/itbl-lex.l | |
0876dd7e TS |
664 | |
665 | # Disable -Werror, if it has been enabled, since old versions of bison/ | |
12e64c2c | 666 | # yacc will produce working code which contain compile time warnings. |
b16b813f | 667 | itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h |
0876dd7e | 668 | $(COMPILE) -c $< $(NO_WERROR) |
252b5132 | 669 | |
1a66a017 | 670 | # Disable -Werror, if it has been enabled, since old versions of bison/ |
12e64c2c | 671 | # yacc will produce working code which contain compile time warnings. |
b16b813f | 672 | itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h |
9e9b66a9 | 673 | $(COMPILE) -c $< $(NO_WERROR) |
252b5132 RH |
674 | |
675 | itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h | |
676 | ||
677 | itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y | |
42ecbf5e | 678 | $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d |
252b5132 RH |
679 | |
680 | # stand-alone itbl assembler & disassembler | |
681 | ||
fea17916 | 682 | EXTRA_PROGRAMS = itbl-test |
252b5132 | 683 | itbl_test_SOURCES = itbl-parse.y itbl-lex.l |
46eec08e | 684 | itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@ |
252b5132 | 685 | |
46eec08e ILT |
686 | itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h |
687 | $(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c | |
252b5132 RH |
688 | |
689 | itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h | |
690 | $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c | |
691 | ||
692 | # CGEN interface. | |
693 | ||
694 | CGEN_CPU_PREFIX = @cgen_cpu_prefix@ | |
695 | ||
696 | cgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \ | |
697 | $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \ | |
698 | $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \ | |
699 | $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h | |
700 | ||
701 | # Remake the info files. | |
702 | ||
e079bef8 | 703 | MOSTLYCLEANFILES = $(STAGESTUFF) core \ |
252b5132 RH |
704 | testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \ |
705 | testsuite/site.exp site.bak site.exp stage stage1 stage2 | |
706 | ||
ad4d6ccf | 707 | CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR |
252b5132 | 708 | |
108a6f8e CD |
709 | .PHONY: install-html install-html-am install-html-recursive |
710 | ||
711 | install-html: install-html-recursive | |
712 | ||
713 | install-html-recursive: | |
714 | @failcom='exit 1'; \ | |
715 | for f in x $$MAKEFLAGS; do \ | |
716 | case $$f in \ | |
717 | *=* | --[!k]*);; \ | |
718 | *k*) failcom='fail=yes';; \ | |
719 | esac; \ | |
720 | done; \ | |
721 | dot_seen=no; \ | |
722 | target=`echo $@ | sed s/-recursive//`; \ | |
723 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
724 | echo "Making $$target in $$subdir"; \ | |
725 | if test "$$subdir" = "."; then \ | |
726 | dot_seen=yes; \ | |
727 | local_target="$$target-am"; \ | |
728 | else \ | |
729 | local_target="$$target"; \ | |
730 | fi; \ | |
731 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
732 | || eval $$failcom; \ | |
733 | done; \ | |
734 | if test "$$dot_seen" = "no"; then \ | |
735 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
736 | fi; test -z "$$fail" | |
737 | ||
252b5132 RH |
738 | .PHONY: install-exec-local install-data-local |
739 | .PHONY: install-exec-bindir install-exec-tooldir | |
740 | ||
741 | install-exec-local: install-exec-bindir @install_tooldir@ | |
742 | ||
743 | install-exec-bindir: $(noinst_PROGRAMS) | |
d3d8a9ee | 744 | $(mkinstalldirs) $(DESTDIR)$(bindir) |
252b5132 RH |
745 | @list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
746 | if test -f $$p; then \ | |
747 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | |
d3d8a9ee | 748 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
252b5132 RH |
749 | else :; fi; \ |
750 | done | |
751 | ||
f8c827e9 | 752 | install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS) |
d3d8a9ee | 753 | $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin |
252b5132 RH |
754 | n=`echo as | sed '$(transform)'`; \ |
755 | if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \ | |
d3d8a9ee NC |
756 | rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \ |
757 | ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \ | |
758 | || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \ | |
252b5132 RH |
759 | else \ |
760 | true ; \ | |
761 | fi | |
762 | ||
763 | # These exist for maintenance purposes. | |
764 | ||
765 | .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison | |
766 | ||
767 | bootstrap: as-new | |
768 | $(MAKE) stage1 | |
769 | rm -f stage && ln -s stage1 stage | |
770 | $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS) | |
771 | $(MAKE) stage2 | |
772 | rm -f stage && ln -s stage2 stage | |
773 | $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS) | |
774 | $(MAKE) comparison against=stage2 | |
775 | ||
776 | bootstrap2: | |
777 | rm -f stage && ln -s stage1 stage | |
778 | $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS) | |
779 | $(MAKE) stage2 | |
780 | rm -f stage && ln -s stage2 stage | |
781 | $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS) | |
782 | $(MAKE) comparison against=stage2 | |
783 | ||
784 | bootstrap3: | |
785 | rm -f stage && ln -s stage2 stage | |
786 | $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS) | |
787 | $(MAKE) comparison against=stage2 | |
788 | ||
789 | # Copy the object files from a particular stage into a subdirectory. | |
790 | stage1: | |
791 | -mkdir stage1 | |
792 | -mv $(STAGESTUFF) stage1 | |
793 | if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi | |
794 | ||
795 | stage2: | |
796 | -mkdir stage2 | |
797 | -mv $(STAGESTUFF) stage2 | |
798 | if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi | |
799 | ||
800 | stage3: | |
801 | -mkdir stage3 | |
802 | -mv $(STAGESTUFF) stage3 | |
803 | if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi | |
804 | ||
805 | against=stage2 | |
806 | ||
807 | # This rule is derived from corresponding code in the Makefile.in for gcc. | |
808 | # The "tail +16c" is to bypass headers which may include timestamps or | |
809 | # temporary assembly file names. | |
810 | comparison: | |
811 | x=0 ; \ | |
812 | for file in *.o ; do \ | |
813 | tail +16c ./$$file > tmp-foo1; \ | |
814 | if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \ | |
815 | if cmp tmp-foo1 tmp-foo2 ; then \ | |
816 | true ; \ | |
817 | else \ | |
818 | echo $$file differs ; \ | |
819 | x=1 ; \ | |
820 | fi ; \ | |
821 | else true; fi ; \ | |
822 | done ; \ | |
823 | exit $$x | |
824 | -rm -f tmp-foo* | |
825 | ||
826 | .PHONY: de-stage1 de-stage2 de-stage3 | |
827 | ||
828 | de-stage1: | |
829 | - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..) | |
830 | - rmdir stage1 | |
831 | ||
832 | de-stage2: | |
833 | - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..) | |
834 | - rmdir stage2 | |
835 | ||
836 | de-stage3: | |
837 | - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) | |
838 | - rmdir stage3 | |
839 | ||
252b5132 RH |
840 | DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ |
841 | $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) | |
842 | ||
14ee9f48 | 843 | CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt |
403487ec | 844 | |
ad4d6ccf AM |
845 | # Automatic dependency computation. This is a real pain, because the |
846 | # dependencies change based on target_cpu_type and obj_format. | |
847 | # Just to make things even more complicated, automake separates the | |
848 | # dependency variable assignments from the dependency rules, and tacks | |
849 | # on a .NOEXPORT at the end of Makefile.in. | |
850 | ||
04ad1543 | 851 | DEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2 |
ad4d6ccf | 852 | rm -f DEP1 # delete because we use $? in DEP1 rule |
252b5132 | 853 | srcdir=`cd $(srcdir); pwd`; \ |
41b49281 | 854 | $(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1 |
04ad1543 | 855 | rm -rf DEPDIR |
ad4d6ccf | 856 | echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA |
04ad1543 ILT |
857 | sed -f dep.sed < DEPTC >> DEPA |
858 | sed -f dep.sed < DEPOBJ >> DEPA | |
859 | sed -f dep.sed < DEP2 >> DEPA | |
ad4d6ccf AM |
860 | echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA |
861 | echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA | |
862 | sed -f dep.sed < DEP1 >> DEPA | |
04ad1543 ILT |
863 | echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA |
864 | echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA | |
865 | echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA | |
ad4d6ccf | 866 | echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA |
1581f8c9 AM |
867 | if grep ' /' DEPA > /dev/null 2> /dev/null; then \ |
868 | echo 'make DEP failed!'; exit 1; \ | |
869 | else \ | |
870 | mv -f DEPA $@; \ | |
871 | fi | |
252b5132 | 872 | |
04ad1543 ILT |
873 | DEP1: $(CFILES) $(MULTI_CFILES) |
874 | if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi | |
252b5132 | 875 | srcdir=`cd $(srcdir); pwd`; \ |
04ad1543 | 876 | cd DEPDIR; \ |
252b5132 RH |
877 | echo '' > targ-cpu.h; \ |
878 | echo '' > obj-format.h; \ | |
879 | echo '' > targ-env.h; \ | |
880 | echo '' > itbl-cpu.h; \ | |
6104f0a0 | 881 | echo '' > itbl-parse.h; \ |
3817f222 | 882 | $(MKDEP) $(DEP_FLAGS) $? > DEP |
41b49281 | 883 | mv -f DEPDIR/DEP $@ |
252b5132 RH |
884 | |
885 | # Work out the special dependencies for the tc-*.c files. | |
04ad1543 ILT |
886 | DEPTC: $(TARGET_CPU_CFILES) |
887 | rm -f DEPTCA | |
888 | if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi | |
252b5132 | 889 | srcdir=`cd $(srcdir); pwd`; \ |
04ad1543 | 890 | cd DEPDIR; \ |
252b5132 RH |
891 | for c in $(CPU_TYPES); do \ |
892 | for o in $(OBJ_FORMATS); do \ | |
893 | $(CPU_OBJ_VALID) \ | |
894 | if [ x$${valid} = xyes ]; then \ | |
895 | echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ | |
896 | echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ | |
897 | echo '#include "te-generic.h"' > targ-env.h; \ | |
898 | echo '' > itbl-cpu.h; \ | |
6104f0a0 | 899 | echo '' > itbl-parse.h; \ |
bd3ba5d1 NC |
900 | if [ -f $${srcdir}/opcodes/$${c}-desc.h ]; then \ |
901 | echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \ | |
902 | else \ | |
903 | echo '' > cgen-desc.h; \ | |
904 | fi ;\ | |
252b5132 RH |
905 | rm -f dummy.c; \ |
906 | cp $${srcdir}/config/tc-$${c}.c dummy.c; \ | |
3817f222 | 907 | $(MKDEP) $(DEP_FLAGS) dummy.c | \ |
41b49281 | 908 | sed -e "s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ../DEPTCA; \ |
252b5132 RH |
909 | rm -f dummy.c; \ |
910 | else true; fi; \ | |
911 | done; \ | |
912 | done | |
04ad1543 ILT |
913 | echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA |
914 | echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA | |
915 | echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA | |
16adf844 | 916 | for c in $(MULTI_CPU_TYPES); do \ |
ad4d6ccf | 917 | echo "DEPTC_$${c}"'_multi = \' >> DEPTCA; \ |
16adf844 AM |
918 | for o in $(OBJ_FORMATS); do \ |
919 | $(MULTI_CPU_OBJ_VALID) \ | |
252b5132 | 920 | if [ x$${valid} = xyes ]; then \ |
16adf844 | 921 | echo '$$(DEPTC_'"$${c}_$${o}"') \' >> DEPTCA; \ |
252b5132 | 922 | else true; fi; \ |
16adf844 AM |
923 | done; \ |
924 | echo '' >> DEPTCA; \ | |
252b5132 | 925 | done |
04ad1543 | 926 | mv -f DEPTCA DEPTC |
252b5132 RH |
927 | |
928 | # Work out the special dependencies for the obj-*.c files. | |
04ad1543 ILT |
929 | DEPOBJ: $(OBJ_FORMAT_CFILES) |
930 | rm -f DEPOBJA | |
931 | if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi | |
252b5132 | 932 | srcdir=`cd $(srcdir); pwd`; \ |
04ad1543 | 933 | cd DEPDIR; \ |
252b5132 RH |
934 | for c in $(CPU_TYPES); do \ |
935 | for o in $(OBJ_FORMATS); do \ | |
936 | $(CPU_OBJ_VALID) \ | |
937 | if [ x$${valid} = xyes ]; then \ | |
938 | echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ | |
939 | echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ | |
940 | echo '#include "te-generic.h"' > targ-env.h; \ | |
941 | echo '' > itbl-cpu.h; \ | |
6104f0a0 | 942 | echo '' > itbl-parse.h; \ |
252b5132 RH |
943 | rm -f dummy.c; \ |
944 | cp $${srcdir}/config/obj-$${o}.c dummy.c; \ | |
3817f222 | 945 | $(MKDEP) $(DEP_FLAGS) dummy.c | \ |
41b49281 | 946 | sed -e "s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ../DEPOBJA; \ |
252b5132 RH |
947 | rm -f dummy.c; \ |
948 | else true; fi; \ | |
949 | done; \ | |
950 | done | |
04ad1543 ILT |
951 | echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA |
952 | echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA | |
953 | echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA | |
954 | echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA | |
16adf844 | 955 | for c in $(MULTI_CPU_TYPES); do \ |
ad4d6ccf | 956 | echo "DEPOBJ_$${c}"'_multi = \' >> DEPOBJA; \ |
16adf844 AM |
957 | for o in $(OBJ_FORMATS); do \ |
958 | $(MULTI_CPU_OBJ_VALID) \ | |
252b5132 | 959 | if [ x$${valid} = xyes ]; then \ |
16adf844 | 960 | echo '$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \ |
252b5132 | 961 | else true; fi; \ |
16adf844 AM |
962 | done; \ |
963 | echo '' >> DEPOBJA; \ | |
252b5132 | 964 | done |
04ad1543 | 965 | mv -f DEPOBJA DEPOBJ |
252b5132 RH |
966 | |
967 | # Work out the dependencies for each CPU/OBJ combination. | |
968 | # Note that SOM is a special case, because it only works native. | |
04ad1543 | 969 | DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES) |
ad4d6ccf | 970 | rm -f DEP2A |
04ad1543 | 971 | if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi |
252b5132 | 972 | srcdir=`cd $(srcdir); pwd`; \ |
04ad1543 | 973 | cd DEPDIR; \ |
252b5132 RH |
974 | for c in $(CPU_TYPES); do \ |
975 | for o in $(OBJ_FORMATS); do \ | |
976 | $(CPU_OBJ_VALID) \ | |
977 | if [ x$${valid} = xyes ]; then \ | |
978 | echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ | |
979 | echo '#include "obj-'"$${o}"'.h"' > dummy.c; \ | |
3817f222 | 980 | $(MKDEP) $(DEP_FLAGS) dummy.c | \ |
ad4d6ccf | 981 | sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ../DEP2A; \ |
252b5132 RH |
982 | else true; fi; \ |
983 | done; \ | |
984 | done | |
ad4d6ccf | 985 | echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A |
16adf844 | 986 | for c in $(MULTI_CPU_TYPES); do \ |
ad4d6ccf | 987 | echo "DEP_$${c}"'_multi = \' >> DEP2A; \ |
16adf844 AM |
988 | for o in $(OBJ_FORMATS); do \ |
989 | $(MULTI_CPU_OBJ_VALID) \ | |
252b5132 | 990 | if [ x$${valid} = xyes ]; then \ |
ad4d6ccf | 991 | echo '$$(DEP_'"$${c}_$${o}"') \' >> DEP2A; \ |
252b5132 | 992 | else true; fi; \ |
16adf844 | 993 | done; \ |
ad4d6ccf | 994 | echo '' >> DEP2A; \ |
252b5132 | 995 | done |
ad4d6ccf | 996 | mv -f DEP2A DEP2 |
252b5132 RH |
997 | |
998 | dep.sed: dep-in.sed config.status | |
999 | srcdir=`cd $(srcdir); pwd`; \ | |
1000 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
1001 | -e "s!@INCDIR@!$${srcdir}/../include!" \ | |
1002 | -e "s!@BFDDIR@!$${srcdir}/../bfd!" \ | |
8e42bcb6 AM |
1003 | -e "s!@SRCDIR@!$${srcdir}!" \ |
1004 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!' | |
252b5132 | 1005 | |
04ad1543 | 1006 | dep: DEP |
ad4d6ccf AM |
1007 | sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ |
1008 | < Makefile > tmp-Makefile | |
04ad1543 | 1009 | cat DEP >> tmp-Makefile |
252b5132 RH |
1010 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile |
1011 | ||
04ad1543 | 1012 | dep-in: DEP |
ad4d6ccf AM |
1013 | sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ |
1014 | < $(srcdir)/Makefile.in > tmp-Makefile.in | |
04ad1543 | 1015 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
1016 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
1017 | ||
04ad1543 | 1018 | dep-am: DEP |
ad4d6ccf AM |
1019 | sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ |
1020 | < $(srcdir)/Makefile.am > tmp-Makefile.am | |
04ad1543 | 1021 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
1022 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
1023 | ||
ad4d6ccf AM |
1024 | # HEED THE MKDEP WARNINGS. |
1025 | # ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY. | |
252b5132 RH |
1026 | .PHONY: dep dep-in dep-am |
1027 | ||
ad4d6ccf | 1028 | AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. |
bd3ba5d1 NC |
1029 | DEPTC_alpha_ecoff = ../bfd/config.h $(srcdir)/config/obj-ecoff.h \ |
1030 | $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \ | |
1031 | $(INCDIR)/coff/ecoff.h subsegs.h $(INCDIR)/obstack.h \ | |
1032 | struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \ | |
ceae3e33 | 1033 | $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c |
bd3ba5d1 NC |
1034 | DEPTC_alpha_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1035 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1036 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h \ | |
03bf704f | 1037 | subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \ |
bd3ba5d1 NC |
1038 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h \ |
1039 | $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ | |
1040 | dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h \ | |
1041 | $(srcdir)/config/atof-vax.c | |
1042 | DEPTC_alpha_evax = ../bfd/config.h $(srcdir)/config/obj-evax.h \ | |
1043 | $(srcdir)/config/tc-alpha.h subsegs.h $(INCDIR)/obstack.h \ | |
1044 | struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \ | |
1045 | $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c | |
1046 | DEPTC_arc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1047 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1048 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h \ | |
1049 | dwarf2dbg.h struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h \ | |
1050 | $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \ | |
e9f53129 | 1051 | $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h |
bd3ba5d1 NC |
1052 | DEPTC_arm_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1053 | $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1054 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1055 | $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h dwarf2dbg.h | |
1056 | DEPTC_arm_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1057 | $(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \ | |
1058 | $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1059 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ | |
1060 | $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \ | |
e9f53129 | 1061 | dwarf2dbg.h |
bd3ba5d1 NC |
1062 | DEPTC_arm_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1063 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1064 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \ | |
528a2d4a | 1065 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1066 | $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h $(INCDIR)/elf/arm.h \ |
1067 | $(INCDIR)/elf/reloc-macros.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ | |
1068 | dwarf2dbg.h | |
1069 | DEPTC_avr_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1070 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1071 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h \ | |
1072 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
b898a385 | 1073 | $(INCDIR)/opcode/avr.h |
bd3ba5d1 NC |
1074 | DEPTC_bfin_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1075 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1076 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h \ | |
1077 | dwarf2dbg.h struc-symbol.h $(srcdir)/config/bfin-defs.h \ | |
1078 | $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h dwarf2dbg.h \ | |
1079 | $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \ | |
1080 | $(INCDIR)/elf/bfin.h $(INCDIR)/elf/reloc-macros.h $(srcdir)/config/bfin-aux.h \ | |
e9f53129 | 1081 | $(srcdir)/config/bfin-defs.h $(INCDIR)/opcode/bfin.h |
bd3ba5d1 NC |
1082 | DEPTC_cr16_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1083 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1084 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h \ | |
1085 | dwarf2dbg.h $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/cr16.h \ | |
3d3d428f | 1086 | $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 NC |
1087 | DEPTC_cris_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1088 | $(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
403487ec | 1089 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1090 | $(INCDIR)/opcode/cris.h dwarf2dbg.h |
bd3ba5d1 NC |
1091 | DEPTC_cris_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1092 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1093 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h \ | |
1094 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1095 | $(INCDIR)/opcode/cris.h dwarf2dbg.h | |
1096 | DEPTC_crx_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1097 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1098 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h \ | |
1099 | dwarf2dbg.h $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \ | |
e9f53129 | 1100 | $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 | 1101 | DEPTC_d10v_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
b177c45c | 1102 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ |
bd3ba5d1 NC |
1103 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h \ |
1104 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1105 | $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h | |
1106 | DEPTC_d30v_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1107 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1108 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h \ | |
b177c45c | 1109 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1110 | $(INCDIR)/opcode/d30v.h |
1111 | DEPTC_dlx_elf = $(INCDIR)/safe-ctype.h ../bfd/config.h \ | |
1112 | $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ | |
1113 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
1114 | $(srcdir)/config/tc-dlx.h dwarf2dbg.h $(srcdir)/config/tc-dlx.h \ | |
1115 | $(INCDIR)/opcode/dlx.h | |
1116 | DEPTC_fr30_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1117 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1118 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h \ | |
1119 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
c85a332d | 1120 | $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \ |
e9f53129 AM |
1121 | $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \ |
1122 | $(srcdir)/../opcodes/fr30-opc.h cgen.h | |
bd3ba5d1 NC |
1123 | DEPTC_frv_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1124 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1125 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \ | |
1126 | subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ | |
b177c45c | 1127 | $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ |
e9f53129 AM |
1128 | $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \ |
1129 | cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \ | |
1130 | $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h | |
bd3ba5d1 NC |
1131 | DEPTC_h8300_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1132 | $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \ | |
1133 | $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1134 | $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \ | |
1135 | $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h | |
1136 | DEPTC_h8300_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1137 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1138 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \ | |
1139 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \ | |
1140 | $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h \ | |
1141 | $(INCDIR)/elf/reloc-macros.h | |
1142 | DEPTC_hppa_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1143 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1144 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \ | |
1145 | $(BFDDIR)/elf32-hppa.h $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h \ | |
1146 | $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \ | |
a6d04ec4 AM |
1147 | subsegs.h $(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ |
1148 | $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h dwarf2dbg.h | |
bd3ba5d1 NC |
1149 | DEPTC_i370_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1150 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1151 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h \ | |
1152 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
b177c45c | 1153 | struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \ |
b898a385 | 1154 | $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 NC |
1155 | DEPTC_i386_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1156 | $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \ | |
1157 | $(INCDIR)/opcode/i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1158 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1159 | dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h \ | |
1160 | $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/i386-init.h | |
1161 | DEPTC_i386_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1162 | $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \ | |
1163 | $(INCDIR)/opcode/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h \ | |
1164 | $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
03bf704f | 1165 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1166 | dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h \ |
1167 | $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/i386-init.h | |
1168 | DEPTC_i386_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1169 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1170 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \ | |
1171 | $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \ | |
1172 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1173 | dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h \ | |
1174 | $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/i386-init.h | |
1175 | DEPTC_i860_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1176 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1177 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \ | |
1178 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
403487ec | 1179 | $(INCDIR)/opcode/i860.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 NC |
1180 | DEPTC_i960_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1181 | $(srcdir)/config/tc-i960.h $(INCDIR)/coff/internal.h \ | |
1182 | $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
03bf704f | 1183 | $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h |
bd3ba5d1 NC |
1184 | DEPTC_i960_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1185 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1186 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ | |
1187 | dwarf2dbg.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \ | |
1188 | $(INCDIR)/opcode/i960.h | |
1189 | DEPTC_ia64_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1190 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1191 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \ | |
1192 | $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \ | |
1193 | $(INCDIR)/safe-ctype.h dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h \ | |
1194 | $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h | |
1195 | DEPTC_ip2k_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1196 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1197 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ | |
1198 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ | |
c85a332d | 1199 | $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ |
e9f53129 AM |
1200 | $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/ip2k-opc.h \ |
1201 | cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \ | |
c85a332d | 1202 | $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h |
bd3ba5d1 NC |
1203 | DEPTC_m32c_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1204 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1205 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h \ | |
1206 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32c-desc.h \ | |
c85a332d | 1207 | $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ |
e9f53129 | 1208 | $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/m32c-opc.h \ |
6d0f4cb4 AM |
1209 | $(srcdir)/../opcodes/cgen-types.h ../bfd/bfd_stdint.h \ |
1210 | $(srcdir)/../opcodes/cgen-ops.h cgen.h $(INCDIR)/elf/common.h \ | |
1211 | $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \ | |
1212 | $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h | |
bd3ba5d1 NC |
1213 | DEPTC_m32r_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1214 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1215 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h \ | |
1216 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
c85a332d | 1217 | $(srcdir)/../opcodes/m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \ |
e9f53129 AM |
1218 | $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \ |
1219 | $(srcdir)/../opcodes/m32r-opc.h cgen.h $(INCDIR)/elf/m32r.h \ | |
1220 | $(INCDIR)/elf/reloc-macros.h | |
bd3ba5d1 NC |
1221 | DEPTC_m68hc11_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1222 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1223 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h \ | |
1224 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1225 | $(INCDIR)/opcode/m68hc11.h dwarf2dbg.h $(INCDIR)/elf/m68hc11.h \ |
6539b54b | 1226 | $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 NC |
1227 | DEPTC_m68k_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1228 | $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1229 | $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h subsegs.h \ | |
1230 | $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ | |
1231 | $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h | |
1232 | DEPTC_m68k_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1233 | $(srcdir)/config/tc-m68k.h $(INCDIR)/coff/internal.h \ | |
1234 | $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1235 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \ | |
1236 | subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \ | |
1237 | $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h | |
1238 | DEPTC_m68k_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1239 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1240 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h \ | |
1241 | $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h subsegs.h \ | |
1242 | $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ | |
1243 | $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h \ | |
1244 | $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h | |
1245 | DEPTC_maxq_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1246 | $(srcdir)/config/tc-maxq.h $(INCDIR)/coff/internal.h \ | |
1247 | $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1248 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ | |
1249 | $(INCDIR)/obstack.h dwarf2dbg.h $(srcdir)/config/tc-maxq.h \ | |
e9f53129 | 1250 | $(INCDIR)/opcode/maxq.h |
bd3ba5d1 NC |
1251 | DEPTC_mcore_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1252 | $(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \ | |
1253 | $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1254 | $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \ | |
1255 | $(INCDIR)/safe-ctype.h | |
1256 | DEPTC_mcore_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1257 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1258 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h \ | |
1259 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \ | |
03bf704f | 1260 | $(INCDIR)/safe-ctype.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 NC |
1261 | DEPTC_mep_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1262 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1263 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h \ | |
1264 | dwarf2dbg.h dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h \ | |
1265 | $(srcdir)/../opcodes/mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \ | |
1266 | $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \ | |
1267 | $(srcdir)/../opcodes/mep-opc.h cgen.h $(INCDIR)/elf/common.h \ | |
1268 | $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \ | |
1269 | $(INCDIR)/hashtab.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h | |
1270 | DEPTC_mips_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1271 | $(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h \ | |
1272 | $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1273 | $(INCDIR)/bfdlink.h ../bfd/config.h subsegs.h $(INCDIR)/obstack.h \ | |
528a2d4a | 1274 | $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \ |
b177c45c L |
1275 | dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h \ |
1276 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
03bf704f AM |
1277 | $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ |
1278 | ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h | |
bd3ba5d1 NC |
1279 | DEPTC_mips_ecoff = ../bfd/config.h $(srcdir)/config/obj-ecoff.h \ |
1280 | $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \ | |
1281 | $(INCDIR)/coff/ecoff.h ../bfd/config.h subsegs.h $(INCDIR)/obstack.h \ | |
1282 | $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \ | |
1283 | dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h \ | |
1284 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1285 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h \ | |
1286 | $(INCDIR)/elf/reloc-macros.h ecoff.h | |
1287 | DEPTC_mips_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1288 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1289 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h \ | |
1290 | ../bfd/config.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \ | |
b177c45c | 1291 | $(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \ |
bd3ba5d1 NC |
1292 | $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h $(INCDIR)/elf/mips.h \ |
1293 | $(INCDIR)/elf/reloc-macros.h ecoff.h $(INCDIR)/coff/sym.h \ | |
1294 | $(INCDIR)/coff/ecoff.h | |
1295 | DEPTC_mmix_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1296 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1297 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h \ | |
1298 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/mmix.h \ | |
dcc46170 | 1299 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \ |
e9f53129 | 1300 | $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/obstack.h |
bd3ba5d1 NC |
1301 | DEPTC_mn10200_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1302 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1303 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h \ | |
1304 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
528a2d4a | 1305 | $(INCDIR)/opcode/mn10200.h |
bd3ba5d1 NC |
1306 | DEPTC_mn10300_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1307 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1308 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h \ | |
1309 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1310 | $(INCDIR)/opcode/mn10300.h dwarf2dbg.h |
bd3ba5d1 NC |
1311 | DEPTC_msp430_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1312 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1313 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h \ | |
1314 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/msp430.h \ | |
e9f53129 | 1315 | $(INCDIR)/safe-ctype.h dwarf2dbg.h |
bd3ba5d1 NC |
1316 | DEPTC_mt_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1317 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1318 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h \ | |
1319 | dwarf2dbg.h dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h \ | |
1320 | $(srcdir)/../opcodes/mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \ | |
1321 | $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \ | |
1322 | $(srcdir)/../opcodes/mt-opc.h cgen.h $(INCDIR)/elf/common.h \ | |
1323 | $(INCDIR)/elf/mt.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \ | |
1324 | $(INCDIR)/hashtab.h | |
1325 | DEPTC_ns32k_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ | |
1326 | $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1327 | $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h | |
1328 | DEPTC_openrisc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1329 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1330 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \ | |
c85a332d AM |
1331 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/openrisc-desc.h \ |
1332 | $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ | |
e9f53129 AM |
1333 | $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/openrisc-opc.h \ |
1334 | cgen.h | |
bd3ba5d1 NC |
1335 | DEPTC_or32_coff = $(INCDIR)/safe-ctype.h ../bfd/config.h \ |
1336 | $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \ | |
1337 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \ | |
1338 | $(INCDIR)/bfdlink.h $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h \ | |
b177c45c | 1339 | $(INCDIR)/elf/reloc-macros.h |
bd3ba5d1 NC |
1340 | DEPTC_or32_elf = $(INCDIR)/safe-ctype.h ../bfd/config.h \ |
1341 | $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ | |
1342 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
1343 | $(srcdir)/config/tc-or32.h dwarf2dbg.h $(INCDIR)/opcode/or32.h \ | |
1344 | $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h | |
1345 | DEPTC_pdp11_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ | |
1346 | $(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
528a2d4a | 1347 | $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h |
bd3ba5d1 NC |
1348 | DEPTC_pdp11_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1349 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1350 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h \ | |
1351 | dwarf2dbg.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h | |
1352 | DEPTC_pj_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1353 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1354 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h \ | |
1355 | dwarf2dbg.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pj.h | |
1356 | DEPTC_ppc_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1357 | $(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \ | |
1358 | $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
403487ec | 1359 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1360 | dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h |
1361 | DEPTC_ppc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1362 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1363 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h \ | |
1364 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
da64f3bf | 1365 | dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h \ |
e9f53129 | 1366 | $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h |
bd3ba5d1 NC |
1367 | DEPTC_s390_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1368 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1369 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h \ | |
1370 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 AM |
1371 | struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ |
1372 | $(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h | |
bd3ba5d1 NC |
1373 | DEPTC_score_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1374 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1375 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h \ | |
1376 | dwarf2dbg.h ../bfd/config.h subsegs.h $(INCDIR)/obstack.h \ | |
1377 | $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/score-inst.h \ | |
1378 | $(INCDIR)/opcode/score-datadep.h struc-symbol.h $(INCDIR)/elf/score.h \ | |
1379 | $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h | |
1380 | DEPTC_sh_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1381 | $(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \ | |
1382 | $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1383 | $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h \ | |
1384 | $(INCDIR)/safe-ctype.h struc-symbol.h dwarf2dbg.h dw2gencfi.h \ | |
1385 | $(INCDIR)/elf/dwarf2.h | |
1386 | DEPTC_sh_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1387 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1388 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \ | |
1389 | subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h \ | |
1390 | $(INCDIR)/safe-ctype.h struc-symbol.h $(INCDIR)/elf/sh.h \ | |
1391 | $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \ | |
1392 | $(INCDIR)/elf/dwarf2.h | |
1393 | DEPTC_sh64_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1394 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1395 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \ | |
1396 | $(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ | |
1397 | $(BFDDIR)/elf32-sh64.h $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/sh64-opc.h \ | |
d5b32339 | 1398 | $(srcdir)/config/tc-sh.c subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 AM |
1399 | $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \ |
1400 | struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h | |
bd3ba5d1 NC |
1401 | DEPTC_sparc_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1402 | $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
403487ec | 1403 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1404 | $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h |
1405 | DEPTC_sparc_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1406 | $(srcdir)/config/tc-sparc.h $(INCDIR)/coff/internal.h \ | |
1407 | $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1408 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ | |
1409 | $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h dw2gencfi.h \ | |
1410 | $(INCDIR)/elf/dwarf2.h | |
1411 | DEPTC_sparc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1412 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1413 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \ | |
1414 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
9fa06c65 | 1415 | $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ |
e9f53129 AM |
1416 | $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \ |
1417 | dwarf2dbg.h | |
bd3ba5d1 NC |
1418 | DEPTC_spu_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1419 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1420 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h \ | |
1421 | $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \ | |
1422 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1423 | dwarf2dbg.h $(INCDIR)/opcode/spu-insns.h | |
1424 | DEPTC_tic30_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ | |
1425 | $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1426 | $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h | |
1427 | DEPTC_tic30_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1428 | $(srcdir)/config/tc-tic30.h $(INCDIR)/coff/internal.h \ | |
1429 | $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1430 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h | |
1431 | DEPTC_tic4x_coff = $(INCDIR)/safe-ctype.h ../bfd/config.h \ | |
1432 | $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \ | |
1433 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \ | |
1434 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic4x.h \ | |
1435 | subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h | |
1436 | DEPTC_tic54x_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1437 | $(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \ | |
1438 | $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \ | |
1439 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h sb.h macro.h \ | |
1440 | subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/opcode/tic54x.h \ | |
1441 | $(srcdir)/config/obj-coff.h | |
1442 | DEPTC_v850_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1443 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1444 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \ | |
1445 | $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h \ | |
03bf704f | 1446 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1447 | $(INCDIR)/opcode/v850.h dwarf2dbg.h |
1448 | DEPTC_vax_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ | |
1449 | $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1450 | $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \ | |
1451 | $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/vax.h | |
1452 | DEPTC_vax_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1453 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1454 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h \ | |
1455 | dwarf2dbg.h $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h \ | |
1456 | subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \ | |
1457 | $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/vax.h | |
1458 | DEPTC_xc16x_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1459 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1460 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h \ | |
1461 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
f26a5955 | 1462 | $(srcdir)/../opcodes/xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \ |
e9f53129 AM |
1463 | $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \ |
1464 | $(srcdir)/../opcodes/xc16x-opc.h cgen.h dwarf2dbg.h \ | |
1465 | $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h | |
bd3ba5d1 NC |
1466 | DEPTC_xstormy16_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1467 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1468 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \ | |
c85a332d AM |
1469 | dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/xstormy16-desc.h \ |
1470 | $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ | |
e9f53129 AM |
1471 | $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/xstormy16-opc.h \ |
1472 | cgen.h | |
bd3ba5d1 NC |
1473 | DEPTC_xtensa_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1474 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1475 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \ | |
1476 | $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-config.h sb.h \ | |
1477 | $(INCDIR)/safe-ctype.h $(srcdir)/config/tc-xtensa.h \ | |
1478 | subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/xtensa-relax.h \ | |
1479 | $(srcdir)/config/xtensa-istack.h dwarf2dbg.h struc-symbol.h \ | |
1480 | $(INCDIR)/xtensa-config.h | |
1481 | DEPTC_z80_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1482 | $(srcdir)/config/tc-z80.h $(INCDIR)/coff/internal.h \ | |
1483 | $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1484 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ | |
1485 | $(INCDIR)/obstack.h | |
1486 | DEPTC_z8k_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1487 | $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ | |
1488 | $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1489 | $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/z8k-opc.h | |
04ad1543 | 1490 | DEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \ |
252b5132 RH |
1491 | $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \ |
1492 | $(BFDDIR)/som.h | |
16adf844 AM |
1493 | DEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) \ |
1494 | $(DEPTC_i386_elf) | |
04ad1543 ILT |
1495 | DEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) \ |
1496 | $(DEPTC_mips_elf) | |
3bcbcc3d | 1497 | DEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf) |
bd3ba5d1 NC |
1498 | DEPOBJ_alpha_ecoff = ../bfd/config.h $(srcdir)/config/obj-ecoff.h \ |
1499 | $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \ | |
1500 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ | |
1501 | $(INCDIR)/bfdlink.h $(BFDDIR)/libecoff.h | |
1502 | DEPOBJ_alpha_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1503 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1504 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h \ | |
b177c45c | 1505 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1506 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h ecoff.h \ |
1507 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h $(INCDIR)/elf/alpha.h \ | |
1508 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h | |
1509 | DEPOBJ_alpha_evax = ../bfd/config.h $(srcdir)/config/obj-evax.h \ | |
1510 | $(srcdir)/config/tc-alpha.h | |
1511 | DEPOBJ_arc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1512 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1513 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h \ | |
1514 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1515 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1516 | DEPOBJ_arm_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1517 | $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1518 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1519 | DEPOBJ_arm_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1520 | $(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \ | |
1521 | $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1522 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1523 | DEPOBJ_arm_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1524 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1525 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \ | |
03bf704f | 1526 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1527 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1528 | DEPOBJ_avr_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1529 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1530 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h \ | |
1531 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1532 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1533 | DEPOBJ_bfin_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1534 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1535 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h \ | |
1536 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
3d6b762c | 1537 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1538 | DEPOBJ_cr16_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1539 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1540 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h \ | |
1541 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1542 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1543 | DEPOBJ_cris_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1544 | $(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1545 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1546 | DEPOBJ_cris_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1547 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1548 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h \ | |
1549 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1550 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1551 | DEPOBJ_crx_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1552 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1553 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h \ | |
1554 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1555 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1556 | DEPOBJ_d10v_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1557 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1558 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h \ | |
03bf704f | 1559 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1560 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1561 | DEPOBJ_d30v_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1562 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1563 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h \ | |
0ebb9a87 | 1564 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1565 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1566 | DEPOBJ_dlx_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1567 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1568 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \ | |
1569 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1570 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1571 | DEPOBJ_fr30_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1572 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1573 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h \ | |
1574 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1575 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1576 | DEPOBJ_frv_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1577 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1578 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \ | |
03bf704f | 1579 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1580 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1581 | DEPOBJ_h8300_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1582 | $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \ | |
1583 | $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1584 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1585 | DEPOBJ_h8300_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1586 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1587 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \ | |
1588 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1589 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1590 | DEPOBJ_hppa_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1591 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1592 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \ | |
1593 | $(BFDDIR)/elf32-hppa.h $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h \ | |
1594 | $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \ | |
e9f53129 AM |
1595 | subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \ |
1596 | dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
bd3ba5d1 NC |
1597 | DEPOBJ_i370_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1598 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1599 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h \ | |
1600 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 AM |
1601 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h \ |
1602 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h | |
bd3ba5d1 NC |
1603 | DEPOBJ_i386_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1604 | $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \ | |
1605 | $(INCDIR)/opcode/i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1606 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1607 | DEPOBJ_i386_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1608 | $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \ | |
1609 | $(INCDIR)/opcode/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h \ | |
1610 | $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
1611 | $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1612 | DEPOBJ_i386_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1613 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1614 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \ | |
1d5f2fe9 | 1615 | $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \ |
bd3ba5d1 NC |
1616 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
1617 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/x86-64.h \ | |
1618 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h | |
1619 | DEPOBJ_i860_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1620 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1621 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \ | |
1622 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1623 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1624 | DEPOBJ_i960_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1625 | $(srcdir)/config/tc-i960.h $(INCDIR)/coff/internal.h \ | |
1626 | $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
1627 | $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1628 | DEPOBJ_i960_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1629 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1630 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ | |
1631 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1632 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1633 | DEPOBJ_ia64_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1634 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1635 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \ | |
1636 | $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \ | |
f26a5955 | 1637 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1638 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1639 | DEPOBJ_ip2k_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1640 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1641 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ | |
1642 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1643 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1644 | DEPOBJ_m32c_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1645 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1646 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h \ | |
1647 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1648 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1649 | DEPOBJ_m32r_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1650 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1651 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h \ | |
1652 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1653 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1654 | DEPOBJ_m68hc11_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1655 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1656 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h \ | |
1657 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1658 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1659 | DEPOBJ_m68k_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1660 | $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1661 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1662 | DEPOBJ_m68k_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1663 | $(srcdir)/config/tc-m68k.h $(INCDIR)/coff/internal.h \ | |
1664 | $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1665 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1666 | DEPOBJ_m68k_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1667 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1668 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h \ | |
a6d04ec4 | 1669 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1670 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
1671 | DEPOBJ_maxq_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1672 | $(srcdir)/config/tc-maxq.h $(INCDIR)/coff/internal.h \ | |
1673 | $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1674 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1675 | DEPOBJ_mcore_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1676 | $(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \ | |
1677 | $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1678 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1679 | DEPOBJ_mcore_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1680 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1681 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h \ | |
1682 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1683 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1684 | DEPOBJ_mep_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1685 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1686 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h \ | |
1687 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
a6d04ec4 AM |
1688 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/mep.h \ |
1689 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h | |
bd3ba5d1 NC |
1690 | DEPOBJ_mips_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1691 | $(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h \ | |
1692 | $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1693 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1694 | DEPOBJ_mips_ecoff = ../bfd/config.h $(srcdir)/config/obj-ecoff.h \ | |
1695 | $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \ | |
1696 | $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ | |
1697 | $(INCDIR)/bfdlink.h $(BFDDIR)/libecoff.h | |
1698 | DEPOBJ_mips_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1699 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1700 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h \ | |
b177c45c | 1701 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
bd3ba5d1 NC |
1702 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h ecoff.h \ |
1703 | $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h $(INCDIR)/elf/mips.h \ | |
1704 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h | |
1705 | DEPOBJ_mmix_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1706 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1707 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h \ | |
1708 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1709 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1710 | DEPOBJ_mn10200_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1711 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1712 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h \ | |
1713 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1714 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1715 | DEPOBJ_mn10300_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1716 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1717 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h \ | |
1718 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1719 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1720 | DEPOBJ_msp430_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1721 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1722 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h \ | |
1723 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1724 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1725 | DEPOBJ_mt_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1726 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1727 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h \ | |
1728 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1729 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1730 | DEPOBJ_ns32k_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1731 | $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1732 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1733 | DEPOBJ_openrisc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1734 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1735 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \ | |
b177c45c | 1736 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1737 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1738 | DEPOBJ_or32_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1739 | $(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \ | |
1740 | $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
1741 | $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1742 | DEPOBJ_or32_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1743 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1744 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \ | |
1745 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1746 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1747 | DEPOBJ_pdp11_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1748 | $(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1749 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1750 | DEPOBJ_pdp11_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1751 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1752 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h \ | |
1753 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1754 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1755 | DEPOBJ_pj_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1756 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1757 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h \ | |
1758 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1759 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1760 | DEPOBJ_ppc_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1761 | $(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \ | |
1762 | $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
1763 | $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1764 | DEPOBJ_ppc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1765 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1766 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h \ | |
1767 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 AM |
1768 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h \ |
1769 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h | |
bd3ba5d1 NC |
1770 | DEPOBJ_s390_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1771 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1772 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h \ | |
1773 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1774 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1775 | DEPOBJ_score_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1776 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1777 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h \ | |
1778 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1779 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1780 | DEPOBJ_sh_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1781 | $(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \ | |
1782 | $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1783 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1784 | DEPOBJ_sh_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1785 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1786 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \ | |
e9f53129 AM |
1787 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
1788 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
bd3ba5d1 NC |
1789 | DEPOBJ_sh64_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1790 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1791 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \ | |
1792 | $(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ | |
1793 | $(BFDDIR)/elf32-sh64.h $(INCDIR)/safe-ctype.h subsegs.h \ | |
1794 | $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \ | |
e9f53129 | 1795 | dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1796 | DEPOBJ_sparc_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1797 | $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1798 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1799 | DEPOBJ_sparc_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1800 | $(srcdir)/config/tc-sparc.h $(INCDIR)/coff/internal.h \ | |
1801 | $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1802 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1803 | DEPOBJ_sparc_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1804 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1805 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \ | |
1806 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1807 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1808 | DEPOBJ_spu_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1809 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1810 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h \ | |
1811 | $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \ | |
1812 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1813 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1814 | DEPOBJ_tic30_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1815 | $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1816 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1817 | DEPOBJ_tic30_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1818 | $(srcdir)/config/tc-tic30.h $(INCDIR)/coff/internal.h \ | |
1819 | $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1820 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1821 | DEPOBJ_tic4x_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1822 | $(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \ | |
1823 | $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \ | |
1824 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1825 | DEPOBJ_tic54x_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1826 | $(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \ | |
1827 | $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \ | |
1828 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1829 | DEPOBJ_v850_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1830 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1831 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \ | |
1832 | $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h \ | |
03bf704f | 1833 | $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1834 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1835 | DEPOBJ_vax_aout = ../bfd/config.h $(srcdir)/config/obj-aout.h \ |
1836 | $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ | |
1837 | $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h | |
1838 | DEPOBJ_vax_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1839 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1840 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h \ | |
1841 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
e9f53129 | 1842 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1843 | DEPOBJ_xc16x_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1844 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1845 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h \ | |
b177c45c | 1846 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ |
e9f53129 | 1847 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1848 | DEPOBJ_xstormy16_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ |
1849 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1850 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \ | |
1851 | dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ | |
1852 | $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h | |
1853 | DEPOBJ_xtensa_elf = ../bfd/config.h $(srcdir)/config/obj-elf.h \ | |
1854 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1855 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \ | |
1856 | $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h \ | |
1857 | subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \ | |
e9f53129 | 1858 | dwarf2dbg.h $(INCDIR)/aout/aout64.h |
bd3ba5d1 NC |
1859 | DEPOBJ_z80_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
1860 | $(srcdir)/config/tc-z80.h $(INCDIR)/coff/internal.h \ | |
1861 | $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1862 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
1863 | DEPOBJ_z8k_coff = ../bfd/config.h $(srcdir)/config/obj-coff.h \ | |
1864 | $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ | |
1865 | $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ | |
1866 | $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h | |
04ad1543 | 1867 | DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \ |
252b5132 RH |
1868 | $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \ |
1869 | $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def | |
16adf844 AM |
1870 | DEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) \ |
1871 | $(DEPOBJ_i386_elf) | |
04ad1543 ILT |
1872 | DEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) \ |
1873 | $(DEPOBJ_mips_elf) | |
3bcbcc3d | 1874 | DEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf) |
b177c45c L |
1875 | DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \ |
1876 | ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h | |
03bf704f AM |
1877 | DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1878 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1879 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h | |
b177c45c | 1880 | DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h |
03bf704f AM |
1881 | DEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1882 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1883 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \ | |
bd3ba5d1 | 1884 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1885 | $(BFDDIR)/libcoff.h |
b177c45c L |
1886 | DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \ |
1887 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
1888 | DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \ | |
03bf704f AM |
1889 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \ |
1890 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
1891 | DEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1892 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1893 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h | |
1894 | DEP_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1895 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1896 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \ | |
bd3ba5d1 | 1897 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1898 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1899 | DEP_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1900 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1901 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \ | |
bd3ba5d1 | 1902 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1903 | $(BFDDIR)/libcoff.h |
3d3d428f NC |
1904 | DEP_cr16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1905 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1906 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h dwarf2dbg.h \ | |
bd3ba5d1 | 1907 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
3d3d428f | 1908 | $(BFDDIR)/libcoff.h |
b177c45c L |
1909 | DEP_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \ |
1910 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
03bf704f AM |
1911 | DEP_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1912 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1913 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \ | |
bd3ba5d1 | 1914 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1915 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1916 | DEP_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1917 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1918 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \ | |
bd3ba5d1 | 1919 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1920 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1921 | DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1922 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1923 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h | |
1924 | DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1925 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1926 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h | |
1927 | DEP_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1928 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1929 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \ | |
bd3ba5d1 | 1930 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1931 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1932 | DEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1933 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1934 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \ | |
bd3ba5d1 | 1935 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1936 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1937 | DEP_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1938 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1939 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h | |
b177c45c | 1940 | DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \ |
03bf704f AM |
1941 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \ |
1942 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
1943 | DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1944 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1945 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \ | |
bd3ba5d1 | 1946 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1947 | $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h |
03bf704f AM |
1948 | DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1949 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1950 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \ | |
e9f53129 AM |
1951 | $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \ |
1952 | $(INCDIR)/elf/reloc-macros.h | |
03bf704f AM |
1953 | DEP_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1954 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1955 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \ | |
bd3ba5d1 | 1956 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1957 | $(BFDDIR)/libcoff.h |
b177c45c | 1958 | DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \ |
1d5f2fe9 | 1959 | $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \ |
b177c45c L |
1960 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h |
1961 | DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \ | |
1d5f2fe9 | 1962 | $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \ |
e9f53129 | 1963 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \ |
03bf704f AM |
1964 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h |
1965 | DEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1966 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1d5f2fe9 | 1967 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \ |
bd3ba5d1 NC |
1968 | $(INCDIR)/opcode/i386.h dwarf2dbg.h ../bfd/config.h \ |
1969 | $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ | |
1970 | $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h | |
03bf704f AM |
1971 | DEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1972 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1973 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \ | |
bd3ba5d1 | 1974 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1975 | $(BFDDIR)/libcoff.h |
b177c45c | 1976 | DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \ |
03bf704f AM |
1977 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \ |
1978 | $(INCDIR)/bfdlink.h | |
1979 | DEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1980 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1981 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \ | |
bd3ba5d1 | 1982 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1983 | $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h |
03bf704f AM |
1984 | DEP_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1985 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1986 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \ | |
1987 | $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h | |
1988 | DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
1989 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1990 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \ | |
bd3ba5d1 | 1991 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1992 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1993 | DEP_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1994 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1995 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \ | |
bd3ba5d1 | 1996 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 1997 | $(BFDDIR)/libcoff.h |
03bf704f AM |
1998 | DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
1999 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2000 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \ | |
bd3ba5d1 | 2001 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2002 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2003 | DEP_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2004 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2005 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \ | |
bd3ba5d1 | 2006 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2007 | $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h |
b177c45c L |
2008 | DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \ |
2009 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
2010 | DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \ | |
03bf704f AM |
2011 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ |
2012 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
2013 | DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2014 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2015 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h | |
f26a5955 | 2016 | DEP_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \ |
03bf704f AM |
2017 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \ |
2018 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
b177c45c | 2019 | DEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \ |
03bf704f AM |
2020 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \ |
2021 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
2022 | DEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2023 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2024 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \ | |
bd3ba5d1 | 2025 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2026 | $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h |
a6d04ec4 AM |
2027 | DEP_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2028 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2029 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \ | |
bd3ba5d1 | 2030 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
a6d04ec4 | 2031 | $(BFDDIR)/libcoff.h |
b177c45c | 2032 | DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \ |
03bf704f AM |
2033 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \ |
2034 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
b177c45c L |
2035 | DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \ |
2036 | ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h | |
03bf704f AM |
2037 | DEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2038 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2039 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h | |
2040 | DEP_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2041 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2042 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \ | |
bd3ba5d1 | 2043 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2044 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2045 | DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2046 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2047 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \ | |
bd3ba5d1 | 2048 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2049 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2050 | DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2051 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2052 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \ | |
bd3ba5d1 | 2053 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2054 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2055 | DEP_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2056 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2057 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \ | |
bd3ba5d1 | 2058 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2059 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2060 | DEP_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2061 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2062 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \ | |
bd3ba5d1 | 2063 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2064 | $(BFDDIR)/libcoff.h |
b177c45c L |
2065 | DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \ |
2066 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
03bf704f AM |
2067 | DEP_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2068 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2069 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \ | |
bd3ba5d1 NC |
2070 | dwarf2dbg.h ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
2071 | $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h | |
b177c45c | 2072 | DEP_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \ |
03bf704f AM |
2073 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \ |
2074 | $(INCDIR)/bfdlink.h | |
2075 | DEP_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2076 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2077 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \ | |
bd3ba5d1 | 2078 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2079 | $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h |
b177c45c L |
2080 | DEP_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \ |
2081 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
03bf704f AM |
2082 | DEP_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2083 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2084 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \ | |
bd3ba5d1 | 2085 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2086 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2087 | DEP_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2088 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2089 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \ | |
bd3ba5d1 | 2090 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2091 | $(BFDDIR)/libcoff.h |
b177c45c | 2092 | DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \ |
03bf704f AM |
2093 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \ |
2094 | $(INCDIR)/bfdlink.h | |
2095 | DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2096 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2097 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \ | |
bd3ba5d1 | 2098 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2099 | $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h |
03bf704f AM |
2100 | DEP_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2101 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2102 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \ | |
bd3ba5d1 | 2103 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2104 | $(BFDDIR)/libcoff.h |
e9f53129 AM |
2105 | DEP_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2106 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2107 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \ | |
bd3ba5d1 | 2108 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
e9f53129 | 2109 | $(BFDDIR)/libcoff.h |
b177c45c | 2110 | DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \ |
03bf704f AM |
2111 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \ |
2112 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
2113 | DEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2114 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2115 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h | |
2116 | DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2117 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2118 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \ | |
2119 | $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h | |
b177c45c L |
2120 | DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \ |
2121 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
2122 | DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \ | |
03bf704f AM |
2123 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \ |
2124 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
2125 | DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2126 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2127 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \ | |
bd3ba5d1 | 2128 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2129 | $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h |
e9f53129 AM |
2130 | DEP_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2131 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
5c068be8 | 2132 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \ |
bd3ba5d1 NC |
2133 | $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h ../bfd/config.h \ |
2134 | $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ | |
2135 | $(BFDDIR)/libcoff.h | |
b177c45c L |
2136 | DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \ |
2137 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
2138 | DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \ | |
03bf704f AM |
2139 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \ |
2140 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
b177c45c | 2141 | DEP_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \ |
03bf704f AM |
2142 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \ |
2143 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
b177c45c | 2144 | DEP_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \ |
03bf704f AM |
2145 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \ |
2146 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
2147 | DEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ | |
2148 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2149 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \ | |
bd3ba5d1 NC |
2150 | $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h ../bfd/config.h \ |
2151 | $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ | |
2152 | $(BFDDIR)/libcoff.h | |
b177c45c L |
2153 | DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \ |
2154 | $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h | |
03bf704f AM |
2155 | DEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2156 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2157 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \ | |
bd3ba5d1 | 2158 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2159 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2160 | DEP_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2161 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2162 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \ | |
bd3ba5d1 | 2163 | ../bfd/config.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \ |
f26a5955 | 2164 | $(BFDDIR)/libcoff.h |
03bf704f AM |
2165 | DEP_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2166 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2167 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \ | |
bd3ba5d1 NC |
2168 | dwarf2dbg.h ../bfd/config.h $(srcdir)/config/obj-coff.h \ |
2169 | $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h | |
03bf704f AM |
2170 | DEP_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \ |
2171 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
2172 | $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \ | |
2173 | $(INCDIR)/xtensa-config.h | |
b177c45c | 2174 | DEP_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \ |
03bf704f AM |
2175 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \ |
2176 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
b177c45c | 2177 | DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \ |
03bf704f AM |
2178 | $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \ |
2179 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h | |
252b5132 | 2180 | DEP_hppa_som = $(BFDDIR)/som.h |
16adf844 AM |
2181 | DEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) \ |
2182 | $(DEP_i386_elf) | |
252b5132 RH |
2183 | DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \ |
2184 | $(DEP_mips_elf) | |
3bcbcc3d | 2185 | DEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf) |
ad4d6ccf AM |
2186 | BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE. |
2187 | #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. | |
bd3ba5d1 NC |
2188 | app.o: app.c ../bfd/config.h |
2189 | as.o: as.c ../bfd/config.h subsegs.h $(INCDIR)/obstack.h \ | |
2190 | output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \ | |
2191 | $(INCDIR)/elf/dwarf2.h ../bfd/bfdver.h | |
2192 | atof-generic.o: atof-generic.c ../bfd/config.h $(INCDIR)/safe-ctype.h | |
2193 | cond.o: cond.c ../bfd/config.h sb.h macro.h $(INCDIR)/obstack.h | |
2194 | depend.o: depend.c ../bfd/config.h | |
2195 | dwarf2dbg.o: dwarf2dbg.c ../bfd/config.h $(INCDIR)/safe-ctype.h \ | |
2196 | dwarf2dbg.h $(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \ | |
2197 | $(INCDIR)/elf/dwarf2.h | |
2198 | dw2gencfi.o: dw2gencfi.c ../bfd/config.h dw2gencfi.h \ | |
2199 | $(INCDIR)/elf/dwarf2.h subsegs.h $(INCDIR)/obstack.h | |
2200 | ecoff.o: ecoff.c ../bfd/config.h ecoff.h | |
2201 | ehopt.o: ehopt.c ../bfd/config.h subsegs.h $(INCDIR)/obstack.h \ | |
b177c45c | 2202 | $(INCDIR)/elf/dwarf2.h |
bd3ba5d1 NC |
2203 | expr.o: expr.c ../bfd/config.h $(INCDIR)/safe-ctype.h \ |
2204 | $(INCDIR)/obstack.h | |
2205 | flonum-copy.o: flonum-copy.c ../bfd/config.h | |
ad4d6ccf AM |
2206 | flonum-konst.o: flonum-konst.c |
2207 | flonum-mult.o: flonum-mult.c | |
bd3ba5d1 NC |
2208 | frags.o: frags.c ../bfd/config.h subsegs.h $(INCDIR)/obstack.h |
2209 | hash.o: hash.c ../bfd/config.h $(INCDIR)/safe-ctype.h \ | |
2210 | $(INCDIR)/obstack.h | |
2211 | input-file.o: input-file.c ../bfd/config.h input-file.h \ | |
2212 | $(INCDIR)/safe-ctype.h | |
2213 | input-scrub.o: input-scrub.c ../bfd/config.h input-file.h \ | |
2214 | sb.h | |
2215 | listing.o: listing.c ../bfd/config.h $(INCDIR)/obstack.h \ | |
2216 | $(INCDIR)/safe-ctype.h input-file.h subsegs.h | |
2217 | literal.o: literal.c ../bfd/config.h subsegs.h $(INCDIR)/obstack.h | |
2218 | macro.o: macro.c ../bfd/config.h $(INCDIR)/safe-ctype.h \ | |
2219 | sb.h macro.h | |
2220 | messages.o: messages.c ../bfd/config.h | |
2221 | output-file.o: output-file.c ../bfd/config.h output-file.h | |
2222 | read.o: read.c ../bfd/config.h $(INCDIR)/safe-ctype.h \ | |
2223 | subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \ | |
2224 | dw2gencfi.h $(INCDIR)/elf/dwarf2.h | |
2225 | remap.o: remap.c ../bfd/config.h | |
2226 | sb.o: sb.c ../bfd/config.h sb.h | |
2227 | stabs.o: stabs.c ../bfd/config.h $(INCDIR)/obstack.h \ | |
2228 | subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def | |
2229 | subsegs.o: subsegs.c ../bfd/config.h subsegs.h $(INCDIR)/obstack.h | |
2230 | symbols.o: symbols.c ../bfd/config.h $(INCDIR)/safe-ctype.h \ | |
2231 | $(INCDIR)/obstack.h subsegs.h struc-symbol.h | |
2232 | write.o: write.c ../bfd/config.h subsegs.h $(INCDIR)/obstack.h \ | |
2233 | output-file.h dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h | |
2234 | itbl-ops.o: itbl-ops.c ../bfd/config.h itbl-ops.h | |
2235 | cgen.o: cgen.c ../bfd/config.h cgen-desc.h subsegs.h \ | |
2236 | $(INCDIR)/obstack.h cgen.h dwarf2dbg.h struc-symbol.h | |
2237 | e-crisaout.o: $(srcdir)/config/e-crisaout.c ../bfd/config.h \ | |
2238 | emul-target.h | |
2239 | e-criself.o: $(srcdir)/config/e-criself.c ../bfd/config.h \ | |
2240 | emul-target.h | |
2241 | e-i386aout.o: $(srcdir)/config/e-i386aout.c ../bfd/config.h \ | |
2242 | emul-target.h | |
2243 | e-i386coff.o: $(srcdir)/config/e-i386coff.c ../bfd/config.h \ | |
2244 | emul-target.h | |
2245 | e-i386elf.o: $(srcdir)/config/e-i386elf.c ../bfd/config.h \ | |
2246 | emul-target.h | |
2247 | e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c ../bfd/config.h \ | |
2248 | emul-target.h | |
2249 | e-mipself.o: $(srcdir)/config/e-mipself.c ../bfd/config.h \ | |
2250 | emul-target.h | |
252b5132 | 2251 | $(OBJS): $(DEP_@target_cpu_type@_@obj_format@) |
04ad1543 ILT |
2252 | $(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@) |
2253 | $(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@) | |
ad4d6ccf | 2254 | #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE. |