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