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