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