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