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