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