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