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