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