m32r.opc (parse_slo16): Better version of previous patch.
[deliverable/binutils-gdb.git] / gas / Makefile.in
CommitLineData
b898a385 1# Makefile.in generated by automake 1.9.5 from Makefile.am.
13b2be9c 2# @configure_input@
252b5132 3
ab509236 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
b8c449bf 5# 2003, 2004, 2005 Free Software Foundation, Inc.
252b5132
RH
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
13b2be9c 15@SET_MAKE@
252b5132 16
ab509236
L
17
18SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(itbl_test_SOURCES)
19
252b5132
RH
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
252b5132
RH
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
252b5132 26top_builddir = .
13b2be9c 27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
252b5132 28INSTALL = @INSTALL@
13b2be9c
DJ
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
252b5132
RH
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
252b5132 40build_triplet = @build@
252b5132 41host_triplet = @host@
252b5132 42target_triplet = @target@
ab509236
L
43noinst_PROGRAMS = as-new$(EXEEXT)
44EXTRA_PROGRAMS = itbl-test$(EXEEXT)
b898a385
L
45DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
46 README ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
ab509236
L
47 $(top_srcdir)/configure $(am__configure_deps) \
48 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
49 $(srcdir)/gdbinit.in $(srcdir)/gdbinit.in \
07c1b327
CM
50 $(top_srcdir)/po/Make-in m68k-parse.c bfin-parse.c \
51 itbl-parse.c itbl-lex.c $(srcdir)/../ylwrap \
52 $(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
53 $(srcdir)/../config.sub
ab509236
L
54subdir = .
55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
9e9b66a9
AM
57 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
58 $(top_srcdir)/../gettext.m4 $(top_srcdir)/configure.in
ab509236
L
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
62 configure.lineno configure.status.lineno
63mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
64CONFIG_HEADER = config.h
65CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
66PROGRAMS = $(noinst_PROGRAMS)
67am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
87c245cc
BE
68 cond.$(OBJEXT) depend.$(OBJEXT) dwarf2dbg.$(OBJEXT) \
69 dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) \
70 expr.$(OBJEXT) flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) \
71 flonum-mult.$(OBJEXT) frags.$(OBJEXT) hash.$(OBJEXT) \
72 input-file.$(OBJEXT) input-scrub.$(OBJEXT) listing.$(OBJEXT) \
73 literal.$(OBJEXT) macro.$(OBJEXT) messages.$(OBJEXT) \
74 output-file.$(OBJEXT) read.$(OBJEXT) sb.$(OBJEXT) \
75 stabs.$(OBJEXT) subsegs.$(OBJEXT) symbols.$(OBJEXT) \
76 write.$(OBJEXT)
ab509236
L
77am_as_new_OBJECTS = $(am__objects_1)
78as_new_OBJECTS = $(am_as_new_OBJECTS)
79am__DEPENDENCIES_1 = tc-@target_cpu_type@.o
80am__DEPENDENCIES_2 = obj-@obj_format@.o
81am__DEPENDENCIES_3 = atof-@atof@.o
82am__DEPENDENCIES_4 =
83am__DEPENDENCIES_5 = ../libiberty/libiberty.a
84am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
85itbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
86itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o $(am__DEPENDENCIES_5)
87SCRIPTS = $(noinst_SCRIPTS)
88DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
89depcomp =
90am__depfiles_maybe =
91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
94 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95 $(AM_CFLAGS) $(CFLAGS)
96CCLD = $(CC)
97LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98 $(AM_LDFLAGS) $(LDFLAGS) -o $@
99LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
100LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
101YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
102LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
103 $(AM_YFLAGS)
104YLWRAP = $(top_srcdir)/../ylwrap
105SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
106 $(itbl_test_SOURCES)
ab509236
L
107RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108 html-recursive info-recursive install-data-recursive \
109 install-exec-recursive install-info-recursive \
110 install-recursive installcheck-recursive installdirs-recursive \
111 pdf-recursive ps-recursive uninstall-info-recursive \
112 uninstall-recursive
113ETAGS = etags
114CTAGS = ctags
115DEJATOOL = $(PACKAGE)
116RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
13b2be9c
DJ
117ACLOCAL = @ACLOCAL@
118ALLOCA = @ALLOCA@
252b5132 119ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
13b2be9c
DJ
120AMDEP_FALSE = @AMDEP_FALSE@
121AMDEP_TRUE = @AMDEP_TRUE@
122AMTAR = @AMTAR@
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
252b5132 127BFDLIB = @BFDLIB@
13b2be9c 128BFDVER_H = @BFDVER_H@
252b5132
RH
129CATALOGS = @CATALOGS@
130CATOBJEXT = @CATOBJEXT@
131CC = @CC@
13b2be9c
DJ
132CCDEPMODE = @CCDEPMODE@
133CFLAGS = @CFLAGS@
134CPP = @CPP@
135CPPFLAGS = @CPPFLAGS@
136CYGPATH_W = @CYGPATH_W@
252b5132 137DATADIRNAME = @DATADIRNAME@
13b2be9c
DJ
138DEFS = @DEFS@
139DEPDIR = @DEPDIR@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
252b5132 144EXEEXT = @EXEEXT@
76a27922 145GDBINIT = @GDBINIT@
252b5132
RH
146GMOFILES = @GMOFILES@
147GMSGFMT = @GMSGFMT@
148GT_NO = @GT_NO@
149GT_YES = @GT_YES@
150INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
13b2be9c
DJ
151INSTALL_DATA = @INSTALL_DATA@
152INSTALL_PROGRAM = @INSTALL_PROGRAM@
153INSTALL_SCRIPT = @INSTALL_SCRIPT@
154INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132
RH
155INSTOBJEXT = @INSTOBJEXT@
156INTLDEPS = @INTLDEPS@
13b2be9c 157INTLLIBS = @INTLLIBS@
252b5132 158INTLOBJS = @INTLOBJS@
13b2be9c
DJ
159LDFLAGS = @LDFLAGS@
160LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
161LEXLIB = @LEXLIB@
162LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
39bec121 163LIBM = @LIBM@
13b2be9c
DJ
164LIBOBJS = @LIBOBJS@
165LIBS = @LIBS@
252b5132
RH
166LIBTOOL = @LIBTOOL@
167LN_S = @LN_S@
13b2be9c 168LTLIBOBJS = @LTLIBOBJS@
252b5132 169MAINT = @MAINT@
13b2be9c
DJ
170MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
171MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
252b5132
RH
172MAKEINFO = @MAKEINFO@
173MKINSTALLDIRS = @MKINSTALLDIRS@
174MSGFMT = @MSGFMT@
9e9b66a9 175NO_WERROR = @NO_WERROR@
18e03609 176OBJEXT = @OBJEXT@
252b5132
RH
177OPCODES_LIB = @OPCODES_LIB@
178PACKAGE = @PACKAGE@
13b2be9c
DJ
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
185POFILES = @POFILES@
186POSUB = @POSUB@
187RANLIB = @RANLIB@
13b2be9c
DJ
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
18e03609 190STRIP = @STRIP@
252b5132
RH
191USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
192USE_NLS = @USE_NLS@
193VERSION = @VERSION@
13b2be9c
DJ
194WARN_CFLAGS = @WARN_CFLAGS@
195XGETTEXT = @XGETTEXT@
13b2be9c
DJ
196YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
197ac_ct_CC = @ac_ct_CC@
198ac_ct_RANLIB = @ac_ct_RANLIB@
199ac_ct_STRIP = @ac_ct_STRIP@
200am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
201am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
202am__include = @am__include@
203am__leading_dot = @am__leading_dot@
204am__quote = @am__quote@
8ea2b00f
AM
205am__tar = @am__tar@
206am__untar = @am__untar@
252b5132 207atof = @atof@
13b2be9c
DJ
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
252b5132 214cgen_cpu_prefix = @cgen_cpu_prefix@
13b2be9c
DJ
215datadir = @datadir@
216exec_prefix = @exec_prefix@
252b5132 217extra_objects = @extra_objects@
13b2be9c
DJ
218host = @host@
219host_alias = @host_alias@
220host_cpu = @host_cpu@
221host_os = @host_os@
222host_vendor = @host_vendor@
223includedir = @includedir@
224infodir = @infodir@
225install_sh = @install_sh@
252b5132
RH
226install_tooldir = @install_tooldir@
227l = @l@
13b2be9c
DJ
228libdir = @libdir@
229libexecdir = @libexecdir@
230localstatedir = @localstatedir@
231mandir = @mandir@
ab509236 232mkdir_p = @mkdir_p@
252b5132 233obj_format = @obj_format@
13b2be9c
DJ
234oldincludedir = @oldincludedir@
235prefix = @prefix@
236program_transform_name = @program_transform_name@
237sbindir = @sbindir@
238sharedstatedir = @sharedstatedir@
239sysconfdir = @sysconfdir@
240target = @target@
241target_alias = @target_alias@
242target_cpu = @target_cpu@
252b5132 243target_cpu_type = @target_cpu_type@
13b2be9c
DJ
244target_os = @target_os@
245target_vendor = @target_vendor@
252b5132 246te_file = @te_file@
ab509236 247AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
252b5132 248SUBDIRS = doc po
bfbdcf04
DJ
249# Automake should figure this out on its own. It doesn't, because
250# of the "cygnus" option. But distclean still wants it.
251DIST_SUBDIRS = $(SUBDIRS)
252b5132 252tooldir = $(exec_prefix)/$(target_alias)
a2d91340 253AM_CFLAGS = $(WARN_CFLAGS)
41b49281 254MKDEP = gcc -MM
252b5132
RH
255TARG_CPU = @target_cpu_type@
256TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
257TARG_CPU_O = tc-@target_cpu_type@.o
258TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
259OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
260OBJ_FORMAT_O = obj-@obj_format@.o
261OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
262TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
263ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
264ATOF_TARG_O = atof-@atof@.o
265
266# use @target_cpu_type@ for refering to configured target name
267IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
268IT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
269IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
270IT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o
271
13b2be9c 272# CPU types. This is only used for dependency information.
45f85b08 273CPU_TYPES = \
45f85b08
L
274 alpha \
275 arc \
276 arm \
277 avr \
07c1b327 278 bfin \
3bcbcc3d 279 cris \
1fe1f39c 280 crx \
45f85b08
L
281 d10v \
282 d30v \
d172d4ba 283 dlx \
45f85b08 284 fr30 \
0ebb9a87 285 frv \
45f85b08 286 h8300 \
45f85b08
L
287 hppa \
288 ia64 \
289 i370 \
290 i386 \
291 i860 \
292 i960 \
a40cbfa3 293 ip2k \
49f58d10 294 m32c \
45f85b08
L
295 m32r \
296 m68hc11 \
297 m68k \
45f85b08
L
298 mcore \
299 mips \
3c3bdf30 300 mmix \
45f85b08
L
301 mn10200 \
302 mn10300 \
2469cfa2 303 msp430 \
45f85b08 304 ns32k \
c7e40348 305 openrisc \
3b16e843 306 or32 \
e135f41b 307 pdp11 \
45f85b08
L
308 pj \
309 ppc \
a85d7ed0 310 s390 \
45f85b08 311 sh \
eb1e0e80 312 sh64 \
45f85b08 313 sparc \
45f85b08 314 tic30 \
98199d8f 315 tic4x \
45f85b08 316 tic54x \
45f85b08 317 vax \
45f85b08 318 v850 \
93fbbb04 319 xstormy16 \
e0001a05 320 xtensa \
45f85b08 321 z8k
252b5132
RH
322
323
324# Object format types. This is only used for dependency information.
98aa84af 325# We deliberately omit SOM, since it does not work as a cross assembler.
45f85b08
L
326OBJ_FORMATS = \
327 aout \
45f85b08
L
328 coff \
329 ecoff \
330 elf \
331 evax \
45f85b08
L
332 ieee \
333 vms
252b5132
RH
334
335
336# This is an sh case which sets valid according to whether the CPU
337# type in the shell variable c and the OS type in the shell variable o
338# are supported. This helps cuts down on the amount of dependency
339# information.
45f85b08
L
340CPU_OBJ_VALID = \
341 valid= ; \
342 case $$o in \
343 aout) \
344 case $$c in \
7be1c489 345 arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tic30 | vax) \
45f85b08
L
346 valid=yes ;; \
347 esac ;; \
43c34dee
HPN
348 coff) valid=yes; \
349 case $$c in \
b95d15c6 350 cris | i860 | mmix | sh64) \
43c34dee
HPN
351 valid= ;; \
352 esac ;; \
45f85b08
L
353 ecoff) \
354 case $$c in \
355 mips | alpha) valid=yes ;; \
356 esac ;; \
357 elf) valid=yes ;; \
358 evax) \
359 case $$c in \
360 alpha) valid=yes ;; \
361 esac ;; \
45f85b08
L
362 vms) \
363 case $$c in \
364 vax) valid=yes ;; \
365 esac ;; \
366 esac;
252b5132
RH
367
368
13b2be9c 369# These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.
3bcbcc3d 370MULTI_CPU_TYPES = i386 mips cris
45f85b08
L
371MULTI_CPU_OBJ_VALID = \
372 valid= ; \
373 case $$o in \
374 aout) \
375 case $$c in \
3bcbcc3d
HPN
376 i386 | cris) valid=yes ;; \
377 esac ;; \
378 coff) \
379 case $$c in \
380 i386 | mips) valid=yes ;; \
45f85b08 381 esac ;; \
45f85b08
L
382 ecoff) \
383 case $$c in \
384 mips) valid=yes ;; \
385 esac ;; \
386 elf) valid=yes ;; \
387 esac;
252b5132
RH
388
389
13b2be9c 390# Regular source files.
45f85b08
L
391GAS_CFILES = \
392 app.c \
393 as.c \
394 atof-generic.c \
45f85b08
L
395 cond.c \
396 depend.c \
397 dwarf2dbg.c \
54cfded0 398 dw2gencfi.c \
45f85b08
L
399 ecoff.c \
400 ehopt.c \
401 expr.c \
402 flonum-copy.c \
403 flonum-konst.c \
404 flonum-mult.c \
405 frags.c \
406 hash.c \
407 input-file.c \
408 input-scrub.c \
409 listing.c \
410 literal.c \
411 macro.c \
412 messages.c \
413 output-file.c \
414 read.c \
415 sb.c \
416 stabs.c \
417 subsegs.c \
418 symbols.c \
419 write.c
252b5132 420
fea17916 421CFILES = $(GAS_CFILES) itbl-ops.c
45f85b08
L
422HFILES = \
423 as.h \
424 asintl.h \
425 bignum.h \
426 bit_fix.h \
427 cgen.h \
428 dwarf2dbg.h \
54cfded0 429 dw2gencfi.h \
45f85b08
L
430 ecoff.h \
431 emul-target.h \
432 emul.h \
433 expr.h \
434 flonum.h \
435 frags.h \
436 hash.h \
437 input-file.h \
b16b813f 438 itbl-lex.h \
45f85b08
L
439 itbl-ops.h \
440 listing.h \
441 macro.h \
442 obj.h \
443 output-file.h \
444 read.h \
445 sb.h \
446 struc-symbol.h \
447 subsegs.h \
448 symbols.h \
449 tc.h \
450 write.h
252b5132
RH
451
452
13b2be9c 453# CPU files in config.
45f85b08 454TARGET_CPU_CFILES = \
45f85b08
L
455 config/tc-alpha.c \
456 config/tc-arc.c \
457 config/tc-arm.c \
458 config/tc-avr.c \
07c1b327 459 config/tc-bfin.c \
3bcbcc3d 460 config/tc-cris.c \
1fe1f39c 461 config/tc-crx.c \
45f85b08
L
462 config/tc-d10v.c \
463 config/tc-d30v.c \
d172d4ba 464 config/tc-dlx.c \
45f85b08 465 config/tc-fr30.c \
0ebb9a87 466 config/tc-frv.c \
45f85b08 467 config/tc-h8300.c \
45f85b08
L
468 config/tc-hppa.c \
469 config/tc-ia64.c \
470 config/tc-i370.c \
471 config/tc-i386.c \
472 config/tc-i860.c \
473 config/tc-i960.c \
a40cbfa3 474 config/tc-ip2k.c \
49f58d10 475 config/tc-m32c.c \
45f85b08
L
476 config/tc-m32r.c \
477 config/tc-m68hc11.c \
478 config/tc-m68k.c \
45f85b08
L
479 config/tc-mcore.c \
480 config/tc-mips.c \
3c3bdf30 481 config/tc-mmix.c \
45f85b08
L
482 config/tc-mn10200.c \
483 config/tc-mn10300.c \
2469cfa2 484 config/tc-msp430.c \
45f85b08 485 config/tc-ns32k.c \
c7e40348 486 config/tc-openrisc.c \
3b16e843 487 config/tc-or32.c \
e135f41b 488 config/tc-pdp11.c \
45f85b08
L
489 config/tc-pj.c \
490 config/tc-ppc.c \
a85d7ed0 491 config/tc-s390.c \
45f85b08 492 config/tc-sh.c \
324bfcf3 493 config/tc-sh64.c \
45f85b08 494 config/tc-sparc.c \
45f85b08
L
495 config/tc-tic30.c \
496 config/tc-tic54x.c \
45f85b08 497 config/tc-vax.c \
45f85b08 498 config/tc-v850.c \
93fbbb04 499 config/tc-xstormy16.c \
e0001a05 500 config/tc-xtensa.c \
45f85b08
L
501 config/tc-z8k.c
502
45f85b08 503TARGET_CPU_HFILES = \
45f85b08
L
504 config/tc-alpha.h \
505 config/tc-arc.h \
506 config/tc-arm.h \
507 config/tc-avr.h \
07c1b327 508 config/tc-bfin.h \
3bcbcc3d 509 config/tc-cris.h \
1fe1f39c 510 config/tc-crx.h \
45f85b08
L
511 config/tc-d10v.h \
512 config/tc-d30v.h \
d172d4ba 513 config/tc-dlx.h \
45f85b08 514 config/tc-fr30.h \
0ebb9a87 515 config/tc-frv.h \
45f85b08 516 config/tc-h8300.h \
45f85b08
L
517 config/tc-hppa.h \
518 config/tc-ia64.h \
519 config/tc-i370.h \
520 config/tc-i386.h \
521 config/tc-i860.h \
522 config/tc-i960.h \
a40cbfa3 523 config/tc-ip2k.h \
49f58d10 524 config/tc-m32c.h \
45f85b08
L
525 config/tc-m32r.h \
526 config/tc-m68hc11.h \
527 config/tc-m68k.h \
45f85b08
L
528 config/tc-mcore.h \
529 config/tc-mips.h \
3c3bdf30 530 config/tc-mmix.h \
45f85b08
L
531 config/tc-mn10200.h \
532 config/tc-mn10300.h \
2469cfa2 533 config/tc-msp430.h \
45f85b08 534 config/tc-ns32k.h \
c7e40348 535 config/tc-openrisc.h \
3b16e843 536 config/tc-or32.h \
e135f41b 537 config/tc-pdp11.h \
45f85b08
L
538 config/tc-pj.h \
539 config/tc-ppc.h \
a85d7ed0 540 config/tc-s390.h \
45f85b08 541 config/tc-sh.h \
324bfcf3 542 config/tc-sh64.h \
45f85b08 543 config/tc-sparc.h \
45f85b08
L
544 config/tc-tic30.h \
545 config/tc-tic54x.h \
45f85b08 546 config/tc-vax.h \
45f85b08 547 config/tc-v850.h \
93fbbb04 548 config/tc-xstormy16.h \
e0001a05 549 config/tc-xtensa.h \
45f85b08 550 config/tc-z8k.h
252b5132
RH
551
552
13b2be9c 553# OBJ files in config
45f85b08
L
554OBJ_FORMAT_CFILES = \
555 config/obj-aout.c \
45f85b08
L
556 config/obj-coff.c \
557 config/obj-ecoff.c \
558 config/obj-elf.c \
559 config/obj-evax.c \
45f85b08 560 config/obj-ieee.c \
ec91a2c2 561 config/obj-som.c
45f85b08 562
45f85b08
L
563OBJ_FORMAT_HFILES = \
564 config/obj-aout.h \
45f85b08
L
565 config/obj-coff.h \
566 config/obj-ecoff.h \
567 config/obj-elf.h \
568 config/obj-evax.h \
45f85b08 569 config/obj-ieee.h \
ec91a2c2 570 config/obj-som.h
252b5132
RH
571
572
13b2be9c 573# Emulation header files in config
45f85b08
L
574TARG_ENV_HFILES = \
575 config/te-386bsd.h \
c820d418 576 config/te-armlinuxeabi.h \
45f85b08
L
577 config/te-aux.h \
578 config/te-delta.h \
579 config/te-delt88.h \
580 config/te-dpx2.h \
581 config/te-dynix.h \
582 config/te-epoc-pe.h \
583 config/te-generic.h \
584 config/te-go32.h \
45f85b08 585 config/te-hppa.h \
3438adb3
AM
586 config/te-hppa64.h \
587 config/te-hppalinux64.h \
45f85b08 588 config/te-i386aix.h \
7463c317 589 config/te-ia64aix.h \
45f85b08
L
590 config/te-ic960.h \
591 config/te-linux.h \
592 config/te-lnews.h \
593 config/te-lynx.h \
594 config/te-mach.h \
595 config/te-macos.h \
596 config/te-nbsd.h \
597 config/te-nbsd532.h \
32137342 598 config/te-netware.h \
45f85b08
L
599 config/te-pc532mach.h \
600 config/te-pe.h \
45f85b08
L
601 config/te-psos.h \
602 config/te-riscix.h \
603 config/te-sparcaout.h \
604 config/te-sun3.h \
605 config/te-svr4.h \
e5a52504 606 config/te-symbian.h \
af9539e4 607 config/te-tmips.h
252b5132
RH
608
609
13b2be9c 610# Multi files in config
45f85b08 611MULTI_CFILES = \
3bcbcc3d
HPN
612 config/e-crisaout.c \
613 config/e-criself.c \
45f85b08
L
614 config/e-i386aout.c \
615 config/e-i386coff.c \
616 config/e-i386elf.c \
617 config/e-mipsecoff.c \
618 config/e-mipself.c
619
45f85b08
L
620CONFIG_OBJS = \
621 $(TARG_CPU_O) \
622 $(OBJ_FORMAT_O) \
623 $(ATOF_TARG_O) \
624 $(extra_objects)
625
45f85b08
L
626GENERIC_OBJS = \
627 app.o \
628 as.o \
629 atof-generic.o \
45f85b08
L
630 cond.o \
631 depend.o \
632 dwarf2dbg.o \
54cfded0 633 dw2gencfi.o \
45f85b08
L
634 ehopt.o \
635 expr.o \
636 flonum-konst.o \
637 flonum-copy.o \
638 flonum-mult.o \
639 frags.o \
640 hash.o \
641 input-file.o \
642 input-scrub.o \
643 literal.o \
644 messages.o \
645 output-file.o \
646 read.o \
647 subsegs.o \
648 symbols.o \
649 write.o \
650 listing.o \
651 ecoff.o \
652 stabs.o \
653 sb.o \
654 macro.o
252b5132 655
252b5132 656OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
45f85b08
L
657POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
658 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
620c54b3 659 $(HFILES) $(CFILES)
252b5132 660
81afc846
ILT
661noinst_SCRIPTS = $(GDBINIT)
662EXTRA_SCRIPTS = .gdbinit
07c1b327 663EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
fa4ec3f5 664 bfin-parse.c
07c1b327 665
252b5132
RH
666DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
667
13b2be9c 668# Now figure out from those variables how to compile and link.
252b5132
RH
669BASEDIR = $(srcdir)/..
670BFDDIR = $(BASEDIR)/bfd
671INCDIR = $(BASEDIR)/include
672
673# This is the variable actually used when we compile.
674# Specify the directories to be searched for header files.
675# Both . and srcdir are used, in that order,
676# so that tm.h and config.h will be found in the compilation
677# subdirectory rather than in the source directory.
32118081 678INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(datadir)/locale\""
252b5132
RH
679
680# This should be parallel to INCLUDES, but should replace $(srcdir)
681# with $${srcdir}, and should work in a subdirectory. This is used
682# when building dependencies, because the dependency building is done
683# in a subdirectory.
32118081 684DEP_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="\"$(datadir)/locale\""
7be1c489 685DEP_FLAGS = -DOBJ_MAYBE_ELF \
3817f222
AM
686 -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES)
687
688
252b5132
RH
689# How to link with both our special library facilities
690# and the system's installed libraries.
252b5132
RH
691GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
692
693# Files to be copied away after each stage in building.
694STAGESTUFF = *.o $(noinst_PROGRAMS)
252b5132 695as_new_SOURCES = $(GAS_CFILES)
45f85b08
L
696as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
697 $(extra_objects) $(GASLIBS) $(INTLLIBS) $(LIBM)
252b5132 698
45f85b08
L
699as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
700 $(extra_objects) $(GASLIBS) $(INTLDEPS)
252b5132 701
c3298874
BE
702EXPECT = expect
703RUNTEST = runtest
252b5132
RH
704RUNTESTFLAGS =
705
13b2be9c 706# The m68k operand parser.
07c1b327 707EXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y
252b5132 708itbl_test_SOURCES = itbl-parse.y itbl-lex.l
46eec08e 709itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
252b5132 710
13b2be9c 711# CGEN interface.
252b5132
RH
712CGEN_CPU_PREFIX = @cgen_cpu_prefix@
713
13b2be9c 714# Remake the info files.
e079bef8 715MOSTLYCLEANFILES = $(STAGESTUFF) core \
45f85b08
L
716 testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
717 testsuite/site.exp site.bak site.exp stage stage1 stage2
252b5132 718
ad4d6ccf 719CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR
252b5132 720against = stage2
45f85b08
L
721DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
722 $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
6104f0a0 723
14ee9f48 724CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt
ad4d6ccf 725AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
b898a385
L
726DEPTC_alpha_coff = $(INCDIR)/symcat.h ./targ-env.h \
727 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
728 $(srcdir)/config/tc-alpha.h $(INCDIR)/coff/internal.h \
729 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
ceae3e33
AM
730 struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \
731 $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
01580992 732
b898a385
L
733DEPTC_alpha_ecoff = $(INCDIR)/symcat.h ./targ-env.h \
734 ./obj-format.h $(srcdir)/config/obj-ecoff.h ./targ-cpu.h \
403487ec
AM
735 $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \
736 $(INCDIR)/coff/ecoff.h subsegs.h $(INCDIR)/obstack.h \
b898a385 737 struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \
ceae3e33 738 $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
45f85b08 739
b898a385
L
740DEPTC_alpha_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
741 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
742 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
743 ./targ-cpu.h $(srcdir)/config/tc-alpha.h subsegs.h \
744 $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
745 $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
746 $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
747 $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
45f85b08 748
b898a385
L
749DEPTC_alpha_evax = $(INCDIR)/symcat.h ./targ-env.h \
750 ./obj-format.h $(srcdir)/config/obj-evax.h ./targ-cpu.h \
403487ec 751 $(srcdir)/config/tc-alpha.h subsegs.h $(INCDIR)/obstack.h \
ceae3e33
AM
752 struc-symbol.h ecoff.h $(INCDIR)/opcode/alpha.h dw2gencfi.h \
753 $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
45f85b08 754
b898a385
L
755DEPTC_arc_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
756 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-arc.h \
757 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
758 struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
528a2d4a
HPN
759 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
760 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
45f85b08 761
b898a385
L
762DEPTC_arc_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
763 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
764 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
765 ./targ-cpu.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
403487ec
AM
766 struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
767 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
768 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
45f85b08 769
b898a385
L
770DEPTC_arm_aout = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
771 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-arm.h \
772 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
773 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h
45f85b08 774
b898a385
L
775DEPTC_arm_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
776 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-arm.h \
777 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
403487ec 778 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
b898a385 779 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h
45f85b08 780
b898a385
L
781DEPTC_arm_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
782 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
783 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
784 ./targ-cpu.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
785 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
786 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h \
787 dw2gencfi.h $(INCDIR)/elf/dwarf2.h
788
789DEPTC_avr_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
790 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-avr.h \
791 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
403487ec
AM
792 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
793 $(INCDIR)/opcode/avr.h
3bcbcc3d 794
b898a385
L
795DEPTC_avr_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
796 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
797 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
798 ./targ-cpu.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
07c1b327 799 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 800 $(INCDIR)/opcode/avr.h
07c1b327 801
b898a385
L
802DEPTC_bfin_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
803 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-bfin.h \
804 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
805 struc-symbol.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
806 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
807 dwarf2dbg.h $(srcdir)/config/bfin-defs.h $(INCDIR)/obstack.h \
808 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/obstack.h \
809 $(srcdir)/config/bfin-aux.h $(srcdir)/config/bfin-defs.h \
810 $(INCDIR)/opcode/bfin.h
3bcbcc3d 811
b898a385
L
812DEPTC_bfin_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
813 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
814 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
815 ./targ-cpu.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
816 struc-symbol.h $(srcdir)/config/obj-elf.h $(srcdir)/config/bfin-defs.h \
817 $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h dwarf2dbg.h \
818 $(INCDIR)/obstack.h $(srcdir)/config/bfin-aux.h $(srcdir)/config/bfin-defs.h \
819 $(INCDIR)/opcode/bfin.h
820
821DEPTC_cris_aout = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
822 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-cris.h \
823 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
824 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/cris.h \
825 dwarf2dbg.h
826
827DEPTC_cris_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
828 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
829 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
830 ./targ-cpu.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
528a2d4a 831 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
403487ec 832 $(INCDIR)/opcode/cris.h dwarf2dbg.h
45f85b08 833
b898a385
L
834DEPTC_crx_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
835 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-crx.h \
836 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
8ea2b00f
AM
837 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \
838 $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
1fe1f39c 839
b898a385
L
840DEPTC_crx_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
841 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
842 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
843 ./targ-cpu.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
844 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \
845 $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
45f85b08 846
b898a385
L
847DEPTC_d10v_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
848 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-d10v.h \
849 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
528a2d4a 850 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
403487ec 851 $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
45f85b08 852
b898a385
L
853DEPTC_d10v_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
854 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
855 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
856 ./targ-cpu.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
857 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
858 $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
01580992 859
b898a385
L
860DEPTC_d30v_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
861 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-d30v.h \
862 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
528a2d4a 863 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
403487ec 864 $(INCDIR)/opcode/d30v.h
45f85b08 865
b898a385
L
866DEPTC_d30v_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
867 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
868 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
869 ./targ-cpu.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
870 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
871
194b5210 872DEPTC_dlx_coff = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
b898a385
L
873 ./targ-env.h ./obj-format.h $(srcdir)/config/obj-coff.h \
874 ./targ-cpu.h $(srcdir)/config/tc-dlx.h $(INCDIR)/coff/internal.h \
875 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \
d172d4ba
NC
876 $(INCDIR)/opcode/dlx.h
877
194b5210 878DEPTC_dlx_elf = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
b898a385
L
879 ./targ-env.h ./obj-format.h $(srcdir)/config/obj-elf.h \
880 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
881 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
882 $(srcdir)/config/tc-dlx.h dwarf2dbg.h $(srcdir)/config/tc-dlx.h \
883 $(INCDIR)/opcode/dlx.h
194b5210 884
b898a385
L
885DEPTC_fr30_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
886 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-fr30.h \
887 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
888 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
889 $(INCDIR)/symcat.h $(srcdir)/../opcodes/fr30-desc.h \
45f85b08
L
890 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/fr30-opc.h \
891 cgen.h
892
b898a385
L
893DEPTC_fr30_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
894 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
895 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
896 ./targ-cpu.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
403487ec 897 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385
L
898 $(INCDIR)/symcat.h $(srcdir)/../opcodes/fr30-desc.h \
899 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/fr30-opc.h \
900 cgen.h
01580992 901
b898a385
L
902DEPTC_frv_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
903 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-frv.h \
904 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
905 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/frv-desc.h \
906 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \
907 cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
908 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
0ebb9a87 909
b898a385
L
910DEPTC_frv_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
911 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
912 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
913 ./targ-cpu.h $(srcdir)/config/tc-frv.h subsegs.h $(INCDIR)/obstack.h \
914 $(INCDIR)/symcat.h $(srcdir)/../opcodes/frv-desc.h \
ce4f7385 915 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \
b898a385
L
916 cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
917 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
0ebb9a87 918
b898a385
L
919DEPTC_h8300_coff = $(INCDIR)/symcat.h ./targ-env.h \
920 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
921 $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \
922 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
54cfded0
AM
923 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
924 $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h
01580992 925
b898a385
L
926DEPTC_h8300_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
927 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
928 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
929 ./targ-cpu.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
54cfded0
AM
930 subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \
931 $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
403487ec 932
b898a385
L
933DEPTC_hppa_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
934 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-hppa.h \
935 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
936 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
937 $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
45f85b08 938
b898a385
L
939DEPTC_hppa_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
940 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
941 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
942 ./targ-cpu.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
943 $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
403487ec 944 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
b898a385 945 subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
403487ec
AM
946 dwarf2dbg.h
947
b898a385
L
948DEPTC_ia64_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
949 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-ia64.h \
8e42bcb6 950 $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \
b898a385
L
951 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
952 $(INCDIR)/safe-ctype.h dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h \
953 $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h
45f85b08 954
b898a385
L
955DEPTC_ia64_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
956 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
957 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
958 ./targ-cpu.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
959 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
960 dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ia64.h \
961 $(INCDIR)/elf/ia64.h
01580992 962
b898a385
L
963DEPTC_i370_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
964 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-i370.h \
965 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
966 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
967 struc-symbol.h $(INCDIR)/opcode/i370.h
968
969DEPTC_i370_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
970 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
971 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
972 ./targ-cpu.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
528a2d4a 973 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
6539b54b
AM
974 struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
975 $(INCDIR)/elf/reloc-macros.h
01580992 976
b898a385
L
977DEPTC_i386_aout = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
978 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-i386.h \
979 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
980 subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
981 $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h $(INCDIR)/elf/x86-64.h \
982 $(INCDIR)/elf/reloc-macros.h
01580992 983
b898a385
L
984DEPTC_i386_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
985 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-i386.h \
986 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
987 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
988 subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
989 $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h $(INCDIR)/elf/x86-64.h \
990 $(INCDIR)/elf/reloc-macros.h
01580992 991
b898a385
L
992DEPTC_i386_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
993 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
994 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
995 ./targ-cpu.h $(srcdir)/config/tc-i386.h dwarf2dbg.h \
403487ec 996 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
3c55da70
AM
997 dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h \
998 $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
01580992 999
b898a385
L
1000DEPTC_i860_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1001 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1002 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1003 ./targ-cpu.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
403487ec
AM
1004 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1005 $(INCDIR)/opcode/i860.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h
45f85b08 1006
b898a385
L
1007DEPTC_i960_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1008 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-i960.h \
1009 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1010 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
1011 $(INCDIR)/opcode/i960.h
45f85b08 1012
b898a385
L
1013DEPTC_i960_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1014 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1015 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1016 ./targ-cpu.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
403487ec 1017 $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
01580992 1018
b898a385
L
1019DEPTC_ip2k_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1020 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-ip2k.h \
1021 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1022 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/ip2k-desc.h \
1023 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \
1024 cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \
1025 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
55eab186 1026
b898a385
L
1027DEPTC_ip2k_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1028 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1029 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1030 ./targ-cpu.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
1031 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/ip2k-desc.h \
55eab186 1032 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \
b898a385
L
1033 cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \
1034 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
a40cbfa3 1035
b898a385
L
1036DEPTC_m32c_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1037 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m32c.h \
1038 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1039 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/m32c-desc.h \
1040 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32c-opc.h \
1041 $(srcdir)/../opcodes/cgen-types.h $(srcdir)/../opcodes/cgen-ops.h \
1042 cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/m32c.h \
1043 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
1044 $(INCDIR)/safe-ctype.h
0f82ff91 1045
b898a385
L
1046DEPTC_m32c_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1047 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1048 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1049 ./targ-cpu.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
1050 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h $(srcdir)/../opcodes/m32c-desc.h \
0f82ff91
AM
1051 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32c-opc.h \
1052 $(srcdir)/../opcodes/cgen-types.h $(srcdir)/../opcodes/cgen-ops.h \
b898a385
L
1053 cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/m32c.h \
1054 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
1055 $(INCDIR)/safe-ctype.h
0f82ff91 1056
b898a385
L
1057DEPTC_m32r_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1058 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m32r.h \
1059 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1060 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1061 $(INCDIR)/symcat.h $(srcdir)/../opcodes/m32r-desc.h \
45f85b08 1062 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32r-opc.h \
6e1772d5 1063 cgen.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h
45f85b08 1064
b898a385
L
1065DEPTC_m32r_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1066 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1067 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1068 ./targ-cpu.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
403487ec 1069 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385
L
1070 $(INCDIR)/symcat.h $(srcdir)/../opcodes/m32r-desc.h \
1071 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32r-opc.h \
1072 cgen.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h
45f85b08 1073
b898a385
L
1074DEPTC_m68hc11_coff = $(INCDIR)/symcat.h ./targ-env.h \
1075 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1076 $(srcdir)/config/tc-m68hc11.h $(INCDIR)/coff/internal.h \
1077 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
1078 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
6539b54b
AM
1079 $(INCDIR)/obstack.h $(INCDIR)/opcode/m68hc11.h dwarf2dbg.h \
1080 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h
45f85b08 1081
b898a385
L
1082DEPTC_m68hc11_elf = $(INCDIR)/symcat.h ./targ-env.h \
1083 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1084 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1085 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-m68hc11.h \
1086 dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
6539b54b
AM
1087 $(INCDIR)/opcode/m68hc11.h dwarf2dbg.h $(INCDIR)/elf/m68hc11.h \
1088 $(INCDIR)/elf/reloc-macros.h
45f85b08 1089
b898a385
L
1090DEPTC_m68k_aout = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1091 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-m68k.h \
1092 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1093 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1094 dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
da64f3bf 1095 $(srcdir)/config/m68k-parse.h
01580992 1096
b898a385
L
1097DEPTC_m68k_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1098 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m68k.h \
1099 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1100 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1101 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1102 dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
1103 $(srcdir)/config/m68k-parse.h
403487ec 1104
b898a385
L
1105DEPTC_m68k_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1106 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1107 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1108 ./targ-cpu.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
1109 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1110 dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
da64f3bf
AM
1111 $(srcdir)/config/m68k-parse.h $(INCDIR)/elf/m68k.h \
1112 $(INCDIR)/elf/reloc-macros.h
403487ec 1113
b898a385
L
1114DEPTC_mcore_coff = $(INCDIR)/symcat.h ./targ-env.h \
1115 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1116 $(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \
1117 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
1118 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
1119 $(INCDIR)/safe-ctype.h
45f85b08 1120
b898a385
L
1121DEPTC_mcore_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1122 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1123 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1124 ./targ-cpu.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
403487ec
AM
1125 subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
1126 $(INCDIR)/safe-ctype.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h
45f85b08 1127
b898a385
L
1128DEPTC_mips_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1129 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-mips.h \
1130 $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1131 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1132 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
1133 ./itbl-cpu.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1134 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1135 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \
1136 $(INCDIR)/elf/reloc-macros.h ecoff.h $(INCDIR)/coff/sym.h \
1137 $(INCDIR)/coff/ecoff.h
45f85b08 1138
b898a385
L
1139DEPTC_mips_ecoff = $(INCDIR)/symcat.h ./targ-env.h \
1140 ./obj-format.h $(srcdir)/config/obj-ecoff.h ./targ-cpu.h \
403487ec
AM
1141 $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \
1142 $(INCDIR)/coff/ecoff.h subsegs.h $(INCDIR)/obstack.h \
528a2d4a 1143 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
b898a385
L
1144 ./itbl-cpu.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1145 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1146 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1147 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h ecoff.h
45f85b08 1148
b898a385
L
1149DEPTC_mips_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1150 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1151 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1152 ./targ-cpu.h $(srcdir)/config/tc-mips.h subsegs.h $(INCDIR)/obstack.h \
1153 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
1154 ./itbl-cpu.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1155 $(srcdir)/config/obj-elf.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
ceae3e33 1156 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
45f85b08 1157
b898a385
L
1158DEPTC_mmix_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1159 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1160 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1161 ./targ-cpu.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
dcc46170
HPN
1162 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/mmix.h \
1163 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
b898a385 1164 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/obstack.h
3c3bdf30 1165
b898a385
L
1166DEPTC_mn10200_coff = $(INCDIR)/symcat.h ./targ-env.h \
1167 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1168 $(srcdir)/config/tc-mn10200.h $(INCDIR)/coff/internal.h \
1169 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1170 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
1581f8c9 1171
b898a385
L
1172DEPTC_mn10200_elf = $(INCDIR)/symcat.h ./targ-env.h \
1173 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1174 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1175 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-mn10200.h \
1176 dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
528a2d4a 1177 $(INCDIR)/opcode/mn10200.h
45f85b08 1178
b898a385
L
1179DEPTC_mn10300_coff = $(INCDIR)/symcat.h ./targ-env.h \
1180 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1181 $(srcdir)/config/tc-mn10300.h $(INCDIR)/coff/internal.h \
1182 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1183 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h \
1184 dwarf2dbg.h
45f85b08 1185
b898a385
L
1186DEPTC_mn10300_elf = $(INCDIR)/symcat.h ./targ-env.h \
1187 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1188 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1189 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-mn10300.h \
1190 dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
528a2d4a 1191 $(INCDIR)/opcode/mn10300.h dwarf2dbg.h
45f85b08 1192
b898a385
L
1193DEPTC_msp430_coff = $(INCDIR)/symcat.h ./targ-env.h \
1194 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
f62ba8f2
AM
1195 $(srcdir)/config/tc-msp430.h $(INCDIR)/coff/internal.h \
1196 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1197 $(INCDIR)/opcode/msp430.h $(INCDIR)/safe-ctype.h dwarf2dbg.h
2469cfa2 1198
b898a385
L
1199DEPTC_msp430_elf = $(INCDIR)/symcat.h ./targ-env.h \
1200 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1201 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1202 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-msp430.h \
1203 dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/msp430.h \
1204 $(INCDIR)/safe-ctype.h dwarf2dbg.h
2469cfa2 1205
b898a385
L
1206DEPTC_ns32k_aout = $(INCDIR)/symcat.h ./targ-env.h \
1207 ./obj-format.h $(srcdir)/config/obj-aout.h ./targ-cpu.h \
403487ec
AM
1208 $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
1209 $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
45f85b08 1210
b898a385
L
1211DEPTC_ns32k_coff = $(INCDIR)/symcat.h ./targ-env.h \
1212 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1213 $(srcdir)/config/tc-ns32k.h $(INCDIR)/coff/internal.h \
1214 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
45f85b08
L
1215 $(INCDIR)/obstack.h
1216
b898a385
L
1217DEPTC_ns32k_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1218 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1219 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1220 ./targ-cpu.h $(srcdir)/config/tc-ns32k.h dwarf2dbg.h \
45f85b08
L
1221 $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
1222
b898a385
L
1223DEPTC_openrisc_coff = $(INCDIR)/symcat.h ./targ-env.h \
1224 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1225 $(srcdir)/config/tc-openrisc.h $(INCDIR)/coff/internal.h \
1226 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1227 $(INCDIR)/symcat.h $(srcdir)/../opcodes/openrisc-desc.h \
3438adb3
AM
1228 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/openrisc-opc.h \
1229 cgen.h
1230
b898a385
L
1231DEPTC_openrisc_elf = $(INCDIR)/symcat.h ./targ-env.h \
1232 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1233 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1234 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-openrisc.h \
1235 dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h \
1236 $(srcdir)/../opcodes/openrisc-desc.h $(INCDIR)/opcode/cgen.h \
1237 $(srcdir)/../opcodes/openrisc-opc.h cgen.h
1238
ba323545 1239DEPTC_or32_coff = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
b898a385
L
1240 ./targ-env.h ./obj-format.h $(srcdir)/config/obj-coff.h \
1241 ./targ-cpu.h $(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \
1242 $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1243 $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h
ba323545
AM
1244
1245DEPTC_or32_elf = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
b898a385
L
1246 ./targ-env.h ./obj-format.h $(srcdir)/config/obj-elf.h \
1247 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1248 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1249 $(srcdir)/config/tc-or32.h dwarf2dbg.h $(INCDIR)/opcode/or32.h \
ba323545
AM
1250 $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h
1251
b898a385
L
1252DEPTC_pdp11_aout = $(INCDIR)/symcat.h ./targ-env.h \
1253 ./obj-format.h $(srcdir)/config/obj-aout.h ./targ-cpu.h \
403487ec
AM
1254 $(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
1255 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
c7e40348 1256
b898a385
L
1257DEPTC_pdp11_coff = $(INCDIR)/symcat.h ./targ-env.h \
1258 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1259 $(srcdir)/config/tc-pdp11.h $(INCDIR)/coff/internal.h \
1260 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
528a2d4a 1261 $(INCDIR)/opcode/pdp11.h
27b7e12d 1262
b898a385
L
1263DEPTC_pdp11_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1264 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1265 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1266 ./targ-cpu.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
528a2d4a 1267 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
e135f41b 1268
b898a385
L
1269DEPTC_pj_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1270 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-pj.h \
1271 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
528a2d4a 1272 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pj.h
45f85b08 1273
b898a385
L
1274DEPTC_pj_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1275 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1276 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1277 ./targ-cpu.h $(srcdir)/config/tc-pj.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1278 $(INCDIR)/opcode/pj.h
01580992 1279
b898a385
L
1280DEPTC_ppc_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1281 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-ppc.h \
1282 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1283 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
1284 $(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1285 $(INCDIR)/opcode/ppc.h
1286
1287DEPTC_ppc_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1288 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1289 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1290 ./targ-cpu.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
403487ec 1291 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
da64f3bf
AM
1292 dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h \
1293 $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
01580992 1294
b898a385
L
1295DEPTC_s390_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1296 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-s390.h \
1297 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1298 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1299 struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1300 $(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
27b7e12d 1301
b898a385
L
1302DEPTC_s390_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1303 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1304 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1305 ./targ-cpu.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
528a2d4a 1306 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
da64f3bf
AM
1307 struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1308 $(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
45f85b08 1309
b898a385
L
1310DEPTC_sh_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1311 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-sh.h \
1312 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1313 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1314 $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1315 struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
a85d7ed0 1316
b898a385
L
1317DEPTC_sh_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1318 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1319 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1320 ./targ-cpu.h $(srcdir)/config/tc-sh.h subsegs.h $(INCDIR)/obstack.h \
1321 $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1322 struc-symbol.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1323 dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
45f85b08 1324
b898a385
L
1325DEPTC_sh64_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1326 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1327 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1328 ./targ-cpu.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
1329 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
1330 $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/sh64-opc.h \
d5b32339 1331 $(srcdir)/config/tc-sh.c subsegs.h $(INCDIR)/obstack.h \
b898a385
L
1332 $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1333 struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
d5b32339 1334
b898a385
L
1335DEPTC_sparc_aout = $(INCDIR)/symcat.h ./targ-env.h \
1336 ./obj-format.h $(srcdir)/config/obj-aout.h ./targ-cpu.h \
403487ec
AM
1337 $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
1338 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
9fa06c65 1339 $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
01580992 1340
b898a385
L
1341DEPTC_sparc_coff = $(INCDIR)/symcat.h ./targ-env.h \
1342 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1343 $(srcdir)/config/tc-sparc.h $(INCDIR)/coff/internal.h \
1344 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
1345 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
9fa06c65
AM
1346 $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h dw2gencfi.h \
1347 $(INCDIR)/elf/dwarf2.h
01580992 1348
b898a385
L
1349DEPTC_sparc_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1350 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1351 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1352 ./targ-cpu.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
403487ec 1353 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
9fa06c65
AM
1354 $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1355 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
528a2d4a 1356 dwarf2dbg.h
01580992 1357
b898a385
L
1358DEPTC_tic30_aout = $(INCDIR)/symcat.h ./targ-env.h \
1359 ./obj-format.h $(srcdir)/config/obj-aout.h ./targ-cpu.h \
403487ec
AM
1360 $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
1361 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h
01580992 1362
b898a385
L
1363DEPTC_tic30_coff = $(INCDIR)/symcat.h ./targ-env.h \
1364 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1365 $(srcdir)/config/tc-tic30.h $(INCDIR)/coff/internal.h \
1366 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
1367 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h
01580992 1368
b898a385
L
1369DEPTC_tic30_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1370 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1371 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1372 ./targ-cpu.h $(srcdir)/config/tc-tic30.h dwarf2dbg.h \
403487ec 1373 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/tic30.h
01580992 1374
da64f3bf 1375DEPTC_tic4x_coff = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
b898a385
L
1376 ./targ-env.h ./obj-format.h $(srcdir)/config/obj-coff.h \
1377 ./targ-cpu.h $(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \
1378 $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
1379 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic4x.h subsegs.h \
1380 $(INCDIR)/obstack.h $(INCDIR)/obstack.h
f62ba8f2 1381
da64f3bf 1382DEPTC_tic4x_elf = $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
b898a385
L
1383 ./targ-env.h ./obj-format.h $(srcdir)/config/obj-elf.h \
1384 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1385 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1386 $(srcdir)/config/tc-tic4x.h dwarf2dbg.h $(INCDIR)/opcode/tic4x.h \
1387 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h
f62ba8f2 1388
b898a385
L
1389DEPTC_tic54x_coff = $(INCDIR)/symcat.h ./targ-env.h \
1390 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
403487ec
AM
1391 $(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \
1392 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
1393 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h sb.h macro.h \
b898a385
L
1394 sb.h subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/opcode/tic54x.h \
1395 $(srcdir)/config/obj-coff.h
01580992 1396
b898a385
L
1397DEPTC_tic54x_elf = $(INCDIR)/symcat.h ./targ-env.h \
1398 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1399 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1400 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-tic54x.h \
1401 $(INCDIR)/safe-ctype.h sb.h macro.h sb.h subsegs.h \
1402 $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/opcode/tic54x.h \
1403 $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1404 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h
1405
1406DEPTC_vax_aout = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1407 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-vax.h \
1408 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
1409 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h \
1410 $(INCDIR)/safe-ctype.h
01580992 1411
b898a385
L
1412DEPTC_vax_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1413 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-vax.h \
1414 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
ce4f7385 1415 $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
b898a385 1416 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h $(INCDIR)/safe-ctype.h
403487ec 1417
b898a385
L
1418DEPTC_vax_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1419 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1420 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1421 ./targ-cpu.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
ce4f7385 1422 $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
b898a385
L
1423 $(INCDIR)/obstack.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
1424 $(INCDIR)/opcode/vax.h $(INCDIR)/safe-ctype.h
45f85b08 1425
b898a385
L
1426DEPTC_v850_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1427 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-v850.h \
1428 $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1429 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1430 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h \
1431 dwarf2dbg.h
45f85b08 1432
b898a385
L
1433DEPTC_v850_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1434 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1435 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1436 ./targ-cpu.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
1437 $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
8e42bcb6
AM
1438 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h \
1439 dwarf2dbg.h
45f85b08 1440
b898a385
L
1441DEPTC_xstormy16_coff = $(INCDIR)/symcat.h ./targ-env.h \
1442 ./obj-format.h $(srcdir)/config/obj-coff.h ./targ-cpu.h \
c0ef99a7
AM
1443 $(srcdir)/config/tc-xstormy16.h $(INCDIR)/coff/internal.h \
1444 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1445 $(INCDIR)/symcat.h $(srcdir)/../opcodes/xstormy16-desc.h \
c0ef99a7
AM
1446 $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/xstormy16-opc.h \
1447 cgen.h
1448
b898a385
L
1449DEPTC_xstormy16_elf = $(INCDIR)/symcat.h ./targ-env.h \
1450 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1451 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1452 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-xstormy16.h \
1453 dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h \
1454 $(srcdir)/../opcodes/xstormy16-desc.h $(INCDIR)/opcode/cgen.h \
1455 $(srcdir)/../opcodes/xstormy16-opc.h cgen.h
e0001a05 1456
b898a385
L
1457DEPTC_xtensa_elf = $(INCDIR)/symcat.h ./targ-env.h \
1458 ./obj-format.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1459 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1460 $(INCDIR)/bfdlink.h ./targ-cpu.h $(srcdir)/config/tc-xtensa.h \
1461 $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-config.h sb.h \
1462 $(INCDIR)/safe-ctype.h $(srcdir)/config/tc-xtensa.h \
1463 subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/xtensa-relax.h \
1464 $(srcdir)/config/xtensa-istack.h dwarf2dbg.h dwarf2dbg.h \
1465 struc-symbol.h $(INCDIR)/xtensa-config.h
1466
1467DEPTC_z8k_coff = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1468 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-z8k.h \
1469 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1470 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1471 $(srcdir)/../opcodes/z8k-opc.h
45f85b08 1472
b898a385
L
1473DEPTC_z8k_elf = $(INCDIR)/symcat.h ./targ-env.h ./obj-format.h \
1474 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1475 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1476 ./targ-cpu.h $(srcdir)/config/tc-z8k.h dwarf2dbg.h \
dcc46170 1477 $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/z8k-opc.h
45f85b08
L
1478
1479DEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
1480 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
1481 $(BFDDIR)/som.h
1482
1483DEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) \
1484 $(DEPTC_i386_elf)
1485
1486DEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) \
1487 $(DEPTC_mips_elf)
1488
3bcbcc3d 1489DEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf)
b898a385
L
1490DEPOBJ_alpha_coff = $(INCDIR)/symcat.h ./targ-env.h \
1491 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-alpha.h \
1492 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1493 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1494
b898a385
L
1495DEPOBJ_alpha_ecoff = $(INCDIR)/symcat.h ./targ-env.h \
1496 $(srcdir)/config/obj-ecoff.h ./targ-cpu.h $(srcdir)/config/tc-alpha.h \
1497 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1498 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1499 $(BFDDIR)/libecoff.h
45f85b08 1500
b898a385
L
1501DEPOBJ_alpha_elf = $(INCDIR)/symcat.h ./targ-env.h \
1502 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1503 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1504 ./targ-cpu.h $(srcdir)/config/tc-alpha.h $(INCDIR)/safe-ctype.h \
1505 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1506 dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1507 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
403487ec
AM
1508 $(INCDIR)/aout/aout64.h
1509
b898a385
L
1510DEPOBJ_alpha_evax = $(INCDIR)/symcat.h ./targ-env.h \
1511 $(srcdir)/config/obj-evax.h ./targ-cpu.h $(srcdir)/config/tc-alpha.h
403487ec 1512
b898a385
L
1513DEPOBJ_arc_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1514 ./targ-cpu.h $(srcdir)/config/tc-arc.h $(INCDIR)/coff/internal.h \
795bb480 1515 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 1516 subsegs.h $(INCDIR)/obstack.h
795bb480 1517
b898a385 1518DEPOBJ_arc_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1519 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1520 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1521 $(srcdir)/config/tc-arc.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1522 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1523 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1524
b898a385
L
1525DEPOBJ_arm_aout = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-aout.h \
1526 ./targ-cpu.h $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h \
1527 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
403487ec 1528
b898a385
L
1529DEPOBJ_arm_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1530 ./targ-cpu.h $(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \
795bb480 1531 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
b898a385 1532 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1533
b898a385 1534DEPOBJ_arm_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1535 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1536 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1537 $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h subsegs.h \
1538 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1539 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1540
b898a385
L
1541DEPOBJ_avr_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1542 ./targ-cpu.h $(srcdir)/config/tc-avr.h $(INCDIR)/coff/internal.h \
795bb480 1543 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 1544 subsegs.h $(INCDIR)/obstack.h
795bb480 1545
b898a385 1546DEPOBJ_avr_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1547 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1548 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1549 $(srcdir)/config/tc-avr.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1550 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1551 dwarf2dbg.h $(INCDIR)/aout/aout64.h
1552
1553DEPOBJ_bfin_coff = $(INCDIR)/symcat.h ./targ-env.h \
1554 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-bfin.h \
1555 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1556 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
403487ec 1557
b898a385 1558DEPOBJ_bfin_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
07c1b327 1559 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1560 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1561 $(srcdir)/config/tc-bfin.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1562 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1563 dwarf2dbg.h $(INCDIR)/aout/aout64.h
07c1b327 1564
b898a385
L
1565DEPOBJ_cris_aout = $(INCDIR)/symcat.h ./targ-env.h \
1566 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-cris.h \
1567 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1568 $(INCDIR)/obstack.h
403487ec 1569
b898a385 1570DEPOBJ_cris_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1571 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1572 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1573 $(srcdir)/config/tc-cris.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1574 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1575 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1576
b898a385
L
1577DEPOBJ_crx_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1578 ./targ-cpu.h $(srcdir)/config/tc-crx.h $(INCDIR)/coff/internal.h \
8ea2b00f 1579 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 1580 subsegs.h $(INCDIR)/obstack.h
8ea2b00f 1581
b898a385 1582DEPOBJ_crx_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
8ea2b00f 1583 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1584 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1585 $(srcdir)/config/tc-crx.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1586 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1587 dwarf2dbg.h $(INCDIR)/aout/aout64.h
8ea2b00f 1588
b898a385
L
1589DEPOBJ_d10v_coff = $(INCDIR)/symcat.h ./targ-env.h \
1590 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-d10v.h \
1591 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1592 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1593
b898a385 1594DEPOBJ_d10v_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1595 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1596 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1597 $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h subsegs.h \
1598 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1599 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1600
b898a385
L
1601DEPOBJ_d30v_coff = $(INCDIR)/symcat.h ./targ-env.h \
1602 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-d30v.h \
1603 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1604 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1605
b898a385 1606DEPOBJ_d30v_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1607 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1608 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1609 $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h subsegs.h \
1610 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1611 dwarf2dbg.h $(INCDIR)/aout/aout64.h
194b5210 1612
b898a385
L
1613DEPOBJ_dlx_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1614 ./targ-cpu.h $(srcdir)/config/tc-dlx.h $(INCDIR)/coff/internal.h \
795bb480 1615 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 1616 subsegs.h $(INCDIR)/obstack.h
795bb480 1617
b898a385 1618DEPOBJ_dlx_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
d172d4ba 1619 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1620 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1621 $(srcdir)/config/tc-dlx.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1622 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1623 dwarf2dbg.h $(INCDIR)/aout/aout64.h
3bcbcc3d 1624
b898a385
L
1625DEPOBJ_fr30_coff = $(INCDIR)/symcat.h ./targ-env.h \
1626 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-fr30.h \
1627 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1628 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1629
b898a385 1630DEPOBJ_fr30_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1631 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1632 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1633 $(srcdir)/config/tc-fr30.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1634 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1635 dwarf2dbg.h $(INCDIR)/aout/aout64.h
0ebb9a87 1636
b898a385
L
1637DEPOBJ_frv_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1638 ./targ-cpu.h $(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \
795bb480 1639 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 1640 subsegs.h $(INCDIR)/obstack.h
795bb480 1641
b898a385 1642DEPOBJ_frv_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
0ebb9a87 1643 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1644 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1645 $(srcdir)/config/tc-frv.h $(INCDIR)/safe-ctype.h subsegs.h \
1646 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1647 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1648
b898a385
L
1649DEPOBJ_h8300_coff = $(INCDIR)/symcat.h ./targ-env.h \
1650 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-h8300.h \
1651 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1652 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1653 subsegs.h $(INCDIR)/obstack.h
795bb480 1654
b898a385
L
1655DEPOBJ_h8300_elf = $(INCDIR)/symcat.h ./targ-env.h \
1656 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1657 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1658 ./targ-cpu.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
403487ec 1659 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1660 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1661
b898a385
L
1662DEPOBJ_hppa_coff = $(INCDIR)/symcat.h ./targ-env.h \
1663 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-hppa.h \
1664 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1665 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1666
b898a385 1667DEPOBJ_hppa_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1668 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1669 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1670 $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h $(BFDDIR)/elf-bfd.h \
1671 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1672 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1673 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1674
b898a385
L
1675DEPOBJ_ia64_coff = $(INCDIR)/symcat.h ./targ-env.h \
1676 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-ia64.h \
1677 $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \
1678 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1679 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1680
b898a385 1681DEPOBJ_ia64_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1682 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1683 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1684 $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
1685 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1686 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1687 dwarf2dbg.h $(INCDIR)/aout/aout64.h
01580992 1688
b898a385
L
1689DEPOBJ_i370_coff = $(INCDIR)/symcat.h ./targ-env.h \
1690 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-i370.h \
1691 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1692 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1693
b898a385 1694DEPOBJ_i370_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1695 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1696 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1697 $(srcdir)/config/tc-i370.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1698 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1699 dwarf2dbg.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \
6539b54b 1700 $(INCDIR)/aout/aout64.h
45f85b08 1701
b898a385
L
1702DEPOBJ_i386_aout = $(INCDIR)/symcat.h ./targ-env.h \
1703 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-i386.h \
1704 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1705 $(INCDIR)/obstack.h
45f85b08 1706
b898a385
L
1707DEPOBJ_i386_coff = $(INCDIR)/symcat.h ./targ-env.h \
1708 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-i386.h \
1709 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1710 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1711 subsegs.h $(INCDIR)/obstack.h
795bb480 1712
b898a385 1713DEPOBJ_i386_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1714 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1715 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1716 $(srcdir)/config/tc-i386.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1717 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1718 dwarf2dbg.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
1719 $(INCDIR)/aout/aout64.h
45f85b08 1720
b898a385 1721DEPOBJ_i860_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1722 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1723 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1724 $(srcdir)/config/tc-i860.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1725 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1726 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1727
b898a385
L
1728DEPOBJ_i960_coff = $(INCDIR)/symcat.h ./targ-env.h \
1729 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-i960.h \
1730 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1731 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1732
b898a385 1733DEPOBJ_i960_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1734 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1735 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1736 $(srcdir)/config/tc-i960.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1737 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1738 dwarf2dbg.h $(INCDIR)/aout/aout64.h
55eab186 1739
b898a385
L
1740DEPOBJ_ip2k_coff = $(INCDIR)/symcat.h ./targ-env.h \
1741 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-ip2k.h \
1742 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1743 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1744
b898a385 1745DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
a40cbfa3 1746 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1747 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1748 $(srcdir)/config/tc-ip2k.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1749 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1750 dwarf2dbg.h $(INCDIR)/aout/aout64.h
403487ec 1751
b898a385
L
1752DEPOBJ_m32c_coff = $(INCDIR)/symcat.h ./targ-env.h \
1753 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m32c.h \
1754 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1755 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
0f82ff91 1756
b898a385 1757DEPOBJ_m32c_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
0f82ff91 1758 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1759 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1760 $(srcdir)/config/tc-m32c.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1761 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1762 dwarf2dbg.h $(INCDIR)/aout/aout64.h
0f82ff91 1763
b898a385
L
1764DEPOBJ_m32r_coff = $(INCDIR)/symcat.h ./targ-env.h \
1765 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m32r.h \
1766 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1767 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1768
b898a385 1769DEPOBJ_m32r_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1770 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1771 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1772 $(srcdir)/config/tc-m32r.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1773 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1774 dwarf2dbg.h $(INCDIR)/aout/aout64.h
403487ec 1775
b898a385
L
1776DEPOBJ_m68hc11_coff = $(INCDIR)/symcat.h ./targ-env.h \
1777 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m68hc11.h \
1778 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1779 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1780 subsegs.h $(INCDIR)/obstack.h
795bb480 1781
b898a385
L
1782DEPOBJ_m68hc11_elf = $(INCDIR)/symcat.h ./targ-env.h \
1783 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1784 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1785 ./targ-cpu.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
403487ec 1786 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1787 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
403487ec 1788
b898a385
L
1789DEPOBJ_m68k_aout = $(INCDIR)/symcat.h ./targ-env.h \
1790 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-m68k.h \
1791 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1792 $(INCDIR)/obstack.h
403487ec 1793
b898a385
L
1794DEPOBJ_m68k_coff = $(INCDIR)/symcat.h ./targ-env.h \
1795 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-m68k.h \
1796 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1797 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1798 subsegs.h $(INCDIR)/obstack.h
795bb480 1799
b898a385 1800DEPOBJ_m68k_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1801 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1802 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1803 $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h subsegs.h \
1804 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1805 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1806
b898a385
L
1807DEPOBJ_mcore_coff = $(INCDIR)/symcat.h ./targ-env.h \
1808 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-mcore.h \
1809 $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1810 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1811 subsegs.h $(INCDIR)/obstack.h
795bb480 1812
b898a385
L
1813DEPOBJ_mcore_elf = $(INCDIR)/symcat.h ./targ-env.h \
1814 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1815 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1816 ./targ-cpu.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
403487ec 1817 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1818 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1819
b898a385
L
1820DEPOBJ_mips_coff = $(INCDIR)/symcat.h ./targ-env.h \
1821 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-mips.h \
1822 $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1823 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1824 subsegs.h $(INCDIR)/obstack.h
795bb480 1825
b898a385
L
1826DEPOBJ_mips_ecoff = $(INCDIR)/symcat.h ./targ-env.h \
1827 $(srcdir)/config/obj-ecoff.h ./targ-cpu.h $(srcdir)/config/tc-mips.h \
1828 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1829 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1830 $(BFDDIR)/libecoff.h
45f85b08 1831
b898a385 1832DEPOBJ_mips_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1833 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1834 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1835 $(srcdir)/config/tc-mips.h $(INCDIR)/safe-ctype.h subsegs.h \
1836 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1837 dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1838 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
45f85b08 1839
b898a385 1840DEPOBJ_mmix_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
dcc46170 1841 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1842 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1843 $(srcdir)/config/tc-mmix.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1844 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1845 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1846
b898a385
L
1847DEPOBJ_mn10200_coff = $(INCDIR)/symcat.h ./targ-env.h \
1848 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-mn10200.h \
1849 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1850 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1851
b898a385
L
1852DEPOBJ_mn10200_elf = $(INCDIR)/symcat.h ./targ-env.h \
1853 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1854 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1855 ./targ-cpu.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
403487ec 1856 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1857 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1858
b898a385
L
1859DEPOBJ_mn10300_coff = $(INCDIR)/symcat.h ./targ-env.h \
1860 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-mn10300.h \
1861 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1862 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1863
b898a385
L
1864DEPOBJ_mn10300_elf = $(INCDIR)/symcat.h ./targ-env.h \
1865 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1866 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1867 ./targ-cpu.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
403487ec 1868 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1869 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
2469cfa2 1870
b898a385
L
1871DEPOBJ_msp430_coff = $(INCDIR)/symcat.h ./targ-env.h \
1872 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-msp430.h \
1873 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1874 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1875
b898a385
L
1876DEPOBJ_msp430_elf = $(INCDIR)/symcat.h ./targ-env.h \
1877 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1878 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1879 ./targ-cpu.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
f62ba8f2 1880 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1881 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
2469cfa2 1882
b898a385
L
1883DEPOBJ_ns32k_aout = $(INCDIR)/symcat.h ./targ-env.h \
1884 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-ns32k.h \
1885 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1886 $(INCDIR)/obstack.h
45f85b08 1887
b898a385
L
1888DEPOBJ_ns32k_coff = $(INCDIR)/symcat.h ./targ-env.h \
1889 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-ns32k.h \
1890 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1891 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1892
b898a385
L
1893DEPOBJ_ns32k_elf = $(INCDIR)/symcat.h ./targ-env.h \
1894 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1895 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1896 ./targ-cpu.h $(srcdir)/config/tc-ns32k.h dwarf2dbg.h \
403487ec 1897 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1898 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1899
b898a385
L
1900DEPOBJ_openrisc_coff = $(INCDIR)/symcat.h ./targ-env.h \
1901 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-openrisc.h \
1902 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1903 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
795bb480 1904
b898a385
L
1905DEPOBJ_openrisc_elf = $(INCDIR)/symcat.h ./targ-env.h \
1906 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1907 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1908 ./targ-cpu.h $(srcdir)/config/tc-openrisc.h dwarf2dbg.h \
403487ec 1909 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1910 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1911
b898a385
L
1912DEPOBJ_or32_coff = $(INCDIR)/symcat.h ./targ-env.h \
1913 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-or32.h \
1914 $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
1915 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
ba323545 1916
b898a385 1917DEPOBJ_or32_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
ba323545 1918 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1919 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1920 $(srcdir)/config/tc-or32.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1921 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1922 dwarf2dbg.h $(INCDIR)/aout/aout64.h
ba323545 1923
b898a385
L
1924DEPOBJ_pdp11_aout = $(INCDIR)/symcat.h ./targ-env.h \
1925 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-pdp11.h \
1926 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1927 $(INCDIR)/obstack.h
45f85b08 1928
b898a385
L
1929DEPOBJ_pdp11_coff = $(INCDIR)/symcat.h ./targ-env.h \
1930 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-pdp11.h \
1931 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1932 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
45f85b08 1933
b898a385
L
1934DEPOBJ_pdp11_elf = $(INCDIR)/symcat.h ./targ-env.h \
1935 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1936 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1937 ./targ-cpu.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
403487ec 1938 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 1939 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1940
b898a385
L
1941DEPOBJ_pj_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1942 ./targ-cpu.h $(srcdir)/config/tc-pj.h $(INCDIR)/coff/internal.h \
3438adb3 1943 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 1944 subsegs.h $(INCDIR)/obstack.h
3438adb3 1945
b898a385 1946DEPOBJ_pj_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1947 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1948 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1949 $(srcdir)/config/tc-pj.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1950 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1951 dwarf2dbg.h $(INCDIR)/aout/aout64.h
c7e40348 1952
b898a385
L
1953DEPOBJ_ppc_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1954 ./targ-cpu.h $(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \
403487ec 1955 $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
b898a385 1956 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
27b7e12d 1957
b898a385 1958DEPOBJ_ppc_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1959 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1960 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1961 $(srcdir)/config/tc-ppc.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1962 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1963 dwarf2dbg.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
e90b95f6 1964 $(INCDIR)/aout/aout64.h
27b7e12d 1965
b898a385
L
1966DEPOBJ_s390_coff = $(INCDIR)/symcat.h ./targ-env.h \
1967 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-s390.h \
1968 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1969 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
45f85b08 1970
b898a385 1971DEPOBJ_s390_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1972 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1973 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1974 $(srcdir)/config/tc-s390.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1975 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1976 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1977
b898a385
L
1978DEPOBJ_sh_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
1979 ./targ-cpu.h $(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \
403487ec 1980 $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
b898a385 1981 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
45f85b08 1982
b898a385 1983DEPOBJ_sh_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 1984 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1985 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1986 $(srcdir)/config/tc-sh.h $(INCDIR)/safe-ctype.h subsegs.h \
1987 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1988 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 1989
b898a385 1990DEPOBJ_sh64_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
eb1e0e80 1991 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
1992 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
1993 $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
1994 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
1995 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
87ccc1b0 1996 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
eb1e0e80 1997
b898a385
L
1998DEPOBJ_sparc_aout = $(INCDIR)/symcat.h ./targ-env.h \
1999 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-sparc.h \
2000 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2001 $(INCDIR)/obstack.h
a85d7ed0 2002
b898a385
L
2003DEPOBJ_sparc_coff = $(INCDIR)/symcat.h ./targ-env.h \
2004 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-sparc.h \
2005 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
2006 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
2007 subsegs.h $(INCDIR)/obstack.h
45f85b08 2008
b898a385
L
2009DEPOBJ_sparc_elf = $(INCDIR)/symcat.h ./targ-env.h \
2010 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
2011 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2012 ./targ-cpu.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
403487ec 2013 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 2014 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 2015
b898a385
L
2016DEPOBJ_tic30_aout = $(INCDIR)/symcat.h ./targ-env.h \
2017 $(srcdir)/config/obj-aout.h ./targ-cpu.h $(srcdir)/config/tc-tic30.h \
2018 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2019 $(INCDIR)/obstack.h
45f85b08 2020
b898a385
L
2021DEPOBJ_tic30_coff = $(INCDIR)/symcat.h ./targ-env.h \
2022 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-tic30.h \
2023 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
2024 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
2025 subsegs.h $(INCDIR)/obstack.h
45f85b08 2026
b898a385
L
2027DEPOBJ_tic30_elf = $(INCDIR)/symcat.h ./targ-env.h \
2028 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
2029 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2030 ./targ-cpu.h $(srcdir)/config/tc-tic30.h dwarf2dbg.h \
403487ec 2031 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 2032 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08 2033
b898a385
L
2034DEPOBJ_tic4x_coff = $(INCDIR)/symcat.h ./targ-env.h \
2035 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-tic4x.h \
2036 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
2037 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
2038 subsegs.h $(INCDIR)/obstack.h
f62ba8f2 2039
b898a385
L
2040DEPOBJ_tic4x_elf = $(INCDIR)/symcat.h ./targ-env.h \
2041 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
2042 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2043 ./targ-cpu.h $(srcdir)/config/tc-tic4x.h dwarf2dbg.h \
f62ba8f2 2044 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 2045 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
f62ba8f2 2046
b898a385
L
2047DEPOBJ_tic54x_coff = $(INCDIR)/symcat.h ./targ-env.h \
2048 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-tic54x.h \
2049 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
2050 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
2051 subsegs.h $(INCDIR)/obstack.h
01580992 2052
b898a385
L
2053DEPOBJ_tic54x_elf = $(INCDIR)/symcat.h ./targ-env.h \
2054 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
2055 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2056 ./targ-cpu.h $(srcdir)/config/tc-tic54x.h $(INCDIR)/safe-ctype.h \
2057 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
2058 dwarf2dbg.h $(INCDIR)/aout/aout64.h
01580992 2059
b898a385
L
2060DEPOBJ_vax_aout = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-aout.h \
2061 ./targ-cpu.h $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h \
2062 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h
01580992 2063
b898a385
L
2064DEPOBJ_vax_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
2065 ./targ-cpu.h $(srcdir)/config/tc-vax.h $(INCDIR)/coff/internal.h \
3438adb3 2066 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
b898a385 2067 subsegs.h $(INCDIR)/obstack.h
01580992 2068
b898a385 2069DEPOBJ_vax_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 2070 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2071 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2072 $(srcdir)/config/tc-vax.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
2073 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
2074 dwarf2dbg.h $(INCDIR)/aout/aout64.h
01580992 2075
b898a385
L
2076DEPOBJ_v850_coff = $(INCDIR)/symcat.h ./targ-env.h \
2077 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-v850.h \
2078 $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2079 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
2080 subsegs.h $(INCDIR)/obstack.h
45f85b08 2081
b898a385 2082DEPOBJ_v850_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 2083 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2084 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2085 $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
2086 dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
2087 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
01580992 2088
b898a385
L
2089DEPOBJ_xstormy16_coff = $(INCDIR)/symcat.h ./targ-env.h \
2090 $(srcdir)/config/obj-coff.h ./targ-cpu.h $(srcdir)/config/tc-xstormy16.h \
2091 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
2092 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
c0ef99a7 2093
b898a385
L
2094DEPOBJ_xstormy16_elf = $(INCDIR)/symcat.h ./targ-env.h \
2095 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
2096 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2097 ./targ-cpu.h $(srcdir)/config/tc-xstormy16.h dwarf2dbg.h \
c0ef99a7 2098 $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
b898a385 2099 $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
c0ef99a7 2100
b898a385
L
2101DEPOBJ_xtensa_elf = $(INCDIR)/symcat.h ./targ-env.h \
2102 $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
2103 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2104 ./targ-cpu.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
2105 $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h subsegs.h \
2106 $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
2107 dwarf2dbg.h $(INCDIR)/aout/aout64.h
e0001a05 2108
b898a385
L
2109DEPOBJ_z8k_coff = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-coff.h \
2110 ./targ-cpu.h $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
403487ec 2111 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
b898a385 2112 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
01580992 2113
b898a385 2114DEPOBJ_z8k_elf = $(INCDIR)/symcat.h ./targ-env.h $(srcdir)/config/obj-elf.h \
403487ec 2115 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2116 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2117 $(srcdir)/config/tc-z8k.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
2118 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
2119 dwarf2dbg.h $(INCDIR)/aout/aout64.h
45f85b08
L
2120
2121DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
2122 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
2123 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2124
2125DEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) \
2126 $(DEPOBJ_i386_elf)
2127
2128DEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) \
2129 $(DEPOBJ_mips_elf)
2130
3bcbcc3d 2131DEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf)
b898a385
L
2132DEP_alpha_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2133 $(srcdir)/config/tc-alpha.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2134 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2135
b898a385
L
2136DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h ./targ-cpu.h \
2137 $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \
2138 $(INCDIR)/coff/ecoff.h
45f85b08 2139
403487ec
AM
2140DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2141 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2142 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2143 $(srcdir)/config/tc-alpha.h
252b5132 2144
b898a385
L
2145DEP_alpha_evax = $(srcdir)/config/obj-evax.h ./targ-cpu.h \
2146 $(srcdir)/config/tc-alpha.h
2147
2148DEP_arc_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2149 $(srcdir)/config/tc-arc.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2150 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2151
403487ec
AM
2152DEP_arc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2153 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2154 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2155 $(srcdir)/config/tc-arc.h dwarf2dbg.h ./targ-env.h \
2156 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2157
b898a385
L
2158DEP_arm_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2159 $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2160
b898a385
L
2161DEP_arm_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2162 $(srcdir)/config/tc-arm.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2163 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2164 $(INCDIR)/bfdlink.h
45f85b08 2165
403487ec
AM
2166DEP_arm_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2167 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2168 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2169 $(srcdir)/config/tc-arm.h
45f85b08 2170
b898a385
L
2171DEP_avr_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2172 $(srcdir)/config/tc-avr.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2173 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2174
403487ec
AM
2175DEP_avr_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2176 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2177 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2178 $(srcdir)/config/tc-avr.h dwarf2dbg.h ./targ-env.h \
2179 ./obj-format.h $(srcdir)/config/obj-elf.h
2180
2181DEP_bfin_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2182 $(srcdir)/config/tc-bfin.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2183 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2184
07c1b327
CM
2185DEP_bfin_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2186 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2187 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2188 $(srcdir)/config/tc-bfin.h dwarf2dbg.h ./targ-env.h \
2189 ./obj-format.h $(srcdir)/config/obj-elf.h
07c1b327 2190
b898a385
L
2191DEP_cris_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2192 $(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
3bcbcc3d 2193
403487ec
AM
2194DEP_cris_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2195 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2196 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2197 $(srcdir)/config/tc-cris.h dwarf2dbg.h ./targ-env.h \
2198 ./obj-format.h $(srcdir)/config/obj-elf.h
3bcbcc3d 2199
b898a385
L
2200DEP_crx_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2201 $(srcdir)/config/tc-crx.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2202 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
8ea2b00f
AM
2203
2204DEP_crx_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2205 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2206 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2207 $(srcdir)/config/tc-crx.h dwarf2dbg.h ./targ-env.h \
2208 ./obj-format.h $(srcdir)/config/obj-elf.h
8ea2b00f 2209
b898a385
L
2210DEP_d10v_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2211 $(srcdir)/config/tc-d10v.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2212 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2213
403487ec
AM
2214DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2215 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2216 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2217 $(srcdir)/config/tc-d10v.h
45f85b08 2218
b898a385
L
2219DEP_d30v_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2220 $(srcdir)/config/tc-d30v.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2221 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2222
403487ec
AM
2223DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2224 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2225 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2226 $(srcdir)/config/tc-d30v.h
45f85b08 2227
b898a385
L
2228DEP_dlx_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2229 $(srcdir)/config/tc-dlx.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2230 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
194b5210 2231
d172d4ba
NC
2232DEP_dlx_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2233 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2234 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2235 $(srcdir)/config/tc-dlx.h dwarf2dbg.h ./targ-env.h \
2236 ./obj-format.h $(srcdir)/config/obj-elf.h
d172d4ba 2237
b898a385
L
2238DEP_fr30_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2239 $(srcdir)/config/tc-fr30.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2240 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2241
403487ec
AM
2242DEP_fr30_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2243 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2244 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2245 $(srcdir)/config/tc-fr30.h dwarf2dbg.h ./targ-env.h \
2246 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2247
b898a385
L
2248DEP_frv_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2249 $(srcdir)/config/tc-frv.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2250 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
0ebb9a87
DB
2251
2252DEP_frv_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2253 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2254 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2255 $(srcdir)/config/tc-frv.h
0ebb9a87 2256
b898a385
L
2257DEP_h8300_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2258 $(srcdir)/config/tc-h8300.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2259 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2260 $(INCDIR)/bfdlink.h
45f85b08 2261
403487ec
AM
2262DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2263 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2264 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2265 $(srcdir)/config/tc-h8300.h dwarf2dbg.h ./targ-env.h \
2266 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2267
b898a385
L
2268DEP_hppa_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2269 $(srcdir)/config/tc-hppa.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2270 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2271
403487ec
AM
2272DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2273 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2274 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2275 $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h $(BFDDIR)/elf-bfd.h \
2276 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h
45f85b08 2277
b898a385
L
2278DEP_ia64_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2279 $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
2280 $(INCDIR)/symcat.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \
2281 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2282
403487ec
AM
2283DEP_ia64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2284 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2285 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2286 $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
2287 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h
45f85b08 2288
b898a385
L
2289DEP_i370_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2290 $(srcdir)/config/tc-i370.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2291 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2292
403487ec
AM
2293DEP_i370_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2294 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2295 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2296 $(srcdir)/config/tc-i370.h dwarf2dbg.h ./targ-env.h \
2297 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2298
b898a385
L
2299DEP_i386_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2300 $(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2301
b898a385
L
2302DEP_i386_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2303 $(srcdir)/config/tc-i386.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2304 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2305 $(INCDIR)/bfdlink.h
45f85b08 2306
403487ec
AM
2307DEP_i386_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2308 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2309 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2310 $(srcdir)/config/tc-i386.h dwarf2dbg.h ./targ-env.h \
2311 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2312
403487ec
AM
2313DEP_i860_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2314 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2315 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2316 $(srcdir)/config/tc-i860.h dwarf2dbg.h ./targ-env.h \
2317 ./obj-format.h $(srcdir)/config/obj-elf.h
252b5132 2318
b898a385
L
2319DEP_i960_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2320 $(srcdir)/config/tc-i960.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2321 $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2322
403487ec
AM
2323DEP_i960_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2324 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2325 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2326 $(srcdir)/config/tc-i960.h dwarf2dbg.h ./targ-env.h \
2327 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2328
b898a385
L
2329DEP_ip2k_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2330 $(srcdir)/config/tc-ip2k.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2331 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
55eab186 2332
a40cbfa3
NC
2333DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2334 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2335 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2336 $(srcdir)/config/tc-ip2k.h dwarf2dbg.h ./targ-env.h \
2337 ./obj-format.h $(srcdir)/config/obj-elf.h
a40cbfa3 2338
b898a385
L
2339DEP_m32c_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2340 $(srcdir)/config/tc-m32c.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2341 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
0f82ff91
AM
2342
2343DEP_m32c_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2344 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2345 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2346 $(srcdir)/config/tc-m32c.h dwarf2dbg.h ./targ-env.h \
2347 ./obj-format.h $(srcdir)/config/obj-elf.h
0f82ff91 2348
b898a385
L
2349DEP_m32r_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2350 $(srcdir)/config/tc-m32r.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2351 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2352
403487ec
AM
2353DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2354 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2355 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2356 $(srcdir)/config/tc-m32r.h dwarf2dbg.h ./targ-env.h \
2357 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2358
b898a385
L
2359DEP_m68hc11_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2360 $(srcdir)/config/tc-m68hc11.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2361 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2362 $(INCDIR)/bfdlink.h
45f85b08 2363
403487ec
AM
2364DEP_m68hc11_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2365 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2366 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2367 $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h ./targ-env.h \
2368 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2369
b898a385
L
2370DEP_m68k_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2371 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2372
b898a385
L
2373DEP_m68k_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2374 $(srcdir)/config/tc-m68k.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2375 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2376 $(INCDIR)/bfdlink.h
45f85b08 2377
403487ec
AM
2378DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2379 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2380 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2381 $(srcdir)/config/tc-m68k.h
45f85b08 2382
b898a385
L
2383DEP_mcore_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2384 $(srcdir)/config/tc-mcore.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2385 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2386 $(INCDIR)/bfdlink.h
45f85b08 2387
403487ec
AM
2388DEP_mcore_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2389 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2390 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2391 $(srcdir)/config/tc-mcore.h dwarf2dbg.h ./targ-env.h \
2392 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2393
b898a385
L
2394DEP_mips_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2395 $(srcdir)/config/tc-mips.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2396 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2397 $(INCDIR)/bfdlink.h
45f85b08 2398
b898a385
L
2399DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h ./targ-cpu.h \
2400 $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \
2401 $(INCDIR)/coff/ecoff.h
45f85b08 2402
403487ec
AM
2403DEP_mips_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2404 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2405 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2406 $(srcdir)/config/tc-mips.h
45f85b08 2407
dcc46170
HPN
2408DEP_mmix_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2409 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2410 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2411 $(srcdir)/config/tc-mmix.h dwarf2dbg.h ./targ-env.h \
2412 ./obj-format.h $(srcdir)/config/obj-elf.h
3c3bdf30 2413
b898a385
L
2414DEP_mn10200_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2415 $(srcdir)/config/tc-mn10200.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2416 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2417
403487ec
AM
2418DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2419 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2420 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2421 $(srcdir)/config/tc-mn10200.h dwarf2dbg.h ./targ-env.h \
2422 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2423
b898a385
L
2424DEP_mn10300_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2425 $(srcdir)/config/tc-mn10300.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2426 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2427
403487ec
AM
2428DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2429 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2430 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2431 $(srcdir)/config/tc-mn10300.h dwarf2dbg.h ./targ-env.h \
2432 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2433
b898a385
L
2434DEP_msp430_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2435 $(srcdir)/config/tc-msp430.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2436 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
2469cfa2 2437
f62ba8f2
AM
2438DEP_msp430_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2439 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2440 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2441 $(srcdir)/config/tc-msp430.h dwarf2dbg.h ./targ-env.h \
2442 ./obj-format.h $(srcdir)/config/obj-elf.h
2469cfa2 2443
b898a385
L
2444DEP_ns32k_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2445 $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2446
b898a385
L
2447DEP_ns32k_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2448 $(srcdir)/config/tc-ns32k.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2449 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2450
403487ec
AM
2451DEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2452 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2453 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2454 $(srcdir)/config/tc-ns32k.h dwarf2dbg.h ./targ-env.h \
2455 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2456
b898a385
L
2457DEP_openrisc_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2458 $(srcdir)/config/tc-openrisc.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2459 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
3438adb3 2460
403487ec
AM
2461DEP_openrisc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2462 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2463 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2464 $(srcdir)/config/tc-openrisc.h dwarf2dbg.h ./targ-env.h \
2465 ./obj-format.h $(srcdir)/config/obj-elf.h
c7e40348 2466
b898a385
L
2467DEP_or32_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2468 $(srcdir)/config/tc-or32.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2469 $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
ba323545
AM
2470
2471DEP_or32_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2472 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2473 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2474 $(srcdir)/config/tc-or32.h dwarf2dbg.h ./targ-env.h \
2475 ./obj-format.h $(srcdir)/config/obj-elf.h
ba323545 2476
b898a385
L
2477DEP_pdp11_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2478 $(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
e135f41b 2479
b898a385
L
2480DEP_pdp11_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2481 $(srcdir)/config/tc-pdp11.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2482 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
27b7e12d 2483
403487ec
AM
2484DEP_pdp11_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2485 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2486 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2487 $(srcdir)/config/tc-pdp11.h dwarf2dbg.h ./targ-env.h \
2488 ./obj-format.h $(srcdir)/config/obj-elf.h
27b7e12d 2489
b898a385
L
2490DEP_pj_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2491 $(srcdir)/config/tc-pj.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2492 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2493
403487ec
AM
2494DEP_pj_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2495 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2496 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2497 $(srcdir)/config/tc-pj.h dwarf2dbg.h ./targ-env.h ./obj-format.h \
2498 $(srcdir)/config/obj-elf.h
45f85b08 2499
b898a385
L
2500DEP_ppc_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2501 $(srcdir)/config/tc-ppc.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2502 $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2503
403487ec
AM
2504DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2505 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2506 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2507 $(srcdir)/config/tc-ppc.h dwarf2dbg.h ./targ-env.h \
2508 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2509
b898a385
L
2510DEP_s390_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2511 $(srcdir)/config/tc-s390.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2512 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
27b7e12d 2513
403487ec
AM
2514DEP_s390_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2515 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2516 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2517 $(srcdir)/config/tc-s390.h dwarf2dbg.h ./targ-env.h \
2518 ./obj-format.h $(srcdir)/config/obj-elf.h
a85d7ed0 2519
b898a385
L
2520DEP_sh_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2521 $(srcdir)/config/tc-sh.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2522 $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2523 $(INCDIR)/bfdlink.h
45f85b08 2524
403487ec
AM
2525DEP_sh_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2526 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2527 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2528 $(srcdir)/config/tc-sh.h
45f85b08 2529
eb1e0e80
NC
2530DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2531 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2532 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2533 $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
2534 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
eb1e0e80 2535
b898a385
L
2536DEP_sparc_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2537 $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2538
b898a385
L
2539DEP_sparc_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2540 $(srcdir)/config/tc-sparc.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2541 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2542 $(INCDIR)/bfdlink.h
45f85b08 2543
403487ec
AM
2544DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2545 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2546 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2547 $(srcdir)/config/tc-sparc.h dwarf2dbg.h ./targ-env.h \
2548 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2549
b898a385
L
2550DEP_tic30_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2551 $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2552
b898a385
L
2553DEP_tic30_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2554 $(srcdir)/config/tc-tic30.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2555 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2556 $(INCDIR)/bfdlink.h
45f85b08 2557
403487ec
AM
2558DEP_tic30_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2559 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2560 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2561 $(srcdir)/config/tc-tic30.h dwarf2dbg.h ./targ-env.h \
2562 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2563
b898a385
L
2564DEP_tic4x_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2565 $(srcdir)/config/tc-tic4x.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2566 $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
2567 $(INCDIR)/bfdlink.h
f62ba8f2
AM
2568
2569DEP_tic4x_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2570 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2571 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2572 $(srcdir)/config/tc-tic4x.h dwarf2dbg.h ./targ-env.h \
2573 ./obj-format.h $(srcdir)/config/obj-elf.h
f62ba8f2 2574
b898a385
L
2575DEP_tic54x_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2576 $(srcdir)/config/tc-tic54x.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2577 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
2578 $(INCDIR)/bfdlink.h
45f85b08 2579
403487ec
AM
2580DEP_tic54x_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2581 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2582 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2583 $(srcdir)/config/tc-tic54x.h
45f85b08 2584
b898a385
L
2585DEP_vax_aout = $(srcdir)/config/obj-aout.h ./targ-cpu.h \
2586 $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
45f85b08 2587
b898a385
L
2588DEP_vax_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2589 $(srcdir)/config/tc-vax.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2590 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
45f85b08 2591
403487ec
AM
2592DEP_vax_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2593 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2594 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2595 $(srcdir)/config/tc-vax.h dwarf2dbg.h ./targ-env.h \
2596 ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2597
b898a385
L
2598DEP_v850_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2599 $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
2600 $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
2601 $(INCDIR)/bfdlink.h
45f85b08 2602
403487ec
AM
2603DEP_v850_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2604 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2605 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2606 $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
2607 dwarf2dbg.h ./targ-env.h ./obj-format.h $(srcdir)/config/obj-elf.h
45f85b08 2608
b898a385
L
2609DEP_xstormy16_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2610 $(srcdir)/config/tc-xstormy16.h $(INCDIR)/symcat.h \
2611 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
c0ef99a7
AM
2612
2613DEP_xstormy16_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2614 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2615 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2616 $(srcdir)/config/tc-xstormy16.h dwarf2dbg.h ./targ-env.h \
2617 ./obj-format.h $(srcdir)/config/obj-elf.h
c0ef99a7 2618
e0001a05
NC
2619DEP_xtensa_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2620 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2621 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2622 $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
2623 $(INCDIR)/xtensa-config.h
e0001a05 2624
b898a385
L
2625DEP_z8k_coff = $(srcdir)/config/obj-coff.h ./targ-cpu.h \
2626 $(srcdir)/config/tc-z8k.h $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h \
2627 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
2628 $(INCDIR)/bfdlink.h
45f85b08 2629
403487ec
AM
2630DEP_z8k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2631 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b898a385
L
2632 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h ./targ-cpu.h \
2633 $(srcdir)/config/tc-z8k.h dwarf2dbg.h ./targ-env.h \
2634 ./obj-format.h $(srcdir)/config/obj-elf.h
252b5132
RH
2635
2636DEP_hppa_som = $(BFDDIR)/som.h
45f85b08
L
2637DEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) \
2638 $(DEP_i386_elf)
16adf844 2639
45f85b08
L
2640DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
2641 $(DEP_mips_elf)
252b5132 2642
3bcbcc3d 2643DEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf)
ad4d6ccf 2644BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
13b2be9c
DJ
2645all: config.h
2646 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 2647
252b5132 2648.SUFFIXES:
13b2be9c 2649.SUFFIXES: .c .l .lo .o .obj .y
ab509236
L
2650am--refresh:
2651 @:
2652$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2653 @for dep in $?; do \
2654 case '$(am__configure_deps)' in \
2655 *$$dep*) \
6e1772d5
AM
2656 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
2657 cd $(srcdir) && $(AUTOMAKE) --foreign \
ab509236
L
2658 && exit 0; \
2659 exit 1;; \
2660 esac; \
2661 done; \
6e1772d5 2662 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
13b2be9c 2663 cd $(top_srcdir) && \
6e1772d5 2664 $(AUTOMAKE) --foreign Makefile
ab509236
L
2665.PRECIOUS: Makefile
2666Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2667 @case '$?' in \
2668 *config.status*) \
2669 echo ' $(SHELL) ./config.status'; \
2670 $(SHELL) ./config.status;; \
2671 *) \
2672 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2673 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2674 esac;
252b5132 2675
ab509236 2676$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252b5132 2677 $(SHELL) ./config.status --recheck
252b5132 2678
ab509236
L
2679$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2680 cd $(srcdir) && $(AUTOCONF)
2681$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
13b2be9c
DJ
2682 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2683
2684config.h: stamp-h1
252b5132 2685 @if test ! -f $@; then \
13b2be9c
DJ
2686 rm -f stamp-h1; \
2687 $(MAKE) stamp-h1; \
252b5132 2688 else :; fi
252b5132 2689
13b2be9c
DJ
2690stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
2691 @rm -f stamp-h1
2692 cd $(top_builddir) && $(SHELL) ./config.status config.h
ab509236 2693$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
13b2be9c 2694 cd $(top_srcdir) && $(AUTOHEADER)
ab509236
L
2695 rm -f stamp-h1
2696 touch $@
252b5132
RH
2697
2698distclean-hdr:
13b2be9c 2699 -rm -f config.h stamp-h1
ab509236 2700gdb.ini: $(top_builddir)/config.status $(srcdir)/gdbinit.in
13b2be9c 2701 cd $(top_builddir) && $(SHELL) ./config.status $@
ab509236 2702.gdbinit: $(top_builddir)/config.status $(srcdir)/gdbinit.in
13b2be9c
DJ
2703 cd $(top_builddir) && $(SHELL) ./config.status $@
2704po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
2705 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
2706
2707clean-noinstPROGRAMS:
13b2be9c
DJ
2708 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2709 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2710 echo " rm -f $$p $$f"; \
2711 rm -f $$p $$f ; \
2712 done
2713as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
2714 @rm -f as-new$(EXEEXT)
2715 $(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
2716itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
2717 @rm -f itbl-test$(EXEEXT)
2718 $(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
a2d91340 2719
252b5132 2720mostlyclean-compile:
ab509236 2721 -rm -f *.$(OBJEXT)
252b5132
RH
2722
2723distclean-compile:
2724 -rm -f *.tab.c
2725
13b2be9c 2726.c.o:
ab509236 2727 $(COMPILE) -c $<
13b2be9c
DJ
2728
2729.c.obj:
ab509236 2730 $(COMPILE) -c `$(CYGPATH_W) '$<'`
252b5132 2731
a2d91340 2732.c.lo:
ab509236 2733 $(LTCOMPILE) -c -o $@ $<
a2d91340 2734
13b2be9c 2735.l.c:
ab509236 2736 $(LEXCOMPILE) $<
13b2be9c
DJ
2737 sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
2738 rm -f $(LEX_OUTPUT_ROOT).c
a2d91340 2739
13b2be9c 2740.y.c:
ab509236 2741 $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
a2d91340 2742
07c1b327
CM
2743bfin-parse.c: config/bfin-parse.y
2744 $(SHELL) $(YLWRAP) `test -f 'config/bfin-parse.y' || echo '$(srcdir)/'`config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h y.output bfin-parse.output -- $(YACC) $(YFLAGS) $(AM_YFLAGS)
2745
252b5132
RH
2746mostlyclean-libtool:
2747 -rm -f *.lo
2748
2749clean-libtool:
2750 -rm -rf .libs _libs
2751
2752distclean-libtool:
13b2be9c
DJ
2753 -rm -f libtool
2754uninstall-info-am:
252b5132
RH
2755
2756# This directory's subdirectories are mostly independent; you can cd
2757# into them and run `make' without going through this Makefile.
2758# To change the values of `make' variables: instead of editing Makefiles,
2759# (1) if the variable is set in `config.status', edit `config.status'
2760# (which will cause the Makefiles to be regenerated when you run `make');
2761# (2) otherwise, pass the desired values on the `make' command line.
13b2be9c 2762$(RECURSIVE_TARGETS):
b898a385
L
2763 @failcom='exit 1'; \
2764 for f in x $$MAKEFLAGS; do \
2765 case $$f in \
2766 *=* | --[!k]*);; \
2767 *k*) failcom='fail=yes';; \
2768 esac; \
2769 done; \
252b5132
RH
2770 dot_seen=no; \
2771 target=`echo $@ | sed s/-recursive//`; \
2772 list='$(SUBDIRS)'; for subdir in $$list; do \
2773 echo "Making $$target in $$subdir"; \
2774 if test "$$subdir" = "."; then \
2775 dot_seen=yes; \
2776 local_target="$$target-am"; \
2777 else \
2778 local_target="$$target"; \
2779 fi; \
2780 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b898a385 2781 || eval $$failcom; \
252b5132
RH
2782 done; \
2783 if test "$$dot_seen" = "no"; then \
2784 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2785 fi; test -z "$$fail"
2786
2787mostlyclean-recursive clean-recursive distclean-recursive \
2788maintainer-clean-recursive:
b898a385
L
2789 @failcom='exit 1'; \
2790 for f in x $$MAKEFLAGS; do \
2791 case $$f in \
2792 *=* | --[!k]*);; \
2793 *k*) failcom='fail=yes';; \
2794 esac; \
2795 done; \
252b5132 2796 dot_seen=no; \
13b2be9c
DJ
2797 case "$@" in \
2798 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2799 *) list='$(SUBDIRS)' ;; \
2800 esac; \
2801 rev=''; for subdir in $$list; do \
2802 if test "$$subdir" = "."; then :; else \
2803 rev="$$subdir $$rev"; \
2804 fi; \
252b5132 2805 done; \
13b2be9c 2806 rev="$$rev ."; \
252b5132
RH
2807 target=`echo $@ | sed s/-recursive//`; \
2808 for subdir in $$rev; do \
2809 echo "Making $$target in $$subdir"; \
2810 if test "$$subdir" = "."; then \
2811 local_target="$$target-am"; \
2812 else \
2813 local_target="$$target"; \
2814 fi; \
2815 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b898a385 2816 || eval $$failcom; \
252b5132
RH
2817 done && test -z "$$fail"
2818tags-recursive:
2819 list='$(SUBDIRS)'; for subdir in $$list; do \
2820 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2821 done
13b2be9c
DJ
2822ctags-recursive:
2823 list='$(SUBDIRS)'; for subdir in $$list; do \
2824 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2825 done
2826
13b2be9c
DJ
2827ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2828 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2829 unique=`for i in $$list; do \
2830 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2831 done | \
2832 $(AWK) ' { files[$$0] = 1; } \
252b5132 2833 END { for (i in files) print i; }'`; \
13b2be9c 2834 mkid -fID $$unique
ab509236 2835tags: TAGS
252b5132 2836
13b2be9c
DJ
2837TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
2838 $(TAGS_FILES) $(LISP)
252b5132
RH
2839 tags=; \
2840 here=`pwd`; \
bfbdcf04 2841 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
13b2be9c 2842 include_option=--etags-include; \
bfbdcf04 2843 empty_fix=.; \
13b2be9c
DJ
2844 else \
2845 include_option=--include; \
bfbdcf04 2846 empty_fix=; \
13b2be9c 2847 fi; \
252b5132 2848 list='$(SUBDIRS)'; for subdir in $$list; do \
13b2be9c 2849 if test "$$subdir" = .; then :; else \
1fe1f39c 2850 test ! -f $$subdir/TAGS || \
13b2be9c
DJ
2851 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
2852 fi; \
252b5132 2853 done; \
13b2be9c
DJ
2854 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
2855 unique=`for i in $$list; do \
2856 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2857 done | \
2858 $(AWK) ' { files[$$0] = 1; } \
252b5132 2859 END { for (i in files) print i; }'`; \
bfbdcf04 2860 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1fe1f39c 2861 test -n "$$unique" || unique=$$empty_fix; \
bfbdcf04
DJ
2862 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2863 $$tags $$unique; \
2864 fi
13b2be9c
DJ
2865ctags: CTAGS
2866CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
2867 $(TAGS_FILES) $(LISP)
2868 tags=; \
2869 here=`pwd`; \
2870 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
2871 unique=`for i in $$list; do \
2872 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2873 done | \
2874 $(AWK) ' { files[$$0] = 1; } \
2875 END { for (i in files) print i; }'`; \
2876 test -z "$(CTAGS_ARGS)$$tags$$unique" \
2877 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2878 $$tags $$unique
252b5132 2879
13b2be9c
DJ
2880GTAGS:
2881 here=`$(am__cd) $(top_builddir) && pwd` \
2882 && cd $(top_srcdir) \
2883 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
2884
2885distclean-tags:
13b2be9c 2886 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
a2d91340
AC
2887site.exp: Makefile
2888 @echo 'Making a new site.exp file...'
13b2be9c
DJ
2889 @echo '## these variables are automatically generated by make ##' >site.tmp
2890 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
2891 @echo '# edit the last section' >>site.tmp
2892 @echo 'set srcdir $(srcdir)' >>site.tmp
2893 @echo "set objdir `pwd`" >>site.tmp
2894 @echo 'set build_alias "$(build_alias)"' >>site.tmp
2895 @echo 'set build_triplet $(build_triplet)' >>site.tmp
2896 @echo 'set host_alias "$(host_alias)"' >>site.tmp
2897 @echo 'set host_triplet $(host_triplet)' >>site.tmp
2898 @echo 'set target_alias "$(target_alias)"' >>site.tmp
2899 @echo 'set target_triplet $(target_triplet)' >>site.tmp
2900 @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
2901 @test ! -f site.exp || \
2902 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
2903 @-rm -f site.bak
a2d91340 2904 @test ! -f site.exp || mv site.exp site.bak
13b2be9c
DJ
2905 @mv site.tmp site.exp
2906
2907distclean-DEJAGNU:
2908 -rm -f site.exp site.bak
2909 -l='$(DEJATOOL)'; for tool in $$l; do \
2910 rm -f $$tool.sum $$tool.log; \
2911 done
252b5132
RH
2912check-am:
2913 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
2914check: check-recursive
13b2be9c
DJ
2915all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
2916installdirs: installdirs-recursive
2917installdirs-am:
ab509236 2918install: install-recursive
252b5132 2919install-exec: install-exec-recursive
252b5132 2920install-data: install-data-recursive
13b2be9c 2921uninstall: uninstall-recursive
252b5132
RH
2922
2923install-am: all-am
2924 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 2925
13b2be9c
DJ
2926installcheck: installcheck-recursive
2927install-strip:
2928 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
ab509236 2929 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
13b2be9c
DJ
2930 `test -z '$(STRIP)' || \
2931 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
2932mostlyclean-generic:
2933 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2934
2935clean-generic:
2936 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2937
2938distclean-generic:
8ea2b00f 2939 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
252b5132
RH
2940 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2941
2942maintainer-clean-generic:
13b2be9c
DJ
2943 @echo "This command is intended for maintainers to use"
2944 @echo "it deletes files that may require special tools to rebuild."
07c1b327 2945 -rm -f bfin-parse.c
13b2be9c
DJ
2946 -rm -f itbl-lex.c
2947 -rm -f itbl-parse.c
a394c00f 2948 -rm -f m68k-parse.c
13b2be9c 2949clean: clean-recursive
252b5132 2950
13b2be9c
DJ
2951clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
2952 mostlyclean-am
252b5132 2953
13b2be9c
DJ
2954distclean: distclean-recursive
2955 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
5e2d1ae8 2956 -rm -f Makefile
13b2be9c
DJ
2957distclean-am: clean-am distclean-DEJAGNU distclean-compile \
2958 distclean-generic distclean-hdr distclean-libtool \
2959 distclean-tags
252b5132 2960
13b2be9c 2961dvi: dvi-recursive
252b5132 2962
13b2be9c 2963dvi-am:
252b5132 2964
ab509236
L
2965html: html-recursive
2966
13b2be9c
DJ
2967info: info-recursive
2968
2969info-am:
2970
2971install-data-am:
2972
2973install-exec-am: install-exec-local
2974
ab509236 2975install-info: install-info-recursive
13b2be9c
DJ
2976
2977install-man:
2978
2979installcheck-am:
252b5132
RH
2980
2981maintainer-clean: maintainer-clean-recursive
13b2be9c 2982 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
5e2d1ae8
DJ
2983 -rm -rf $(top_srcdir)/autom4te.cache
2984 -rm -f Makefile
13b2be9c
DJ
2985maintainer-clean-am: distclean-am maintainer-clean-generic
2986
2987mostlyclean: mostlyclean-recursive
2988
2989mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2990 mostlyclean-libtool
2991
2992pdf: pdf-recursive
2993
2994pdf-am:
2995
2996ps: ps-recursive
2997
2998ps-am:
2999
3000uninstall-am:
3001
3002uninstall-info: uninstall-info-recursive
3003
ab509236
L
3004.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
3005 check-DEJAGNU check-am clean clean-generic clean-libtool \
3006 clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
3007 distclean distclean-DEJAGNU distclean-compile \
3008 distclean-generic distclean-hdr distclean-libtool \
3009 distclean-recursive distclean-tags dvi dvi-am html html-am \
3010 info info-am install install-am install-data install-data-am \
3011 install-exec install-exec-am install-exec-local install-info \
3012 install-info-am install-man install-strip installcheck \
3013 installcheck-am installdirs installdirs-am maintainer-clean \
3014 maintainer-clean-generic maintainer-clean-recursive \
3015 mostlyclean mostlyclean-compile mostlyclean-generic \
3016 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
3017 tags tags-recursive uninstall uninstall-am uninstall-info-am
252b5132
RH
3018
3019po/POTFILES.in: @MAINT@ Makefile
da64f3bf 3020 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132 3021 && mv tmp $(srcdir)/po/POTFILES.in
07c1b327 3022
c45021f2 3023diststuff: $(EXTRA_DIST) info
e3e71e27 3024all: info
252b5132
RH
3025
3026$(OBJS): @ALL_OBJ_DEPS@
3027
3028# Stuff that every object file depends upon. If anything is removed
3029# from this list, remove it from dep-in.sed as well.
29589b0c
AM
3030$(OBJS): $(INCDIR)/bin-bugs.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
3031 $(INCDIR)/progress.h $(INCDIR)/fopen-same.h \
1581f8c9
AM
3032 $(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \
3033 as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
3034 frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
252b5132
RH
3035
3036check-DEJAGNU: site.exp
3037 if [ -d testsuite ]; then \
3038 true; \
3039 else \
3040 mkdir testsuite; \
3041 fi
3042 rm -f testsuite/site.exp
3043 cp site.exp testsuite/site.exp
3044 rootme=`pwd`; export rootme; \
3045 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
3046 EXPECT=${EXPECT} ; export EXPECT ; \
252b5132
RH
3047 runtest=$(RUNTEST); \
3048 cd testsuite; \
3049 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
3050 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
3051 $(RUNTESTFLAGS); \
3052 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
3053 fi
3054
3055# The implicit .c.o rule doesn't work for these, perhaps because of
3056# the variables, or perhaps because the sources are not on vpath.
ad4d6ccf 3057$(TARG_CPU_O): $(TARG_CPU_C)
252b5132
RH
3058 $(COMPILE) -c $(TARG_CPU_C)
3059$(ATOF_TARG_O): $(ATOF_TARG_C)
3060 $(COMPILE) -c $(ATOF_TARG_C)
3061
3062# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
3063# so the automatic dependency stuff doesn't work.
3064ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
3065 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
3066 $(INCDIR)/aout/stab_gnu.h
3067
3068# We need all these explicit rules for the multi stuff. Because of
3069# these rules, we don't need one for OBJ_FORMAT_O.
3070
3071obj-aout.o : $(srcdir)/config/obj-aout.c
3072 $(COMPILE) -c $(srcdir)/config/obj-aout.c
252b5132
RH
3073obj-coff.o: $(srcdir)/config/obj-coff.c
3074 $(COMPILE) -c $(srcdir)/config/obj-coff.c
3075obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
3076 $(COMPILE) -c $(srcdir)/config/obj-ecoff.c
3077obj-elf.o : $(srcdir)/config/obj-elf.c
3078 $(COMPILE) -c $(srcdir)/config/obj-elf.c
3079obj-evax.o : $(srcdir)/config/obj-evax.c
3080 $(COMPILE) -c $(srcdir)/config/obj-evax.c
252b5132
RH
3081obj-ieee.o : $(srcdir)/config/obj-ieee.c
3082 $(COMPILE) -c $(srcdir)/config/obj-ieee.c
3083obj-multi.o : $(srcdir)/config/obj-multi.c
3084 $(COMPILE) -c $(srcdir)/config/obj-multi.c
3085obj-som.o : $(srcdir)/config/obj-som.c
3086 $(COMPILE) -c $(srcdir)/config/obj-som.c
252b5132
RH
3087
3088e-mipself.o : $(srcdir)/config/e-mipself.c
3089 $(COMPILE) -c $(srcdir)/config/e-mipself.c
3090e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
3091 $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
4c63da97
AM
3092e-i386aout.o: $(srcdir)/config/e-i386aout.c
3093 $(COMPILE) -c $(srcdir)/config/e-i386aout.c
252b5132
RH
3094e-i386coff.o: $(srcdir)/config/e-i386coff.c
3095 $(COMPILE) -c $(srcdir)/config/e-i386coff.c
3096e-i386elf.o: $(srcdir)/config/e-i386elf.c
3097 $(COMPILE) -c $(srcdir)/config/e-i386elf.c
3bcbcc3d
HPN
3098e-crisaout.o: $(srcdir)/config/e-crisaout.c
3099 $(COMPILE) -c $(srcdir)/config/e-crisaout.c
3100e-criself.o: $(srcdir)/config/e-criself.c
3101 $(COMPILE) -c $(srcdir)/config/e-criself.c
252b5132 3102
e0001a05
NC
3103xtensa-relax.o: $(srcdir)/config/xtensa-relax.c
3104 $(COMPILE) -c $(srcdir)/config/xtensa-relax.c
3105
252b5132
RH
3106# If m68k-parse.y is in a different directory, then ylwrap will use an
3107# absolute path when it invokes yacc, which will cause yacc to put the
3108# absolute path into the generated file. That's a pain when it comes
3109# to generating snapshots, because it introduces spurious diffs.
3110# Since when we make the snapshots $(srcdir) = ".", we check for that
3111# case and handle it differently. This means that anybody who
3112# configures with $(srcdir) = "." will have to set their path in the
3113# debugger if they want to debug m68k-parse.y. This is bad, but on
3114# the other hand it's good that people who use the prebuilt
3115# m68k-parse.c don't get a spurious absolute path.
3116m68k-parse.c: $(srcdir)/config/m68k-parse.y
3117 f=$(srcdir)/config/m68k-parse.y; \
3118 if [ $$f = "./config/m68k-parse.y" ]; then \
3119 ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \
3120 ln config/m68k-parse.y . > /dev/null 2>/dev/null || \
3121 cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
3122 f=m68k-parse.y; \
3123 else true; fi; \
42ecbf5e 3124 $(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
252b5132
RH
3125 if [ $$f = "m68k-parse.y" ]; then \
3126 rm -f m68k-parse.y; \
3127 else true; fi
ceae3e33
AM
3128# Disable -Werror, if it has been enabled, since old versions of bison/
3129# yacc will produce working code which contain compile time warnings.
252b5132 3130m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
9e9b66a9 3131 $(COMPILE) -c $< $(NO_WERROR)
252b5132
RH
3132
3133# Don't let the .y.h rule clobber m68k-parse.h.
3134m68k-parse.h: ; @true
3135$(srcdir)/config/m68k-parse.h: ; @true
3136
07c1b327
CM
3137bfin-parse.c bfin-parse.tab.h: $(srcdir)/config/bfin-parse.y
3138 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.tab.h -- $(YACCCOMPILE) -d ;
3139bfin-parse.o: bfin-parse.c bfin-parse.tab.h $(srcdir)/config/bfin-defs.h
3140
3141bfin-defs.h: ; @true
3142$(srcdir)/config/bfin-defs.h: ; @true
3143
3144bfin-lex.c: $(srcdir)/config/bfin-lex.l
3145 $(SHELL) $(YLWRAP) "$(LEX)" <$(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c
3146bfin-lex.o: bfin-lex.c bfin-parse.tab.h $(srcdir)/config/bfin-defs.h
3147 $(COMPILE) -c $< $(NO_WERROR)
3148
252b5132
RH
3149# The instruction table specification lexical analyzer and parser.
3150
3151itbl-lex.c: $(srcdir)/itbl-lex.l
b16b813f 3152itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
252b5132 3153
ceae3e33
AM
3154# Disable -Werror, if it has been enabled, since old versions of bison/
3155# yacc will produce working code which contain compile time warnings.
b16b813f 3156itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
9e9b66a9 3157 $(COMPILE) -c $< $(NO_WERROR)
252b5132
RH
3158
3159itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
3160
3161itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
42ecbf5e 3162 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
252b5132 3163
46eec08e
ILT
3164itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
3165 $(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
252b5132
RH
3166
3167itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
3168 $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
3169
3170cgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \
3171 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
3172 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
3173 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
3174
3175.PHONY: install-exec-local install-data-local
3176.PHONY: install-exec-bindir install-exec-tooldir
3177
3178install-exec-local: install-exec-bindir @install_tooldir@
3179
3180install-exec-bindir: $(noinst_PROGRAMS)
d3d8a9ee 3181 $(mkinstalldirs) $(DESTDIR)$(bindir)
252b5132
RH
3182 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
3183 if test -f $$p; then \
3184 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
d3d8a9ee 3185 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
252b5132
RH
3186 else :; fi; \
3187 done
3188
f8c827e9 3189install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
d3d8a9ee 3190 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
252b5132
RH
3191 n=`echo as | sed '$(transform)'`; \
3192 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
d3d8a9ee
NC
3193 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
3194 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
3195 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
252b5132
RH
3196 else \
3197 true ; \
3198 fi
3199
3200# These exist for maintenance purposes.
3201
3202.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
3203
3204bootstrap: as-new
3205 $(MAKE) stage1
3206 rm -f stage && ln -s stage1 stage
3207 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
3208 $(MAKE) stage2
3209 rm -f stage && ln -s stage2 stage
3210 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
3211 $(MAKE) comparison against=stage2
3212
3213bootstrap2:
3214 rm -f stage && ln -s stage1 stage
3215 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
3216 $(MAKE) stage2
3217 rm -f stage && ln -s stage2 stage
3218 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
3219 $(MAKE) comparison against=stage2
3220
3221bootstrap3:
3222 rm -f stage && ln -s stage2 stage
3223 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
3224 $(MAKE) comparison against=stage2
3225
3226# Copy the object files from a particular stage into a subdirectory.
3227stage1:
3228 -mkdir stage1
3229 -mv $(STAGESTUFF) stage1
3230 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
3231
3232stage2:
3233 -mkdir stage2
3234 -mv $(STAGESTUFF) stage2
3235 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
3236
3237stage3:
3238 -mkdir stage3
3239 -mv $(STAGESTUFF) stage3
3240 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
3241
3242# This rule is derived from corresponding code in the Makefile.in for gcc.
3243# The "tail +16c" is to bypass headers which may include timestamps or
3244# temporary assembly file names.
3245comparison:
3246 x=0 ; \
3247 for file in *.o ; do \
3248 tail +16c ./$$file > tmp-foo1; \
3249 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
3250 if cmp tmp-foo1 tmp-foo2 ; then \
3251 true ; \
3252 else \
3253 echo $$file differs ; \
3254 x=1 ; \
3255 fi ; \
3256 else true; fi ; \
3257 done ; \
3258 exit $$x
3259 -rm -f tmp-foo*
3260
3261.PHONY: de-stage1 de-stage2 de-stage3
3262
3263de-stage1:
3264 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
3265 - rmdir stage1
3266
3267de-stage2:
3268 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
3269 - rmdir stage2
3270
3271de-stage3:
3272 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
3273 - rmdir stage3
3274
ad4d6ccf
AM
3275# Automatic dependency computation. This is a real pain, because the
3276# dependencies change based on target_cpu_type and obj_format.
3277# Just to make things even more complicated, automake separates the
3278# dependency variable assignments from the dependency rules, and tacks
3279# on a .NOEXPORT at the end of Makefile.in.
3280
04ad1543 3281DEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2
ad4d6ccf 3282 rm -f DEP1 # delete because we use $? in DEP1 rule
252b5132 3283 srcdir=`cd $(srcdir); pwd`; \
41b49281 3284 $(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1
04ad1543 3285 rm -rf DEPDIR
ad4d6ccf 3286 echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA
04ad1543
ILT
3287 sed -f dep.sed < DEPTC >> DEPA
3288 sed -f dep.sed < DEPOBJ >> DEPA
3289 sed -f dep.sed < DEP2 >> DEPA
ad4d6ccf
AM
3290 echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
3291 echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA
3292 sed -f dep.sed < DEP1 >> DEPA
04ad1543
ILT
3293 echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
3294 echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA
3295 echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA
ad4d6ccf 3296 echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
1581f8c9
AM
3297 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
3298 echo 'make DEP failed!'; exit 1; \
3299 else \
3300 mv -f DEPA $@; \
3301 fi
252b5132 3302
04ad1543
ILT
3303DEP1: $(CFILES) $(MULTI_CFILES)
3304 if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
252b5132 3305 srcdir=`cd $(srcdir); pwd`; \
04ad1543 3306 cd DEPDIR; \
252b5132
RH
3307 echo '' > targ-cpu.h; \
3308 echo '' > obj-format.h; \
3309 echo '' > targ-env.h; \
3310 echo '' > itbl-cpu.h; \
6104f0a0 3311 echo '' > itbl-parse.h; \
3817f222 3312 $(MKDEP) $(DEP_FLAGS) $? > DEP
41b49281 3313 mv -f DEPDIR/DEP $@
252b5132
RH
3314
3315# Work out the special dependencies for the tc-*.c files.
04ad1543
ILT
3316DEPTC: $(TARGET_CPU_CFILES)
3317 rm -f DEPTCA
3318 if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
252b5132 3319 srcdir=`cd $(srcdir); pwd`; \
04ad1543 3320 cd DEPDIR; \
252b5132
RH
3321 for c in $(CPU_TYPES); do \
3322 for o in $(OBJ_FORMATS); do \
3323 $(CPU_OBJ_VALID) \
3324 if [ x$${valid} = xyes ]; then \
3325 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
3326 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
3327 echo '#include "te-generic.h"' > targ-env.h; \
3328 echo '' > itbl-cpu.h; \
6104f0a0 3329 echo '' > itbl-parse.h; \
252b5132
RH
3330 echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
3331 rm -f dummy.c; \
3332 cp $${srcdir}/config/tc-$${c}.c dummy.c; \
3817f222 3333 $(MKDEP) $(DEP_FLAGS) dummy.c | \
41b49281 3334 sed -e "s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ../DEPTCA; \
252b5132
RH
3335 rm -f dummy.c; \
3336 else true; fi; \
3337 done; \
3338 done
04ad1543
ILT
3339 echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA
3340 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA
3341 echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA
16adf844 3342 for c in $(MULTI_CPU_TYPES); do \
ad4d6ccf 3343 echo "DEPTC_$${c}"'_multi = \' >> DEPTCA; \
16adf844
AM
3344 for o in $(OBJ_FORMATS); do \
3345 $(MULTI_CPU_OBJ_VALID) \
252b5132 3346 if [ x$${valid} = xyes ]; then \
16adf844 3347 echo '$$(DEPTC_'"$${c}_$${o}"') \' >> DEPTCA; \
252b5132 3348 else true; fi; \
16adf844
AM
3349 done; \
3350 echo '' >> DEPTCA; \
252b5132 3351 done
04ad1543 3352 mv -f DEPTCA DEPTC
252b5132
RH
3353
3354# Work out the special dependencies for the obj-*.c files.
04ad1543
ILT
3355DEPOBJ: $(OBJ_FORMAT_CFILES)
3356 rm -f DEPOBJA
3357 if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
252b5132 3358 srcdir=`cd $(srcdir); pwd`; \
04ad1543 3359 cd DEPDIR; \
252b5132
RH
3360 for c in $(CPU_TYPES); do \
3361 for o in $(OBJ_FORMATS); do \
3362 $(CPU_OBJ_VALID) \
3363 if [ x$${valid} = xyes ]; then \
3364 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
3365 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
3366 echo '#include "te-generic.h"' > targ-env.h; \
3367 echo '' > itbl-cpu.h; \
6104f0a0 3368 echo '' > itbl-parse.h; \
252b5132
RH
3369 rm -f dummy.c; \
3370 cp $${srcdir}/config/obj-$${o}.c dummy.c; \
3817f222 3371 $(MKDEP) $(DEP_FLAGS) dummy.c | \
41b49281 3372 sed -e "s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ../DEPOBJA; \
252b5132
RH
3373 rm -f dummy.c; \
3374 else true; fi; \
3375 done; \
3376 done
04ad1543
ILT
3377 echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA
3378 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA
3379 echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
3380 echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA
16adf844 3381 for c in $(MULTI_CPU_TYPES); do \
ad4d6ccf 3382 echo "DEPOBJ_$${c}"'_multi = \' >> DEPOBJA; \
16adf844
AM
3383 for o in $(OBJ_FORMATS); do \
3384 $(MULTI_CPU_OBJ_VALID) \
252b5132 3385 if [ x$${valid} = xyes ]; then \
16adf844 3386 echo '$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \
252b5132 3387 else true; fi; \
16adf844
AM
3388 done; \
3389 echo '' >> DEPOBJA; \
252b5132 3390 done
04ad1543 3391 mv -f DEPOBJA DEPOBJ
252b5132
RH
3392
3393# Work out the dependencies for each CPU/OBJ combination.
3394# Note that SOM is a special case, because it only works native.
04ad1543 3395DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
ad4d6ccf 3396 rm -f DEP2A
04ad1543 3397 if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
252b5132 3398 srcdir=`cd $(srcdir); pwd`; \
04ad1543 3399 cd DEPDIR; \
252b5132
RH
3400 for c in $(CPU_TYPES); do \
3401 for o in $(OBJ_FORMATS); do \
3402 $(CPU_OBJ_VALID) \
3403 if [ x$${valid} = xyes ]; then \
3404 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
3405 echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
3817f222 3406 $(MKDEP) $(DEP_FLAGS) dummy.c | \
ad4d6ccf 3407 sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ../DEP2A; \
252b5132
RH
3408 else true; fi; \
3409 done; \
3410 done
ad4d6ccf 3411 echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A
16adf844 3412 for c in $(MULTI_CPU_TYPES); do \
ad4d6ccf 3413 echo "DEP_$${c}"'_multi = \' >> DEP2A; \
16adf844
AM
3414 for o in $(OBJ_FORMATS); do \
3415 $(MULTI_CPU_OBJ_VALID) \
252b5132 3416 if [ x$${valid} = xyes ]; then \
ad4d6ccf 3417 echo '$$(DEP_'"$${c}_$${o}"') \' >> DEP2A; \
252b5132 3418 else true; fi; \
16adf844 3419 done; \
ad4d6ccf 3420 echo '' >> DEP2A; \
252b5132 3421 done
ad4d6ccf 3422 mv -f DEP2A DEP2
252b5132
RH
3423
3424dep.sed: dep-in.sed config.status
3425 srcdir=`cd $(srcdir); pwd`; \
3426 sed <$(srcdir)/dep-in.sed >dep.sed \
3427 -e "s!@INCDIR@!$${srcdir}/../include!" \
3428 -e "s!@BFDDIR@!$${srcdir}/../bfd!" \
8e42bcb6
AM
3429 -e "s!@SRCDIR@!$${srcdir}!" \
3430 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!'
252b5132 3431
04ad1543 3432dep: DEP
ad4d6ccf
AM
3433 sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
3434 < Makefile > tmp-Makefile
04ad1543 3435 cat DEP >> tmp-Makefile
252b5132
RH
3436 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
3437
04ad1543 3438dep-in: DEP
ad4d6ccf
AM
3439 sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
3440 < $(srcdir)/Makefile.in > tmp-Makefile.in
04ad1543 3441 cat DEP >> tmp-Makefile.in
252b5132
RH
3442 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
3443
04ad1543 3444dep-am: DEP
ad4d6ccf
AM
3445 sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
3446 < $(srcdir)/Makefile.am > tmp-Makefile.am
04ad1543 3447 cat DEP >> tmp-Makefile.am
252b5132
RH
3448 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
3449
ad4d6ccf
AM
3450# HEED THE MKDEP WARNINGS.
3451# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY.
252b5132 3452.PHONY: dep dep-in dep-am
ad4d6ccf 3453#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
b898a385
L
3454app.o: app.c $(INCDIR)/symcat.h ./targ-env.h
3455as.o: as.c $(INCDIR)/symcat.h ./targ-env.h subsegs.h \
3456 $(INCDIR)/obstack.h output-file.h sb.h macro.h dwarf2dbg.h \
3457 dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(BFDVER_H)
3458atof-generic.o: atof-generic.c $(INCDIR)/symcat.h ./targ-env.h \
3459 $(INCDIR)/safe-ctype.h
3460cond.o: cond.c $(INCDIR)/symcat.h ./targ-env.h macro.h \
3461 sb.h $(INCDIR)/obstack.h
3462depend.o: depend.c $(INCDIR)/symcat.h ./targ-env.h
3463dwarf2dbg.o: dwarf2dbg.c $(INCDIR)/symcat.h ./targ-env.h \
3464 $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/filenames.h \
3465 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
3466dw2gencfi.o: dw2gencfi.c $(INCDIR)/symcat.h ./targ-env.h \
3467 dw2gencfi.h $(INCDIR)/elf/dwarf2.h
3468ecoff.o: ecoff.c $(INCDIR)/symcat.h ./targ-env.h ecoff.h
3469ehopt.o: ehopt.c $(INCDIR)/symcat.h ./targ-env.h subsegs.h \
3470 $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
3471expr.o: expr.c $(INCDIR)/symcat.h ./targ-env.h $(INCDIR)/safe-ctype.h \
403487ec 3472 $(INCDIR)/obstack.h
b898a385 3473flonum-copy.o: flonum-copy.c $(INCDIR)/symcat.h ./targ-env.h
252b5132
RH
3474flonum-konst.o: flonum-konst.c
3475flonum-mult.o: flonum-mult.c
b898a385 3476frags.o: frags.c $(INCDIR)/symcat.h ./targ-env.h subsegs.h \
403487ec 3477 $(INCDIR)/obstack.h
b898a385
L
3478hash.o: hash.c $(INCDIR)/symcat.h ./targ-env.h $(INCDIR)/safe-ctype.h \
3479 $(INCDIR)/obstack.h
3480input-file.o: input-file.c $(INCDIR)/symcat.h ./targ-env.h \
3481 input-file.h $(INCDIR)/safe-ctype.h
3482input-scrub.o: input-scrub.c $(INCDIR)/symcat.h ./targ-env.h \
3483 input-file.h sb.h
3484listing.o: listing.c $(INCDIR)/symcat.h ./targ-env.h \
3485 $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h input-file.h \
3486 subsegs.h
3487literal.o: literal.c $(INCDIR)/symcat.h ./targ-env.h \
3488 subsegs.h $(INCDIR)/obstack.h
3489macro.o: macro.c $(INCDIR)/symcat.h ./targ-env.h $(INCDIR)/safe-ctype.h \
3c55da70 3490 sb.h macro.h
b898a385
L
3491messages.o: messages.c $(INCDIR)/symcat.h ./targ-env.h
3492output-file.o: output-file.c $(INCDIR)/symcat.h ./targ-env.h \
3493 output-file.h
3494read.o: read.c $(INCDIR)/symcat.h ./targ-env.h $(INCDIR)/safe-ctype.h \
54cfded0
AM
3495 subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \
3496 dw2gencfi.h $(INCDIR)/elf/dwarf2.h
b898a385
L
3497sb.o: sb.c sb.h $(INCDIR)/symcat.h ./targ-env.h
3498stabs.o: stabs.c $(INCDIR)/symcat.h ./targ-env.h $(INCDIR)/obstack.h \
403487ec 3499 subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
b898a385
L
3500subsegs.o: subsegs.c $(INCDIR)/symcat.h ./targ-env.h \
3501 subsegs.h $(INCDIR)/obstack.h
3502symbols.o: symbols.c $(INCDIR)/symcat.h ./targ-env.h \
3503 $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h subsegs.h \
3504 struc-symbol.h
3505write.o: write.c $(INCDIR)/symcat.h ./targ-env.h subsegs.h \
3506 $(INCDIR)/obstack.h output-file.h dwarf2dbg.h
3507itbl-ops.o: itbl-ops.c itbl-ops.h $(INCDIR)/symcat.h \
3508 ./targ-env.h ./itbl-parse.h
403487ec 3509e-crisaout.o: $(srcdir)/config/e-crisaout.c $(INCDIR)/symcat.h \
b898a385 3510 ./targ-env.h emul-target.h
403487ec 3511e-criself.o: $(srcdir)/config/e-criself.c $(INCDIR)/symcat.h \
b898a385 3512 ./targ-env.h emul-target.h
403487ec 3513e-i386aout.o: $(srcdir)/config/e-i386aout.c $(INCDIR)/symcat.h \
b898a385 3514 ./targ-env.h emul-target.h
403487ec 3515e-i386coff.o: $(srcdir)/config/e-i386coff.c $(INCDIR)/symcat.h \
b898a385 3516 ./targ-env.h emul-target.h
403487ec 3517e-i386elf.o: $(srcdir)/config/e-i386elf.c $(INCDIR)/symcat.h \
b898a385 3518 ./targ-env.h emul-target.h
403487ec 3519e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c $(INCDIR)/symcat.h \
b898a385 3520 ./targ-env.h emul-target.h
403487ec 3521e-mipself.o: $(srcdir)/config/e-mipself.c $(INCDIR)/symcat.h \
b898a385 3522 ./targ-env.h emul-target.h
252b5132 3523$(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
04ad1543
ILT
3524$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@)
3525$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@)
ad4d6ccf 3526#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
252b5132
RH
3527# Tell versions [3.59,3.63) of GNU make to not export all variables.
3528# Otherwise a system limit (for SysV at least) may be exceeded.
3529.NOEXPORT:
This page took 0.511085 seconds and 4 git commands to generate.