Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>
[external/binutils.git] / gas / Makefile.in
1 # Makefile.in generated automatically by automake 1.3b from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
67 AS = @AS@
68 BFDLIB = @BFDLIB@
69 CATALOGS = @CATALOGS@
70 CATOBJEXT = @CATOBJEXT@
71 CC = @CC@
72 DATADIRNAME = @DATADIRNAME@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 GMOFILES = @GMOFILES@
76 GMSGFMT = @GMSGFMT@
77 GT_NO = @GT_NO@
78 GT_YES = @GT_YES@
79 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
80 INSTOBJEXT = @INSTOBJEXT@
81 INTLDEPS = @INTLDEPS@
82 INTLOBJS = @INTLOBJS@
83 LD = @LD@
84 LIBTOOL = @LIBTOOL@
85 LN_S = @LN_S@
86 MAINT = @MAINT@
87 MAKEINFO = @MAKEINFO@
88 MKINSTALLDIRS = @MKINSTALLDIRS@
89 MSGFMT = @MSGFMT@
90 NM = @NM@
91 OPCODES_LIB = @OPCODES_LIB@
92 PACKAGE = @PACKAGE@
93 POFILES = @POFILES@
94 POSUB = @POSUB@
95 RANLIB = @RANLIB@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 USE_NLS = @USE_NLS@
98 VERSION = @VERSION@
99 atof = @atof@
100 cgen_cpu_prefix = @cgen_cpu_prefix@
101 extra_objects = @extra_objects@
102 install_tooldir = @install_tooldir@
103 l = @l@
104 obj_format = @obj_format@
105 target_cpu_type = @target_cpu_type@
106 te_file = @te_file@
107
108 INTLLIBS = @INTLLIBS@
109
110 AUTOMAKE_OPTIONS = cygnus dejagnu
111
112 SUBDIRS = doc po
113
114 tooldir = $(exec_prefix)/$(target_alias)
115
116 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
117 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ;  else echo flex ; fi`
118
119 DEP = mkdep
120
121 TARG_CPU = @target_cpu_type@
122 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
123 TARG_CPU_O = tc-@target_cpu_type@.o
124 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
125 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
126 OBJ_FORMAT_O = obj-@obj_format@.o
127 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
128 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
129 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
130 ATOF_TARG_O = atof-@atof@.o
131
132 # use @target_cpu_type@ for refering to configured target name
133 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h 
134 IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
135 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
136 IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
137
138 # CPU types.  This is only used for dependency information.
139
140 CPU_TYPES = \
141         a29k \
142         alpha \
143         arc \
144         arm \
145         d10v \
146         d30v \
147         h8300 \
148         h8500 \
149         hppa \
150         i386 \
151         i860 \
152         i960 \
153         m32r \
154         m68k \
155         m88k \
156         mips \
157         mn10200 \
158         mn10300 \
159         ns32k \
160         ppc \
161         sh \
162         sparc \
163         tahoe \
164         tic30 \
165         vax \
166         w65 \
167         v850 \
168         z8k
169
170 # Object format types.  This is only used for dependency information.
171 # We deliberately omit som, since it does not work as a cross assembler.
172
173 OBJ_FORMATS = \
174         aout \
175         bout \
176         coff \
177         ecoff \
178         elf \
179         evax \
180         hp300 \
181         ieee \
182         vms
183
184 # This is an sh case which sets valid according to whether the CPU
185 # type in the shell variable c and the OS type in the shell variable o
186 # are supported.  This helps cuts down on the amount of dependency
187 # information.
188
189 CPU_OBJ_VALID = \
190         valid= ; \
191         case $$o in \
192         aout) \
193           case $$c in \
194           a29k | arm | i386 | i860 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax) \
195             valid=yes ;; \
196           esac ;; \
197         bout) \
198           case $$c in \
199           i960) valid=yes ;; \
200           esac ;; \
201         coff) valid=yes ;; \
202         ecoff) \
203           case $$c in \
204           mips | alpha) valid=yes ;; \
205           esac ;; \
206         elf) valid=yes ;; \
207         evax) \
208           case $$c in \
209           alpha) valid=yes ;; \
210           esac ;; \
211         hp300) \
212           case $$c in \
213           m68k) valid=yes ;; \
214           esac ;; \
215         vms) \
216           case $$c in \
217           vax) valid=yes ;; \
218           esac ;; \
219         esac;
220
221 # This is like CPU_OBJ_VALID, for the obj=multi case.
222
223 CPU_MULTI_VALID = \
224         valid= ; \
225         case $$c in \
226         i386 | mips) valid=yes ;; \
227         esac;
228
229 # Regular source files.
230
231 GAS_CFILES = \
232         app.c \
233         as.c \
234         atof-generic.c \
235         bignum-copy.c \
236         cond.c \
237         depend.c \
238         ecoff.c \
239         ehopt.c \
240         expr.c \
241         flonum-copy.c \
242         flonum-konst.c \
243         flonum-mult.c \
244         frags.c \
245         hash.c \
246         input-file.c \
247         input-scrub.c \
248         listing.c \
249         literal.c \
250         macro.c \
251         messages.c \
252         output-file.c \
253         read.c \
254         sb.c \
255         stabs.c \
256         subsegs.c \
257         symbols.c \
258         write.c
259
260 CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
261
262 HFILES = \
263         as.h \
264         asintl.h \
265         bignum.h \
266         bit_fix.h \
267         cgen.h \
268         ecoff.h \
269         emul-target.h \
270         emul.h \
271         expr.h \
272         flonum.h \
273         frags.h \
274         hash.h \
275         input-file.h \
276         itbl-ops.h \
277         listing.h \
278         macro.h \
279         obj.h \
280         output-file.h \
281         read.h \
282         sb.h \
283         struc-symbol.h \
284         subsegs.h \
285         symbols.h \
286         tc.h \
287         write.h
288
289 # CPU files in config.
290
291 TARGET_CPU_CFILES = \
292         config/tc-a29k.c \
293         config/tc-alpha.c \
294         config/tc-arc.c \
295         config/tc-arm.c \
296         config/tc-d10v.c \
297         config/tc-d30v.c \
298         config/tc-h8300.c \
299         config/tc-h8500.c \
300         config/tc-hppa.c \
301         config/tc-i386.c \
302         config/tc-i860.c \
303         config/tc-i960.c \
304         config/tc-m32r.c \
305         config/tc-m68k.c \
306         config/tc-m88k.c \
307         config/tc-mips.c \
308         config/tc-mn10200.c \
309         config/tc-mn10300.c \
310         config/tc-ns32k.c \
311         config/tc-ppc.c \
312         config/tc-sh.c \
313         config/tc-sparc.c \
314         config/tc-tahoe.c \
315         config/tc-tic30.c \
316         config/tc-vax.c \
317         config/tc-w65.c \
318         config/tc-v850.c \
319         config/tc-z8k.c
320
321 TARGET_CPU_HFILES = \
322         config/tc-a29k.h \
323         config/tc-alpha.h \
324         config/tc-arc.h \
325         config/tc-arm.h \
326         config/tc-d10v.h \
327         config/tc-d30v.h \
328         config/tc-h8300.h \
329         config/tc-h8500.h \
330         config/tc-hppa.h \
331         config/tc-i386.h \
332         config/tc-i860.h \
333         config/tc-i960.h \
334         config/tc-m32r.h \
335         config/tc-m68k.h \
336         config/tc-m88k.h \
337         config/tc-mips.h \
338         config/tc-mn10200.h \
339         config/tc-mn10300.h \
340         config/tc-ns32k.h \
341         config/tc-ppc.h \
342         config/tc-sh.h \
343         config/tc-sparc.h \
344         config/tc-tahoe.h \
345         config/tc-tic30.h \
346         config/tc-vax.h \
347         config/tc-w65.h \
348         config/tc-v850.h \
349         config/tc-z8k.h
350
351 # OBJ files in config
352
353 OBJ_FORMAT_CFILES = \
354         config/obj-aout.c \
355         config/obj-bout.c \
356         config/obj-coff.c \
357         config/obj-ecoff.c \
358         config/obj-elf.c \
359         config/obj-evax.c \
360         config/obj-hp300.c \
361         config/obj-ieee.c \
362         config/obj-som.c \
363         config/obj-vms.c
364
365 OBJ_FORMAT_HFILES = \
366         config/obj-aout.h \
367         config/obj-bout.h \
368         config/obj-coff.h \
369         config/obj-ecoff.h \
370         config/obj-elf.h \
371         config/obj-evax.h \
372         config/obj-hp300.h \
373         config/obj-ieee.h \
374         config/obj-som.h \
375         config/obj-vms.h
376
377 # Emulation header files in config
378
379 TARG_ENV_HFILES = \
380         config/te-386bsd.h \
381         config/te-aux.h \
382         config/te-delta.h \
383         config/te-delt88.h \
384         config/te-dpx2.h \
385         config/te-dynix.h \
386         config/te-generic.h \
387         config/te-go32.h \
388         config/te-hp300.h \
389         config/te-hppa.h \
390         config/te-i386aix.h \
391         config/te-ic960.h \
392         config/te-linux.h \
393         config/te-lnews.h \
394         config/te-lynx.h \
395         config/te-mach.h \
396         config/te-macos.h \
397         config/te-multi.h \
398         config/te-nbsd.h \
399         config/te-nbsd532.h \
400         config/te-pc532mach.h \
401         config/te-pe.h \
402         config/te-ppcnw.h \
403         config/te-psos.h \
404         config/te-riscix.h \
405         config/te-sparcaout.h \
406         config/te-sun3.h \
407         config/te-svr4.h \
408         config/te-sysv32.h
409
410 # Multi files in config
411
412 MULTI_CFILES = \
413         config/e-i386coff.c \
414         config/e-i386elf.c \
415         config/e-mipsecoff.c \
416         config/e-mipself.c
417
418 CONFIG_OBJS = \
419         $(TARG_CPU_O) \
420         $(OBJ_FORMAT_O) \
421         $(ATOF_TARG_O) \
422         $(extra_objects)
423
424 GENERIC_OBJS = \
425         app.o \
426         as.o \
427         atof-generic.o \
428         bignum-copy.o \
429         cond.o \
430         depend.o \
431         ehopt.o \
432         expr.o \
433         flonum-konst.o \
434         flonum-copy.o \
435         flonum-mult.o \
436         frags.o \
437         hash.o \
438         input-file.o \
439         input-scrub.o \
440         literal.o \
441         messages.o \
442         output-file.o \
443         read.o \
444         subsegs.o \
445         symbols.o \
446         write.o \
447         listing.o \
448         ecoff.o \
449         stabs.o \
450         sb.o \
451         macro.o
452
453 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
454
455 POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
456         $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
457         $(HFILES) $(CFILES) $(GAS_CFILES)
458
459 noinst_PROGRAMS = as-new gasp-new
460 noinst_SCRIPTS = .gdbinit
461
462 EXTRA_DIST = make-gas.com
463
464 DISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
465
466 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-opc.h
467
468 # Now figure out from those variables how to compile and link.
469
470 BASEDIR = $(srcdir)/..
471 BFDDIR = $(BASEDIR)/bfd
472 INCDIR = $(BASEDIR)/include
473
474 # This is the variable actually used when we compile.
475 # Specify the directories to be searched for header files.
476 # Both . and srcdir are used, in that order,
477 # so that tm.h and config.h will be found in the compilation
478 # subdirectory rather than in the source directory.
479 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\""
480
481 # This should be parallel to INCLUDES, but should replace $(srcdir)
482 # with $${srcdir}, and should work in a subdirectory.  This is used
483 # when building dependencies, because the dependency building is done
484 # in a subdirectory.
485 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\""
486
487 # How to link with both our special library facilities
488 # and the system's installed libraries.
489
490 GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
491
492 # Files to be copied away after each stage in building.
493 STAGESTUFF = *.o $(noinst_PROGRAMS)
494
495 as_new_SOURCES = $(GAS_CFILES)
496 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
497         $(extra_objects) $(GASLIBS) $(INTLLIBS)
498 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
499         $(extra_objects) $(GASLIBS) $(INTLDEPS)
500
501 gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
502 gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS)
503 gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS)
504
505 EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
506           echo $${rootme}/../expect/expect ; \
507           else echo expect ; fi`
508
509 RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
510                 echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
511            fi`
512 RUNTESTFLAGS=
513
514 # The m68k operand parser.
515
516 EXTRA_as_new_SOURCES = config/m68k-parse.y
517
518 # stand-alone itbl assembler & disassembler
519
520 EXTRA_PROGRAMS = itbl-test
521 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
522 itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@
523
524 # CGEN interface.
525
526 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
527
528 # Remake the info files.
529
530 MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \
531         testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
532         testsuite/site.exp site.bak site.exp stage stage1 stage2
533
534 CLEANFILES = dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
535
536 against=stage2
537
538 # Automatic dependency computation.  This is a real pain, because the
539 # dependencies change based on target_cpu_type and obj_format.  We
540 # currently ignore any dependencies caused by emulation files.
541
542 DEP_FILE_DEPS =  $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
543         $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
544
545 TCDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
546   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
547 TCDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
548   $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
549   $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
550 TCDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
551   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
552   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h $(INCDIR)/opcode/a29k.h
553 TCDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
554   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
555   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
556   $(srcdir)/config/atof-vax.c
557 TCDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
558   ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
559   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
560   $(srcdir)/config/atof-vax.c
561 TCDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
562   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
563   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
564   $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
565   $(INCDIR)/elf/reloc-macros.h $(srcdir)/config/atof-vax.c
566 TCDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
567   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
568   $(srcdir)/config/atof-vax.c
569 TCDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
570   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
571   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \
572   $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h
573 TCDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
574   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
575   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
576   $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h $(INCDIR)/elf/arc.h \
577   $(INCDIR)/elf/reloc-macros.h
578 TCDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
579   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
580 TCDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
581   $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
582   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
583 TCDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
584   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
585   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
586   $(INCDIR)/obstack.h
587 TCDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
588   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
589   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
590   $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
591 TCDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
592   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
593   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
594   $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h \
595   $(INCDIR)/elf/reloc-macros.h
596 TCDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
597   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
598   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
599 TCDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
600   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
601   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h subsegs.h \
602   $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
603 TCDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
604   $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
605   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
606 TCDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
607   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
608   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
609   $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
610 TCDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
611   $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
612   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
613 TCDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
614   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
615   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
616   $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
617 TCDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
618   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
619   subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/libbfd.h \
620   $(INCDIR)/opcode/hppa.h
621 TCDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
622   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
623   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
624   $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
625   subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libbfd.h $(INCDIR)/opcode/hppa.h
626 TCDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
627   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
628   $(INCDIR)/opcode/i386.h
629 TCDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
630   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
631   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
632 TCDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
633   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
634   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
635   $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
636 TCDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
637   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i860.h
638 TCDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
639   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
640   $(INCDIR)/opcode/i860.h
641 TCDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
642   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
643   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h $(INCDIR)/opcode/i860.h
644 TCDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
645   $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
646 TCDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
647   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
648   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
649 TCDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
650   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
651   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h \
652   $(INCDIR)/opcode/i960.h
653 TCDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
654   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
655   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h \
656   $(srcdir)/../opcodes/m32r-opc.h $(INCDIR)/opcode/cgen.h \
657   cgen.h
658 TCDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
659   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
660   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
661   $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h $(srcdir)/../opcodes/m32r-opc.h \
662   $(INCDIR)/opcode/cgen.h cgen.h
663 TCDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
664   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
665   subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
666 TCDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
667   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
668   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
669   $(srcdir)/config/m68k-parse.h
670 TCDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
671   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
672   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/obstack.h \
673   subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
674 TCDEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
675   $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
676   $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
677   $(srcdir)/config/m68k-parse.h
678 TCDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
679   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
680   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
681 TCDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
682   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
683   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
684   $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
685 TCDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
686   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
687   $(INCDIR)/opcode/mips.h itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h \
688   $(INCDIR)/coff/ecoff.h
689 TCDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
690   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
691   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
692   itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
693 TCDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
694   ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
695   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
696   itbl-ops.h
697 TCDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
698   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
699   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
700   $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h itbl-ops.h \
701   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h ecoff.h \
702   $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
703 TCDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
704   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
705   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
706 TCDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
707   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
708   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
709   $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
710 TCDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
711   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
712   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
713 TCDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
714   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
715   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
716   $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
717 TCDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
718   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
719   $(INCDIR)/obstack.h
720 TCDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
721   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
722   $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
723 TCDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
724   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
725   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h $(INCDIR)/opcode/ns32k.h \
726   $(INCDIR)/obstack.h
727 TCDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
728   $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
729   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h
730 TCDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
731   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
732   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
733   $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h $(INCDIR)/elf/ppc.h \
734   $(INCDIR)/elf/reloc-macros.h
735 TCDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
736   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
737   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
738 TCDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
739   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
740   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
741   $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
742 TCDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
743   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
744   $(INCDIR)/opcode/sparc.h
745 TCDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
746   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
747   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h
748 TCDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
749   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
750   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
751   $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h $(INCDIR)/elf/sparc.h \
752   $(INCDIR)/elf/reloc-macros.h
753 TCDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
754   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
755   $(INCDIR)/opcode/tahoe.h
756 TCDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
757   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
758   $(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
759 TCDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
760   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
761   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h $(INCDIR)/obstack.h \
762   $(INCDIR)/opcode/tahoe.h
763 TCDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
764   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
765 TCDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
766   $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
767   $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
768 TCDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
769   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
770   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h $(INCDIR)/opcode/tic30.h
771 TCDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
772   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
773   $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
774 TCDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
775   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
776   $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
777 TCDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
778   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
779   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h $(srcdir)/config/vax-inst.h \
780   $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
781 TCDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
782   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(srcdir)/config/vax-inst.h \
783   $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
784 TCDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
785   $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
786   $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
787 TCDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
788   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
789   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
790   $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
791 TCDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
792   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
793   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
794 TCDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
795   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
796   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
797   $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
798 TCDEP_z8k_coff = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-coff.h \
799   $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
800   $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
801 TCDEP_z8k_elf = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-elf.h \
802   $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
803   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
804 TCDEP_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
805   $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
806   $(BFDDIR)/som.h
807 TCDEP_i386_multi = $(TCDEP_i386_coff) $(TCDEP_i386_elf)
808 TCDEP_mips_multi = $(TCDEP_mips_coff) $(TCDEP_mips_ecoff) \
809   $(TCDEP_mips_elf)
810 OBJDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
811   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
812   $(INCDIR)/obstack.h
813 OBJDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
814   $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
815   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
816 OBJDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
817   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
818   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h subsegs.h \
819   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
820 OBJDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
821   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
822   $(INCDIR)/obstack.h subsegs.h
823 OBJDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
824   ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
825   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
826   $(BFDDIR)/libecoff.h
827 OBJDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
828   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
829   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
830   $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
831   $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
832   $(INCDIR)/aout/aout64.h
833 OBJDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
834 OBJDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
835   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
836   $(INCDIR)/obstack.h subsegs.h
837 OBJDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
838   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
839   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
840   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
841 OBJDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
842   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
843   $(INCDIR)/obstack.h
844 OBJDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
845   $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
846   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
847 OBJDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
848   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
849   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
850   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
851 OBJDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
852   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
853   $(INCDIR)/obstack.h subsegs.h
854 OBJDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
855   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
856   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
857   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
858 OBJDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
859   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
860   $(INCDIR)/obstack.h subsegs.h
861 OBJDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
862   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
863   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h subsegs.h \
864   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
865 OBJDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
866   $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
867   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
868 OBJDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
869   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
870   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
871   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
872 OBJDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
873   $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
874   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
875 OBJDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
876   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
877   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
878   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
879 OBJDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
880   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
881   $(INCDIR)/obstack.h subsegs.h
882 OBJDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
883   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
884   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
885   $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
886   subsegs.h $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
887 OBJDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
888   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
889   $(INCDIR)/obstack.h
890 OBJDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
891   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
892   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
893 OBJDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
894   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
895   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
896   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
897 OBJDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
898   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
899   $(INCDIR)/obstack.h
900 OBJDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
901   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
902   $(INCDIR)/obstack.h subsegs.h
903 OBJDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
904   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
905   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h subsegs.h \
906   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
907 OBJDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
908   $(INCDIR)/obstack.h
909 OBJDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
910   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
911   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
912 OBJDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
913   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
914   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h subsegs.h \
915   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
916 OBJDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
917   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
918   $(INCDIR)/obstack.h subsegs.h
919 OBJDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
920   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
921   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
922   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
923 OBJDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
924   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
925   $(INCDIR)/obstack.h
926 OBJDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
927   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
928   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
929 OBJDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
930   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
931   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h subsegs.h \
932   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
933 OBJDEP_m68k_hp300 = $(srcdir)/config/obj-aout.c $(srcdir)/config/obj-hp300.h \
934   $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
935   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
936   $(INCDIR)/obstack.h
937 OBJDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
938   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
939   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
940 OBJDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
941   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
942   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
943   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
944 OBJDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
945   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
946   $(INCDIR)/obstack.h
947 OBJDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
948   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
949   $(INCDIR)/obstack.h subsegs.h
950 OBJDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
951   ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
952   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
953   $(BFDDIR)/libecoff.h
954 OBJDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
955   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
956   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
957   $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
958   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
959 OBJDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
960   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
961   $(INCDIR)/obstack.h subsegs.h
962 OBJDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
963   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
964   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
965   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
966 OBJDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
967   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
968   $(INCDIR)/obstack.h subsegs.h
969 OBJDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
970   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
971   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
972   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
973 OBJDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
974   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
975   $(INCDIR)/obstack.h
976 OBJDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
977   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
978   $(INCDIR)/obstack.h subsegs.h
979 OBJDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
980   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
981   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h subsegs.h \
982   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
983 OBJDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
984   $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
985   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
986 OBJDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
987   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
988   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
989   $(INCDIR)/obstack.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
990   $(INCDIR)/aout/aout64.h
991 OBJDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
992   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
993   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
994 OBJDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
995   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
996   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
997   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
998 OBJDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
999   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1000   $(INCDIR)/obstack.h
1001 OBJDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1002   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1003   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1004 OBJDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1005   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1006   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
1007   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1008 OBJDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1009   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1010   $(INCDIR)/obstack.h
1011 OBJDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1012   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1013   $(INCDIR)/obstack.h subsegs.h
1014 OBJDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1015   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1016   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h subsegs.h \
1017   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1018 OBJDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1019   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1020   $(INCDIR)/obstack.h
1021 OBJDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1022   $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1023   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1024 OBJDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1025   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1026   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h subsegs.h \
1027   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1028 OBJDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1029   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1030   $(INCDIR)/obstack.h
1031 OBJDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1032   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1033   $(INCDIR)/obstack.h subsegs.h
1034 OBJDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1035   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1036   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h subsegs.h \
1037   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1038 OBJDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1039   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.h \
1040   $(INCDIR)/obstack.h
1041 OBJDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1042   $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1043   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1044 OBJDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1045   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1046   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
1047   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1048 OBJDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1049   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1050   $(INCDIR)/obstack.h subsegs.h
1051 OBJDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1052   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1053   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
1054   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1055 OBJDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1056   $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1057   $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1058 OBJDEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1059   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1060   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h subsegs.h \
1061   $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1062 OBJDEP_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
1063   $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
1064   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1065 OBJDEP_i386_multi = $(OBJDEP_i386_coff) $(OBJDEP_i386_elf)
1066 OBJDEP_mips_multi = $(OBJDEP_mips_coff) $(OBJDEP_mips_ecoff) \
1067   $(OBJDEP_mips_elf)
1068 DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
1069   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1070 DEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
1071   $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
1072   $(INCDIR)/bfdlink.h
1073 DEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1074   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1075   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h
1076 DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
1077   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1078 DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1079   ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1080 DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1081   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1082   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
1083 DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1084 DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
1085   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1086 DEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1087   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1088   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h
1089 DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1090   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1091 DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1092   $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
1093   $(INCDIR)/bfdlink.h
1094 DEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1095   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1096   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
1097 DEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
1098   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1099 DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1100   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1101   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
1102 DEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
1103   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1104 DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1105   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1106   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
1107 DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1108   $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
1109   $(INCDIR)/bfdlink.h
1110 DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1111   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1112   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h
1113 DEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
1114   $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
1115   $(INCDIR)/bfdlink.h
1116 DEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1117   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1118   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h
1119 DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
1120   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1121 DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1122   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1123   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1124   $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h
1125 DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1126   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1127 DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1128   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
1129   $(INCDIR)/bfdlink.h
1130 DEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1131   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1132   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h
1133 DEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
1134   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1135 DEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
1136   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1137 DEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1138   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1139   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h
1140 DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h
1141 DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1142   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1143   $(INCDIR)/bfdlink.h
1144 DEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1145   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1146   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h
1147 DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
1148   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1149 DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1150   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1151   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h
1152 DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1153   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1154 DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1155   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
1156   $(INCDIR)/bfdlink.h
1157 DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1158   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1159   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
1160 DEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
1161   $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1162 DEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
1163   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
1164   $(INCDIR)/bfdlink.h
1165 DEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1166   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1167   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h
1168 DEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
1169   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1170 DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1171   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1172 DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1173   ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1174 DEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1175   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1176   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
1177 DEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
1178   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1179 DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1180   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1181   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h
1182 DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
1183   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1184 DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1185   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1186   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h
1187 DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1188   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1189 DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
1190   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1191 DEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1192   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1193   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h
1194 DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1195   $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1196   $(INCDIR)/bfdlink.h
1197 DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1198   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1199   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h
1200 DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1201   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
1202   $(INCDIR)/bfdlink.h
1203 DEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1204   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1205   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
1206 DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1207   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1208 DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1209   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1210   $(INCDIR)/bfdlink.h
1211 DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1212   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1213   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h
1214 DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1215   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1216 DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1217   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1218 DEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1219   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1220   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h
1221 DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1222   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1223 DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1224   $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1225   $(INCDIR)/bfdlink.h
1226 DEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1227   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1228   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h
1229 DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1230   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1231 DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1232   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1233 DEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1234   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1235   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h
1236 DEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1237   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1238 DEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1239   $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1240   $(INCDIR)/bfdlink.h
1241 DEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1242   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1243   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h
1244 DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1245   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1246 DEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1247   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1248   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h
1249 DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1250   $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1251   $(INCDIR)/bfdlink.h
1252 DEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1253   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1254   $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
1255 DEP_hppa_som = $(BFDDIR)/som.h
1256 DEP_i386_multi = $(DEP_i386_coff) $(DEP_i386_elf)
1257 DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
1258   $(DEP_mips_elf)
1259 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1260 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
1261 CONFIG_HEADER = config.h
1262 CONFIG_CLEAN_FILES =  .gdbinit
1263 noinst_PROGRAMS =  as-new$(EXEEXT) gasp-new$(EXEEXT)
1264 PROGRAMS =  $(noinst_PROGRAMS)
1265
1266
1267 DEFS = @DEFS@ -I. -I$(srcdir) -I.
1268 CPPFLAGS = @CPPFLAGS@
1269 LDFLAGS = @LDFLAGS@
1270 LIBS = @LIBS@
1271 itbl_test_OBJECTS =  itbl-parse.o itbl-lex.o
1272 itbl_test_DEPENDENCIES =  itbl-test-ops.o itbl-test.o \
1273 ../libiberty/libiberty.a
1274 itbl_test_LDFLAGS = 
1275 as_new_OBJECTS =  app.o as.o atof-generic.o bignum-copy.o cond.o \
1276 depend.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o \
1277 flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o \
1278 literal.o macro.o messages.o output-file.o read.o sb.o stabs.o \
1279 subsegs.o symbols.o write.o
1280 as_new_LDFLAGS = 
1281 gasp_new_OBJECTS =  gasp.o macro.o sb.o hash.o
1282 gasp_new_LDFLAGS = 
1283 SCRIPTS =  $(noinst_SCRIPTS)
1284
1285 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
1286 LEXLIB = @LEXLIB@
1287 YLWRAP = $(top_srcdir)/../ylwrap
1288 CFLAGS = @CFLAGS@
1289 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1290 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1291 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1292 DIST_COMMON =  README COPYING ChangeLog Makefile.am Makefile.in NEWS \
1293 acconfig.h acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \
1294 configure configure.in gdbinit.in itbl-lex.c itbl-parse.c stamp-h.in
1295
1296
1297 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1298
1299 TAR = tar
1300 GZIP = --best
1301 SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
1302 OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
1303
1304 all: all-recursive-am all-am
1305
1306 .SUFFIXES:
1307 .SUFFIXES: .S .c .l .lo .o .s .y
1308 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1309         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
1310
1311 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
1312         cd $(top_builddir) \
1313           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1314
1315 $(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4
1316         cd $(srcdir) && $(ACLOCAL)
1317
1318 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1319         $(SHELL) ./config.status --recheck
1320 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1321         cd $(srcdir) && $(AUTOCONF)
1322
1323 config.h: stamp-h
1324         @:
1325 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
1326         cd $(top_builddir) \
1327           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
1328              $(SHELL) ./config.status
1329         @echo timestamp > stamp-h
1330 $(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
1331 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
1332         cd $(top_srcdir) && $(AUTOHEADER)
1333         @echo timestamp > $(srcdir)/stamp-h.in
1334
1335 mostlyclean-hdr:
1336
1337 clean-hdr:
1338
1339 distclean-hdr:
1340         -rm -f config.h
1341
1342 maintainer-clean-hdr:
1343 .gdbinit: $(top_builddir)/config.status gdbinit.in
1344         cd $(top_builddir) && CONFIG_FILES=$@:gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
1345
1346 mostlyclean-noinstPROGRAMS:
1347
1348 clean-noinstPROGRAMS:
1349         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1350
1351 distclean-noinstPROGRAMS:
1352
1353 maintainer-clean-noinstPROGRAMS:
1354
1355 .c.o:
1356         $(COMPILE) -c $<
1357
1358 .s.o:
1359         $(COMPILE) -c $<
1360
1361 .S.o:
1362         $(COMPILE) -c $<
1363
1364 mostlyclean-compile:
1365         -rm -f *.o core *.core
1366
1367 clean-compile:
1368
1369 distclean-compile:
1370         -rm -f *.tab.c
1371
1372 maintainer-clean-compile:
1373
1374 .c.lo:
1375         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1376
1377 .s.lo:
1378         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1379
1380 .S.lo:
1381         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1382
1383 mostlyclean-libtool:
1384         -rm -f *.lo
1385
1386 clean-libtool:
1387         -rm -rf .libs _libs
1388
1389 distclean-libtool:
1390
1391 maintainer-clean-libtool:
1392
1393 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
1394         @rm -f itbl-test$(EXEEXT)
1395         $(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
1396
1397 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
1398         @rm -f as-new$(EXEEXT)
1399         $(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1400
1401 gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES)
1402         @rm -f gasp-new$(EXEEXT)
1403         $(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS)
1404 .y.c:
1405         $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS)
1406 config/m68k-parse.h: config/m68k-parse.c
1407 itbl-parse.h: itbl-parse.c
1408
1409 .l.c:
1410         $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
1411
1412 # This directory's subdirectories are mostly independent; you can cd
1413 # into them and run `make' without going through this Makefile.
1414 # To change the values of `make' variables: instead of editing Makefiles,
1415 # (1) if the variable is set in `config.status', edit `config.status'
1416 #     (which will cause the Makefiles to be regenerated when you run `make');
1417 # (2) otherwise, pass the desired values on the `make' command line.
1418
1419 @SET_MAKE@
1420
1421 all-recursive install-data-recursive install-exec-recursive \
1422 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
1423 check-recursive installcheck-recursive info-recursive dvi-recursive:
1424         @set fnord $(MAKEFLAGS); amf=$$2; \
1425         list='$(SUBDIRS)'; for subdir in $$list; do \
1426           target=`echo $@ | sed s/-recursive//`; \
1427           echo "Making $$target in $$subdir"; \
1428           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
1429            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1430         done && test -z "$$fail"
1431
1432 mostlyclean-recursive clean-recursive distclean-recursive \
1433 maintainer-clean-recursive:
1434         @set fnord $(MAKEFLAGS); amf=$$2; \
1435         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
1436           rev="$$subdir $$rev"; \
1437         done; \
1438         for subdir in $$rev; do \
1439           target=`echo $@ | sed s/-recursive//`; \
1440           echo "Making $$target in $$subdir"; \
1441           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
1442            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1443         done && test -z "$$fail"
1444 tags-recursive:
1445         list='$(SUBDIRS)'; for subdir in $$list; do \
1446           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1447         done
1448
1449 tags: TAGS
1450
1451 ID: $(HEADERS) $(SOURCES) $(LISP)
1452         here=`pwd` && cd $(srcdir) \
1453           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
1454
1455 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
1456         tags=; \
1457         here=`pwd`; \
1458         list='$(SUBDIRS)'; for subdir in $$list; do \
1459           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1460         done; \
1461         list='$(SOURCES) $(HEADERS)'; \
1462         unique=`for i in $$list; do echo $$i; done | \
1463           awk '    { files[$$0] = 1; } \
1464                END { for (i in files) print i; }'`; \
1465         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
1466           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
1467
1468 mostlyclean-tags:
1469
1470 clean-tags:
1471
1472 distclean-tags:
1473         -rm -f TAGS ID
1474
1475 maintainer-clean-tags:
1476
1477 distdir = $(PACKAGE)-$(VERSION)
1478 top_distdir = $(distdir)
1479
1480 # This target untars the dist file and tries a VPATH configuration.  Then
1481 # it guarantees that the distribution is self-contained by making another
1482 # tarfile.
1483 distcheck: dist
1484         -rm -rf $(distdir)
1485         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
1486         mkdir $(distdir)/=build
1487         mkdir $(distdir)/=inst
1488         dc_install_base=`cd $(distdir)/=inst && pwd`; \
1489         cd $(distdir)/=build \
1490           && ../configure --srcdir=.. --prefix=$$dc_install_base \
1491           && $(MAKE) $(AM_MAKEFLAGS) \
1492           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1493           && $(MAKE) $(AM_MAKEFLAGS) check \
1494           && $(MAKE) $(AM_MAKEFLAGS) install \
1495           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1496           && $(MAKE) $(AM_MAKEFLAGS) dist
1497         -rm -rf $(distdir)
1498         @echo "========================"; \
1499         echo "$(distdir).tar.gz is ready for distribution"; \
1500         echo "========================"
1501 dist: distdir
1502         -chmod -R a+r $(distdir)
1503         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
1504         -rm -rf $(distdir)
1505 dist-all: distdir
1506         -chmod -R a+r $(distdir)
1507         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
1508         -rm -rf $(distdir)
1509 distdir: $(DISTFILES)
1510         -rm -rf $(distdir)
1511         mkdir $(distdir)
1512         -chmod 777 $(distdir)
1513         @for file in $(DISTFILES); do \
1514           if test -f $$file; then d=.; else d=$(srcdir); fi; \
1515           test -f $(distdir)/$$file \
1516           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1517           || cp -p $$d/$$file $(distdir)/$$file; \
1518         done
1519         for subdir in $(SUBDIRS); do \
1520           test -d $(distdir)/$$subdir \
1521           || mkdir $(distdir)/$$subdir \
1522           || exit 1; \
1523           chmod 777 $(distdir)/$$subdir; \
1524           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1525             || exit 1; \
1526         done
1527
1528 DEJATOOL = $(PACKAGE)
1529
1530 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
1531 site.exp: Makefile
1532         @echo 'Making a new site.exp file...'
1533         -@rm -f site.bak
1534         @echo '## these variables are automatically generated by make ##' > $@-t
1535         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
1536         @echo '# edit the last section' >> $@-t
1537         @echo 'set tool $(DEJATOOL)' >> $@-t
1538         @echo 'set srcdir $(srcdir)' >> $@-t
1539         @echo 'set objdir' `pwd` >> $@-t
1540         @echo 'set host_alias $(host_alias)' >> $@-t
1541         @echo 'set host_triplet $(host_triplet)' >> $@-t
1542         @echo 'set target_alias $(target_alias)' >> $@-t
1543         @echo 'set target_triplet $(target_triplet)' >> $@-t
1544         @echo 'set build_alias $(build_alias)' >> $@-t
1545         @echo 'set build_triplet $(build_triplet)' >> $@-t
1546         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
1547         -@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
1548         -@mv site.exp site.bak
1549         @mv $@-t site.exp
1550 info: info-recursive
1551 dvi: dvi-recursive
1552 check:
1553         $(MAKE) $(AM_MAKEFLAGS) check-recursive check-DEJAGNU
1554 installcheck: installcheck-recursive
1555 install-info: install-info-recursive
1556 all-recursive-am: config.h
1557         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1558
1559 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
1560
1561 install-exec-am: install-exec-local
1562
1563 install-exec: install-exec-recursive install-exec-am
1564         @$(NORMAL_INSTALL)
1565
1566 install-data: install-data-recursive
1567         @$(NORMAL_INSTALL)
1568
1569 install: install-recursive install-exec-am
1570         @:
1571
1572 uninstall: uninstall-recursive
1573
1574 install-strip:
1575         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
1576 installdirs: installdirs-recursive
1577
1578
1579 mostlyclean-generic:
1580         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1581
1582 clean-generic:
1583         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1584
1585 distclean-generic:
1586         -rm -f Makefile $(CONFIG_CLEAN_FILES)
1587         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
1588         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1589
1590 maintainer-clean-generic:
1591         -test -z "config/m68k-parsehconfig/m68k-parsecitbl-parsehitbl-parsecitbl-lexl" || rm -f config/m68k-parseh config/m68k-parsec itbl-parseh itbl-parsec itbl-lexl
1592 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \
1593                 mostlyclean-compile mostlyclean-libtool \
1594                 mostlyclean-tags mostlyclean-generic
1595
1596 clean-am:  clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
1597                 clean-tags clean-generic mostlyclean-am
1598
1599 distclean-am:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \
1600                 distclean-libtool distclean-tags distclean-generic \
1601                 clean-am
1602
1603 maintainer-clean-am:  maintainer-clean-hdr \
1604                 maintainer-clean-noinstPROGRAMS \
1605                 maintainer-clean-compile maintainer-clean-libtool \
1606                 maintainer-clean-tags maintainer-clean-generic \
1607                 distclean-am
1608
1609 mostlyclean:  mostlyclean-recursive mostlyclean-am
1610
1611 clean:  clean-recursive clean-am
1612
1613 distclean:  distclean-recursive distclean-am
1614         -rm -f config.status
1615         -rm -f libtool
1616
1617 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
1618         @echo "This command is intended for maintainers to use;"
1619         @echo "it deletes files that may require special tools to rebuild."
1620         -rm -f config.status
1621
1622 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1623 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1624 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1625 mostlyclean-compile distclean-compile clean-compile \
1626 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1627 clean-libtool maintainer-clean-libtool install-data-recursive \
1628 uninstall-data-recursive install-exec-recursive \
1629 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1630 all-recursive check-recursive installcheck-recursive info-recursive \
1631 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1632 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1633 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
1634 info dvi installcheck install-info all-recursive-am all-am \
1635 install-exec-am install-exec install-data install uninstall all \
1636 installdirs mostlyclean-generic distclean-generic clean-generic \
1637 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1638
1639 po/POTFILES.in: @MAINT@ Makefile
1640         for file in $(POTFILES); do echo $$file; done | sort > tmp \
1641           && mv tmp $(srcdir)/po/POTFILES.in
1642
1643 $(srcdir)/make-gas.com: stamp-mk.com
1644 stamp-mk.com: vmsconf.sh Makefile
1645         sh $(srcdir)/vmsconf.sh $(GENERIC_OBJS) > new-make.com
1646         $(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
1647         touch stamp-mk.com
1648 diststuff: $(DISTSTUFF) info
1649
1650 $(OBJS): @ALL_OBJ_DEPS@
1651
1652 # Stuff that every object file depends upon.  If anything is removed
1653 # from this list, remove it from dep-in.sed as well.
1654 $(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
1655         expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \
1656         obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h
1657
1658 check-DEJAGNU: site.exp
1659         if [ -d testsuite ]; then \
1660           true; \
1661         else \
1662           mkdir testsuite; \
1663         fi
1664         rm -f testsuite/site.exp
1665         cp site.exp testsuite/site.exp
1666         rootme=`pwd`; export rootme; \
1667         srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
1668         EXPECT=${EXPECT} ; export EXPECT ; \
1669         if [ -f $(top_builddir)/../expect/expect ]; then \
1670           TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1671           export TCL_LIBRARY; \
1672         fi; \
1673         runtest=$(RUNTEST); \
1674         cd testsuite; \
1675         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1676           $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
1677                 $(RUNTESTFLAGS); \
1678         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1679         fi
1680
1681 # The implicit .c.o rule doesn't work for these, perhaps because of
1682 # the variables, or perhaps because the sources are not on vpath.
1683 $(TARG_CPU_O): $(TARG_CPU_C) $(TARG_CPU_DEP_@target_cpu_type@)
1684         $(COMPILE) -c $(TARG_CPU_C)
1685 $(ATOF_TARG_O): $(ATOF_TARG_C)
1686         $(COMPILE) -c $(ATOF_TARG_C)
1687
1688 # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
1689 # so the automatic dependency stuff doesn't work.
1690 ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1691         $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
1692         $(INCDIR)/aout/stab_gnu.h
1693
1694 # We need all these explicit rules for the multi stuff.  Because of
1695 # these rules, we don't need one for OBJ_FORMAT_O.
1696
1697 obj-aout.o : $(srcdir)/config/obj-aout.c
1698         $(COMPILE) -c $(srcdir)/config/obj-aout.c
1699 obj-bout.o : $(srcdir)/config/obj-bout.c
1700         $(COMPILE) -c $(srcdir)/config/obj-bout.c
1701 obj-coff.o: $(srcdir)/config/obj-coff.c
1702         $(COMPILE) -c $(srcdir)/config/obj-coff.c
1703 obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
1704         $(COMPILE) -c $(srcdir)/config/obj-ecoff.c
1705 obj-elf.o : $(srcdir)/config/obj-elf.c
1706         $(COMPILE) -c $(srcdir)/config/obj-elf.c
1707 obj-evax.o : $(srcdir)/config/obj-evax.c
1708         $(COMPILE) -c $(srcdir)/config/obj-evax.c
1709 obj-hp300.o : $(srcdir)/config/obj-hp300.c
1710         $(COMPILE) -c $(srcdir)/config/obj-hp300.c
1711 obj-ieee.o : $(srcdir)/config/obj-ieee.c
1712         $(COMPILE) -c $(srcdir)/config/obj-ieee.c
1713 obj-multi.o : $(srcdir)/config/obj-multi.c
1714         $(COMPILE) -c $(srcdir)/config/obj-multi.c
1715 obj-som.o : $(srcdir)/config/obj-som.c
1716         $(COMPILE) -c $(srcdir)/config/obj-som.c
1717 obj-vms.o : $(srcdir)/config/obj-vms.c
1718         $(COMPILE) -c $(srcdir)/config/obj-vms.c
1719
1720 e-mipself.o : $(srcdir)/config/e-mipself.c
1721         $(COMPILE) -c $(srcdir)/config/e-mipself.c
1722 e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
1723         $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
1724 e-i386coff.o: $(srcdir)/config/e-i386coff.c
1725         $(COMPILE) -c $(srcdir)/config/e-i386coff.c
1726 e-i386elf.o: $(srcdir)/config/e-i386elf.c
1727         $(COMPILE) -c $(srcdir)/config/e-i386elf.c
1728
1729 m68k-parse.c: $(srcdir)/config/m68k-parse.y
1730         $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/config/m68k-parse.y y.tab.c m68k-parse.c --
1731 m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
1732
1733 # Don't let the .y.h rule clobber m68k-parse.h.
1734 m68k-parse.h: ; @true
1735 $(srcdir)/config/m68k-parse.h: ; @true
1736
1737 # The instruction table specification lexical analyzer and parser.
1738
1739 itbl-lex.c: $(srcdir)/itbl-lex.l
1740 itbl-lex.o: itbl-lex.c itbl-parse.h
1741
1742 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h
1743
1744 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1745
1746 itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
1747         $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
1748
1749 itbl-test-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1750         $(COMPILE) -o itbl-test-ops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
1751
1752 itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
1753         $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
1754
1755 cgen.o: cgen.c cgen.h cgen-opc.h subsegs.h \
1756         $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
1757         $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
1758
1759 .PHONY: install-exec-local install-data-local
1760 .PHONY: install-exec-bindir install-exec-tooldir
1761
1762 install-exec-local: install-exec-bindir @install_tooldir@
1763
1764 install-exec-bindir: $(noinst_PROGRAMS)
1765         $(mkinstalldirs) $(bindir)
1766         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1767           if test -f $$p; then \
1768             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1769             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1770           else :; fi; \
1771         done
1772
1773 install-exec-tooldir: $(noinst_PROGRAMS)
1774         $(mkinstalldirs) $(tooldir)/bin
1775         n=`echo as | sed '$(transform)'`; \
1776         if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
1777           rm -f $(tooldir)/bin/as$(EXEEXT); \
1778           ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
1779             || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(tooldir)/bin/as$(EXEEXT); \
1780         else \
1781           true ; \
1782         fi
1783
1784 # These exist for maintenance purposes.
1785
1786 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
1787
1788 bootstrap: as-new
1789         $(MAKE) stage1
1790         rm -f stage && ln -s stage1 stage
1791         $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1792         $(MAKE) stage2
1793         rm -f stage && ln -s stage2 stage
1794         $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1795         $(MAKE) comparison against=stage2
1796
1797 bootstrap2:
1798         rm -f stage && ln -s stage1 stage
1799         $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1800         $(MAKE) stage2
1801         rm -f stage && ln -s stage2 stage
1802         $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1803         $(MAKE) comparison against=stage2
1804
1805 bootstrap3:
1806         rm -f stage && ln -s stage2 stage
1807         $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1808         $(MAKE) comparison against=stage2
1809
1810 # Copy the object files from a particular stage into a subdirectory.
1811 stage1:
1812         -mkdir stage1
1813         -mv $(STAGESTUFF) stage1
1814         if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1815
1816 stage2:
1817         -mkdir stage2
1818         -mv $(STAGESTUFF) stage2
1819         if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1820
1821 stage3:
1822         -mkdir stage3
1823         -mv $(STAGESTUFF) stage3
1824         if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
1825
1826 # This rule is derived from corresponding code in the Makefile.in for gcc.
1827 # The "tail +16c" is to bypass headers which may include timestamps or
1828 # temporary assembly file names.
1829 comparison:
1830         x=0 ; \
1831         for file in *.o ; do \
1832           tail +16c ./$$file > tmp-foo1; \
1833           if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
1834             if cmp tmp-foo1 tmp-foo2 ; then \
1835               true ; \
1836             else \
1837               echo $$file differs ; \
1838               x=1 ; \
1839             fi ; \
1840           else true; fi ; \
1841         done ; \
1842         exit $$x
1843         -rm -f tmp-foo*
1844
1845 .PHONY: de-stage1 de-stage2 de-stage3
1846
1847 de-stage1:
1848         - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
1849         - rmdir stage1
1850
1851 de-stage2:
1852         - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
1853         - rmdir stage2
1854
1855 de-stage3:
1856         - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
1857         - rmdir stage3
1858
1859 .dep: dep.sed $(DEP_FILE_DEPS) .tcdep .objdep .dep2
1860         rm -f .dep1
1861         srcdir=`cd $(srcdir); pwd`; \
1862         $(MAKE) DEP=$(DEP) srcdir=$${srcdir} VPATH=$${srcdir} .dep1
1863         rm -rf .depdir
1864         sed -f dep.sed < .dep1 > .depa
1865         sed -f dep.sed < .tcdep >> .depa
1866         sed -f dep.sed < .objdep >> .depa
1867         sed -f dep.sed < .dep2 >> .depa
1868         echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1869         echo '$$(TARG_CPU_O): $$(TCDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1870         echo '$$(OBJ_FORMAT_O): $$(OBJDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1871         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> .depa
1872         $(SHELL) $(srcdir)/../move-if-change .depa .dep
1873
1874 # This rule needs a mkdep that runs "gcc -MM".
1875 .dep1: $(CFILES) $(MULTI_CFILES)
1876         if [ -d .depdir ]; then true; else mkdir .depdir; fi
1877         srcdir=`cd $(srcdir); pwd`; \
1878         cd .depdir; \
1879         echo '' > targ-cpu.h; \
1880         echo '' > obj-format.h; \
1881         echo '' > targ-env.h; \
1882         echo '' > itbl-cpu.h; \
1883         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1884         $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
1885         sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
1886         rm -f .depdir/.dep
1887
1888 # Work out the special dependencies for the tc-*.c files.
1889 .tcdep: $(TARGET_CPU_CFILES)
1890         rm -f .tcdepa
1891         if [ -d .depdir ]; then true; else mkdir .depdir; fi
1892         srcdir=`cd $(srcdir); pwd`; \
1893         cd .depdir; \
1894         for c in $(CPU_TYPES); do \
1895           for o in $(OBJ_FORMATS); do \
1896             $(CPU_OBJ_VALID) \
1897             if [ x$${valid} = xyes ]; then \
1898               echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1899               echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
1900               echo '#include "te-generic.h"' > targ-env.h; \
1901               echo '' > itbl-cpu.h; \
1902               echo '#include "opcodes/'"$${c}"'-opc.h"' > cgen-opc.h; \
1903               rm -f dummy.c; \
1904               cp $${srcdir}/config/tc-$${c}.c dummy.c; \
1905               echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1906               $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1907               sed -e "s/dummy.o: dummy.c/TCDEP_$${c}_$${o} =/" \
1908                   -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1909                   -e '/IF YOU PUT ANYTHING/,$$d' \
1910                   -e '/^$$/d' < .dep >> ../.tcdepa; \
1911               rm -f dummy.c; \
1912             else true; fi; \
1913           done; \
1914         done
1915         echo 'TCDEP_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> .tcdepa
1916         echo '  $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .tcdepa
1917         echo '  $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> .tcdepa
1918         # We don't try to handle all multi cases.
1919         for c in $(CPU_TYPES); do \
1920           $(CPU_MULTI_VALID) \
1921           if [ x$${valid} = xyes ]; then \
1922             o=ecoff; \
1923             $(CPU_OBJ_VALID) \
1924             echo 'TCDEP_'"$${c}"'_multi = \' >> .tcdepa; \
1925             echo '$$(TCDEP_'"$${c}"'_coff) \' >> .tcdepa; \
1926             if [ x$${valid} = xyes ]; then \
1927               echo '$$(TCDEP_'"$${c}"'_ecoff) \' >> .tcdepa; \
1928             else true; fi; \
1929             echo '$$(TCDEP_'"$${c}"'_elf)' >> .tcdepa; \
1930           else true; fi; \
1931         done
1932         mv -f .tcdepa .tcdep
1933
1934 # Work out the special dependencies for the obj-*.c files.
1935 .objdep: $(OBJ_FORMAT_CFILES)
1936         rm -f .objdepa
1937         if [ -d .depdir ]; then true; else mkdir .depdir; fi
1938         srcdir=`cd $(srcdir); pwd`; \
1939         cd .depdir; \
1940         for c in $(CPU_TYPES); do \
1941           for o in $(OBJ_FORMATS); do \
1942             $(CPU_OBJ_VALID) \
1943             if [ x$${valid} = xyes ]; then \
1944               echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1945               echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
1946               echo '#include "te-generic.h"' > targ-env.h; \
1947               echo '' > itbl-cpu.h; \
1948               rm -f dummy.c; \
1949               cp $${srcdir}/config/obj-$${o}.c dummy.c; \
1950               echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1951               $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1952               sed -e "s/dummy.o: dummy.c/OBJDEP_$${c}_$${o} =/" \
1953                   -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1954                   -e '/IF YOU PUT ANYTHING/,$$d' \
1955                   -e '/^$$/d' < .dep >> ../.objdepa; \
1956               rm -f dummy.c; \
1957             else true; fi; \
1958           done; \
1959         done
1960         echo 'OBJDEP_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> .objdepa
1961         echo '  $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .objdepa
1962         echo '  $$(BFDDIR)/som.h  $$(INCDIR)/aout/stab_gnu.h \' >> .objdepa
1963         echo '  $$(INCDIR)/aout/stab.def' >> .objdepa
1964         # We don't try to handle all multi cases.
1965         for c in $(CPU_TYPES); do \
1966           $(CPU_MULTI_VALID) \
1967           if [ x$${valid} = xyes ]; then \
1968             o=ecoff; \
1969             $(CPU_OBJ_VALID) \
1970             echo 'OBJDEP_'"$${c}"'_multi = \' >> .objdepa; \
1971             echo '$$(OBJDEP_'"$${c}"'_coff) \' >> .objdepa; \
1972             if [ x$${valid} = xyes ]; then \
1973               echo '$$(OBJDEP_'"$${c}"'_ecoff) \' >> .objdepa; \
1974             else true; fi; \
1975             echo '$$(OBJDEP_'"$${c}"'_elf)' >> .objdepa; \
1976           else true; fi; \
1977         done
1978         mv -f .objdepa .objdep
1979
1980 # Work out the dependencies for each CPU/OBJ combination.
1981 # Note that SOM is a special case, because it only works native.
1982 .dep2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
1983         rm -f .dep2a
1984         if [ -d .depdir ]; then true; else mkdir .depdir; fi
1985         srcdir=`cd $(srcdir); pwd`; \
1986         cd .depdir; \
1987         for c in $(CPU_TYPES); do \
1988           for o in $(OBJ_FORMATS); do \
1989             $(CPU_OBJ_VALID) \
1990             if [ x$${valid} = xyes ]; then \
1991               echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1992               echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
1993               echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1994               $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1995               sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" \
1996                   -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1997                   -e '/IF YOU PUT ANYTHING/,$$d' \
1998                   -e '/^$$/d' < .dep >> ../.dep2a; \
1999             else true; fi; \
2000           done; \
2001         done
2002         echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> .dep2a
2003         # We don't try to handle all multi cases.
2004         for c in $(CPU_TYPES); do \
2005           $(CPU_MULTI_VALID) \
2006           if [ x$${valid} = xyes ]; then \
2007             o=ecoff; \
2008             $(CPU_OBJ_VALID) \
2009             echo 'DEP_'"$${c}"'_multi = \' >> .dep2a; \
2010             echo '$$(DEP_'"$${c}"'_coff) \' >> .dep2a; \
2011             if [ x$${valid} = xyes ]; then \
2012               echo '$$(DEP_'"$${c}"'_ecoff) \' >> .dep2a; \
2013             else true; fi; \
2014             echo '$$(DEP_'"$${c}"'_elf)' >> .dep2a; \
2015           else true; fi; \
2016         done
2017         mv -f .dep2a .dep2
2018
2019 dep.sed: dep-in.sed config.status
2020         srcdir=`cd $(srcdir); pwd`; \
2021         sed <$(srcdir)/dep-in.sed >dep.sed \
2022                 -e "s!@INCDIR@!$${srcdir}/../include!" \
2023                 -e "s!@BFDDIR@!$${srcdir}/../bfd!" \
2024                 -e "s!@SRCDIR@!$${srcdir}!"
2025
2026 dep: .dep
2027         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
2028         cat .dep >> tmp-Makefile
2029         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
2030
2031 dep-in: .dep
2032         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
2033         cat .dep >> tmp-Makefile.in
2034         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
2035
2036 dep-am: .dep
2037         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
2038         cat .dep >> tmp-Makefile.am
2039         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
2040
2041 .PHONY: dep dep-in dep-am
2042
2043 # DO NOT DELETE THIS LINE -- mkdep uses it.
2044 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
2045
2046 app.o: app.c
2047 as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2048   sb.h macro.h
2049 atof-generic.o: atof-generic.c
2050 bignum-copy.o: bignum-copy.c
2051 cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
2052 depend.o: depend.c
2053 ecoff.o: ecoff.c
2054 ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
2055 expr.o: expr.c $(INCDIR)/obstack.h
2056 flonum-copy.o: flonum-copy.c
2057 flonum-konst.o: flonum-konst.c
2058 flonum-mult.o: flonum-mult.c
2059 frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
2060 hash.o: hash.c
2061 input-file.o: input-file.c input-file.h
2062 input-scrub.o: input-scrub.c input-file.h sb.h
2063 listing.o: listing.c input-file.h subsegs.h
2064 literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
2065 macro.o: macro.c sb.h macro.h
2066 messages.o: messages.c
2067 output-file.o: output-file.c output-file.h
2068 read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
2069   ecoff.h
2070 sb.o: sb.c sb.h
2071 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
2072   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2073 subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
2074 symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h
2075 write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
2076 gasp.o: gasp.c sb.h macro.h
2077 itbl-ops.o: itbl-ops.c itbl-ops.h
2078 e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
2079   emul-target.h
2080 e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
2081 e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
2082   emul-target.h
2083 e-mipself.o: $(srcdir)/config/e-mipself.c emul.h emul-target.h
2084 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
2085 $(TARG_CPU_O): $(TCDEP_@target_cpu_type@_@obj_format@)
2086 $(OBJ_FORMAT_O): $(OBJDEP_@target_cpu_type@_@obj_format@)
2087 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2088
2089 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2090 # Otherwise a system limit (for SysV at least) may be exceeded.
2091 .NOEXPORT: