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