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