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