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