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