* doc/internals.texi (Symbols): Describe changes in symbol
[deliverable/binutils-gdb.git] / gas / Makefile.in
CommitLineData
ac50feda 1# Makefile.in generated automatically by automake 1.4a from Makefile.am
252b5132
RH
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
ac50feda 49INSTALL_PROGRAM = @INSTALL_PROGRAM@
252b5132
RH
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
ac50feda 52INSTALL_STRIP_FLAG =
252b5132
RH
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_alias = @build_alias@
62build_triplet = @build@
63host_alias = @host_alias@
64host_triplet = @host@
65target_alias = @target_alias@
66target_triplet = @target@
67ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
68AS = @AS@
69BFDLIB = @BFDLIB@
70CATALOGS = @CATALOGS@
71CATOBJEXT = @CATOBJEXT@
72CC = @CC@
73DATADIRNAME = @DATADIRNAME@
74DLLTOOL = @DLLTOOL@
75EXEEXT = @EXEEXT@
76GMOFILES = @GMOFILES@
77GMSGFMT = @GMSGFMT@
78GT_NO = @GT_NO@
79GT_YES = @GT_YES@
80INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
81INSTOBJEXT = @INSTOBJEXT@
82INTLDEPS = @INTLDEPS@
83INTLOBJS = @INTLOBJS@
84LD = @LD@
85LIBTOOL = @LIBTOOL@
86LN_S = @LN_S@
87MAINT = @MAINT@
88MAKEINFO = @MAKEINFO@
89MKINSTALLDIRS = @MKINSTALLDIRS@
90MSGFMT = @MSGFMT@
91NM = @NM@
92OPCODES_LIB = @OPCODES_LIB@
93PACKAGE = @PACKAGE@
94POFILES = @POFILES@
95POSUB = @POSUB@
96RANLIB = @RANLIB@
97USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98USE_NLS = @USE_NLS@
5379904c 99USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
252b5132
RH
100VERSION = @VERSION@
101atof = @atof@
102cgen_cpu_prefix = @cgen_cpu_prefix@
103extra_objects = @extra_objects@
104install_tooldir = @install_tooldir@
105l = @l@
106obj_format = @obj_format@
107target_cpu_type = @target_cpu_type@
108te_file = @te_file@
109
110INTLLIBS = @INTLLIBS@
111
112AUTOMAKE_OPTIONS = cygnus dejagnu
113
114SUBDIRS = doc po
115
116tooldir = $(exec_prefix)/$(target_alias)
117
118YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
119LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
120
121DEP = $(srcdir)/../mkdep
122
123TARG_CPU = @target_cpu_type@
124TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
125TARG_CPU_O = tc-@target_cpu_type@.o
126TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
127OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
128OBJ_FORMAT_O = obj-@obj_format@.o
129OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
130TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
131ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
132ATOF_TARG_O = atof-@atof@.o
133
134# use @target_cpu_type@ for refering to configured target name
135IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
136IT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
137IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
138IT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o
139
140# CPU types. This is only used for dependency information.
141
ac50feda 142CPU_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
252b5132
RH
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
ac50feda 148OBJ_FORMATS = aout bout coff ecoff elf evax hp300 ieee vms
252b5132
RH
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
ac50feda 156CPU_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;
252b5132
RH
157
158
159# This is like CPU_OBJ_VALID, for the obj=multi case.
160
ac50feda 161CPU_MULTI_VALID = valid= ; case $$c in i386 | mips) valid=yes ;; esac;
252b5132
RH
162
163
164# Regular source files.
165
ac50feda 166GAS_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
252b5132
RH
167
168
169CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
170
ac50feda 171HFILES = 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
252b5132
RH
172
173
174# CPU files in config.
175
ac50feda
RH
176TARGET_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
179TARGET_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
252b5132
RH
180
181
182# OBJ files in config
183
ac50feda
RH
184OBJ_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
187OBJ_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
252b5132
RH
188
189
190# Emulation header files in config
191
ac50feda 192TARG_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
252b5132
RH
193
194
195# Multi files in config
196
ac50feda
RH
197MULTI_CFILES = config/e-i386coff.c config/e-i386elf.c config/e-mipsecoff.c config/e-mipself.c
198
199
200CONFIG_OBJS = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) $(extra_objects)
201
202
203GENERIC_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
252b5132
RH
204
205
206OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
207
ac50feda 208POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) $(HFILES) $(CFILES) $(GAS_CFILES)
252b5132
RH
209
210
211noinst_PROGRAMS = as-new gasp-new
212noinst_SCRIPTS = .gdbinit
213
214EXTRA_DIST = make-gas.com
215
216DISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
217
218DISTCLEANFILES = 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
222BASEDIR = $(srcdir)/..
223BFDDIR = $(BASEDIR)/bfd
224INCDIR = $(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.
231INCLUDES = -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.
237DEP_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
242GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
243
244# Files to be copied away after each stage in building.
245STAGESTUFF = *.o $(noinst_PROGRAMS)
246
247as_new_SOURCES = $(GAS_CFILES)
ac50feda 248as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) $(extra_objects) $(GASLIBS) $(INTLLIBS)
252b5132 249
ac50feda 250as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) $(extra_objects) $(GASLIBS) $(INTLDEPS)
252b5132
RH
251
252
253gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
254gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS)
255gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS)
256
ac50feda 257EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then echo $${rootme}/../expect/expect ; else echo expect ; fi`
252b5132
RH
258
259
ac50feda 260RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then echo $${srcdir}/../dejagnu/runtest ; else echo runtest; fi`
252b5132
RH
261
262RUNTESTFLAGS =
263
264# The m68k operand parser.
265
266EXTRA_as_new_SOURCES = config/m68k-parse.y
267
268# stand-alone itbl assembler & disassembler
269
270EXTRA_PROGRAMS = itbl-test
271itbl_test_SOURCES = itbl-parse.y itbl-lex.l
272itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@
273
274# CGEN interface.
275
276CGEN_CPU_PREFIX = @cgen_cpu_prefix@
277
278# Remake the info files.
279
ac50feda 280MOSTLYCLEANFILES = $(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
252b5132
RH
281
282
283CLEANFILES = dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
284
285against = 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
ac50feda
RH
291DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
292
293
294TCDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
295
296TCDEP_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
298TCDEP_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
300TCDEP_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
302TCDEP_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
304TCDEP_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
306TCDEP_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
308TCDEP_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
310TCDEP_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
312TCDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
313
314TCDEP_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
316TCDEP_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
318TCDEP_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
320TCDEP_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
322TCDEP_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
324TCDEP_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
326TCDEP_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
328TCDEP_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
330TCDEP_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
332TCDEP_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
334TCDEP_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
336TCDEP_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
338TCDEP_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
340TCDEP_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
342TCDEP_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
344TCDEP_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
346TCDEP_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
348TCDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i860.h
349
350TCDEP_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
352TCDEP_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
354TCDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
355
356TCDEP_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
358TCDEP_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
360TCDEP_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
362TCDEP_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
364TCDEP_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
366TCDEP_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
368TCDEP_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
370TCDEP_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
372TCDEP_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
374TCDEP_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
376TCDEP_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
378TCDEP_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
380TCDEP_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
382TCDEP_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
384TCDEP_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
386TCDEP_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
388TCDEP_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
390TCDEP_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
392TCDEP_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
394TCDEP_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
396TCDEP_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
398TCDEP_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
400TCDEP_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
402TCDEP_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
404TCDEP_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
406TCDEP_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
408TCDEP_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
410TCDEP_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
412TCDEP_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
414TCDEP_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
416TCDEP_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
418TCDEP_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
420TCDEP_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
422TCDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
423
424TCDEP_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
426TCDEP_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
428TCDEP_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
430TCDEP_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
432TCDEP_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
434TCDEP_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
436TCDEP_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
438TCDEP_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
440TCDEP_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
442TCDEP_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
444TCDEP_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
446TCDEP_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
448TCDEP_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
450TCDEP_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
452TCDEP_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h $(BFDDIR)/som.h
252b5132
RH
453
454TCDEP_i386_multi = $(TCDEP_i386_coff) $(TCDEP_i386_elf)
ac50feda
RH
455TCDEP_mips_multi = $(TCDEP_mips_coff) $(TCDEP_mips_ecoff) $(TCDEP_mips_elf)
456
457OBJDEP_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
459OBJDEP_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
461OBJDEP_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
463OBJDEP_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
465OBJDEP_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
467OBJDEP_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
252b5132
RH
468
469OBJDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
ac50feda
RH
470OBJDEP_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
472OBJDEP_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
474OBJDEP_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
476OBJDEP_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
478OBJDEP_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
480OBJDEP_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
482OBJDEP_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
484OBJDEP_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
486OBJDEP_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
488OBJDEP_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
490OBJDEP_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
492OBJDEP_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
494OBJDEP_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
496OBJDEP_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
498OBJDEP_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
500OBJDEP_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
502OBJDEP_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
504OBJDEP_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
506OBJDEP_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
508OBJDEP_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
510OBJDEP_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
512OBJDEP_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
514OBJDEP_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
516OBJDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h
517
518OBJDEP_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
520OBJDEP_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
522OBJDEP_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
524OBJDEP_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
526OBJDEP_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
528OBJDEP_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
530OBJDEP_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
532OBJDEP_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
534OBJDEP_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
536OBJDEP_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
538OBJDEP_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
540OBJDEP_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
542OBJDEP_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
544OBJDEP_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
546OBJDEP_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
548OBJDEP_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
550OBJDEP_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
552OBJDEP_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
554OBJDEP_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
556OBJDEP_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
558OBJDEP_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
560OBJDEP_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
562OBJDEP_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
564OBJDEP_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
566OBJDEP_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
568OBJDEP_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
570OBJDEP_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
572OBJDEP_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
574OBJDEP_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
576OBJDEP_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
578OBJDEP_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
580OBJDEP_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
582OBJDEP_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
584OBJDEP_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
586OBJDEP_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
588OBJDEP_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
590OBJDEP_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
592OBJDEP_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
594OBJDEP_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
596OBJDEP_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
598OBJDEP_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
600OBJDEP_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
602OBJDEP_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
604OBJDEP_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
606OBJDEP_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
608OBJDEP_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
610OBJDEP_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
612OBJDEP_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
614OBJDEP_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
252b5132
RH
615
616OBJDEP_i386_multi = $(OBJDEP_i386_coff) $(OBJDEP_i386_elf)
ac50feda 617OBJDEP_mips_multi = $(OBJDEP_mips_coff) $(OBJDEP_mips_ecoff) $(OBJDEP_mips_elf)
252b5132 618
ac50feda 619DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 620
ac50feda 621DEP_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
252b5132 622
ac50feda 623DEP_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
252b5132 624
ac50feda 625DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 626
ac50feda 627DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
252b5132 628
ac50feda 629DEP_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
252b5132
RH
630
631DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
ac50feda 632DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 633
ac50feda 634DEP_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
252b5132 635
ac50feda 636DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 637
ac50feda 638DEP_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
252b5132 639
ac50feda 640DEP_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
252b5132 641
ac50feda 642DEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 643
ac50feda 644DEP_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
252b5132 645
ac50feda 646DEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 647
ac50feda 648DEP_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
252b5132 649
ac50feda 650DEP_fr30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-fr30.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 651
ac50feda 652DEP_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
252b5132 653
ac50feda 654DEP_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
252b5132 655
ac50feda 656DEP_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
252b5132 657
ac50feda 658DEP_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
252b5132 659
ac50feda 660DEP_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
252b5132 661
ac50feda 662DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 663
ac50feda 664DEP_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
252b5132 665
ac50feda 666DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 667
ac50feda 668DEP_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
252b5132 669
ac50feda 670DEP_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
252b5132 671
ac50feda 672DEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 673
ac50feda 674DEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 675
ac50feda 676DEP_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
252b5132
RH
677
678DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h
ac50feda 679DEP_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
252b5132 680
ac50feda 681DEP_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
252b5132 682
ac50feda 683DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 684
ac50feda 685DEP_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
252b5132 686
ac50feda 687DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 688
ac50feda 689DEP_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
252b5132 690
ac50feda 691DEP_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
252b5132 692
ac50feda 693DEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 694
ac50feda 695DEP_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
252b5132 696
ac50feda 697DEP_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
252b5132 698
ac50feda 699DEP_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
252b5132 700
ac50feda 701DEP_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
252b5132 702
ac50feda 703DEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 704
ac50feda 705DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 706
ac50feda 707DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
252b5132 708
ac50feda 709DEP_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
252b5132 710
ac50feda 711DEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 712
ac50feda 713DEP_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
252b5132 714
ac50feda 715DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 716
ac50feda 717DEP_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
252b5132 718
ac50feda 719DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 720
ac50feda 721DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 722
ac50feda 723DEP_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
252b5132 724
ac50feda 725DEP_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
252b5132 726
ac50feda 727DEP_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
252b5132 728
ac50feda 729DEP_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
252b5132 730
ac50feda 731DEP_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
252b5132 732
ac50feda 733DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 734
ac50feda 735DEP_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
252b5132 736
ac50feda 737DEP_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
252b5132 738
ac50feda 739DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 740
ac50feda 741DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 742
ac50feda 743DEP_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
252b5132 744
ac50feda 745DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 746
ac50feda 747DEP_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
252b5132 748
ac50feda 749DEP_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
252b5132 750
ac50feda 751DEP_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
252b5132 752
ac50feda 753DEP_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
252b5132 754
ac50feda 755DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
252b5132 756
ac50feda 757DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 758
ac50feda 759DEP_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
252b5132 760
ac50feda 761DEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
252b5132 762
ac50feda 763DEP_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
252b5132 764
ac50feda 765DEP_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
252b5132 766
ac50feda 767DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
252b5132 768
ac50feda 769DEP_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
252b5132 770
ac50feda 771DEP_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
252b5132 772
ac50feda 773DEP_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
252b5132
RH
774
775DEP_hppa_som = $(BFDDIR)/som.h
776DEP_i386_multi = $(DEP_i386_coff) $(DEP_i386_elf)
ac50feda 777DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) $(DEP_mips_elf)
252b5132
RH
778
779ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
780mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
781CONFIG_HEADER = config.h
782CONFIG_CLEAN_FILES = .gdbinit
783noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT)
784PROGRAMS = $(noinst_PROGRAMS)
785
786
787DEFS = @DEFS@ -I. -I$(srcdir) -I.
788CPPFLAGS = @CPPFLAGS@
789LDFLAGS = @LDFLAGS@
790LIBS = @LIBS@
791itbl_test_OBJECTS = itbl-parse.o itbl-lex.o
792itbl_test_DEPENDENCIES = itbl-test-ops.o itbl-test.o \
793../libiberty/libiberty.a
794itbl_test_LDFLAGS =
795as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \
ac50feda
RH
796depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o \
797flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o \
798listing.o literal.o macro.o messages.o output-file.o read.o sb.o \
799stabs.o subsegs.o symbols.o write.o
252b5132
RH
800as_new_LDFLAGS =
801gasp_new_OBJECTS = gasp.o macro.o sb.o hash.o
802gasp_new_LDFLAGS =
803SCRIPTS = $(noinst_SCRIPTS)
804
805LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
806LEXLIB = @LEXLIB@
252b5132
RH
807CFLAGS = @CFLAGS@
808COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
809LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
810CCLD = $(CC)
811LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
812DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
ac50feda
RH
813Makefile.in NEWS acinclude.m4 aclocal.m4 config.in configure \
814configure.in gdbinit.in itbl-lex.c itbl-parse.c
252b5132
RH
815
816
817DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
818
5379904c 819TAR = gtar
252b5132
RH
820GZIP_ENV = --best
821SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
822OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
823
824all: 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
830Makefile: $(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
837config.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
842config.h: stamp-h
843 @if test ! -f $@; then \
844 rm -f stamp-h; \
845 $(MAKE) stamp-h; \
846 else :; fi
847stamp-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
861mostlyclean-hdr:
862
863clean-hdr:
864
865distclean-hdr:
866 -rm -f config.h
867
868maintainer-clean-hdr:
869.gdbinit: $(top_builddir)/config.status gdbinit.in
870 cd $(top_builddir) && CONFIG_FILES=$@:gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
871
872mostlyclean-noinstPROGRAMS:
873
874clean-noinstPROGRAMS:
875 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
876
877distclean-noinstPROGRAMS:
878
879maintainer-clean-noinstPROGRAMS:
880
881.c.o:
882 $(COMPILE) -c $<
883
884.s.o:
885 $(COMPILE) -c $<
886
887.S.o:
888 $(COMPILE) -c $<
889
890mostlyclean-compile:
891 -rm -f *.o core *.core
892
893clean-compile:
894
895distclean-compile:
896 -rm -f *.tab.c
897
898maintainer-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
909mostlyclean-libtool:
910 -rm -f *.lo
911
912clean-libtool:
913 -rm -rf .libs _libs
914
915distclean-libtool:
916
917maintainer-clean-libtool:
918
919itbl-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
923as-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
927gasp-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:
ac50feda
RH
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
252b5132
RH
937itbl-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
949all-recursive install-data-recursive install-exec-recursive \
950installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
951check-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
970mostlyclean-recursive clean-recursive distclean-recursive \
971maintainer-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"
990tags-recursive:
991 list='$(SUBDIRS)'; for subdir in $$list; do \
992 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
993 done
994
995tags: TAGS
996
997ID: $(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
1005TAGS: 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
1020mostlyclean-tags:
1021
1022clean-tags:
1023
1024distclean-tags:
1025 -rm -f TAGS ID
1026
1027maintainer-clean-tags:
1028
1029distdir = $(PACKAGE)-$(VERSION)
1030top_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.
1035distcheck: 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"
1055dist: distdir
1056 -chmod -R a+r $(distdir)
1057 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1058 -rm -rf $(distdir)
1059dist-all: distdir
1060 -chmod -R a+r $(distdir)
1061 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1062 -rm -rf $(distdir)
1063distdir: $(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 \
ac50feda 1070 cp -pr $$d/$$file $(distdir)/$$file; \
252b5132
RH
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
1088DEJATOOL = $(PACKAGE)
1089
1090RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
1091site.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
1110info-am:
1111info: info-recursive
1112dvi-am:
1113dvi: dvi-recursive
1114check-am:
1115 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1116check: check-recursive
1117installcheck-am:
1118installcheck: installcheck-recursive
1119install-info-am:
1120install-info: install-info-recursive
1121all-recursive-am: config.h
1122 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1123
1124install-exec-am: install-exec-local
1125install-exec: install-exec-recursive
1126
1127install-data-am:
1128install-data: install-data-recursive
1129
1130install-am: all-am
1131 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1132install: install-recursive
1133uninstall-am:
1134uninstall: uninstall-recursive
1135all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
1136all-redirect: all-recursive-am
1137install-strip:
ac50feda 1138 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
252b5132
RH
1139installdirs: installdirs-recursive
1140installdirs-am:
1141
1142
1143mostlyclean-generic:
1144 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1145
1146clean-generic:
1147 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1148
1149distclean-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
1154maintainer-clean-generic:
ac50feda 1155 -test -z "itbl-lexlitbl-parsehitbl-parsec" || rm -f itbl-lexl itbl-parseh itbl-parsec
252b5132
RH
1156mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
1157 mostlyclean-compile mostlyclean-libtool \
1158 mostlyclean-tags mostlyclean-generic
1159
1160mostlyclean: mostlyclean-recursive
1161
1162clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
1163 clean-tags clean-generic mostlyclean-am
1164
1165clean: clean-recursive
1166
1167distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
1168 distclean-libtool distclean-tags distclean-generic \
1169 clean-am
1170 -rm -f libtool
1171
1172distclean: distclean-recursive
1173 -rm -f config.status
1174
1175maintainer-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
1183maintainer-clean: maintainer-clean-recursive
1184 -rm -f config.status
1185
1186.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1187mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1188clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1189mostlyclean-compile distclean-compile clean-compile \
1190maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1191clean-libtool maintainer-clean-libtool install-data-recursive \
1192uninstall-data-recursive install-exec-recursive \
1193uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1194all-recursive check-recursive installcheck-recursive info-recursive \
1195dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1196maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1197distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
1198info-am info dvi-am dvi check check-am installcheck-am installcheck \
1199install-info-am install-info all-recursive-am install-exec-local \
1200install-exec-am install-exec install-data-am install-data install-am \
1201install uninstall-am uninstall all-redirect all-am all installdirs-am \
1202installdirs mostlyclean-generic distclean-generic clean-generic \
1203maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1204
1205po/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
1210stamp-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
1214diststuff: $(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
1224check-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.
1256ecoff.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
1263obj-aout.o : $(srcdir)/config/obj-aout.c
1264 $(COMPILE) -c $(srcdir)/config/obj-aout.c
1265obj-bout.o : $(srcdir)/config/obj-bout.c
1266 $(COMPILE) -c $(srcdir)/config/obj-bout.c
1267obj-coff.o: $(srcdir)/config/obj-coff.c
1268 $(COMPILE) -c $(srcdir)/config/obj-coff.c
1269obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
1270 $(COMPILE) -c $(srcdir)/config/obj-ecoff.c
1271obj-elf.o : $(srcdir)/config/obj-elf.c
1272 $(COMPILE) -c $(srcdir)/config/obj-elf.c
1273obj-evax.o : $(srcdir)/config/obj-evax.c
1274 $(COMPILE) -c $(srcdir)/config/obj-evax.c
1275obj-hp300.o : $(srcdir)/config/obj-hp300.c
1276 $(COMPILE) -c $(srcdir)/config/obj-hp300.c
1277obj-ieee.o : $(srcdir)/config/obj-ieee.c
1278 $(COMPILE) -c $(srcdir)/config/obj-ieee.c
1279obj-multi.o : $(srcdir)/config/obj-multi.c
1280 $(COMPILE) -c $(srcdir)/config/obj-multi.c
1281obj-som.o : $(srcdir)/config/obj-som.c
1282 $(COMPILE) -c $(srcdir)/config/obj-som.c
1283obj-vms.o : $(srcdir)/config/obj-vms.c
1284 $(COMPILE) -c $(srcdir)/config/obj-vms.c
1285
1286e-mipself.o : $(srcdir)/config/e-mipself.c
1287 $(COMPILE) -c $(srcdir)/config/e-mipself.c
1288e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
1289 $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
1290e-i386coff.o: $(srcdir)/config/e-i386coff.c
1291 $(COMPILE) -c $(srcdir)/config/e-i386coff.c
1292e-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.
1305m68k-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
1317m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
1318
1319# Don't let the .y.h rule clobber m68k-parse.h.
1320m68k-parse.h: ; @true
1321$(srcdir)/config/m68k-parse.h: ; @true
1322
1323# The instruction table specification lexical analyzer and parser.
1324
1325itbl-lex.c: $(srcdir)/itbl-lex.l
1326itbl-lex.o: itbl-lex.c itbl-parse.h
1327
1328itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h
1329
1330itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1331
1332itbl-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
1335itbl-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
1338itbl-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
1341cgen.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
1349install-exec-local: install-exec-bindir @install_tooldir@
1350
1351install-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
1360install-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
1375bootstrap: 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
1384bootstrap2:
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
1392bootstrap3:
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.
1398stage1:
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
1403stage2:
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
1408stage3:
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.
1416comparison:
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
1434de-stage1:
1435 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
1436 - rmdir stage1
1437
1438de-stage2:
1439 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
1440 - rmdir stage2
1441
1442de-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
1606dep.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
1613dep: .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
1618dep-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
1623dep-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
1633app.o: app.c
1634as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
1635 sb.h macro.h
1636atof-generic.o: atof-generic.c
1637bignum-copy.o: bignum-copy.c
1638cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
1639depend.o: depend.c
ac50feda 1640dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h
252b5132
RH
1641ecoff.o: ecoff.c
1642ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
1643expr.o: expr.c $(INCDIR)/obstack.h
1644flonum-copy.o: flonum-copy.c
1645flonum-konst.o: flonum-konst.c
1646flonum-mult.o: flonum-mult.c
1647frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
1648hash.o: hash.c
1649input-file.o: input-file.c input-file.h
1650input-scrub.o: input-scrub.c input-file.h sb.h
1651listing.o: listing.c input-file.h subsegs.h
1652literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
1653macro.o: macro.c sb.h macro.h
1654messages.o: messages.c
1655output-file.o: output-file.c output-file.h
1656read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
1657 ecoff.h
1658sb.o: sb.c sb.h
1659stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
1660 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1661subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
1662symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h
1663write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
1664gasp.o: gasp.c sb.h macro.h
1665e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
1666 emul-target.h
1667e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
1668e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
1669 emul-target.h
1670e-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:
This page took 0.096966 seconds and 4 git commands to generate.